Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Come on people, (Score 1) 96

Hell, that one has to type "configure terminal" when you're SSHed in to a switch and obviously trying to configure it from the terminal is silly.

Umm, except by default, you're in diagnostic mode. When you remote in, the system assumes that you're trying to check something. Configuring stuff is a high risk endeavour, so you need to explicitly choose to enter that mode.

It's akin to the i command in vim to enter insert mode to type text.

Comment Re:Deliberate (Score 1) 652

... but once we start ticking off the body count of the millions dying to radiation poisoning and starvation, we might want to reconsider that path.

What makes you think that? We are already ticking off the body count for coal, and have been for years, yet we repeatedly fail to reconsider our decision to use coal...

Comment Re:Who are you calling "immature twats" ?? (Score 1) 550

Don't know. I don't run xfce, so I don't know what it depends on. Here's how I did it, if you're comfortable with aptitude's interactive resolver:

bash# aptitude -s purge '?name(systemd)?installed' libsystemd0+

then review the list of conflicts and suggestions in simulate mode. (I started without explicitly marking libsystemd0 for install, but after I realised its list of reverse-dependencies, I relented.)

I proceeded by looking at the 800ish packages it suggested removing, picking two or three packages I use and marking them as rejected (in my case, initially kmail, kdm, xserver-xorg-video-all), cycling to the next suggested resolution. then repeat. Whenever it suggested installing a systemd package, I rejected that suggestion too.

Eventually I settled on removing about 20 packages I didn't need (networkmanager, gnome-shell, some evolution packages, etc). Then I re-ran it without the simulate option.

Afterwards, I realised that I really wanted something to manage the network for me, so I had to manually bring the wifi network up, and

bash# aptitude install wicd-gtk wicd-cli

Comment Re:Who are you calling "immature twats" ?? (Score 4, Informative) 550

Serious question here: how avoidable is systemd currently?

For what it's worth, I managed to purge everything systemd-related from my debian testing system the other day. I had to replace NetworkManager with WICD, which is a pretty good straightforward replacement (although you need to re-create your configuration). Also, I run KDE, so that made things easier.

As I understand it (if I correctly noted the packages which got removed), you can't run a gnome system without systemd; however, you can still run debian jessie with kde without systemd.

The only packages which are coming from the systemd source package on my system any more are udev and libsystemd0 - however, given that systemd-sysv and systemd-logind are no longer installed, I consider that basically a win.

libsystemd0 is only still there because cups-daemon and kde-runtime require it; but given that it only defines the interfaces, it seems benign.

udev and libudev1, despite being packaged as part of the systemd source, do not depend on it according to the package info...

Comment Re:Use the money you save (Score 1) 488

Submission + - What Can I Do To "Unblock" Email From My Server, Hosted On Comcast? 2

hawkbug writes: For the past 15 years, I have hosted my own email server at home and it's been pretty painless. I had always used a local Denver ISP on a single static IP. Approximately 2 years ago, I switched to a faster connection, which now is hosted on Comcast. They provide me 5 static IPs and much faster speeds. It's a business connection with no ports blocked, etc. It has been mostly fine these last 2 years, with the occasional outage due to typical Comcast issues. About 2 weeks ago, I came across a serious issue. The following email services started rejecting all email from my server:

Hotmail
Yahoo
Gmail

I checked, and my IP is not on any real time blacklists for spammers, and I don't have any security issues. My mail server is not set as an open relay, and I use SPF records and pass all SPF tests. It appears that all 3 of those major email services started rejecting email from me based on a single condition: Comcast. I can understand the desire to limit spam — but here is the big problem: I have no way to combat this. With Gmail, I can instruct users to flag my emails as "not spam" because the emails actually go through, but simply end up in the spam folder. Yahoo and Hotmail on the other hand, just flat out reject the traffic at lower level. They send rejection notices back to my server that contain "tips" on how to make sure I'm not an open relay, causing spam, etc. Since I am NOT doing any of those things, I would expect some sort of option to have my IP white listed or verified. However, I can not find a single option to do so. The part that bugs me is that this happened 2 weeks ago with multiple major email services. Obviously, they are getting anti-spam policies from a central location of some kind. I don't know where. If I did, I could possibly go after the source and try to get my IP white listed. When I ask my other tech friends what they would do, they simply suggest changing ISPs. Nobody likes Comcast, but I don't have a choice here. I'm 2 years into a 3 year contract. So, moving is not an option.

Is there anything I can do to remedy this situation?

Comment Re:Senator James Inhofe (Score 1) 282

... Those that did got more attention. Those that got more attention are the ones more people heard about... If they hear reports about something awful about to happen and it doesn't happen...

Interesting... And who chooses what gets attention? If the problem is that people are paying attention to the wrong speakers, how do we correct that? How do we make sure that people are hearing the correct predictions?

Because, as you pointed out, the majority of the predictions ARE correct, and global warming IS happening - but people are being directed to pay attention to a few irresponsible speakers, and are thus losing confidence in all the speakers...

That appears to be the main obstacle you have identified...

Submission + - FTC Sues AT&T For Throttling 'Unlimited' Data Plan Customers Up To 90%

An anonymous reader writes: The US Federal Trade Commission (FTC) today announced it is suing AT&T. The commission is charging the carrier for allegedly misleading millions of its smartphone customers by changing the terms while customers were still under contract for “unlimited” data plans that were, well, limited. “AT&T promised its customers ‘unlimited’ data, and in many instances, it has failed to deliver on that promise,” FTC Chairwoman Edith Ramirez said in a statement. “The issue here is simple: ‘unlimited’ means unlimited.”

Submission + - A blast from the past! Disney/Lucasarts release X-Wing and Tie Fighter!

An anonymous reader writes: Time for a trip down memory lane for you old school gamers, GOG has posted digital downloads at $10 a pop for the updated versions of X-Wing and Tie Fighter for Windows with hints of more to come from the vaults at Lucasarts.

Slashdot Top Deals

It is easier to write an incorrect program than understand a correct one.

Working...