Re: [gentoo-user] Re: odd /dev/null beharvior

2006-02-24 Thread Christopher Cowart
According to: http://bugs.gentoo.org/show_bug.cgi?id=123249 The problem has been resolved. You should try # emerge sync # emerge -C udev # rm -f /etc/udev/permissions.d/50-udev.permissions # rm -f /etc/udev/rules.d/50-udev.rules # emerge -av udev If you still experience digest problems, reopen

Re: [gentoo-user] Re: odd /dev/null beharvior

2006-02-21 Thread Christopher Cowart
Sounds like this is related to the bug that's in an earlier thread. Do as root: # ebuild `equery which udev` digest This will update the digest for now. The changes will be overwritten the next time you sync portage, but it won't matter til the next time you emerge udev. At which time, hopefully

[gentoo-user] Re: odd /dev/null beharvior

2006-02-21 Thread James
Christopher Cowart ccowart at rescomp.berkeley.edu writes: Sounds like this is related to the bug that's in an earlier thread. Do as root: # ebuild `equery which udev` digest Generating digest file... udev-079.tar.bz2 Generating manifest file... ChangeLog files/05-udev-early.rules-078

[gentoo-user] Re: odd /dev/null beharvior

2006-02-20 Thread James
Christopher Cowart ccowart at rescomp.berkeley.edu writes: The easiest way to fix this problem permanently is to $ sudo rm /etc/udev/{permissions,rules}.d/50-* $ sudo emerge -av udev This will blow away the default udev conf files that are causing you problems, then re-emerge udev. The

[gentoo-user] Re: odd /dev/null beharvior

2006-02-20 Thread James
Christopher Cowart ccowart at rescomp.berkeley.edu writes: The easiest way to fix this problem permanently is to $ sudo rm /etc/udev/{permissions,rules}.d/50-* $ sudo emerge -av udev This will blow away the default udev conf files that are causing you problems, then re-emerge udev. The