s sid.
But today I tried running virtualbox - first time since a while - and it
did not start - it could not build kernel module.
After short investigation I found the reason: lots of errors:
ERROR: failed to load symbols from /lib/modules/ too many open files
Tried to google it out - no succes
tried running virtualbox - first time since a while - and it
did not start - it could not build kernel module.
After short investigation I found the reason: lots of errors:
ERROR: failed to load symbols from /lib/modules/ too many open files
Tried to google it out - no success initially, then I
On Fri, Sep 03, 2004 at 11:21:35AM -0400, Mike Ward wrote:
> Interesting. I just looked, it shows I have ~40 free open files left,
> so maybe that's it.
They are dynamically allocated.
On my system:
~ %% cat /proc/sys/fs/file-nr
913 82 4096
~ %%
913 open file structures
all but 82 in
Interesting. I just looked, it shows I have ~40 free open files left,
so maybe that's it.
What sort of side effects might arise from allowing 4x the number of
open files, if any?
On Fri, 3 Sep 2004 08:14:01 -0700, Stefan O'Rear <[EMAIL PROTECTED]> wrote:
> On Fri, Sep 03, 2004 at 10:57:04AM -040
On Fri, Sep 03, 2004 at 10:57:04AM -0400, Mike Ward wrote:
> Well, it obviously varies, but I just ran "lsof | wc -l" and it returned:
>
> [EMAIL PROTECTED]:~$ lsof | wc -l
> 6335
>
> I'll try running that next time I run into problems as well.
>
>
> Kernel version is 2.2.20-idepci
Won't lsof
Well, it obviously varies, but I just ran "lsof | wc -l" and it returned:
[EMAIL PROTECTED]:~$ lsof | wc -l
6335
I'll try running that next time I run into problems as well.
Kernel version is 2.2.20-idepci
> What kernel version are you using and what is the output of:
>
> lsof | wc -l
>
>
Mike Ward wrote:
I've written down a few of the libraries that programs don't seem to
be able to load randomly, although I'd expect that the libraries
aren't significant in this case, they just happen to be trying to load
them at the same time that there's "too many
I've written down a few of the libraries that programs don't seem to
be able to load randomly, although I'd expect that the libraries
aren't significant in this case, they just happen to be trying to load
them at the same time that there's "too many open files"
, and I'll get an error to the
> >effect of "too many open files on system". In one case, I rebooted to
> >try and solve this, and within 5 minutes of starting X, it started
> >that again.
> >
> >That brings me to the next part - Sometimes
no real details on this.
> >
> >I'm running Debian Unstable, and seemingly randomly, I'll go to run a
> >program or save a file or what not, and I'll get an error to the
> >effect of "too many open files on system". In one case, I rebooted to
> >tr
I don't have an answer just a similar experience. But I did discover
that it was over 100 nmbd samba files, discovered through use of ps,
that gave me the clue.
I never did discover what spawned all the nmbd processes. But they were
the source of the too many open files errors I believ
Firstly, I apologize for having no real details on this.
I'm running Debian Unstable, and seemingly randomly, I'll go to run a
program or save a file or what not, and I'll get an error to the
effect of "too many open files on system". In one case, I rebooted to
try and
_RDONLY) = -1 EMFILE (Too many open
files)
I am not sure these messages are the cause of the problem or just an
effect.
Any hints to look into this issue or solve it are welcome.
Thanks,
Bob
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Tue, Oct 08, 2002 at 09:16:32AM +0200, Fred wrote:
> Hi,
>
> before changing anything, i want to know what's wrong.
> Unmounting my ntfs partitions has no effects (just a try to see).
> I'm going to read linux/Documentation/sysctl/fs.txt and about
> mke2fs ; if you know any means to diagnose t
Hi,
before changing anything, i want to know what's wrong.
Unmounting my ntfs partitions has no effects (just a try to see).
I'm going to read linux/Documentation/sysctl/fs.txt and about
mke2fs ; if you know any means to diagnose the pb, let me know.
BTW : what are "FDs" ?
merci
Fred
msg0595
>=20
> thanks
>=20
> Fred
Hi Fred,
I ran into this limit, too; to increase the default limit, I added the
following script to my machine as /etc/init.d/setmaxfiles.sh:
----8<-----
#! /bin/sh
# Prevents kernel error message 'Too many op
Fred wrote:
>
> Hi,
>
> It 's the third time my debian is complaining, just
> after booting, with a "too many open files", creating
> each time many files in my home directory I log to.
> Searching in Google, some files in /proc/sys/fs enable
> to change t
Am Mon, 2002-10-07 um 22.33 schrieb Michael Heironimus:
> On Mon, Oct 07, 2002 at 04:17:26PM +0200, Fred wrote:
> > -How do I solve this ? Echoing a different max number ?
> > is it a definitive solution (how about the next boot) ?
>
> I'm not sure why you have so many files open, but yes, you ca
On Mon, Oct 07, 2002 at 04:17:26PM +0200, Fred wrote:
> -How do I solve this ? Echoing a different max number ?
> is it a definitive solution (how about the next boot) ?
I'm not sure why you have so many files open, but yes, you can change
the limit at runtime by echoing a new number to the file
Hi,
It 's the third time my debian is complaining, just
after booting, with a "too many open files", creating
each time many files in my home directory I log to.
Searching in Google, some files in /proc/sys/fs enable
to change this behaviour.
-Why do I have this message ? : jus
On Thu, Sep 19, 2002 at 02:05:44PM +0200, Alex Polite wrote:
> I'm having problems with a "Too many open files" error.
>
> I've increased the /proc/sys/fs/file-max to 10 and the count in
> /proc/sys/fs/file-nr is no where near that.
>
> Further googli
I'm having problems with a "Too many open files" error.
I've increased the /proc/sys/fs/file-max to 10 and the count in
/proc/sys/fs/file-nr is no where near that.
Further googling tells me that there is also a "open files per process
limit".
1) How do
On Sun, Apr 29, 2001 at 06:20:05PM -0500, B Thomas wrote:
> Hi,
> I am using debian 2.2 with kernel 2.2.19 and am having the folling
> problem : when I log in as root and use dpkg or apt every thing works fine
> . But if I log in a normal user and "su -" to root the dpkg or apt gives
> errors as
/apt/lists/security.debian.org_dists_stable_updates_non-free_binary-i386_Packages
- open (24 Too many open files)
The following is the strace output :
___STRACE_OUTPUT
execve("/usr/bin/apt-get", ["apt-get", "install", &
Hi everyone,
=-=-=-=-=-=-
some days ago strange messages began to appear in my syslog saying
"nfsd[1259]: non-standard errno: 24 (Too many open files)"
Does anyone have a clue what to do about this? What does it mean? And how
can I increase the allowed number of free files? I'v
>i've recently reinstalled my debian system and i am now
>getting the following error message:
>
>Jan 12 09:00:15 random amd[1162]: setmntent("/etc/mtab", "r+"): Too many
>open files
>
>any ideas, or pointers to the fm are welcomed.
The kernel
folks,
i've recently reinstalled my debian system and i am now
getting the following error message:
Jan 12 09:00:15 random amd[1162]: setmntent("/etc/mtab", "r+"): Too many
open files
any ideas, or pointers to the fm are welcomed.
thanks in advance,
//daryl
--
[warn] (24)Too many open files: unable to open a file descriptor above 15,
you may need to increase the number of descriptors
How do I fix this error?
Thanks
-Paul
Does anyone know where the limitation of this problem occurs and how to
correct it? Is this due to a kernel or nfsd hard define?
Thanks.
Mar 13 05:02:08 srvr nfsd[159]: non-standard errno: 24 (Too many open
files)
Mar 13 05:02:45 srvr last message repeated 9 times
Mar 13 05:02:45 srvr nfsd
debian/bind/bind-4.9.5/named
> Jul 29 01:52:28 www named[20732]: fcntl(dfd, F_DUPFD, 20): Too many open
> files
> Jul 29 01:52:28 www last message repeated 14 times
>
> Also:
>
> # lsof | wc -l
> 852
I was suffering from the file limit when too many sendmails wer
odule binfmt-0
Jul 29 01:52:15 www modprobe: can't locate module binfmt-0
Jul 29 01:52:28 www named[20732]: starting. named 4.9.5-REL Mon Apr 28
20:39:58 MET DST 1997 [EMAIL PROTECTED]:/debian/bind/bind-4.9.5/named
Jul 29 01:52:28 www named[20732]: fcntl(dfd, F_DUPFD, 20): Too many open
files
Ju
On Wed, 2 Jul 1997 [EMAIL PROTECTED] wrote:
> Take a look at /etc/lshell.conf
Oh, that's it, thanks!
Now one question... I have fortunes installed and fortunes-mod. With this
setup if one types "fortune" it will try to open 74 files! (The fortunes
and the .dat files plus stdio et al) I know this
On 1 Jul, Marcelo E. Magallon wrote:
> On 29 Jun 1997, Karl M. Hegbloom wrote:
>
>> Your `ulimit's are too low. Here's what I do, in "/etc/profile" for
>> now.
>
>
> PS: BTW, I cann't change this limit as a normal user anyway. I can change
> it as root but for root only.
>
Take a look at /e
On 29 Jun 1997, Karl M. Hegbloom wrote:
> Your `ulimit's are too low. Here's what I do, in "/etc/profile" for
> now.
This exactly the problem I'm having. The ulimit is set to 24. But I cann't
find where to set this... (I know "ulimit -n 256") What I don't get is why
on another debian machine t
> "Marcelo" == Marcelo E Magallon <[EMAIL PROTECTED]> writes:
Marcelo> Hi, I'm getting this message very often in one of the
Marcelo> Debian Linux machines I work with, and I have no clue of
Marcelo> where to start looking. It's not coming from the kernel
Marcelo> since it's no
> "Marcelo" == Marcelo E Magallon <[EMAIL PROTECTED]> writes:
Marcelo> Hi, I'm getting this message very often in one of the
Marcelo> Debian Linux machines I work with, and I have no clue of
Marcelo> where to start looking. It's not coming from the kernel
Marcelo> since it's no
Hi,
I'm getting this message very often in one of the Debian Linux
machines I work with, and I have no clue of where to start looking. It's
not coming from the kernel since it's not logged along other kernel
messages, but it shows up in the console.
The first time I saw it, it cam
> : /usr/share/games/fortunes/art.dat: Too many open files
>
> Did you installed lshell?
>
I just checked, lshell was installed, so I purged it and it works.
Thanks Much!
Troy
--
Psychiatrists say that one in four people are mentally ill.
Check three friends, if they're ok
On Apr 27, Troy Hanson wrote
: I am running debian linux 1.2, when I log in from the console or telnet,
: I get an error on running fortune:
:
: /usr/share/games/fortunes/art.dat: Too many open files
Did you installed lshell?
Heiko
--
email : [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL
I am running debian linux 1.2, when I log in from the console or telnet,
I get an error on running fortune:
/usr/share/games/fortunes/art.dat: Too many open files
I also get this error whenever I try to run Netscape, except relating to
the java library files (instead of art.dat):
/usr/local
el <[EMAIL PROTECTED]>
> Subject: Re: too many open files?
>
> Thanks for the help!!!
>
> So now I'm puzzled! :(
>
> here are my values:
> irvine:/$ cat /proc/sys/kernel/file-nr
> 192
> irvine:/$ cat /proc/sys/kernel/inode-nr
> 16801502
> irvine
Thanks!!!
I did su to root! That must be the reason! I'll give it a try!
Ricardo
On Mon, 11 Nov 1996, Heiko Schlittermann wrote:
> Ricardo Kleemann wrote:
> :
> : Hi guys,
> :
> : I tried running apache and got back the "too many open files" error.
> :
>
irtual WWW domains from apache,
but when I run httpd, it reports the "too many open files" error! :(
How can it be if before running it, there are only 192 open?
Thanks again,
Ricardo
On Mon, 11 Nov 1996, Oskar Pearson wrote:
> Hi
>
> > I tried running apache and got back
Ricardo Kleemann wrote:
:
: Hi guys,
:
: I tried running apache and got back the "too many open files" error.
:
: How can I check/monitor the number of file descriptors being used??
:
: Where do I change it if it needs to be increased?
Installed lshell?
Became root via su?
Hi
> I tried running apache and got back the "too many open files" error.
There are generally two possible errors:
You can have too many files open on your system (say you have lots of programs
that are opening a few files each)
or a single process (like apache) can open 256 files
Ricardo Kleemann <[EMAIL PROTECTED]> writes:
> How can I check/monitor the number of file descriptors being used??
This I know. Install the lsof package, and use lsof (ls open files).
It will give a listing of all the open files and who's using them.
This program gets installed in /usr/sbin, an
Hi guys,
I tried running apache and got back the "too many open files" error.
How can I check/monitor the number of file descriptors being used??
Where do I change it if it needs to be increased?
thanks.
Ricardo
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubsc
47 matches
Mail list logo