Hi Dude
Yes, sqlbox shows similar to sqlbox:
rt@perusms8:~# lsof |grep box |grep /var/log
bearerbox 1383 root 15w REG 8,1 385623
22937901 /var/log/kannel/bearerbox.log
bearerbox 1383 root 16w REG 8,1 10936
22937815 /var/log/kannel/beareraccess.log
bearerbox 1383 root 29w REG 8,1 980219
22937912 /var/log/kannel/peru-c1.log
bearerbox 1383 root 33w REG 8,1 1917175
22939646 /var/log/kannel/peru-c2.log
bearerbox 1383 root 37w REG 8,1 676042
22939653 /var/log/kannel/peru-c3.log
bearerbox 1383 root 40w REG 8,1 676042
22939654 /var/log/kannel/peru-c4.log
bearerbox 1383 root 44w REG 8,1 3025
22937911 /var/log/kannel/nextel1.log
bearerbox 1383 root 53w REG 8,1 3035
22939657 /var/log/kannel/smsc2email.log
wapbox 1434 root 6w REG 8,1 19028
22939660 /var/log/kannel/wapbox.log
wapbox 1434 root 7w REG 8,1 246
22939659 /var/log/kannel/wapaccess.log
sqlbox 1727 root 6w REG 8,1 212609
22939658 /var/log/kannel/sqlbox.log
smsbox 1918 root 6w REG 8,1 274619
22939656 /var/log/kannel/smsbox.log
smsbox 1918 root 7w REG 8,1 7221
22939655 /var/log/kannel/smsaccess.log
Permissions are even greater than for bearerbox and smsbox; Starnge
thing is that on start sqlbox logs its start. After initializing mysql
connections nothing. Like if it changes to a user that have no write
rights after that initial log.
-rw-r----- 1 root root 387141 jun 16 20:23 bearerbox.log
-rw-r----- 1 root root 274619 jun 16 20:19 smsbox.log
-rw-r----- 1 root root 10936 jun 16 20:19 beareraccess.log
-rw-r--r-- 1 root root 212609 jun 16 18:13 sqlbox.log
-rw-r----- 1 root root 19028 jun 16 18:13 wapbox.log
Sql is launched in the same way other boxes.
root@perusms8:~# ps aux | grep kannel
root 1381 0.0 0.0 26160 856 ? Ss 18:13 0:00
/usr/local/sbin/bearerbox -v 0 --parachute --daemonize --pid-file
/var/run/kannel_bbox.pid /etc/kannel/kannel.conf
root 1383 0.1 0.0 1397568 3116 ? Sl 18:13 0:09
/usr/local/sbin/bearerbox -v 0 --parachute --daemonize --pid-file
/var/run/kannel_bbox.pid /etc/kannel/kannel.conf
root 1432 0.0 0.0 25988 856 ? Ss 18:13 0:00
/usr/local/sbin/wapbox -v 0 --parachute --daemonize --pid-file
/var/run/kannel_wbox.pid /etc/kannel/kannel.conf
root 1434 0.0 0.0 411864 2340 ? Sl 18:13 0:00
/usr/local/sbin/wapbox -v 0 --parachute --daemonize --pid-file
/var/run/kannel_wbox.pid /etc/kannel/kannel.conf
root 1725 0.0 0.0 25588 868 ? Ss 18:13 0:00
/usr/local/sbin/sqlbox -v 0 --parachute --daemonize --pid-file
/var/run/kannel_sqlbox.pid /etc/kannel/sqlbox.conf
root 1727 0.0 0.0 109788 1824 ? Sl 18:13 0:02
/usr/local/sbin/sqlbox -v 0 --parachute --daemonize --pid-file
/var/run/kannel_sqlbox.pid /etc/kannel/sqlbox.conf
root 1916 0.0 0.0 25760 860 ? Ss 18:13 0:00
/usr/local/sbin/smsbox -v 0 --parachute --daemonize --pid-file
/var/run/kannel_sbox.pid /etc/kannel/kannel.conf
root 1918 0.0 0.0 634756 2072 ? Sl 18:13 0:00
/usr/local/sbin/smsbox -v 0 --parachute --daemonize --pid-file
/var/run/kannel_sbox.pid /etc/kannel/kannel.conf
root 7329 0.0 0.0 11928 936 pts/24 S+ 20:27 0:00 grep
--color=auto kannel
Regards
Alvaro
|-----------------------------------------------------------------------------------------------------------------|
Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
celular y Nextel
en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
SMS y GPRS online
Visitenos en www.perusms.com
On Sun, Jun 15, 2014 at 6:05 AM, [Digital^Dude] ®
<[email protected]> wrote:
> Do you see sqlbox.log in lsof like the other kannel log files? If yes, is
> the file writable?
> Also, please show the result of ps aux | grep kannel result.