-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session Not Starting #41
Comments
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 uname : |
Any Comments on the above issue ? |
When you say session not starting, what output are you actually getting? Please include your sudosh.conf as well. |
I've just tested both the 1.0.7 release and current git head with a fresh install of ubuntu 18.04 and both work as expected, so there are some critical details missing. |
Putty Windows just started and got vanishing without any output . sudosh.confSudosh Configuration Filelogdir = /var/log/sudosh Allow Sudosh to execute -c arguments? If so, what?-c arg allow = scp ==================== apt-get install autotools-dev libtool automake gcc libtool-bin apart from above dependencies do I need to install any other libraries ? |
Are you using sudosh as a login shell? if so, have you added it to /etc/shells and do you see anything in the system log? Also if so, try using it normally aka with sudo: sudo -u root sudosh No additional dependencies are required if it was able to build. |
/usr/local/bin/sudosh is already there in /etc/shells file , Also I have change the users login shell to /usr/local/bin/sudosh . Post changing shell session is not starting , It disappear like flash . |
Try doing fresh install , while running make command end up below error CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash '/tmp/sudosh2/sudosh2/missing' aclocal-1.16 |
Any comments on the above error ? -- |
May need to also apt-get install sysconftool m4. |
Post installation of Sudosh , when I try to start a new session to check if recoding is happening , server login is happening and in flash server session went off .
OS Details
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.6 LTS"
The text was updated successfully, but these errors were encountered: