Hello Sonny, > 2008-05-29 14:52:37 [9303] [0] INFO: HTTP: Opening server at port 800. > 2008-05-29 14:52:37 [9303] [0] ERROR: bind failed > 2008-05-29 14:52:37 [9303] [0] ERROR: System error 13: Permission denied > 2008-05-29 14:52:37 [9303] [0] PANIC: Failed to open HTTP socket
Are you trying to start kannel as a user other than root? From your logs, it appears you want your smsbox to listen to a port lower than 1024. On Unix/Linux systems, such ports can only be opened by a user with super-user privileges. That is one potential cause of the problem. Regards, Eric
