Re: monitor

2004-04-27 Thread Armen Kaleshian
Have you tried adjusting the refresh rate at the resolution that you would like to use? On Tue, Apr 27, 2004 at 01:20:06PM -0700, dave wrote: : I purchased a 17" monitor with 1280X1024 resolution. That resolution : makes my text and pictures to small. I need to run 1024X768. However : 1024X7

Re: upgrading open ssh

2004-02-23 Thread Armen Kaleshian
om source. Let me know if you need anything else. --Armen On Mon, Feb 23, 2004 at 03:03:36PM -0700, Anna G. Zapata wrote: : Armen, : : How do I go about removing the rpm version? : : Thanks for all your help. : : Anna : : -Original Message- : From: Armen Kaleshian [mailto:[EMAIL PR

Re: upgrading open ssh

2004-02-23 Thread Armen Kaleshian
Anna.. Since you were using an rpm version of SSH before, and now you've converted to a source package, it might be a little more difficult to stay consistant. On my system, I removed the rpm version and replace it with the source version, by compiling and installing it the way you did. I sugges

RE: Kernel seems to be blocking messages

2004-02-22 Thread Armen Kaleshian
There is one more change you need to make so that you are able to do NAT. In /etc/sysctl.conf, you need to add/change the line: net.ipv4.ip_forward = 1 The above might be set to zero, and if it is, change it to 1. Unfortunately, for this change to take effect, you'd need to reboot the system, b

RE: Kernel seems to be blocking messages

2004-02-21 Thread Armen Kaleshian
Paulo... As Asterr suggested, you might have a iptable rules that are preventing data to go through. To clear those rules, try the following: Iptables -F Iptables -X Iptables -P INPUT ACCEPT Iptables -P OUTPUT ACCEPT Iptables -P FORWARD ACCEPT The above wipes out any instance of any rules existin

RE: Graphical client for SSH2?

2004-02-21 Thread Armen Kaleshian
Use Putty http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html It's the easiest Windows SSH client to use with zero installation overhead, etc. Good Luck! =D --Armen : -Original Message- : From: [EMAIL PROTECTED] : [mailto:[EMAIL PROTECTED] On Behalf Of Eve Atley : Sent: Fr

Re: router/firewall log interpretation help

2004-02-20 Thread Armen Kaleshian
s. There are other things it might be too, none of them your : problem. : : The simplest place to check port numbers, at least for the common ports, is : /etc/services . For the less standard ones, there are bigger listings on : the Web (easy to Google). : : At 04:39 PM 2/18/2004 -0500, Armen

Re: router/firewall log interpretation help

2004-02-18 Thread Armen Kaleshian
Good start James! I've tried to clarify, piece by piece the output log for you below... : Feb 17 15:08:13 - kernel: IP fw-in deny eth0 UDP 192.168.1.101:68 : 255.255.255.255:67 L=328 S=0x00 I=391 F=0x T=128 Date What did the logging What chain the packet came in on What the firewall did to t

Re: IMAP Error

2004-02-12 Thread Armen Kaleshian
I'm sorry. I completely missed it in your previous e-mail. Configure is basically complaining that libgdbm can not be found; it has nothing to do with IMAP. If you were trying to build something else that was looking for the same library, it would probably have the same problem... You could do on

Re: IMAP Error

2004-02-12 Thread Armen Kaleshian
Where is libgdbm.so located on your machine? On Thu, Feb 12, 2004 at 02:08:41PM +0200, Ralica Kirilova wrote: : Hi all, : I have a problem with running courier-IMAP server. : My system is Linux Slackware 9.1, uname -r --> 2.4.22 : I have qmail running. : I'm trying to run ./configure [options] li

Re: iptables and logging

2004-02-10 Thread Armen Kaleshian
John... The logging method that iptables uses is a standard logging mechanism that provides the ability for the logs that come out of it to be read by standard log parsers. The standard is used by many web, ftp, etc. servers that I know of. A provision was made a while back for user space logging