Re: problem with kannel and ubuntu

2007-12-18 Thread Milan P. Stanic
On Tue, Dec 18, 2007 at 09:18:10PM +0800, Aaron Simmons wrote: > Well, sure, I can change it, but the package has a bug. Will this get > rolled into the next release? Does kannel have a bug-reporting site? http://bugs.kannel.org/ > On 12/16/07, Milan P. Stanic <[EMAIL PROTECTED]> wrote: > > Or

Re: problem with kannel and ubuntu

2007-12-18 Thread Aaron Simmons
Well, sure, I can change it, but the package has a bug. Will this get rolled into the next release? Does kannel have a bug-reporting site? On 12/16/07, Milan P. Stanic <[EMAIL PROTECTED]> wrote: > > > Or, just edit /etc/init.d/kannel and change that line. >

Re: problem with kannel and ubuntu

2007-12-16 Thread Milan P. Stanic
On Sun, Dec 16, 2007 at 06:18:52PM +0800, Aaron Simmons wrote: > Looking more closely, the init.d script that the package uses > (debian/kannel.init) has this line > > PIDFILES=/var/run/kannel > while the (somewhat similar) sample init.d script (utils/kannel-init.d) has > this line > > PIDF

Re: problem with kannel and ubuntu

2007-12-16 Thread Aaron Simmons
Looking more closely, the init.d script that the package uses (debian/kannel.init) has this line > PIDFILES=/var/run/kannel > while the (somewhat similar) sample init.d script (utils/kannel-init.d) has this line > PIDFILES=/var/run > Using the second init.d script will work fine, althoug

problem with kannel and ubuntu

2007-12-16 Thread Aaron Simmons
I'm using kannel with Ubuntu (via apt-get) and am running into a problem. Seems that the kannel init.d script requires /var/run/kannel to exist in order to run. However, ubuntu maps /var/run to a tempfs in ram, so it gets wiped out after every reboot. Kannel needs to use a different path, or it n