Hi,
installed on RH7.1 without any errors, very good!
(compiled and installed from source tarball, setup a new skeleton, and
YES the box had a fresh & clean install before ;) )
Launched xinetd with correct settings, but:
telnetting to port 1725 ...
Trying 127.0.0.1...
Connected to something.
Escape character is '^]'.
Connection closed by foreign host.
Because of that, vsdadm gets timeout when trying to create a virtual
server.
now i tried straceing virtuald (placed in xinetd):
open("/lib/i686/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\302"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=5634864, ...}) = 0
old_mmap(NULL, 1242920, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40020000
mprotect(0x40146000, 38696, PROT_NONE) = 0
old_mmap(0x40146000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x125000)
= 0x
40146000
old_mmap(0x4014c000, 14120, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS,
-1,
0) = 0x4014c000
close(3) = 0
munmap(0x40018000, 28995) = 0
getpid() = 1351
brk(0) = 0x804dec8
brk(0x804df00) = 0x804df00
brk(0x804e000) = 0x804e000
brk(0x804f000) = 0x804f000
open("//usr/local/etc/vsd/vsd.conf", O_RDONLY) = 3
brk(0x8054000) = 0x8054000
fstat64(3, {st_mode=S_IFREG|0755, st_size=498, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000
read(3, "# /etc/vsd.conf - Basic FreeVSD "..., 4096) = 498
read(3, "", 4096) = 0
close(3) = 0
munmap(0x40018000, 4096) = 0
getsockname(0, {sin_family=AF_INET, sin_port=htons(1725),
sin_addr=inet_addr("127.0.0.1")}
}, [16]) = 0
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV ++
:-(
where do start debugging?
------------------------- The freeVSD Support List --------------------------
Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
Archives: http://freevsd.org/support/mail-archives/freevsd-support
-----------------------------------------------------------------------------