Tue 27 May 2008 10:58:22 AM UTC, original submission:
1. VERSIONS: gnokii, smsd, libgnokii version used
-- GNOKII Version 0.6.25
-- smsd - version 1.4.1 from gnokii 0.6.25
-- "ldconfig -v | grep libgnokii", reports "libgnokii.so.3 -> libgnokii.so.3.8.0"
2. DESCRIPTION: bug description (expected behaviour, behaviour seen)
-- Gnokii works fine
-- Gnokii-smsd is not working fine. Some 10 seconds after an SMS is successfully received and deleted, the program waits for an SMS in an endless or pretty long loop (more than 60 seconds).
-- The program outputs in a loop:
Getting SMS #2...
The given location is empty.
Getting SMS #3...
The given location is empty.
Getting SMS #4...
The given location is empty.
...
-- Also it is kind of strange that "connection=dlr3p" is seen on the screen, although connection=dku5 is specified in the configuration file gnokiirc.
3. LOG: debug log (for gnokii debug = on, for smsd/xgnokii xdebug = on)
-- See the attached file gnokii-log-1.txt
4. HW: hardware details (phone, cable with usb ids)
-- Phone: Nokia 6021, V 04.10 07-09-05, RM-94
-- Cable: CA-42, "lsusb" reports: "Bus 001 Device 003: ID 0ea0:6858 Ours Technology, Inc.". Driver: "oti6858".
-- PC: IBM R60e, Ubuntu 8.04 + all updates (including universe).
5. REPRODUCIBILITY: steps to reproduce the problem
-- Install Ubuntu 8.04 and allow all "Downloadable from the Internet" sources from System->Administration->Software Sources
-- Update your system and reboot. "uname -a" reports kernel: "2.6.24-16-generic".
-- apt-get install gcc g++ automake gettext mysql-server libglib2.0-dev
-- download gnokii 0.6.25
-- tar -zxvf gnokii and cd to gnokii
-- ./configure
-- make
-- make install
-- verify the gnokii --version and smsd --version
-- configure gnokii as per the attached configuration file
-- configure smsd as per http://www.x11.net/wiki/index.php/Setting_up_an_SMS_Gateway
-- Execute: smsd -u root -p password -d smsgw -c localhost -m mysql --maxsms 1
-- Execute: smsd -u root -p password -d smsgw -c localhost -m mysql
-- The problem is always reproducing.
-- Executing "gnokii --getsms IN 1 1 -d" in a loop is not leading to problems ever.
6. Additional troubleshooting notes:
-- During the tests additionally a DKU-5 cable was tested (lsusb reports 6547:0232, driver is ark3116).
-- During the tests additionally a Nokia 3100 was tested.
-- During the tests additionally a Bluetooth dongle was tested.
-- During the tests additionally an alternative OS was tested: Fedora Core 8.
-- During the tests additionally an alternative computer was tested: IBM x3650.
-- Logs/Configs for the above 5 are not provided, in order not to puzzle the people with this bug report.
Thank you!
|