Minggu, 01 Juni 2014

Bristol Digest, Vol 552, Issue 10

Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk

To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk

You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."


Today's Topics:

1. start-stop-daemon: not found (Andrew)
2. Re: start-stop-daemon: not found (Andrew)
3. Re: start-stop-daemon: not found (Andrew)
4. Re: start-stop-daemon: not found (Andrew)
5. Re: start-stop-daemon: not found (Sebastian)


----------------------------------------------------------------------

Message: 1
Date: Sat, 31 May 2014 20:04:53 +0100
From: Andrew <andrewsoltau@gmail.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: [bristol] start-stop-daemon: not found
Message-ID: <538A27D5.7090703@1dtv.com>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"

Having had a drive fail I am trying to set up smartd.

Gone through all the how tos, edited all the files as per instructions.
Does not start:

pc@debian14:~$ /etc/init.d/smartmontools start
[....] Starting S.M.A.R.T. daemon: smartd/etc/init.d/smartmontools: 91:
/etc/init.d/smartmontools: start-stop-daemon: not found
failed!

Googling gets me lots of hits referring to dpkg but nothing about smartd.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20140531/735c1d89/attachment-0001.html>

------------------------------

Message: 2
Date: Sat, 31 May 2014 20:30:44 +0100
From: Andrew <andrewsoltau@gmail.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] start-stop-daemon: not found
Message-ID: <538A2DE4.2030506@1dtv.com>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"

On 31/05/14 20:04, Andrew wrote:
> Having had a drive fail I am trying to set up smartd.
>
> Gone through all the how tos, edited all the files as per
> instructions. Does not start:
>
> pc@debian14:~$ /etc/init.d/smartmontools start
> [....] Starting S.M.A.R.T. daemon: smartd/etc/init.d/smartmontools:
> 91: /etc/init.d/smartmontools: start-stop-daemon: not found
> failed!
>
> Googling gets me lots of hits referring to dpkg but nothing about smartd.

contents of /etc/init.d/smartmontools

# Defaults for smartmontools initscript (/etc/init.d/smartmontools)
# This is a POSIX shell fragment

# List of devices you want to explicitly enable S.M.A.R.T. for
# Not needed (and not recommended) if the device is monitored by smartd
#enable_smart="/dev/hda /dev/hdb"

# uncomment to start smartd on system startup
start_smartd=yes

# uncomment to pass additional options to smartd on startup
smartd_opts="--interval=3600"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20140531/54efdbad/attachment-0001.html>

------------------------------

Message: 3
Date: Sat, 31 May 2014 20:32:37 +0100
From: Andrew <andrewsoltau@gmail.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] start-stop-daemon: not found
Message-ID: <538A2E55.2050409@1dtv.com>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"

On 31/05/14 20:30, Andrew wrote:
> On 31/05/14 20:04, Andrew wrote:
>> Having had a drive fail I am trying to set up smartd.
>>
>> Gone through all the how tos, edited all the files as per
>> instructions. Does not start:
>>
>> pc@debian14:~$ /etc/init.d/smartmontools start
>> [....] Starting S.M.A.R.T. daemon: smartd/etc/init.d/smartmontools:
>> 91: /etc/init.d/smartmontools: start-stop-daemon: not found
>> failed!
>>
>> Googling gets me lots of hits referring to dpkg but nothing about smartd.
>
> contents of /etc/init.d/smartmontools
>
> # Defaults for smartmontools initscript (/etc/init.d/smartmontools)
> # This is a POSIX shell fragment
>
> # List of devices you want to explicitly enable S.M.A.R.T. for
> # Not needed (and not recommended) if the device is monitored by smartd
> #enable_smart="/dev/hda /dev/hdb"
>
> # uncomment to start smartd on system startup
> start_smartd=yes
>
> # uncomment to pass additional options to smartd on startup
> smartd_opts="--interval=3600"

uncommented line in /etc/smartd.conf

DEVICESCAN -n standby -m andrew@1dtv.com -M exec
/usr/share/smartmontools/smartd-runner


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20140531/2dccd3c1/attachment-0001.html>

------------------------------

Message: 4
Date: Sat, 31 May 2014 20:34:56 +0100
From: Andrew <andrewsoltau@gmail.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] start-stop-daemon: not found
Message-ID: <538A2EE0.8000503@1dtv.com>
Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"

On 31/05/14 20:30, Andrew wrote:
> On 31/05/14 20:04, Andrew wrote:
>> Having had a drive fail I am trying to set up smartd.
>>
>> Gone through all the how tos, edited all the files as per
>> instructions. Does not start:
>>
>> pc@debian14:~$ /etc/init.d/smartmontools start
>> [....] Starting S.M.A.R.T. daemon: smartd/etc/init.d/smartmontools:
>> 91: /etc/init.d/smartmontools: start-stop-daemon: not found
>> failed!
>>
>> Googling gets me lots of hits referring to dpkg but nothing about smartd.
>
> contents of /etc/init.d/smartmontools
>
> # Defaults for smartmontools initscript (/etc/init.d/smartmontools)
> # This is a POSIX shell fragment
>
> # List of devices you want to explicitly enable S.M.A.R.T. for
> # Not needed (and not recommended) if the device is monitored by smartd
> #enable_smart="/dev/hda /dev/hdb"
>
> # uncomment to start smartd on system startup
> start_smartd=yes
>
> # uncomment to pass additional options to smartd on startup
> smartd_opts="--interval=3600"
AND

Now it works! ?

The LUG is amazing. Just posting solves the problem!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20140531/f41b3967/attachment-0001.html>

------------------------------

Message: 5
Date: Sat, 31 May 2014 20:56:36 +0100
From: Sebastian <sebsebseb_mageia@gmx.com>
To: andrew@1dtv.com, Bristol and Bath Linux User Group
<bristol@mailman.lug.org.uk>, Sebastian <sebsebseb_mageia@gmx.com>
Subject: Re: [bristol] start-stop-daemon: not found
Message-ID: <538A33F4.5050902@gmx.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

AND
>
> Now it works! ?
>
> The LUG is amazing. Just posting solves the problem!

The magic of the LUG!




------------------------------

_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol

End of Bristol Digest, Vol 552, Issue 10
****************************************

Tidak ada komentar:

Posting Komentar