Re: Looking for a way to cache .deb files downloaded by apt inside sbuild schroot

2021-10-27 Thread Roberto C . Sánchez
On Wed, Oct 27, 2021 at 05:32:21PM +0300, Uladzimir Bely wrote: > When sbuild is used to compile a package from sources, some packages (package > dependencies) are internally downloaded and installed in schroot. > > I'm looking for a way to cache the dependencies in form of .

Re: Looking for a way to cache .deb files downloaded by apt inside sbuild schroot

2021-10-27 Thread David Christensen
On 10/27/21 7:32 AM, Uladzimir Bely wrote: When sbuild is used to compile a package from sources, some packages (package dependencies) are internally downloaded and installed in schroot. I'm looking for a way to cache the dependencies in form of .deb files outside the schroot. So that I

Re: Looking for a way to cache .deb files downloaded by apt inside sbuild schroot

2021-10-27 Thread Charles Curley
On Wed, 27 Oct 2021 17:32:21 +0300 Uladzimir Bely wrote: > I'm looking for a way to cache the dependencies in form of .deb files > outside the schroot. So that I could later create a local partial > debian repo from these .deb files and run sbuild for a second time > using the

Looking for a way to cache .deb files downloaded by apt inside sbuild schroot

2021-10-27 Thread Uladzimir Bely
When sbuild is used to compile a package from sources, some packages (package dependencies) are internally downloaded and installed in schroot. I'm looking for a way to cache the dependencies in form of .deb files outside the schroot. So that I could later create a local partial debian

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

2014-08-31 Thread Daniel Stender
Hi, after some sbuild breaks which came from experimenting with setting up ccache with sbuild (https://wiki.debian.org/sbuild) I've now discovered that there are several schroot sessions permanently running at the same time on my system, which I can't close because it says &quo

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

schroot issues

2014-04-15 Thread Andrew McGlashan
Hi, I've got a situation whereby there is a shared server that I need to give an organization access to particular directories. What I've devised, but it isn't working for the other side..., is the following: Debian Squeeze with schroot installed and a special schroot called &quo

Re: schroot

2013-10-09 Thread Zenaan Harkness
ot; >> . "$SETUP_DATA_DIR/common-config" >> >> Where is this being sourced from (ie, where is the 'common-data' >> file?) and (more important) where is this documented? > > It's set in the environment which the setup scripts run in. It > sh

Re: schroot

2013-10-08 Thread Roger Leigh
; > > Where is this being sourced from (ie, where is the 'common-data' > file?) and (more important) where is this documented? It's set in the environment which the setup scripts run in. It should be documented in schroot-setup(5), but appears to be missing. Mea culpa. T

Re: NFS in schroot/sbuild

2013-10-08 Thread Roger Leigh
On Fri, Sep 06, 2013 at 09:35:58AM +0200, Khaled Blah wrote: > On 04.09.2013 17:16, Chris Bannister wrote: > > On Wed, Sep 04, 2013 at 02:42:44PM +0200, Khaled Blah wrote: > >> Hi all, > >> > >> I'd like to mount an NFS mount point into a schroot sessi

Re: schroot

2013-10-07 Thread shawn wilson
plete (so that maybe this shows up on google when the next person has issues finding undocumented stuff in schroot - it's not in the man page as my search implies btw): /usr/share # find -iname "*.bz2" | while read f; do t=$(bzcat $f | grep SETUP_DATA_DIR); test -n "$

Re: schroot

2013-10-07 Thread berenger . morel
eing sourced from (ie, where is the 'common-data' file?) and (more important) where is this documented? Doing "echo $SETUP_DATA_DIR" should help you, I think. And for documentation, reading about shell will also help you. I'm guessing this means it's exported by some

Re: schroot

2013-10-07 Thread berenger . morel
you. I'm guessing this means it's exported by some schroot internal mechanism inside the schroot? I'm not sure what I don't know about bash that would help here? This doesn't seem to be an export bash knows about? I have no idea about what are the files you are sp

Re: schroot

2013-10-07 Thread Shawn Wilson
ctions" >> . "$SETUP_DATA_DIR/common-config" >> >> Where is this being sourced from (ie, where is the 'common-data' >> file?) and (more important) where is this documented? > >Doing "echo $SETUP_DATA_DIR" should help you, I think

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?)

schroot

2013-10-07 Thread shawn wilson
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?) and (more important) where is this documented?

Re: NFS in schroot/sbuild

