From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1EctOj-0002Jg-Mh for garchives@archives.gentoo.org; Thu, 17 Nov 2005 23:42:34 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jAHNfcpu016316; Thu, 17 Nov 2005 23:41:38 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jAHNapkc003365 for ; Thu, 17 Nov 2005 23:36:52 GMT Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by smtp.gentoo.org with esmtp (Exim 4.43) id 1EctJ8-0000Fb-GC for gentoo-user@lists.gentoo.org; Thu, 17 Nov 2005 23:36:46 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EctGR-0000AJ-Vw for gentoo-user@gentoo.org; Fri, 18 Nov 2005 00:34:00 +0100 Received: from www.buffer.net ([24.73.161.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Nov 2005 00:33:59 +0100 Received: from wireless by www.buffer.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Nov 2005 00:33:59 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] Re: udev: lost dvd Date: Thu, 17 Nov 2005 23:31:47 +0000 (UTC) Message-ID: References: <7573e9640511171226sbf6b0e8x3ce0d9f06f8acd68@mail.gmail.com> <7573e9640511171414y63cc4e77u1ca337496674d9fb@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 24.73.161.102 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051007) Sender: news X-Archives-Salt: e0ec9c86-5b91-4c56-a181-22a314e7589d X-Archives-Hash: 4fc26778278777808f6d9fcdfe2ba34d James tampabay.rr.com> writes: > > 2. Write a custom rule for your device, and add it to > > /etc/udev/rules.d/10-local.rules. Something like this should do the > > trick: > OK, this file does not exist, only: > -rw-r--r-- 1 root root 54 Sep 14 10:38 30-svgalib.rules > -rw-r--r-- 1 root root 11492 Nov 17 18:31 50-udev.rules > so I created it: > -rw-r--r-- 1 root root 120 Nov 17 18:47 10-local.rules > > KERNEL=="hdc", NAME="%k", GROUP="cdrom", ACTION=="add", > > SYMLINK+="_dvd%e", IMPORT="/sbin/cdrom_id --export $tempnode" > cat /etc/udev/rules.d/10-local.rules > KERNEL=="hdc", NAME="%k", GROUP="cdrom", ACTION=="add", > SYMLINK+="dvd%e", IMPORT="/sbin/cdrom_id --export $tempnode" I tried it with this line a 2 lines in the file /etc/udev/rules.d/10-local.rules and as a single line. cat /etc/udev/rules.d/10-local.rules KERNEL=="hdc", NAME="%k", GROUP="cdrom", ACTION=="add", SYMLINK+="dvd%e", IMPORT="/sbin/cdrom_id --export $tempnode" Neither way workd and I get the same error messages from kaffeine as before? I guess it's time to remove vixie-cron and emerge 'syslog-ng' ? -- gentoo-user@gentoo.org mailing list