Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ SMAUG
➜ SMAUG coding
➜ redhat shell command
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Kik
(18 posts) Bio
|
| Date
| Sun 23 Feb 2003 03:54 AM (UTC) |
| Message
| | is the startup command for a redhat shell different then anything else, because ./startup 9000& doesnt work.. | | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #1 on Mon 24 Feb 2003 12:34 AM (UTC) |
| Message
| | Should work, what is the error message? |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | | Top |
|
| Posted by
| Meerclar
USA (733 posts) Bio
|
| Date
| Reply #2 on Mon 24 Feb 2003 02:47 AM (UTC) |
| Message
| | Are you using a precompiled source instead of one you have to manually compile? If so, you are generally restricted to whatever port the precompile is designed to operate on, usually something in the 4000 range. |
Meerclar - Lord of Cats
Coder, Builder, and Tormenter of Mortals
Stormbringer: Rebirth
storm-bringer.org:4500
www.storm-bringer.org | | Top |
|
| Posted by
| Kik
(18 posts) Bio
|
| Date
| Reply #3 on Mon 24 Feb 2003 03:10 AM (UTC) |
| Message
| bash-2.05$ ./startup 9000&
[1] 11941
bash-2.05$ bash: ./startup: bad interpreter: No such file or directory
there it is...no, its not a set port..this code was wrote by my friend..all i should have to do is change the port in startup and make
| | Top |
|
| Posted by
| Nick Gammon
Australia (23,173 posts) Bio
Forum Administrator |
| Date
| Reply #4 on Mon 24 Feb 2003 04:41 AM (UTC) |
| Message
| The first line in the script usually specifies which "shell" you are supposed to use, like this:
#! /bin/csh -f
In this case it is the "csh" shell. If you don't have that shell installed it won't work. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
16,747 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top