|
2013-12-21
, 01:50
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#22
|
|
2014-01-12
, 01:49
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#23
|
|
2015-04-06
, 00:34
|
Posts: 136 |
Thanked: 263 times |
Joined on Nov 2012
@ Germany
|
#25
|
|
2015-04-07
, 08:22
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#26
|
I installed v 0.4 but it freezes the status menu when pressing its left button "ssh status". I tried v 0.19 instead and after pressing its button the status menu gets closed but then it cannot be opened anymore. I have CSSU installed v 21.2011.38-1Smaemo7. Any help?
dpkg -s hildon-status-menu | grep Version
The Following 2 Users Say Thank You to int_ua For This Useful Post: | ||
|
2015-04-07
, 15:59
|
Posts: 136 |
Thanked: 263 times |
Joined on Nov 2012
@ Germany
|
#27
|
Let's start with finding out your hildon-status-menu version:
Code:dpkg -s hildon-status-menu | grep Version
|
2015-04-12
, 14:59
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#28
|
|
2015-04-13
, 21:06
|
Posts: 136 |
Thanked: 263 times |
Joined on Nov 2012
@ Germany
|
#29
|
The Following User Says Thank You to rasmarc For This Useful Post: | ||
|
2015-04-14
, 08:35
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#30
|
And detecting status of ssh using "status sshd" resp. "status sshd | grep -c running" sometimes gave "0" although ssh was running. As an alternative i found "ps aux | grep -c /usr/sbin/sshd" working reliable.
`pidof sshd` -gt "0"
IIRC, you can, it's a good idea, actually