Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2006 11:26:22 +0200 (CEST)
From:      "000.fbsd@quip.cz" <"Miroslav Lachman"@quip.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102538: BSDStats failed if OpenSSL is from ports, not from base
Message-ID:  <20060826092622.2D9516225@home.quip.cz>
Resent-Message-ID: <200608260930.k7Q9UKR3008275@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102538
>Category:       ports
>Synopsis:       BSDStats failed if OpenSSL is from ports, not from base
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 26 09:30:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Miroslav Lachman
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD home.quip.cz 4.11-STABLE FreeBSD 4.11-STABLE #0: Tue Feb 1 20:59:35 CET 2005 root@xxx:/usr/obj/usr/src/sys/QUIPCZ09 i386

>Description:
	BSDStats script failed if system has OpenSSL installed from ports, and deinstalled base OpenSSL binary. Script has hardcoded path to openssl binary 
        IDTOKEN=$( /usr/bin/openssl rand -base64 16 )
        But I have OpenSSL from ports in /usr/local/bin/openssl
        /usr/local/etc/periodic/monthly/300.statistics: /usr/bin/openssl: not found
 : not found

>How-To-Repeat:
	Deinstall (delete) base OpenSSL, install it from ports and run /usr/local/etc/periodic/monthly/300.statistics

>Fix:
        Do not use absolute path, or do some check, where openssl binary is.
	


>Release-Note:
>Audit-Trail:
>Unformatted:



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