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

 



Forgot your password?
typodupeerror
×

Comment Re:pfsense (Score 1) 403

Have you actually looked at any of these shell scripts? The largest one in F14 is less that 400 lines and they are all straight forward to read. Where is the tangled mess and when have they ever not worked for you?

RHEL6:
$ wc -l /etc/rc.sysinit
662 /etc/rc.sysinit

RHEL5:
$ wc -l /etc/rc.sysinit
980 /etc/rc.sysinit

This is what systemd actually *replaces*.

Comment Re:systemd hatred (Score 1) 403

its adoption will force a *lot* of people who don't want it to either suffer through it or suffer through migration to another OS. That is reason enough not to adopt it.

How is it something to 'suffer through'. Read a man page or two, and you should be able to admin it and gain the benefits it provides (eg. cgroups configured by default).

Running systemd on all my personal machines and my workstation at the office, I haven't experiened any problems. We'll be upgrading systems in the coming months, and I see no reason to avoid systemd.

Comment Re:pfsense (Score 1) 403

it's the dependencies thats a real problem.

Which dependencies exactly? About the only new dependency vs. the previous init system on this distro is: dbus

There are separate projects out there that literally do every single thing systemd does without making it un modular and non posix compliant and have code that is readable.

Please provide a link or a name for one project that has at least all of the useful functionality that systemd has.

Then you have some major projects like gnome where are going to require systemd. Its not a big deal for BSD though. some developers are almost done with systembsd which emulates systemd without actually installing it allowing the depend software to be used without inheriting things like PAM for authentication and other things that are not liked and not actually giving control of the system over to it.

And GNOME developers will just ignore any bugs related to functionality not available on BSD and just stubbed in systembsd ...

I have systemd on all of my personal linux boxes (my laptop, wife's laptop, media player, NAS), and it hasn't introduced any issues while resulting in all machines booting faster and provided many more features.

Comment Re:When were you last a network engineer? (Score 1) 163

Most Network Engineers I know work with routers, switches, load balancers and firewalls, and want to run the latest Cisco/Juniper etc. and haven't worked in detail with DPI-based traffic management solutions, so they still think you need to MITM the traffic to identify it.

This is taken from a production DPI-based traffic management device for my traffic while the kids are watching youtube on XBMC (still need to upgrade to Kodi), and clearly shows that youtube on port 443 is easily identified.

(Tried to paste it here, but the filter keeps telling me to use fewer junk characters, even after I removed all brackets, plus signs etc.)

Comment Re:One fiber to rule them... (Score 1) 221

The internet has never been a two-sided market where services have to pay for access to people that want to use them.

There are a number of ISPs in other countries which implemented the 'sponsored bandwidth' model a few years ago already, where the content costs more than the delivery, and to assuage concerns from users (in most cases users on Mobile data) about out-of-bundle costs, the content distributor pays for the bandwidth so that the user can be at ease in using large volumes of traffic to consume the content.

Comment Re:One fiber to rule them... (Score 2) 221

Net Neutrality means that the traffic comes through unimpeded, not everyone gets the same.

No, it doesn't mean that, it means "all traffic (and in some variations, of the same type) should be impeded to the same degree"

Someone who pays for 20Mbit, gets close to 20Mbit someone who pays for 40Mbit gets close to 40Mbit.

Whether you get the speed you pay for or not (assuming all traffic is as fast or slow) is unrelated to Net Neutrality.

It's how each user chooses to use their XXMbit bandwidth that is the focus of net neutrality.

No. It may be about whether the ISP can influence how the user chooses to use their bandwidth or not, and to what degree.

Preventing AT&T or Verizon from throttling Netflix or VOIP services to eek out more money.

Ah, yes, *this* is a Net Neutrality issue.

But, Net Neutrality rules won't fix all the silly problems you Americans have because of lack of competition. Requiring all access network operators to allow ISPs to use capacity on their networks (see IP Connect, IP Stream etc.) to drive competition would probably solve all of the problems.

Comment Re:Poor choices to use proprietary cause this! (Score 1) 129

Sure, but now we are already talking about paid professional developers. My criticism was directed to the original claim which was that the end-user can fix the bugs.

No, the original claim was:
"at least the end-user isn't restricted from fixing bugs when they occur."

Paying/getting a different party to fix the bug is a valid application of "not being restricted from fixing the bug". In the case of proprietary software, if the original vendor doesn't fix it, you're stuck with the choice of being vulnerable or making significant changes (switching to a different proprietary software).

Comment Re:It's totally superfluous (Score 1) 164

And the wireless network name. And the wireless network username+password.

And then, I have to do it all again in two minutes when you walk out of range. And then again when you get home. And then again at a cafe.

NM might not be the nicest of things, but it sure beats the hell out of running several commands every time I relocate myself/my laptop.

You really haven't had to do it that way since 2004.

$ man wpa_supplicant.conf

Comment Re:what's wrong with ifconfig? (Score 1) 164

On Linux? To connect to WPA2 networks (including WPA2+802.1X). That's an everyday scenario for a pretty much every laptop user.

Sure, you can also do it via cli (with more tools than just those you mentioned), but, do you remember all the steps? Can you teach them to your mum? Can you automate it?

Mandriva/Mageia have net_applet, which is capable of browsing WiFi networks, configuring wpa_supplicant correctly (including access-point roaming), to the point where the normal 'network service' could (depending on your configuration choices) connect to WiFi during boot (before a user is logged in), and be useable for average users.

This was first a useable solution in about 2005, and only stopped working perfectly with the migration to systemd (it still works better than NetworkManager in some respects, but automatic AP roaming after resume seems to not be reliable, didn't have time to track it down ... have started using NetworkManager for this use case as it seems I should probably invest time in the future rather than the past).

Comment Re: NetworkManager (Score 1) 164

Everything you needed to know about configuring an interface you could find with 'less /usr/share/doc/iniscripts*/sysconfig.txt', better than any network device where the configuration cli's built-in help is only useful if you've completed 3 weeks of expensive training courses.

Since about RHEL4, anaconda would have populated the HWADDR variables so devices don't get renamed, although the new approach in udev is probably better.

NetworkManager (in the stable versions of the distros I run) seems to still be incapable of:
-setting a metric for a device (e.g. METRIC= in ifcfg-$ dev
-pppoe over a wifi interface
-doing static routes in openvpn like you can in an openvpn config file
-sane handling of WiFi (e.g. WPA2-Enterprise where the credentials have other access) passwords like wpa_supplicant+wpa_gui, I don't want to enter it every time I associate to the network, but I don't want it stored on disk ... prompt me once and keep it for this desktop session, because the sceeensaver locks on suspend or idle for 2 minutes,, but the desktop session can run for weeks at a time).

All of these features are either very important to me, or critical for me to my job, so NetworkManager is only used for the cases there is something I can't do the traditional way (mobile connection using the built-in 3g modem on my laptop which doesn't seem to work with ppp over the serial devices created by the qcserial driver like with the usb dongles I used before).

Slashdot Top Deals

"Money is the root of all money." -- the moving finger

Working...