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

 



Forgot your password?
typodupeerror
×

Comment wait until at least 2.6.30+ (Score 2, Insightful) 289

last I checked some patches for the dealloc empty file problem was being merged in 2.6.30. if you want to avoid it but want some other advantages like faster fscks you could go with data=journal on your filesystems which is a bit slower but also disables dealloc, while still having extents, barriers, and other ext4 benefits. I've been using data=journal on my /home partition without a single problem.

it also depends a lot on what you have in 'production'. a web server that's mostly doing reads it should be fine for. a heavy email server... well.. can you afford to lose email on a crash? I think it might be alright for a server that just does mta but not the fs for the actual mailbox's (with dealloc anyways). database server should be fine, because the database's job is to make sure data hits the disk, among other things. dns servers are a very read heavy so again I would think it'd be fine. so basically you need to watch anything that's heavy write and not to a database, and even then only with dealloc.

still as I'm sure others have said, it's a good idea to wait on new tech like this. some tools don't yet recognize that ext4 is not ext3.

Comment QtCreator (Score 0) 1055

This is the only IDE that's getting my vote atm. since it has a 'fakevim' mode plus a lot of other IDE features. being primarily a vim user having a vim mode is essential (even though it's not perfect). It seems to be pretty good in general, but I haven't used a lot of IDE's, I like it better than VS, Eclipse, and Netbeans, all of which I stopped using after an hour or so of not accomplishing anything.

Comment Re:WoW on Linux =! Linux + Wine (Score 0) 402

not knowing the software you're working on why does half the stuff you mentioned matter? don't package for distro's that's their job. release a tarball and general installation instructions, and dependency requirements. the shells are generally posix so one standard, and bash is 99% reliably installed. print engines? besides cups? well there might be some I suppose but most of what I've seen works with cups on the desktop. config files go in /etc sure sometimes distro's lay it out a bit different but you make software do you really need to know where config files are other than your own? if you do just add a line in your config file to specify where they are, you should have one anyway. test, package, and document for 3 distro's right now I'd say fedora, ubuntu, and gentoo. an rpm distro, deb distro, and a source (ebuild) distro. you don't have to offer support. just release and don't reject support requests for it out of hand.
Software

openMosix Is Shutting Down 252

jd writes "Despite having one of the largest user-bases of any clustering system for Linux, openMosix is to be shut down. Top developers have left and they lack the means or motivation to continue. Their official claim of multicore CPUs making clustering redundant is somewhere between highly improbable and totally absurd, as has been pointed out elsewhere. Why is this shutdown so important? Well, from a technical standpoint, the open-source bproc (the Beowulf process migration module) is ancient, MOSIX is very hard to obtain unless you're a student, and kerrighd is (as yet) immature. From a user standpoint, openMosix is the mainstay of the Open Source clustering world and has by far the best management tools of any. The ability of this project to continue will likely have a major impact on the future of Open Source in the high-end markets — if the best of the best couldn't survive, people will be more careful about anything less."
The Courts

RIAA Directed To Pay $68K In Attorneys Fees 192

NewYorkCountryLawyer writes "In Capitol v. Foster, in Oklahoma, the RIAA has been directed to pay the defendant $68,685.23 in attorneys fees. This is the first instance of which I am aware of the RIAA being ordered to pay the defendant attorneys fees. The judge in this case has criticized the RIAA's lawyers' motives as 'questionable,' and their legal theories as 'marginal' (PDF). Although the judge had previously ordered the RIAA to turn over its own attorneys billing records, today's decision (PDF) made no mention of the amount that the RIAA had spent on its own lawyers."
Security

6 Months On, Vista Security Still Besting Linux 478

Martin writes "Great report on security vulnerabilities for MS/Linux/OS X. This is a revised version of the one Jeff Jones did back on March 21: Windows Vista — 90 Day Vulnerability Report. This time he did what the Linux community had asked. Everyone complained that he did the report based on a full Linux distro including optional components, not on just a base OS install. So this time he did both; Vista still came out on top. I was shocked that Apple was even on the list as I believed all those Mac commercials!"
Music

Even Century Old Records Had Restrictive Licensing 277

