You are not logged in.
Pages: 1
helo when im write in console dhcpcd wlan0
console give me this error:
err,wlan0: mkdir "/var/lib/dhcpcd",0): Read-only file system
but this no make file on var/lib/dhcpcd...and i dont know what happen
this is my resolv.conf
#
# /etc/resolv.conf
#
#search <yourdomain.tld>
#nameserver <ip>
# End of file
nameserver 208.67.222.222
nameserver 208.67.220.220
and host.conf
#
# /etc/host.conf
#
order hosts,bind
multi on
# End of file
sory for my Englisch i starting teaching him:)Thanks
Last edited by firmakrk (2009-02-13 01:58:46)
Offline
Are you running dhcpcd as root?
Offline
You can try, as root: "mount -o remount,rw /var" but it is only temporary.
The question is, what is making /var read-only? Look in dmesg kernel log for filesystem errors. Maybe /var has a corrupt journal.
What filesystem are you using? cat /etc/fstab.
Offline
You can try, as root: "mount -o remount,rw /var" but it is only temporary.
The question is, what is making /var read-only? Look in dmesg kernel log for filesystem errors. Maybe /var has a corrupt journal.
What filesystem are you using? cat /etc/fstab.
Wrong thread.
Offline
Im formating my disk and now works:)thanks
Last edited by firmakrk (2009-02-13 05:15:42)
Offline
fphillips wrote:You can try, as root: "mount -o remount,rw /var" but it is only temporary.
The question is, what is making /var read-only? Look in dmesg kernel log for filesystem errors. Maybe /var has a corrupt journal.
What filesystem are you using? cat /etc/fstab.
Wrong thread.
No it wasn't. Look again - his problem wasn't with dhcpcd, it was /var being read-only.
Offline
Pages: 1