WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: help! /home/tc created root:root -- stuck waiting on .Xauthority  (Read 7939 times)

Offline dito

  • Newbie
  • *
  • Posts: 9
Re: help! /home/tc created root:root -- stuck waiting on .Xauthority
« Reply #15 on: March 28, 2010, 08:04:10 PM »
Wonder if this might help someone. I just installed v4L and Mplayer to try and see if I can stream my usb webcam, and I started having this .Xauthority problem: booting takes now at least 2 minutes longer than before, like 2 minutes and 20 sec, that is.

I got rid of Mplayer and v4L, but the problem remains. Strange. Especially because the Xauthority message was there before, but with no boot delay.

Oh, and I just noticed that appbrowser is kaput. Can I do anything about it, or just need to reinstall 2.10?
« Last Edit: March 28, 2010, 08:24:56 PM by dito »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: help! /home/tc created root:root -- stuck waiting on .Xauthority
« Reply #16 on: March 29, 2010, 01:35:39 AM »
Which extensions, exactly?
The only barriers that can stop you are the ones you create yourself.

Offline dito

  • Newbie
  • *
  • Posts: 9
Re: help! /home/tc created root:root -- stuck waiting on .Xauthority
« Reply #17 on: March 29, 2010, 03:26:20 PM »
Hard to write down the names of those extensions exactly without a working appbrowser, but the version of Mplayer that I installed was the one dependent on gtk2 (which was already on my machine). As far as v4L goes, there is only one extension in the repository, I believe.

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: help! /home/tc created root:root -- stuck waiting on .Xauthority
« Reply #18 on: March 29, 2010, 10:24:29 PM »
To list them, try `cd /usr/local/tce.installed ; ls -1`

Offline dito

  • Newbie
  • *
  • Posts: 9
Re: help! /home/tc created root:root -- stuck waiting on .Xauthority
« Reply #19 on: March 30, 2010, 06:00:10 PM »
Did it, but the list I got is identical with what you see if you hit Update Dep Database in AppsAudit. That is, no extensions are listed that have been uninstalled.

However, these are the extensions that seem to have triggered the .Xauthority problem:

MPlayer-svn-gtk2.tcz
v4l-dvb-2.6.29.1-tinycore.tcz

Got their complete names from http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/tcz_2x.html

Is there a way of getting appbrowser work again?
Can the .Xauthority problem be fixed?
One reason I value TCL is the amazing boot time. But with this problem, this is even worse than Windoze7.
« Last Edit: March 30, 2010, 06:12:57 PM by dito »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: help! /home/tc created root:root -- stuck waiting on .Xauthority
« Reply #20 on: March 31, 2010, 03:18:25 AM »
I could reproduce, and found the issue. It's related to the replacement of tcz-symlinker with cp, and triggered by a small design flaw in the MPlayer-svn-gtk2 extension (maybe others as well, but I confirmed that one).

The difference in behavior is that cp also copies directory permissions. The extension includes /home/tc, owned by root. Jason, could you replace this with a startup script? The current way doesn't take the user name into account either.

dito, quick fix directions:

boot with "text base" + your home= code
remove MPlayer-svn-gtk2.tcz from your onboot.lst file, either using vi (or "sed -i '/MPlayer-svn-gtk2.tcz/d' /path/to/onboot.lst")
sudo chown -R tc.staff /home/tc
« Last Edit: March 31, 2010, 03:20:15 AM by curaga »
The only barriers that can stop you are the ones you create yourself.

Offline MikeLockmoore

  • Hero Member
  • *****
  • Posts: 525
  • Good software needn't be big!
Re: help! /home/tc created root:root -- stuck waiting on .Xauthority
« Reply #21 on: March 31, 2010, 05:30:05 PM »
Thanks curaga, this fix works.  I just reloaded mplayer yesterday and the problem came back (the GTK 2 version).  Maddening!  

Hopefully, the fixed mplayer extension is out now or will be soon.
--
Mike L.

