Re: Messed up my "network"
Sigh! Well, I bit the bullet and decided to try sudo chattr +i /etc/resolv.conf
And this is what I got:
And, of course, my resolv.conf was overwritten once again.
Googling tells me the error message happens often, and that there's a bug in Hardy https://bugs.launchpad.net/ubuntu/+s...rm/+bug/257840 that for all I know could be part of the problem, although the reporter of the bug is having hard drive problems.
UPDATE:
FWIW, I tried changing resolv.conf to add the correct IP addresses, then tried connecting the boxes again. They didn't connect, although the resolv.conf still had the right addresses. Now that I'm online, it's back to the 127.0..0.1
Sigh! Well, I bit the bullet and decided to try sudo chattr +i /etc/resolv.conf
And this is what I got:
Code:
sudo chattr +i /etc/resolv.conf chattr: Inappropriate ioctl for device while reading flags on /etc/resolv.conf
Googling tells me the error message happens often, and that there's a bug in Hardy https://bugs.launchpad.net/ubuntu/+s...rm/+bug/257840 that for all I know could be part of the problem, although the reporter of the bug is having hard drive problems.
UPDATE:
FWIW, I tried changing resolv.conf to add the correct IP addresses, then tried connecting the boxes again. They didn't connect, although the resolv.conf still had the right addresses. Now that I'm online, it's back to the 127.0..0.1
Comment