PDA

View Full Version : File size limit exceeded



astraa
08-15-2002, 03:00 PM
Hi all

This problem has just started, I have reinstalled SEQ recomplied it, it starts verz\ breifly then closes down, the spawnlog file is 500kilobyte and the unknown is also very small.

Using config file '/usr/local/share/showeq/showeq.xml'
Loaded preferences file: /usr/local/share/showeq/seqdef.xml!
Loaded preferences file: /usr/local/share/showeq/showeq.xml!
Listening for client: 192.168.0.35
Initializing Packet Capture Thread:
Filtering packets on device eth0, IP host 192.168.0.35
Loading filters from '/usr/local/share/showeq/filters.conf'
No Zone Specific filter file '/usr/local/share/showeq/filters_unknown.conf'.
Loading default '/usr/local/share/showeq/filters.conf'.
Categories Reloaded
Error opening map file '/usr/local/share/showeq/unknown.map'!
Opcode Logging Mask: 0 0 0
File size limit exceeded

That is the cut.n.paste info can anyone pls help
:confused:

Cryonic
08-15-2002, 03:33 PM
ulimit -f

what does it output?

what kernel version and glibc version are you running? Seems, from searching for your error message, that the kernel/glibc has a bug with properly handling some file limits.

http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=%22File+size+limit+exceeded%22&btnG=Google+Search

astraa
08-15-2002, 03:46 PM
Originally posted by Cryonic
ulimit -f

what does it output?

what kernel version and glibc version are you running? Seems, from searching for your error message, that the kernel/glibc has a bug with properly handling some file limits.

http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=%22File+size+limit+exceeded%22&btnG=Google+Search

Hi Cryonic

this is the output from ulimit

[root@linux01 root]# ulimit -f
unlimited
[root@linux01 root]#

as to the kernal I run an AMD the glibc is the one installed from 7.2 .

I hope I have not made a total fool of myself and have given you the right replys.

I hope this my help in you more. If not maybe a line of commands to run to get the info you need would help.

Astraa

Cryonic
08-15-2002, 03:50 PM
The kernel is not the processor you are running, but the kernel of the OS.

uname -a

If you are still running the stock software from the RH7.2 cds then you REALLY should update it. There have been at least 3 or 4 glibc related fixes on RH's errata page for 7.2 since 7.3 came out (both get updated together since they seem to be running the same version).

http://rhn.redhat.com/errata/rh72-errata.html

astraa
08-15-2002, 03:53 PM
Originally posted by Cryonic
The kernel is not the processor you are running, but the kernel of the OS.

uname -a

If you are still running the stock software from the RH7.2 cds then you REALLY should update it. There have been at least 3 or 4 glibc related fixes on RH's errata page for 7.2 since 7.3 came out (both get updated together since they seem to be running the same version).

http://rhn.redhat.com/errata/rh72-errata.html

from uname
[root@linux01 root]# uname -a
Linux linux01 2.4.18-3 #1 Thu Apr 18 07:32:41 EDT 2002 i686 unknown
[root@linux01 root]#

Also sorry I should have typed RH 7.3 not 7.2

Cryonic
08-15-2002, 04:02 PM
You still should update it.

astraa
08-15-2002, 07:36 PM
Originally posted by Cryonic
You still should update it.

well found out what it was, it was the log world data tab, must have had it on for some reason. any way still going to do the updates as u suggested. Thk you for your time on this one.

TTFN