Debian Configuration :: Can't Bind Webcams To Exact Names

Jul 26, 2015

uname
Linux cam01 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) i686 GNU/Linux
debian_version
8.0

I have three webcams and after reboot they change their /dev/videoX names from time to time.

My attempt to add .rules file to /etc/udev/rules.d was unsuccessful.

Code: Select allSUBSYSTEM=="video4linux", ATTRS{ID_SERIAL}=="046d_0825_4EE37780", SYMLINK+="video10"
SUBSYSTEM=="video4linux", ATTRS{ID_SERIAL}=="046d_0825_4B2AC690", SYMLINK+="video11"
SUBSYSTEM=="video4linux", ATTRS{ID_SERIAL}=="HD_WebCam_HD_WebCam", SYMLINK+="video12"
SUBSYSTEM=="video4linux", ATTRS{ID_SERIAL}=="046d_0825_4EE37780", SYMLINK+="mvideo10"
ATTRS{ID_SERIAL}=="046d_0825_4B2AC690", SYMLINK+="mvideo11"
SUBSYSTEM=="video4linux", ATTRS{ID_SERIAL}=="HD_WebCam_HD_WebCam", SYMLINK+="mvideo12"

View 4 Replies


ADVERTISEMENT

Debian Configuration :: Making A LiveCD To Resemble An Exact HDD Installation?

Nov 13, 2010

I've been trying to make a live CD off an installation with minimalist deviation possible. Purpose is to check the hardware compatibility using the live CD, after which I'll copy the installation to the hard drive (which will probably be a squashed image) and do the necessary edits to make the system bootable. Since the rootfs will be copied over (not dd, but direct cp --preserve=all), the difference from the actual install should be minimal.

If there are any caveats using this procedure, do notify.

I've been succeeded in doing this using Gentoo but it appears the Gentoo kernel uses Gentoo specific kernel parameters which makes things very simple, but I gotta do this with the generic Debian kernel.

If it can be done easily using a script I would also like to know exactly how it's done so I can reproduce it by hand even to make an ro rootfs and possibly reproducing the same with other distros.

View 5 Replies View Related

Debian Configuration :: Bind - Zone Configuration Error?

Apr 30, 2011

I have a problem with the configuration of the NS zone. Looked through the logs, and there:

Apr 28 21:20:19 szewczyk named[18340]: /etc/bind/db.domain.pl:1: no current owner name
Apr 28 21:20:19 szewczyk named[18340]: zone domain.pl/IN: loading from master file /etc/bind/db.domena.pl failed: no owner

[code]....

View 1 Replies View Related

Debian Configuration :: Migration To Bind 9.10 In Wheezy 7.1

Nov 13, 2015

I want to migrate to bind 9.10 in debian wheezy. I don't want to take the source code from debian Sid since its an experimental version. So I have taken source code from official bind forum and compiled in debian wheezy. The compilation is successful but I am having problem in running the binary in debian wheezy. It's not honoring the binary even though I run it. I am not getting error messages on console but still it is not running.

I want to know whether its feasible to do this Or is it dependent on any other system libraries to make it run ?

Last few lines from Strace Dump
==============================

capget(0x20080522, 0, NULL) = 0
capget(0x20080522, 0, {0, CAP_CHOWN|CAP_DAC_READ_SEARCH|CAP_SETGID|CAP_SETUID|CAP_NET_BIND_SERVICE|CAP_SYS_CHROOT|CAP_SYS_RESOURCE, 0}) = 0
getuid() = 1007

[Code] .....

View 1 Replies View Related

Debian Configuration :: Bind A Port To Interface

Jan 31, 2016

Is is possible, via iptables or something similar, to bind a service running on a specific port to a specific interface? My case: I use a VPN service for privacy. I would like to have all traffic except ftp and ssh to run over tun0. Ports 21 and 22 will need to be accessible to the outside world (eth0) while the VPN is running.

View 3 Replies View Related

Debian Configuration :: Bind - DHCP And DDNS ?

Jul 14, 2011

DHCP I have working, so is BIND.

I'm trying to get dynamic dns working and am having issues

I suspect this maybe a chroot issue.

I've tried to follow the chroot advise within the wiki for Bind but no joy.

View 6 Replies View Related

Debian Configuration :: Cannot Resolve Local Network Names Only

Jul 25, 2010

I have three Debian systems running, along with several XP laptops, PS3 and two DirecTV systems. I use two of the three Debian systems as media servers, and the third is an older system mostly for playing around with. My home network is running fine with the following nuisance. The two newer Debian (Lenny) systems are <barney> and <mitzi>, the older is named <oscar>, running Debian Sarge 3.1. From either locally or remote login to <barney> and <mitzi> I can ssh into either of the other two systems, however when logged into <oscar> I cannot ssh by name to either of the other systems. e.g. ssh: mitzi: Temporary failure in name resolution..However, from <oscar> I can ping outside my network (e.g. ping www.google.com) with no problems.I can also ssh to the other systems via IP address, just not by name.

I've compared the /etc/ssh/ssh_config, /etc/resolv.conf, /etc/ssh/sshd_config and other files between the two systems and not seeing anything peculiar. arp, route, etc., don't show different behavior between the systems either.

View 6 Replies View Related

Server :: BIND - Subdomain Names Not Getting Resolved?

Jun 14, 2011

BackgroundI have registered a domain name "abc.mobi" with domainit. abc.mobi is pointed to our mail server which is running at 199.2.2.2 (fake address).All mails that are being delivered to kazmi@abc.mobi have no problem getting delivered. We can also send emails out to other domains.I have recently configured BIND 9.3.6 on the same server (running CentOS) that is running our mail server. The purpose is to make sub domain dynamically without getting domainit involved. These subdomains will have incoming and outgoing emails as well. For example, I would want to make a usable subdomain "xyz" under abc and have kazmi@xyz.abc.mobi email address.

I have configured abc.mobi.hosts file as follows
(/var/named/chroot/var/named/abc.mobi.hosts)
$ttl 38400

[code]...

View 10 Replies View Related

Server :: Using BIND To Resolve Internal Non-FQDN Names

Sep 3, 2009

I have an RHEL5 server running BIND. I'd like to be able to resolve internal, non-FQDN names such as "wiki" for the company internal wiki. in my named.conf file...Named-checkzone returns no errors, and nslookup works when specifying the server explicitly, but no browser resolves the name when entered in the address line. I know this by no means a standard use of BIND, but I'm sure someone out there's pulled this off. I did see when googling someone suggest "load the root zone (.) as master, and add your "hosts" as TLDs, using CNAMEs", but tried that and probably did it wrong since it didn't work.

View 1 Replies View Related

CentOS 5 Server :: Name Resolution Of Host Names Using Bind?

Mar 21, 2011

I installed bind & did not install chroot. I set up a fictional domain kelly.local. I am able to resolve FQDN (example: angus.kelly.local) in both dig & nslookup & ping on linux boxes.

I want to be able to resolve bare host names (example: angus) using bind. I get mixed results.

(1) linux boxes resolve bare host names & FQDNs just fine using nslookup & ping, but not dig. dig gives error:

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 <<>> angus
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 15241

[Code]....

View 1 Replies View Related

Fedora Networking :: Local Host Names Without Domain Using Bind?

May 10, 2009

I want to use single label host names on my local LAN, without using any domain (at least no registered one). My machines should be named in a fashion similar to 'myserver', 'mydesktop' etc. so that i from a browser on any LAN machine may write 'http://myserver', and get the webserver on 'myserver' (so NO domain part, e.g. myserver.domain).

Do i need to create a DNS zone for each host or is there a way to put all host in a single zone, if so; which? Would such a name be considered a root domain?

View 4 Replies View Related

Debian :: Creating Terminal With Exact X And Y Coordinates

Feb 26, 2010

I remember, long ago when I used Linux, that I was able to launch a terminal, or any other program at that and have the ability to pass exactly where on my desktop I want it to appear. I would do this by placing some arguments in the applications launcher like
--title=TITLE
Does anyone know how to do this, I'd like to be able to launch a few different terminals, with different profiles and have them default to certain locations on my desktop/work area.

