| bio | website | pboin.wordpress.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 6 months |
| seen | Apr 3 at 0:10 | |
| stats | profile views | 21 |
|
Oct 28 |
awarded | Famous Question |
|
Oct 22 |
comment |
How do I find how long ago a Linux system was installed? @derobert, I still think my answer would be correct, given the OPs question. A new disk isn't any different from new RAM -- you still have the same 'installation' even though you popped a new disk in... |
|
Apr 9 |
accepted | Simple Templating for Config Files |
|
Jan 26 |
awarded | Notable Question |
|
Nov 26 |
awarded | Yearling |
|
Oct 19 |
awarded | Popular Question |
|
Jul 12 |
comment |
How can I run a command for a list of packages? True, it does. There's just no sanity checking, error reporting, etc... |
|
Jul 12 |
answered | How can I run a command for a list of packages? |
|
May 10 |
comment |
Unpredictable memory explosions Atop rocks. I've used it to successfully solve a similar problem. |
|
Mar 29 |
comment |
Small Distributed Computing Cluster As others have written, 'cluster' frequently implies parallel execution, which requires special codes or programming. A different, but cool use of multiple computers working together is live fail-over of mirrored filesystems. Take a minute and look into DRBD and clustered filesystems. This might give you ideas too: xenamo.sourceforge.net |
|
Mar 26 |
comment |
Orphaned connections in CLOSE_WAIT state When doing the netstats, I had full privs, yes. I'll go check out the kernel processes angle -- that's a good idea. I'm really stumped, because there aren't supposed to be any listening sockets at all, except for two or three well-known privileged ports. Maybe it's a wierd iptables problem. I'll check that out too. |
|
Mar 26 |
comment |
Orphaned connections in CLOSE_WAIT state I wrote that there were no PIDs, but didn't show my work. I made a quick edit per your suggestion, thanks. |
|
Mar 26 |
awarded | Editor |
|
Mar 26 |
revised |
Orphaned connections in CLOSE_WAIT state Added section for 'netstat -tnop', per request. |
|
Mar 25 |
comment |
Orphaned connections in CLOSE_WAIT state Oh, and my research shows that others are seeing artifacts like this in 'lsof -i'. I'm not seeing anything odd there. |
|
Mar 25 |
asked | Orphaned connections in CLOSE_WAIT state |
|
Mar 25 |
awarded | Commentator |
|
Mar 25 |
comment |
Best way to archive attachments? Wow, you must be the other person in the universe that understands that email isn't a filesystem! |
|
Mar 23 |
answered | How do I find how long ago a Linux system was installed? |
|
Mar 9 |
comment |
Does grep use a cache to speed up the searches? There's no practical difference, but it's a kernel cache, not the filesystem. |