That is strange. In our case, we had a lot customization to do because we are using X2Go in a VServer environment and the VMs have intentionally limited POSIX capabitities, e.g,. they cannot mount by default and they cannot fusermount -u at all. Once we solved that problem, it worked reliably. I'm surprised you had so much difficulty but I'm glad it's finally working for you - John
On Wed, 2010-06-23 at 22:48 -0500, Gerry Reno wrote: > I closed out the existing 'gedit' and restarted the session again and > this time I have 2 sshfs mounts and printing now works as well. What > an exercise! > > -Gerry > > > Jun 23, 2010 10:46:15 PM, [email protected] wrote: > Ok, I go and 'modprobe fuse' again on both server and client. > On client I get an error: FATAL: Module fuse not found. I > know this is stupid error because I already have manually > mounted sshfs previously. I go into x2goclient interface and > redefine mountpoint, redo everything under printing. > Disconnect, reboot everything, reconnect. I click the Share > button on the client and select the mount and click Share. I > run 'mount' on the server and lo and behold I see a sshfs > mounted directory. Yay! So then I bring up 'gedit' and type > a few words and try to print but I get same as before - no > printing. > > So I got halfway there but I'm really not sure exactly what > made the shares work. Now to try to figure out what keeps > printing from working... > > -Gerry > > > > Jun 23, 2010 08:24:39 PM, [email protected] wrote: > Then I think you are going to have to add debugging to > the scripts or > walk through them and try the commands manually to > find out where it is > failing. I do know Ubuntu is not a supported platform > but the fixes to > make it work may be simple. > > Ah - just a thought. It could be the scripts are > making calls that are > only supported in bash. I believe the default shell in > Ubuntu is dash. > What happens if you change the default system shell, > i.e., links /bin/sh > to /bin/bash instead of /bin/dash? Does that fix the > problem? - John > > On Wed, 2010-06-23 at 15:32 -0500, Gerry Reno wrote: > > Ok, I just installed the Qt client and it connects > to the server just > > fine but has the exact same problem as the gtk > client - no printing - > > no shares. This is using lucid for both client and > server. I cannot > > find any errors and the cups log shows that my docs > are printing. > > > > -Gerry > > > > > > > > Jun 23, 2010 04:06:04 PM, [email protected] > wrote: > > While I'm working on getting the Qt client, here's > something > > interesting I just tried: > > > > # sshfs -o IdentityFile=keypair1.pem > > ubu...@testmachine1:/home/ubuntu /tmp/sshfs_mount > > # mount | grep ssh > > ubu...@testmachine1:/home/ubuntu on /tmp/sshfs_mount > type > > fuse.sshfs (rw,nosuid,nodev,max_read=65536) > > > > So I can mount a server directory back on the client > manually. > > > > -Gerry > > > > > > > > Jun 23, 2010 03:38:38 PM, [email protected] > wrote: > > On Wed, 2010-06-23 at 13:21 -0500, Gerry Reno wrote: > > > Jun 23, 2010 06:19:18 AM, > [email protected] > > wrote: > > > > > > > > Hi John, > > > Well I setup a whole new server from scratch > (lucid > > again) and tried > > > printing from it back to the same client and got > the > > same results - no > > > printing or shares. So I went looking for the Qt > > client but I don't > > > see it: > > > > > > # apt-show-versions -a -R x2go | grep client > > > x2goclient 3.01-5 lenny x2go.obviously-nice.de > > > x2goclient not installed > > > x2goclient-cli 3.0.1-1.2 lenny > > x2go.obviously-nice.de > > > x2goclient-cli not installed > > > x2goclient-gtk 3.01-8 install ok installed > > > x2goclient-gtk 3.01-8 lenny x2go.obviously-nice.de > > > x2goclient-gtk/lenny uptodate 3.01-8 > > > x2gothinclient 1.0.1-1 lenny > x2go.obviously-nice.de > > > x2gothinclient not installed > > > x2gothinclientsystem 1.0.1-2 lenny > > x2go.obviously-nice.de > > > x2gothinclientsystem not installed > > > > > > Is it the plain 'x2goclient'? The version doesn't > > look as recent as > > > the gtk client. > > > > > > > Yes, sorry, that's a bit confusing. x2goclient > 3.0.1-5 > > is the Qt > > version - John > > > > _______________________________________________ > > X2go-dev mailing list > > [email protected] > > https://lists.berlios.de/mailman/listinfo/x2go-dev > > > > > > > ______________________________________________________________ > > > > _______________________________________________ > > X2go-dev mailing list > > [email protected] > > https://lists.berlios.de/mailman/listinfo/x2go-dev > > _______________________________________________ > > X2go-dev mailing list > > [email protected] > > https://lists.berlios.de/mailman/listinfo/x2go-dev > > > _______________________________________________ > X2go-dev mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/x2go-dev > > > ______________________________________________________________ > > _______________________________________________ > X2go-dev mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/x2go-dev > _______________________________________________ > X2go-dev mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/x2go-dev _______________________________________________ X2go-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/x2go-dev
