Slashdot Mirror


User: MSG

MSG's activity in the archive.

Stories
0
Comments
810
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 810

  1. Error in summary on Adblock Plus Launches Adblock Browser: a Fork of Firefox For Android · · Score: 2

    The Firefox Sync functionality is disabled, as is the ability to use other addons

    The article says that they added support for other add-ons (exactly how is unclear), not that they disabled them.

  2. Ad alternatives on Editor-in-Chief of the Next Web: Adblockers Are Immoral · · Score: 1

    I don't want ads. I do want to pay the sites that provide content that's valuable, but not necessarily their monthly or annual fees which are far out of proportion to my use.

    At least Google is working on an alternative:
    https://www.google.com/contrib...

  3. Re:The GPL on Why Was Linux the Kernel That Succeeded? · · Score: 1

    Well, no it isn't. Those "small executables" can not function outside the systemd infrastructure

    That's weird. I always heard people hold up qmail as being very unix-y because it was a pipeline of small apps with a specific purpose. But those individual apps don't function outside of the qmail infrastructure.

    Yes, the systemd binaries have a specific purpose. That's definitely in line with the UNIX philosophy. The alternate approach is for every tool to be a Turing-complete general-purpose processor. Some UNIX tools are that (bash, sed, awk), but not every one is.

  4. Re:Why the surprise? on When Enthusiasm For Free Software Turns Ugly · · Score: 2

    other than a kernel

    ...which is what Linux is.

    Phones and tablets run Linux. Routers run Linux. Smart TVs run Linux. PCs run Linux. It is entirely accurate to describe all of those systems as "Linux."

    And that's why it has always been correct to call the POSIX compliant desktop and server systems GNU/Linux.

  5. Re:systemd, eh? on Ubuntu 15.04 Released, First Version To Feature systemd · · Score: 1

    Again, people posted repro steps, and I gave another example of a systemd bug so why you defending systemd?

    Because I copied and pasted those steps into both CentOS 7 and Fedora 21 systems. Exit status was reflected in a "failed" state as expected, it wasn't thrown away. Messages written to stderr were recorded in both the journal and the syslog messages file. The steps described to reproduce the problem do not reproduce the problem on any system I have access to.

  6. Re:systemd rules!!! on Ubuntu 15.04 Released, First Version To Feature systemd · · Score: 3, Interesting

    Because stderr isn't being hidden under systemd. It's logged to both the journal and the syslog messages file.

  7. Re: systemd rules!!! on Ubuntu 15.04 Released, First Version To Feature systemd · · Score: 4, Informative

    Well, I also tried it and could not reproduce those results on either Fedora 21 or CentOS 7. Both systems logged stderr to both the journal and the syslog messages file.

    The old init system did not log stderr. If you didn't see an error printed to a tty, it was lost. systemd is actually an improvement in exactly the aspect that ACs complain about through this thread.

  8. Re:systemd is a bad joke on Ubuntu 15.04 Released, First Version To Feature systemd · · Score: 1

    the value of a craftsman is in his knowledge and experience of his tools

    ...and Linux had a bunch of non-POSIX features that went unused because the old init system was meant to be portable.

    The people with knowledge of their tools (Linux, in this case) are quite happy to actually be using it rather than letting its features sit idle.

  9. Re:systemd rules!!! on Ubuntu 15.04 Released, First Version To Feature systemd · · Score: 2

    There is a specific issue with setting static IP addresses on a CoreOS image that results in systemd deciding to execute both the DHCP and static IP address unit files in parallel - a clear race condition on startup.

    What are you talking about? systemd doesn't set up network interfaces.

    Do you mean that you can start both NetworkManager and the "network" service? Because in that case, both of them use the same configuration files for an interface (/etc/sysconfig/network-scripts/ifcfg-), so an interface can't have BOTH DHCP and static addresses. The network service also detects whether NetworkManager is handling an interface and will not configure it if so.

    Finally, NetworkManager provides much better logging of its process than the network service does. If you want to debug the latter, you'd do it basically the same way you always have. "set -x" in the ifup scripts and look at the logs (which you have now with systemd, and did not in the past).

  10. Re:systemd rules!!! on Ubuntu 15.04 Released, First Version To Feature systemd · · Score: 4, Insightful

    Also, look at the journal using "journalctl -u named" to see that the output doesn't log the expected error "named: unknown option '--'". It is not logged

    I don't know what to tell you, AC. You're wrong. I test every "example" of systemd problems that ACs post in this thread and they're all wrong. systemd logs daemon stderr to both the journal and to the syslog messages file.

  11. Re:systemd rules!!! on Ubuntu 15.04 Released, First Version To Feature systemd · · Score: 5, Interesting

    With systemd's policy against stderr, it is swallowed and not shown on the screen and not logged.

    A lot of this criticism is coming from AC.

    I tested your script on CentOS 7 and Fedora 21 a moment ago. Both logged your "Error that should not be thrown away" to both the journal and to the syslog messages file. Both detected that the service failed, and did not "throw away" its exit status.

    And as another user pointed out, the old init system did not save stderr to the logs. systemd is an improvement in this aspect.

  12. Re:systemd, eh? on Ubuntu 15.04 Released, First Version To Feature systemd · · Score: 4, Insightful

    The rise of systemd occurred in a top-down manner, which is the exact opposite of how traditional open source software gains acceptance and widespread usage

    Do you think Free Software was historically a democracy in which everyone voted and a team of developers slavishly set to work, granting their every wish?

    No. Free Software systems were developed by people who needed the features that they wrote. Or wrote the features that they needed. Same thing. However you phrase it, the people who did the work made the decisions about what work was done.

    And who is implementing systemd? The people doing the work. People who are willing to do the work to maintain a system which uses a different init will have a system with a different init. It's as simple as that. Slackware is such a system.

  13. Re:systemd, eh? on Ubuntu 15.04 Released, First Version To Feature systemd · · Score: 5, Informative

    it ignores exit statuses and swallows stderr

    No, it doesn't. Exit statuses are the means by which it detects and reports that a service started successfully or failed. Stderr is recorded in both the journal and syslog messages file. I verified both on CentOS 7 and Fedora 21 a moment ago.

  14. Re:Systemic and widespread? on The Courage of Bystanders Who Press "Record" · · Score: 4, Informative

    Just in case that comment is taken as hyperbole, the video of Walter Scott's shooting was released only BECAUSE of police corruption. The officer lied, and the department backed him.

    http://www.mediaite.com/online...

  15. Re:Postgres hands down on Why I Choose PostgreSQL Over MySQL/MariaDB · · Score: 1

    What really sucks is all of the applications that are so coded around MySQLisms that they don't run on ANSI-compliant engines.

    Exactly. That is the primary reason I not only choose not to use MySQL, but actively advocate other SQL engines to other developers. Even where MySQL supports a standard syntax, their documentation tends to encourage their proprietary alternative syntax, making ports that much harder.

  16. Re:Just another reminder to use LibreSSL on OpenSSL Security Update Less Critical Than Expected, Still Recommended · · Score: 3, Informative

    No, OpenSSL is not Apache licensed. It has its own license, similar to BSD-with-attribution license. And the thorny issue is that this license is not compatible with the GPL. That's why projects have to modify the GPL to make a specific exception for it.

    It's also why Red Hat started work to standardize on Mozilla's NSS as the one true SSL library. However, I'm not sure what the status of that project is.

  17. Give it a rest on Removing Libsystemd0 From a Live-running Debian System · · Score: 5, Insightful

    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.

  18. Re:That was quick on WA Bill Takes Aim at Boys' Dominance In Computer Classes · · Score: 1

    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.

  19. Re:My FreeBSD Report: Four Months In on Systemd Getting UEFI Boot Loader · · Score: 1

    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.

  20. Re:My FreeBSD Report: Four Months In on Systemd Getting UEFI Boot Loader · · Score: 2

    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.

  21. That was quick on WA Bill Takes Aim at Boys' Dominance In Computer Classes · · Score: 1

    It's been exactly two weeks since Slashdot discussed one of several studies that conclude that groups with more women perform better than groups with fewer. Already, readers here seem to have largely forgotten that. It should be pretty obvious why there's a demand to recruit more women into the industry.

  22. Re:Inkscape is awesome... but... on Inkscape Version 0.91 Released · · Score: 2

    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.

  23. Re:not knowing what Thunderbolt is on Dell Continues Shipping Fresh Linux Laptops · · Score: 1

    Thunderbolt comes with MS Surface

    No.... it doesn't. Not as far as I can tell. None of the spec sheets I can find list Thunderbolt. Your coworker's Ethernet adapter is almost certainly USB.

  24. Re:libressl-2.1.3 on OpenSSL 1.0.2 Released · · Score: 2

    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.

  25. Re:Being nice is why business is a clusterfsck on Linus On Diversity and Niceness In Open Source · · Score: 1

    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.