Skip to content
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

SexiMenu logout action loop on console #25

Closed
vmdude opened this issue Mar 31, 2015 · 3 comments
Closed

SexiMenu logout action loop on console #25

vmdude opened this issue Mar 31, 2015 · 3 comments
Assignees
Labels

Comments

@vmdude
Copy link
Member

vmdude commented Mar 31, 2015

'Logout' action (choice 0) loop when user is connected to console (It work as expected when using SSH).

@vmdude vmdude added the bug label Mar 31, 2015
@vmdude vmdude self-assigned this Mar 31, 2015
@vmdude
Copy link
Member Author

vmdude commented Mar 31, 2015

'Logout' action was only killing ssh connexion.

Line 45 should be:
0) clear; SSHPID=``ps aux | egrep "sshd: [a-zA-Z]+@" | awk {' print $2 '}``; kill $SSHPID; CONSPID=``ps aux | egrep "tty1.*/bin/login" | grep -v egrep | awk {' print $2 '}``; kill $CONSPID ;;
to handle SSH and console session

@vmdude
Copy link
Member Author

vmdude commented Mar 31, 2015

It will be resolved in the next release

@vmdude vmdude closed this as completed in d1bfdf8 Mar 31, 2015
@rschitz rschitz added this to the 0.99g - Ailuropoda milestone Mar 31, 2015
@rschitz
Copy link
Member

rschitz commented Mar 31, 2015

not a big deal but it kills root ssh connexions too now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants