Re: bash: fork: Resource temporarily unavailable

2002-09-08 Thread Wade Richards
On Sun, 08 Sep 2002 12:19:21 PDT, Alex Withers writes: >On Sun, 8 Sep 2002, Nicos Gollan wrote: >As it turns out that was it, in a way. I had a line in my .bashrc that >went like so: PAGER=`which less`. For some reason this would cause a >momentary explosion in the number of "which" processes.

Re: bash: fork: Resource temporarily unavailable

2002-09-08 Thread Nicos Gollan
r became of it? The last thread was started on 2002-08-23 by Adam Galant ("fork: Resource temporarily unavailable"). -- Embedded Linux -- True multitasking! TWO TOASTS AT THE SAME TIME! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: bash: fork: Resource temporarily unavailable

2002-09-08 Thread Colin Watson
On Sun, Sep 08, 2002 at 12:19:21PM -0700, Alex Withers wrote: > On Sun, 8 Sep 2002, Nicos Gollan wrote: > > We had this on the list some days ago. Run ps ax and see if you've got a > > huge quantity of (defunct) processes. > > As it turns out that was it, in a way. I had a line in my .bashrc tha

Re: bash: fork: Resource temporarily unavailable

2002-09-08 Thread Alex Withers
another xterm it hangs for a few seconds > > before spitting out the message: "bash: fork: Resource temporarily > > unavailable". > > We had this on the list some days ago. Run ps ax and see if you've got a > huge quantity of (defunct) processes. As it turns ou

Re: bash: fork: Resource temporarily unavailable

2002-09-08 Thread Elizabeth Barham
Nicos Gollan <[EMAIL PROTECTED]> writes: > We had this on the list some days ago. Run ps ax and see if you've > got a huge quantity of (defunct) processes. I must have missed that thread; what ever became of it? I've recently noticed that my server has had a large number of defunct processes on

Re: bash: fork: Resource temporarily unavailable

2002-09-08 Thread Nicos Gollan
g out the message: "bash: fork: Resource temporarily > unavailable". We had this on the list some days ago. Run ps ax and see if you've got a huge quantity of (defunct) processes. -- Embedded Linux -- True multitasking! TWO TOASTS AT THE SAME TIME! -- To UNSUBSCRIBE, email t

Re: bash: fork: Resource temporarily unavailable

2002-09-08 Thread nate
Alex Withers said: > > Hello, I've recently installed Debian 3.0 on a home machine. After > logging into the machine through xdm I open an xterm with no trouble but > when I try to spawn another xterm it hangs for a few seconds before > spitting out the message: "bash: f

bash: fork: Resource temporarily unavailable

2002-09-08 Thread Alex Withers
Hello, I've recently installed Debian 3.0 on a home machine. After logging into the machine through xdm I open an xterm with no trouble but when I try to spawn another xterm it hangs for a few seconds before spitting out the message: "bash: fork: Resource temporarily unavailable&

Re: fork: Resource temporarily unavailable

2002-03-05 Thread Petro
On Sun, Mar 03, 2002 at 04:31:54PM -0600, Pete Harlan wrote: > > I leave gnomeicu running all the time and my process table get filled > > with defunct gnomeicu processes. I have to stop/restart gnomeicu to get > > rid of them. > > I've had this "fork: ..." message happen when I had only around 30

Re: fork: Resource temporarily unavailable

2002-03-04 Thread Petro
On Mon, Mar 04, 2002 at 12:08:54PM -0800, Angus D Madden wrote: > Karsten M. Self, Mon, Mar 04, 2002 at 11:28:18AM -0800: > > > > For a fork, I'd suspect you're out of user processes, though checking > > other resource limits (generally memory and filehandles) is > adviseable. > > > > There are

Re: fork: Resource temporarily unavailable

2002-03-04 Thread Joseph Dane
> "Pete" == Pete Harlan <[EMAIL PROTECTED]> writes: Pete> Does anyone know how to increase the number of allowed Pete> processes? if you are running a 2.2 series kernel, you have to recompile the kernel after tweaking a header file. it's been a while, but I think you only have to change on

Re: fork: Resource temporarily unavailable

2002-03-04 Thread Angus D Madden
Karsten M. Self, Mon, Mar 04, 2002 at 11:28:18AM -0800: > > For a fork, I'd suspect you're out of user processes, though checking > other resource limits (generally memory and filehandles) is adviseable. > > There are hard-compiled limits of 256 user, and 512 system, processes, > in the 2.2.x ke

Re: fork: Resource temporarily unavailable

2002-03-04 Thread Karsten M. Self
on Sun, Mar 03, 2002, Balazs Javor ([EMAIL PROTECTED]) wrote: > Hi, > > When I try to ssh from one of my Woody boxes into the other > (using OpenSSH) I am able to connect but I get the following message: > > bash: fork: Resource temporarily unavailable > > The same m

Re: fork: Resource temporarily unavailable

2002-03-04 Thread Yven Leist
On Sunday 03 March 2002 23:31, Pete Harlan wrote: > > I leave gnomeicu running all the time and my process table get filled > > with defunct gnomeicu processes. I have to stop/restart gnomeicu to get > > rid of them. > > I've had this "fork: ..." message happen when I had only around 300 > processe

Re: fork: Resource temporarily unavailable

