Re: Where is Dave Sill??

2000-12-05 Thread Anton Pirnat

Am Mon, 04 Dez 2000 schrieb Ould:
> I'm asking if anyone using  "Live with qmail" find the
> following error:
> 
> "supervise:fatal:unable to start qmail-smptd/run:
>  exec format error". 

check the permissions of the supervise files 
(must be under /var/qmail/supervise/... if you were using LWQ install) 


regards 
Anton Pirnat



RE: Where is Dave Sill??

2000-12-04 Thread Greg Owen

> I believe some Unixes use the string "#! /" as a magic string for
> interpreted executeables and ignore "#!/". Your mileage may vary.

I suspect you're right but can't remember which *ix is picky that
way.  Anyone, anyone?

For all *ixes I've used, however, " #!" will not work because those
magic characters must be the first two bytes in the file.  That's the part
that's important to get right.

-- 
gowen -- Greg Owen -- [EMAIL PROTECTED]
  SoftLock.com is now DigitalGoods!
 
 



Re: Where is Dave Sill??

2000-12-04 Thread Alex Pennace

On Mon, Dec 04, 2000 at 03:41:27PM -0500, Greg Owen wrote:
> > in the first line I put " #! /bin/sh " that is all.
> 
>   If you really have spaces there, remove them, so it looks like this:
> 
> #!/bin/sh

I believe some Unixes use the string "#! /" as a magic string for
interpreted executeables and ignore "#!/". Your mileage may vary.

 PGP signature


Re: Where is Dave Sill??

2000-12-04 Thread Mark Delany

On Mon, Dec 04, 2000 at 03:41:49PM -0500, Greg Owen wrote:
> > in the first line I put " #! /bin/sh " that is all.
> 
>   If you really have spaces there, remove them, so it looks like this:
> 
> #!/bin/sh

Maybe that's OS specific, but that's not the cause of problems on at
least Solaris and FreeBSD.

In any event, he failed to supply the other information we asked for
so I suggest we wait until he does so.


Regards.



RE: Where is Dave Sill??

2000-12-04 Thread Greg Owen

> in the first line I put " #! /bin/sh " that is all.

If you really have spaces there, remove them, so it looks like this:

#!/bin/sh

-- 
gowen -- Greg Owen -- [EMAIL PROTECTED]
  SoftLock.com is now DigitalGoods!
 



Re: Where is Dave Sill??

2000-12-04 Thread Ould

Hi,

in the first line I put " #! /bin/sh " that is all.

--- Mark Delany <[EMAIL PROTECTED]> a écrit : > On Mon,
Dec 04, 2000 at 11:27:26AM -0800, Ould wrote:
> > I'm asking if anyone using  "Live with qmail" find the
> > following error:
> > 
> > "supervise:fatal:unable to start qmail-smptd/run:
> >  exec format error". 
> 
> Did you check the contents of qmail-smtpd/run? What did
> you see? Show
> us?
> 
> In the absence of that information, my guess is that you
> have a typo
> in the first #! line of that file.
> 
> 
> Regards.
> 
> PS. Dave is alive and well and working on a less
> ambitious project
> (with apologies to one of the best known graffiti lines
> in Sydney).


__
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/



Re: Where is Dave Sill??

2000-12-04 Thread Charles Cazabon

Ould <[EMAIL PROTECTED]> wrote:
> I'm asking if anyone using  "Live with qmail" find the
> following error:
> 
> "supervise:fatal:unable to start qmail-smptd/run:
>  exec format error". 

You have a typo somewhere.  There's no such thing as "qmail-smptd" as you
have above; did you mistype the error message?  It should be qmail-smtpd.
If you've got it the other way, supervise won't even be able to find it.

Otherwise the problem is you've got a typo in .../supervise/qmail-smtpd/run .
Download a new copy from "Life with qmail" and try again.

Charles
-- 
---
Charles Cazabon<[EMAIL PROTECTED]>
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



Re: Where is Dave Sill??

2000-12-04 Thread Mark Delany

On Mon, Dec 04, 2000 at 11:27:26AM -0800, Ould wrote:
> I'm asking if anyone using  "Live with qmail" find the
> following error:
> 
> "supervise:fatal:unable to start qmail-smptd/run:
>  exec format error". 

Did you check the contents of qmail-smtpd/run? What did you see? Show
us?

In the absence of that information, my guess is that you have a typo
in the first #! line of that file.


Regards.

PS. Dave is alive and well and working on a less ambitious project
(with apologies to one of the best known graffiti lines in Sydney).



RE: Where is Dave Sill??

2000-12-04 Thread Greg Owen

> I'm asking if anyone using  "Live with qmail" find the
> following error:
> 
> "supervise:fatal:unable to start qmail-smptd/run:
>  exec format error". 

Make sure that the qmail-smtpd/run file doesn't have DOS-style CR/LF
pairs.  The 'file' command should tell you if it does.  If it does, fix it -
see http://kb.indiana.edu/data/acux.html for various ways to convert.

-- 
gowen -- Greg Owen -- [EMAIL PROTECTED]
  SoftLock.com is now DigitalGoods!