SOLVED: udev warning

2011-09-13 Thread itayf

On Mon, 12 Sep 2011, Bob Proulx wrote:


Date: Mon, 12 Sep 2011 21:56:22 -0600
From: Bob Proulx b...@proulx.com
To: debian-user@lists.debian.org
Subject: Re: udev warning [partially SOLVED]

it...@nospammail.net wrote:



Now I have to resolve the same warnings coming from file
/etc/udev/rules.d/025_logitechmouse.rules
This is a symlink to
/etc/udev/logitechmouse.rules
According to 'dpkg -S' the symlink is unknown.
The target, though, is owned by package kcontrol.

I try to look around for more info.


That is apparently logged as Bug#566123 here:

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566123


That did it!
Many thanks.

Itay


Bob




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: 
http://lists.debian.org/alpine.DEB.2.00.1109131112130.3718@gandalf.furmanet



Re: udev warning [partially SOLVED]

2011-09-12 Thread itayf

On Sun, 11 Sep 2011, Bob Proulx wrote:


it...@nospammail.net wrote:

I noticed during boot a series of warnings coming from udevd.
...
udevd[451]: SYSFS{}= will be removed in a future udev version, \
please use ATTR{}= to match the event device, or ATTRS{}= to  \
match a parent device, in \
/etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:59

To me those lines are cryptic.
So please advise: what to do?


This is an upgrade bug in the xserver-xorg-input-wacom package.  It
leaves an obsolete file behind.  See this bug for more information:

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565126

Unfortunately the bug has not been getting any attention.  If this has
affected you then I suggest adding comments to the bug so that it can
log that it is affecting people and perhaps then it would get fixed.


I added comments as you suggested.


A simple way for you to clean up the problem is:

 # apt-get remove --purge xserver-xorg-input-wacom
 # apt-get install xserver-xorg-input-all

The problem is not harmless because it will prevent the system from
upgrading to the new dependency based boot system.


Thanks, Bob!
This solved the problem related to 
/etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules.


Now I have to resolve the same warnings coming from file
/etc/udev/rules.d/025_logitechmouse.rules
This is a symlink to
/etc/udev/logitechmouse.rules
According to 'dpkg -S' the symlink is unknown.
The target, though, is owned by package kcontrol.

I try to look around for more info.

Thanks for the help,
Itay


Bob




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: 
http://lists.debian.org/alpine.DEB.2.00.1109120933570.3893@gandalf.furmanet



Re: udev warning [partially SOLVED]

2011-09-12 Thread Bob Proulx
it...@nospammail.net wrote:
 Now I have to resolve the same warnings coming from file
   /etc/udev/rules.d/025_logitechmouse.rules
 This is a symlink to
   /etc/udev/logitechmouse.rules
 According to 'dpkg -S' the symlink is unknown.
 The target, though, is owned by package kcontrol.
 
 I try to look around for more info.

That is apparently logged as Bug#566123 here:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566123

Bob


signature.asc
Description: Digital signature


Re: udev warning

2011-09-11 Thread itayf


On Sat, 10 Sep 2011, Sven Hoexter wrote:


On Sat, Sep 10, 2011 at 11:17:51PM +0300, it...@nospammail.net wrote:

Hi,


udevd[451]: SYSFS{}= will be removed in a future udev version, \
please use ATTR{}= to match the event device, or ATTRS{}= to  \
match a parent device, in \
/etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:59

To me those lines are cryptic.
So please advise: what to do?


It's just an outdated rule file. You can ignore it, it won't do any
harm. In case you don't even use a wacom tablet you can purge the driver
which contains the rule file.
apt-get purge xserver-xorg-input-wacom
should do it.


Dear Sven,

Thank you for your reply.
When I tried to purge xserver-xorg-input-wacom (using aptitude) I got 
a conflict (it is a dependency of xserver-xorg-input-all).


Should I purge the '-all' package?
I guess it will require the reinstallation of some individual
xserver-xorg-input-* packages instead?

