Hi Mike,
thanks for Your quick answer.
Yes, I'm using SQLite :
cat /etc/x2go/x2gosql/sql #postgres or sqlite backend=sqlite
(a) root@cln05:~# ls -la /usr/bin/x2gosqlitewrapper -rwsr-sr-x 1 x2gouser x2gousers 9020 2011-05-04 14:47 /usr/bin/x2gosqlitewrapper
(b) root@cln05:~# getent passwd x2gouser x2gouser:x:119:128::/var/lib/x2go:/bin/false
(c) root@cln05:~# ls -al /var/lib/x2go/ insgesamt 24 drwx------ 2 x2gouser x2gouser 4096 2011-05-19 10:38 . drwxr-xr-x 80 root root 4096 2011-05-18 13:12 .. -rw------- 1 x2gouser x2gouser 13312 2011-05-19 10:38 x2go_sessions
Greets,
Vadim
-- Mit freundlichen Grüßen
Vadim Bulst Systemadministrator BBZ
Biotechnologisch-Biomedizinisches Zentrum Universität Leipzig Deutscher Platz 5, 04103 Leipzig Tel.: 0341 97 - 31 307 Fax : 0341 97 - 31 309
Hi Vadim...
dang... all seems to look good...
No clue so far...
Have you tried the other client (PyHoca-GUI)?
Greets, Mike
On Do 19 Mai 2011 11:27:33 CEST Vadim Bulst wrote:
Hi Mike,
thanks for Your quick answer.
Yes, I'm using SQLite :
cat /etc/x2go/x2gosql/sql #postgres or sqlite backend=sqlite
(a) root@cln05:~# ls -la /usr/bin/x2gosqlitewrapper -rwsr-sr-x 1 x2gouser x2gousers 9020 2011-05-04 14:47
/usr/bin/x2gosqlitewrapper(b) root@cln05:~# getent passwd x2gouser x2gouser:x:119:128::/var/lib/x2go:/bin/false
(c) root@cln05:~# ls -al /var/lib/x2go/ insgesamt 24 drwx------ 2 x2gouser x2gouser 4096 2011-05-19 10:38 . drwxr-xr-x 80 root root 4096 2011-05-18 13:12 .. -rw------- 1 x2gouser x2gouser 13312 2011-05-19 10:38 x2go_sessions
Greets,
Vadim
-- Mit freundlichen Grüßen
Vadim Bulst Systemadministrator BBZ
Biotechnologisch-Biomedizinisches Zentrum Universität Leipzig Deutscher Platz 5, 04103 Leipzig Tel.: 0341 97 - 31 307 Fax : 0341 97 - 31 309
X2go-user mailing list X2go-user@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-user
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
On Thu, 2011-05-19 at 16:54 +0200, Mike Gabriel wrote:
Hi Vadim...
dang... all seems to look good...
No clue so far...
Have you tried the other client (PyHoca-GUI)? <snip> Hi, all. I haven't really been following this thread but, in my experience, black screens in Ubuntu were usually caused by using dash instead of bash as a shell. I don't know if the current version of x2goserver has specified #!/bin/bash instead of #!/bin/sh. If not, try changing them or change the default shell in Ubuntu with rm /bin/sh ln -s /bin/bash /bin/sh
Hi John,
I followed your suggestions.
(1) sudo dpkg-reconfigure dash
changed to bash
root@cln05:~# ls -al /bin/sh lrwxrwxrwx 1 root root 4 2011-05-20 07:41 /bin/sh -> bash
Be the way - the default login shell of the user is /usr/bin/tcsh
So - no luck at all !
(2) I changed the default user shell to /bin/bash
And I was able to log in.
Now - first of all I'm happy to get it working. But the default login shell of my users is tcsh and all their scientific scripts are based on tcsh. So they won't change to /bin/bash.
I would be pleased - if somebody shows me a work around.
Cheers,
Vadim
-- Mit freundlichen Grüßen
Vadim Bulst Systemadministrator BBZ
Biotechnologisch-Biomedizinisches Zentrum Universität Leipzig Deutscher Platz 5, 04103 Leipzig Tel.: 0341 97 - 31 307 Fax : 0341 97 - 31 309
On Fri, 2011-05-20 at 09:17 +0200, Vadim Bulst wrote:
Hi John,
I followed your suggestions.
(1) sudo dpkg-reconfigure dash
changed to bash
root@cln05:~# ls -al /bin/sh lrwxrwxrwx 1 root root 4 2011-05-20 07:41 /bin/sh -> bash
Be the way - the default login shell of the user is /usr/bin/tcsh
So - no luck at all !
(2) I changed the default user shell to /bin/bash
And I was able to log in.
Now - first of all I'm happy to get it working. But the default login shell of my users is tcsh and all their scientific scripts are based on tcsh. So they won't change to /bin/bash.
I would be pleased - if somebody shows me a work around.
Cheers,
Vadim
Glad that worked. The best solution (and one which I assume will be implemented in the next x2goserver release) is to edit the x2go shell scripts in /usr/bin/ (ls /usr/bin/x2go*) so that the shell is /bin/bash instead of /bin/sh - John
Hi,
On Fr 20 Mai 2011 16:40:33 CEST "John A. Sullivan III" wrote:
Now - first of all I'm happy to get it working. But the default
login shell of my users is tcsh and all their scientific scripts are based on tcsh. So they won't
change to /bin/bash.I would be pleased - if somebody shows me a work around.
Cheers,
Vadim
Glad that worked. The best solution (and one which I assume will be implemented in the next x2goserver release) is to edit the x2go shell scripts in /usr/bin/ (ls /usr/bin/x2go*) so that the shell is /bin/bash instead of /bin/sh - John
Question 1: is that on the client (/bin/tcsh as default shell) or on
the server???
The latest X2go scripts (x2goserver package) are already using /bin/bash.
Question 2: where have you installed your X2go packages from? Make
sure you use this site:
deb http://packages.x2go.org/debian squeeze main
Or Launchpad PPA ppa:x2go/stable.
Thanks + Greets, Mike
--
DAS-NETZWERKTEAM mike gabriel, dorfstr. 27, 24245 barmissen fon: +49 (4302) 281418, fax: +49 (4302) 281419
GnuPG Key ID 0xB588399B mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...