Michael Vogt <[EMAIL PROTECTED]> writes:

> Thanks for your bugreport.
>
> do you use a tmpfs or a fs on /tmp that is mounted noexec? That is the
> most likely cause for this problem.

Oh right, /tmp is indeed noexec:

[EMAIL PROTECTED]:/tmp
>> ls -la r1song 
-rwxrwxr-x 1 siretart users 115 2008-07-08 12:46 r1song

[EMAIL PROTECTED]:/tmp
>> more r1song
#/bin/sh

lynx -dump http://r1live.de/song.php | awk -F: '/Current Song/ { printf
"%s on R1 Live: %s\n", $1, $2}'

[EMAIL PROTECTED]:/tmp
>> ./r1song
zsh: permission denied: ./r1song
zsh: exit 126   ./r1song

[EMAIL PROTECTED]:/tmp
>> sh r1song
   Current Song on R1 Live:     DevilsKiss - Das Wrack (Punish Yourself rmx)

[EMAIL PROTECTED]:/tmp
>> mount
/dev/hdv1 on / type ufs (defaults)
none on /proc type proc (0)
none on /dev/pts type devpts (gid=5,mode=620)
/dev/volg1/vtmp163 on /tmp type ufs (0)


-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

-- 
do-release-upgrade fails in linux vserver
https://bugs.launchpad.net/bugs/245676
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to