View 4 Replies View Related

General :: Can't Add Zones With BIND Configuration GUI

Jul 23, 2010

why but on one of my boxes I am having trouble adding a new zone with the BIND Configuration GUI. When I click New->Zone, it'd pop up a long form for me to fill out various things like .....

Cache Time To Live
Authoritative Name Server
Responsible Person E-mail
etc

I notice that on the working box, it'd populate the output of the "hostname" command onto the "Authoritative Name Server" field. However, on the box that doesn't allow me to add new zones, it uses something like localhost.

View 6 Replies View Related

Networking :: Bind 9.3.6 - P1 Installation And Configuration On OEL 5?

Feb 20, 2010

I am trying to install Bind 9.3.6 - P1 on OEL 5 Update 4 which is running on Oracle VM Server as Oracle Template OVM_EL5U4_X86_PVM_4GB

Requirement :

We have two different domains

1. abc.com
2. abc.co.in
Some of the Servers are in :
abc.com
xyz.abc.com def.abc.com
... and more
code....

When I tried creating DNS Server : Dig worked on the server but when i am giving the IP of the DNS Server on another machine it cannot resolve any IP or Internet Address

Giving the following Messege on nslookup

DNS request time out
timeout was 2 seconds
***'Cant find server name for the address 192.168.1.x : Time Out
***Default Servers are not available
Default Server - Unkwoun
Address : 192.168.1.x

View 1 Replies View Related

Server :: Hostname Configuration On BIND

Jan 2, 2010

I have read a lot of documentation but it is still hard to find a proper answer to my doubts.About the hostnames in a domain, how is it associate to a determinated port?

For example, when I type on the browser webmail.sparc86.net and then I get redirected to the port of 20000 of this same domain. Fine, but how does it work that it knows it should be redirected to the port 20000? From where is this information (the association webmail-port 20000) taken? The apache will manage this, right? But what about other services like ftp?Another example, If I wrote my own software listening, let's say on the port 40000 and I want to have a domain like "mystuff.sparc86.net" how would I let it be redirected to the port 40000 ?

View 1 Replies View Related

General :: Bind Configuration File Not Exist

Oct 31, 2010

I had installed BIND packages but /etc/named.conf file is missing as the packages are shown,

[root@nisserver ~]# yum list bind*
Loaded plugins: rhnplugin, security
This system is not registered with RHN.

[code]...

View 3 Replies View Related

Security :: Best IPtables Configuration For Bind DNS Server?

Dec 23, 2010

What is the best IPtables configuration for bind DNS server.

View 3 Replies View Related

Server :: Manual Require For Bind Configuration?

Apr 17, 2010

I really not successed to install Bind, I installed Rhl9, After installation, i want to confirm the name server using dig command also, prob to use dig command with different option

View 1 Replies View Related

Software :: Weird Bind Configuration Error?

Mar 18, 2010

a zone file (db.example.edu.br) starts like this:

Code:
; BIND version named 8.4.6-REL-NOESW Tue Jan 25 19:11:36 UTC 2005
; BIND version lamont@mix:/build/lamont/bind-8.4.6/src/bin/named
; zone 'example.edu.br' last serial 200806011
; from [201.138.35.4].53 (local [201.138.35.15].51183) using AXFR at Wed Mar 12 18:44:01 2008
; NOT TSIG verified

[Code]...

View 2 Replies View Related

CentOS 5 Networking :: DNS Configuration - Local Network And Internet Names

Jan 28, 2009

We are in the process for Integration Network with our Government Network.
Let say that our network are 192.168.0.0/24
And the Government network are 10.0.0.0/8
I want to know if the local network can resolve the internet names in Government Network. I am using Bind for DNS.

View 1 Replies View Related

Debian :: Setup A Squeeze Server For A Friend Of Mine Using Exact Apache2 Settings?

May 31, 2010

