Re: exu not working

new topic     » goto parent     » topic index » view thread      » older message » newer message

Here are a few things to check.

1. Did you upload (FTP) exu in "text" mode?
    It should be uploaded in binary mode, or a few bytes
    could be altered (i.e. \r\n changes to \n). 
    Or do the tar extraction on the Linux machine, 
    after uploading the compressed .tar file in binary mode.
    If exu is altered in any way, it will probably return
    an exit code 127. This is actually the upx decompressor 
    returning a failure code.

2. Do you have permission to cd into /tmp and do: 
         touch junk
    to create a new file there? Is /tmp out of space?

3. Other things to try:
     run:
       strace -o junk exu
    "junk" will have the system calls that exu executed.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu