Re: [arch-general] Executing a command of a chroot outside of the chroot

2012-12-07 Thread Guus Snijders
Op 7 dec. 2012 23:46 schreef "Δημήτρης Ζέρβας" <01tto...@gmail.com> het volgende: > > I think that linking won't solve my problem as I include > /data/workbench/mnt/lib in my $LD_LIBRARY_PATH... In that case; isn't it enough to include /data/workbench/mnt/lib as the first item in $LD_LIBRARY_PATH

Re: [arch-general] Executing a command of a chroot outside of the chroot

2012-12-07 Thread Δημήτρης Ζέρβας
I think that linking won't solve my problem as I include /data/workbench/mnt/lib in my $LD_LIBRARY_PATH...

Re: [arch-general] Executing a command of a chroot outside of the chroot

2012-12-07 Thread Martin Panter
On 7 December 2012 23:50, Δημήτρης Ζέρβας <01tto...@gmail.com> wrote: > yes, you're right, I skipped some useful info. > with ld-linux2.so it works!! Is there a way to automate it? e.g. > '/data/workbench/mnt/bin/bash'? Maybe can you make a symbolic link? ln -s /data/workbench/mnt/lib/ld-linux2.s

Re: [arch-general] Switching between Internet connections

2012-12-07 Thread Stefano Avallone
On Friday 07 December 2012 13:02:12 Sudaraka Wijesinghe wrote: > Hello, > > My laptop is connected to a LAN with Internet connection and it gets the > IP stuff (address, routing, dns) via dhcp using the default systemd > scripts on boot. I also have a 3G modem (USB) which I have created the > ppp

Re: [arch-general] Executing a command of a chroot outside of the chroot

2012-12-07 Thread Δημήτρης Ζέρβας
yes, you're right, I skipped some useful info. with ld-linux2.so it works!! Is there a way to automate it? e.g. '/data/workbench/mnt/bin/bash'?

[arch-general] Importing s/mime certs into kmail - existing bug workaround?

2012-12-07 Thread mike cloaked
I started to play with kmail to see if it will satisfy my needs for a mail client - but fairly quickly found I could not import my s/mime cert which led me to the bug report at: https://bugs.archlinux.org/task/31900 If anyone knows a workaround I would appreciate it. Thanks -- mike c

Re: [arch-general] Switching between Internet connections

2012-12-07 Thread Leonid Isaev
On Fri, 07 Dec 2012 13:02:12 +0530 Sudaraka Wijesinghe wrote: > Hello, > > My laptop is connected to a LAN with Internet connection and it gets the > IP stuff (address, routing, dns) via dhcp using the default systemd > scripts on boot. I also have a 3G modem (USB) which I have created the > ppp

Re: [arch-general] Executing a command of a chroot outside of the chroot

2012-12-07 Thread Rodrigo Rivas
On Fri, Dec 7, 2012 at 7:03 AM, Δημήτρης Ζέρβας <01tto...@gmail.com> wrote: > the main system is android and the chroot is Arch linux, so I have no ldd > nor readelf... > But the dynamic loader must exist... you can invoke it manually if only you know the name. You can get the name of the interp

[arch-general] Switching between Internet connections

2012-12-07 Thread Sudaraka Wijesinghe
Hello, My laptop is connected to a LAN with Internet connection and it gets the IP stuff (address, routing, dns) via dhcp using the default systemd scripts on boot. I also have a 3G modem (USB) which I have created the ppp scripts to connect based on the Wiki article https://wiki.archlinux.org/ind