On Mon, May 15, 2006 at 05:46:13AM +0800, Dan Jacobson wrote:
> # ssh ...|dpkg --merge-avail /dev/stdin
> Updating available packages info, using /dev/stdin.
> Information about 0 package(s) was updated.
I guess this happens because we open the file with mmap.
Support for reading the available dat
Package: dpkg
Version: 1.13.18
Severity: minor
# ssh ...|dpkg --merge-avail /dev/stdin
Updating available packages info, using /dev/stdin.
Information about 0 package(s) was updated.
Had to do it in two steps:
# ssh ... > file
# dpkg --merge-avail file
to work.
--
To UNSUBSCRIBE, email to [EMA
2 matches
Mail list logo