Messages in this thread |  | | Date | Sun, 15 Sep 2002 21:14:13 +0200 (MEST) | From | Pozsar Balazs <> | Subject | Re: [BUG?] binfmt_script: interpreted interpreter doesn't work |
| |
On 15 Sep 2002, Gilad Ben-Yossef wrote:
> On Sun, 2002-09-15 at 20:15, Pozsar Balazs wrote: > > > This may well not be bug, rather an intended feature, but please enlighten > > me why the following doesn't work: > > > > I have two scripts: > > /home/pozsy/a: > > #!/bin/sh > > echo "Hello from a!" > > > > /home/pozsy/b: > > #!/home/pozsy/a > > echo "hello from b!" > > > > > > Both of them has +x permissions. > > But I cannot execute the /home/pozsy/b script: > > > > [pozsy:~]$ strace -f /home/pozsy/b > > execve("/home/pozsy/b", ["/home/pozsy/b"], [/* 25 vars */]) = 0 > > strace: exec: Exec format error > > [pozsy:~]$ > > > > > > Isn't this "indirection" allowed? > > hm... never chcked the code but I think /home/pozsy/a needs to be in > /etc/shells
No, that has nothing to do with this.
> What are you trying to do, anyway?
See my other post.
-- pozsy
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |