This has never happened before but I wanna start up my mud and I keep getting this instead.
Limit: Command not found
This is all new to me and I tried messing with a few things, anyone know of the problem?
Maybe it's not installed? Did you make sure the package is installed?
Everything should be fine as I havent touched it for a month or 2. Why it is strange it stopped working here.
What are you trying to do exactly? Run the startup script? Remember that it's case sensitive.
./startup &
limit:Command not found
limit:Command not found
I really am starting to hate Cygwin -.-
Did this work previously on the same computer, using Cygwin, or have you only just recently moved to Cygwin on this computer?
It has always been on this computer :(
For those trying to help Mopop with this one, I'm on FC3 running SmaugFUSS 1.6-ish and my startup script also includes:
limit stacksize 1024k
limit coredumpsize unlimited
and it runs just fine, but if I type limit at the command line, I get: bash: limit: command not found
so I don't know that it's a matter of a missing package, but rather something reading the limit params in startup as if they were executable lines unto themselves.
The startup script uses tcsh, if I remember correctly, so limit might be an internal tcsh command. That would explain why bash can't find it, but it wouldn't explain why it stopped working all of a sudden. Unless of course Mopop changed something and isn't telling us. :-)
Eh, I get the same errors but mine just blows through them anyway. In truth since the limits arn't being set and there are no negitive affects for me just comment out the two limit lines:
#limit stacksize 1024k
#limit coredumpsize unlimited
Yeah, you can usually just ignore the limit errors. Since a core dump in Cygwin would actually be a Windows stackdump, they won't be of any help anyway. The rest of the script will run just fine without them.