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 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/horde/imp/lib/db.pgsql on line 139
>
> When I restarted postgres on the command line, occasionally these errors
> show up:
>
> pq_recvbuf: unexpected EOF on client connection
>
> Any suggestions?
>
> Thanks,
> Chuck
>
> Please include [EMAIL PROTECTED] in your replies.
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>



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/horde/imp/lib/db.pgsql on line 139

When I restarted postgres on the command line, occasionally these errors
show up:

pq_recvbuf: unexpected EOF on client connection

Any suggestions?

Thanks,
Chuck

Please include [EMAIL PROTECTED] in your replies.



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
>   that can go wrong. Yet another password to deal with.

Does anyone have recommendations on how and what to use to set this up?

Any clues about what would work using ldap authenication rather than
shadow passwords would be helpful as well.

Verizon/Bell Atlantic just screwed 50,000 of their 950,000 ISP customers
because as of late last week they are only allowed to use 4 of verizons
domains.  A few of those screwed verizon customers are also users of our
freenet ccil.org.  I would like to setup smtp authenication on one of the
old 133 mhz machines so that these long time ccil users can continue to
use other ISP's and maintain ccil.org as their email address.


Thanks,
Chuck



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  distribution  from
> http.us.debian.org, and  the mirrors that  I've tried, do  not contain
> any of the packages whose names start after f something.  This results
> the package  'apt' appearing in the  list, but the  package 'grep' not
> appearing in  the list and therefore 'dselect'  declaring my installed
> version as 'obsolete'.
>
> Can someone please fix the problem and rebuild the packages list?
>
> Simon
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>



Re: Adding second IP problem

2000-02-21 Thread Chuck Peters
On Sun, 20 Feb 2000, George Bonser wrote:

> 
> use eth0:1 for the alias

Thanks, but still not working on bootup.  Just changed the messages error
a bit.  

Feb 21 02:41:25 lenape kernel: net_alias_dev_create(eth0:1): unregistered
family==2

Could it be something odd about a partial upgrade 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 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 reboot the IP 192.190.237.140
> > is not activated.
> > 
> > Poking around a little I found the following in the messages log.
> > Feb 21 00:12:07 lenape kernel: ne.c:v1.10 9/23/94 Donald Becker
> > ([EMAIL PROTECTED]) 
> > Feb 21 00:12:07 lenape kernel: NE*000 ethercard probe at 0x300: 52 54 4c
> > 01 8a a d 
> > Feb 21 00:12:07 lenape kernel: eth0: NE2000 found at 0x300, using IRQ 11. 
> > Feb 21 00:12:07 lenape kernel: net_alias_dev_create(eth0:0): unregistered
> > family ==2 
> > 
> > Why is it working on the command line and not on boot up?
> > 
> > Should I compile a kernel or what to fix the problem?
> > 
> > Thanks,
> > Chuck 
> > 
> > 
> > 
> > -- 
> > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> > 
> > 
> > 
> 
> George Bonser
> 
> "When someone annoys you, it takes 32 muscles to frown, but it only
> takes 4 muscles to extend your arm and smack them in the head."
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> 


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 reboot the IP 192.190.237.140
is not activated.

Poking around a little I found the following in the messages log.
Feb 21 00:12:07 lenape kernel: ne.c:v1.10 9/23/94 Donald Becker
([EMAIL PROTECTED]) 
Feb 21 00:12:07 lenape kernel: NE*000 ethercard probe at 0x300: 52 54 4c
01 8a a d 
Feb 21 00:12:07 lenape kernel: eth0: NE2000 found at 0x300, using IRQ 11. 
Feb 21 00:12:07 lenape kernel: net_alias_dev_create(eth0:0): unregistered
family ==2 

Why is it working on the command line and not on boot up?

Should I compile a kernel or what to fix the problem?

Thanks,
Chuck 



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 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]
> > start ppp if they dial into our portmaster 2 named cthulhu
> > start lynx home.html if the file exists in their home directory.
> > or start lynx http://ccil.org/lynxhome.html
> > 
> Install mgetty to automatically start pppd. Add some lines like this
> to your /etc/inittab and run "init q" to start mgetty.
> 
> T2:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS2 
> 
> Look at the config files in /etc/mgetty and adjust them to your
> liking. One caveat: the default pppd invocation does not look in
> the /etc/ppp/* config files.
> 
> For the lynx thing, just add this to /etc/profile :
> if [-x ~/home.html]
>   lynx ~/home.html
> else
>   lynx http://ccil.org/lynxhome.html
> fi
> 

I should have made the point clearer.

We are a freenet running an old custom built BBS style interface (Chester
County Interlink, ccil.org) that runs on BSDi.  We are working toward
moving all the machines over to Debian Linux and want to replace the old
Interlink with lynx.   

We want the old users to still be able to dial in with their Bcom, hyper
terminal or whatever terminal program they have.  The default user will
have the following .bash_profile and be in group user so that we can
regulate time quota's with idled.

$ cat /etc/skel/.bash_profile 
# ~/.bash_profile: executed by bash(1) for login shells.

if [ -f ~/start.htm ]; then
echo -n ' Your Starting Page'; lynx start.htm
else
lynx http://ccil.org/lynxhome.html
fi

fortune
exit
umask 022

If the user wants to invoke pppd with their default setup they have to use
the lynx jump command and enter jppp with a script or manually.  

I want the user to have the option of changing their default profile so
that pppd is started if they dial into a modem and they can still use the
lynx shell by telneting in.

So we want it to do something like the following.

if [ $(tty) = /dev/ttyQ* ]; then # This doesn't work right with the wildcard
/usr/sbin/pppd -detach  # If it worked equinox SST users would be OK
elif [ The user is dialing in the portmaster 2 cthulhu.ccil.org using radius ]
then
/usr/sbin/pppd -detach
elif [ -f ~/start.htm ]; then
lynx start.htm
else
lynx http://ccil.org/lynxhome.html
fi

fortune
exit
umask 022


Thanks,
Chuck


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]
start ppp if they dial into our portmaster 2 named cthulhu
start lynx home.html if the file exists in their home directory.
or start lynx http://ccil.org/lynxhome.html

Thanks,
Chuck

-- 
For stabilty, superior networking and real consumer choice, use 
Open Source Software, http://www.opensource.org.  My choice is
Debian Linux, http://www.debian.org!


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 places to find the stable updated deb packages?

Thanks,
Chuck





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 
Trying 192.190.237.130...
Connected to linux.axs.org.
Escape character is '^]'.
220 linux.ccil.org ESMTP Sendmail 8.9.3/8.9.3/Debian/GNU; Wed, 24 Feb 1999 
20:53:23 -0500
quit
221 linux.ccil.org closing connection
Connection closed by foreign host.
jh 17:08:40 ~ $ 


It looks like we have a problem with finger as well.

finger [EMAIL PROTECTED]
[linux.ccil.org]
500:The name given for the Common DUA is not a known socket name.


Thanks,
Chuck


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$ sgml2html debian-tutorial.sgml 
Processing file debian-tutorial.sgml
parse_data: no entity map for `'
parse_data: no entity map for `$'
parse_data: no entity map for `>'
parse_data: no entity map for `<'
parse_data: no entity map for `&'
/usr/bin/sgmlsasp: can't open
`/usr/lib/sgml-tools/dist/debiandoc/html/mapping': No such file or
directory
bash-2.01$ sgml2html example.sgml 
Processing file example.sgml
bash-2.01$ 

As you see the example file worked and the tutorial didn't.  I am running
the frozen dist.  What's wrong?

I have yet to see an SGML example that has images or tables, can someone
please point some out?

Any additional pointers suggestions would be appreciated.

Thanks,
Chuck


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: process_queue: Assertion `dependtry <=
4' failed.
E: Sub-process returned an error code
Some errors occured while unpacking. I'm going to configure the
packages that were installed. This may result in duplicate errors
or errors caused by missing dependencies. This is OK, only the errors
above this message are important. Please fix them and run [I]nstall again
Press enter to contiune.




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 a similiar problem that drive me nuts.  The solution was to
move my current netscape profile.  That being the .netscape, ns_imap and
nsmail directories.

Hope that helps,

Chuck



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?

Thanks,
Chuck

 The following is what happened on my Debian 2.0 system.  
$ ./configure
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... no
checking for g++... no
checking for gcc... gcc
checking whether the C++ compiler (gcc  ) works... no
configure: error: installation or configuration problem: C++ compiler
cannot create executables.


This is the start of the fetchmail configure script.
$ ./configure
creating cache ./config.cache
checking host system type... i586-unknown-linux
checking for gcc... gcc
checking whether the C compiler (gcc -O -s) works... yes
checking whether the C compiler (gcc -O -s) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... no
checking for ANSI C header files... yes


Any suggestions on fixing it or will you be releaing another soon?

Thanks,
Chuck



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
something that would be an ideal solution for a small office and not
create problems if they hop from one ISP to another.

Chuck


 


--
E-mail the word "unsubscribe" to [EMAIL PROTECTED]
TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED]


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 parameters.  Use make-kpkg to build a
new kernel and install using dpkg. 

To make the module work you probably need a line similiar to 

ne io=0x300,irq=10 

If you don't want or know how to build a kernel and are using a standard
ide harddrive 586, I have a kernel built which should work for you.  Let
me know and I'll make it available anon ftp.

Chuck





--
E-mail the word "unsubscribe" to [EMAIL PROTECTED]
TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble?  E-mail to [EMAIL PROTECTED] .


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
> and did the following steps:
> tar zpfxv linux_2.0.33.tar.gz
> cd linux
> make mrproper
> make menuconfig
> make dep
> make clean
> make zlilo
> make modules
> make modules_install
> reboot
> 
> Now, on ANY other machine.. doing a uname -a or checking /proc/version I'd
> have Linux 2.0.33 blah lah lah... But not on this box... it's still saying
> 2.0.29. Now I left the machine running for an hour.. and still.. 2.0.29..
> so I rebooted.. still 2.0.29.. I copied the kernel I compiled to a disk
> and boot the disk in another machine.. kernel 2.0.33. Now I check the
> 'screwed' machine by attacking it with land/teardrop to see if it was just
> a version screw up and it was really running 2.0.33 just not reporting
> it.. and it bombed. so it's still running 2.0.29. does anyone hve ANY
> ideas about this? I have recompiled, reinstalled, reunpacked and
> redownloaded the kernel multiple times and it still will nt update.
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Terminal server

1998-03-02 Thread Chuck Peters

Our livingston PM2e (30 port) has gone catatonic on us as we were
attempting to renumber the IP's to move over to our new connectivity
provided by West Chester Univ.  I have a trouble ticket into Livingston,
but I fear we may have to ship the Port Monster back to livingston and
experience an extended down time.  I have a couple of linux boxes set up
their and could easily install 4 or more modems as a temporary measure. 
The Port Monster (cthulhu.ccil.org) and the BSDi 3.1 Box (locke.ccil.org)
use radius to authenicate logins.  The problem is I haven't set up
radius before and I would like to have the Linux boxes act as the terminal
servers for the BSD box.  Can this be done and how do I do it?


Chester County Interlink is a non profit organization, so if some of you
high priced consultants out their would like to donate some time to help,
it is tax deductable.  Furthermore 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,
Chuck Peters

CCIL System Admin
(610)431-2673  CCIL Phone/Voicemail
(610)563-3001  Cell Phone
(610)296-7120  Home Phone





--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .