View Single Post
Posts: 56 | Thanked: 11 times | Joined on Jan 2010
#27
yes i did, however i changed the 2 last codes from:


Code:
apt-get openssh 
apt-get pexpect
to:
Code:
apt-get install openssh 
apt-get install pexpect
otherwise i got an "invalid operation"

why you put in apt-get pexpect twice i don't know

i reinstalled all the packages again and rebooted, but i get the same. But you might be right, it looks like it hasn't (fully) installed all the packages. because the first error i get when typing smscon -start is:

Code:
/usr/bin/smscon_daemon: line 1: #!/usr/bin/python: not found
after that i get:

Code:
/usr/bin/smscon_daemon: line [NUMBER]: import: not found
strange

Last edited by AlexV12; 2010-08-23 at 10:08.