Re: error in DEFAULT/S01

2005-01-16 Thread Rudy Gevaert
On Thursday 13 January 2005 13:05, you wrote:
>
> IIRC some of the simple example scripts have a last command like
>
> ifclass DEMO && do_something()
>
> So if DEMO is not defined, the scripts end with an error. It would be nice
> if you could put an "echo -n" or something like this as the last line of
> these scripts...

Yes you are correct, when removing that (DEMO isn't defined here) line
the script doesn't end with an error.

However it still reports:
rcS.log:Rename for 0A14 failed.No such file or directory

-- 
Rudy Gevaert[EMAIL PROTECTED]
Web pagehttp://www.webworm.org
GNU/Linux user and Savannah hacker http://savannah.gnu.org




Re: error in DEFAULT/S01

2005-01-13 Thread Holger Levsen
Hi,

On Thursday 13 January 2005 12:42, Thomas Lange wrote:
> > rcS.log:DEFAULT/S01  FAILED with exit code 1.
> > rcS.log:Rename for 0A14 failed.No such file or directory
> > shell.log:DEFAULT/S01  FAILED with exit code 1.
> It's just the return code of the last commands in your S01 script.
> IMHO you can ignore the error.

IIRC some of the simple example scripts have a last command like

ifclass DEMO && do_something()

So if DEMO is not defined, the scripts end with an error. It would be nice if 
you could put an "echo -n" or something like this as the last line of these 
scripts...

If you care I can have look which scripts are affected, I fixed all of those 
locally.


regards,
 Holger


Re: error in DEFAULT/S01

2005-01-13 Thread Thomas Lange
> On Mon, 10 Jan 2005 18:06:37 +0100, Rudy Gevaert <[EMAIL PROTECTED]> said:

> Hi
> My installations always give me the following:

> rcS.log:DEFAULT/S01  FAILED with exit code 1.
> rcS.log:Rename for 0A14 failed.No such file or directory
> shell.log:DEFAULT/S01  FAILED with exit code 1.
It's just the return code of the last commands in your S01 script.
IMHO you can ignore the error.

-- 
regards Thomas


error in DEFAULT/S01

2005-01-11 Thread Rudy Gevaert
Hi

My installations always give me the following:

rcS.log:DEFAULT/S01  FAILED with exit code 1.
rcS.log:Rename for 0A14 failed.No such file or directory
shell.log:DEFAULT/S01  FAILED with exit code 1.

I can't see that is wrong in the scripts/DEFAULT/S01 file.

Any ideas?

Thanks in advance,

Rudy