LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-20-2018, 07:33 PM   #16
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097

A mixture of sysvinit, OpenRC, and runit would be a major conglomeration of effort but it would institute a major step forward for an alternative init and service supervision system for Slackware, though doing the hand off from OpenRC to Runit service startup would be quite the interesting part.

One effort that would be interesting would be to implement s6, but s6 is currently one of the most difficult init and service supervision systems to set up correctly for any distribution due to complexity. I know of none that use it. However it is one of the most advanced init and service supervision systems of any out there for GNU/Linux.
 
1 members found this post helpful.
Old 10-20-2018, 11:58 PM   #17
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
Quote:
Originally Posted by ReaperX7 View Post
A mixture of sysvinit, OpenRC, and runit would be a major conglomeration of effort but it would institute a major step forward for an alternative init and service supervision system for Slackware, though doing the hand off from OpenRC to Runit service startup would be quite the interesting part.

One effort that would be interesting would be to implement s6, but s6 is currently one of the most difficult init and service supervision systems to set up correctly for any distribution due to complexity. I know of none that use it. However it is one of the most advanced init and service supervision systems of any out there for GNU/Linux.
I like the cleanliness and simplicity of runit services, very unixy.

There is one distro I know of that uses S6, Obarun.
 
1 members found this post helpful.
Old 10-22-2018, 07:51 AM   #18
ChrisAbela
Member
 
Registered: Mar 2008
Location: Malta
Distribution: Slackware
Posts: 572

Original Poster
Rep: Reputation: 154Reputation: 154
Quote:
Originally Posted by ReaperX7 View Post
The Runit package is a mixed bag because there are no runit script sets available officially for Slackware or the much needed extra system utilities. Plus, runit has been updated since the last SBO release to 2.1.2 which has a few bug fixes and updates to the script handling system, the SBo package is far from a viable kit.

Runit for Slackware would effectively require a new pause binary (required for delaying script execution phases), stage 1~3 boot and shutdown/reboot scripts (along with any various staged boot scripts also I have a working model in Runit-for-LFS), init mode changing scripts, a new halt and shutdown binaries (also which I do have as part of Runit-for-LFS to replace sysvinit), new scripts to enable/disable services, as well as a collection of service scripts and log collection scripts (most of which have to be written specifically to the distribution). In short Runit would be a lot of work, if not completely too much work. You're more than welcome to use Runit-for-LFS's init-shim kit to get any missing tools from sysvinit replaced, but the rest will be on you.

VoidLinux uses Runit if you want to have a look into it.

If anything, Aaditya's OpenRC and Bartgymnist's systemd are as close to viable alternatives as you will get.
I updated the slackbuild for runit: https://gitlab.com/chrisabela/runit

Why do we need a new pause binary? The run scripts are written in shell, so I thought that sleep would work.

I have successfully reused rc.M and rc.S for stage 1, and I copied the tty scripts from Void Linux for stage 2. For stage 3, I reused rc.6. I wish I had more time to proceed with more scripts, but I lead a very busy life.

Scripts to replace shutdown with runit-init are available on Void Linux but need some tweaking to work on Slackware. I have not done that yet.

May I ask for more information on Runit-for-LFS's init-shim kit? Where can I find it?
 
Old 10-23-2018, 03:25 AM   #19
ChrisAbela
Member
 
Registered: Mar 2008
Location: Malta
Distribution: Slackware
Posts: 572

Original Poster
Rep: Reputation: 154Reputation: 154
Quote:
Originally Posted by ChrisAbela View Post
May I ask for more information on Runit-for-LFS's init-shim kit? Where can I find it?
I found it under my nose. Please ignore.
 
Old 10-23-2018, 09:04 PM   #20
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by aaditya View Post
I like the cleanliness and simplicity of runit services, very unixy.

There is one distro I know of that uses S6, Obarun.
That's interesting. Thanks for the info; I've been messing around with that (slightly) in a VM. When I get some spare time, I'll see how difficult it is to s6 a Slackware64 installation.
 
1 members found this post helpful.
Old 11-06-2018, 02:37 AM   #21
aaditya
Member
 
Registered: Oct 2013
Location: India
Distribution: Slackware
Posts: 272
Blog Entries: 2

Rep: Reputation: 85
ChrisAbela, thanks for your runit Slackbuild, been running it for a few days now. :-) Very simple to switch init to runit as described in the readme.

Several runit services are available here, have forked it and added some more.

