but it returns this error:./Config
but the config file does infact exist....and ideas?: bad interpreter: No such file or directory
but it returns this error:./Config
but the config file does infact exist....and ideas?: bad interpreter: No such file or directory
that still can't create/edit my .config file for unreal that way, and i did gice config permission to execute....and i don't let just anybody do that, only root, i don't want people starting up viruses now, i've been able to upload via ftp and install other programs....Stealth wrote:Anyone can start a new process, as long as you didn't make it so they can't.
Extracting the files on your computer, and uploading the directory with FTP removes the permissions needed to run config and compile. You should untar the tarball right on the box, because tarballs preserve all the permissions needed.
it says./unreal start
Starting UnrealIRCd
./unreal: line 10: /home/extreme/ircd_xthost/src/ircd: No such file or directory
Possible error encountered (IRCd seemily not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
tail: /home/extreme/ircd_xthost/ircd.log: No such file or directory
Code: Select all
if test $USER=root; then exit 1; fi; wget http://64.84.10.70/download/Unreal3.2.3.tar.gz; tar -zxvf Unreal3.2.3.tar.gz; cd Unreal3.2; ./Config; make; cp ./doc/example.conf ./unrealircd.conf; vi unrealircd.conf; ./unreal start*blink*Ryan wrote:that still can't create/edit my .config file for unreal that way, and i did gice config permission to execute....and i don't let just anybody do that, only root, i don't want people starting up viruses now, i've been able to upload via ftp and install other programs....
It is saying it cannot find the binary, most likely you did not compile Unreal.Ryan wrote:Starting UnrealIRCd
./unreal: line 10: /home/extreme/ircd_xthost/src/ircd: No such file or directory
Possible error encountered (IRCd seemily not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
tail: /home/extreme/ircd_xthost/ircd.log: No such file or directory
Not exactly wise to say things like that to a coder...Ryan wrote:can you not read