Re: Debian sid - kernel modules do not compile - too many open files

2014-06-28 Thread MRH
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

Debian sid - kernel modules do not compile - too many open files

2014-06-20 Thread MRH
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

Re: Too Many Open Files On System

2004-09-03 Thread Stefan O'Rear
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

Re: Too Many Open Files On System

2004-09-03 Thread Mike Ward
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

Re: Too Many Open Files On System

2004-09-03 Thread Stefan O'Rear
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

Re: Too Many Open Files On System

2004-09-03 Thread Mike Ward
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 > >

Re: Too Many Open Files On System

2004-09-02 Thread Mike
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

Re: Too Many Open Files On System

2004-09-02 Thread Mike Ward
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"

Re: Too Many Open Files On System

2004-08-28 Thread Paul E Condon
, 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

Re: Too Many Open Files On System

2004-08-28 Thread Stefan O'Rear
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

Re: Too Many Open Files On System

2004-08-28 Thread Ken Januski
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

Too Many Open Files On System

2004-08-28 Thread Mike Ward
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

Nicotine (p2p client) crashes (too many open files ??)

2003-09-25 Thread Robert Ian Smit
_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]

Re: Too many open files

2002-10-08 Thread Karl E. Jorgensen
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

Re: Too many open files

2002-10-08 Thread Fred
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

Re: Too many open files

2002-10-07 Thread Alan D. Salewski
>=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

Re: Too many open files

2002-10-07 Thread Russell
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

Re: Too many open files

2002-10-07 Thread Gottfried Szing
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

Re: Too many open files

2002-10-07 Thread 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 can change the limit at runtime by echoing a new number to the file

Too many open files

2002-10-07 Thread Fred
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

Re: [OT] Problem with "Too many open files"

2002-09-19 Thread Gottfried Szing
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

[OT] Problem with "Too many open files"

2002-09-19 Thread Alex Polite
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

Re: apt error : too many open files

2001-04-30 Thread Mirek Kwasniak
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 error : too many open files

2001-04-29 Thread B Thomas
/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", &

Too many open files with NFS

2000-03-14 Thread Peter Paluch
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

Re: too many open files

1999-01-13 Thread Joe Emenaker
>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

too many open files

1999-01-12 Thread Daryl Williams
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 --

Apache: (24)Too many open files: inc # of descriptors??

1998-08-20 Thread Paul Miller
[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

too many open files error

1998-03-14 Thread Steve Hsieh
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

Re: bind - no binfmt-0 / too many open files.

1997-08-05 Thread Pete Templin
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

bind - no binfmt-0 / too many open files.

1997-07-29 Thread ninjaz
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

Re: "Too many open files": ulimits

1997-07-03 Thread Marcelo E. Magallon
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

Re: "Too many open files": ulimits

1997-07-02 Thread Martin . Bialasinski
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

Re: "Too many open files": ulimits

1997-07-01 Thread Marcelo E. Magallon
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

Re: "Too many open files": ulimits

1997-06-29 Thread Karl M. Hegbloom
> "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

Re: "Too many open files"

1997-06-28 Thread Ben Gertzfield
> "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

"Too many open files"

1997-06-28 Thread Marcelo E. Magallon
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

Re: Error: Too Many Open files

1997-04-27 Thread Troy Hanson
> : /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

Re: Error: Too Many Open files

1997-04-27 Thread Heiko Schlittermann
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

Error: Too Many Open files

1997-04-27 Thread Troy Hanson
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

Re: too many open files?

1996-11-11 Thread D. Chiodo
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

Re: too many open files?

1996-11-11 Thread Ricardo Kleemann
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. > : >

Re: too many open files?

1996-11-11 Thread Ricardo Kleemann
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

Re: too many open files?

1996-11-11 Thread Heiko Schlittermann
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?

Re: too many open files?

1996-11-11 Thread Oskar Pearson
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

Re: too many open files?

1996-11-09 Thread Rob Browning
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

too many open files?

1996-11-08 Thread Ricardo Kleemann
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