Re: schroot S.O.S: permanently active sessions after sbuild breaks

2014-08-31 Thread Daniel Stender
Addition, that's what happens trying to close any of the open sessions: $ schroot -c session:sid-amd64-sbuild-d6d9a259-3c44-46b1-9814-8b404cac5c6b -e -f E: 15binfmt: update-binfmts: unable to open /var/lib/schroot/mount/sid-amd64-sbuild-d6d9a259-3c44-46b1-9814-8b404cac5c6b/bin/sh: No such fil

Re: schroot

2013-10-09 Thread Zenaan Harkness
On 10/9/13, Roger Leigh wrote: > On Mon, Oct 07, 2013 at 12:38:04PM -0400, shawn wilson wrote: >> This is at the top of every config file, but I can't find it documented: >> >> . "$SETUP_DATA_DIR/common-data" >> . "$SETUP_DATA_DIR/common-functions" >> . "$SETUP_DATA_DIR/common-config" >> >> Where

Re: schroot

2013-10-08 Thread Roger Leigh
On Mon, Oct 07, 2013 at 12:38:04PM -0400, shawn wilson wrote: > This is at the top of every config file, but I can't find it documented: > > . "$SETUP_DATA_DIR/common-data" > . "$SETUP_DATA_DIR/common-functions" > . "$SETUP_DATA_DIR/common-config" > > Where is this being sourced from (ie, where i

Re: schroot