2002-03-03 Thread Pete Harlan
> I leave gnomeicu running all the time and my process table get filled > with defunct gnomeicu processes. I have to stop/restart gnomeicu to get > rid of them. I've had this "fork: ..." message happen when I had only around 300 processes running. /proc/sys/kernel/threads-max is the only relevant

Re: fork: Resource temporarily unavailable

2002-03-03 Thread Balazs Javor
Hi, Yes, indeed there have been a huge number of defunct sh processes... It works now. Many thanks again! best regards, Balazs On Sun, Mar 03, 2002 at 09:52:24AM -0500, Rick Pasotto wrote: >On Sun, Mar 03, 2002 at 03:16:39PM +0100, Balazs Javor wrote: >> Hi, >> >> This is the output of free: >>

Re: fork: Resource temporarily unavailable

2002-03-03 Thread Rick Pasotto
On Sun, Mar 03, 2002 at 03:16:39PM +0100, Balazs Javor wrote: > Hi, > > This is the output of free: > > total used free sharedbuffers cached > Mem:222788 204144 18644 0 6984 83512 > -/+ buffers/cache: 113648 109140

Re: fork: Resource temporarily unavailable

2002-03-03 Thread Balazs Javor
Hi, This is the output of free: total used free sharedbuffers cached Mem:222788 204144 18644 0 6984 83512 -/+ buffers/cache: 113648 109140 Swap: 747012 93416 653596 >From this it seems to me that I s

Re: fork: Resource temporarily unavailable

2002-03-03 Thread Ralf G. R. Bergs
On Sun, 3 Mar 2002 14:12:17 +0100, Balazs Javor wrote: > >Any ideas why this happens and how I could solve this? > You're out of memory. Add some swap. -- Sign the EU petition against SPAM: L I N U X .~. http://www.politik-digital.de/spam/The Choice /V\

fork: Resource temporarily unavailable

2002-03-03 Thread Balazs Javor
Hi, When I try to ssh from one of my Woody boxes into the other (using OpenSSH) I am able to connect but I get the following message: bash: fork: Resource temporarily unavailable The same message then appears each time I try to run something that tries to fork a new shell e.g. less Any ideas

Re: bash: fork: Resource temporarily unavailable (ssh)

2001-06-12 Thread Robert Ruzbacky
antom processes when the user had already logged out) Rob... - Original Message - From: "Andrei Ivanov" <[EMAIL PROTECTED]> To: "Imre Vida" <[EMAIL PROTECTED]> Cc: Sent: Saturday, June 09, 2001 5:44 AM Subject: Re: bash: fork: Resource temporarily unavaila

Re: bash: fork: Resource temporarily unavailable

2001-06-09 Thread Andrei Ivanov
As a different post has suggested, it probably is a mixture of process and file table problem. The best solution would have been to reboot the system, and then pay close attention to it over the next few days to see how it goes. Also, as some processes die and before new ones spawn, you may be able

Re: bash: fork: Resource temporarily unavailable

2001-06-09 Thread Karsten M. Self
on Fri, Jun 08, 2001 at 11:06:07PM +0200, Imre Vida ([EMAIL PROTECTED]) wrote: > > one more bit of info: > I can ftp to the machine. > This works absolutely fine. > Funny. Resources come in several flavors. I'd suspect process table or open files. Note that some daemons run without spawning new

Re: bash: fork: Resource temporarily unavailable

2001-06-08 Thread Imre Vida
one more bit of info: I can ftp to the machine. This works absolutely fine. Funny. imre

Re: bash: fork: Resource temporarily unavailable

2001-06-08 Thread Imre Vida
Andrei, thanks for your response > I've seen this before, and it has got something to do with too many > processes running on the system, eating up the file descriptor table. We > had a system in the office that had 50-some instances of a process > running, and were getting this message (I believ

Re: bash: fork: Resource temporarily unavailable

2001-06-08 Thread Andrei Ivanov
> Hi, > > i seem to have a problem with my Debian box. > > When i try to login to it using ssh it accepts > the login but then instead of the bash prompt > i get the following erromsg: > > bash: fork: Resource temporarily unavailable > > This has n

bash: fork: Resource temporarily unavailable

2001-06-08 Thread Imre Vida
Hi, i seem to have a problem with my Debian box. When i try to login to it using ssh it accepts the login but then instead of the bash prompt i get the following erromsg: bash: fork: Resource temporarily unavailable This has never happened before and i didn't anything i

Re: fork: Resource temporarily unavailable

1998-06-19 Thread Guido Bozzetto
E.L. Meijer \(Eric\) wrote: > It looks as though your system runs out of pid's (unlikely), or you hit > your maximum number of processes (not impossible). What does ulimit -a > say about your max user processes? How many processes are running? > (try top, or `ps ax'). > > ps ax | wc -l > > Eric

Re: fork: Resource temporarily unavailable

1998-06-18 Thread E.L. Meijer \(Eric\)
> > I've e Debian 2.0 frozen host with X windows and fvwm95. > Now when I run a program and some windows are opened often I'm > obtainig: > xterm: Error 29, errno 11: Resource temporarily unavailable > or when I attempting to run xterm: > bash: fork: Resource t

fork: Resource temporarily unavailable

1998-06-18 Thread Guido Bozzetto
I've e Debian 2.0 frozen host with X windows and fvwm95. Now when I run a program and some windows are opened often I'm obtainig: xterm: Error 29, errno 11: Resource temporarily unavailable or when I attempting to run xterm: bash: fork: Resource temporarily unavailable and so on..