Em 03-11-2013 21:13, Dan McGhee escreveu: > On 11/03/2013 05:42 PM, Ken Moffat wrote: >> On Sun, Nov 03, 2013 at 05:16:23PM -0600, Dan McGhee wrote: >>> First question, does anyone know if it's even possible to do this in >>> chroot?
There is one thing I am trying to understand. Forgive-me if I am missing something. Is it so different with wifi? In my case there is no wifi. But in chroot I can use the network as is set by the host, no need to try setting up the network in chroot: Host: $ cat /etc/lfs-release SVN-20120311 $ hostname NovoGamerLFS71 $ ping -c 1 www.linuxfromscratch.org PING higgs.linuxfromscratch.org (192.155.86.174): 56 data bytes 64 bytes from 192.155.86.174: icmp_seq=0 ttl=54 time=169.355 ms --- higgs.linuxfromscratch.org ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max/stddev = 169.355/169.355/169.355/0.000 ms $ wget -c http://git-core.googlecode.com/files/git-1.8.4.2.tar.gz --2013-11-03 21:44:16-- http://git-core.googlecode.com/files/git-1.8.4.2.tar.gz Resolvendo git-core.googlecode.com (git-core.googlecode.com)... 74.125.196.82, 2607:f8b0:4002:c02::52 Conectando-se a git-core.googlecode.com (git-core.googlecode.com)|74.125.196.82|:80... conectado. A requisição HTTP foi enviada, aguardando resposta... 200 OK Tamanho: 4672536 (4,5M) [application/x-gzip] Salvando em: “git-1.8.4.2.tar.gz” 100%[======================================>] 4.672.536 994KB/s em 5,4s 2013-11-03 21:44:22 (838 KB/s) - “git-1.8.4.2.tar.gz” salvo [4672536/4672536] Chroot: root [ / ]# cat /etc/lfs-release SVN-20120916 root [ / ]# hostname NovoGamerLFS71 root [ / ]# ping -c 1 www.linuxfromscratch.org PING higgs.linuxfromscratch.org (192.155.86.174): 56 data bytes 64 bytes from 192.155.86.174: icmp_seq=0 ttl=54 time=176.489 ms --- higgs.linuxfromscratch.org ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max/stddev = 176.489/176.489/176.489/0.000 ms root [ / ]# wget -c http://git-core.googlecode.com/files/git-1.8.4.2.tar.gz --2013-11-03 21:44:07-- http://git-core.googlecode.com/files/git-1.8.4.2.tar.gz Resolvendo git-core.googlecode.com (git-core.googlecode.com)... 74.125.21.82, 2607:f8b0:4002:c06::52 Conectando-se a git-core.googlecode.com (git-core.googlecode.com)|74.125.21.82|:80... conectado. A requisição HTTP foi enviada, aguardando resposta... 200 OK Tamanho: 4672536 (4,5M) [application/x-gzip] Salvando em: “git-1.8.4.2.tar.gz” 100%[======================================>] 4.672.536 462KB/s em 11s 2013-11-03 21:44:19 (422 KB/s) - “git-1.8.4.2.tar.gz” salvo [4672536/4672536] -- []s, Fernando -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
