Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Apr 2004 10:49:44 +0200
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        michael johnson <ahze@ahze.net>
Cc:        martines@rochester.rr.com
Subject:   Re: FreeBSD Port: smartmontools-5.26_1
Message-ID:  <20040401084944.GF10916@isis.wad.cz>
In-Reply-To: <2C1892C8-839E-11D8-8C1C-000A958C81C6@ahze.net>
References:  <972D942E-839B-11D8-9DEA-000393AB2C80@mail.utexas.edu> <2C1892C8-839E-11D8-8C1C-000A958C81C6@ahze.net>

next in thread | previous in thread | raw e-mail | index | archive | help
# ahze@ahze.net / 2004-04-01 00:33:57 -0500:
> 
> On Apr 1, 2004, at 12:15 AM, Aaron Jacobs wrote:
> 
> >Hello, I see you are the maintainer of the smartmontools port for 
> >FreeBSD.  It's sort of a stupid issue, but I wanted to let you know 
> >that as packaged the smartd.sh.sample script installed in 
> >/usr/local/etc/rc.d/ doesn't work on boot-up.  You need to add the 
> >path to the smartd executable in front of the command or the system 
> >cannot find it during boot time.  Perhaps it would be good to add a 
> >prefix variable to the script?
> 
> did you read pkg-message ?

    did you read what the OP wrote? the rc script contains

    elif uname -a | grep FreeBSD > /dev/null 2>&1 ; then
        
        PID_FILE=/var/run/smartd.pid
        
        case "$1" in
        start)
            smartd -p $PID_FILE
            echo -n "smartd "
            ;;

    and smartd is *not* in the path.

    Aaron, can you file a PR upstream? This bug should be reported to
    smartmontools-support@lists.sourceforge.net.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040401084944.GF10916>