natch writes "While rummaging through some old records at an antique store I found some turn-of-the-century Victor Record Company pressings. The label on the back laid out the terms of use, something similar to an EULA. In today's modern world of RIAA lawsuits and DRM, it's interesting to note that similar tactics have been in use by record companies for over a century, restricting your right to use what you purchased. The label clearly states that unless the record was sold for at least one dollar, there is no license to use it."
Security

Laws Threaten Web Security Researchers 42

ancientribe writes "A new report from a Computer Security Institute (CSI) working group of Web researchers, computer crime law experts, and U.S. Department of Justice agents explores the effects of laws that might hinder Web vulnerability research. The report, which the group will present on Monday at CSI's NetSec conference, has some chilling findings about how fear of prosecution is muzzling some Web researchers from disclosing to Website operators security holes they find. The bad news is the laws may inadvertently hurt the ethical researchers and help the bad guys."
Space

Ancient Star Found, Estimated at 13.2 Billion Years Old 377

raguirre writes "An article on Physorg.org reports that a newly found star may be as old as the universe itself. Recent studies have concluded that the Big Bang occurred somewhere in the neighborhood of 13.7 Billion years ago. The star, a heavy-elements laden fossil labeled HE 1523-0901 on charts was probably born right around the same time; approximately 13.2 Billion years ago. 'Today, astronomer Anna Frebel of the the University of Texas at Austin McDonald Observatory and her colleagues have deduced the star's age based on the amounts of radioactive elements it contains compared to certain other "anchor" elements, specifically europium, osmium and iridium.'"
Power

Wireless Power Now A Reality 197

SlashRating©
35
slashdottit! tm
CSMastermind writes "CNN is reporting on a breakthrough technology. A startup called Powercast has developed and patented a device, the size of a dime and costing 5$ to make, which allows power to be transmitted wirelessly. The device has already gained FCC approval and the company has inked deals with the likes of Phillips. From the article: 'Powercast says it has signed nondisclosure agreements to develop products with more than 100 companies, including major manufacturers of cell phones, MP3 players, automotive parts, temperature sensors, hearing aids, and medical implants. The last of those alone could be a multibillion-dollar market: Pacemakers, defibrillators, and the like require surgery to replace dead batteries. But with a built-in Powercast receiver, those batteries could last a lifetime. '"

New Tolkien Book Released 'The Children of Hurin' 260

Zoolander writes "Christopher Tolkien has completed the last book of J.R.R. Tolkien from notes left from his father." The ultimate question is how much of a quality difference will there be; for instance the difference between Dune and Dune: House Atriedes is a pretty big gap. But in my experience, Christopher Tolkien has always taken a good, cautious approach when it comes to his father's work so here's to hoping.
Windows

Surprise, Windows Listed as Most Secure OS 499

david_g17 writes "According to a Symantec study reported by Information Week, Microsoft has the most secure operating system amongst its commercial competitors. The report only covered the last 6 months of vulnerabilities and patch releases, but the results place Microsoft operating systems above Mac OS X and Red Hat. According to the article, 'The report found that Microsoft Windows had the fewest number of patches and the shortest average patch development time of the five operating systems it monitored in the last six months of 2006.' The article continues to mention the metrics used in the study (quantity and severity of vulnerabilities as well as the amount of time one must wait for the patch to be released)."
GNOME

Gnome 2.18 Released 253

xdancergirlx writes "Gnome 2.18 was released today (on time as usual). Detailed release notes are available. Nothing revolutionary in this release but definitely some nice new features, bug fixes, and improvements."
Security

Submission + - OpenBSD's second remote exploit in ten years

numatrix writes: "For only the second (public) time in 10 years, OpenBSD has a remotely exploitable vulnerability. To be fair, it's limited in scope unless you're running on a native IPv6 network, but still a serious exposure. Also worth noting, it looks like there were a few problems in the responsible-disclosure practices."
Operating Systems

Submission + - New default install vulnerability in OpenBSD

tlhIngan writes: "OpenBSD has now been hit with a second remotely exploitable hole. This hole affects the default installation of OpenBSD, and all users are encouraged to update. This vulnerability exploits a memory corruption bug in the IPv6 stack which can lead to remote execution and bypassing of OpenBSD's normally tight security controls. Users are advised to update their systems immediately, or filter IPv6 packets at the firewall."

Slashdot Top Deals

"The four building blocks of the universe are fire, water, gravel and vinyl." -- Dave Barry

Working...