DragonFly BSD
DragonFly bugs List (threaded) for 2005-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: /dev permissions after reboot (and panic)


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 18 Jul 2005 00:59:22 -0700 (PDT)

:...
:
:Ah, by the way, I'm having this problem for some time, too. E.g., sendmail 
:complains incessantly on console that it can't write to /dev/null, and some 
:other userspace programs can't work as supposed of the same reason (I don't 
:remember which though).
:
:Happens with every installation  of 1.2.0-RELEASE and 1.3.x-DEVELOPMENT. Three 
:boxes are affected.
:
:The only common thing I see there is installing with 1.2.0 installer which I 
:throw into iso's of 1.3.x, too.
:
:-regards

    Well, if its the same shutdown problem the fix will be MFC'd to the
    release at the end of the week.  You can fix the problem manually by
    chmod'ing the devices to their proper permissions.  e.g.

    chmod 666 /dev/null
    chmod 666 /dev/zero

    On HEAD all you should need to do is install a new kernel, reboot, and
    run:

    cd /dev
    ./MAKEDEV all

    reboot again to see if the corrected permissions stick.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]