Archiv > General

Dvd-addon Defekt?

<< < (3/4) > >>

sausi:
Das strace runvdr  läuft bei mir durch, bevor ich eine DVD starten konnte!

Dann bin ich sofort wieder auf der Eingabeaufforderung.

clausmuus:
Du musst strace mit der Option -f aufrufen, wenn's sich um nen Shell Script handelt.

strace_missing hatte ich vor nem Jahr gebaut und schon wieder vergessen, dass es das gibt.
Das config.devel nutze ich für meine Tests um einige Konfigurationen im Voraus zu setzen.

Claus

sausi:
Kann jemand mit dieser Ausgabe etwas anfangen?


--- Code: ---strace -f runvdr
execve("/usr/bin/runvdr", ["runvdr"], [/* 15 vars */]) = 0
brk(0)                                  = 0x80ba000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb76f0000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=4432, ...}) = 0
mmap2(NULL, 4432, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb76ee000
close(3)                                = 0
open("/lib/i386-linux-gnu/tls/i686/cmov/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/tls/i686/cmov", 0xbfcf0634) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/tls/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/tls/i686", 0xbfcf0634) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/tls/cmov/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/tls/cmov", 0xbfcf0634) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/tls/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/tls", 0xbfcf0634) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/i686/cmov/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/i686/cmov", 0xbfcf0634) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/i686", 0xbfcf0634) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/cmov/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/lib/i386-linux-gnu/cmov", 0xbfcf0634) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libm.so.6", O_RDONLY) = 3
read(3, "177ELF111���������3�3�1���2604��004���"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=169476, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb76ed000
mmap2(NULL, 168064, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb76c3000
mmap2(0xb76eb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28) = 0xb76eb000
close(3)                                = 0
open("/lib/i386-linux-gnu/libc.so.6", O_RDONLY) = 3
read(3, "177ELF111���������3�3�1���p2221�004���"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1544392, ...}) = 0
mmap2(NULL, 1554968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7547000
mmap2(0xb76bd000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x176) = 0xb76bd000
mmap2(0xb76c0000, 10776, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb76c0000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7546000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb75466c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0xb76bd000, 8192, PROT_READ)   = 0
mprotect(0xb76eb000, 4096, PROT_READ)   = 0
mprotect(0x80b6000, 4096, PROT_READ)    = 0
mprotect(0xb770f000, 4096, PROT_READ)   = 0
munmap(0xb76ee000, 4432)                = 0
getpid()                                = 13313
brk(0)                                  = 0x80ba000
brk(0x80db000)                          = 0x80db000
open("/usr/lib/locale/locale-archive", 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("/usr/lib/locale/de_DE.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de/LC_IDENTIFICATION", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=375, ...}) = 0
mmap2(NULL, 375, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb76ef000
close(3)                                = 0
open("/usr/lib/i386-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/i386-linux-gnu/gconv/gconv-modules", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=55868, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb76ee000
read(3, "# GNU libc iconv configuration.n"..., 1024) = 1024
read(3, "ion triple.n#  toset:ta name tri"..., 1024) = 1024
read(3, "-1//tISO646tt2nnaliastISO-IR-122"..., 1024) = 1024
read(3, "GB_1988-80//naliastCN//tttGB_198"..., 1024) = 1024
read(3, "B1.002//naliastJS//tttJUS_I.B1.0"..., 1024) = 1024
read(3, "moduletINTERNALttNF_Z_62-010//tt"..., 1024) = 1024
read(3, "/ttPT2//naliastISO646-PT2//ttPT2"..., 1024) = 1024
read(3, "/naliast8859_1//ttISO-8859-1//na"..., 1024) = 1024
read(3, "59-3t1nmoduletINTERNALttISO-8859"..., 1024) = 1024
read(3, "_8859-6:1987//tISO-8859-6//nalia"..., 1024) = 1024
read(3, "RNALttISO-8859-7//ttISO8859-7t1n"..., 1024) = 1024
read(3, "tISO-8859-9//ttISO8859-9t1nn#tfr"..., 1024) = 1024
read(3, "859-14//naliastISO-IR-199//ttISO"..., 1024) = 1024
read(3, "ettcostnaliastT.61//tttT.61-8BIT"..., 1024) = 1024
read(3, "duletCP932//tttINTERNALttCP932tt"..., 1024) = 1024
read(3, "-ROMAN8t1nmoduletINTERNALttHP-RO"..., 1024) = 1024
read(3, "CDIC-DK-NO-A//tEBCDIC-DK-NO-At1n"..., 1024) = 1024
read(3, "CDICFR//ttEBCDIC-FR//naliastEBCD"..., 1024) = 1024
read(3, "dulettcostnaliastCP037//tttIBM03"..., 1024) = 1024
read(3, "tfromttttotttmodulettcostnaliast"..., 1024) = 1024
read(3, "ttIBM281//ttIBM281tt1nn#tfromttt"..., 1024) = 1024
read(3, "CSIBM420//ttIBM420//naliastOSF10"..., 1024) = 1024
read(3, "uletINTERNALttIBM500//ttIBM500tt"..., 1024) = 1024
read(3, "tIBM856//ttIBM856tt1nn#tfromtttt"..., 1024) = 1024
read(3, "tIBM863tt1nn#tfromttttotttmodule"..., 1024) = 1024
read(3, "//naliastCP-GR//tttIBM869//nalia"..., 1024) = 1024
read(3, "t1nn#tfromttttotttmodulettcostna"..., 1024) = 1024
read(3, "IBM922//naliastCP922//tttIBM922/"..., 1024) = 1024
read(3, "tmodulettcostnaliastIBM-939//ttI"..., 1024) = 1024
read(3, "duletIBM1047//ttINTERNALttIBM104"..., 1024) = 1024
read(3, "fromttttotttmodulettcostnaliastI"..., 1024) = 1024
read(3, "0203B5//ttUHC//nmoduletUHC//tttI"..., 1024) = 1024
read(3, "tttmodulettcostnaliastEUCCN//ttt"..., 1024) = 1024
read(3, "250//ttCP1250tt1nn#tfromttttottt"..., 1024) = 1024
read(3, "57//naliastWINDOWS-1257//ttCP125"..., 1024) = 1024
read(3, "NTERNALttISO-2022-JP-2//ttISO-20"..., 1024) = 1024
read(3, "C_P27-1//ttINTERNALttIEC_P27-1t1"..., 1024) = 1024
read(3, "ttDEC-MCS//naliastDECMCS//ttDEC-"..., 1024) = 1024
read(3, "GREEK7//nmoduletGREEK7//ttINTERN"..., 1024) = 1024
read(3, "033//nmoduletISO_2033//ttINTERNA"..., 1024) = 1024
read(3, "tttmodulettcostnaliastMACIS//ttt"..., 1024) = 1024
read(3, "ttINTERNALttSAMI-WS2t1nmoduletIN"..., 1024) = 1024
read(3, "BE//nmoduletUTF-16BE//ttINTERNAL"..., 1024) = 1024
read(3, "ttKOI8-T//ttKOI8-Ttt1nn#tfromttt"..., 1024) = 1024
read(3, "X0213t1nmoduletINTERNALttShift_J"..., 1024) = 1024
read(3, "1153//ttIBM1153//naliastCSIBM115"..., 1024) = 1024
read(3, "157tt1nmoduletINTERNALttIBM1157/"..., 1024) = 1024
read(3, "BM1008//naliastCSIBM1008//ttIBM1"..., 1024) = 1024
read(3, "40//ttIBM1140//naliastCP1140//tt"..., 1024) = 1024
read(3, "BM1145//ttINTERNALttIBM1145tt1nm"..., 1024) = 1024
read(3, "ttotttmodulettcostnaliastIBM-116"..., 1024) = 1024
read(3, "CSIBM5347//ttIBM5347//nmoduletIB"..., 1024) = 1024
read(3, "nmoduletINTERNALttIBM16804//ttIB"..., 1024) = 1024
read(3, "/TR_11548-1/ttISO_11548-1//nalia"..., 1024) = 1024
read(3, "tHP-ROMAN9t1nn#tfromttttotttmodu"..., 1024) = 572
read(3, "", 1024)                       = 0
close(3)                                = 0
munmap(0xb76ee000, 4096)                = 0
open("/usr/lib/locale/de_DE.UTF-8/LC_MEASUREMENT", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE.utf8/LC_MEASUREMENT", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE/LC_MEASUREMENT", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.UTF-8/LC_MEASUREMENT", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.utf8/LC_MEASUREMENT", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de/LC_MEASUREMENT", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=23, ...}) = 0
mmap2(NULL, 23, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb76ee000
close(3)                                = 0
open("/usr/lib/locale/de_DE.UTF-8/LC_TELEPHONE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE.utf8/LC_TELEPHONE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE/LC_TELEPHONE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.UTF-8/LC_TELEPHONE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.utf8/LC_TELEPHONE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de/LC_TELEPHONE", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=56, ...}) = 0
mmap2(NULL, 56, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7545000
close(3)                                = 0
open("/usr/lib/locale/de_DE.UTF-8/LC_ADDRESS", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE.utf8/LC_ADDRESS", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE/LC_ADDRESS", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.UTF-8/LC_ADDRESS", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.utf8/LC_ADDRESS", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de/LC_ADDRESS", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=155, ...}) = 0
mmap2(NULL, 155, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7544000
close(3)                                = 0
open("/usr/lib/locale/de_DE.UTF-8/LC_NAME", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE.utf8/LC_NAME", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE/LC_NAME", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.UTF-8/LC_NAME", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.utf8/LC_NAME", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de/LC_NAME", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=83, ...}) = 0
mmap2(NULL, 83, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7543000
close(3)                                = 0
open("/usr/lib/locale/de_DE.UTF-8/LC_PAPER", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE.utf8/LC_PAPER", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE/LC_PAPER", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.UTF-8/LC_PAPER", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.utf8/LC_PAPER", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de/LC_PAPER", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=34, ...}) = 0
mmap2(NULL, 34, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7542000
close(3)                                = 0
open("/usr/lib/locale/de_DE.UTF-8/LC_MESSAGES", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE.utf8/LC_MESSAGES", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE/LC_MESSAGES", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.UTF-8/LC_MESSAGES", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.utf8/LC_MESSAGES", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de/LC_MESSAGES", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFDIR|0775, st_size=38, ...}) = 0
close(3)                                = 0
open("/usr/lib/locale/de/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=54, ...}) = 0
mmap2(NULL, 54, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7541000
close(3)                                = 0
open("/usr/lib/locale/de_DE.UTF-8/LC_MONETARY", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE.utf8/LC_MONETARY", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE/LC_MONETARY", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.UTF-8/LC_MONETARY", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.utf8/LC_MONETARY", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de/LC_MONETARY", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=294, ...}) = 0
mmap2(NULL, 294, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7540000
close(3)                                = 0
open("/usr/lib/locale/de_DE.UTF-8/LC_COLLATE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE.utf8/LC_COLLATE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE/LC_COLLATE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.UTF-8/LC_COLLATE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.utf8/LC_COLLATE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de/LC_COLLATE", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=1170770, ...}) = 0
mmap2(NULL, 1170770, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7422000
close(3)                                = 0
open("/usr/lib/locale/de_DE.UTF-8/LC_TIME", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE.utf8/LC_TIME", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE/LC_TIME", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.UTF-8/LC_TIME", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.utf8/LC_TIME", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de/LC_TIME", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=2354, ...}) = 0
mmap2(NULL, 2354, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7421000
close(3)                                = 0
open("/usr/lib/locale/de_DE.UTF-8/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE.utf8/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.UTF-8/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.utf8/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de/LC_NUMERIC", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=54, ...}) = 0
mmap2(NULL, 54, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7420000
close(3)                                = 0
open("/usr/lib/locale/de_DE.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE.utf8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de_DE/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de.utf8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/locale/de/LC_CTYPE", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=256484, ...}) = 0
mmap2(NULL, 256484, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb73e1000
close(3)                                = 0
getuid32()                              = 0
rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGHUP, {SIG_DFL, [HUP], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
geteuid32()                             = 0
getppid()                               = 13312
stat64("/root", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
stat64(".", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
open("/usr/bin/runvdr", O_RDONLY|O_LARGEFILE) = 3
fcntl64(3, F_DUPFD, 10)                 = 10
close(3)                                = 0
fcntl64(10, F_SETFD, FD_CLOEXEC)        = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x8060316, ~[RTMIN RT_1], 0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_IGN, [], 0}, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], 0}, NULL, 8) = 0
read(10, "#!/bin/shn#n# run vdrnn. /etc/in"..., 1023) = 1023
waitpid(-1, 0xbfcf0858, WNOHANG)        = -1 ECHILD (No child processes)
open("/etc/init.d/rc.functions", O_RDONLY|O_LARGEFILE) = 3
fcntl64(3, F_DUPFD, 10)                 = 11
close(3)                                = 0
fcntl64(11, F_SETFD, FD_CLOEXEC)        = 0
brk(0x80fc000)                          = 0x80fc000
read(11, "#!/bin/shnn. /etc/rc.confignnsiz"..., 1023) = 1023
waitpid(-1, 0xbfcf05ac, WNOHANG)        = -1 ECHILD (No child processes)
open("/etc/rc.config", O_RDONLY|O_LARGEFILE) = 3
fcntl64(3, F_DUPFD, 10)                 = 12
close(3)                                = 0
fcntl64(12, F_SETFD, FD_CLOEXEC)        = 0
read(12, "#!/bin/shnn# System NamenSYSTEM_"..., 1023) = 1023
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
read(12, "urch ein Komata ',' getrenntnHDP"..., 1023) = 1023
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
read(12, " on shutdown (1=on, 0=off)nNETWO"..., 1023) = 1023
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
read(12, "pe/Berlin"n# keymap to usenKEYMA"..., 1023) = 1023
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
read(12, " 30"n# Konsole auf der der X-Ser"..., 1023) = 609
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf0300, WNOHANG)        = -1 ECHILD (No child processes)
read(12, "", 1023)                      = 0
close(12)                               = 0
pipe([3, 4])                            = 0
clone(Process 13314 attached
child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7546728) = 13314
[pid 13313] close(4)                    = 0
[pid 13313] read(3,  <unfinished ...>
[pid 13314] close(11)                   = 0
[pid 13314] close(10)                   = 0
[pid 13314] rt_sigaction(SIGQUIT, NULL, {SIG_IGN, [], 0}, 8) = 0
[pid 13314] close(3)                    = 0
[pid 13314] dup2(4, 1)                  = 1
[pid 13314] close(4)                    = 0
[pid 13314] open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 3
[pid 13314] fcntl64(2, F_DUPFD, 10)     = 10
[pid 13314] dup2(3, 2)                  = 2
[pid 13314] close(3)                    = 0
[pid 13314] stat64("/sbin/stty", 0xbfcf0270) = -1 ENOENT (No such file or directory)
[pid 13314] stat64("/usr/sbin/stty", 0xbfcf0270) = -1 ENOENT (No such file or directory)
[pid 13314] stat64("/bin/stty", {st_mode=S_IFREG|0775, st_size=453324, ...}) = 0
[pid 13314] clone(Process 13315 attached
child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7546728) = 13315
[pid 13314] waitpid(-1, Process 13314 suspended
 <unfinished ...>
[pid 13315] close(10)                   = 0
[pid 13315] execve("/bin/stty", ["stty", "size"], [/* 16 vars */]) = 0
[pid 13315] brk(0)                      = 0x80ba000
[pid 13315] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
[pid 13315] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb774d000
[pid 13315] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
[pid 13315] open("/etc/ld.so.cache", O_RDONLY) = 3
[pid 13315] fstat64(3, {st_mode=S_IFREG|0644, st_size=4432, ...}) = 0
[pid 13315] mmap2(NULL, 4432, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb774b000
[pid 13315] close(3)                    = 0
[pid 13315] open("/lib/i386-linux-gnu/tls/i686/cmov/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] stat64("/lib/i386-linux-gnu/tls/i686/cmov", 0xbfb21624) = -1 ENOENT (No such file or directory)
[pid 13315] open("/lib/i386-linux-gnu/tls/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] stat64("/lib/i386-linux-gnu/tls/i686", 0xbfb21624) = -1 ENOENT (No such file or directory)
[pid 13315] open("/lib/i386-linux-gnu/tls/cmov/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] stat64("/lib/i386-linux-gnu/tls/cmov", 0xbfb21624) = -1 ENOENT (No such file or directory)
[pid 13315] open("/lib/i386-linux-gnu/tls/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] stat64("/lib/i386-linux-gnu/tls", 0xbfb21624) = -1 ENOENT (No such file or directory)
[pid 13315] open("/lib/i386-linux-gnu/i686/cmov/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] stat64("/lib/i386-linux-gnu/i686/cmov", 0xbfb21624) = -1 ENOENT (No such file or directory)
[pid 13315] open("/lib/i386-linux-gnu/i686/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] stat64("/lib/i386-linux-gnu/i686", 0xbfb21624) = -1 ENOENT (No such file or directory)
[pid 13315] open("/lib/i386-linux-gnu/cmov/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] stat64("/lib/i386-linux-gnu/cmov", 0xbfb21624) = -1 ENOENT (No such file or directory)
[pid 13315] open("/lib/i386-linux-gnu/libm.so.6", O_RDONLY) = 3
[pid 13315] read(3, "177ELF111���������3�3�1���2604��004���"..., 512) = 512
[pid 13315] fstat64(3, {st_mode=S_IFREG|0644, st_size=169476, ...}) = 0
[pid 13315] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb774a000
[pid 13315] mmap2(NULL, 168064, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7720000
[pid 13315] mmap2(0xb7748000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28) = 0xb7748000
[pid 13315] close(3)                    = 0
[pid 13315] open("/lib/i386-linux-gnu/libc.so.6", O_RDONLY) = 3
[pid 13315] read(3, "177ELF111���������3�3�1���p2221�004���"..., 512) = 512
[pid 13315] fstat64(3, {st_mode=S_IFREG|0755, st_size=1544392, ...}) = 0
[pid 13315] mmap2(NULL, 1554968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb75a4000
[pid 13315] mmap2(0xb771a000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x176) = 0xb771a000
[pid 13315] mmap2(0xb771d000, 10776, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb771d000
[pid 13315] close(3)                    = 0
[pid 13315] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb75a3000
[pid 13315] set_thread_area({entry_number:-1 -> 6, base_addr:0xb75a36c0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
[pid 13315] mprotect(0xb771a000, 8192, PROT_READ) = 0
[pid 13315] mprotect(0xb7748000, 4096, PROT_READ) = 0
[pid 13315] mprotect(0x80b6000, 4096, PROT_READ) = 0
[pid 13315] mprotect(0xb776c000, 4096, PROT_READ) = 0
[pid 13315] munmap(0xb774b000, 4432)    = 0
[pid 13315] getpid()                    = 13315
[pid 13315] brk(0)                      = 0x80ba000
[pid 13315] brk(0x80db000)              = 0x80db000
[pid 13315] open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/share/locale/locale.alias", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.utf8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de/LC_IDENTIFICATION", O_RDONLY) = 3
[pid 13315] fstat64(3, {st_mode=S_IFREG|0664, st_size=375, ...}) = 0
[pid 13315] mmap2(NULL, 375, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb774c000
[pid 13315] close(3)                    = 0
[pid 13315] open("/usr/lib/i386-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/i386-linux-gnu/gconv/gconv-modules", O_RDONLY) = 3
[pid 13315] fstat64(3, {st_mode=S_IFREG|0644, st_size=55868, ...}) = 0
[pid 13315] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb774b000
[pid 13315] read(3, "# GNU libc iconv configuration.n"..., 1024) = 1024
[pid 13315] read(3, "ion triple.n#  toset:ta name tri"..., 1024) = 1024
[pid 13315] read(3, "-1//tISO646tt2nnaliastISO-IR-122"..., 1024) = 1024
[pid 13315] read(3, "GB_1988-80//naliastCN//tttGB_198"..., 1024) = 1024
[pid 13315] read(3, "B1.002//naliastJS//tttJUS_I.B1.0"..., 1024) = 1024
[pid 13315] read(3, "moduletINTERNALttNF_Z_62-010//tt"..., 1024) = 1024
[pid 13315] read(3, "/ttPT2//naliastISO646-PT2//ttPT2"..., 1024) = 1024
[pid 13315] read(3, "/naliast8859_1//ttISO-8859-1//na"..., 1024) = 1024
[pid 13315] read(3, "59-3t1nmoduletINTERNALttISO-8859"..., 1024) = 1024
[pid 13315] read(3, "_8859-6:1987//tISO-8859-6//nalia"..., 1024) = 1024
[pid 13315] read(3, "RNALttISO-8859-7//ttISO8859-7t1n"..., 1024) = 1024
[pid 13315] read(3, "tISO-8859-9//ttISO8859-9t1nn#tfr"..., 1024) = 1024
[pid 13315] read(3, "859-14//naliastISO-IR-199//ttISO"..., 1024) = 1024
[pid 13315] read(3, "ettcostnaliastT.61//tttT.61-8BIT"..., 1024) = 1024
[pid 13315] read(3, "duletCP932//tttINTERNALttCP932tt"..., 1024) = 1024
[pid 13315] read(3, "-ROMAN8t1nmoduletINTERNALttHP-RO"..., 1024) = 1024
[pid 13315] read(3, "CDIC-DK-NO-A//tEBCDIC-DK-NO-At1n"..., 1024) = 1024
[pid 13315] read(3, "CDICFR//ttEBCDIC-FR//naliastEBCD"..., 1024) = 1024
[pid 13315] read(3, "dulettcostnaliastCP037//tttIBM03"..., 1024) = 1024
[pid 13315] read(3, "tfromttttotttmodulettcostnaliast"..., 1024) = 1024
[pid 13315] read(3, "ttIBM281//ttIBM281tt1nn#tfromttt"..., 1024) = 1024
[pid 13315] read(3, "CSIBM420//ttIBM420//naliastOSF10"..., 1024) = 1024
[pid 13315] read(3, "uletINTERNALttIBM500//ttIBM500tt"..., 1024) = 1024
[pid 13315] read(3, "tIBM856//ttIBM856tt1nn#tfromtttt"..., 1024) = 1024
[pid 13315] read(3, "tIBM863tt1nn#tfromttttotttmodule"..., 1024) = 1024
[pid 13315] read(3, "//naliastCP-GR//tttIBM869//nalia"..., 1024) = 1024
[pid 13315] read(3, "t1nn#tfromttttotttmodulettcostna"..., 1024) = 1024
[pid 13315] read(3, "IBM922//naliastCP922//tttIBM922/"..., 1024) = 1024
[pid 13315] read(3, "tmodulettcostnaliastIBM-939//ttI"..., 1024) = 1024
[pid 13315] read(3, "duletIBM1047//ttINTERNALttIBM104"..., 1024) = 1024
[pid 13315] read(3, "fromttttotttmodulettcostnaliastI"..., 1024) = 1024
[pid 13315] read(3, "0203B5//ttUHC//nmoduletUHC//tttI"..., 1024) = 1024
[pid 13315] read(3, "tttmodulettcostnaliastEUCCN//ttt"..., 1024) = 1024
[pid 13315] read(3, "250//ttCP1250tt1nn#tfromttttottt"..., 1024) = 1024
[pid 13315] read(3, "57//naliastWINDOWS-1257//ttCP125"..., 1024) = 1024
[pid 13315] read(3, "NTERNALttISO-2022-JP-2//ttISO-20"..., 1024) = 1024
[pid 13315] read(3, "C_P27-1//ttINTERNALttIEC_P27-1t1"..., 1024) = 1024
[pid 13315] read(3, "ttDEC-MCS//naliastDECMCS//ttDEC-"..., 1024) = 1024
[pid 13315] read(3, "GREEK7//nmoduletGREEK7//ttINTERN"..., 1024) = 1024
[pid 13315] read(3, "033//nmoduletISO_2033//ttINTERNA"..., 1024) = 1024
[pid 13315] read(3, "tttmodulettcostnaliastMACIS//ttt"..., 1024) = 1024
[pid 13315] read(3, "ttINTERNALttSAMI-WS2t1nmoduletIN"..., 1024) = 1024
[pid 13315] read(3, "BE//nmoduletUTF-16BE//ttINTERNAL"..., 1024) = 1024
[pid 13315] read(3, "ttKOI8-T//ttKOI8-Ttt1nn#tfromttt"..., 1024) = 1024
[pid 13315] read(3, "X0213t1nmoduletINTERNALttShift_J"..., 1024) = 1024
[pid 13315] read(3, "1153//ttIBM1153//naliastCSIBM115"..., 1024) = 1024
[pid 13315] read(3, "157tt1nmoduletINTERNALttIBM1157/"..., 1024) = 1024
[pid 13315] read(3, "BM1008//naliastCSIBM1008//ttIBM1"..., 1024) = 1024
[pid 13315] read(3, "40//ttIBM1140//naliastCP1140//tt"..., 1024) = 1024
[pid 13315] read(3, "BM1145//ttINTERNALttIBM1145tt1nm"..., 1024) = 1024
[pid 13315] read(3, "ttotttmodulettcostnaliastIBM-116"..., 1024) = 1024
[pid 13315] read(3, "CSIBM5347//ttIBM5347//nmoduletIB"..., 1024) = 1024
[pid 13315] read(3, "nmoduletINTERNALttIBM16804//ttIB"..., 1024) = 1024
[pid 13315] read(3, "/TR_11548-1/ttISO_11548-1//nalia"..., 1024) = 1024
[pid 13315] read(3, "tHP-ROMAN9t1nn#tfromttttotttmodu"..., 1024) = 572
[pid 13315] read(3, "", 1024)           = 0
[pid 13315] close(3)                    = 0
[pid 13315] munmap(0xb774b000, 4096)    = 0
[pid 13315] open("/usr/lib/locale/de_DE.UTF-8/LC_MEASUREMENT", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE.utf8/LC_MEASUREMENT", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE/LC_MEASUREMENT", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.UTF-8/LC_MEASUREMENT", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.utf8/LC_MEASUREMENT", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de/LC_MEASUREMENT", O_RDONLY) = 3
[pid 13315] fstat64(3, {st_mode=S_IFREG|0664, st_size=23, ...}) = 0
[pid 13315] mmap2(NULL, 23, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb774b000
[pid 13315] close(3)                    = 0
[pid 13315] open("/usr/lib/locale/de_DE.UTF-8/LC_TELEPHONE", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE.utf8/LC_TELEPHONE", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE/LC_TELEPHONE", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.UTF-8/LC_TELEPHONE", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.utf8/LC_TELEPHONE", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de/LC_TELEPHONE", O_RDONLY) = 3
[pid 13315] fstat64(3, {st_mode=S_IFREG|0664, st_size=56, ...}) = 0
[pid 13315] mmap2(NULL, 56, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb75a2000
[pid 13315] close(3)                    = 0
[pid 13315] open("/usr/lib/locale/de_DE.UTF-8/LC_ADDRESS", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE.utf8/LC_ADDRESS", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE/LC_ADDRESS", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.UTF-8/LC_ADDRESS", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.utf8/LC_ADDRESS", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de/LC_ADDRESS", O_RDONLY) = 3
[pid 13315] fstat64(3, {st_mode=S_IFREG|0664, st_size=155, ...}) = 0
[pid 13315] mmap2(NULL, 155, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb75a1000
[pid 13315] close(3)                    = 0
[pid 13315] open("/usr/lib/locale/de_DE.UTF-8/LC_NAME", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE.utf8/LC_NAME", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE/LC_NAME", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.UTF-8/LC_NAME", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.utf8/LC_NAME", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de/LC_NAME", O_RDONLY) = 3
[pid 13315] fstat64(3, {st_mode=S_IFREG|0664, st_size=83, ...}) = 0
[pid 13315] mmap2(NULL, 83, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb75a0000
[pid 13315] close(3)                    = 0
[pid 13315] open("/usr/lib/locale/de_DE.UTF-8/LC_PAPER", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE.utf8/LC_PAPER", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE/LC_PAPER", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.UTF-8/LC_PAPER", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.utf8/LC_PAPER", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de/LC_PAPER", O_RDONLY) = 3
[pid 13315] fstat64(3, {st_mode=S_IFREG|0664, st_size=34, ...}) = 0
[pid 13315] mmap2(NULL, 34, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb759f000
[pid 13315] close(3)                    = 0
[pid 13315] open("/usr/lib/locale/de_DE.UTF-8/LC_MESSAGES", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE.utf8/LC_MESSAGES", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE/LC_MESSAGES", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.UTF-8/LC_MESSAGES", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.utf8/LC_MESSAGES", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de/LC_MESSAGES", O_RDONLY) = 3
[pid 13315] fstat64(3, {st_mode=S_IFDIR|0775, st_size=38, ...}) = 0
[pid 13315] close(3)                    = 0
[pid 13315] open("/usr/lib/locale/de/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY) = 3
[pid 13315] fstat64(3, {st_mode=S_IFREG|0664, st_size=54, ...}) = 0
[pid 13315] mmap2(NULL, 54, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb759e000
[pid 13315] close(3)                    = 0
[pid 13315] open("/usr/lib/locale/de_DE.UTF-8/LC_MONETARY", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE.utf8/LC_MONETARY", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE/LC_MONETARY", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.UTF-8/LC_MONETARY", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.utf8/LC_MONETARY", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de/LC_MONETARY", O_RDONLY) = 3
[pid 13315] fstat64(3, {st_mode=S_IFREG|0664, st_size=294, ...}) = 0
[pid 13315] mmap2(NULL, 294, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb759d000
[pid 13315] close(3)                    = 0
[pid 13315] open("/usr/lib/locale/de_DE.UTF-8/LC_COLLATE", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE.utf8/LC_COLLATE", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE/LC_COLLATE", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.UTF-8/LC_COLLATE", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.utf8/LC_COLLATE", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de/LC_COLLATE", O_RDONLY) = 3
[pid 13315] fstat64(3, {st_mode=S_IFREG|0664, st_size=1170770, ...}) = 0
[pid 13315] mmap2(NULL, 1170770, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb747f000
[pid 13315] close(3)                    = 0
[pid 13315] open("/usr/lib/locale/de_DE.UTF-8/LC_TIME", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE.utf8/LC_TIME", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE/LC_TIME", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.UTF-8/LC_TIME", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.utf8/LC_TIME", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de/LC_TIME", O_RDONLY) = 3
[pid 13315] fstat64(3, {st_mode=S_IFREG|0664, st_size=2354, ...}) = 0
[pid 13315] mmap2(NULL, 2354, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb747e000
[pid 13315] close(3)                    = 0
[pid 13315] open("/usr/lib/locale/de_DE.UTF-8/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE.utf8/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.UTF-8/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.utf8/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de/LC_NUMERIC", O_RDONLY) = 3
[pid 13315] fstat64(3, {st_mode=S_IFREG|0664, st_size=54, ...}) = 0
[pid 13315] mmap2(NULL, 54, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb747d000
[pid 13315] close(3)                    = 0
[pid 13315] open("/usr/lib/locale/de_DE.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE.utf8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de_DE/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de.utf8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 13315] open("/usr/lib/locale/de/LC_CTYPE", O_RDONLY) = 3
[pid 13315] fstat64(3, {st_mode=S_IFREG|0664, st_size=256484, ...}) = 0
[pid 13315] mmap2(NULL, 256484, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb743e000
[pid 13315] close(3)                    = 0
[pid 13315] getuid32()                  = 0
[pid 13315] ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
[pid 13315] ioctl(0, TIOCGWINSZ, {ws_row=32, ws_col=146, ws_xpixel=0, ws_ypixel=0}) = 0
[pid 13315] fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
[pid 13315] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb743d000
[pid 13315] write(1, "32 146n", 7)     = 7
[pid 13313] <... read resumed> "32 146n", 128) = 7
[pid 13313] read(3,  <unfinished ...>
[pid 13315] exit_group(0)               = ?
Process 13314 resumed
Process 13315 detached
[pid 13314] <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 13315
[pid 13314] --- SIGCHLD (Child exited) @ 0 (0) ---
[pid 13314] dup2(10, 2)                 = 2
[pid 13314] close(10)                   = 0
[pid 13314] exit_group(0)               = ?
Process 13314 detached
<... read resumed> "", 128)             = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
close(3)                                = 0
waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 13314
waitpid(-1, 0xbfcf05ac, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf05ac, WNOHANG)        = -1 ECHILD (No child processes)
waitpid(-1, 0xbfcf05ac, WNOHANG)        = -1 ECHILD (No child processes)
read(11, "subbootstep=$(cat /var/spool/sub"..., 1023) = 1023
read(11, "INnteval echo -en "$(gettext "$1"..., 1023) = 1023
read(11, "list="$(search_modules $name)""..., 1023) = 1023
read(11, "$3"n}nnunregister_application()n"..., 1023) = 86
read(11, "", 1023)                      = 0
close(11)                               = 0
stat64("/sbin/rm", 0xbfcf0834)          = -1 ENOENT (No such file or directory)
stat64("/usr/sbin/rm", 0xbf
--- End code ---

MarMic:
hmm da sehe ich nichts das auf nen fehler hinweisst

kannste mal (ich glaube mit -p mus man die lugins starten)

strace vdr -P dvbsddevice dvd (syntax weiss ich nicht)

und die ausgabe reinstellen MIT versuchen dann ne dvd zu starten. hast du das oben drüber versucht? (also ne dvd anzuspielen)

greetz MarMic

sausi:
Asche auf mein Haupt. Das DVD-Laufwerk war defekt  :wand

Ich konnte zwar über das Laufwerk MLD installieren, aber mehr anscheinend nicht!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version