|
|
kalxas
Jr. Member

Offline
Posts: 15
|
 |
« Reply #1 on: July 31, 2012, 02:51:33 PM » |
|
The same messages appear when live system starts but after a few seconds the system starts without problem...
|
|
|
|
|
Logged
|
|
|
|
|
RevLinux
|
 |
« Reply #2 on: July 31, 2012, 05:20:44 PM » |
|
Did anyone manually edit fstab or mtab? It looks like a mounting issue with a drive.
Perhaps fstab or mtab copied from a different system to another?
|
|
|
|
|
Logged
|
|
|
|
kalxas
Jr. Member

Offline
Posts: 15
|
 |
« Reply #3 on: July 31, 2012, 08:06:03 PM » |
|
No there was not any change to fstab or mtab.
|
|
|
|
|
Logged
|
|
|
|
|
fragadelic
|
 |
« Reply #4 on: July 31, 2012, 08:39:41 PM » |
|
I need to see the remastersys.log
|
|
|
|
|
Logged
|
Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
|
|
|
|
|
|
fragadelic
|
 |
« Reply #6 on: July 31, 2012, 10:42:52 PM » |
|
You have a lot of stuff on the iso.
On your system where you built this, show me the output of the following command:
sudo grep -R "7a421a2f" /
It will take a long time to run as it searches what file contains the uuid.
|
|
|
|
|
Logged
|
Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
|
|
|
kalxas
Jr. Member

Offline
Posts: 15
|
 |
« Reply #7 on: August 01, 2012, 04:27:11 AM » |
|
I executed the command and I got this loop error:
grep: warning: /sys/devices/platform/reg-dummy/subsystem/devices/i8042/serio0/subsystem/devices/serio1/input/input4/subsystem/input0/device/subsystem/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:01/physical_node/subsystem/devices/0000:00:01.1/host1/subsystem/devices/host2/target2:0:0/2:0:0:0/bsg/2:0:0:0/subsystem/0:0:0:0/device/block/sda/sda5/subsystem/ram11/bdi/subsystem/1:10/subsystem: recursive directory loop grep: /sys/devices/platform/reg-dummy/subsystem/devices/i8042/serio0/subsystem/devices/serio1/input/input4/subsystem/input0/device/subsystem/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:01/physical_node/subsystem/devices/0000:00:01.1/host1/subsystem/devices/host2/target2:0:0/2:0:0:0/bsg/2:0:0:0/subsystem/0:0:0:0/device/block/sda/sda5/subsystem/ram11/bdi/subsystem/1:10/power/autosuspend_delay_ms: Input/output error grep: warning: /sys/devices/platform/reg-dummy/subsystem/devices/i8042/serio0/subsystem/devices/serio1/input/input4/subsystem/input0/device/subsystem/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:01/physical_node/subsystem/devices/0000:00:01.1/host1/subsystem/devices/host2/target2:0:0/2:0:0:0/bsg/2:0:0:0/subsystem/0:0:0:0/device/block/sda/sda5/subsystem/ram11/bdi/subsystem/1:11: recursive directory loop
Is there a way to exclude /sys?
|
|
|
|
|
Logged
|
|
|
|
kalxas
Jr. Member

Offline
Posts: 15
|
 |
« Reply #8 on: August 01, 2012, 04:46:07 AM » |
|
I tried sudo grep -R "7a421a2f" / --exclude='(^/sys/*)' but I still get this loop error
|
|
|
|
|
Logged
|
|
|
|
|
fragadelic
|
 |
« Reply #9 on: August 01, 2012, 08:19:40 AM » |
|
Try this then:
sudo grep -R "7a421a2f" /var sudo grep -R "7a421a2f" /usr sudo grep -R "7a421a2f" /lib sudo grep -R "7a421a2f" /etc
That should take care of what I need to see.
|
|
|
|
|
Logged
|
Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
|
|
|
|
|
|
fragadelic
|
 |
« Reply #11 on: August 01, 2012, 09:16:20 AM » |
|
Everything looks normal except for the fact that gvfs is mounted in the lightdm /var/lib folder and by the lightdm user. I believe this may be the cause since gvfs is responsible for mounting drives/filesystems. How did it get mounted here?
I think you need to remove the gvfs mount from lightdm and remaster again. This is the only thing I can see that is not as it should be. gvfs is known to cause problems with the live and as far as I know, it should never be mounted under lightdm which is the login manager.
|
|
|
|
|
Logged
|
Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
|
|
|
kalxas
Jr. Member