2013-09-06 Thread Khaled Blah
On 04.09.2013 17:16, Chris Bannister wrote: > On Wed, Sep 04, 2013 at 02:42:44PM +0200, Khaled Blah wrote: >> Hi all, >> >> I'd like to mount an NFS mount point into a schroot session. I >> understand I need to edit /etc/schroot/sbuild/fstab on the host to do

Re: NFS in schroot/sbuild

2013-09-04 Thread Chris Bannister
On Wed, Sep 04, 2013 at 02:42:44PM +0200, Khaled Blah wrote: > Hi all, > > I'd like to mount an NFS mount point into a schroot session. I > understand I need to edit /etc/schroot/sbuild/fstab on the host to do so > but all my attempts so far failed. Does anyone here know how i

NFS in schroot/sbuild

2013-09-04 Thread Khaled Blah
Hi all, I'd like to mount an NFS mount point into a schroot session. I understand I need to edit /etc/schroot/sbuild/fstab on the host to do so but all my attempts so far failed. Does anyone here know how it can be done? Regards, -- Khaled Blah System Administrator, Mara Sy

Re: Daemons in schroot or how to start chroot automatically

2012-08-21 Thread Bob Proulx
Roger Leigh wrote: > Bob Proulx wrote: > > There are two issues. ... > > So one key question here: do you have /proc mounted inside the > chroot? No. I only do that if the task and applications I am running in the chroot require it. But for my typical chroot these are rarely required. Sure they

Re: Daemons in schroot or how to start chroot automatically

2012-08-16 Thread Roger Leigh
root on the host system unintentionally. "Unlikely" isn't a good enough guarantee here--we need to be absolutely certain. Regards, Roger -- .''`. Roger Leigh : :' : Debian GNU/Linuxhttp://people.debian.org/~rleigh/ `. `' schroot and sbuild http:/

Re: Daemons in schroot or how to start chroot automatically

2012-08-15 Thread Bob Proulx
Roger Leigh wrote: > Bob Proulx wrote: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665827 > > Note that this is a bug against initscripts, not debianutils. Yes. But both are buggy! I also filed a bug against ischroot. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685034 > Is t

Re: Daemons in schroot or how to start chroot automatically

2012-08-15 Thread Roger Leigh
ack, otherwise we run the standard codepath for a base system. I'm not sure that there's a more reasonable solution here--we don't have the information to make a better choice if it's 2. So it would be useful to know exactly what the return value of ischroot is (it must be run

Re: Daemons in schroot or how to start chroot automatically

2012-08-15 Thread Bob Proulx
Roger Leigh wrote: > Bob Proulx wrote: > > I haven't submitted a bug yet but I always have problems with sysvinit > > postinst depending upon ischroot and ischroot getting it wrong and > > that leaving a broken /run - /var/run behind. You might hit that too. > > If this is still happening, please

Re: Daemons in schroot or how to start chroot automatically

2012-07-23 Thread Ramon Hofer
; > if [ -f /var/lib/schroot/session/sid-sab ]; then > > schroot -rq -c $NAME /etc/init.d/sabnzbdplus stop > > schroot -eq -c $NAME > > else > > echo "SABnzbd+ not running, not stooped" 2>&1 > > fi > > } > >

Re: Daemons in schroot or how to start chroot automatically

2012-07-23 Thread Roger Leigh
On Mon, Jul 23, 2012 at 06:27:22PM +0200, Ramon Hofer wrote: > I now changed the stop function to (added the if test) to get rid of > error messages when running `sid-sabnzbdplus stop` twice: > stop_sab() { > if [ -f /var/lib/schroot/session/sid-sab ]; then > schroot -r

Re: Daemons in schroot or how to start chroot automatically

2012-07-23 Thread Ramon Hofer
21 at 22:05 +0100, Roger Leigh wrote: > > > > > I would also check the return status of schroot. If sid-sab > > > > > already exists, then session creation will fail, and you'll > > > > > reuse the old session. That might not be incorrect, but > &

Re: Daemons in schroot or how to start chroot automatically

2012-07-23 Thread Ramon Hofer
Is there another one which I can use to set specific mounts? > > > > Like in my case the config dir in my home for sabnzbd? > > > > > > Not provided with the package. You could just > > > sudo cp -r /etc/schroot/default /etc/schroot/sabnzbd > > > an

Re: Daemons in schroot or how to start chroot automatically

2012-07-23 Thread Roger Leigh
e in my case the config dir in my home for sabnzbd? > > > > Not provided with the package. You could just > > sudo cp -r /etc/schroot/default /etc/schroot/sabnzbd > > and then set > > script-config=/etc/schroot/sabnzdb/config > > (you'll need to edit

Re: Daemons in schroot or how to start chroot automatically

2012-07-23 Thread Roger Leigh
On Sun, Jul 22, 2012 at 05:27:14PM +0200, Ramon Hofer wrote: > On Son, 2012-07-22 at 15:58 +0100, Roger Leigh wrote: > > On Sun, Jul 22, 2012 at 03:25:49PM +0200, Ramon Hofer wrote: > > > On Sam, 2012-07-21 at 22:05 +0100, Roger Leigh wrote: > > > > I would also chec

Re: Daemons in schroot or how to start chroot automatically

2012-07-22 Thread Ramon Hofer
i, 20 Jul 2012 10:42:58 +0100, Roger Leigh wrote: > > >> > > >> > On Thu, Jul 19, 2012 at 12:34:26PM +, Ramon Hofer wrote: > > >> >> I have some questions about starting daemons in a chroot environment > > >> >> or rather about

Re: Daemons in schroot or how to start chroot automatically

2012-07-22 Thread Ramon Hofer
On Son, 2012-07-22 at 15:58 +0100, Roger Leigh wrote: > On Sun, Jul 22, 2012 at 03:25:49PM +0200, Ramon Hofer wrote: > > On Sam, 2012-07-21 at 22:05 +0100, Roger Leigh wrote: > > > > > > Firstly, add schroot to Required-(Start|Stop), since you do > > > need i

Re: Daemons in schroot or how to start chroot automatically

2012-07-22 Thread Roger Leigh
On Sun, Jul 22, 2012 at 03:25:49PM +0200, Ramon Hofer wrote: > On Sam, 2012-07-21 at 22:05 +0100, Roger Leigh wrote: > > > > Firstly, add schroot to Required-(Start|Stop), since you do > > need it to be set up prior to starting new sessions. > > Thanks for the hint! &g

Re: Daemons in schroot or how to start chroot automatically

2012-07-22 Thread Ramon Hofer
On Sam, 2012-07-21 at 22:05 +0100, Roger Leigh wrote: > On Sat, Jul 21, 2012 at 04:52:24PM +, Ramon Hofer wrote: > > On Sat, 21 Jul 2012 11:54:58 +, Ramon Hofer wrote: > > > > > I found what I did wrong: In the init.d script I used chroot instead of &

Re: Daemons in schroot or how to start chroot automatically

2012-07-21 Thread Roger Leigh
t; > On Thu, Jul 19, 2012 at 12:34:26PM +, Ramon Hofer wrote: > >> >> I have some questions about starting daemons in a chroot environment > >> >> or rather about starting schroot on bootup. > >> >> The reason I want to do this is to clean up my ser

Re: Daemons in schroot or how to start chroot automatically

2012-07-21 Thread Roger Leigh
On Sat, Jul 21, 2012 at 04:52:24PM +, Ramon Hofer wrote: > On Sat, 21 Jul 2012 11:54:58 +, Ramon Hofer wrote: > > > I found what I did wrong: In the init.d script I used chroot instead of > > schroot: > > http://pastebin.com/raw.php?i=Lamy4K4a > > > &g

Re: Daemons in schroot or how to start chroot automatically

2012-07-21 Thread Ramon Hofer
On Sat, 21 Jul 2012 11:54:58 +, Ramon Hofer wrote: > I found what I did wrong: In the init.d script I used chroot instead of > schroot: > http://pastebin.com/raw.php?i=Lamy4K4a > > Could you please help me with the correct command? > Instead of `chroot /srv/chroot/sid /etc/

Re: Daemons in schroot or how to start chroot automatically

2012-07-21 Thread Ramon Hofer
ome questions about starting daemons in a chroot environment >> >> or rather about starting schroot on bootup. >> >> The reason I want to do this is to clean up my server. It's a >> >> Squeeze with an AMD64 kernel from backports. Some packages are from >

Re: Daemons in schroot or how to start chroot automatically

2012-07-21 Thread Ramon Hofer
On Fri, 20 Jul 2012 14:24:11 -0600, Bob Proulx wrote: > First I should say that schroot appears to have a lot more functionality > than I previously realized. I had thought it was just a fancy suid > chroot similar to 'dchroot' adding a security layer around chroot(2). >

Re: Daemons in schroot or how to start chroot automatically

2012-07-20 Thread Bob Proulx
First I should say that schroot appears to have a lot more functionality than I previously realized. I had thought it was just a fancy suid chroot similar to 'dchroot' adding a security layer around chroot(2). But it looks like it can do much more including building chroots on the fly

Re: Daemons in schroot or how to start chroot automatically

2012-07-20 Thread Roger Leigh
On Fri, Jul 20, 2012 at 12:48:49PM +, Ramon Hofer wrote: > On Fri, 20 Jul 2012 10:42:58 +0100, Roger Leigh wrote: > > > On Thu, Jul 19, 2012 at 12:34:26PM +, Ramon Hofer wrote: > >> I have some questions about starting daemons in a chroot environment or > >>

Re: Daemons in schroot or how to start chroot automatically

2012-07-20 Thread Ramon Hofer
On Fri, 20 Jul 2012 10:42:58 +0100, Roger Leigh wrote: > On Thu, Jul 19, 2012 at 12:34:26PM +, Ramon Hofer wrote: >> I have some questions about starting daemons in a chroot environment or >> rather about starting schroot on bootup. >> The reason I want to do this is

Re: Daemons in schroot or how to start chroot automatically

2012-07-20 Thread Ramon Hofer
local system administrator to control the behaviour of invoke-rc.d for every initscript id and action" http://people.debian.org/~hmh/invokerc.d-policyrc.d-specification.txt So this script controls the way and order the daemons are started? Is it correct that without it I wouldn't be

Re: Daemons in schroot or how to start chroot automatically

2012-07-20 Thread Roger Leigh
On Thu, Jul 19, 2012 at 12:34:26PM +, Ramon Hofer wrote: > I have some questions about starting daemons in a chroot environment or > rather about starting schroot on bootup. > The reason I want to do this is to clean up my server. It's a Squeeze > with an AMD64 kernel fro

Re: Daemons in schroot or how to start chroot automatically

2012-07-20 Thread Roger Leigh
imple case of a chroot. Thanks, Roger -- .''`. Roger Leigh : :' : Debian GNU/Linuxhttp://people.debian.org/~rleigh/ `. `' schroot and sbuild http://alioth.debian.org/projects/buildd-tools `-GPG Public Key F33D 281D 470A B443 6756 147C 07B3 C8BC 4083

Re: Daemons in schroot or how to start chroot automatically

2012-07-19 Thread Bob Proulx
t; Entered the chroot with > $ sudo schroot -p -c sid > > Installed locales and reconfigured them. I also installed vim. Seems reasonable so far. Some packages will require /proc. Some will also require /dev. Some will require other things. > I noticed that auto-completion isn't wo

Daemons in schroot or how to start chroot automatically

2012-07-19 Thread Ramon Hofer
Hi all I have some questions about starting daemons in a chroot environment or rather about starting schroot on bootup. The reason I want to do this is to clean up my server. It's a Squeeze with an AMD64 kernel from backports. Some packages are from testing which gives me problems becau

Re: building and running openGL programs from a schroot

2012-06-06 Thread Roger Leigh
th 32 and 64 bits. > > I've already used schroot before, and I'm quite familiar with it, but > I do not fully understand how > programs from the chroot can open X windows on the host. It always > seemed magical to me. All you need is to be able to connect to the X server. So havin

building and running openGL programs from a schroot

2012-06-06 Thread Sébastien Barthélémy
Hello all, I'd like to use schroots to build and use openGL programs (openscenegraph, ogre, and some proprietary scientific software which use these libs) under different releases of debian/ubuntu, for both 32 and 64 bits. I've already used schroot before, and I'm quite familiar

Re: circular link schroot 1.4.19-1

2011-06-06 Thread Roger Leigh
and: > > > > > > apt-get upgrade > > > [...] > > > Setting up schroot (1.4.19-1+squeeze1) ... > > > dpkg: warning: schroot: config file > > > '/etc/schroot/default/nssdatabases' is a circular link (= > > > '/etc/sc

Re: circular link schroot 1.4.19-1

2011-06-06 Thread Mihamina Rakotomandimby
> On Mon, 6 Jun 2011 10:15:01 +0100 > Roger Leigh wrote: > On Mon, Jun 06, 2011 at 09:45:59AM +0300, Mihamina Rakotomandimby > wrote: > > This morning, I upgraded my system and: > > > > apt-get upgrade > > [...] > > Setting up schroot (1.4.19-1+

Re: circular link schroot 1.4.19-1

2011-06-06 Thread Roger Leigh
On Mon, Jun 06, 2011 at 09:45:59AM +0300, Mihamina Rakotomandimby wrote: > This morning, I upgraded my system and: > > apt-get upgrade > [...] > Setting up schroot (1.4.19-1+squeeze1) ... > dpkg: warning: schroot: config file '/etc/schroot/default/nssdatabases

circular link schroot 1.4.19-1

2011-06-05 Thread Mihamina Rakotomandimby
Hi all, This morning, I upgraded my system and: apt-get upgrade [...] Setting up schroot (1.4.19-1+squeeze1) ... dpkg: warning: schroot: config file '/etc/schroot/default/nssdatabases' is a circular link (= '/etc/schroot/default/nssdatabases') dpkg: warning:

Re: schroot and automount

2010-02-16 Thread Roger Leigh
> > actually, location seems to be deprecated, while directory does not print > warnings. > > 09:26 ~ % LANG=C schroot -c ia32 > W: line 15 [ia32]: Deprecated key 'location' used > I: This option will be removed in the future; please update your configuration 'lo

Re: schroot and automount

2010-02-16 Thread arenevier
probably want "type=directory". Thanks a lot, I missed that one :) > 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, w

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

schroot and automount

2010-02-15 Thread arenevier
Hi, I'm using a 64bits debian unstable, and using schroot to be able to easily (eliminating the need to become root) chroot to a 32bits environment. I want to have /tmp, /dev, /proc, and /dev/pts shared between host system and chroot. So, I used to have lines such as /tmp/srv/chroot

Re: "cannot open display: :0.0" error when using schroot

2008-11-01 Thread Roger Leigh
On Sat, Aug 23, 2008 at 08:12:11PM +0200, Aniruddha wrote: > On Fri, 2008-08-22 at 11:17 -0700, Bob McGowan wrote: > > I'd guess "libgnomebreakpad.so" is not accessible from within the > > schroot environment. > > > > And without it, GTK and ne

Re: "cannot open display: :0.0" error when using schroot

2008-08-23 Thread Aniruddha
On Fri, 2008-08-22 at 11:17 -0700, Bob McGowan wrote: > I'd guess "libgnomebreakpad.so" is not accessible from within the > schroot environment. > > And without it, GTK and nero can't do anything affecting the display. > > *However*, this is all guesswo

Re: "cannot open display: :0.0" error when using schroot

2008-08-22 Thread Bob McGowan
Aniruddha wrote: On Fri, 2008-08-22 at 09:43 -0700, Bob McGowan wrote: What does 'xhost' say when you run it as the "normal" user (before you do the schroot)? You may need to do an 'xhost local:' to allow any local (only your host system logins) user to con

Re: "cannot open display: :0.0" error when using schroot

2008-08-22 Thread Aniruddha
On Fri, 2008-08-22 at 09:43 -0700, Bob McGowan wrote: > What does 'xhost' say when you run it as the "normal" user (before you > do the schroot)? > > You may need to do an 'xhost local:' to allow any local (only your host > system logins) user

Re: "cannot open display: :0.0" error when using schroot

2008-08-22 Thread Bob McGowan
Aniruddha wrote: I have set up a schroot using this guide: http://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html#id292205 , but for some reason when I try to run a program I get the following error: ~$ schroot -p nero W: Group ‘sbuild’ not found I: [sid chroot] Running

"cannot open display: :0.0" error when using schroot

2008-08-22 Thread Aniruddha
I have set up a schroot using this guide: http://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html#id292205 , but for some reason when I try to run a program I get the following error: > ~$ schroot -p nero > W: Group ‘sbuild’ not found > I: [sid chroot] Running comma

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 w

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-ses

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

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 le

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

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

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

schroot leaving sessions behind

2007-04-15 Thread Anton Piatek
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 follows `ls -l

Re: schroot help needed

2006-11-10 Thread Lubos Vrbka
at if you are using schroot there are chances you can avoid binding directories and copying or hard linking files. Check schroot manpage and modify /etc/schroot/setup.d/10mount to match your needs. this is what i would like to do - there should be some possibility to let schroot manage bind mou

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

schroot help needed

2006-11-10 Thread Lubos Vrbka
hi guys, 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 directories bindmounted only when the chroot

Re: dchroot & schroot

2006-10-13 Thread Olafur Jens Sigurdsson
Þann 2006-10-12, 21:03:03 (-0400) skrifaði T: > Hi > > I have both dchroot & schroot installed on my box, but I want to just keep > one. On seeing: > > schroot shares most of its options with dchroot, but offers vastly > more functionality. > > I decided to remo

dchroot & schroot

2006-10-13 Thread T
Hi I have both dchroot & schroot installed on my box, but I want to just keep one. On seeing: schroot shares most of its options with dchroot, but offers vastly more functionality. I decided to remove schroot because I don't need those fancy functionality. but I can't because: