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
