Thursday, October 03, 2013

kannel on linux: gw_gethostbyname error

newly installed kannel gets:
2013-09-05 11:37:26 [11994] [0] ERROR: Error while gw_gethostbyname occurs.
2013-09-05 11:37:26 [11994] [0] ERROR: System error 1: Operation not permitted
2013-09-05 11:37:26 [11994] [0] ERROR: Can't find out official hostname for this host, using `<hostname>' instead.


to resolve, add hostname in /etc/hosts file.

2 comments:

  1. I have a problem with my modem modem Huawei E800 HSPA with the following message:
    root@ubuntu:~# tail -f /var/log/kannel/bearerbox.log
    2016-06-16 12:11:52 [3118] [6] ERROR: AT2[Huawei-E800]: CMS ERROR: +CMS ERROR: 3 21
    2016-06-16 12:11:52 [3118] [6] ERROR: AT2[Huawei-E800]: CMS ERROR: Invalid memor y index -> don't worry, just memory fragmentation. (321)
    2016-06-16 12:12:07 [3118] [6] ERROR: AT2[Huawei-E800]: CMS ERROR: +CMS ERROR: 3 21
    2016-06-16 12:12:07 [3118] [6] ERROR: AT2[Huawei-E800]: CMS ERROR: Invalid memor y index -> don't worry, just memory fragmentation. (321)
    2016-06-16 12:12:22 [3118] [6] ERROR: AT2[Huawei-E800]: CMS ERROR: +CMS ERROR: 3 21
    2016-06-16 12:12:22 [3118] [6] ERROR: AT2[Huawei-E800]: CMS ERROR: Invalid memor y index -> don't worry, just memory fragmentation. (321)

    Can someone help me on this?

    ReplyDelete
    Replies
    1. have you tried this? ...
      http://www.kannel.org/pipermail/users/2010-July/011767.html

      Delete

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...