The strange thing is when I boot directly from flash instead of the altboot SD image, DNS works... Any ideas?
Collie SL-5500
[div align=\"right\"][a href=\"index.php?act=findpost&pid=122355\"][{POST_SNAPBACK}][/a][/div]
I have the same problem with Opie but I have seen a "ln -s resolv.conf" (file exists) error at boot. You can add a "cp /media/ROM/etc/resolv.conf /etc" or create a new resolv.conf with "echo nameserver -your DNS server- >/etc/resolv.conf"
In Opie, then file is created configuring the network (settings) every boot.
¿Google translation? Not this time
[div align=\"right\"][a href=\"index.php?act=findpost&pid=122372\"][{POST_SNAPBACK}][/a][/div]
This has been reported for systems booted off CF or SD. While I did know that there is such a bug when booting from NFS (and I know the reason why it happens), seeing this on SD or CF boots was quite a surprise.
/etc/resolv.conf is a symlink to /var/something/resolv.conf.
As you may or may not know, /var is actually a ramdrive on most machines which gets recreated during bootup. I'll investigate and report back