Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:At home too (Score 1) 185

You''re a troll. Plain and simple. I have been installing Linux on computers for more than 15 years. I have yet to be unable to get a computer to run flawlessly with the exception of suspend / resume, and that hasn't been a problem for the last couple of years also.

Comment Re:At home too (Score 0) 185

"I've administered Linux systems since 1995."

So you have "administered Linux" since 1995 and you both chose Ubuntu and didn't do any research to see if the laptop you were buying had hardware that wasn't supported (if we are to believe your story at all)? I wouldn't go around telling anyone that story, let alone posting it on Slashdot.

Comment Re:Troll much? (Score 1) 613

"Do you really not acknowledge the existance of FreeBSD, NetBSD, OpenBSD, AIX, Solaris, HP-UX, and more?"

Do you not acknowledge OS X, Windows, BeOS, C-64 DOS, CP/M, PS/2, VMS, MVS, Amiga DOS, Apple DOS, etc.!!!!?????

I guess you don't get that there are lots and lots of OSes that aren't Linux, and trying to be one system to rule them all is a fools errand? Again, you don't know anything about software engineering so stop complaining when the people who do make the right choice. When I said systemd is universal that means in a Linux conext, and your attempts to paint it as otherwise are not "cute" or "insightful".

" Just because something does the job and hasn't been mucked with in years does not mean it should be presumed garbage and replaced."

Your statement shows how much you don't know about init systems. every init system has been mucked with constantly. Again, your delusion that there is a single (or even two) init systems that "haven't been mucked with" blasts your complete lack of understanding of init systems to the world at high volume (and the bass is way to frigging loud.)

Comment Re:What's wrong with Windows Server? (Score 0, Troll) 613

"Ignoring the very real problem that putting so damn much in PID 1 is dangerous for system stability and security"

Yeah. We ignore that because that isn't remotely true, and you are just repeating misinformation you heard and showing that you don't have a basic understanding of how Linux or systemd works.

"Also, despite the fact that dependencies are baked-in to systemd, it's not at all uncommon for a service that depends on an something else (service, NFS mount, etc.) to still start up before the dependency is fully ready, simply because the default systemd is to assume the dependency is fulfilled as soon as whatever "starts" it returns."

So it is not at all uncommon for people to use the default when they shouldn't, and that is somehow systemd's fault?

Comment Re:Troll much? (Score -1, Flamebait) 613

"Most init systems have a negligible amount of code running as pid 1, meaning init itself is unlikely to ever cause a blip at runtime. "

It means no such thing. You need to learn about spwan and fork, then get back to us.

"better counter argument would be that the kernel itself has even more complex needs and runs in an equally critical context."

I was going to make a similar point, without the lack of understanding of the kernel that you have. The kernel does not run " in an equally critical context" at all. It often runs in a far more critical context. Systemd runs in User space. The kernel runs in ... wait for it ... kernel space. Just as you don't understand fork and spawn, you clearly don't understand how privilege segmenting works in Linux. Much of the kernel runs in Ring 0 for example. It can disable interrupts and do all kinds of things that systemd cannot because ... wait for it ... it runs in user space.

"What systemd advocates fail to recognize is that not everyone should have to be an application developer to administer systems. "

Are you a troll? There is nothing more inherently complex about systemd than any other init system (and there are hundreds that fall under the SysV and BSD style, so don't kid yourself thinking there are two.) You can learn one system with systemd, rather than having to relearn how each distribution is using the basic SysV or BSD style approach completely differently from every other.

tldr?: EPIC FAIL

Slashdot Top Deals

The use of money is all the advantage there is to having money. -- B. Franklin

Working...