Offline dito

  • Newbie
  • *
  • Posts: 9
Re: help! /home/tc created root:root -- stuck waiting on .Xauthority
« Reply #22 on: April 01, 2010, 08:32:35 AM »
I wish I could also confirm that curaga's instructions fix the problem. Unfortunately, I lost my temper and reinstalled everything before I saw them...

Offline majbthrd

  • Newbie
  • *
  • Posts: 11
Re: help! /home/tc created root:root -- stuck waiting on .Xauthority
« Reply #23 on: May 05, 2010, 09:24:28 AM »
For what it is worth...

I've encountered the same problem after running wine for the first time.

To support wine, it creates a subdirectory ~tc/.wine with a bunch of files.  Some of the files are owned by root:staff instead of tc:staff.

Upon the next boot, it is stuck waiting for .Xauthority because ~tc is owned root:staff.

As indicated in the various posts above, the workaround was:

1) Ctrl-C out of the wait for .Xauthority

2) sudo chown -R tc:staff ~tc ; startx

3) Make sure that a Backup is done on the next TC Exit so that mydata.tgz is updated with all the ~tc files set with tc:staff ownership.

Offline bkwb

  • Newbie
  • *
  • Posts: 16
Re: help! /home/tc created root:root -- stuck waiting on .Xauthority
« Reply #24 on: May 09, 2010, 02:31:56 AM »
I've got the same thing happening..

And it really sucks. I think it comes from my /home/tc/.X.d folder. since that is the only thing I edited.
I put a file in it to launch opera automaticly => it didn't work and it took my system over 2 minutes to boot .

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: help! /home/tc created root:root -- stuck waiting on .Xauthority
« Reply #25 on: May 09, 2010, 02:50:35 AM »
As long as you create files in .X.d owned by tc:staff for launching things like flit, conky, etc then things work fine.

I'm not too sure I'd want to start opera this way, but did you remember the "&" at the end?

Offline bkwb

  • Newbie
  • *
  • Posts: 16
Re: help! /home/tc created root:root -- stuck waiting on .Xauthority
« Reply #26 on: May 09, 2010, 04:30:09 AM »
yes, i did..

is there an other way to launch opera at startup then?

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: help! /home/tc created root:root -- stuck waiting on .Xauthority
« Reply #27 on: May 09, 2010, 06:21:06 AM »
I made test by creating a file named ~/.X.d/opera containing "opera &"

After booting in text mode, creating the file, loading the opera extension and then "startx", opera opened almost instantly

Offline bkwb

  • Newbie
  • *
  • Posts: 16
Re: help! /home/tc created root:root -- stuck waiting on .Xauthority
« Reply #28 on: May 09, 2010, 10:19:40 PM »
strange.. I'm reinstalling TC right now..

hopefully it will be allright after that..

Offline ariflukito

  • Newbie
  • *
  • Posts: 1
Re: help! /home/tc created root:root -- stuck waiting on .Xauthority
« Reply #29 on: May 23, 2010, 06:28:13 PM »
For what it is worth...

I've encountered the same problem after running wine for the first time.

To support wine, it creates a subdirectory ~tc/.wine with a bunch of files.  Some of the files are owned by root:staff instead of tc:staff.

Upon the next boot, it is stuck waiting for .Xauthority because ~tc is owned root:staff.

As indicated in the various posts above, the workaround was:

1) Ctrl-C out of the wait for .Xauthority

2) sudo chown -R tc:staff ~tc ; startx

3) Make sure that a Backup is done on the next TC Exit so that mydata.tgz is updated with all the ~tc files set with tc:staff ownership.


Hi I have similiar problem, I installed wine and after subsequence reboot the owner of /home/tc was changed to root.

I tracked down the problem and I found out that there were a bunch of symlinks on ~/.wine/drive_c/users/tc that point to /home/tc (My Documents, My Music etc). On reboot when these symlinks get restored, they were recreated as root somehow.

I deleted those symlinks since I don't need them and I can boot just fine.