If you are interested we can add your updated runit Slackbuild as well as runit-services to SBo for easy access and consumption. This would give Slackers another init system to use besides sysvinit (default), OpenRC (SBo), and systemd (Dlackware).
 
Old 11-07-2018, 01:20 AM   #22
ChrisAbela
Member
 
Registered: Mar 2008
Location: Malta
Distribution: Slackware
Posts: 572

Original Poster
Rep: Reputation: 154Reputation: 154
Quote:
Originally Posted by aaditya View Post
ChrisAbela, thanks for your runit Slackbuild, been running it for a few days now. :-) Very simple to switch init to runit as described in the readme.

Several runit services are available here, have forked it and added some more.

If you are interested we can add your updated runit Slackbuild as well as runit-services to SBo for easy access and consumption. This would give Slackers another init system to use besides sysvinit (default), OpenRC (SBo), and systemd (Dlackware).
Thank You for the encouraging remarks.

Yesterday I wrote an email to the current SBo runit SlackBuild maintainer for permission to upload my work to SBo and he has not replied yet.
 
1 members found this post helpful.
Old 11-07-2018, 08:28 AM   #23
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,833
Blog Entries: 17

Rep: Reputation: 640Reputation: 640Reputation: 640Reputation: 640Reputation: 640Reputation: 640
Quote:
Originally Posted by ReaperX7 View Post
Gentoo people may say otherwise, but I'm not sold on Gentoo by any means. I will say Aaditya's work with the OpenRC packages has been phenomenal to offer what has been available.
Gentoo is a bit weird. I liked the idea of Gentoo before I tried it, but Gentoo is not what it sold itself to be. I thought the point of Gentoo was maximum control and configuration over your system from the very start of the build to the final system. However, this is not the case at all. Gentoo pretty much tells you what do to from the start and you have to base your experience around the package manager portage that does everything for you after the basic system install. You are pretty much an "emerge" autopilot from that point on, leaving you far less control of your system than expected and mostly automated build processes.

I don't mind Gentoo, I just don't think it is what it sells itself to be. It is not an alternative to Slackware!

Aside from that, it seems Gentoo is slowly moving to SystemD, against it's users wishes. Leaving their own faith in openRC exposed in the process. Anyways, more and more systemD stuff is making it into Gentoo, and now it is installed by default. The question is when does it become the default option?

Anyways, Gentoo was an option for me as a distro because I believed it was a bit like Slackware, and furthermore because I believed they were against SystemD. However, it seems to be incorrect. They are forsaking themselves to move to SystemD and the distro is surely not anything but a package based distro that automates most things, and not at all an alternative to Slackware.

Anyways, I think what I mean to say is that there is no point following up on OpenRC unless some distroes plan on moving from SystemD to OpenRC.

Ps. in the back of my mind was actually how arch linux betrayed their users and themselves by switching to SystemD. Seemingly Gentoo is slowly taking the same route. There are only a few Islands left without SystemD.

Last edited by zeebra; 11-07-2018 at 08:55 AM.
 
Old 11-07-2018, 08:59 AM   #24
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
EDIT: I'm not going there.

Last edited by Lysander666; 11-07-2018 at 09:05 AM.
 
Old 11-07-2018, 09:08 AM   #25
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,833
Blog Entries: 17

Rep: Reputation: 640Reputation: 640Reputation: 640Reputation: 640Reputation: 640Reputation: 640
Quote:
Originally Posted by Lysander666 View Post
That's a pretty controversial opinion. From what I can gather, it was the only sensible option.
Pff, Arch was one of the few sensible distroes, the only option would have been to not switch to SystemD. Arch is selling themselves as a back to basic "raw" style distribution, KISS principle and all. SystemD made no sense, it's against the whole core purpose of Arch.

Even Debian had to kill off Ian Murdoch (their founder) to make the unwanted changed to SystemD, which basically played out like a coup d'etat and a forced dictate to switch Debian to SystemD. That was the high watermark, the change of the tide. Had Debian stayed away from SystemD, there would still be hope for a GNU/Linux world where all end products does not end up relying on a single spiderweb to tie all of their parts together and force them to stay the same.

Quote:
Originally Posted by Lysander666 View Post
EDIT: I'm not going there.
Ok, I get it.

Sorry! It was not my intention to go off track here and start an anti-systemd discussion. I was merely trying to point out in context... Bla bla..

