lets try again... I'm trying to create a USB pendrive Debian Live but because i use tsocks to make updates and upgrades i have a issue.
# mkdir debian-live # cd debian-live # lh config -b usb-hdd -p lxde-desktop # lh config --checksums disabled # lh config --interactive shell # lh build in this step I have a error because lh build try to conect to do updates P: Set function to clean P: Initializing cache of bootstrap... P: Initializing bootstrap in the system... W: skipping bootstrap P: Initializing cache of bootstrap... P: Unmounting file systems... P: Set function to clean P: Initializing cache of chroot... P: Mounting /dev/pts... P: Initializing mount of /proc... P: Mounting /sys... P: Configuring file /etc/debian_chroot P: Configuring file /sbin/start-stop-daemon P: Configuring file /usr/sbin/policy-rc.d P: Configuring file /usr/sbin/initctl P: Configurando file /etc/hosts P: Configurando file /etc/resolv.conf P: Configuring file /etc/hostname P: Configuring file /bin/hostname P: Configuring file /etc/apt/apt.conf P: Configuring file /etc/apt/sources.list ERROR: ld.so: object '/usr/lib/libtsocks.so' from LD_PRELOAD cannot be preloaded: ignored. Err http://ftp.de.debian.org lenny Release.gpg Could not connect to ftp.de.debian.org:80 <http://ftp.de.debian.org/>(141.76.2.4). - connect (110 Connection timed out) Ign http://ftp.de.debian.org lenny Release Ign http://ftp.de.debian.org lenny/main Packages/DiffIndex Err http://volatile.debian.org lenny/volatile Release.gpg Cannot initiate the connection to volatile.debian.org:80<http://volatile.debian.org/>(2001:858:2:2::2). - connect (101 Network is unreachable) [IP: 2001:858:2:2::2 80] Ign http://ftp.de.debian.org lenny/main Packages Err http://ftp.de.debian.org lenny/main Packages Could not connect to ftp.de.debian.org:80 <http://ftp.de.debian.org/>(141.76.2.4). - connect (110 Connection timed out) Err http://security.debian.org lenny/updates Release.gpg Cannot initiate the connection to security.debian.org:80<http://security.debian.org/>(2001:a78::16). - connect (101 Network is unreachable) [IP: 2001:a78::16 80] Ign http://volatile.debian.org lenny/volatile Release Ign http://volatile.debian.org lenny/volatile/main Packages Ign http://security.debian.org lenny/updates Release Err http://volatile.debian.org lenny/volatile/main Packages Cannot initiate the connection to volatile.debian.org:80<http://volatile.debian.org/>(2001:858:2:2::2). - connect (101 Network is unreachable) [IP: 2001:858:2:2::2 80] Ign http://security.debian.org lenny/updates/main Packages Err http://security.debian.org lenny/updates/main Packages Cannot initiate the connection to security.debian.org:80<http://security.debian.org/>(2001:a78::16). - connect (101 Network is unreachable) [IP: 2001:a78::16 80] W: Failed to fetch http://ftp.de.debian.org/debian/dists/lenny/Release.gpg Could not connect to ftp.de.debian.org:80 <http://ftp.de.debian.org/>(141.76.2.4). - connect (110 Connection timed out) W: Failed to fetch http://security.debian.org/dists/lenny/updates/Release.gpg Cannot initiate the connection to security.debian.org:80 <http://security.debian.org/>(2001:a78::16). - connect (101 Network is unreachable) [IP: 2001:a78::16 80] W: Failed to fetch http://volatile.debian.org/debian-volatile/dists/lenny/volatile/Release.gpg Cannot initiate the connection to volatile.debian.org:80<http://volatile.debian.org/>(2001:858:2:2::2). - connect (101 Network is unreachable) [IP: 2001:858:2:2::2 80] W: Failed to fetch http://ftp.de.debian.org/debian/dists/lenny/main/binary-i386/Packages Could not connect to ftp.de.debian.org:80 <http://ftp.de.debian.org/>(141.76.2.4). - connect (110 Connection timed out) W: Failed to fetch http://volatile.debian.org/debian-volatile/dists/lenny/volatile/main/binary-i386/Packages Cannot initiate the connection to volatile.debian.org:80<http://volatile.debian.org/>(2001:858:2:2::2). - connect (101 Network is unreachable) [IP: 2001:858:2:2::2 80] W: Failed to fetch http://security.debian.org/dists/lenny/updates/main/binary-i386/Packages Cannot initiate the connection to security.debian.org:80<http://security.debian.org/>(2001:a78::16). - connect (101 Network is unreachable) [IP: 2001:a78::16 80] E: Some index files failed to download, they have been ignored, or old ones used instead. P: Unmounting file system... --- In irc channel "hramrach_" said to do this: echo 'LH_BOOTSTRAP_INCLUDE="tsocks"' >> config/bootstrap after lh config and before lh build I did but the same error occurred.