Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: floppy on March 09, 2014, 04:36:26 PM

Title: Update from 4 to 5.2: Xorg not starting
Post by: floppy on March 09, 2014, 04:36:26 PM
Hello,
for the reason my usb_modeswitch did not work anymore on my samsung nc10, I decided today to upgrade to 5.2 (from 4.7).
At boot, during the load of the tczs, 2 similar errors appear
"umount: cant umount /tmp/tcloop/Xorg-7.7-lib:operation not permitted" and later
"umount.. .. Xorg-7.7: operation not permitted"
And xorg is not working. My xorg.conf should be perhaps deleted from the backup?
Is something special to be done for the upgrade from xorg7.6 to 7.7 ?
Title: Re: Update from 4 to 5.2: Xorg not starting
Post by: Juanito on March 09, 2014, 11:18:14 PM
Take a look at the release notes here:

http://forum.tinycorelinux.net/index.php/topic,15889.0.html
Title: Re: Update from 4 to 5.2: Xorg not starting
Post by: Misalf on March 13, 2014, 01:50:52 PM
Hmm, I get the same messages, though X does work for me.
I made a fresh install for 5.2, should I still 'delete' X related extensions and redownload them?
I don't see anything else stated in the release notes that might be related to this.
Title: Re: Update from 4 to 5.2: Xorg not starting
Post by: curaga on March 13, 2014, 03:04:45 PM
Do you have the Xorg extensions set to copy2fs?
Title: Re: Update from 4 to 5.2: Xorg not starting
Post by: Misalf on March 13, 2014, 03:09:50 PM
I don't remember ever trying copy2fs.
How could I check?
Title: Re: Update from 4 to 5.2: Xorg not starting
Post by: curaga on March 13, 2014, 04:22:08 PM
Next to onboot.lst, do you have a copy2fs.flg or copy2fs.lst file?
Title: Re: Update from 4 to 5.2: Xorg not starting
Post by: Misalf on March 13, 2014, 04:25:08 PM
Nope, neither any file with .flg extension nor a copy2fs.lst file.
Title: Re: Update from 4 to 5.2: Xorg not starting
Post by: curaga on March 13, 2014, 05:31:18 PM
Then we have a bug in extension loading, it should not be unmounting.
Title: Re: Update from 4 to 5.2: Xorg not starting
Post by: curaga on March 13, 2014, 05:43:39 PM
Fixed, should be in 5.3. The umount was correct (they are meta-extensions now), but it missed sudo.

@floppy: Your issue is not related to the umount error. Please post your xorg log.
Title: Re: Update from 4 to 5.2: Xorg not starting
Post by: Misalf on March 18, 2014, 12:33:21 PM
curaga,
would you mind telling what files need to be changed?

I'd like to add a  sudo  myself to get rid of the error message until version 5.3 arrives.
Editing core.gz is no problem. Thanks.
Title: Re: Update from 4 to 5.2: Xorg not starting
Post by: curaga on March 18, 2014, 03:18:29 PM
See the commit at
http://git.tinycorelinux.net/index.cgi?url=Core-scripts.git/commit/&id=ab2518d4c133501fdde49b1481260a398cd11ec0
Title: Re: Update from 4 to 5.2: Xorg not starting
Post by: Misalf on March 19, 2014, 08:20:42 AM
Thanks.