Back to being a serious noob. How do I set up Freeradius to start at boot with Ubuntu 15. Systemd seems to be a very different animal. David
On Tue, Nov 17, 2015 at 04:06:50PM -0500, David Peterson wrote:
Back to being a serious noob. How do I set up Freeradius to start at boot with Ubuntu 15. Systemd seems to be a very different animal.
Build and install the packaged version and it'll all be handled for you. And yes, it's essentially impossible to work out what's happening with your system once systemd has taken over. Matthew -- Matthew Newton, Ph.D. <mcn4@le.ac.uk> Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
On Tue, Nov 17, 2015 at 3:06 PM, David Peterson <davidp@wirelessconnections.net> wrote:
Back to being a serious noob. How do I set up Freeradius to start at boot with Ubuntu 15. Systemd seems to be a very different animal.
Probably not the exact answer you're looking for... man systemd.unit -m
On Nov 17, 2015, at 4:06 PM, David Peterson <davidp@wirelessconnections.net> wrote:
Back to being a serious noob. How do I set up Freeradius to start at boot with Ubuntu 15. Systemd seems to be a very different animal.
Oh they moved to systemd? Well here's the service file for RHEL7 alter paths as necessary and it'll probably work: https://raw.githubusercontent.com/FreeRADIUS/freeradius-server/v3.1.x/redhat... Looks like you need to put it in /lib/systemd/system service radiusd enable? service radiusd start I honestly can't remember the commands... Google is your friend. -Arran
On Tue, Nov 17, 2015 at 04:17:23PM -0500, Arran Cudbard-Bell wrote:
On Nov 17, 2015, at 4:06 PM, David Peterson <davidp@wirelessconnections.net> wrote:
Back to being a serious noob. How do I set up Freeradius to start at boot with Ubuntu 15. Systemd seems to be a very different animal.
https://raw.githubusercontent.com/FreeRADIUS/freeradius-server/v3.1.x/redhat...
Looks like you need to put it in /lib/systemd/system
If it's the same as Debian, then probably in /etc/systemd/system/multi-user.target.wants/
service radiusd enable? service radiusd start
I honestly can't remember the commands... Google is your friend.
Some hideous mess like # systemctl daemon-reload # systemctl enable freeradius.service # systemctl start freeradius.service I honestly don't know what was wrong with sysvinit, and this crap winds me up nearly every week. Have no idea which services are or are not actually going to start at boot time, and at shutdown services are ripped down so fast they don't have time to stop cleanly. </rant over> If FreeBSD had apt I'd have jumped by now. Matthew -- Matthew Newton, Ph.D. <mcn4@le.ac.uk> Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>
Systemd is a very bad animal, it is "Hugely invasive and hardly justified"! You can rollback to Upstart (pre 15.04) http://sourcedigit.com/15820-switch-off-disable-systemd-in-ubuntu-15-04/ V 2015-11-17 22:06 GMT+01:00 David Peterson <davidp@wirelessconnections.net>:
Back to being a serious noob. How do I set up Freeradius to start at boot with Ubuntu 15. Systemd seems to be a very different animal.
David
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Vito A. Smaldino
On Nov 17, 2015, at 4:20 PM, Vito A. Smaldino <vitoantonio.smaldino@istruzione.it> wrote:
Systemd is a very bad animal, it is "Hugely invasive and hardly justified"! You can rollback to Upstart (pre 15.04) http://sourcedigit.com/15820-switch-off-disable-systemd-in-ubuntu-15-04/
Yeah I was involved in a high performance DHCPv4 project. During benchmarking we found that systemd had inserted itself into the path of syslog. We were using syslog to log lease events. Whilst radiusd was ~40% cpu, systemd had pegged a core trying to process all the log events. We couldn't find a way to disable it nicely. -Arran
On Tue, Nov 17, 2015 at 3:20 PM, Vito A. Smaldino <vitoantonio.smaldino@istruzione.it> wrote:
Systemd is a very bad animal, it is "Hugely invasive and hardly justified"! You can rollback to Upstart (pre 15.04) http://sourcedigit.com/15820-switch-off-disable-systemd-in-ubuntu-15-04/
Please no systemd threads here - I'm already subscribed to debian-devel. -m
participants (6)
-
Arran Cudbard-Bell -
David Peterson -
Matt Zagrabelny -
Matthew Newton -
Phil Mayers -
Vito A. Smaldino