Keywords: Mode: All keywords (AND) |
Sun Mar 19, 2017 16:48
|
smsgina: I got the solution.
The command ifup ppp0 builds a connection via the interface ppp0.
Now the modem is occupied and no further action possible.
Thanks for your help and perseverance.
|
Sat Mar 18, 2017 09:17
|
smsgina: Sorry i checked it again.
after receiving XYZ IFUP no further SMS will reveived. ????
|
Thu Mar 16, 2017 15:25
|
smsgina: Sorry , but i looks like that can not describe the problem.
In this eventhandler - script are 4 ACTION
REBOOT
SHUTDOWN
IFUP
IFDOWN
Sending SMS with ACTION REBOOT or SHUTDOWN or IFUP the related ACTION will execute.
Sending SMS IFDOWN nothing happend and the SMS will not be shoen in the incomming folder.
|
Tue Mar 14, 2017 23:58
|
smsgina: hello keke,
i did a new system setup and the reboot or shutdown option are ok.
after that i changed the original script.
#!/bin/bash
PASSWORD="XYZ"
if [ "$1" = "RECEIVED" ]; then
TEXT=`sed -e '1,/^$/ d' < $2`
# Make text uppercase:
TEXT=`echo "$TEXT" | tr "a-z" "A-Z"`
RCVPASS=`echo "$TEXT" | cut -d" " -f1`
ACTION=`echo "$TEXT" | cut -d" " -f2`
if [ "$PASSWORD" = "$RCVPASS" ]; then
case $ACTION in
#Reboot Server
REBOOT)
reboot
;;
#Shutdown Server
SHUTDOWN)
shutdown -h now
;;
#Interface ppp0 up
IFUP)
ifup ppp0
;;
#Interface ppp0 down
IFDOWN)
ifdown ppp0
;;
esac
fi
fi
i like to control the ifup and ifdown interface .
the ifup option is running well.
but for ifdown no sms will accept in the incomming folder ???
|
Fri Mar 10, 2017 19:09
|
smsgina: thanks for yous help .
i will setup the system from the beginnig, because i tried a lot of different sings .
i hope this will help.
best greetings rudi
|
Fri Mar 10, 2017 16:22
|
smsgina: I did the procedure again, this are copy + paste results
dmesg
[ 17.925144] usbserial: USB Serial support registered for GSM modem (1-port)
[ 17.925483] option 1-1.4:1.0: GSM modem (1-port) converter detected
[ 17.925812] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB0
[ 17.925906] option 1-1.4:1.1: GSM modem (1-port) converter detected
[ 17.926208] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB1
[ 17.926276] option 1-1.4:1.2: GSM modem (1-port) converter detected
[ 17.926525] usb 1-1.4: GSM modem (1-port) converter now attached to ttyUSB2
ls -ltr /dev/serial/by-id/
lrwxrwxrwx 1 root root 13 Mär 9 16:51 usb-HUAWEI_HUAWEI_Mobile-if02-port0 -> ../../ttyUSB2
lrwxrwxrwx 1 root root 13 Mär 9 16:51 usb-HUAWEI_HUAWEI_Mobile-if01-port0 -> ../../ttyUSB1
lrwxrwxrwx 1 root root 13 Mär 9 16:51 usb-HUAWEI_HUAWEI_Mobile-if00-port0 -> ../../ttyUSB0
[GSM1]
#init =
device = /dev/serial/by-id/usb-HUAWEI_HUAWEI_Mobile-if00-port0
incoming = yes
log
2017-03-10 17:08:45,2, smsd: Smsd mainprocess is awaiting the termination of all modem handlers. PID: 764.
2017-03-10 17:08:45,2, smsd: Smsd mainprocess terminated. PID 764, was started 17-03-09 16:51:15.
2017-03-10 17:08:50,2, smsd: Smsd v3.1.15 started.
2017-03-10 17:08:50,2, smsd: Running as root:root.
2017-03-10 17:08:50,4, smsd: File mode creation mask: 022 (0644, rw-r--r--).
2017-03-10 17:08:50,3, GSM1: Couldn't open serial port /dev/serial/by-id/usb-HUAWEI_HUAWEI_Mobile-if00-port0, error: No such file or directory, waiting 30 sec.
|
Thu Mar 09, 2017 15:49
|
smsgina: thanks for your help this are the results
lrwxrwxrwx 1 root root 13 Mär 9 16:35 usb-HUAWEI_HUAWEI_Mobile-if00-port0 -> ../../ttyUSB0
2017-03-09 16:43:00,2, smsd: Smsd v3.1.15 started.
2017-03-09 16:43:00,2, smsd: Running as root:root.
2017-03-09 16:43:00,4, smsd: File mode creation mask: 022 (0644, rw-r--r--).
2017-03-09 16:43:00,3, GSM1: Couldn't open serial port /dev/serial/by-id/usb-HUAWEI_HUAWEI_Mobile_if00-port0, error: No such file or directory, waiting 30 sec.
2017-03-09 16:43:30,3, GSM1: Cannot open serial port /dev/serial/by-id/usb-HUAWEI_HUAWEI_Mobile_if00-port0, error: No such file or directory
2017-03-09 16:43:30,2, GSM1: Modem handler 0 terminated. PID: 1155, was started 17-03-09 16:43:00.
for me it looks like that this doesn't help ?????
|
Thu Mar 09, 2017 09:40
|
smsgina: Now i get this in the logfile
Smsd mainprocess is awaiting the termination of all modem handlers. PID: 727.
2017-03-09 10:34:39,2, GSM1: Modem handler 0 terminated. PID: 728, was started 17-03-09 10:26:41.
2017-03-09 10:34:43,2, smsd: Smsd v3.1.15 started.
2017-03-09 10:34:43,2, smsd: Running as root:root.
2017-03-09 10:34:43,4, smsd: File mode creation mask: 022 (0644, rw-r--r--).
2017-03-09 10:34:43,3, GSM1: Couldn't open serial port /dev/ttyUSB0, error: No such file or directory, waiting 30 sec.
I have no idea
|
Thu Mar 09, 2017 09:28
|
|
Wed Mar 08, 2017 18:45
|
smsgina: sorry german expression
wer lesen kann ist eindeitig im vorteil.
thanks
|
Wed Mar 08, 2017 18:43
|
smsgina: it looks like it's still set
-rw-r--r-- 1 root root 262 Jun 6 2015 smstools
|
Wed Mar 08, 2017 17:26
|
smsgina: Operating system name and version: 2017-01-11-raspbian-jessie
Version of smsd: 3.1.15-1.1+debu1
Smsd installed from: package repository ..
Name and model of a modem / phone: HUAWEI E398
Interface: / USB
I try to use the smsscript.sh (-rwxr-xr-x 1 root staff 827 Mär 6 21:55 smsscript.sh)
#!/bin/bash
PASSWORD="XYZ"
if [ "$1" = "RECEIVED" ]; then
TEXT=`sed -e '1,/^$/ d' < $2`
# Make text uppercase:
TEXT=`echo "$TEXT" | tr "a-z" "A-Z"`
RCVPASS=`echo "$TEXT" | cut -d" " -f1`
ACTION=`echo "$TEXT" | cut -d" " -f2`
if [ "$PASSWORD" = "$RCVPASS" ]; then
case $ACTION in
#Reboot Server
REBOOT)
reboot
;;
#Shutdown Server
SHUTDOWN)
shutdown -h now
;;
#Reboot DDWRT Router
REBOOTROUTER)
plink root@routerip -pw passwort "reboot"
;;
#Reconnect DDWRT Router
RECONNECTROUTER)
plink root@routerip -pw passwort "stopservice wan && startservice wan"
;;
esac
fi
fi
when this sms comes in
From: my-phone
From_TOA: 91 international, ISDN/telephone
From_SMSC: 491710760000
Sent: 17-03-07 10:59:02
Received: 17-03-07 10:59:26
Subject: GSM1
Modem: GSM1
IMSI: 262021805294427
Report: no
Alphabet: ISO
Length: 10
XYZ reboot
i get this log entry
2017-03-07 10:59:26,3, GSM1: Done: eventhandler, execution time 0 sec., status: 256 (1)
2017-03-07 10:59:26,3, GSM1: Exec: eventhandler encountered errors:
2017-03-07 10:59:26,3, GSM1: ! Failed to execute operation: Access denied
2017-03-07 10:59:26,3, GSM1: ! Must be root.
2017-03-07 10:59:26,3, GSM1: ALERT: problem with eventhandler, result 1
What's wrong > ok it's me :mrgreen:
|