Daniel Franganillo wrote:
> Hi,
> at work we have quite a few debian stable servers updated daily with
> this script via cron jobs:
[snip]
> The line:
> yes Y | aptitude -d safe-upgrade >& /dev/null
>
> sometimes keeps running forever, so we have to kill the process, and
> other times ends as ex
It's still happening on aptitude 0.6.3-3.2
It happens in a mostly random way, some days aptitude gets stalled,
others (most days fortunately) dont.
Thanks.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.de
Subject: aptitude: keeps running forever on nonassisted script
Package: aptitude
Version: 0.6.1.5-3
Severity: normal
Hi,
at work we have quite a few debian stable servers updated daily with
this script via cron jobs:
#!/bin/bash
aptitude update >& /dev/null
TMP_FILE="/tmp/remote-update.txt"
e
3 matches
Mail list logo