[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Name ONE (1) legit technical reason why you aren't using

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 55
Thread images: 3

File: img.jpg (32KB, 512x512px) Image search: [Google]
img.jpg
32KB, 512x512px
Name ONE (1) legit technical reason why you aren't using systemd in 2017. I get it, it was buggy at the start (4 years back), but it's very mature and near perfect now.

Any replies that matches the following regex will be automatically rejected:

(NSA|CIA|FBI|botnet)
>>
>>60365288
I'm not using systemd because I'm not stupid enough to use Linux.
>>
>>60365288
systemd is a BND honeypod
>>
Because there are multiple other init systems that are superior and much smaller, such as Runit and OpenRC.
>>
>>60365288

As a future Debian user cumming from Windblows I want to know, what makes systemd better than the rest of inits?
>>
but I am
>>
>>60365330
That and they don't come with bugs disguised as features
>>
File: BND_1.png (10KB, 284x237px) Image search: [Google]
BND_1.png
10KB, 284x237px
>>60365316
S-stop spreading Lies! B-baka!
>>
>>60365336
https://wiki.debian.org/Debate/initsystem/systemd
>>
>>60365306
>because I'm not smart enough to use Linux.

FTFY
>>
>>60365336
Orders of magnitude faster when it comes to booting. Sexy, concise service scripts that are short and to the point. A simple interface to most low level functions. Not a bunch of oh-when-is-this-going-to-break shell scripts.
>>
>>60365336
it's a nefarious red hat project with the goal of making more people buy support from them :^)
it's also faster than most other init systems and has a really simple service unit file syntax
the only downside is the fact that it has binary logs and severe NIH syndrome
>>
Because if i wanted Windows, i'd just use Windows and not Linux tweaked in a way to emulate Windows.
>>
>>60365288
because it's shit at what it's supposed to do and continues to do even more with barely any release notes
>>
>>60365288
Binary logfiles instead of simple text for no reason. Unifying every system component instead of following UNIX philosophy of doing one thing and doing it well, instead we get do all the things and do them so so.
>>
>>60365288
It makes Linux to run nonsense 90 s shutdown loop.
>>
>>60365373
>Orders of magnitude faster when it comes to booting.
Bullshit
>>
>>60365407
only if you misconfigure your fstab
>>
>>60365401
Neither Torvalds nor Stallman care about the ""UNIX philosophy"". Why are you such a luddite?
>>
>>60365407
Just SysRq+E if that happens.
>>
>>60365401
>UNIX philosophy
this choise of words is really annoying
>let me ftfy
they intentionally Don't KIS
>>
>>60365444
It doesn't matter if neither of those care about it. It makes more sense to have smaller components work together in the long run as it is easier to debug and upgrade.
If your system works for you, that's fine. I was merely stating why I'm avoiding systemd.
>>
>>60365525
>It makes more sense to have smaller components work together in the long run as it is easier to debug and upgrade.
Any monolithic program can be built from small components. That is the whole selling point of object oriented programming. Has nothing to do with UNIX. Opinion discarded.
>>
>>60365373
> Sexy, concise ... short

You must be joking.
>>
>>60365619
prove him wrong
>>
>>60365373
Lies, lies, lies...
>>
>>60365576
>inventor of unix pipes literally defines this philosophy for further unix development
>has somehow nothing to do with unix
You sound like you know exactly what you're talking about.
>>
>>60365635
Your mother is a crack whore.

Prove me wrong.
>>
@60365657
do something with your life
>>
>>60365667
>@
kek
you need to go back
>>
>>60365635

$ cat /usr/lib/systemd/system/dhcpcd.service
> [Unit]
> Description=dhcpcd on all interfaces
> Wants=network.target
> Before=network.target
>
> [Service]
> Type=forking
> PIDFile=/run/dhcpcd.pid
> ExecStart=/usr/bin/dhcpcd -q -b
> ExecStop=/usr/bin/dhcpcd -x
>
> [Install]
> WantedBy=multi-user.target

$ cat /service/dhcpcd/run
> #!/bin/sh
> exec dhcpcd -B -M 2>&1
>>
>>60365704
>dhcpcd
sure is 2009 in here
>>
>>60365900

I used to run NetworkManager (which internally uses dhclient or some other shit) but switched to dhcpcd and wpa_supplicant for the configuration:

sudoedit /etc/wpa_supplicant/wpa_supplicant-wlp3s0.conf
sudo sv reload wpa_supplicant

As opposed to nmtui/nmcli.

But really, ever since I switched away from systemd (on systemd, enabling dhcpcd seems to extend boot times by 10 seconds or something stupid), dhcpcd hasn't let me down once.

What do you suggest as a replacement?
>>
>>60366045
>NetworkManager
sure is Ubuntu in here
>What do you suggest as a replacement?
systemd-network + systemd-resolved
>>
>>60366059

Fuck me, systemd-networkd sure can deal with wifi. (It can't can it? Or has systemd eaten wpa_supplicant too?)

Sure, I'll make the switch right now ensuring my internet never fucking works.

Absolutely fuck no.

I have enough problems on my server where systemd continuously fails to start opensmtp on boot because the network "isn't up" despite me following these braindead instructions 12 times now:

https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/

(specifically, enabling the effects of systemd-networkd-wait-online.service on one service is apparently impossible)
>>
>>60365288
runs 100 services under one PID. garbage software by nigger poettering, nothing new here
>>
>>60366366
~$ sudo du -hL /proc/$(pidof chromium | cut -d ' ' -f 1)/exe
144M /proc/32375/exe
~$ sudo du -hL /proc/$(pidof init | cut -d ' ' -f 1)/exe
1.1M /proc/1/exe
>>
Because it is Red Hat's way of forcing the entire GNU/Linux ecosystem to rely on them and only them.
>>
killall -9 systemd
>>
>>60366666
>operation not permitted
>>
>>60365330
>alternatives that require sysvinit or dont do the things as supossedly they do
k.
>>
>>60366718
sudo !!
>>
>>60366666
>systemd killed by satan quints

R E K T
>>
>>60365395
>I dont know how Windows works, but someone compared to systemd. It must be true.
>>
>>60365336
The sole fact that Devuan was created to avoid it should be enough.
>>
>>60365288
Is a single corporation's walled garden, no business would risk to use software that can scam you in the future.
>>
>>60366666
AFAIK, it just ignore kill signals.
>>
>>60367747

Programs can't ignore SIGKILL. Read signal(7).

"The signals SIGKILL and SIGSTOP cannot be caught, blocked, or ignored."
>>
>>60365288
I don't like the sound of it.
>>
>>60368114
PID 1 is special and gets to ignore it.
>>
>>60365288
>using an FSB bodned
>>
>>60365419
>i've never heard about containers
>I've never read any technical paper on how to handle full boot processes
>I've never tried clear linux/solus OS
>i've never read any intel researchers papers nor I ahve access to researchers-only paper system
The post.

>inb4 muh intel shill
Clear linux may be the most advanced linux-based operating system in the world as its sole purpose is to demonstrate state-of-the-art researchs done at Intel linux R&D department.
>>
>>60365288
I'm not using systemd because openrc is the official gentoo init.
>>
>>60366828
When systemd's day comes that it needs a complete overhaul because it will turn to shit just like any software does over time,
better alternatives won't be implementable because this diarrhea is too deeply ingrained and retards are too used to it; at which point Linux will, by any and all definitions, become equivalent to Windows. The one positive over Windows it has, choice and fast evolution/adaptability, will be gone.

And before you open you open your mouth, yes Linux as a kernel itself also has the symptoms.
However one evil doesn't justify another, and Linux being diseased doesn't justify systemd becoming an additional plague.
>>
File: 1406031685080.png (654KB, 750x850px) Image search: [Google]
1406031685080.png
654KB, 750x850px
>>60365288
Binary logs.

Also systemd still has some disgusting, critical bugs that occur every now and then. A few months ago, it was possible to crash systemd with
NOTIFY_SOCKET=/run/systemd/notify systemd-notify ""
Thread posts: 55
Thread images: 3


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.