poelzi
24-11-2004, 16:20
Hi,
I was wondering why TS2 didn't start up and tried to debug it.
With strace i got:
[...]
[pid 15653] gettimeofday({1101312581, 69308}, NULL) = 0
[pid 15653] gettimeofday({1101312581, 69494}, NULL) = 0
[pid 15653] poll( <unfinished ...>
[pid 15651] <... nanosleep resumed> NULL) = 0
[pid 15651] nanosleep({0, 50000000}, <unfinished ...>
[pid 15645] <... nanosleep resumed> NULL) = 0
[pid 15645] nanosleep({0, 10000000}, <unfinished ...>
[pid 15655] <... select resumed> ) = 1 (in [19])
[pid 15655] read(19, "\1\0\2\0\0\0\0\0\1\203\0\0\0\0\0\0\0\0\0\0\1\0\0\0 \30\275"..., 32) = 32
[pid 15655] read(19, "\1\10\3\0\206\16\0\0\37\0\0\0\0\0\0\0\27:\0\0\0\0\ 0\0\0"..., 32) = 32
[pid 15652] <... poll resumed> [{fd=13, events=POLLIN}], 1, 52) = 0
[pid 15652] gettimeofday({1101312581, 108271}, NULL) = 0
[pid 15652] gettimeofday({1101312581, 108453}, NULL) = 0
[pid 15652] poll( <unfinished ...>
[pid 15655] readv(19, [{"*Box.background:\t#426794\n*Box.fo"..., 14871}, {"\0", 1}], 2) = 14872
[pid 15655] write(19, "\203\0\1\0", 4) = 4
[pid 15655] read(19, 0xbefff8a0, 32) = -1 EAGAIN (Resource temporarily unavailable)
[pid 15655] select(20, [19], NULL, NULL, NULL <unfinished ...>
[pid 15653] <... poll resumed> [{fd=11, events=POLLIN}], 1, 52) = 0
[pid 15653] gettimeofday({1101312581, 122430}, NULL) = 0
[pid 15653] gettimeofday({1101312581, 122617}, NULL) = 0
[pid 15653] poll( <unfinished ...>
[pid 15651] <... nanosleep resumed> NULL) = 0
[pid 15651] nanosleep({0, 50000000}, <unfinished ...>
[pid 15652] <... poll resumed> [{fd=13, events=POLLIN}], 1, 52) = 0
[pid 15652] gettimeofday({1101312581, 161467}, NULL) = 0
[pid 15652] gettimeofday({1101312581, 161654}, NULL) = 0
[pid 15652] poll( <unfinished ...>
[pid 15654] <... nanosleep resumed> NULL) = 0
[pid 15654] nanosleep({0, 100000000}, <unfinished ...>
[pid 15655] <... select resumed> ) = 1 (in [19])
[pid 15655] read(19, "\1\0\4\0\0\0\0\0\377\377\17\0\0\0\0\0\1\0\0\0\1\0\ 0\0\30"..., 32) = 32
[pid 15655] writev(19, [{"b\0\5\0\t\0\340\2", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20
[pid 15655] read(19, 0xbefff6c0, 32) = -1 EAGAIN (Resource temporarily unavailable)
[pid 15655] select(20, [19], NULL, NULL, NULL <unfinished ...>
[pid 15645] <... nanosleep resumed> NULL) = 0
[pid 15645] nanosleep({0, 10000000}, <unfinished ...>
[pid 15653] <... poll resumed> [{fd=11, events=POLLIN}], 1, 52) = 0
[pid 15653] gettimeofday({1101312581, 175254}, NULL) = 0
[pid 15653] gettimeofday({1101312581, 175439}, NULL) = 0
[pid 15653] poll( <unfinished ...>
[pid 15651] <... nanosleep resumed> NULL) = 0
[pid 15651] nanosleep({0, 50000000}, <unfinished ...>
[pid 15652] <... poll resumed> [{fd=13, events=POLLIN}], 1, 52) = 0
[pid 15652] gettimeofday({1101312581, 214457}, NULL) = 0
[pid 15652] gettimeofday({1101312581, 214644}, NULL) = 0
[pid 15652] poll( <unfinished ...>
[pid 15653] <... poll resumed> [{fd=11, events=POLLIN}], 1, 52) = 0
[pid 15653] gettimeofday({1101312581, 228412}, NULL) = 0
[pid 15653] gettimeofday({1101312581, 228601}, NULL) = 0
[pid 15653] poll( <unfinished ...>
[pid 15655] <... select resumed> ) = 1 (in [19])
[pid 15655] read(19, "\1\0\5\0\0\0\0\0\1\230_\257\0\0\0\0\1\0\0\0\1\0\0\ 0\30"..., 32) = 32
[pid 15655] write(19, "\230\0\2\0\1\0\0\0", 8) = 8
[pid 15655] read(19, 0xbefff780, 32) = -1 EAGAIN (Resource temporarily unavailable)
[pid 15655] select(20, [19], NULL, NULL, NULL <unfinished ...>
[pid 15645] <... nanosleep resumed> NULL) = 0
[pid 15645] nanosleep({0, 10000000}, <unfinished ...>
[pid 15651] <... nanosleep resumed> NULL) = 0
[pid 15651] nanosleep({0, 50000000}, <unfinished ...>
[pid 15652] <... poll resumed> [{fd=13, events=POLLIN}], 1, 52) = 0
[pid 15652] gettimeofday({1101312581, 267454}, NULL) = 0
[pid 15652] gettimeofday({1101312581, 267641}, NULL) = 0
[pid 15652] poll( <unfinished ...>
[pid 15654] <... nanosleep resumed> NULL) = 0
[pid 15654] nanosleep({0, 100000000}, <unfinished ...>
[pid 15653] <... poll resumed> [{fd=11, events=POLLIN}], 1, 52) = 0
[pid 15653] gettimeofday({1101312581, 281478}, NULL) = 0
[...]
The poll occured over and over again, no GUI appears and EAGAIN is returned from the select() over and over again.
My home is on a NFS Server and Account on a NIS.
When i create a local user account with local home, everything works fine. There seems to be a problem with NFS home and the client is not usable with it.
If you need more informations, please mail me.
Kindly regards
Daniel
I was wondering why TS2 didn't start up and tried to debug it.
With strace i got:
[...]
[pid 15653] gettimeofday({1101312581, 69308}, NULL) = 0
[pid 15653] gettimeofday({1101312581, 69494}, NULL) = 0
[pid 15653] poll( <unfinished ...>
[pid 15651] <... nanosleep resumed> NULL) = 0
[pid 15651] nanosleep({0, 50000000}, <unfinished ...>
[pid 15645] <... nanosleep resumed> NULL) = 0
[pid 15645] nanosleep({0, 10000000}, <unfinished ...>
[pid 15655] <... select resumed> ) = 1 (in [19])
[pid 15655] read(19, "\1\0\2\0\0\0\0\0\1\203\0\0\0\0\0\0\0\0\0\0\1\0\0\0 \30\275"..., 32) = 32
[pid 15655] read(19, "\1\10\3\0\206\16\0\0\37\0\0\0\0\0\0\0\27:\0\0\0\0\ 0\0\0"..., 32) = 32
[pid 15652] <... poll resumed> [{fd=13, events=POLLIN}], 1, 52) = 0
[pid 15652] gettimeofday({1101312581, 108271}, NULL) = 0
[pid 15652] gettimeofday({1101312581, 108453}, NULL) = 0
[pid 15652] poll( <unfinished ...>
[pid 15655] readv(19, [{"*Box.background:\t#426794\n*Box.fo"..., 14871}, {"\0", 1}], 2) = 14872
[pid 15655] write(19, "\203\0\1\0", 4) = 4
[pid 15655] read(19, 0xbefff8a0, 32) = -1 EAGAIN (Resource temporarily unavailable)
[pid 15655] select(20, [19], NULL, NULL, NULL <unfinished ...>
[pid 15653] <... poll resumed> [{fd=11, events=POLLIN}], 1, 52) = 0
[pid 15653] gettimeofday({1101312581, 122430}, NULL) = 0
[pid 15653] gettimeofday({1101312581, 122617}, NULL) = 0
[pid 15653] poll( <unfinished ...>
[pid 15651] <... nanosleep resumed> NULL) = 0
[pid 15651] nanosleep({0, 50000000}, <unfinished ...>
[pid 15652] <... poll resumed> [{fd=13, events=POLLIN}], 1, 52) = 0
[pid 15652] gettimeofday({1101312581, 161467}, NULL) = 0
[pid 15652] gettimeofday({1101312581, 161654}, NULL) = 0
[pid 15652] poll( <unfinished ...>
[pid 15654] <... nanosleep resumed> NULL) = 0
[pid 15654] nanosleep({0, 100000000}, <unfinished ...>
[pid 15655] <... select resumed> ) = 1 (in [19])
[pid 15655] read(19, "\1\0\4\0\0\0\0\0\377\377\17\0\0\0\0\0\1\0\0\0\1\0\ 0\0\30"..., 32) = 32
[pid 15655] writev(19, [{"b\0\5\0\t\0\340\2", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20
[pid 15655] read(19, 0xbefff6c0, 32) = -1 EAGAIN (Resource temporarily unavailable)
[pid 15655] select(20, [19], NULL, NULL, NULL <unfinished ...>
[pid 15645] <... nanosleep resumed> NULL) = 0
[pid 15645] nanosleep({0, 10000000}, <unfinished ...>
[pid 15653] <... poll resumed> [{fd=11, events=POLLIN}], 1, 52) = 0
[pid 15653] gettimeofday({1101312581, 175254}, NULL) = 0
[pid 15653] gettimeofday({1101312581, 175439}, NULL) = 0
[pid 15653] poll( <unfinished ...>
[pid 15651] <... nanosleep resumed> NULL) = 0
[pid 15651] nanosleep({0, 50000000}, <unfinished ...>
[pid 15652] <... poll resumed> [{fd=13, events=POLLIN}], 1, 52) = 0
[pid 15652] gettimeofday({1101312581, 214457}, NULL) = 0
[pid 15652] gettimeofday({1101312581, 214644}, NULL) = 0
[pid 15652] poll( <unfinished ...>
[pid 15653] <... poll resumed> [{fd=11, events=POLLIN}], 1, 52) = 0
[pid 15653] gettimeofday({1101312581, 228412}, NULL) = 0
[pid 15653] gettimeofday({1101312581, 228601}, NULL) = 0
[pid 15653] poll( <unfinished ...>
[pid 15655] <... select resumed> ) = 1 (in [19])
[pid 15655] read(19, "\1\0\5\0\0\0\0\0\1\230_\257\0\0\0\0\1\0\0\0\1\0\0\ 0\30"..., 32) = 32
[pid 15655] write(19, "\230\0\2\0\1\0\0\0", 8) = 8
[pid 15655] read(19, 0xbefff780, 32) = -1 EAGAIN (Resource temporarily unavailable)
[pid 15655] select(20, [19], NULL, NULL, NULL <unfinished ...>
[pid 15645] <... nanosleep resumed> NULL) = 0
[pid 15645] nanosleep({0, 10000000}, <unfinished ...>
[pid 15651] <... nanosleep resumed> NULL) = 0
[pid 15651] nanosleep({0, 50000000}, <unfinished ...>
[pid 15652] <... poll resumed> [{fd=13, events=POLLIN}], 1, 52) = 0
[pid 15652] gettimeofday({1101312581, 267454}, NULL) = 0
[pid 15652] gettimeofday({1101312581, 267641}, NULL) = 0
[pid 15652] poll( <unfinished ...>
[pid 15654] <... nanosleep resumed> NULL) = 0
[pid 15654] nanosleep({0, 100000000}, <unfinished ...>
[pid 15653] <... poll resumed> [{fd=11, events=POLLIN}], 1, 52) = 0
[pid 15653] gettimeofday({1101312581, 281478}, NULL) = 0
[...]
The poll occured over and over again, no GUI appears and EAGAIN is returned from the select() over and over again.
My home is on a NFS Server and Account on a NIS.
When i create a local user account with local home, everything works fine. There seems to be a problem with NFS home and the client is not usable with it.
If you need more informations, please mail me.
Kindly regards
Daniel