I just set up a Squeeze server for a friend of mine using my exact apache2 settings. He has been playing around, having a bit of fun learning HTML, but he ran into a problem where one of his images would not display. I at first figured his HTML was incorrect, but after a very long time of trying to figure out the problem, I still do not know what is going on, so I think it must be an apache2 problem?[URL]..

View 14 Replies View Related

Networking :: Creating Domain Name In Bind Exposing Bind To Internal Network

Sep 3, 2009

I am configuring bind9 on fedora 9(sulphur).I have configured /etc/named.conf and created zone file in /var/named/I have started the service but when I am executing the command nslookup mydomain.com it is not able to resolve the name.Another problem I am facing when I do telnet localhost 53,I am able to connect.but when I do telnet myip 53 it does not connect.Seems to be a firewall problem but I ve disabled iptables selinux completely even I ve disabled dnsmasq but still not working.

View 1 Replies View Related

Server :: What Is Bind Vs Bind-chroot Vs Caching-nameserver?

Jul 8, 2011

what is bind vs bind-chroot vs caching-nameserver ?what is the different between eatch others ?

View 7 Replies View Related

Ubuntu Multimedia :: Webcams - Use With 8.04

Feb 27, 2010

Does anyone know of any good webcams that I can use with ubuntu 8.04 and up? I'm having trouble with compatibility on many webcams.

View 7 Replies View Related

Fedora :: Drivers For Webcams On System?

Sep 30, 2009

Is there drivers for linux for my webcam to work? I have a Creative Webcam.

View 5 Replies View Related

Ubuntu :: Software For Viewing Other's Webcams

Mar 5, 2010

My wife use to look at this webcam using the Opera web browser, setting it to reload each 2 seconds or each second or so. However, she'd like to be able to watch the link in a minimal window without having to start the web browser. Anyone know of such a program? The program is supposed to open the link as an image and update it every second or so. It should be "ultra light" and have a minimal user interface.

Another option would be to view the webcam directly on the desktop instead of only having a picture there. Is that possible? What additional software does she need for that? She has compiz fusion installed, if that matters. She has Ubuntu 9.04 on one computer and Ubuntu 9.10 on the other one. If you click at the link above and it's completely black (except for some text and some logos), it's probably because it's night (Swedish time) and they turned off the lights.

View 2 Replies View Related

Ubuntu :: IM Messenger Supports Webcams?

Mar 5, 2010

i just wanted to know is there any IM messanger that supports webcams? i mean i m using pidgin. but it doesnt support webcam ( tell me if im wrong) i like to use yahoo. facebook ( i know it doesnot provide webcam ), myspace,

View 1 Replies View Related

Ubuntu :: List Of Which Webcams Are Supported

Mar 21, 2010

Does anyone know if there is a list of which webcams are supported in Ubuntu?

View 4 Replies View Related

Fedora :: Unable Autosuspend For Laptop Webcams?

Jun 10, 2010

ignore powertop's recommendation. After searching around the web, that message about how to enable autosuspend is very out of date. This thread discusses the history of the powertop suggestion, and discusses using the driver or udev to autosuspend an eeepc webcam. It also includes this nugget:

Quote:
In the mean time - the thread I linked to includes a helpful note from Xandros. They measured that enabling the camera on the 901 model cost ~3% of overall power. So autosuspending the camera won't extend your battery life that much, but every little bit helps. This page describes the user interface for dynamic power management in a device's sysfs directory. This caveat and another note from that page should be considered: 214For this reason, by default the kernel disables autosuspend (the 215power/level attribute is initialized to "on") for all devices other 216than hubs. Hubs, at least, appear to be reasonably well-behaved in 217this regard.

[Code]...

View 1 Replies View Related

Fedora Servers :: Streaming Two Webcams Via Http?

Aug 10, 2011

I've got an old laptop with F15 installed. I want to use it together with two usb-webcams to monitor my wood boiler in the basement. And I want to stream it via http. I tried zoneminder and it didn't found my cheap cams. I tried vlc but it didn't work that well. Are there any other options to put out the streams on a webpage? Sent from my Transformer TF101 using Tapatalk

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved