Package: pcp
Version: 3.6.3+b1
Severity: critical
Justification: breaks the whole system
Hi,
here is the problem:
# /etc/init.d/pcp start
Waiting for pmcd to terminate ...
This is pMetaPost, version 1.504-0.04 (kpathsea version 6.1.0) (utf8.euc)
(pmpost.mp (/usr/share/texlive/texmf-dist/metapost/base/plain.mp
Preloading the plain mem file, version 1.004))
! I can't open file `stop'.
<*> stop
pmcd from /etc/init.d/pmcd
Please type another input file name:
On this system two "pmpost" binaries exist:
texlive-binaries: /usr/bin/pmpost
pcp: /usr/lib/pcp/bin/pmpost
and pcp uses the wrong one. The consequence is that the machine
blocks during boot, ssh is not started and the machine becomes
unreachable through the network.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-2-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages pcp depends on:
ii gawk 1:4.0.1+dfsg-2
ii libc6 2.13-33
ii libpcp-gui2 3.6.3+b1
ii libpcp-mmv1 3.6.3+b1
ii libpcp-pmda3 3.6.3+b1
ii libpcp-trace2 3.6.3+b1
ii libpcp3 3.6.3+b1
ii libreadline6 6.2-8
ii procps 1:3.3.3-1
ii sysv-rc-conf 0.99-7
Versions of packages pcp recommends:
ii libpcp-import-perl 3.6.3+b1
ii libpcp-pmda-perl 3.6.3+b1
ii pcp-gui 1.5.5
Versions of packages pcp suggests:
ii tsocks 1.8beta5-9.2
-- Configuration Files:
/etc/init.d/pcp changed:
.. $PCP_DIR/etc/pcp.env
tmp=/var/tmp/$$
status=0
trap "rm -f $tmp.* ; exit \$status" 0 1 2 3 15
prog=$PCP_RC_DIR/pcp
_usage()
{
echo "Usage: $pmprog [-v]
{start|restart|condrestart|stop|status|reload|force-reload}"
}
case "$1" in
'start'|'restart'|'condrestart'|'reload'|'force-reload')
$PCP_RC_DIR/pmcd $*
$PCP_RC_DIR/pmlogger $*
;;
'stop')
$PCP_RC_DIR/pmlogger $*
$PCP_RC_DIR/pmcd $*
;;
'status')
$PCP_RC_DIR/pmcd $* || status=$?
$PCP_RC_DIR/pmlogger $* || status=$?
;;
*)
_usage
;;
esac
-- no debconf information
-- debsums errors found:
debsums: missing file /var/lib/pcp/pmns/.NeedRebuild (from pcp package)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]