632 reputation
38
bio website stoneyforest.net
location Grand Rapids, MI
age 31
visits member for 2 years, 3 months
seen Jun 6 at 19:40
stats profile views 30
I'm just a simple IT guy, who does a bit of programming on the side.

Mar
18
comment Span a directory on an SD card and an attached USB stick
You're either wanting to simply mount that stick to the folder, or use unionfs.
Feb
8
comment Host CPU does not scale frequency when KVM guest needs it
run cpufreq-info on the host OS, it will probably complain that there's no driver available.
Dec
18
comment is there a way to reset a linux machine should the primary disk fail?
1. Why not use RAID to avoid the failure problem? 2. Why not have the system load a RAM disk from the USB Boot device, so that it doesn't need the USB Stick once it's running? 3. Why would the USB drive not be plugged directly into the motherboard or something incredibly secure so that it never comes out with extreme intention?
Oct
26
comment Keep Linux server awake using WOL packets
Couple quick thoughts: 1. Modern hardware "wears" the most from heat cycles caused by turning things on/off. Turning your server on/off constantly will cut it's average life by half or more. 2. Electricity is cheap in most places, you should figure out the actual amount you'd be saving by doing this (I'll bet it's <$3/month, unless you have a horribly inefficient server, in which case you might want to consider using more power-efficient hardware). 3. It's wouldn't be too hard to program a watchdog service that accepts UDP packets to reset it's counter and sleeps the computer when tripped.
Oct
24
comment Unable to access internet if wireless enabled
Your default route is definitely over the wired connection... Are you sure you can't get to the Internet? You are trying more than just a web browser, correct? Are there proxy settings in the browser's configuration? Operating system? Steps you've already taken to resolve the issue?
Aug
16
comment FreeBSD: Remove symlinks in devfs
Right, you're understanding correctly (though ada0 isn't necessarily port0 on the MB as the MB could have a weird layout, I've seen it enough to know better). Using either device name shouldn't make any difference as ZFS looks for a "marker" on the drives and does not rely on the OS presenting the same device name.
Aug
16
comment Best compression of similar files?
tar + lzma seems to work really well for binary blobs. LZMA is built into newer versions of tar too.
Aug
8
comment Mixing 4k/512 drives with ZFS (FreeNAS)
Server Fault is for Professional System Administrators (et al) only. Please refer to each Stack Exchange site's FAQ for details of what is on-topic for that site. Thank you!
Aug
7
comment How to skip DNS checkup while I'm disconnected from Internet
It doesn't login at all, or it take an excessive amount of time?
Jul
31
comment Is rpm the only file extension for repositories
.rpm is specific to the package manager software, which Red Hat uses, CentOS and other have inherited. Others are free to use it as well, but many other Linux distros use other package managers.
Apr
6
comment installed teamspeak 3 on freebsd using portinstall but can't connect
Firewall running??
Feb
27
comment How to register Nginx as a service, after installing Passenger?
@HappyDeveloper It's too early on Monday morning to get so worked up. Server Fault has always been a site exclusively for System Administrators only, my apologies if you were misled. We have been frustrated by the site fragmentation as well, and have just as little control over it. I'll move this to Unix & Linux for you since I think there's enough details to get an answer. I believe the answer will be that you have to install nginx using your Distro's sanctioned installer (apt-get IIRC) if you want the Distro's daemon scripts to work correctly.
Feb
8
comment Trouble booting server from GRUB prompt
I suggest writing a real question... not "any suggestions?"
Jan
22
comment Is CTRL+C incorrect to use to return to command line?
@Patrick Ctrl+D actually sends an End of File indicator to the stream. It's up to the program to respond appropriately (usually closing the file stream).
Nov
29
comment Why is (free_space + used_space) != total_size in df?
@DavidSchwartz It's still about 1,532,681 KB that's missing (~1.46 GB). That's not a trivial amount of space even if it only accounts for 0.08% of the total.
Nov
27
comment Is there a difference between Linux and Unix?
@ChrisDown SCO owns the code formerly developed at Bell Labs (AT&T) and formerly called Unix. Novel currently owns the Unix trademark. Some of the code in SCO's System V, Unixware, and Openserver products are BSD code (derived from BSD 4.3). AT&T certainly believed at one point in time that BSD 4.3 was a variation of Unix; a point settled out of court. Based on that assumption the current BSD flavors can claim Unix heritage the other unix-compatible OSes can not. In any case the point is moot, as you state in your answer people imply the collection of standards implemented in Unix, not the OS.
Aug
3
comment Is there a Linux distro compiled with clang/llvm?
I don't know of any that are. I think most Linux distros use GCC, supporting software with common licenses and one built specifically to handle GNU code. Clang is currently being embraced by the BSD community for similar reasons. (The proceeding is a huge simplification of political and technical problems)
Apr
24
comment Where did the “wheel” group get its name?
Big Wheel, Big Cheese, Big Shot (etc) were all slang for an important person in the early and mid 20th century. Some of them are still popular today, others aren't. Big Wheel was an allusion to the wheels on carriages of previous centuries, where more important people would have carriages with larger wheels.