2013-10-07 Thread shawn wilson
On Mon, Oct 7, 2013 at 2:20 PM, wrote: > Le 07.10.2013 19:50, shawn wilson a écrit : > >> Not a bad idea. However: >> find / -type f -print0 | xargs -0 -i{} -P 10 grep -H 'SETUP_DATA_DIR=' >> {} 2> /dev/null >> >> found nothing. Just to be complete (so that maybe this shows up on google when the

Re: schroot

2013-10-07 Thread berenger . morel
Le 07.10.2013 19:50, shawn wilson a écrit : Not a bad idea. However: find / -type f -print0 | xargs -0 -i{} -P 10 grep -H 'SETUP_DATA_DIR=' {} 2> /dev/null found nothing. On Mon, Oct 7, 2013 at 1:05 PM, wrote: Le 07.10.2013 18:59, Shawn Wilson a écrit : berenger.mo...@neutralite.org wro

Re: schroot

2013-10-07 Thread berenger . morel
Le 07.10.2013 18:59, Shawn Wilson a écrit : berenger.mo...@neutralite.org wrote: Le 07.10.2013 18:38, shawn wilson a écrit : This is at the top of every config file, but I can't find it documented: . "$SETUP_DATA_DIR/common-data" . "$SETUP_DATA_DIR/common-functions" . "$SETUP_DATA_DIR/common

Re: schroot

2013-10-07 Thread Shawn Wilson
berenger.mo...@neutralite.org wrote: > > >Le 07.10.2013 18:38, shawn wilson a écrit : >> This is at the top of every config file, but I can't find it >> documented: >> >> . "$SETUP_DATA_DIR/common-data" >> . "$SETUP_DATA_DIR/common-functions" >> . "$SETUP_DATA_DIR/common-config" >> >> Where is t

Re: schroot

2013-10-07 Thread berenger . morel
Le 07.10.2013 18:38, shawn wilson a écrit : This is at the top of every config file, but I can't find it documented: . "$SETUP_DATA_DIR/common-data" . "$SETUP_DATA_DIR/common-functions" . "$SETUP_DATA_DIR/common-config" Where is this being sourced from (ie, where is the 'common-data' file?)

Re: schroot and automount

2010-02-16 Thread Roger Leigh
On Tue, Feb 16, 2010 at 08:27:48AM +, arenev...@fdn.fr wrote: > Andrew Malcolmson wrote: > > > Also, I think your 'directory' > > setting should be 'location', i.e. 'location=/srv/chroot/ia32'. See > > man schroot.conf for details. > > actually, location seems to be deprecated, while direct

Re: schroot and automount

2010-02-16 Thread arenevier
Andrew Malcolmson wrote: > On Mon, Feb 15, 2010 at 8:15 AM, wrote: >> >> Here is my schroot.conf >> >> [ia32] >> description=Debian testing 32bits >> directory=/srv/chroot/ia32 >> users=arno >> root-groups=root >> root-users=arno >> run-exec-scripts=true >> > > You've omitted the 'type=' settin

Re: schroot and automount

2010-02-15 Thread Andrew Malcolmson
On Mon, Feb 15, 2010 at 8:15 AM, wrote: > > Here is my schroot.conf > > [ia32] > description=Debian testing 32bits > directory=/srv/chroot/ia32 > users=arno > root-groups=root > root-users=arno > run-exec-scripts=true > You've omitted the 'type=' setting which causes the type to default to 'plai

Re: schroot leaving sessions

2007-06-14 Thread Roger Leigh
shame <[EMAIL PROTECTED]> writes: > Did you find a satisfactory solution to this problem? > I also have the nasty build up of sessions using schroot. > > Using schroot -e --all-sessions does clear out the sessions but I > can't find a way to automate this. It's worth mentioning that the latest sc

Re: schroot leaving sessions

2007-05-12 Thread shame
Did you find a satisfactory solution to this problem? I also have the nasty build up of sessions using schroot. Using schroot -e --all-sessions does clear out the sessions but I can't find a way to automate this. I tried adding this to a launcher on my panel ([i]schroot -e --all-sessions && dc

Re: schroot leaving sessions behind

2007-04-17 Thread Wackojacko
Anton Piatek wrote: Wackojacko wrote: Anton Piatek wrote: Wackojacko wrote: Anton Piatek wrote: It may help if you could give us more information on what myprogram does, and how it is launched, in the chroot? In any case you could try #schroot -e --all-sessions to kill the existing processes

Re: schroot leaving sessions behind

2007-04-17 Thread Anton Piatek
Wackojacko wrote: > Anton Piatek wrote: >> Wackojacko wrote: >>> Anton Piatek wrote: Hi, I set up a basic schroot environment to run a couple of 32 bit apps on my amd64 box. The problem is that when the program exits schroot leaves all its session data behind, mount points and all (s

Re: schroot leaving sessions behind

2007-04-16 Thread Wackojacko
Anton Piatek wrote: Wackojacko wrote: Anton Piatek wrote: Hi, I set up a basic schroot environment to run a couple of 32 bit apps on my amd64 box. The problem is that when the program exits schroot leaves all its session data behind, mount points and all (so `mount` returns a hell of a lot of e

Re: schroot leaving sessions behind

2007-04-16 Thread Anton Piatek
Wackojacko wrote: > Anton Piatek wrote: >> Hi, I set up a basic schroot environment to run a couple of 32 bit >> apps on my amd64 box. The problem is that when the program exits >> schroot leaves all its session data behind, mount points and all (so >> `mount` returns a hell of a lot of entries) >>

Re: schroot leaving sessions behind

2007-04-16 Thread Wackojacko
Anton Piatek wrote: Hi, I set up a basic schroot environment to run a couple of 32 bit apps on my amd64 box. The problem is that when the program exits schroot leaves all its session data behind, mount points and all (so `mount` returns a hell of a lot of entries) schroot is being called as

Re: schroot help needed

2006-11-10 Thread Lubos Vrbka
hi, I've only done this setting up a chroot to run 32bit applications on a 64bit system but it should be equally applicable to your situation. this is exactly my situation. so far i was using permanent bindmounts in the /etc/fstab file, as described in the amd64 howto Please note that if yo

Re: schroot help needed

2006-11-10 Thread Clive Menzies
On (10/11/06 09:53), Lubos Vrbka wrote: > could anybody please show me how to setup schroot so, that it > automatically bindmounts the /dev, /tmp and /home directories inside the > chroot when it is entered? until now i was using permanent bind mount in > my fstab. however, having the directorie