Search found 2 matches

by alexp999
18 May 2012, 10:24
Forum: Report Bugs (csf)
Topic: LFD with Ubuntu 12.04 LTS
Replies: 2
Views: 3589

Re: LFD with Ubuntu 12.04 LTS

Thanks that did the trick, however I also had to change the following line so that the status was returned correctly.

Code: Select all

		if [ -n "`$PIDOF lfd`" ]; then
to:

Code: Select all

		if [ -n "`cat /var/run/lfd.pid`" ]; then
by alexp999
17 May 2012, 10:40
Forum: Report Bugs (csf)
Topic: LFD with Ubuntu 12.04 LTS
Replies: 2
Views: 3589

LFD with Ubuntu 12.04 LTS

Hi, I realise that Ubuntu 12.04 isnt on your official support list, but I thought as it is an LTS release you will hopefully be releasing official support for it in the future. I would like to report a bug and ask for a potential fix until a new release if possible. Basically it seems that the stop/...