On Tue, Jan 6, 2015 at 12:29 PM, Holger Levsen <hol...@layer-acht.org> wrote:
> On Dienstag, 6. Januar 2015, Mathieu Malaterre wrote:
>> $ apt-cache policy udev
>>
>>                                    ~
>> udev:
>>   Installed: 175-7.2
>>   Candidate: 175-7.2
>>   Version table:
>>  *** 175-7.2 0
>>         500 http://ftp.fr.debian.org/debian/ wheezy/main powerpc Packages
>>         100 /var/lib/dpkg/status
>
> how strange. your bug report has:
>
> Important notice:
> =================
> You are installing the pmud power management daemon on a system without
> devfs or udev support.
>
>

$ apt-get source pmud
$ cd pmud-*
$ cat debian/postinst
[...]
if [ "$1" = "configure" ]; then
# register devices
    if [ -e /dev/.devfsd ]; then # devfs enabled
        update-devfsd > /dev/null 2>&1 || true
    elif  [ ! -d /dev/.udev ]; then # udev enabled
        cat <<EOM
Important notice:
=================
You are installing the pmud power management daemon on a system without
devfs or udev support. Make sure the following device files are present:
/dev/pmu (char 10 154)
/dev/apm_bios (char 10 134)
Both should be owned by root and not readable/writeable by anyone else.
EOM
        read -p "* Press return to continue" foo
    fi


Should those /dev/.devfsd & /dev/.udev files exist ?


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

Reply via email to