On Sun, Jul 01, 2001 at 10:46:50PM -0500, will trillich wrote: > Oliver Elphick wrote: > > Packages of PostgreSQL 7.1 for potato are now available from > > http://people.debian.org/~elphick/postgresql/potato.html > > i'm betting this was covered on-list somewhere but i've not > found it-- > > i've been using postgresql 7.0.3/potato for several months with > no trouble at all for several months with no trouble at all. i > munge sources.list to point to the urls mentioned on the page > above, and after some dependency errors, i try: > > > # apt-get -fu upgrade > Reading Package Lists... Done > Building Dependency Tree... Done > Correcting dependencies... Done > The following packages will be REMOVED: > libpgsql2 > The following NEW packages will be installed: > libpgsql2.1 > The following packages will be upgraded > pgaccess > 1 packages upgraded, 1 newly installed, 1 to remove and 0 not upgraded. > 7 packages not fully installed or removed. > Need to get 0B/354kB of archives. After unpacking 573kB will be used. > Do you want to continue? [Y/n] y > (Reading database ... 46246 files and directories currently installed.) > Removing libpgsql2 ... > /var/lib/dpkg/info/libpgsql2.prerm: /etc/postgresql/postmaster.conf: No such > file or directory > dpkg: error processing libpgsql2 (--remove): > subprocess pre-removal script returned error exit status 1 > Errors were encountered while processing: > libpgsql2 > E: Sub-process /usr/bin/dpkg returned an error code (1)
aha. the key was: > /var/lib/dpkg/info/libpgsql2.prerm: /etc/postgresql/postmaster.conf: No such > file or directory i did # touch /etc/postgresql/postmaster.conf and then apt-get (and dpkg) were all smiles again. odd. (not complaining, just reporting.) -- DEBIAN NEWBIE TIP #38 from Alvin Oga <[EMAIL PROTECTED]> : Curious about your NETWORK TRAFFIC? There's a whole bunch of ways to monitor it: iptraf, showtraf, netwatch, tcpview, statnet, or even tcpdump | grep 'what you want to see' lsof -i | grep 'LISTEN' For network statistics try "mrtg". See the ethernet section over at http://www.Linux-Sec.net/ Also see http://newbieDoc.sourceForge.net/ ...