Skip to main content

Questions tagged [schroot]

schroot allows the user to run a command or a login shell in a chroot environment.

1 vote
1 answer
688 views

I run the command $ sudo debootstrap --variant=buildd --arch i386 lucid /var/chroot/ https://mirror.internet.asn.au/pub/ubuntu/archive/ and the error is: I: Retrieving InRelease I: Retrieving ...
user1416486's user avatar
0 votes
1 answer
255 views

I'm writing a bash command to deploy gluster inside a chroot called glusterchroot. I'm having issues mounting files from the host to the chroot. Schroot's man page recommends the following: $ man ...
mikeLundquist's user avatar
1 vote
0 answers
326 views

This is a typical schroot.conf configuration I use: [label] description=whatever type=directory personality=linux preserve-environment=true directory=/wherever users=UserForSchrootOnly profile=...
Krackout's user avatar
  • 2,897
0 votes
1 answer
252 views

I created the chroot with schroot following these instructions: https://wiki.winehq.org/Building_Wine#Chroot Then to test it I did: $ sudo mkdir /TestA $ echo abc |sudo tee /TestA/tst.txt $ cat /...
Aquarius Power's user avatar
3 votes
1 answer
4k views

we're trying to implement an initramfs with the intent of: Open a LUKS partition (using a key saved on TPM) Mounting the partition RO Mounting an OverlayFS switch_root to the new system The first ...
pgentili's user avatar
  • 173
-1 votes
2 answers
2k views

I have access to a Ubuntu system which is like this: $ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT [...] sda 8:0 0 1.8T 0 disk └─sda1 8:1 0 1.8T 0 part /mnt/...
malat's user avatar
  • 3,469
3 votes
0 answers
332 views

Due to legacy (aka corporate) reasons, I have a number of servers running recent Debian versions (Debian 9, Debian 10) that also need to run older services such as MySQL 5.5. This is done via a (pre-...
Luis Machuca's user avatar
1 vote
1 answer
542 views

How can I SSH into a schroot environment using ssh [email protected] rather than schroot -c test as user sshuser ? I have read an array of web post on creating a jailed chroot then setting up ...
icebowl's user avatar
  • 37
0 votes
1 answer
555 views

my host system is archlinux and i need an ubuntu enviornment ready to be used with the files in my home directory. Problem is: my home directory is encrypted using ecryptfs. So when i launch the ...
wellsaid's user avatar
0 votes
1 answer
300 views

I have a Debian 9 installation with a Debian 6 chroot jail. I am using a proprietary application which up until recently worked fine in the jail. But when I run its newer versions, it crashes in libc. ...
RegedUser00x's user avatar
0 votes
1 answer
449 views

I'm trying to configure a file chroot, following the "man" documentation. According to the manpage of schroot, I can use a filesystem tree archive file, and the configure an schroot to use that ...
Omer Dagan's user avatar
0 votes
1 answer
495 views

What am I trying to do? I'm writing a code evaluator using chroot and python and went to hackerrank for some inspiration. What I think is happening at Hackerrank? Hackerrank creates run-...
shakeel's user avatar
  • 101
1 vote
0 answers
26 views

E.g. there are schroot configs: 1: [release-8.i386] personality=linux32 description=TSS version 8 on Debian Wheezy i386 directory=/chroot/release/8.i386 type=directory users=release,balage 2: [...
Regisz's user avatar
  • 141
3 votes
0 answers
64 views

I have more schroots but there are a base part which is the same in the all schroot configs (like users, type, etc.). Can be this base file used/sourced in a schroot config file to avoid copying?
Regisz's user avatar
  • 141
3 votes
1 answer
1k views

I am running Ubuntu 14.04.2, 64 bit host system. Using debootstrap, I installed a minimal Ubuntu 14.04.2, 32 bit system in trusty32 directory. This is what my schroot configuration look like: [...
sherlock's user avatar
  • 686

15 30 50 per page