April 2006 Archives
Poul-Henning Kamp wrote an open letter to D-Link as a last-ditch attempt at getting them to show any interest in resolving the mess their badly configured software has caused (and is still causing).Netgear did something similar in 2003.
I'm sorry, he's not in at the moment. Would you like to leave a message?Works every time.
Thanks to this quote:
"...the RIAA has been known to suggest that students drop out of college or go to community college in order to be able to afford settlements."
This article (Run Over by the RIAA Don't Tap the Glass) has been showing up everywhere. It's a sensational quote but it distracts from the fundamental issue. The author broke the law, they do not dispute this - only the penalty for doing it. If you robbed a bank and were sentenced to 5 years in jail I don't think complaining to the Judge that incarceration is going to affect your education and future will have much of an effect.
I am in no way saying that the RIAA is a warm and fuzzy organization - in fact they are conducting a strong arm campaign with questionable tactics. Listen people, if you haven't figured it out already it is not a good idea to pirate media (music, video, etc.). Even if the odds are small that you will be caught; a) can you afford the penalty when you are, and b) don't whine about it.
# sysctl kern.geom.debugflags=16 kern.geom.debugflags: 0 -> 16 # gmirror label -v -b round-robin gm0 /dev/ad0 Metadata value stored on /dev/ad0 # echo geom_mirror_load="YES" > /boot/loader.conf # vi /etc/fstab Change each ad to a gm, and insert a mirror after /dev. For example, /dev/ad0s1a becomes /dev/mirror/gm0s1a. Unless you've made extra partitions, you'll have ad0s1 devices ending in a, b, d, e, and f and will need to edit each of those lines. # reboot # gmirror insert gm0 /dev/ad2 GEOM_MIRROR: Device gm0: provider ad2 detected. GEOM_MIRROR: Device gm0: rebuilding provider ad2. # gmirror list | more # gmirror statusSee: ONLamp.com -- Using Software RAID-1 with FreeBSD for more information.