Additionally, I get similar warnings from file
/etc/udev/rules.d/025_logitechmouse.rules
I use a USB logitech mouse.

Thanks,
Itay



HTH
Sven




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: 
http://lists.debian.org/alpine.DEB.2.00.1109112337240.18291@gandalf.furmanet



Re: udev warning

2011-09-11 Thread Bob Proulx
it...@nospammail.net wrote:
 I noticed during boot a series of warnings coming from udevd.
 ...
 udevd[451]: SYSFS{}= will be removed in a future udev version, \
 please use ATTR{}= to match the event device, or ATTRS{}= to  \
 match a parent device, in \
 /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:59
 
 To me those lines are cryptic.
 So please advise: what to do?

This is an upgrade bug in the xserver-xorg-input-wacom package.  It
leaves an obsolete file behind.  See this bug for more information:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565126

Unfortunately the bug has not been getting any attention.  If this has
affected you then I suggest adding comments to the bug so that it can
log that it is affecting people and perhaps then it would get fixed.

A simple way for you to clean up the problem is:

  # apt-get remove --purge xserver-xorg-input-wacom
  # apt-get install xserver-xorg-input-all

The problem is not harmless because it will prevent the system from
upgrading to the new dependency based boot system.

Bob


signature.asc
Description: Digital signature


udev warning

2011-09-10 Thread itayf


Hi,

I noticed during boot a series of warnings coming from udevd.
The following is an example warnings.  The difference between the 
warnings is the mentioned file, and the number after the colon (line 
numbers?).  The '\' is a line-continuation which I added.


udevd[451]: SYSFS{}= will be removed in a future udev version, \
please use ATTR{}= to match the event device, or ATTRS{}= to  \
match a parent device, in \ 
/etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:59


To me those lines are cryptic.
So please advise: what to do?

Thanks,
Itay



Here is /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules

%%%%%%%
# udev rules for wacom tablets.
# These rules were compiled for the Debian GNU/Linux distribution,
# but others may, and indeed are encouraged to, use them also.
#
# Should you do so, PLEASE CO-ORDINATE ANY CHANGES OR ADDITIONS
# of new devices with Ron r...@debian.org so that we can try
# to present users with with a standard set of device nodes
# which they can rely on across the board.

# Convenience link for the common case of a single tablet.
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYMLINK=input/wacom

# You probably won't need this IMPORT rule, since an earlier file is
# likely to have already done it, but the rule that follows it does
# depend on that having happened to set ID_PATH.
# IMPORT{program}=path_id %p

# Port specific link for users of multiple tablets of the same type.
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, ENV{ID_PATH}==?*, 
SYMLINK+=input/by-path/$env{ID_PATH}-wacom

# Type-named links for multiple tablets.  If you want to use multiple
# tablets of the _same_ type, you will probably need to use the links
# from /dev/input/by-path to identify which is plugged into what usb
# port.  For different types though, just pick your links from the
# list below.
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==, 
SYMLINK+=input/tablet-penpartner
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0010, 
SYMLINK+=input/tablet-graphire
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0011, 
SYMLINK+=input/tablet-graphire2-4x5
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0012, 
SYMLINK+=input/tablet-graphire2-5x7
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0013, 
SYMLINK+=input/tablet-graphire3
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0014, 
SYMLINK+=input/tablet-graphire3-6x8
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0015, 
SYMLINK+=input/tablet-graphire4-4x5
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0016, 
SYMLINK+=input/tablet-graphire4-6x8
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0060, 
SYMLINK+=input/tablet-volito
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0061, 
SYMLINK+=input/tablet-penstation2
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0062, 
SYMLINK+=input/tablet-volito2-4x5
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0063, 
SYMLINK+=input/tablet-volito2-2x3
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0064, 
SYMLINK+=input/tablet-penpartner2
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0020, 
SYMLINK+=input/tablet-intuos-4x5
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0021, 
SYMLINK+=input/tablet-intuos-6x8
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0022, 
SYMLINK+=input/tablet-intuos-9x12
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0023, 
SYMLINK+=input/tablet-intuos-12x12
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0024, 
SYMLINK+=input/tablet-intuos-12x18
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0030, 
SYMLINK+=input/tablet-pl400
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0031, 
SYMLINK+=input/tablet-pl500
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0032, 
SYMLINK+=input/tablet-pl600
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0033, 
SYMLINK+=input/tablet-pl600sx
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0034, 
SYMLINK+=input/tablet-pl550
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0035, 
SYMLINK+=input/tablet-pl800
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0037, 
SYMLINK+=input/tablet-pl700
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0038, 
SYMLINK+=input/tablet-pl510
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0039, 
SYMLINK+=input/tablet-dtu710
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==00c0, 
SYMLINK+=input/tablet-dtf521
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==00c4, 
SYMLINK+=input/tablet-dtf720
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0003, 
SYMLINK+=input/tablet-cintiq_partner
KERNEL==event[0-9]*, SYSFS{idVendor}==056a, SYSFS{idProduct}==0041, 

