Hello im using radius desk for vm image. Im having a problem when i insert my username and password to captive portal there is error "coova login service is down". so how's the solution? does this problem relate to my poor internet connection? hope you can help me sir
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think the next drastic thing would be to move to Upstart since I see that it has the ability to ensure a daemon is running in case it dies (which is also what I wanted to implement in some way ages ago)
I ran into a similar problem with radius just having a difficult time restarting. I am in love with radius desk. I have a huge implementation that I am working on. So uptime was pretty critical for me.
The way that I have fixed it so far. Is that I created a shell script to tail on the log file for free radius and watch for the word "error.... failed to restart" or something along those lines. When it sees those words then it restarts for free radius and sends me an email that it restarted., but you can see in the air like it tries to restart when it is already started and it fails.
I think the next drastic thing would be to move to Upstart since I see that it has the ability to ensure a daemon is running in case it dies (which is also what I wanted to implement in some way ages ago)
Hello im using radius desk for vm image. Im having a problem when i insert my username and password to captive portal there is error "coova login service is down". so how's the solution? does this problem relate to my poor internet connection? hope you can help me sir
Hi Izzat,
It seems on the slower machines FreeRADIUS starts up while MySQL is not running yet which cause the FR to fail then.
SSH into the VM (system/admin) and issue the following command:
Reboot the VM and see if it works now as intended.
Cheers
Worked for me...thanks ..
Hi Dirk,
I have the same issue after having imported RADIUSdesk-2014-2-0.ova on VMware Fusion.
Your commands did not fix it.
Grtz,
Yoeri
Hello,
I am having a similar Issue.
Have a look in the /rd admin page, under tools, for the logfile viewer.
You should see this error output if we are having the same issue.
I Found that if you restart the Freeradius service, this fixes the issue. This can be done with the x and tick at the top of the window.
This may have something to do with my setup however, as I use libvirt.
Let me know if this helps!
Andrew
Hi Andrew, Yoeri,
I think the next drastic thing would be to move to Upstart since I see that it has the ability to ensure a daemon is running in case it dies (which is also what I wanted to implement in some way ages ago)
http://www.alexreisner.com/code/upstart
Unless you feel adventurist and would like to see if you can get this going and let us know I'm going to try and fit it in this week.
I'm sure the current setup is in such a fine balance that a little disturbance of the ecosystem causes start up failures which is not what we want.
Will keep you posted and thanks for reporting back this problem.
Cheers
I ran into a similar problem with radius just having a difficult time restarting. I am in love with radius desk. I have a huge implementation that I am working on. So uptime was pretty critical for me.
The way that I have fixed it so far. Is that I created a shell script to tail on the log file for free radius and watch for the word "error.... failed to restart" or something along those lines. When it sees those words then it restarts for free radius and sends me an email that it restarted., but you can see in the air like it tries to restart when it is already started and it fails.
Sent from my iPhone
Ok,
Here's my attempt to fulfill the promise I've made to you guys...
http://www.radiusdesk.com/technical_discussions/sys_v_to_upstart
Can you please test and let us know if it works.
Cheers
Hey, Have been using the script now, and have had plenty of restarts in the interim. Guide worked out great. So seems to work well.