Forgot to mention kernel update
Kernel version 2.6.16.9, so I will supply its config file here config-2.6.16.9.txt. Same procedure as before. Good luck.
Kernel version 2.6.16.9, so I will supply its config file here config-2.6.16.9.txt. Same procedure as before. Good luck.
I will discuss the issue of placing a Linux machine as a router, and some special cases where things might play a bit different. The most common scenario is of placing the Linux as some sort of PPP or DHCP-via-cables router. It might look like this: In this picture, the Linux machine actually recieves, via…
My managed SBS2000 had some warnings regarding NTFrs: Event Type: ErrorEvent Source: NtFrsEvent Category: NoneEvent ID: 13561Date: 6/2/2006Time: 2:32:55 PMUser: N/AComputer: MYDCDescription:The File Replication Service has detected that the replica set "DOMAIN SYSTEM VOLUME (SYSVOL SHARE)" is in JRNL_WRAP_ERROR. Replica set name is : "DOMAIN SYSTEM VOLUME (SYSVOL SHARE)" Replica root path is : "c:winntsysvoldomain"…
Using the same installation server as before, my laptop, I was able to install Linux Centos 4.3, with the addition of HP’s drivers for Adaptec SATA raid controller, on my new HP ML110 G3. Using just the same method as before, when I’ve installed Centos 4.3 on IBM x306, but with HP drivers, I was…
Hard freezes are unpleasant at best. They also prevent you from tracking the source of the problem. You speculate, based on the "familly" of applications you encounter problems with, and try to obtain some resolution. At first it was FireFox. I’ve removed it to install Galeon instead. Didn’t help. I left it at that, and…
IPTables can be tricky. The concept of chains pointing to chains pointing to chains can get complicated. However, understanding the initial flow, the initial “which chain points where”, and the general concept which can allow, later, for easier NAT, or DNAT, or even knowing where to put a single rule is important. Especially if you…