Categories

Linux bash scripting part 1

In this script we will show how to create hard links and how to show all files with same i-node which we want.

$ touch file —–> this will create empty file “file” $ echo “test” > file —–> this will put “test” into “file” $ ls -li —–> this will list inode number of [...]

Warning: Truncating oversized request field

Recently,

I got problem with webalizer and huge Apache access file which was doing incremental data.

The message I received was :

Warning: Truncating oversized request field… Killed

What I found is that oom-killer was killing my webalizer process:

/var/log/messages:

Nov 12 17:17:48 localhost kernel: Out of memory: Killed process 18067 (webalizer). Nov 12 [...]