Beiträge von lilo_booter

    Hi,


    I have a DM600PVR and am trying to use the 1.2 version on Ubuntu 7.10.


    However, it doesn't start up. The issue would appear to be a build or packing one - ldd reports that it 'is a not a dynamic executable' - the 1.1 version starts up fine and ldd reports all its dependencies.


    Would it be too much to ask that the source code for this is posted? Would seem a lot more reliable than this hit or miss/torture the users binary approach :-).


    Failing that, a working repost would help..


    Cheers,


    Charlie

    Hi,


    Sorry for the English message here... also mailed this to the dreambox support mail.


    I'm not having any luck with the dreamup binary provided - gdk pixbuf is installed (well, libgdk-pixbuf2 is the only version on offer - fails before it tries to use that anyway).


    When I run the program, it just immediately bails (returning 127 on exit).


    The last few lines of the strace read:


    open("/tmp/upxBDU2TWBAHAK", O_RDONLY) = 3
    access("/proc/7178/fd/3", R_OK|X_OK) = 0
    unlink("/tmp/upxBDU2TWBAHAK") = 0
    fcntl(3, F_SETFD, FD_CLOEXEC) = 0
    execve("/proc/7178/fd/3", ["/home/charlie/DreamUP-1.2-public"...], [/* 35 vars */]) = -1 ENOENT (No such file or directory)
    close(3) = 0
    fork() = 7179
    waitpid(-1, NULL, 0) = 7179
    --- SIGCHLD (Child exited) @ 0 (0) ---
    execve("/tmp/upxBDU2TWBAHAK", ["/home/charlie/DreamUP-1.2-public"...], [/* 35 vars */]) = -1 ENOENT (No such file or directory)
    unlink("/tmp/upxBDU2TWBAHAK") = -1 ENOENT (No such file or directory)
    _exit(127) = ?
    Process 7178 detached


    Any help would be appreciated.


    Cheers,


    Charlie