Tagged Questions
3
votes
1answer
59 views
How does chroot affect dynamic linking?
Here's the scenario I'm having:
I've created a debootstrap ubuntu maverick (64-bit) environment. I placed it at /env/mav/ on my ubuntu (64-bit) lucid system. I can chroot into /env/mav and can ...
1
vote
1answer
150 views
how to install chroot dependencies?
hello
there is ubuntu img which is made by rootstock
to run in ARM architecture
but I can't chroot the img
many people say this is dependencies problem
if I do not have the loader and/or shared ...
1
vote
1answer
456 views
ubuntu on android unable to open display chroot
hello
I am using ubuntu on android(with chroot)
I am trying to execute xev
(to change the volume button to CTRL)
but every time I trying to open up xev,
it says
unable to open the display ''
or
...
1
vote
3answers
197 views
What method(s) do you use to test a debian/ubuntu package?
I'm talking about testing a package that you're building, especially one that spawns a daemon and/or fiddles with init.d.
Do you log into some sort of chroot? Do you create a virtualized distribution ...
0
votes
1answer
83 views
How to run wine inside a chrooted environment in ubuntu?
I'm trying to run wine inside a 'pseudo' jail inside Ubuntu.
I've been able to debootstrap an Ubuntu install and run wine inside it so far.
Problem is that there are a LOT of libraries that are ...
0
votes
1answer
141 views
Ubuntu - chroot virtual system for ssh/ftp user
I have a webserver running Ubuntu 11.10
I just store a copy of my projects' sources, but now I'm thinking to allow a user to access via SSH the system. I'd like to create such a virtual machine, in ...
0
votes
1answer
767 views
Entering superuser mode with adb shell(on windows) on samsung galaxy s2
Hey i tried to install chroot ubuntu on my phone but it was unsuccessful on my galaxy s2(stock kernel,supports loop devices).The problem i think is that the adb shell is not granted superuser ...
0
votes
1answer
668 views
ioctl LOOP_SET_FD failed
ioctl LOOP_SET_FD failed
I already ask about similar problem but I wrote some more detail here
to run the ubuntu in android,
I made an img file with rootstock
rootstock -f kty1104-ThinkPad-Z60t -l ...
0
votes
0answers
358 views
build ubuntu for ARM cpu
hello
I am trying to run the ubuntu on android phone(ARM cpu)
so I use rootstock to build img
but
rootstock -f kty1104-Notebook -l kty1104 -p 1 --imagesize 2047M --notarball --seed ...
0
votes
2answers
766 views
Running mysql in chroot
I've got a chroot environment working on my 10.04 ubuntu box. I'm trying to run mysql inside this chroot environment, but I get this error.
ERROR 2002 (HY000): Can't connect to local MySQL server ...
0
votes
1answer
526 views
Running server from inside Chroot in ubuntu
Due to the peculiar nature of the application, I'm thinking of running servers such as Apache, Tomcat from within a chroot environment.
Using schroot and debootstrap, I'm able to create a clone of my ...
0
votes
0answers
290 views
Ubuntu chroot “No such file or directory”
I hace a web application where I create some folders on my server and put executables there. Then I try to wun them with chroot but I get a message that access is denied there. I tried chroot -r 777 ...