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

 



Forgot your password?
typodupeerror
×

Comment Re:log.txt.exe (Score 1) 49

Yes, thank god for archaic formats that are not indexed and have no support for structured logging, has no support for validating logs are consistent and has no way to seal logs when passing to a remote server.

And I mean, it's not like it's possible to store arbitrary content that can be used for nefarious purposes in text-based log formats. Storing text in a text file? Hah! Surely that's impossible.

Comment Re:BBC? (Score 1) 363

While it might not be the case in the UK (re the other replies), it's the case in Denmark. Buying a TV makes you elligeble for paying the license. Having a TV, even without antenna cable doesn't change anything; you still have to pay.
It also holds for internet connections above a certain speed (I think it's > 128/128 Kbit/s), even if it's on your cellphone.

Funnily, the Danish Broadcast Corporation doesn't have any way of checking if you are required to pay the license as they aren't allowed to look up any information on you except your postal address.

Comment Re:Beta testers (Score 4, Interesting) 91

I experimented a bit with btrfs some months ago as part of my parttime job at my university. The departments file server had disk failures after a power glitch, so I decided to rebuild it and add in a UPS. I'm running Debian jessie on the system, which is just a small 2U SuperMicro rack case with 12 3 TB SATA drives and 16 GB ECC RAM. ZFSonLinux needs a fairly recent kernel, otherwise I'd probably have gone with stable.

I was initially pretty impressed with btrfs, but before the UPS arrived there was another power glitch (which is fairly unusual in these parts of the world; northern Europe) and it completely trashed btrfs. I was unable to mount, scrub or do anything productive to the FS. Absolutely no luck doing anything.

After that I've switched to ZFS. I'm really happy with ZFS, even though ZFS on Linux still has some bugs. For some reason zfs threads sometimes crash when doing zfs send | zfs receive, something I've noticed a few times. Performance is pretty good. For reference I'm using raidz3. My offline, off-site backup is done on a clone of the server (OS only) and uses zfs send and receive to transfer the ZFS snapshots which are done nightly.

Comment Re:ZFS pool (Score 1) 983

What the parent said.

Besides that, do weekly scrubs (to catch hardware errors and ensure consistency) and nightly snapshots (to foil any accidental deletion, CryptoLocker etc.), depending on how IO the file system sees. I also regularly do a `zfs send | ssh server2 sudo zfs receive` to do an offsite backup.

Comment Re:I got burned by the font rendering bug last tim (Score 1) 165

If you liked that, you'll like to know that you can remove the ei.cfg file from the iso to convert it into a universal iso. There are multiple tools for it, but I've just used rm in the past (granted, the media I used was a USB stick). Here's one such tool: http://code.kliu.org/misc/winisoutils/

Note that your license still has to match the type you select during installation. I have no idea why Microsoft insists on having so many different isos when they could just have one universal iso...

Slashdot Top Deals

"Gravitation cannot be held responsible for people falling in love." -- Albert Einstein

Working...