On Tue, Jul 1, 2014 at 7:57 AM, 'Ryan' via BeagleBoard <[email protected]> wrote: > > I just recently changed to a static IP on my Beaglebone black. I am trying > to follow a guide on creating a web server with my Beaglebone black. > Currently running Debian Wheezy instead of Angstrom like I was doing > previously. > > The link to the guide: > http://www.element14.com/community/community/designcenter/single-board-computers/next-gen_beaglebone/blog/2013/11/20/beaglebone-web-server--setup > If there is a better guide for creating a web server with Debian Wheezy.. > I'd also love to see it. > > I am very new to Linux, and now with Debian running, I am a little stuck.. > The static IP I set is working fine, since I've been able to connect to it.. > so I don't really think it could be the static IP, I think I may just be > using an incorrect method for getting the "opkg update." > > > Response For getting the "opkg update": > > root@beaglebone:~# sudo apt-get update > Err http://ftp.us.debian.org wheezy Release.gpg > Could not resolve 'ftp.us.debian.org' > Err http://ftp.us.debian.org wheezy-updates Release.gpg > Could not resolve 'ftp.us.debian.org' > Err http://beagle.s3.amazonaws.com wheezy-bbb Release.gpg > Could not resolve 'beagle.s3.amazonaws.com' > Err http://security.debian.org wheezy/updates Release.gpg > Could not resolve 'security.debian.org' > Reading package lists... Done > W: Failed to fetch http://ftp.us.debian.org/debian/dists/wheezy/Release.gpg > Could not resolve 'ftp.us.debian.org' > > W: Failed to fetch > http://ftp.us.debian.org/debian/dists/wheezy-updates/Release.gpg Could not > resolve 'ftp.us.debian.org' > > W: Failed to fetch > http://security.debian.org/dists/wheezy/updates/Release.gpg Could not > resolve 'security.debian.org' > > W: Failed to fetch > http://beagle.s3.amazonaws.com/debian/dists/wheezy-bbb/Release.gpg Could > not resolve 'beagle.s3.amazonaws.com' > > W: Some index files failed to download. They have been ignored, or old ones > used instead. > > > I'm a big noob, and I really appreciate any help you have to offer.
What are you using for /etc/resolv.conf? I'm wondering if i should just add google's dns settings by default.. # Use Google public DNS server: nameserver 8.8.8.8 nameserver 8.8.4.4 Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
