Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

operating systems without systemd

Off-Topic discussions about science, technology, and non Debian specific topics.
Message
Author
User avatar
fleabus
Posts: 98
Joined: 2013-08-28 18:36
Location: Winchester, VA, USA

Re: operating systems without systemd

#61 Post by fleabus »

From the Funtoo FAQ:
Do you support systemd?

Part of the distinctiveness of Funtoo Linux is its dependency-based OpenRC init system,
so changing this would make it something other than Funtoo Linux.
So we do not support systemd as part of Funtoo Linux.
http://www.funtoo.org/Funtoo_Linux_FAQ

Not sure If I can get up off my lazy butt enough to do fully source-based, but Funtoo sounds good,
and I will if I have to, as the next-to-the-last resort. :wink:

For those who like Gnome, they also say they "fully support running GNOME 3.12+ without depending on systemd".

So, still plenty of choice out there as far as I'm concerned. Back to my eternal reading addiction... :)
Lenovo Legion 5-15IMH05 32GB Ram, 2TB Samsung 970 EVO Plus NVMe SSD

User avatar
dasein
Posts: 7680
Joined: 2011-03-04 01:06
Location: Terra Incantationum

Re: operating systems without systemd

#62 Post by dasein »

It's both interesting and informative that a small respin like Funtoo (it's what, like four guys?) can do so easily what others seemingly cannot.

Kinda shoots the whole "noooo... it'd be tooooooo burdensome!" schtick all to hell.

User avatar
fleabus
Posts: 98
Joined: 2013-08-28 18:36
Location: Winchester, VA, USA

Re: operating systems without systemd

#63 Post by fleabus »

dasein wrote:It's both interesting and informative that a small respin like Funtoo (it's what, like four guys?) can do so easily what others seemingly cannot.

Kinda shoots the whole "noooo... it'd be tooooooo burdensome!" schtick all to hell.
Yes it does. Amidst all the screaming and caterwauling out here, there are folks just calmly taking apart a couple of things here and there, or resetting some build configs and out pops this and that, well whaddaya know. An awful lot can happen in a couple years, I think it'll be ok. Slackware and Gentoo certainly have their share of alarmist bs going on in their forums, but for the most part they seem to be taking it all in stride. Outrage at the inferior quality of our favorite new software along with the failure to learn from previous mistakes and so repeating same seem to really be the main themes of discussion. Not a coder or dev, so the details are mostly over my head, but I've been around long enough to get the gist. These feelings coincide with mine.
Lenovo Legion 5-15IMH05 32GB Ram, 2TB Samsung 970 EVO Plus NVMe SSD

fruitofloom
Posts: 183
Joined: 2014-10-27 21:28

Re: operating systems without systemd

#64 Post by fruitofloom »

I was told in IRC that funtoo really is mainly gentoo + additional features.
If i wouldn't use them i wouldn't figure out the difference.

If don't know funtoo at all and not enough about gentoo to be able to comment on it
(the person who told me should know it, btw, his name was robbings, iirc).

