Re: imp errors after minor postgres and postgres client update

2002-01-15 Thread Chuck Peters
Jason Wood found a solution: I think I fixed the problem. I changed pg_connect -> pg_pConnect near the end of db.pgsql. Thanks, Chuck On Tue, 15 Jan 2002, Chuck Peters wrote: > > Following a security update yesterday we have a small problem with imp. > > On the compose page

imp errors after minor postgres and postgres client update

2002-01-14 Thread Chuck Peters
Following a security update yesterday we have a small problem with imp. On the compose page of imp, we have the following errors: Warning: 5 is not a valid PostgreSQL link resource in /usr/share/horde/imp/lib/db.pgsql on line 113 Warning: 7 is not a valid PostgreSQL link resource in /usr/share/

Re: Email Server

2001-07-13 Thread Chuck Peters
On Wed, 11 Jul 2001, Aaron Hall wrote: > * SMTP Authentication > > Pros: Clean; nobody can use your SMTP that you don't want using it > Cons: Additional end-user configuration. Not all mail clients support it > (or they don't support it the same way your SMTP server does). More stuff > tha

backspace key in X screwed by trying progeny

2001-05-27 Thread Chuck Peters
Then I spend 3 days downloading woody hoping that would fix it, but it still doesn't work. Can someone please tell me how to fix it? Thanks, Chuck

Re: Testing/Woody

2001-05-26 Thread Chuck Peters
This one has the complete Packages.gz deb ftp://ftp.nz.debian.org/debian testing main contrib non-free Can someone tell me why Progeny screwed up backspace and delete in X? Thanks, Chuck On Sat, 26 May 2001, Simon Read wrote: > Folks, > > The package lists I download for the Testing dis

Re: Adding second IP problem

2000-02-21 Thread Chuck Peters
ade to frozen, I installed imp with apt-get update; apt-get install imp? Thanks, Chuck > > On Mon, 21 Feb 2000, Chuck Peters wrote: > > > > > After installing imp with apt from frozen I want to add an IP for the > > webmail.axs.org. I did the usual add a ifconfig and

Adding second IP problem

2000-02-21 Thread Chuck Peters
After installing imp with apt from frozen I want to add an IP for the webmail.axs.org. I did the usual add a ifconfig and route in /etc/init.d/network as follows: /sbin/ifconfig eth0:0 192.190.237.140 /sbin/route add -host 192.190.237.140 dev eth0:0 Works fine on the command line, but when I

Re: starting pppd

1999-06-13 Thread Chuck Peters
On Sat, 12 Jun 1999, Stephen Pitts wrote: > On Sat, Jun 12, 1999 at 09:05:37PM -0500, Chuck Peters wrote: > > > > Hi, > > > > We want to make it easy for our Windows users to setup ppp by having pppd > > start if they dial into one of our modems or start

starting pppd

1999-06-13 Thread Chuck Peters
Hi, We want to make it easy for our Windows users to setup ppp by having pppd start if they dial into one of our modems or start lynx if they telent or ssh in. The problem is I haven't figured out quite how to do it. What we want is: start ppp if they dial into the equinox SST, ie on ttyQ[1-16

Updated packages

1999-05-09 Thread Chuck Peters
I have looked through the Debian web and ftp sites for one place where the updates are placed and can't find just one. I thought I have seen a directory with only the updated packages in earlier version of Debian. I did see the proposed-updates and ChangeLog, but is there just one or a few pla

Downloading the "apt-get upgrade" packages

1999-05-05 Thread Chuck Peters
Hi, I would like to download the updated packages with a nightly cron job and have it mail me if new pakages have arrived. Does Debian have such a utilty package like Redhat's harvester? Thanks, Chuck

Mail and finger problems

1999-02-26 Thread Chuck Peters
I received a disturbing report that the mail port is intermitingly working. Is this a serious bug or what? jh 17:08:37 ~ $ ifconfig ep0; telnet linux.axs.org smtp ep0: flags=8843 mtu 1500 inet 205.216.162.143 netmask 0xff00 broadcast 205.216.162.255 ether 00:20:af:db:d7:9a T

SGMLtools and the Debian tutorial

1999-02-24 Thread Chuck Peters
Hi, I would like to put some documents in SGML and decided to try converting the Debian tutorial at http://www.debian.org/~hp/tutorial/debian-tutorial.sgml as an example. Well it did not go so well. Going by the document at http://www.us.sgmltools.org/guide/guide-4.html, I tried: bash-2.01$ sg

apt error

1998-08-28 Thread Chuck Peters
I am using the stable release and installed apt. While upgrading and adding some things with dselect I got the following error. I thought it was OK to use apt out of the unstable release. How do I fix it? Thanks, Chuck Setting up isapnptools (1.13-3.1) ... dpkg: ../../../dpkg/packages.c:191:

Re: Netscape & LibXpm

1998-08-24 Thread Chuck Peters
On Sun, 23 Aug 1998, George Bonser wrote: > > I installed Debian yesterday and I can't get Netscape to work: > > > > It gives "netscape: can't load LibXpm.4.so" or something like that. > > But when I check "ldconfig -v", the library is really there. > > > > So, what's going on ? I recall I had

No C++? sftp does not complete configure script

1998-08-24 Thread Chuck Peters
I tried compiling sftp and the configure script did not finish. I thought this was there as I have the following C++ libaries ii libg++272.7.2.1-14.4 The GNU C++ libraries (ELF version). ii libg++272 2.7.2.8-0.1The GNU C++ libraries (libc6 version). What am I missing? Than

IP Masq and ftp on the LAN

1998-03-16 Thread Chuck Peters
What is a good way to solve the ftp problem that our Windoze LAN users experience? I half heartily tried setting up an IP tunnel without success and that isn't a good solution anyway because I am running a static IP dialup account and it requires setup on the dialup server side as well. I want

Re: Network Card

1998-03-07 Thread Chuck Peters
On Fri, 6 Mar 1998, Collin Rose wrote: > I have an NE 2000 Plug & Play network card. My Bios detects it. Putting the > line ne in my modules list doesn't work. How do I set it up? I suggest using a new kernel where ne2000 support is built in, then the kernel will detect the card and it's paramet

Re: Kernel Install

1998-03-04 Thread Chuck Peters
Install make-kpkg. After make menuconfig make-kpkg --revision kernel_image Install the new kernel with dpkg. Chuck On Tue, 3 Mar 1998, Scott Walker wrote: > Ok, this is a BIG nasty weird problem. > I'm runnig Debian With default Kernel 2.0.29 > I grabbed Kernel 2.0.33 from ftp.kernel.org > an

Terminal server

1998-03-02 Thread Chuck Peters
rmore Eric Raymond is one of the co-founders of CCIL and you should all read his paper analyzing traditional corporate software development vs Linux software development. The paper "The Cathedral and the Bazaar" can be found at http://earthspace.net/~esr/writings/cathedral-bazaar/ Thanks