Hello,
I’ve just upgradet from a 10.2 installation to the new openSUSE 11.1. As far as I can see now, everything worked fine with one exception: At one point mount stops working.
There are already some filesystems mountet, as you see here:
hastur:~ # mount
/dev/sdb4 on / type ext3 (rw,acl,user_xattr)
/proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/sdb3 on /opt type ext3 (rw,acl,user_xattr)
/dev/sdb2 on /var type ext3 (rw,acl,user_xattr)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
securityfs on /sys/kernel/security type securityfs (rw)
hastur:~ #
After a reboot, the last Message is
Starting jexec services
then it stops. X is already running on console 7, but I can not switch to console 2 - 6.
ps -afux says the following:
As I wrote above, I made an upgrade, not a new install.
fdisk -l
hastur:~ # fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xb3a9b3a9
Device Boot Start End Blocks Id System
/dev/sda1 1 60801 488384001 83 Linux
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0007f53a
Device Boot Start End Blocks Id System
/dev/sdb1 1 262 2104483+ 82 Linux swap / Solaris
/dev/sdb2 263 785 4200997+ 83 Linux
/dev/sdb3 786 1438 5245222+ 83 Linux
/dev/sdb4 * 1439 60801 476833297+ 83 Linux
hastur:~ #
This is correctly mounted, as I need it. No problem here.
Disabling jexec solved not only my inability to mount usb keys after 11.1 upgrade; but also solved not being able to mount the DVD drive and not being able to see my home folder from the gnome desktop. What is jexec for anyway?
HansBr, I believe you and I have encountered the same problem. To make sure that this is so, let me apply your method to hopefully fix my problem. How did you disable jexec?
Jexec seems to be part of the java runtime engine installation. I had the same problem with it. I deactivated jexec service in the runlevel editor (yast).
Upgrading from jre jre1.6.0_10 to jre1.6.0_11 (64bit version) solved this problem partially. The jexec service was activated again, but the install script of the rpm file was throwing following message: (jre-1.6.0_11-fcs.x86_64) scriptlet failed, signal 2.
Nevertheless, the system is booting now, but I can not execute Java applications. I have no idea how to install jre correctly.