Tagged Questions
0
votes
1answer
52 views
How to transfer a USB bootable ubuntu system to a bootable DVD
I've built a USB bootable 1.5G system derived from Ubuntu core (along the lines of this example). It boots using syslinux on most of our Intel hardware. Intel iMacs are an exception (grub EFI with GPT ...
0
votes
0answers
68 views
Bootstrapping CentOS over Ubuntu
How to bootstrap CentOS over an Ubuntu machine?
I need build a Guest image for my Xen machine and I want to build from zero
0
votes
1answer
101 views
Use a host machine's packages from guest chroot in Ubuntu
I am testing my software's compatibility with a very old version of Ubuntu. The software until now was developed on Ubuntu Precise 12.04 and now need to be tested on Ubuntu 6.0 Dapper.
For this I ...
1
vote
0answers
34 views
tazpkg install option asking for su when in chrooted image
I am trying to install a couple of packages in slitaz chrootd image but
tazpkg keeps asking for su privilages.
I have fallowed this tutorial http://doc.slitaz.org/en:handbook:chroot
Host is Ubuntu ...
1
vote
2answers
2k views
SFTP ChRoot result in broken pipe
I have a website that I want to add some restricted access to a sub-folder. For this, I've decided to use CHROOT with SFTP (I mostly followed this link : ...
1
vote
1answer
571 views
How do you run a server with chrooted Ubuntu on the HP TouchPad?
The problem: servers appear to be broken inside my Ubuntu chroot. No matter what kind of server I try to run, they all seem unresponsive (VLC server won't respond to client, mkRemote doesn't move the ...
1
vote
1answer
574 views
Shared memory in chroot environment
I'm playing with Ubuntu 11.10 launched in a chroot environment under Android 3.2.1. Most of the software works fine except PostgreSQL. When installed or initdb launched it's saying:
FATAL: could ...
1
vote
2answers
631 views
Guide to creating a chroot environment - specifically with a different kernel
I have successfully installed a Ubuntu chroot (Maverick) on a running Linux appliance (an old Thecus N5200PRO box) which has been running various services for me quite happily.
When I attempted to ...
2
votes
2answers
652 views
Adding user to chroot environment
I've created a chroot system in my Ubuntu using schroot and debrootstrap, based on minimal ubuntu. However whenever I can't seem to add a new user into this chroot environment. Here is what happens.
...
1
vote
1answer
198 views
Preferred way to create a chroot when chrooting subset of users when logging with SSH?
By using libpam-chroot it is possible to chroot subset of users quite easily based on an username when user is logging with SSH.
What is a good way to create this chroot and libpam-chroot setup. One ...
1
vote
1answer
695 views
Running stuff (web services) in chroot/isolated env
First of all, I read all the chroot questions I could find on the net and on Superuser. Basically they all cover running a 32bit app running on 64bit host and so on.
I want to have an isolated ...