Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Give it a rest (Score 5, Insightful) 755

We aren't all "good at coding," but we know what init system we want.

We aren't all "doctors," but we know we don't want vaccines.

We aren't all "scientists," but we know global warming is a hoax.

I cannot be the only one sick of seeing this crap posted over and over. systemd is being implemented in distributions because a) it is good and b) the people making that decision are the ones qualified to do so.

Comment Re:That was quick (Score 1) 779

I would like to, but first we have to educate some of them.

See, the thing is that enough of us are convinced that women are valuable contributors that we want to prioritize their education and get them into the job market so that we can evaluate real world performance. Right now, attitudes like yours are making that difficult.

Comment Re:My FreeBSD Report: Four Months In (Score 1) 471

Does your 'dhclient' not daemon itself and sit on the ethernet ports waiting to re-lease and re-connect as necessary?

That's correct. ISC dhclient, the standard on GNU/Linux distributions, will not renew a lease if it attempts to get one and does not get a response. That might happen if a site loses power and the internet connection is not up when power is restored and the firewall boots. Or if the link is down long enough for dhclient to attempt renewal while the link is down.

Comment Re:My FreeBSD Report: Four Months In (Score 2) 471

SystemD is like PulseAudio, CUPS, and NetworkManager - they're tools to handle the complex desktop use cases that don't exist with servers.

PulseAudio - OK, yes. Clearly desktop oriented.

CUPS - we still need print spoolers. Especially in environments where accounting and chargeback are required. The old print systems were harder to set up than CUPS. This is needed on servers just as much as it is on desktops.

NetworkManager - I used to manage a lot of firewalls that ran CentOS. NetworkManager was nice, because sites where the internet connection was not 100% reliable and not static could disconnect the uplink Ethernet cable, and plug it back in to renew DHCP. Without NetworkManager, they had to power cycle a system with R/W mounted filesystems. That sucked, a lot. NetworkManager also has a place on servers.

Comment Re:Inkscape is awesome... but... (Score 2) 134

I love Inkscape and want to use it, but as long as there is no proper CMYK / printing support it's pretty useless for profession work.

What the fuck is it with design people acting like their profession is the only one there is?

There's a whole world of professional work to be done for design on the web, in mobile apps, etc that doesn't need CMYK.

Comment Re:libressl-2.1.3 (Score 2) 97

OpenSSL remains the only portable SSL library that can be used by both open source and commercial developers alike

Kind of. Its license actually isn't compatible with the GPL, so there's a whole lot of Free Software developers that can't use it.

Comment Re:Being nice is why business is a clusterfsck (Score 1) 361

When Person A comes to you and asks for your opinion/feedback on person X (which they are considering hiring), you are not allowed to say person X suck

I think you misunderstood what you were told. Or they misunderstood something themselves. What you described is not true.

I'm mostly certain that what someone along the line was trying to describe was that if person X is applying for a job, and you contact their former employers to verify their work history, the former employers are only allowed to confirm or deny your employment. They cannot be used as references. If they give you any kind of feedback on person X other than confirming work history, they could be sued for doing so. That is why work history is listed separately from references.

Comment Re:I agree with Lennart (Score 1) 551

Some of them are templates that systemd uses to creat temporary conffig files at boot time!

I'm familiar with those. They're much better than what we used to have. In the old system, there was either a mountain of repeated code with minor differences, or there were templates that were modified with sed to create individual configuration files.

Maintaining the templates is far easier.

Comment Re:Just keep it away from Gentoo and I'm good (Score 1) 551

Systemd is a tool, not just a project. Systemd as a tool tries to do many different things

You are misinformed. Systemd is a project which provides a collection of tools. One of them handles daemon and system startup. One of them handles logging. One of them handles device node creation. One of them handles firewall rule management. etc.

Systemd is quite UNIX-y.

Comment Re:I agree with Lennart (Score 2, Informative) 551

I also like how he calls systemd non-monolithic, of course, without giving any reason for why that is.

And that seems to be one of the big differences between people who like systemd and people who don't.

People who actually took the time to look at systemd more often like the design, and understand that the one project consists of many small tools.

Then there's a community of people who rely entirely on hearsay. They don't like systemd, but almost all of the things they don't like about it aren't true. In this case, believing that PID 1 is a process that does daemon handling, and logging, and firewall rule handling, and DNS, and device node handling, and...

Those things are not handled by the same process. It's non-monolithic. It's small tools doing individual, well defined jobs.

Comment Re:A few answers from the original AC (Score 1) 403

Because it contradicts the Unix philosophy of having a lot of little utilities that each do one thing

systemd is actually a lot of little utilities that each do one thing. If you don't know that, you're probably getting your information from biased sources.

Although the signal to noise ratio on here sometimes approaches zero, there is the occasional informed opinion

You're welcome.

Slashdot Top Deals

If all else fails, lower your standards.

Working...