| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 years, 11 months |
| seen | May 27 '10 at 5:27 | |
| stats | profile views | 131 |
|
Feb 15 |
awarded | Nice Question |
|
Dec 18 |
awarded | Popular Question |
|
Nov 26 |
awarded | Famous Question |
|
Jun 23 |
awarded | Yearling |
|
Nov 9 |
awarded | Taxonomist |
|
Jun 24 |
awarded | Yearling |
|
Apr 5 |
awarded | Popular Question |
|
Oct 9 |
awarded | Notable Question |
|
Jun 24 |
awarded | Yearling |
|
May 11 |
comment |
How to backup mysql daily and backup binary log hourly on linux? Start by reading the manpage for crontab, it has examples. |
|
Apr 25 |
answered | Linux apache developing configuration |
|
Apr 22 |
answered | Httpd problem, suspect an attack but not sure |
|
Apr 20 |
answered | Linux users traffic measurement |
|
Apr 3 |
answered | Tips for teaching Linux to beginners? |
|
Mar 31 |
answered | Server load average over an arbitrary period of time |
|
Mar 27 |
comment |
Limit download usage for clients Google for "squid delay pools". |
|
Mar 26 |
accepted | Linux udev persistent net rule |
|
Mar 26 |
comment |
Linux udev persistent net rule indeed, the HWADDR setting seems to be the last piece of the puzzle that I was missing. I can't try and see if this works ATM, but it seems to make perfect sense. Thanks for your hints. |
|
Mar 26 |
comment |
Linux udev persistent net rule the problem is the need to fake the MAC on eth0 and this confuses me. Assuming I'll have an udev rule for NIC0, which MAC should I specify there? The real one? The fake one? And why? |
|
Mar 26 |
comment |
Linux udev persistent net rule @Warner: rc.local is absolutely not a workaround, network daemons would fail to bind to proper IP addresses if those get set later (rc.local is the last executed boot script). You've got my question absolutely right: I need to know for sure if an udev rule for a NIC as eth1 will cause the other NIC to default to eth0. I'm asking other people in hope they know the answer for sure, because testing would require unplugging and replugging some hardware. My goal is to minimize downtime so at this point I'm still trying to collect as much info as I can first. |