|
2010-01-04
, 23:52
|
|
Posts: 501 |
Thanked: 292 times |
Joined on Nov 2009
|
#32
|
|
2010-07-13
, 16:24
|
Posts: 21 |
Thanked: 3 times |
Joined on Jul 2010
@ London
|
#33
|
|
2010-07-13
, 16:32
|
|
Posts: 1,038 |
Thanked: 1,408 times |
Joined on Feb 2010
@ London
|
#34
|
The Following User Says Thank You to afaq For This Useful Post: | ||
|
2010-07-16
, 11:27
|
Posts: 21 |
Thanked: 3 times |
Joined on Jul 2010
@ London
|
#35
|
|
2010-08-03
, 17:30
|
|
Posts: 47 |
Thanked: 14 times |
Joined on Jul 2010
|
#36
|
It seems sshd is started by upstart so removing the rc2.d link won't work. I know little about upstart but sshd is started from /etc/event.d/sshd so it might be possible to change the exec line to a script :-
This is untested but I don't think it will cause any problems with booting the N900 itself, just sshd. Make a backup before trying though; oh and let us know how it goes.Code:script if [ -f /etc/dont_start_ssh ]; then exit 1 else exec /usr/sbin/sshd -D fi end script
|
2010-09-08
, 09:36
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#37
|
cat /etc/init.d/ssh
The Following User Says Thank You to int_ua For This Useful Post: | ||
|
2010-09-08
, 09:57
|
|
Posts: 47 |
Thanked: 14 times |
Joined on Jul 2010
|
#38
|
|
2010-09-08
, 12:31
|
|
Posts: 676 |
Thanked: 1,067 times |
Joined on Jul 2010
@ Kyiv, Ukraine
|
#39
|
|
2010-09-10
, 03:08
|
Posts: 50 |
Thanked: 36 times |
Joined on Aug 2010
|
#40
|
start on stopped rcS
#start on stopped rcS
The Following User Says Thank You to quanttrom For This Useful Post: | ||
Yeah I know what you mean. I still have no clue with upstart [yet]