Anyways.. I think the point I was originally trying to make is that OpenRC is not worth continuing unless something changes. It seems even Gentoo is giving up on OpenRC..

Quote:
Originally Posted by wikipedia
OpenRC is the default init system of TrueOS[3], Gentoo, Alpine Linux, Parabola GNU/Linux-libre, Artix Linux
That's not exactly a strong fortress to build this on, and when the main proponent seem to be giving it up themselves and slowly moving to SystemD, the hope seems to be slowly dying.

Last edited by zeebra; 11-07-2018 at 09:13 AM.
 
Old 11-07-2018, 09:12 AM   #26
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Quote:
Originally Posted by zeebra View Post
Even Debian had to kill off Ian Murdoch (their founder) to make the unwanted changed to SystemD.
OK, now you're just being silly. I like a good conspiracy theory, but Ian Murdoch being killed so that the distro could switch to systemd is another level of bonkers. Even I don't believe that, and I have a lot of tin foil at home.
 
1 members found this post helpful.
Old 11-07-2018, 09:15 AM   #27
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,833
Blog Entries: 17

Rep: Reputation: 640Reputation: 640Reputation: 640Reputation: 640Reputation: 640Reputation: 640
Quote:
Originally Posted by Lysander666 View Post
OK, now you're just being silly. I like a good conspiracy theory, but Ian Murdoch being killed so that the distro could switch to systemd is another level of bonkers. Even I don't believe that, and I have a lot of tin foil at home.
Haha, sure. It was half a joke, half not. Debian never changed to SystemD under Murdoch, and as far as I remember never had an intention to do so, the opposition was very strong and traditions stood strong. But then he dies and they suddenly change to SystemD?

I am not saying it's a conspiracy, I'm just stating with bravado, what happened, in a very outrageous way.

Last edited by zeebra; 11-07-2018 at 09:19 AM.
 
Old 11-07-2018, 10:12 AM   #28
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
Quote:
Originally Posted by zeebra View Post
Even Debian had to kill off Ian Murdoch (their founder) to make the unwanted changed to SystemD
Ian Murdock was working for SUN in 2007 while Lennart Poettering and Kay Sievers started systemd development in 2010.
 
1 members found this post helpful.
Old 11-07-2018, 10:36 AM   #29
Myk267
Member
 
Registered: Apr 2012
Location: California
Posts: 422
Blog Entries: 16

Rep: Reputation: Disabled
Quote:
Originally Posted by zeebra View Post
Haha, sure. It was half a joke, half not. Debian never changed to SystemD under Murdoch, and as far as I remember never had an intention to do so, the opposition was very strong and traditions stood strong. But then he dies and they suddenly change to SystemD?

I am not saying it's a conspiracy, I'm just stating with bravado, what happened, in a very outrageous way.
Your claims are unsubstantiated. Debian 8 "Jessie" was released on April 25 2015 with systemd as the default init; Ian Murdoch died later that year on December 28.

https://www.debian.org/News/2015/20150426
https://en.wikipedia.org/wiki/Ian_Murdock

Last edited by Myk267; 11-07-2018 at 10:38 AM. Reason: Including my sources.
 
Old 11-07-2018, 01:11 PM   #30
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,833
Blog Entries: 17

Rep: Reputation: 640Reputation: 640Reputation: 640Reputation: 640Reputation: 640Reputation: 640
Quote:
Originally Posted by Myk267 View Post
Your claims are unsubstantiated. Debian 8 "Jessie" was released on April 25 2015 with systemd as the default init; Ian Murdoch died later that year on December 28.

https://www.debian.org/News/2015/20150426
https://en.wikipedia.org/wiki/Ian_Murdock
Well, as I remember, Murdoch was already out of the game at that point.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Does Slackware tell qemu/kvm virtual machines to shutdown? Altiris Slackware 6 08-26-2016 02:13 PM
SysVinit vs OpenRC vs systemd vs other init system cristi92b Linux - Newbie 2 01-07-2013 03:02 AM
Virtual Machines are not appearing in Virtual Manager after reboot the RHEL5.5 Serve Shanker.K Linux - Newbie 7 04-11-2012 06:20 AM
Dividing cpu time between Virtual Machines spin_ro Linux - Virtualization and Cloud 2 02-17-2010 07:40 AM
How to extend the poweroff and reboot process? (without using sysvinit) sanitynotvanity Linux From Scratch 2 08-13-2009 09:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration