Sh..t
After fiddling the fstabs, the chroot doesnot work as it should.
When trying to start textmaker, I receive this:
Code: Select all
jpg[~]$ switch32
(salix32) jpg[~]$ textmaker
Invalid MIT-MAGIC-COOKIE-1 key./textmaker: Zeile 3: 4753 Speicherzugriffsfehler "/home/jpg/office2010"/textmaker "$@"
I think I have messed up some paths/mount points...
sdb is boot device and hosts the 64bit system and the 64bit home
sda is the device hosting the 32bit system, including the home and sda5 is home2
Yesterday all was fine after I copied .Xauthority from 64bit/home to 32bit/home (and some other stuff).
Here the fstab of the 64bit system:
Code: Select all
/dev/sdb6 swap swap defaults 0 0
/dev/sdb1 / xfs noatime,defaults 1 1
/dev/sdb5 /home xfs defaults 1 2
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto,users,rw,umask=00 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
/dev/sda5 /home2 xfs defaults 1 2
/dev/sda1 /media/salix32 xfs defaults 1 2
this is fstab of the 32bit system:
Code: Select all
/dev/sdb6 swap swap defaults 0 0
/dev/sda1 / xfs noatime,defaults 1 1
#/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto,users,rw,umask=00 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
Let me know what other details you are missing...
I am just too puzzled...sorry.
I am pretty sure its just a small error in here but I am stuck.
Thank you!