in reply to Re: script-problem
in thread script-problem

hi guys, thanks for your very quick (!) help! unfortunately, neither one helped me get rid of my problem. here is some more output as requested:
[12:28, 36deg, 31%] steppenwolf@baby:~/documents/perl$ la print.pl -rwxr-xr-x 1 steppenwolf steppenwolf 39 Oct 20 12:26 print.pl [12:28, 36deg, 31%] steppenwolf@baby:~/documents/perl$ which perl /usr/bin/perl [12:28, 36deg, 31%] steppenwolf@baby:~/documents/perl$ type perl perl is /usr/bin/perl [12:28, 36deg, 31%] steppenwolf@baby:~/documents/perl$ od -cx print.p +l 0000000 # ! / u s r / b i n / p e r l \ +n 2123 752f 7273 622f 6e69 702f 7265 0a6c 0000020 \n p r i n t ' h e l l o w +o 700a 6972 746e 2720 6568 6c6c 206f 6f77 0000040 r l d ! ' ; \n \0 6c72 2164 3b27 000a 0000047 [12:28, 36deg, 31%] steppenwolf@baby:~/documents/perl$
does that help you?

Replies are listed 'Best First'.
Re^3: script-problem
by Joost (Canon) on Oct 20, 2004 at 11:24 UTC
      i'm sorry, that is not the case either.
      snippet from my /etc/fstab:
      /dev/hda7 /data ext3 user,auto 0 + 0
      i don't know if that matters, but i use debian unstable. and i'm quite lost with my problem right now :(...
      ok, i'm sorry, i fixed the problem. the filesystem wasn't mounted with the noexec option, but it wasn't mounted with the exec option either. after adding that to /etc/fstab everything works well now. thanks for your help!