One can use a prebuild kernel when using funtoo (for example the debian one).
That looks like an advantage over gentoo (though i haven't looked into genkernel yet ...).

I also looked at SystemRescue CD, but it was a pain to install it (and later to install packages). I was told it is rather a thing on it's own (though based on Gentoo, the differences seem to be bigger). Well: it is supposed to be a liveCD, init it?

Liberte Linux seems to be based on Gentoo too. I didn't look at it yet.

-
The installation process and the software management will keep the most stupid people out. I hope.
A chicken can install Debian? Indeed. And chickens are what one will find there. That was different in the past:
https://wiki.debian.org/TheFable
Oh, the irony ...
Give me convenience or give me death.

User avatar
Linadian
Posts: 490
Joined: 2013-12-20 15:25
Location: In a systemd free distro

Re: operating systems without systemd

#65 Post by Linadian »

Installing Xfce on FreeBSD 10.1rc4 right now (on my old machine), if the command line scares you or you don't have a way to search or print instructions, it's not for you. FYI,

Code: Select all

# cd <directory>
and

Code: Select all

# make install clean
work a lot better than

Code: Select all

pkg install <package>
the last one is like saying 'just stick a blob of code anywhere and don't bother to actually configure it', phht (the first method didn't even pull in xorg, wtf?!). Also, if you don't have the patience or the time to sit at the machine and hit enter [OK] at stupid questions every 10 or 20 minutes, it's really not for you (I asked for a DE to be installed, a whole phrukkin DE, you'd think the FreeBSD people would make eveything auto yes so one could walk away from the machine and have a coffee, but nooooOOOOOO). I'm plugging on with the install attempt anyway because I don't give up that easy and this 'noise' doesn't scare me, sometimes I like white-knuckling it (HDD 5 in the machine could have been trashed for all I know, FreeBSD says it's installing on the 4 HDD Raid 0, I'll have to wait for thousands of lines to scroll by before I get to find out, lol). :roll:

Edit: I must have said [OK] to something I shouldn't have a thousand [OK]s ago, I'm getting a ton of development docs and samples installed for some reason. I might sound angry but I'm actually writing this with a 'comedy of errors' humorous slant. :wink: :mrgreen: Believe it or not, I might even try the Debian kFreeBSD again, now that I got my feet wet, it would probably be a lot easier since it's supposed to use apt...I think. :?
Linux Registered User 533946

fruitofloom
Posts: 183
Joined: 2014-10-27 21:28

Re: operating systems without systemd

#66 Post by fruitofloom »

You can't compare Debian GNU/kFreeBSD with FreeBSD
apt-get install [packagename]
To give an example.
A few things are similar, of course. You might have guessed it: anything which relates to the kernel.

imho, of course.

---
btw: I for one didn't do "make install clean" when i used FreeBSD
http://www.freebsd.org/doc/en/books/handbook/ports.html
mainly 5.5. I guess: to each his own.
Give me convenience or give me death.

User avatar
Linadian
Posts: 490
Joined: 2013-12-20 15:25
Location: In a systemd free distro

Re: operating systems without systemd

#67 Post by Linadian »

fruitofloom wrote:You can't compare Debian GNU/kFreeBSD with FreeBSD
apt-get install [packagename]
To give an example.
A few things are similar, of course. You might have guessed it: anything which relates to the kernel.

imho, of course.

---
btw: I for one didn't do "make install clean" when i used FreeBSD
http://www.freebsd.org/doc/en/books/handbook/ports.html
mainly 5.5. I guess: to each his own.
Thanks for the link, this is quite the learning curve. I aborted it anyway because I made a mistake somewhere and was getting a ton of unwanted stuff=bork, lol. Unfortunately, the Wheezy kFreeBSD uses the 9.x FreeBSD kernel, which conveniently DOESN'T 'see' my old Intel fakeraid, son-ah-mah-beech, lol. Gunna try the PC-BSD 10.1rc2, see if I have any luck with that, if not, I guess I could find the time and attempt the FreeBSD again since it likes my old fakeraid. Practice makes perfect! The whole idea is to find a replacement for my new machine before Franken-Jessie is unleashed on the world, Ima workin on it. :mrgreen:

Edit: You're right, it helps to understand what's going on when doing anything, I gotta do some serious reading. :mrgreen:

Edit 2: Update...my brief but interesting and eventful trip in to FreeBSD land, I did get FreeBSD 10.1rc4 installed on my old machine's fakeraid (4x320GB HDDs), it's all good and cool and stuff, but it really makes you appreciate already put together distros. I had the luxury of printing a ton of howtos with my new machine and to DuckDuckGo answers to problems. Anyway, installed xorg, got it working, installed Xfce, no GUI login manager, installed xdm, xdm took users and pws but went no where (yet another command line edit of a config file to give permissions, yada yada). Bottom line, it's a lot of work, if you hate typing or white knuckle CL-ing, don't bother. I did make it in to Xfce...as root, it wouldn't let me in as my normal user (yet another CL config file hunt and edit, blech), while in Xfce, installed a few things from the terminal to kick the tires, some never showed in the menu, a few didn't work, missing this, missing that, etc. It feels like layering GUI Linux on a CL server OS..oh..wait, lol. By the looks of things, I may just use Wheezy until the support runs out and have Salix or Stella (edit: most likely Salix, although Stella is solid and dependable, Salix is more modern and has way more multimedia options) as a backup if nothing better comes along in the meantime. I can install and config Wheezy blindfolded with heavy mittens on, too bad the Deb-hats have taken over the asylum (and bent over for the Poett-hats). :roll: :( This by no means a dig at the *BSDs, I just don't have the time or the patience, I'm addicted to Raid, have been for 7 years now, ever since the 90's, watching the HDD light flicker while it chugged along taking forever to read or load something, aka, the HDD bottleneck, been on a mission to eliminate it, not going back to a single SSD/HDD now (hence the need for something that runs on my Raids). PC-BSD is to BSD what Mint is to Linux (forget Ewbuntu) but it doesn't even like my old Raid, nevermind the new one, not even gunna try it. Worst case scenario, splitting up the 2 SSDs and running something virusd free with good multimedia support (I gotta have a DVD transcoder, ISO maker GUI like DeVeDe for example, some distros only have Handbrake, which is useless to me). I made a joke a while ago, "poop or get off the Poettering", Ima gettin off the Poettering, lol.

Edit: Corrected a spelling error.
Last edited by Linadian on 2014-11-08 17:59, edited 2 times in total.
Linux Registered User 533946

fruitofloom
Posts: 183
Joined: 2014-10-27 21:28

Re: operating systems without systemd

#68 Post by fruitofloom »

I would simply pick one of the choices and get the head in it, no matter how long it takes, how uncomfortable it is.
To me it looks as if all solutions are less comfortable than Debian.
Distros *based* on Slackware (i always forget their names) might be the exception, so ... perhaps ?

I would never have assumed i would leave Debian. Now i just stick to Gentoo (but would just as well stick to Slackware or FreeBSD).
But then: I've never been a big fan of distrohoping, having to fiddle and struggle with most basic things, instead of doing something more interesting. Say watch youtube.
Also: I get along better with Gentoo folks, never was too happy with Slackware and BSD folks. Too "dry", for my taste. On a side note.


Short: imho all the BSD's are rock solid and good, are worth the "trouble".

I sure would have prefered i wouldn't have had to give up on Debian.
Every other day i get sad feelings due to it.
Give me convenience or give me death.

User avatar
fleabus
Posts: 98
Joined: 2013-08-28 18:36
Location: Winchester, VA, USA

Re: operating systems without systemd

#69 Post by fleabus »

fruitofloom wrote:I would simply pick one of the choices and get the head in it, no matter how long it takes, how uncomfortable it is.
That's what I did when I decided on Debian. Once I decided on a base distribution, the derivatives were just that much easier.
fruitofloom wrote:I sure would have prefered i wouldn't have had to give up on Debian.
Every other day i get sad feelings due to it.
I do too. Haven't totally given up, just making sure I have a fallback plan. There is nothing like Debian. It was my first choice when I started.
Last edited by fleabus on 2014-11-25 03:00, edited 3 times in total.
Lenovo Legion 5-15IMH05 32GB Ram, 2TB Samsung 970 EVO Plus NVMe SSD

User avatar
Linadian
Posts: 490
Joined: 2013-12-20 15:25
Location: In a systemd free distro

Re: operating systems without systemd

#70 Post by Linadian »

fruitofloom wrote:Short: imho all the BSD's are rock solid and good, are worth the "trouble"...I sure would have prefered i wouldn't have had to give up on Debian. Every other day i get sad feelings due to it.
I'll probably wind up splitting my SSDs and using Salix (really liking the Xfce and Sourcery) or PC-BSD (unfortunately their default DE is KDE, their Xfce version has bugs :( ), that seems like the most viable option, dependable and not too much trouble, hassle, whatever. I'd rather be doing other stuff too, as opposed to spending countless hours in the CL editing countless config files. Anything Debian based now will be tainted, some people have marketed Debian off-spins as office-ware, virusd will be an admin headache for sure.

As for the sad feelings, yep, we should start an ex-Debhat support group, lol. Myself, I can't stop making up names, got some new ones, 'Microhat', 'Redsoft', but I think Debhat has to be my all time favourite, covers a lot of bases, Debian + Redhat = asshats, lol. I keep checking my watch to see how long it'll take to get kicked off this forum. :wink: :lol: :twisted:
Linux Registered User 533946

fruitofloom
Posts: 183
Joined: 2014-10-27 21:28

Re: operating systems without systemd

#71 Post by fruitofloom »

ain't easy to get kicked here.
trying really hard it might happen posts of you will get edited or vanish in no-mans-land, but banning? Rather seldom ...

I will probably look into Salix too. I will skip the BSD ones until there are no other options left (not really a reason for that. arbitrary decision).
Give me convenience or give me death.

User avatar
Linadian
Posts: 490
Joined: 2013-12-20 15:25
Location: In a systemd free distro

Re: operating systems without systemd

#72 Post by Linadian »

I forgot to mention, I installed Xfce in Stella during one of my kick the tires trials, it worked pretty good, so if you're not a huge fan of old Gnome 2.x, that's another option. :mrgreen:

Just select Xfce in the Stella login screen dropdown list, you have to click on your user first to see the DE list in the login sceen bottom panel (after Xfce installed of course), it remains selected for each boot until you change it (and don't forget to enable auto save sessions in Xfce's settings :mrgreen: ).

Gnome 2.x and Xfce play well together.

Stella is an excellent choice for an everyday production machine with fakeraid, office, internet, etc, but if you're heavy in to multimedia, not so much (maybe DeVeDe, Bombono or DVDStyler is available for it somewhere, not sure, haven't researched it). Edit: Found this CentOS forum page about installing DeVeDe in CentOS 6 (Stella).

Edit: Added information.
Last edited by Linadian on 2014-11-09 06:13, edited 1 time in total.
Linux Registered User 533946

User avatar
golinux
Posts: 1579
Joined: 2010-12-09 00:56
Location: not a 'buntard!
Been thanked: 1 time

Re: operating systems without systemd

#73 Post by golinux »

Linadian wrote:. . . (maybe DeVeDe, Bombono or DVDStyler is available for it somewhere, not sure, haven't researched it).
I also use DVDStyler. Steve Pusser has a build for Wheezy in the Mepis repos. It's all in this thread. Don't know how that might transfer to Stella . . .
May the FORK be with you!

User avatar
Linadian
Posts: 490
Joined: 2013-12-20 15:25
Location: In a systemd free distro

Re: operating systems without systemd

#74 Post by Linadian »

golinux wrote:
Linadian wrote:. . . (maybe DeVeDe, Bombono or DVDStyler is available for it somewhere, not sure, haven't researched it).
I also use DVDStyler. Steve Pusser has a build for Wheezy in the Mepis repos. It's all in this thread. Don't know how that might transfer to Stella . . .
Thanks for this, didn't think it existed (I hunted the net a while back), been using DeVeDe as my first choice and Bombono as a second option if DeVeDe borks the transcode, Bombono's GUI is a bit weird but it's actually pretty good once you learn how to use it. I think my DeVeDe is a little messed up because I have dmo enabled and backports only for newer dependencies and the latest kernel.

I once installed DVDStyler by enabling testing, then after it was installed, disabled testing, it worked but made a bit of a mess, a few dependency conflicts (held packages, etc, the usual :roll: ) arose later on.

My apologies to fruitofloom for veering off topic briefly. :oops:
Linux Registered User 533946


fruitofloom
Posts: 183
Joined: 2014-10-27 21:28

Re: operating systems without systemd

#76 Post by fruitofloom »

I would prefer to not add android to the list.

If you insist i might add it, i got no problems with that. But i will add Windows and Apple too ( ReactOS, etc).
The original idea was to offer a list of better solutions than Debian, not worse ones.

-
As far offtopic is concerned. I can't do anything against it anyway, but i also don't mind. Best info often comes from offtopic discussions (and if not info, then entertainment).iow: No need for a "sorry".
Give me convenience or give me death.

mmix
Posts: 205
Joined: 2012-07-14 00:08

Re: operating systems without systemd

#77 Post by mmix »

unlike windows and apple, android is open source.
IMHO, android also some kind of linux distro,
only difference is GUI and framework.

--
PS:
1. android-x86 distrowatch.com rank is 15
2. IMHO, android GUI is not bad as GNOME3/unity

fruitofloom
Posts: 183
Joined: 2014-10-27 21:28

Re: operating systems without systemd

#78 Post by fruitofloom »

"but it is open source"
holy feck, that sure is going on my nerves.
The original idea was to offer a list of better solutions than Debian, not worse ones.
Smoothang wrong grandma? (is something wrong with your grammar?).
Full sentences make reading and understanding more easy.
Give me convenience or give me death.

User avatar
Linadian
Posts: 490
Joined: 2013-12-20 15:25
Location: In a systemd free distro

Re: operating systems without systemd

#79 Post by Linadian »

fruitofloom wrote:I would prefer to not add android to the list.

If you insist i might add it, i got no problems with that. But i will add Windows and Apple too ( ReactOS, etc).
The original idea was to offer a list of better solutions than Debian, not worse ones.

-
As far offtopic is concerned. I can't do anything against it anyway, but i also don't mind. Best info often comes from offtopic discussions (and if not info, then entertainment).iow: No need for a "sorry".
Google (Android) is worse for spyware than Ewbuntu (and Google are liars about their level of cooperation with the NSA), I can't even use my phone the way it was intended, I turn packet data on or wifi and tons of spamware and snoopware start up in the background. I know, I could root the phone and flash the ROM with a custom ROM but I don't have the time for that right now. The last fekkin thing I'm gunna put on my computer is Android. I don't even use the Google search engine anymore (mainly use DuckDuckGo and Startpage occasionally, which uses the Google engine so I tend to avoid it), I even deleted my Youtube (owned by Google) account, etc, I un-Googled my life. Same goes for Snoopbook (Facebook), dumped that too, Mark Suckerberg can get rich off other sheeples, not me.

Now back to topic, lol. Stella (CentOS 6.6) is a solid choice but aging fast (CentOS 7 is virusd infested too, btw, so stay away), me thinks my next trial will be a test install of Salix Xfce on a single HDD with my old machine, it that goes OK, I'll most likely split up the 2 SSDs and use 1 in each machine as the OS drives.

Edit: The irony of Stella is it's based on CentOS (pre virusd), which is actually a 'community' version Redhat Enterprise Linux, the very people behind virusd. :shock: :roll: :lol:

Edit 2: I thought my distro hopping days were over when I finally fully learned Debian, the mother of all distros, I'm not at all happy I'm right back to 'square one". This time, I'm far more experienced, so picking a new distro will be quicker and more painless. USB installations are a bit of a hassle so I find it easier to burn to optical media, my computer area garbage can is filling with dead disks, lol.
Linux Registered User 533946

mmix
Posts: 205
Joined: 2012-07-14 00:08

Re: operating systems without systemd

#80 Post by mmix »

firefox-os
https://github.com/mozilla-b2g/B2G
http://en.wikipedia.org/wiki/Firefox_OS

firefox os for Raspberry Pi
https://wiki.mozilla.org/Fxos_on_RaspberryPi

firefox os using some part of AOSP(Android Open Source Project)

my phone is flame phone which is based on firefox os
https://developer.mozilla.org/en-US/Fir ... uide/Flame

--
PS: yeah, android is may be unsafe, but it is open source
firefox os using it, and,
at least, android/firefox-os free from lock-down feature like GNOME/unity/systemd/uefi.
Last edited by mmix on 2014-11-10 05:23, edited 1 time in total.

Locked