Re: udev warning

2011-09-10 Thread Sven Hoexter
On Sat, Sep 10, 2011 at 11:17:51PM +0300, it...@nospammail.net wrote:

Hi,

 udevd[451]: SYSFS{}= will be removed in a future udev version, \
 please use ATTR{}= to match the event device, or ATTRS{}= to  \
 match a parent device, in \
 /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules:59
 
 To me those lines are cryptic.
 So please advise: what to do?

It's just an outdated rule file. You can ignore it, it won't do any
harm. In case you don't even use a wacom tablet you can purge the driver
which contains the rule file.
apt-get purge xserver-xorg-input-wacom
should do it.

HTH
Sven
-- 
I don't know much, but I do know this:
With a golden heart, comes a rebel fist
 [ Streetlight Manifesto - Here's To Life ]


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110910211001.GA2577@colin



Re: udev warning message on Debian 5.0

2009-08-03 Thread Tzafrir Cohen
On Fri, Jul 31, 2009 at 11:27:19AM -0700, Kushal Koolwal wrote:
 
 Either use a Live CD or add init=/bin/bash to the kernel commandline
  to make it accessible.
 
 Doing
 
 init=/bin/bash
 mount -o rw,remount /
 rm -rf /dev/.udev/ 
 
 worked fine!

mount -o remount,ro /
exec /sbin/init

# to get back to work

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
ICQ# 16849754 || friend


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



RE: udev warning message on Debian 5.0

2009-07-31 Thread Kushal Koolwal

Either use a Live CD or add init=/bin/bash to the kernel commandline
 to make it accessible.

Doing

init=/bin/bash
mount -o rw,remount /
rm -rf /dev/.udev/ 

worked fine!

Thank you very much guys. You rock.

Kushal Koolwal

I do blog at http://blogs.koolwal.net/

_
Bing™ brings you maps, menus, and reviews organized in one place. Try it now.
http://www.bing.com/search?q=restaurantsform=MLOGENpubl=WLHMTAGcrea=TXT_MLOGEN_Local_Local_Restaurants_1x1

--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: udev warning message on Debian 5.0

2009-07-30 Thread Γιώργος Πάλλας
Kushal Koolwal wrote:
 Recently I was having some trouble with my udev, so I purged udev, rebooted 
 system and re-install udev again. After that most of the udev startup error 
 went away but now I get the following warning message during system boot:

 .udev/ already exists on the static /dev!

 Any ideas?

 Please copy me on the reply since I am not on the mailing list.

   

My suggestion is: Boot with a live cd, mount your root filesystem, and I
guess you will find stuff in /dev/. Delete everything inside /dev/. Then
reboot normally and my guess is that you will not get this warning
anymore...

G.



smime.p7s
Description: S/MIME Cryptographic Signature


Re: udev warning message on Debian 5.0

2009-07-30 Thread Sven Joachim
On 2009-07-30 12:21 +0200, Γιώργος Πάλλας wrote:

 Kushal Koolwal wrote:
 Recently I was having some trouble with my udev, so I purged udev, rebooted 
 system and re-install udev again. After that most of the udev startup error 
 went away but now I get the following warning message during system boot:

 .udev/ already exists on the static /dev!

 Any ideas?

 Please copy me on the reply since I am not on the mailing list.

   

 My suggestion is: Boot with a live cd, mount your root filesystem, and I
 guess you will find stuff in /dev/. Delete everything inside /dev/.

This is somewhat excessive, just deleting /dev/udev.d is sufficient.

 Then reboot normally and my guess is that you will not get this
 warning anymore...

Assuming Kushal uses an initramfs, without it the boot process will
halt rather early if the kernel cannot find /dev/console.

Sven


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



RE: udev warning message on Debian 5.0

2009-07-30 Thread Kushal Koolwal

Assuming Kushal uses an initramfs, without it the boot process will
 halt rather early if the kernel cannot find /dev/console.
Actually I am not using initramfs. Would leaving /dev/console and deleting 
everything under /dev/.udev/ work?


Kushal Koolwal

I do blog at http://blogs.koolwal.net/









_
NEW mobile Hotmail. Optimized for YOUR phone.  Click here.
http://windowslive.com/Mobile?ocid=TXT_TAGLM_WL_CS_MB_new_hotmail_072009

--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: udev warning message on Debian 5.0

2009-07-30 Thread Sven Joachim
On 2009-07-30 18:53 +0200, Kushal Koolwal wrote:

Assuming Kushal uses an initramfs, without it the boot process will
 halt rather early if the kernel cannot find /dev/console.
 Actually I am not using initramfs. Would leaving /dev/console and deleting 
 everything under /dev/.udev/ work?

You should rm -rf /dev/.udev/, but it is better to leave the rest of
/dev alone.  That way you may be able to access the system even if udev
breaks completely.

Actually I only know about the problem of /dev/console being necessary
from my own experience.  I once moved my root filesystem to another
partition using cp -ax, not considering that this would leave out
everything under /dev.  The cloned root system worked fine until I
booted a kernel without an initramfs.

Sven


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



RE: udev warning message on Debian 5.0

2009-07-30 Thread Kushal Koolwal

You should rm -rf /dev/.udev/, but it is better to leave the rest of
/dev alone.Sven, I did rm -rf /dev/.udev/ and when I restarted my system I 
again
got the warning message and /dev/.udev was created again automatically.


Also I checked on another system which does not give this message and it
seems that even that system does have /dev/.udev/

Kushal Koolwal

I do blog at http://blogs.koolwal.net/

_
Bing™ brings you maps, menus, and reviews organized in one place. Try it now.
http://www.bing.com/search?q=restaurantsform=MLOGENpubl=WLHMTAGcrea=TXT_MLOGEN_Local_Local_Restaurants_1x1

--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: udev warning message on Debian 5.0

2009-07-30 Thread Sven Joachim
On 2009-07-30 21:49 +0200, Kushal Koolwal wrote:

You should rm -rf /dev/.udev/, but it is better to leave the rest of
/dev alone.Sven, I did rm -rf /dev/.udev/ and when I restarted my system I 
again
 got the warning message and /dev/.udev was created again automatically.

You will need to do this when udev is not active, since otherwise the
static /dev is hidden.  Either use a Live CD or add init=/bin/bash
to the kernel commandline to make it accessible.

Sven


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



udev warning message on Debian 5.0

2009-07-28 Thread Kushal Koolwal

Recently I was having some trouble with my udev, so I purged udev, rebooted 
system and re-install udev again. After that most of the udev startup error 
went away but now I get the following warning message during system boot:

.udev/ already exists on the static /dev!

Any ideas?

Please copy me on the reply since I am not on the mailing list.

Thanks

Kushal Koolwal

I do blog at http://blogs.koolwal.net/




_
Windows Live™ SkyDrive™: Store, access, and share your photos. See how.
http://windowslive.com/Online/SkyDrive?ocid=TXT_TAGLM_WL_CS_SD_photos_072009

--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org