Another try... (another setup)

When I plug the USB stick the folder shows up on the desktop, but it is 
empty. (The /etc/fstab is correct on the client.)

The tail of `strace $client:/tmp/drives/$removable ~/Drives/$removable` is
can be found attached to the end of this email (all these paths 
concerning $removable exist).

The point is that it timeouts after writing MIT-MAGIC-COOKIE somewhere...

Can this be an issue about a misconfigured /etc/hosts?

TIA,
Zsolt

[...]
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7e4c000
mprotect(0xb7f75000, 20480, PROT_READ)  = 0
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e4c6c0, 
limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, 
limit_in_pages:1, seg_not_present:0, useable:1}) = 0
munmap(0xb7fa0000, 53664)               = 0
set_tid_address(0xb7e4c708)             = 4999
rt_sigaction(SIGRTMIN, {0xb7f92450, [], SA_SIGINFO}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0xb7f923c0, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
uname({sys="Linux", node="linserver", ...}) = 0
brk(0)                                  = 0x804c000
brk(0x806d000)                          = 0x806d000
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 3
gettimeofday({1192533772, 590439}, NULL) = 0
open("/etc/resolv.conf", O_RDONLY)      = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=65, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7e2c000
read(4, "search mm.bme.hu\nnameserver 152."..., 131072) = 65
read(4, "", 131072)                     = 0
close(4)                                = 0
munmap(0xb7e2c000, 131072)              = 0
connect(3, {sa_family=AF_INET, sin_port=htons(9220), 
sin_addr=inet_addr("192.168.3.10")}, 16) = 0
pipe([4, 5])                            = 0
clone(child_stack=0, 
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0xb7e4c708) = 5000
close(5)                                = 0
fstat64(4, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7fad000
read(4, "\0\0\0\4\300\250\3\n\0\0016\0\22MIT-MAGIC-COOKIE-1\0"..., 4096) = 49
read(4, "", 4096)                       = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
close(4)                                = 0
waitpid(5000, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 5000
munmap(0xb7fad000, 4096)                = 0
select(1024, NULL, [3], NULL, {30, 0})  = 1 (out [3], left {30, 0})
write(3, "\0\0\0\f\0\0\0\30\0\0\0001", 12) = 12
select(1024, NULL, [3], NULL, {30, 0})  = 1 (out [3], left {30, 0})
write(3, "\0\0\0\4\300\250\3\n\0\0016\0\22MIT-MAGIC-COOKIE-1\0"..., 49) = 49
select(1024, [3], NULL, NULL, {30, 0})  = 0 (Timeout)
close(3)                                = 0
exit_group(0)                           = ?
Process 4999 detached

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to