Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2020 00:36:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 246792] net-p2p/bitcoin-daemon default rc.d script permissions error
Message-ID:  <bug-246792-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246792

            Bug ID: 246792
           Summary: net-p2p/bitcoin-daemon default rc.d script permissions
                    error
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: kbowling@freebsd.org
          Reporter: seth586@protonmail.com
          Assignee: kbowling@freebsd.org
             Flags: maintainer-feedback?(kbowling@freebsd.org)

The bitcoin-daemon package's default rc.d script has a permissions error.

To duplicate:
# pkg install bitcoin-daemon
# sysrc bitcoind_enable=3D"YES"
# service bitcoind start
# Error: Unable to create the PID file '/var/db/bitcoin/bitcoind.pid':
Permission denied

To fix, edit /usr/local/etc/rc.d/bitcoind:
remove line pidfile=3D"${bitcoind_data_dir}/bitcoind.pid"
uncomment #pidfile=3D"/var/run/${name}.pid"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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