Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:talking about data how safe are the data center (Score 1) 562

From my experience, I've seen data centres that have two supposedly redundant power supplies (usually this just means two paths into the data centre from the same supplier).

It seems unlikely/improbable to me that a data centre could be supplied from local diesel generators. The power consumption is just far too great. So your answer is "not safe at all".

Rich.

Comment Re:/dev/disk/by-id/ (Score 1) 132

Please don't use /dev/disk/by-id. SUSE uses this and it breaks virtualization.

You cannot change the underlying disks (eg. to do migration or V2V) without the guest becoming unbootable.

Use filesystem UUIDs instead. These survive all sorts of migrations and conversions intact, and are even useful in the non-virtual case -- eg. if you swap SATA disks around.

Rich.

Comment Re:Space-shifting "service" is the issue (Score 5, Informative) 177

Actually had a friend who worked in sales selling one of these services.

The way it works is this:

The company hires a room in Tokyo and fills it top to bottom with (legally purchased) decoder boxes. The output from these is sent over the internet to paying customers in foreign countries -- in the UK in the case of my friend. They get access to these "proxied" services, the idea being that they can watch Japanese TV programs from the UK without needing all the special satellite equipment.

The (stupid) copyright issue is down to regional licensing of TV programs and films, which is why the established broadcasters hate these services and try to portray them as criminal / pirates when of course they are no such thing.

Anyway, hope this explains a bit more what's going on here. I see it's business as usual for openness and transparency in Japanese politics/law ...

Rich.

Comment Re:Hague Convention? (Score 1) 782

Sorry, my mistake, I meant the St Petersburg Declaration.

"The Great Powers agreed to renounce, in case of war among themselves, the use of any explosive projectile of less weight than 400 grams (14 ounces avoirdupois) or one charged with fulminating or inflammable substances."

It's possible that these projectiles are over 400g in weight though.

Rich.

Sun Microsystems

Running ZFS Natively On Linux Slower Than Btrfs 235

An anonymous reader writes "It's been known that ZFS is coming to Linux in the form of a native kernel module done by the Lawrence Livermore National Laboratory and KQ Infotech. The ZFS module is still in closed testing on KQ infotech's side (but LLNL's ZFS code is publicly available), and now Phoronix has tried out the ZFS file-system on Linux and carried out some tests. ZFS on Linux via this native module is much faster than using ZFS-FUSE, but the Solaris file-system in most areas is not nearly as fast as EXT4, Btrfs, or XFS."
Open Source

Where Do I Go Now That Oracle Owns OpenOffice.org? 510

eldavojohn writes "So I noted that there was better support for my processor in the latest BIOS for my mainboard. After downloading the update, there was a .doc file containing flashing instructions. No matter, I have OpenOffice.org installed on this machine and just opened it up. And, as should be no surprise, there was an Oracle logo splash screen while OpenOffice.org 3.2 started up. At my job, I've had a less than favorable history with Oracle that I'm not going to get into — rather let's just say I never want anything to do with them again. Including installing any of their software on my machine. So I'm facing a dilemma. I've looked into the forked LIbreOffice but that's still in beta and I'm a little wary of depending on that. Has anyone used LibreOffice (it's installing as I type this) extensively? Does it handle complex Powerpoint files okay? Is there some alternative out there that I'm completely overlooking for open source? Can anyone convince me that there's no reason to fear the Oracle OpenOffice.org? Will it remain the de facto standard? Will it eventually lock me into a commitment with Oracle? If you get by without one of these heavyweight monster editors, what do you use and how do you handle doc, ppt, (etc.) extensions?"

Comment Relink static script (Score 1) 385

I wrote this script to relink a dynamically-linked program with as many equivalent static libraries as possible, with any unavailable static libraries left dynamic. I use it to ship a static version of libguestfs

Whether static binaries are a good idea, I'll leave that discussion up to others. I would say that dynamic linking should be preferred, but static linking and this script is quite useful in some circumstances.

Rich.

Slashdot Top Deals

No man is an island if he's on at least one mailing list.

Working...