[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems with md-crypt



> The following scripts demonstrate it:
>
> Script 1:
> #!/bin/sh
> ./test2.sh
>
> Script 2:
> #!/bin/sh
> echo "Hello, this is script test2.sh"

I cannot reproduce your behaviour. Running AMD64 testing, and also md-crypt, 
but the partition is reiserfs.

[18:24 frank: ~]$ l test*
-rwxr-xr-x  1 frank users 48 2005-09-12 18:23 test2.sh
-rwxr-xr-x  1 frank users 22 2005-09-12 18:23 test.sh

[18:24 frank: ~]$ cat test.sh
#!/bin/sh
./test2.sh

[18:24 frank: ~]$ cat test2.sh
#!/bin/sh
echo "Hello, this is script test2.sh"

[18:24 frank: ~]$ ./test.sh
Hello, this is script test2.sh

The fstab line:
/dev/mapper/home /home          reiserfs defaults,noatime        0       2

Anything else I can help you to debug?
Frank



Reply to: