Package: atop
Version: 1.26-2
Severity: wishlist

Dear Maintainer,

        The latest upstream version is 2.0.2.  I have just downloaded the
tarball and installed it with 'make install', no trouble at all.  See the
following for
details (included changelogs):

http://www.atoptool.nl/downloadatop.php






-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.10.11-1inter02-686-pae (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages atop depends on:
ii  libc6        2.17-93
ii  libncurses5  5.9+20130608-1
ii  libtinfo5    5.9+20130608-1
ii  lsb-base     4.1+Debian12
ii  zlib1g       1:1.2.8.dfsg-1

Versions of packages atop recommends:
ii  cron  3.0pl1-124

atop suggests no packages.

-- Configuration Files:
/etc/cron.d/atop changed:
0 0 * * * root /etc/atop/atop.daily

/etc/init.d/atop changed:
[ -f /usr/bin/atop ] || exit 0
PIDFILE=/var/run/atop.pid
RETVAL=0
case "$1" in
  start)
        # Check if atop runs already
        #
        if [ -e $PIDFILE ] && ps -p `cat $PIDFILE` | grep 'atop$' > /dev/null
        then
                :
        else
                # Start atop
                /etc/atop/atop.daily
        fi
        touch /var/lock/subsys/atop
        ;;
  stop)
        # Check if atop runs
        #
        if [ -e $PIDFILE ] && ps -p `cat $PIDFILE` | grep 'atop$' > /dev/null
        then
                kill -USR2 `cat $PIDFILE`       # final sample and terminate
                CNT=0
                while ps -p `cat $PIDFILE` > /dev/null
                do
                        let CNT+=1
                        if [ $CNT -gt 5 ]
                        then
                                break;
                        fi
                        sleep 1
                done
                rm $PIDFILE
        fi
        rm /var/lock/subsys/atop
        ;;
  status)
        ;;
  reload)
        /etc/atop/atop.daily
        ;;
  restart)
        /etc/atop/atop.daily
        ;;
  *)
        echo "Usage: $0 [start|stop|status|reload|restart]"
        exit 1
esac
exit $RETVAL


-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to