Page 25 of 25 FirstFirst ... 15232425
Results 241 to 250 of 250

Thread: 32-Bit Chroot How-To

  1. #241
    Join Date
    Sep 2010
    Beans
    1

    Re: 32-Bit Chroot How-To

    Hi!

    On my System I found it necessary to also add an additional entry for /dev/pts in my /etc/fstab. Otherwise Synaptic failed executing vte_terminal_forkpty().

  2. #242
    Join Date
    Apr 2008
    Location
    Arizona
    Beans
    397
    Distro
    Ubuntu

    Re: 32-Bit Chroot How-To

    Does the original post in this forum still apply to Lucid 64 bit?

    I ask this because all of the post were prior to 10.04 and I know there was a lot of changes in 10.04 and I am personally not a linux guru so I just don't know.

    My intent is to run pcsx2
    Last edited by emoguitarist06; September 29th, 2010 at 12:56 AM.

  3. #243
    Join Date
    Oct 2009
    Beans
    55
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: 32-Bit Chroot How-To

    Quote Originally Posted by emoguitarist06 View Post
    Does the original post in this forum still apply to Lucid 64 bit?

    I ask this because all of the post were prior to 10.04 and I know there was a lot of changes in 10.04 and I am personally not a linux guru so I just don't know.

    My intent is to run pcsx2
    Yes, it does work. Just replace every instance of "hoary" with "lucid" and do this:
    sudo cp /var/lib/locales/supported.d/* /chroot/var/lib/locales/supported.d/
    just before the last line of step 1.

    Whenever I use the chroot, I get the message bash: pkg-config: command not found, but it still works fine.

  4. #244
    Join Date
    Jan 2008
    Location
    France
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: 32-Bit Chroot How-To

    Dear all,
    I have a related question, maybe one of you could know the answer? http://ubuntuforums.org/showthread.p...9#post11035079

  5. #245
    Join Date
    Oct 2010
    Location
    uk
    Beans
    247
    Distro
    Ubuntu 11.04 Natty Narwhal

    Unhappy Re: 32-Bit Chroot How-To

    hi hopefully someone can help everything seems to be working in chroot except my home directory is encrypted and is not mounted properly in the chroot enviroment.

    the only files i can see in chrooted home directory are the "access private data" files not the decrypted home folder contents.

    i have also read elsewhere i need to change "bind" to "rbind" to the home directory in fstab i have done this but still no luck accessing home folder in chroot.

  6. #246
    Join Date
    Oct 2010
    Location
    uk
    Beans
    247
    Distro
    Ubuntu 11.04 Natty Narwhal

    Talking Re: 32-Bit Chroot How-To

    solved my own problem just needed to change the entry in fstab to be specific to username instead of the whole home directory.

    so fstab in now "/home/dave /chroot/home/dave none rw,rbind 0 0" instead of "/home /chroot/home none rw,rbind 0 0"

  7. #247
    Join Date
    Oct 2010
    Location
    uk
    Beans
    247
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: 32-Bit Chroot How-To

    just restarted and now the same problem cant access home folder from from chroot really don't understand this any help would be greatly appreciated

  8. #248
    Join Date
    Oct 2010
    Location
    uk
    Beans
    247
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: 32-Bit Chroot How-To

    solved it now i believe the problem was fstab was mounting the home directory before it was decrypted so i removed the entry from fstab and added a mount command to ~/.config/autostart so it mounts after the home directory is decrypted

  9. #249
    Join Date
    Apr 2009
    Location
    UK
    Beans
    50
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: 32-Bit Chroot How-To

    And the near 7 year old thread lives to see another day..

  10. #250
    Join Date
    Feb 2013
    Beans
    2

    Re: 32-Bit Chroot How-To

    Thanks for this used, it mostly works. I used i386 precise instead of the hoary option.
    Just struggling to install ROS and synaptic32.
    Thank you.

Page 25 of 25 FirstFirst ... 15232425

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •