<html><head>
<link media="all" type="text/css" href="/webmail/static/deg/css/wysiwyg-3933289048.css" rel="stylesheet">
</head><body>
Hi John,<br> Thanks for the reply. I checked on sshfs, sshd and fuse. Here's what I found:<br><br>Server:<br># apt-show-versions sshfs<br>sshfs/lucid uptodate 2.2-1build1<br># service ssh status<br>ssh start/running, process 409<br># modprobe -l | grep fuse<br>kernel/fs/fuse/fuse.ko<br># cat /etc/group | grep -E 'fuse|x2go'<br>fuse:x:104:ubuntu<br>x2gousers:x:123:ubuntu<br>x2goprint:x:999:ubuntu<br><br>Client:<br># apt-show-versions sshfs<br>sshfs/lucid uptodate 2.2-1build1<br># service ssh status<br>ssh start/running, process 2191<br># modprobe -l | grep fuse<br>kernel/fs/fuse/cuse.ko<br># cat /etc/group | grep -E 'fuse|x2go'<br>fuse:x:104:<br>x2gousers:x:131:greno<br><br><br>I don't see anything out of order there. Anything else you think I can check?<br><br>-Gerry<br><br>Jun 22, 2010 07:53:06 AM, x2go-dev@lists.berlios.de wrote:<br><blockquote style="border-left: 3px solid rgb(102, 153, 204);">On Mon, 2010-06-21 at 20:41 -0500, Gerry Reno wrote:<br>> I have a lucid client and a lucid server. I followed the guides for<br>> Linux and I can access the server from the client using x2go and the<br>> session works fine. I cannot seem to get folder sharing or printing<br>> to work however. I have cups-x2go and x2goprint installed on the<br>> server. I've selected the proper options in the x2go client interface<br>> (I shared one directory automounted) and for printing I checked to<br>> print to xpdf. I verified that 'xpdf' is installed on the client. I<br>> have gone to Administration, Printing and set up the printer<br>> Generic-CUPS-X2GO-printer. I'm using ssh port 22 for connections.<br>> When I print something from the remote desktop it acts likes<br>> everything worked. When I check the /var/log/cups/access_log I can<br>> see everything seemed to work. But, no output ever appears anywhere.<br>> Also, with the shared folder, no folder is ever mounted anywhere. Can<br>> someone shed some light on what is needed to get these functions<br>> working?<br><snip><br>The fact that both are broken helps narrow it down. Both use fuse and<br>an sshfs mount to pass data. Do you have fuse and sshfs installed? Is<br>sshd running on BOTH client and server? Are the users members of the<br>fuse group to have access to the fuse device? Those are the areas I'd<br>suggest checking. Good luck - John<br><br>_______________________________________________<br>X2go-dev mailing list<br>X2go-dev@lists.berlios.de<br>https://lists.berlios.de/mailman/listinfo/x2go-dev<br></snip></blockquote></body></html>