View Issue Details

IDProjectCategoryView StatusLast Update
0003851unrealircdpublic2009-06-03 12:06
Reporterbaggins Assigned To 
PrioritynormalSeverityblockReproducibilityunable to reproduce
Status closedResolutionno change required 
Product Version3.2.8 
Summary0003851: ./unreal start Permission denied
Description    echo "=================== START HERE ======================"
    echo "BACKTRACE:"

cat >gdb.commands << __EOF__
bt
echo \n
frame
echo \n
x/s backupbuf
echo \n
bt 3 full
quit
__EOF__

    gdb -batch -x gdb.commands /home/pippin/Unreal3.2 $corefile
    rm -f gdb.commands
    echo "GCC: `gcc -v 2>&1|tail -n 1`"
    echo "UNAME: `uname -a`"
    echo "UNREAL: `$0 version`"
    echo "CORE: `ls -al $corefile`"
    echo "=================== STOP HERE ======================"
3rd party modules

Activities

Stealth

2009-06-01 15:45

reporter   ~0015856

What are the permissions on the unreal start script?

What you pasted is not anything to help us debug, you opened the script file (./unreal) and simply pasted the routine used when Unreal crashes.

baggins

2009-06-01 15:52

reporter   ~0015857

pippin@pippin-laptop:~$ ls -l /home/pippin/Unreal3.2/unreal
-rwx------ 1 pippin pippin 4104 2009-06-01 14:29 /home/pippin/Unreal3.2/unreal
pippin@pippin-laptop:~$ id
uid=1000(pippin) gid=1000(pippin) groups=4(adm),20(dialout),24(cdrom),46(plugdev),108(lpadmin),123(admin),124(sambashare),1000(pippin)

Stealth

2009-06-01 16:04

reporter   ~0015858

What is the exact error you get when you try to do ./unreal start ?

baggins

2009-06-01 16:11

reporter   ~0015859

pippin@pippin-laptop:~/Unreal3.2$ ./unreal start
Starting UnrealIRCd
./unreal: 136: /home/pippin/Unreal3.2: Permission denied
Possible error encountered (IRCd seemingly 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: cannot open `/home/pippin/Unreal3.2/ircd.log' for reading: No such file or directory

syzop

2009-06-03 07:10

administrator   ~0015860

Last edited: 2009-06-03 07:11

In ./Config you probably answered something bad to the 'path to the ircd binary' question:
What directory are all the server configuration files in?
[/home/blah/Unreal3.2] ->

What is the path to the ircd binary including the name of the binary?
[/home/blah/Unreal3.2/src/ircd] ->

Use something like that and NOT:
What directory are all the server configuration files in?
[/home/blah/Unreal3.2] ->

What is the path to the ircd binary including the name of the binary?
[/home/blah/Unreal3.2] ->

After doing ./Config run: make clean; make

Stealth

2009-06-03 12:06

reporter   ~0015861

He stopped by IRC the other day and we found out he didn't answer the directory question right.

Forgot to close this :)

Issue History

Date Modified Username Field Change
2009-06-01 15:41 baggins New Issue
2009-06-01 15:45 Stealth Note Added: 0015856
2009-06-01 15:52 baggins Note Added: 0015857
2009-06-01 16:04 Stealth Note Added: 0015858
2009-06-01 16:11 baggins Note Added: 0015859
2009-06-03 07:10 syzop Note Added: 0015860
2009-06-03 07:11 syzop Note Edited: 0015860
2009-06-03 12:06 Stealth QA => Not touched yet by developer
2009-06-03 12:06 Stealth U4: Need for upstream patch => No need for upstream InspIRCd patch
2009-06-03 12:06 Stealth Note Added: 0015861
2009-06-03 12:06 Stealth Status new => closed
2009-06-03 12:06 Stealth Resolution open => no change required