| bio | website | matthewjudebrown.com |
|---|---|---|
| location | Anaheim, CA | |
| age | 40 | |
| visits | member for | 3 years, 8 months |
| seen | Jul 28 '11 at 0:25 | |
| stats | profile views | 22 |
I'm an English UNIX-head transplanted to Southern California and working at the University of Southern California (USC), mostly on Solaris. I use Mac OS X as my desktop.
|
Oct 13 |
comment |
Things to know before installing Solaris Ah, of course. My brain got crosswired between 'ultrasparc t1' and 'sun netra t1' — damn Sun for re-using designations! The Netra T1 is an old, low-powered and slow server; the UltraSPARC T1 is what you said it is. I've edited my answer to remove the incorrect info. |
|
Oct 13 |
comment |
How do I change the IP address and hostname on Solaris? Yes, sys-unconfig is the "official" way to do this. However, it wipes out a bunch more stuff which might be a pain in the behind. |
|
Sep 26 |
comment |
broken apache .htaccess (mod_rewrite) Hmm, Apache should not be segfaulting because of changes to its configuration! Is it leaving a core file you can analyse? |
|
Sep 23 |
comment |
How do i fsck / on solaris 10? At that point, nothing is running in the system that will be writing to disk, so it's safe. Reboot afterward. On an x86 system, you can do a 'reboot -- -m milestone=none' or 'reboot -- -s' to do the same thing, I'd have thought. |
|
Sep 22 |
comment |
How do i fsck / on solaris 10? Yes, this is the way to go. |
|
Sep 20 |
comment |
nagios (Last Notification: N/A (notification 0)) Does everything seem right in the web interface? |
|
Sep 18 |
comment |
SSL Site Sudden Performance Issues If you're connecting via SSL with the local test, I'm inclined to think networking somewhere, because the encryption load would be constant. If you're doing localhost/whatever.html then the only difference is going over the network vs. the loopback. |
|
Sep 18 |
comment |
Get results from grep in the order they appear? If there's more than one file in that directory, your grep output would have filenames in front of each line on every UNIX I've used. Are you sure you're in the right place? What UNIX is this? |
|
Sep 18 |
comment |
How to redirect root to directory under root with .htaccess? I'd say this is the right thing to do. |
|
Sep 17 |
comment |
Cannot destroy ZFS snapshot: dataset already exists No clones based on it; that's what I suspected at first, but that's not it. |