Forgot your password?

typodupeerror

Comment: Re:So.... (Score 1) 798

by MSG (#40189335) Attached to: Venezuela Bans the Commercial Sale of Firearms and Ammunition

How many accidental pool injuries/drownings are there in houses that own a pool?

Now compare that to houses that don't own a pool.

Now consider that a swimming pool is hundreds of times more dangerous to children than guns in the home. Shall we ban swimming pools?

(http://www.guncite.com/gun_control_gcgvacci.html)

Comment: Re:rpm, yumm & package managers (Score 1) 141

by MSG (#40152241) Attached to: Fedora 17 Released

I'm not sure if you're trolling, but apt-get has never been more advanced than yum (at least, not since yum was included in Fedora). Notable features of yum that apt-get lacks include the ability to install a package from a local file, resolving and installing its dependencies from repositories, and the ability to resolve and install a package given a path or the name of a feature it "Provides". Yum's a little slower than apt-get, but it's definitely the more capable of the two.

As for dependency hell: that term refered to the pain caused by downloading a package, attempting installation, learning that there are unmet dependencies, manually locating those packages, and potentially repeating the process. That hasn't been a concern on Red Hat or Fedora systems for literally about ten years.

Compared to other rpm based distributions, Fedora tends to have new software first, and demonstrates a superior commitment to the Free aspects of Free Software. GNU still doesn't recommend it because they include binary blobs in their kernels. That aside, it's easily the best distribution for Free Software users.

Comment: "corrupt" is often subjective (Score 1) 247

by MSG (#39923931) Attached to: Ask Slashdot: What's a Good Tool To Detect Corrupted Files?

Files can be corrupted by rare spontaneous bit flipping, by mis-writing a block that was intended for another file or corrupting the block list to include data from another file (cross-linked files), by including blocks that don't exist, or by including blocks that have no data or arbitrary data.

Headers or meta data in some file formats can be verified by applications that support that file format, but it's possible for some of those problems to change the file's data such that the data is still valid, but wrong. If you have a large collection of media files or image files, filesystem corruption could potentially cross-link valid data from another file of the same type.

All of that is to say that the only way you can reliably detect corrupt files is to compare them to files that are known good. To anyone with backups in your position, I would simply say that the best option would be to wipe the system and restore a backup that you trust. If you had rsnapshot backups, you might be able to:
rsync -avcn /backup/ /filesystem/

rsync would then tell you which files differed from backup.

According to comment 39919031, Paragon HFS may have serious bugs. It's possible that the problem didn't actually come from the power loss, but from a bad filesystem driver. I'd recommend using something better supported by all systems for your shared space, or using hardware assited virtualization for all but one of the operating systems. On my own hardware, I run Linux with other systems in KVM guests, which works well. The host OS can export shared space over the network (NFS or CIFS) to the guests, which is probably the most stable filesystem configuration possible.

Comment: Re:Performance gets eaten by old software (Score 1) 487

by MSG (#38032136) Attached to: In Favor of FreeBSD On the Desktop

Sure, it works well for chumps like Facebook and the the NY Stock Exchange, but no one is using it for serious . . . um, wait . . . nevermind.

I don't know about Facebook, but NYSE is using Red Hat Enterprise Linux, not Gentoo. Actually, I'm not aware of anyone who is using Gentoo for anything serious.

A shapely CATHOLIC SCHOOLGIRL is FIDGETING inside my costume..

Working...