[Ltsp-discuss] ltsp-chroot and apt: su and root differences

2014-08-16 Thread Francesco Parisi
If I do: # ltsp-chroot -m apt-get upgrade I get several errors instead if I do: $ su - # ltsp-chroot -m # apt-get update Ctrl-D All is fine. Also by using sudo it works ok: $ ltsp-chroot -m apt-get upgrade Why these differences? Thanks in advance

Re: [Ltsp-discuss] ltsp-chroot and apt: su and root differences

2014-08-16 Thread Vagrant Cascadian
On 2014-08-16, Francesco Parisi wrote: > If I do: > > # ltsp-chroot -m apt-get upgrade > > I get several errors When reporting issues, it is really helpful to actually cut-and-paste the errors that you were getting, and the exact commands you typed to get there. > instead if I do: > > $ su - > #

Re: [Ltsp-discuss] ltsp-chroot and apt: su and root differences

2014-08-16 Thread Francesco Parisi
Sorry for incomplete question. OS: Debian edu 7.1 (main/LTSP combined server) Problem: "etckeeper failed to commit changes in /etc" when make apt-get install/remove/upgrade in chroot /opt/ltsp/i386 (fat client os) The problem happens every time I run apt-get as root (with "su -" but also with

Re: [Ltsp-discuss] ltsp-chroot and apt: su and root differences

2014-08-16 Thread Vagrant Cascadian
On 2014-08-16, Francesco Parisi wrote: > OS: Debian edu 7.1 (main/LTSP combined server) > > Problem: "etckeeper failed to commit changes in /etc" when make apt-get > install/remove/upgrade in chroot /opt/ltsp/i386 (fat client os) > > The problem happens every time I run apt-get as root (with "su