TRE Library problem

These are old archives. They are kept for historic purposes only.
Post Reply
hrdesalpes

TRE Library problem

Post by hrdesalpes »

Hello,
I have installed TRE library in my server (debian sarge)
extracting TRE regex library
configuring TRE regex library
./configure: fork: Resource temporarily unavailable
configure: error: cannot run /bin/sh utils/config.sub
./configure: fork: Resource temporarily unavailable
compiling TRE regex library
make: *** No targets specified and no makefile found. Stop.
installing TRE regex library
make: *** No rule to make target `install'. Stop.
./configure: fork: Resource temporarily unavailable
configure: creating ./config.status
config.status: creating Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating src/modules/Makefile
./config.status: fork: Resource temporarily unavailable
config.status: creating unreal
./config.status: fork: Resource temporarily unavailable
config.status: creating ircdcron/ircdchk
./config.status: fork: Resource temporarily unavailable
config.status: creating include/setup.h
config.status: include/setup.h is unchanged
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

You hit some sort of limit of your box...
Maybe a reboot helps... (too many processes?)
maybe adding more RAM/Swap...
You could also check the output of ulimit -a
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Generally this is a problem with shell accounts with anal limits configured. If you *are* on a shell, contact your provider and ask them if they can increase the process limit a bit (explain the situation) or, at worst, ask them if they can do the ./Config and make process.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

w00t wrote:ask them if they can do the ./Config and make process.
Compiling as root is a really great way to stuff things up...
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

They could use su with the option to change login class (FreeBSD, something similar must exist for nix) to one that has no limits.
Why the hell can't my signature be empty?
"Your message contains too few characters."
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Or, they could change that user's pass if they didn't trust them, up the process limits, do what needed to be done, and reset everything

;)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

My way is less work... one command.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Blabla, if you cannot run ./Config on a shell, I wouldn't use it.
Must be fun every time you upgrade unreal...
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

That's a good point, but then, until recently I had such process limits on a shell (staffbox). I understood the reasoning behind it, but it got problematic when I couldn't even view a manpage :p so they got changed.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Post Reply