You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Randi Hillerøe <si...@gmail.com> on 2010/03/29 14:08:21 UTC

Problem creating new repo

For 4 hours I have tried to solve this problem but seems like very few had
it before.

I just installed subversion on a QNAP T410, NAS, which completed all fine
however it went wrong when I tried to create the first repository.

I use the command: svnadmin create repo_path
But in a few moments it just says  "Illegal instruction" - which I really
can't figure out what means...

I tried to delete the directory, make it again and create again, but every
time the samme... About half the files are missing and I really can't figure
out  why...

Is there any way to get som more debugging information than just "Illegal
instruction"?

Anyone knowing how to solve this problem?

If you need any more information please ask.

-Silwing

Re: Problem creating new repo

Posted by Randi Hillerøe <si...@gmail.com>.
So I found strace...

This is what my log tells me... There's a hell lot of "No suc file or
directory" :S should it be like that? Aparantly the syscall_ is the last
call.
-----------------------------------------------------------
strace svnadmin create twscripts
execve("/opt/bin/svnadmin", ["svnadmin", "create", "twscripts"], [/* 26 vars
*/]) = 0
brk(0)                                  = 0x1b000
uname({sys="Linux", node="NAS01", ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x4001d000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or
directory)
open("/opt/lib/tls/v5l/fast-mult/half/libsvn_repos-1.so.0", O_RDONLY) = -1
ENOENT (No such file or directory)
stat64("/opt/lib/tls/v5l/fast-mult/half", 0xbe850f48) = -1 ENOENT (No such
file or directory)
open("/opt/lib/tls/v5l/fast-mult/libsvn_repos-1.so.0", O_RDONLY) = -1 ENOENT
(No such file or directory)
stat64("/opt/lib/tls/v5l/fast-mult", 0xbe850f48) = -1 ENOENT (No such file
or directory)
open("/opt/lib/tls/v5l/half/libsvn_repos-1.so.0", O_RDONLY) = -1 ENOENT (No
such file or directory)
stat64("/opt/lib/tls/v5l/half", 0xbe850f48) = -1 ENOENT (No such file or
directory)
open("/opt/lib/tls/v5l/libsvn_repos-1.so.0", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat64("/opt/lib/tls/v5l", 0xbe850f48)  = -1 ENOENT (No such file or
directory)
open("/opt/lib/tls/fast-mult/half/libsvn_repos-1.so.0", O_RDONLY) = -1
ENOENT (No such file or directory)
stat64("/opt/lib/tls/fast-mult/half", 0xbe850f48) = -1 ENOENT (No such file
or directory)
open("/opt/lib/tls/fast-mult/libsvn_repos-1.so.0", O_RDONLY) = -1 ENOENT (No
such file or directory)
stat64("/opt/lib/tls/fast-mult", 0xbe850f48) = -1 ENOENT (No such file or
directory)
open("/opt/lib/tls/half/libsvn_repos-1.so.0", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat64("/opt/lib/tls/half", 0xbe850f48) = -1 ENOENT (No such file or
directory)
open("/opt/lib/tls/libsvn_repos-1.so.0", O_RDONLY) = -1 ENOENT (No such file
or directory)
stat64("/opt/lib/tls", 0xbe850f48)      = -1 ENOENT (No such file or
directory)
open("/opt/lib/v5l/fast-mult/half/libsvn_repos-1.so.0", O_RDONLY) = -1
ENOENT (No such file or directory)
stat64("/opt/lib/v5l/fast-mult/half", 0xbe850f48) = -1 ENOENT (No such file
or directory)
open("/opt/lib/v5l/fast-mult/libsvn_repos-1.so.0", O_RDONLY) = -1 ENOENT (No
such file or directory)
stat64("/opt/lib/v5l/fast-mult", 0xbe850f48) = -1 ENOENT (No such file or
directory)
open("/opt/lib/v5l/half/libsvn_repos-1.so.0", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat64("/opt/lib/v5l/half", 0xbe850f48) = -1 ENOENT (No such file or
directory)
open("/opt/lib/v5l/libsvn_repos-1.so.0", O_RDONLY) = -1 ENOENT (No such file
or directory)
stat64("/opt/lib/v5l", 0xbe850f48)      = -1 ENOENT (No such file or
directory)
open("/opt/lib/fast-mult/half/libsvn_repos-1.so.0", O_RDONLY) = -1 ENOENT
(No such file or directory)
stat64("/opt/lib/fast-mult/half", 0xbe850f48) = -1 ENOENT (No such file or
directory)
open("/opt/lib/fast-mult/libsvn_repos-1.so.0", O_RDONLY) = -1 ENOENT (No
such file or directory)
stat64("/opt/lib/fast-mult", 0xbe850f48) = -1 ENOENT (No such file or
directory)
open("/opt/lib/half/libsvn_repos-1.so.0", O_RDONLY) = -1 ENOENT (No such
file or directory)
stat64("/opt/lib/half", 0xbe850f48)     = -1 ENOENT (No such file or
directory)
open("/opt/lib/libsvn_repos-1.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0pT\0\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=143028, ...}) = 0
mmap2(NULL, 173568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x40026000
mprotect(0x40048000, 32768, PROT_NONE)  = 0
mmap2(0x40050000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22) = 0x40050000
close(3)                                = 0
open("/opt/lib/libsvn_fs-1.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0l#\0\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=20096, ...}) = 0
mmap2(NULL, 51316, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x40051000
mprotect(0x40056000, 28672, PROT_NONE)  = 0
mmap2(0x4005d000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4) = 0x4005d000
close(3)                                = 0
open("/opt/lib/libsvn_fs_fs-1.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0xX\0\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=135004, ...}) = 0
mmap2(NULL, 133000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x4005e000
mmap2(0x4007e000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20) = 0x4007e000
close(3)                                = 0
open("/opt/lib/libsvn_delta-1.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0@\32\0\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=37876, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x4001e000
mmap2(NULL, 68584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x4007f000
mprotect(0x40088000, 28672, PROT_NONE)  = 0
mmap2(0x4008f000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8) = 0x4008f000
close(3)                                = 0
open("/opt/lib/libsvn_fs_util-1.so.0", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\324\7\0\0004\0\0\0"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=4868, ...}) = 0
mmap2(NULL, 36188, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x40090000
mprotect(0x40091000, 28672, PROT_NONE)  = 0
mmap2(0x40098000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x40098000
close(3)                                = 0
open("/opt/lib/libsvn_subr-1.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0@\311\0\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=264136, ...}) = 0
mmap2(NULL, 291864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x40099000
mprotect(0x400d7000, 32768, PROT_NONE)  = 0
mmap2(0x400df000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3e) = 0x400df000
close(3)                                = 0
open("/opt/lib/libz.so.1", O_RDONLY)    = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\310\27\0\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=87964, ...}) = 0
mmap2(NULL, 119508, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x400e1000
mprotect(0x400f6000, 32768, PROT_NONE)  = 0
mmap2(0x400fe000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15) = 0x400fe000
close(3)                                = 0
open("/opt/lib/libsqlite3.so.0", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\240B\0\0004\0\0\0"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=399016, ...}) = 0
mmap2(NULL, 398848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x400ff000
mmap2(0x4015f000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x60) = 0x4015f000
close(3)                                = 0
open("/opt/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=17689, ...}) = 0
mmap2(NULL, 17689, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000
close(3)                                = 0
open("/lib/libpthread.so.0", O_RDONLY)  = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\314C\0\0004\0\0\0"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=91624, ...}) = 0
mmap2(NULL, 127540, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x40161000
mprotect(0x40176000, 28672, PROT_NONE)  = 0
mmap2(0x4017d000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0x4017d000
mmap2(0x4017f000, 4660, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4017f000
close(3)                                = 0
open("/opt/lib/libaprutil.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0@g\0\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=113900, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40181000
mmap2(NULL, 145608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x40182000
mprotect(0x4019d000, 32768, PROT_NONE)  = 0
mmap2(0x401a5000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b) = 0x401a5000
close(3)                                = 0
open("/opt/lib/libldap-2.3.so.0", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0t\211\0\0004\0\0\0"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=209868, ...}) = 0
mmap2(NULL, 241528, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x401a6000
mprotect(0x401d8000, 32768, PROT_NONE)  = 0
mmap2(0x401e0000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x32) = 0x401e0000
close(3)                                = 0
open("/opt/lib/liblber-2.3.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0x\"\0\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=42872, ...}) = 0
mmap2(NULL, 74576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x401e1000
mprotect(0x401eb000, 32768, PROT_NONE)  = 0
mmap2(0x401f3000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa) = 0x401f3000
close(3)                                = 0
open("/opt/lib/libgdbm.so.3", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0000\17\0\0004\0\0\0"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=18244, ...}) = 0
mmap2(NULL, 49860, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x401f4000
mprotect(0x401f9000, 28672, PROT_NONE)  = 0
mmap2(0x40200000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4) = 0x40200000
close(3)                                = 0
open("/opt/lib/libexpat.so.1", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\334!\0\0004\0\0\0"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=120012, ...}) = 0
mmap2(NULL, 151508, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x40201000
mprotect(0x4021d000, 28672, PROT_NONE)  = 0
mmap2(0x40224000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b) = 0x40224000
close(3)                                = 0
open("/opt/lib/libapr.so.0", O_RDONLY)  = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0(\207\0\0004\0\0\0"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=143308, ...}) = 0
mmap2(NULL, 170324, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x40226000
mprotect(0x40248000, 28672, PROT_NONE)  = 0
mmap2(0x4024f000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21) = 0x4024f000
close(3)                                = 0
open("/opt/lib/libuuid.so.1", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\370\v\0\0004\0\0\0"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=11768, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40250000
mmap2(NULL, 43400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x40251000
mprotect(0x40254000, 28672, PROT_NONE)  = 0
mmap2(0x4025b000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0x4025b000
close(3)                                = 0
open("/opt/lib/librt.so.1", O_RDONLY)   = -1 ENOENT (No such file or
directory)
open("/lib/librt.so.1", O_RDONLY)       = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0`\26\0\0004\0\0\0"..., 512) =
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=40096, ...}) = 0
mmap2(NULL, 57872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x4025c000
mprotect(0x40262000, 28672, PROT_NONE)  = 0
mmap2(0x40269000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0x40269000
close(3)                                = 0
open("/opt/lib/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/lib/libcrypt.so.1", O_RDONLY)    = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\30\7\0\0004\0\0\0"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=28261, ...}) = 0
mmap2(NULL, 213328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x4026b000
mprotect(0x40270000, 28672, PROT_NONE)  = 0
mmap2(0x40277000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4) = 0x40277000
mmap2(0x40279000, 155984, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40279000
close(3)                                = 0
open("/opt/lib/libdl.so.2", O_RDONLY)   = -1 ENOENT (No such file or
directory)
open("/lib/libdl.so.2", O_RDONLY)       = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\270\t\0\0004\0\0\0"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=10032, ...}) = 0
mmap2(NULL, 41180, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x402a0000
mprotect(0x402a2000, 28672, PROT_NONE)  = 0
mmap2(0x402a9000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0x402a9000
close(3)                                = 0
open("/opt/lib/libc.so.6", O_RDONLY)    = -1 ENOENT (No such file or
directory)
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0`J\1\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1243580, ...}) = 0
mmap2(NULL, 1257892, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x402ab000
mprotect(0x403d2000, 28672, PROT_NONE)  = 0
mmap2(0x403d9000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x126) = 0x403d9000
mmap2(0x403dc000, 8612, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x403dc000
close(3)                                = 0
open("/opt/lib/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/opt/lib/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/lib/libgcc_s.so.1", O_RDONLY)    = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0h\"\0\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=49012, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x403df000
mmap2(NULL, 78580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x403e0000
mprotect(0x403ec000, 28672, PROT_NONE)  = 0
mmap2(0x403f3000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb) = 0x403f3000
close(3)                                = 0
open("/opt/lib/libresolv.so.2", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/opt/lib/libresolv.so.2", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/lib/libresolv.so.2", O_RDONLY)   = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\260\37\0\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=63772, ...}) = 0
mmap2(NULL, 104500, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x403f4000
mprotect(0x40403000, 28672, PROT_NONE)  = 0
mmap2(0x4040a000, 8192, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe) = 0x4040a000
mmap2(0x4040c000, 6196, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4040c000
close(3)                                = 0
open("/opt/lib/libsasl2.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0l1\0\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=86244, ...}) = 0
mmap2(NULL, 117936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x4040e000
mprotect(0x40423000, 28672, PROT_NONE)  = 0
mmap2(0x4042a000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0x4042a000
close(3)                                = 0
open("/opt/lib/libssl.so.0.9.7", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0X\201\0\0004\0\0\0"..., 512)
= 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=181824, ...}) = 0
mmap2(NULL, 214860, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x4042b000
mprotect(0x40455000, 32768, PROT_NONE)  = 0
mmap2(0x4045d000, 12288, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2a) = 0x4045d000
close(3)                                = 0
open("/opt/lib/libcrypto.so.0.9.7", O_RDONLY) = 3
read(3,
"\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\250\315\2\0004\0\0\0"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1018324, ...}) = 0
mmap2(NULL, 1064756, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0x40460000
mprotect(0x40549000, 28672, PROT_NONE)  = 0
mmap2(0x40550000, 69632, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe8) = 0x40550000
mmap2(0x40561000, 12084, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40561000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40564000
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40565000
set_tls(0x40565000, 0x400256ec, 0x405656d8, 0x40025050, 0x40) = 0
mprotect(0x4040a000, 4096, PROT_READ)   = 0
mprotect(0x403d9000, 4096, PROT_READ)   = 0
mprotect(0x402a9000, 4096, PROT_READ)   = 0
mprotect(0x40277000, 4096, PROT_READ)   = 0
mprotect(0x40269000, 4096, PROT_READ)   = 0
mprotect(0x4017d000, 4096, PROT_READ)   = 0
munmap(0x4001f000, 17689)               = 0
set_tid_address(0x40564ba8)             = 2554
set_robust_list(0x40564bb0, 0xc)        = 0
rt_sigaction(SIGRTMIN, {0x40164f74, [], SA_SIGINFO|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x40164e4c, [], SA_RESTART|SA_SIGINFO|0x4000000},
NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
fstat64(0, {st_mode=S_IFCHR|0622, st_rdev=makedev(136, 0), ...}) = 0
fstat64(1, {st_mode=S_IFCHR|0622, st_rdev=makedev(136, 0), ...}) = 0
fstat64(2, {st_mode=S_IFCHR|0622, st_rdev=makedev(136, 0), ...}) = 0
brk(0)                                  = 0x1b000
brk(0x3c000)                            = 0x3c000
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=1209120, ...}) = 0
mmap2(NULL, 1209120, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40566000
close(3)                                = 0
rt_sigaction(SIGINT, {0x9eb4, [], SA_INTERRUPT|0x4000000}, {SIG_DFL, [], 0},
8) = 0
rt_sigaction(SIGHUP, {0x9eb4, [], SA_INTERRUPT|0x4000000}, {SIG_DFL, [], 0},
8) = 0
rt_sigaction(SIGTERM, {0x9eb4, [], SA_INTERRUPT|0x4000000}, {SIG_DFL, [],
0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_INTERRUPT|0x4000000}, {SIG_DFL, [],
0}, 8) = 0
rt_sigaction(SIGXFSZ, {SIG_IGN, [], SA_INTERRUPT|0x4000000}, {SIG_DFL, [],
0}, 8) = 0
open("/etc/subversion/servers", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such
file or directory)
open("/usr/share/locale/locale.alias", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/opt/share/locale/en_US.UTF-8/LC_MESSAGES/subversion.mo", O_RDONLY) =
-1 ENOENT (No such file or directory)
open("/opt/share/locale/en_US.utf8/LC_MESSAGES/subversion.mo", O_RDONLY) =
-1 ENOENT (No such file or directory)
open("/opt/share/locale/en_US/LC_MESSAGES/subversion.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/opt/share/locale/en.UTF-8/LC_MESSAGES/subversion.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/opt/share/locale/en.utf8/LC_MESSAGES/subversion.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/opt/share/locale/en/LC_MESSAGES/subversion.mo", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No
such file or directory)
open("/root/.subversion/servers", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such
file or directory)
open("/etc/subversion/config", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such
file or directory)
open("/root/.subversion/config", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such
file or directory)
lstat64("twscripts/format", 0xbe851688) = -1 ENOENT (No such file or
directory)
lstat64("format", 0xbe851688)           = -1 ENOENT (No such file or
directory)
mkdir("twscripts", 0777)                = 0
mkdir("twscripts/locks", 0777)          = 0
open("twscripts/locks/db.lock", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE, 0666) =
3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "This file is not used by Subvers"..., 139) = 139
close(3)                                = 0
open("twscripts/locks/db-logs.lock", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE,
0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "This file is not used by Subvers"..., 139) = 139
close(3)                                = 0
mkdir("twscripts/hooks", 0777)          = 0
open("twscripts/hooks/start-commit.tmpl",
O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE, 0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "#!/bin/sh\n\n# START-COMMIT HOOK\n#"..., 2758) = 2758
close(3)                                = 0
open("twscripts/hooks/pre-commit.tmpl", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE,
0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "#!/bin/sh\n\n# PRE-COMMIT HOOK\n#\n#"..., 3404) = 3404
close(3)                                = 0
open("twscripts/hooks/pre-revprop-change.tmpl",
O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE, 0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "#!/bin/sh\n\n# PRE-REVPROP-CHANGE "..., 2764) = 2764
close(3)                                = 0
open("twscripts/hooks/pre-lock.tmpl", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE,
0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "#!/bin/sh\n\n# PRE-LOCK HOOK\n#\n# T"..., 2410) = 2410
close(3)                                = 0
open("twscripts/hooks/pre-unlock.tmpl", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE,
0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "#!/bin/sh\n\n# PRE-UNLOCK HOOK\n#\n#"..., 2100) = 2100
close(3)                                = 0
open("twscripts/hooks/post-commit.tmpl",
O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE, 0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "#!/bin/sh\n\n# POST-COMMIT HOOK\n#\n"..., 1955) = 1955
close(3)                                = 0
open("twscripts/hooks/post-lock.tmpl", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE,
0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "#!/bin/sh\n\n# POST-LOCK HOOK\n#\n# "..., 1638) = 1638
close(3)                                = 0
open("twscripts/hooks/post-unlock.tmpl",
O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE, 0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "#!/bin/sh\n\n# POST-UNLOCK HOOK\n#\n"..., 1567) = 1567
close(3)                                = 0
open("twscripts/hooks/post-revprop-change.tmpl",
O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE, 0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "#!/bin/sh\n\n# POST-REVPROP-CHANGE"..., 2267) = 2267
close(3)                                = 0
mkdir("twscripts/conf", 0777)           = 0
open("twscripts/conf/svnserve.conf", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE,
0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "### This file controls the confi"..., 2279) = 2279
close(3)                                = 0
open("twscripts/conf/passwd", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE, 0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "### This file is an example pass"..., 309) = 309
close(3)                                = 0
open("twscripts/conf/authz", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE, 0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "### This file is an example auth"..., 1080) = 1080
close(3)                                = 0
open("twscripts/README.txt", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE, 0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "This is a Subversion repository;"..., 171) = 171
write(3, "Visit http://subversion.tigris.o"..., 58) = 58
close(3)                                = 0
mkdir("twscripts/db", 0777)             = 0
stat64("twscripts/db", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
chmod("twscripts/db", 02755)            = 0
open("twscripts/db/fs-type", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "fsfs\n", 5)                   = 5
close(3)                                = 0
mkdir("twscripts/db/revs/0", 0777)      = -1 ENOENT (No such file or
directory)
mkdir("twscripts/db/revs", 0777)        = 0
mkdir("twscripts/db/revs/0", 0777)      = 0
mkdir("twscripts/db/revprops/0", 0777)  = -1 ENOENT (No such file or
directory)
mkdir("twscripts/db/revprops", 0777)    = 0
mkdir("twscripts/db/revprops/0", 0777)  = 0
mkdir("twscripts/db/transactions", 0777) = 0
mkdir("twscripts/db/txn-protorevs", 0777) = 0
open("twscripts/db/current", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE, 0666) = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "0\n", 2)                      = 2
close(3)                                = 0
open("twscripts/db/write-lock", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE, 0666) =
3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
write(3, "", 0)                         = 0
close(3)                                = 0
gettimeofday({1269927464, 421045}, NULL) = 0
open("/dev/urandom", O_RDONLY)          = 3
fcntl64(3, F_GETFD)                     = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
getuid32()                              = 0
getppid()                               = 2553
gettimeofday({1269927464, 425919}, NULL) = 0
gettimeofday({1269927464, 426800}, NULL) = 0
read(3, "\226\315\336\325,Q\213N-\32\216H\265\342\321\347", 16) = 16
syscall_9437408(0x4025b987, 0, 0x654c87d2, 0x654c87d2, 0x40004bb7, 0,
0x35010, 0x9000e0, 0x10, 0x3, 0x4025b8d0, 0xbe8516a8, 0, 0xbe851658,
0x40251f80, 0x40374bf0, 0x60000010, 0x4025b987, 0, 0, 0, 0, 0xd8dc, 0, 0, 0,
0, 0, 0, 0, 0, 0) = 0x4025b987
--- SIGILL (Illegal instruction) @ 0 (0) ---
+++ killed by SIGILL +++
Illegal instruction
----------------------------------------------------------------------------------------------------------------------------------------------

2010/3/30 Randi Hillerøe <si...@gmail.com>

> Oh sry for hitting the wrong answer button... I'm not that used to mailing
> lists...
>
> I'll look for strace somewhere.. There is both QPKG which has a web
> interface for installing and the IPKG which I can use through SSH.
>
> 2010/3/29 Ryan Schmidt <su...@ryandesign.com>
>
>
>> On Mar 29, 2010, at 15:55, Tyler Roscoe wrote:
>>
>> > On Mon, Mar 29, 2010 at 07:32:46PM +0100, Randi Hillerøe wrote:
>> >> No other error message... I've searched a lot to find some way to get
>> just a
>> >> bit more info, but I didn't find anything :S strace, isn't that some
>> linux
>> >> stuff? Or is it possible to install on windows too?
>> >
>> > Yes, strace is a Linux tool. Presumably a similar tool exists for
>> > whatever OS you're running (this NAS you're using runs Windows?
>> > curious.)
>>
>> According to the manufacturer, the QNAP TS-410 Turbo NAS runs an embedded
>> Linux operating system.
>>
>> http://www.qnap.com/pro_detail_software.asp?p_id=134
>>
>> QNAP uses a package manager called QPKG. If it's not already installed,
>> you could see if strace is available via QPKG.
>>
>> http://www.qnap.com/QPKG.asp
>>
>>
>>
>

Re: Problem creating new repo

Posted by Randi Hillerøe <si...@gmail.com>.
Oh sry for hitting the wrong answer button... I'm not that used to mailing
lists...

I'll look for strace somewhere.. There is both QPKG which has a web
interface for installing and the IPKG which I can use through SSH.

2010/3/29 Ryan Schmidt <su...@ryandesign.com>

>
> On Mar 29, 2010, at 15:55, Tyler Roscoe wrote:
>
> > On Mon, Mar 29, 2010 at 07:32:46PM +0100, Randi Hillerøe wrote:
> >> No other error message... I've searched a lot to find some way to get
> just a
> >> bit more info, but I didn't find anything :S strace, isn't that some
> linux
> >> stuff? Or is it possible to install on windows too?
> >
> > Yes, strace is a Linux tool. Presumably a similar tool exists for
> > whatever OS you're running (this NAS you're using runs Windows?
> > curious.)
>
> According to the manufacturer, the QNAP TS-410 Turbo NAS runs an embedded
> Linux operating system.
>
> http://www.qnap.com/pro_detail_software.asp?p_id=134
>
> QNAP uses a package manager called QPKG. If it's not already installed, you
> could see if strace is available via QPKG.
>
> http://www.qnap.com/QPKG.asp
>
>
>

Re: Problem creating new repo

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 29, 2010, at 15:55, Tyler Roscoe wrote:

> On Mon, Mar 29, 2010 at 07:32:46PM +0100, Randi Hillerøe wrote:
>> No other error message... I've searched a lot to find some way to get just a
>> bit more info, but I didn't find anything :S strace, isn't that some linux
>> stuff? Or is it possible to install on windows too?
> 
> Yes, strace is a Linux tool. Presumably a similar tool exists for
> whatever OS you're running (this NAS you're using runs Windows?
> curious.)

According to the manufacturer, the QNAP TS-410 Turbo NAS runs an embedded Linux operating system.

http://www.qnap.com/pro_detail_software.asp?p_id=134

QNAP uses a package manager called QPKG. If it's not already installed, you could see if strace is available via QPKG.

http://www.qnap.com/QPKG.asp


Re: Problem creating new repo

Posted by Tyler Roscoe <ty...@cryptio.net>.
Keep replies on list if you want help.

On Mon, Mar 29, 2010 at 07:32:46PM +0100, Randi Hillerøe wrote:
> No other error message... I've searched a lot to find some way to get just a
> bit more info, but I didn't find anything :S strace, isn't that some linux
> stuff? Or is it possible to install on windows too?

Yes, strace is a Linux tool. Presumably a similar tool exists for
whatever OS you're running (this NAS you're using runs Windows?
curious.)

tyler

> 2010/3/29 Tyler Roscoe <ty...@cryptio.net>
> 
> > On Mon, Mar 29, 2010 at 03:08:21PM +0100, Randi Hillerře wrote:
> > > I just installed subversion on a QNAP T410, NAS, which completed all fine
> > > however it went wrong when I tried to create the first repository.
> > >
> > > I use the command: svnadmin create repo_path
> > > But in a few moments it just says  "Illegal instruction" - which I really
> > > can't figure out what means...
> >
> > That's really all it says? No other error messages?
> >
> > > Is there any way to get som more debugging information than just "Illegal
> > > instruction"?
> >
> > Do you have strace or similar available on this machine? Can you build a
> > debug version of Subversion?
> >
> > tyler
> >

Re: Problem creating new repo

Posted by Tyler Roscoe <ty...@cryptio.net>.
On Mon, Mar 29, 2010 at 03:08:21PM +0100, Randi Hillerøe wrote:
> I just installed subversion on a QNAP T410, NAS, which completed all fine
> however it went wrong when I tried to create the first repository.
> 
> I use the command: svnadmin create repo_path
> But in a few moments it just says  "Illegal instruction" - which I really
> can't figure out what means...

That's really all it says? No other error messages?

> Is there any way to get som more debugging information than just "Illegal
> instruction"?

Do you have strace or similar available on this machine? Can you build a
debug version of Subversion?

tyler

Re: Problem creating new repo

Posted by Tyler Roscoe <ty...@cryptio.net>.
On Mon, Mar 29, 2010 at 03:08:21PM +0100, Randi Hillerøe wrote:
> I just installed subversion on a QNAP T410, NAS, which completed all fine
> however it went wrong when I tried to create the first repository.
> 
> I use the command: svnadmin create repo_path
> But in a few moments it just says  "Illegal instruction" - which I really
> can't figure out what means...

That's really all it says? No other error messages?

> Is there any way to get som more debugging information than just "Illegal
> instruction"?

Do you have strace or similar available on this machine? Can you build a
debug version of Subversion?

tyler

Re: Problem creating new repo

Posted by Campbell Allan <ca...@sword-ciboodle.com>.
On Monday 29 Mar 2010, Campbell Allan wrote:
> On Monday 29 Mar 2010, Randi Hillerøe wrote:
> > For 4 hours I have tried to solve this problem but seems like very few
> > had it before.
> >
> > I just installed subversion on a QNAP T410, NAS, which completed all fine
> > however it went wrong when I tried to create the first repository.
> >
> > I use the command: svnadmin create repo_path
> > But in a few moments it just says  "Illegal instruction" - which I really
> > can't figure out what means...
> >
> > I tried to delete the directory, make it again and create again, but
> > every time the samme... About half the files are missing and I really
> > can't figure out  why...
> >
> > Is there any way to get som more debugging information than just "Illegal
> > instruction"?
> >
> > Anyone knowing how to solve this problem?
> >
> > If you need any more information please ask.
> >
> > -Silwing
>
> The illegal instruction error sounds like the binary isn't quite compatible
> with the processor in the nas. I'd suggest trying a different source for
> the binaries or compiling them yourself. The latter would be better as you
> can tweak the compiler flags to deal with the illegal op but getting the
> compiler in the first place might be tricky. I don't recall seeing it the
> last time I looked at the packages available on ipkg nor could I find a
> compatible cross compiler environment. Sorry :/
>
> I've got a T109-II, I'll give it a shot tonight myself and see if I also
> have the problem but without a compiler environment I don't see how it
> might be fixed.
>
> Campbell

Hi, 

as I promised I tried this out on my TS109-II. It should be a reasonable 
comparison as both devices use a Marvel based arm compatible CPU. I didn't 
get an illegal instruction error when creating the repository but did have 
trouble importing. I've not dug into that problem much yet but can if you 
wish. 

Can you check your package sources against the list below? After running an 
ipkg update, ipkg install svn read the following packages in from:

http://ipkg.nslu2-linux.org/feeds/optware/cs05q1armel/cross/unstable/

svn_1.6.9-1_arm.ipk
neon_0.29.3-1_arm.ipk
libxml2_2.7.7-1_arm.ipk
apr_1.3.12-1_arm.ipk
apr-util_1.3.9-1_arm.ipk
e2fslibs_1.40.3-1_arm.ipk
expat_2.0.1-1_arm.ipk
cyrus-sasl-libs_2.1.23-1_arm.ipk
openldap-libs_2.3.43-1_arm.ipk

if they differ, especially the URL can you try an update or explicitly 
downloading the ipk files and installing them directly?

Cheers,
Campbell

-- 

__________________________________________________________________________________
Sword Ciboodle is the trading name of ciboodle Limited (a company 
registered in Scotland with registered number SC143434 and whose 
registered office is at India of Inchinnan, Renfrewshire, UK, 
PA4 9LH) which is part of the Sword Group of companies.

This email (and any attachments) is intended for the named
recipient(s) and is private and confidential. If it is not for you, 
please inform us and then delete it. If you are not the intended 
recipient(s), the use, disclosure, copying or distribution of any 
information contained within this email is prohibited. Messages to 
and from us may be monitored. If the content is not about the 
business of the Sword Group then the message is neither from nor 
sanctioned by us.

Internet communications are not secure. You should scan this
message and any attachments for viruses. Under no circumstances
do we accept liability for any loss or damage which may result from
your receipt of this email or any attachment.
__________________________________________________________________________________


Re: Problem creating new repo

Posted by Campbell Allan <ca...@sword-ciboodle.com>.
On Monday 29 Mar 2010, Randi Hillerøe wrote:
> For 4 hours I have tried to solve this problem but seems like very few had
> it before.
>
> I just installed subversion on a QNAP T410, NAS, which completed all fine
> however it went wrong when I tried to create the first repository.
>
> I use the command: svnadmin create repo_path
> But in a few moments it just says  "Illegal instruction" - which I really
> can't figure out what means...
>
> I tried to delete the directory, make it again and create again, but every
> time the samme... About half the files are missing and I really can't
> figure out  why...
>
> Is there any way to get som more debugging information than just "Illegal
> instruction"?
>
> Anyone knowing how to solve this problem?
>
> If you need any more information please ask.
>
> -Silwing

The illegal instruction error sounds like the binary isn't quite compatible 
with the processor in the nas. I'd suggest trying a different source for the 
binaries or compiling them yourself. The latter would be better as you can 
tweak the compiler flags to deal with the illegal op but getting the compiler 
in the first place might be tricky. I don't recall seeing it the last time I 
looked at the packages available on ipkg nor could I find a compatible cross 
compiler environment. Sorry :/

I've got a T109-II, I'll give it a shot tonight myself and see if I also have 
the problem but without a compiler environment I don't see how it might be 
fixed.

Campbell
-- 

__________________________________________________________________________________
Sword Ciboodle is the trading name of ciboodle Limited (a company 
registered in Scotland with registered number SC143434 and whose 
registered office is at India of Inchinnan, Renfrewshire, UK, 
PA4 9LH) which is part of the Sword Group of companies.

This email (and any attachments) is intended for the named
recipient(s) and is private and confidential. If it is not for you, 
please inform us and then delete it. If you are not the intended 
recipient(s), the use, disclosure, copying or distribution of any 
information contained within this email is prohibited. Messages to 
and from us may be monitored. If the content is not about the 
business of the Sword Group then the message is neither from nor 
sanctioned by us.

Internet communications are not secure. You should scan this
message and any attachments for viruses. Under no circumstances
do we accept liability for any loss or damage which may result from
your receipt of this email or any attachment.
__________________________________________________________________________________