Offline
Posts: 15
|
 |
« Reply #12 on: August 01, 2012, 09:29:36 AM » |
|
Thank you.
I will test this and report back.
Best regards, Angelos
|
|
|
|
|
Logged
|
|
|
|
kalxas
Jr. Member

Offline
Posts: 15
|
 |
« Reply #13 on: August 01, 2012, 02:28:58 PM » |
|
Hi,
There was no way to remove .gvfs from /var/lib/lightdm. Even rm -rf with root did not work... I observed that this folder goes away when I drop lightdm completely before building the iso. So using "$sudo service lightdm stop" I tried again. The problem persists after installation with the new iso. Live system is still good.
Have you seen this again in Xubuntu? Has this version of remastersys worked before with Xubuntu 12.04?
Angelos
|
|
|
|
|
Logged
|
|
|
|
|
fragadelic
|
 |
« Reply #14 on: August 01, 2012, 03:03:15 PM » |
|
I've never seen that and I originally did my 12.04 testing on Xubuntu 12.04. There has to be a way of stopping that. There is no reason lightdm should have access to other filesystems or any need for that matter. Have you checked on the Ubuntu forum or googled it?
|
|
|
|
|
Logged
|
Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
|
|
|
kalxas
Jr. Member

Offline
Posts: 15
|
 |
« Reply #15 on: August 02, 2012, 03:52:25 AM » |
|
In the scripts we use, the xubuntu system gets dist-upgrade at some point. Have you tested against the current updates? I am wondering if this is a Lightdm issue.
Do you believe that switching to gdm would solve this?
I searched for this issue and I haven't seen something similar...
|
|
|
|
|
Logged
|
|
|
|
|
fragadelic
|
 |
« Reply #16 on: August 02, 2012, 08:05:36 AM » |
|
I know it is not a lightdm issue. I used lightdm for all of my remasters including my ede one.
|
|
|
|
|
Logged
|
Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
|
|
|
kalxas
Jr. Member

Offline
Posts: 15
|
 |
« Reply #17 on: August 02, 2012, 10:24:53 AM » |
|
I tried the Ubuntu default method to produce an iso https://help.ubuntu.com/community/LiveCDCustomizationAfter running the same scripts to install the software needed, I don't get the same error (but I get different trouble, about how to change the live session username). I am not sure if this helps you understand this issue, I wonder what are the differences between remastersys and that method.
|
|
|
|
|
Logged
|
|
|
|
|
fragadelic
|
 |
« Reply #18 on: August 02, 2012, 12:11:09 PM » |
|
You must have tried to make customizations as lightdm at some point. Post all your lightdm config files.
|
|
|
|
|
Logged
|
Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
|
|
|
|
|
|
fragadelic
|
 |
« Reply #20 on: August 02, 2012, 02:19:44 PM » |
|
It is possible depending on what gets removed.
I don't ever recall seeing gvfs mounted under a login manager before on any system and there is no need for it. Perhaps you have some sort of pointer using the lightdm user or something.
|
|
|
|
|
Logged
|
Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
|
|
|
kalxas
Jr. Member

Offline
Posts: 15
|
 |
« Reply #21 on: August 02, 2012, 02:27:33 PM » |
|
I have made another test:
I installed a fresh Xubuntu 12.04. I installed subversion, checked out osgeolive code, installed only one application (mapserver) and then run the above script (with those lines commented out).
The result: and unbootable iso. VirtualBox hangs and ISOLINUX is frozen at $boot:
I will find and post the log.
|
|
|
|
|
Logged
|
|
|
|
|
|
|
fragadelic
|
 |
« Reply #23 on: August 02, 2012, 03:04:49 PM » |
|
|
|
|
|
|
Logged
|
Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
|
|
|
kalxas
Jr. Member

Offline
Posts: 15
|
 |
« Reply #24 on: August 02, 2012, 03:29:51 PM » |
|
This was a clean installation of Xubuntu, no guest additions (except if they are installed automatically somehow)
|
|
|
|
|
Logged
|
|
|
|
|
fragadelic
|
 |
« Reply #25 on: August 02, 2012, 03:51:17 PM » |
|
Boot this one with removing quiet, nosplash, break=bottom and debug - check the casper.log and see why.
|
|
|
|
|
Logged
|
Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
|
|
|
|