Hi John,
  Thanks for the reply.  I checked on sshfs, sshd and fuse.  Here's what I found:

Server:
# apt-show-versions sshfs
sshfs/lucid uptodate 2.2-1build1
# service ssh status
ssh start/running, process 409
# modprobe -l | grep fuse
kernel/fs/fuse/fuse.ko
# cat /etc/group | grep -E 'fuse|x2go'
fuse:x:104:ubuntu
x2gousers:x:123:ubuntu
x2goprint:x:999:ubuntu

Client:
# apt-show-versions sshfs
sshfs/lucid uptodate 2.2-1build1
# service ssh status
ssh start/running, process 2191
# modprobe -l | grep fuse
kernel/fs/fuse/cuse.ko
# cat /etc/group | grep -E 'fuse|x2go'
fuse:x:104:
x2gousers:x:131:greno


I don't see anything out of order there.  Anything else you think I can check?

-Gerry

Jun 22, 2010 07:53:06 AM, x2go-dev@lists.berlios.de wrote:
On Mon, 2010-06-21 at 20:41 -0500, Gerry Reno wrote:
> I have a lucid client and a lucid server. I followed the guides for
> Linux and I can access the server from the client using x2go and the
> session works fine. I cannot seem to get folder sharing or printing
> to work however. I have cups-x2go and x2goprint installed on the
> server. I've selected the proper options in the x2go client interface
> (I shared one directory automounted) and for printing I checked to
> print to xpdf. I verified that 'xpdf' is installed on the client. I
> have gone to Administration, Printing and set up the printer
> Generic-CUPS-X2GO-printer. I'm using ssh port 22 for connections.
> When I print something from the remote desktop it acts likes
> everything worked. When I check the /var/log/cups/access_log I can
> see everything seemed to work. But, no output ever appears anywhere.
> Also, with the shared folder, no folder is ever mounted anywhere. Can
> someone shed some light on what is needed to get these functions
> working?

The fact that both are broken helps narrow it down. Both use fuse and
an sshfs mount to pass data. Do you have fuse and sshfs installed? Is
sshd running on BOTH client and server? Are the users members of the
fuse group to have access to the fuse device? Those are the areas I'd
suggest checking. Good luck - John

_______________________________________________
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev