[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sheflug] Caldera Horror!
Hello David,
> Also are you sure you can pin point this COAS as the culprit here, i.e.
> nothing else may have changed the nfsd start up scripts?
I don't think so, unless the box has been interfered with without my
knowledge - and a brief scan of the logs suggests this is not the case.
(Though you never can be too paranoid).
> Have you though about webmin?
I have indeed - and fortunately webmin is available on Mandrake 9.0,
which is what I intend to install. The problem I have is that the server
is a "legacy" of a previous sysadmin (not that I'm really a sysadmin - I
just step into the breach when required) and has an... unusual (polite
term) selection of utilities and configuration options.
Oh well... I've started backing up for the M9 install now. I hope it
works first time - because otherwise I may be here until midnight.
Cheers,
James
=====
>
>
> >
> > Hey, ho... a busy life is a happy life...
> >
> > James
> > =====
> --
> Dr. David Holden. (Systems Developer)
> check-out : crystallography journals online <http://journals.iucr.org>
>
> Thanks in advance:-
> Please avoid sending me Word or PowerPoint attachments.
> See: <http://www.fsf.org/philosophy/no-word-attachments.html>
>
> Personal Links:-
> Recommended reading : http://www.oreilly.com/catalog/dbnationtp/
> UK Privacy (R.I.P) : http://www.stand.org.uk/commentary.php3
> Public GPG key available on request.
>
> -- 99% of politicians give the rest a bad name --
> -------------------------------------------------
>
> ___________________________________________________________________
>
> Sheffield Linux User's Group -
> http://www.sheflug.co.uk/mailfaq.html
>
> GNU the choice of a complete generation.
--
James Wallbank
Redundant Technology Initiative
Access Space - 1 Sidney Street - Sheffield - S1 4RG - UK
T: +44 (0)114 2495522
F: +44 (0)114 2495533
___________________________________________________________________
Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html
GNU the choice of a complete generation.
#!/usr/bin/perl -w
# Strip all line of this form from html messages
# From: "French, Alastair" <Alastair.French [at] racalinst.co.uk>
while (<>){
$_=~s/(^.*:.*[ <])(\w.*)(@.*)/$1nospam$3/;
print unless /^Delivered-To:/i ;
}