|
2009-12-20
, 10:04
|
Posts: 104 |
Thanked: 10 times |
Joined on Dec 2009
|
#12
|
is this particularly battery hungry? as i have installed it. but know i wont use it much
also whats the autostart. is that it restarting on reboot?
|
2009-12-20
, 10:10
|
Posts: 87 |
Thanked: 36 times |
Joined on Sep 2009
@ Helsinki
|
#13
|
|
2009-12-20
, 10:22
|
Posts: 32 |
Thanked: 9 times |
Joined on Nov 2009
@ Norway
|
#14
|
Funnily enough, the server doesn't seem to stop for me, even though it returns "service stopped"; ssh localhost still lets me in.
ps -ef | grep sshd <kill all the processeses> /etc/init.d/sshd start /etc/init.d/sshd stop ps -ef | grep sshd
|
2009-12-21
, 17:28
|
Posts: 258 |
Thanked: 144 times |
Joined on Oct 2009
@ Edinburgh
|
#15
|
im not too sure if its that battery hungry, havn't really noticed.
but the autostart is it automatically runs again once someone tries to connect to it. for paranoid people that are afraid of unauthorized access
|
2009-12-24
, 05:20
|
|
Posts: 739 |
Thanked: 242 times |
Joined on Sep 2007
@ Montreal
|
#16
|
Funnily enough, the server doesn't seem to stop for me, even though it returns "service stopped"; ssh localhost still lets me in.
I suppose I should do some research and file a bug report. Some day...
HHGTTG:/etc/event.d# cat sshd start on stopped rcS console output respawn pre-start script if [ ! -d /var/run/sshd ] ; then mkdir /var/run/sshd chmod 755 /var/run/sshd fi end script exec /usr/sbin/sshd -D
|
2009-12-24
, 05:51
|
Posts: 104 |
Thanked: 10 times |
Joined on Dec 2009
|
#17
|
I've got the same problem, if i kill sshd or do ./sshd stop, it doesn't change anything, i can still connect to ssh... Worst case i get booted but the server is still there.
I'm not used to upstart yet, how am i supposed to disable something without edition the main scripts for a hack?
|
2009-12-31
, 00:07
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#18
|
last night i was playing with the "update-rc.d -f ssh remove" command. it removed some ssh entries. not too sure what that does, hope it don't cause any problems
update-rc.d ssh start 55 2 3 4 5 . stop 20 0 1 6 .
The Following 2 Users Say Thank You to DrWilken For This Useful Post: | ||
|
2010-01-03
, 00:36
|
Posts: 152 |
Thanked: 41 times |
Joined on Dec 2009
@ Sydney
|
#19
|
Maemo is apparently using runlevel 2 as "GUI" runlevel (normally it's 5), and 0 is shutdown, 6 is restart (don't mind about the rest).
The Following User Says Thank You to DaveQB For This Useful Post: | ||
|
2010-01-03
, 10:06
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#20
|
also whats the autostart. is that it restarting on reboot?