0 Members and 1 Guest are viewing this topic.
cd ~chown -R root soldatsu root./soldatserver
whoami
Well that's a handy troubleshooting point - the 'su root' command doesn't ask me for a password and just gives me another line...
Are you running 64-bit Linux?
[06:14] <@EnEsCe> not 64-bit is it?[06:14] <Blooo> Nope. Tried it on a 64-bit long ago and learned my lesson
Having the same issue. Worked perfectly with Ubuntu 7.04, but then i've upgraded to 7.10 ... I knew i shouldn't done that >.<
corsair@Ubuntu:~/solsrv$ strace ./soldatserverexecve("./soldatserver", ["./soldatserver"], [/* 19 vars */]) = 0getpid() = 7093open("/proc/7093/exe", O_RDONLY) = 3lseek(3, 1488, SEEK_SET) = 1488read(3, "\377\217\0\0\260[\17\0\0\0\10\0", 12) = 12gettimeofday({1193595449, 684010}, NULL) = 0unlink("/tmp/upxDJYEITMAG3V") = -1 ENOENT (No such file or directory)open("/tmp/upxDJYEITMAG3V", O_WRONLY|O_CREAT|O_EXCL, 0700) = 4ftruncate(4, 1006512) = 0old_mmap(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7eab000read(3, "\0\0\10\0\305\202\3\0", 8) = 8read(3, "\177?d\371\177ELF\1\0\2\0\3\0\32(@\5\10\376\373e\2674\16"..., 230085) = 230085write(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\2\0\3\0\1\0\0\0(@\5\010"..., 524288) = 524288read(3, "\260[\7\0\304\357\2\0", 8) = 8read(3, "\375\377\267\313\6\0\272\2\10\213E\374\350\273_\370\377"..., 192452) = 192452write(4, "\6\0\0\0\272\2\0\0\0\213E\374\350\273_\370\377\213\205"..., 482224) = 482224read(3, "\0\0\0\0UPX!", 8) = 8munmap(0xb7eab000, 528384) = 0close(4) = 0close(3) = 0open("/tmp/upxDJYEITMAG3V", O_RDONLY) = 3access("/proc/7093/fd/3", R_OK|X_OK) = 0unlink("/tmp/upxDJYEITMAG3V") = 0fcntl(3, F_SETFD, FD_CLOEXEC) = 0execve("/proc/7093/fd/3", ["./soldatserver"], [/* 19 vars */]) = -1 ENOENT (No such file or directory)close(3) = 0fork() = 7094--- SIGCHLD (Child exited) @ 0 (0) ---waitpid(-1, NULL, 0) = 7094execve("/tmp/upxDJYEITMAG3V", ["./soldatserver"], [/* 19 vars */]) = -1 ENOENT (No such file or directory)unlink("/tmp/upxDJYEITMAG3V") = -1 ENOENT (No such file or directory)_exit(127) = ?Process 7093 detached