Re: What is this ?????????????

2002-07-10 Thread patrick1
When I do a nslookup "ipaddress" it says: Non-existent domain. Strange isnt't it??? Patrick On Wed, 10 Jul 2002 10:02:33 -0400 "Jonathan M. Slivko" <[EMAIL PROTECTED]> wrote: >Is this a home machine or a work server? >-- Jonathan > >> Hi all, >> >> I think or I am going crazy or I am too s

Re: What is this ?????????????

2002-07-10 Thread patrick1
It's a home machine. I really really do not understand this. Patrick On Wed, 10 Jul 2002 10:02:33 -0400 "Jonathan M. Slivko" <[EMAIL PROTECTED]> wrote: >Is this a home machine or a work server? >-- Jonathan > >> Hi all, >> >> I think or I am going crazy or I am too stupid too understand thi

What is this ?????????????

2002-07-10 Thread patrick1
Hi all, I think or I am going crazy or I am too stupid too understand this one. Check it out: After my computer is restarted I connect to the Internet, but I don't establish any connection yet to any site. Now, I do a netstat -pan and see 4 external ip-addresses.!! How is this possible?? When

I can't kill processes

2002-06-25 Thread patrick1
Hi folks, When I do a ps -ef|grep fetchmail I get 2 fetchmail processes. Now, I do a kill -9 PID's (of the fetchmail processes ofcourse) and I get an error which say that those PID's do not exist. Again I do a ps -ef|grep fetchmail and I see again 2 fetchmailprocesses with two new PID's. Anyon

Re: Redirection question

2002-06-23 Thread patrick1
Do a ping -r 5 www.mynewsserver.com and you see the routers cq gateways your computer takes when you go to your newsserver. Otherwise you can do a traceroute command. Patrick On Sun, 23 Jun 2002 15:46:19 +0200 (CEST) Kjetil Tjensvold <[EMAIL PROTECTED]> wrote: >How do I found out if I be r

Re: Last time fetchmail

2002-06-21 Thread patrick1
Thanx Gary On Fri, 21 Jun 2002 14:59:37 +0100 Gary Stainburn <[EMAIL PROTECTED]> wrote: >On Friday 21 June 2002 1:30 pm, [EMAIL PROTECTED] wrote: >> Folks, > >Hi Patrick > >> >> Sorry to disturbe you all with this fetchmail problems again, but I'm new >> at fetchmail. The situation now is that

Re: Last time fetchmail

2002-06-21 Thread patrick1
Anthony, The strange thing is that fetchmail uses the configuration set in the server manager on the e-smith server. But still it doesn't forward the emails. Do you know more about a server manager in e-smith which is based on Red hat systems? On Fri, 21 Jun 2002 09:40:45 -0400 "Anthony E.

Last time fetchmail

2002-06-21 Thread patrick1
Folks, Sorry to disturbe you all with this fetchmail problems again, but I'm new at fetchmail. The situation now is that fetchmail connects to our pop3 server at our isp and retrieves all our mail and delivers all the mail in the admin inbox. How can I forward all the other mails to the correc

Re: Group id Problem

2002-06-21 Thread patrick1
I would trace the proces/command to see what it does. patrick On Fri, 21 Jun 2002 16:01:37 +0530 Ganeshh <[EMAIL PROTECTED]> wrote: >Dear List > >i have a problem with ownership on my /etc/shadow file... > >whenever i change a password for an user , my group owner for shadow >file changes to

(no subject)

2002-06-20 Thread patrick1
Hi people, Again a question about fetchmail. I am trying to automate the mail procedure with fetchmaIL so it checks every 5 minutes or so for mail on an extern pop3 server of my isp. A temporary solution I thought of is to once I have manually typed in "fetchmail -d30 -u popadmin my.isp.com.

Re: shell commands

2002-06-14 Thread patrick1
try " man cat" or "man vi" or "man pico" or "man emacs" patrick On Fri, 14 Jun 2002 11:30:19 -0400 "ebinc" <[EMAIL PROTECTED]> wrote: >Does anyone know what to enter at the shell to change server time in Red Hat >7.2 >and to read or edit a file >Thanks very new to the shell >Ed > > > >__

Re: errors

2002-06-12 Thread patrick1
One other thing you can do is to modify /etc/syslog.conf so you don't see those messages again. On Wed, 12 Jun 2002 11:23:15 -0300 Ted Gervais <[EMAIL PROTECTED]> wrote: >On Wednesday 12 June 2002 11:02, [EMAIL PROTECTED] wrote: >> Seems like you have problems with logical volumes. > > >I wonde

Re: errors

2002-06-12 Thread patrick1
check your cron jobs to see what is generating those messages. And what do you see in /var/log/messages?? patrick On Wed, 12 Jun 2002 11:23:15 -0300 Ted Gervais <[EMAIL PROTECTED]> wrote: >On Wednesday 12 June 2002 11:02, [EMAIL PROTECTED] wrote: >> Seems like you have problems with logical

Re: errors

2002-06-12 Thread patrick1
Seems like you have problems with logical volumes. On Tue, 11 Jun 2002 13:24:02 -0300 Ted Gervais <[EMAIL PROTECTED]> wrote: >Wondering if anyone has seen this before. >I am running RedHat7.3 and I see in my various error statements the following: > >"Warning: File System error. >"Filename : /

RE: Stupid question ?????

2002-06-08 Thread patrick1
Thanx All On Fri, 7 Jun 2002 08:30:36 -0700 "Hugh E Cruickshank" <[EMAIL PROTECTED]> wrote: >Hi Patrick: > >The answer probably depends on the language you are using. In >my experience it really boils down to semantics. > >A function is a subroutine that can be invoked from your program. >Th

Stupid question ?????

2002-06-07 Thread patrick1
Hello people, Maybe a stupid question but can anybody tell me clearly what the difference(s) is (are) between functions and library routines ?? Thanx patrick ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listin

Re: how to check the linux run level

2002-05-27 Thread patrick1
/etc/inittab, the entry default is the default runlevel. patrick On 27 May 2002 08:37:27 +0930 Mark Bradbury <[EMAIL PROTECTED]> wrote: >/sbin/runlevel > >first number is the last runlevel you were at and the second number >given is the current run level > > > >On Mon, 2002-05-27 at 08:21,

Re: SIGTERM

2002-05-22 Thread patrick1
If you kill the pid, sure you kill the process itself but the shared mem seg remains cause other processes may need them. patrick On Tue, 21 May 2002 15:16:20 +0300 Bubulac Tatiana <[EMAIL PROTECTED]> wrote: >Hi, > >I want to terminate a parent process that attach several shared >memor

Re: Finding libraries

2002-05-14 Thread patrick1
Try the command "ldd" or "lddconfig" These shows you the shared libraries on your system Patrick On Tue, 14 May 2002 02:28:47 -0700 (PDT) Cesar Moya <[EMAIL PROTECTED]> wrote: >I was trying to compile a program and needed Xlib.h and >Xutil.h which were not installed. Typed > >rpm --redha

Re: How can I take action on the hacker if I manager to get his IP address

2002-05-03 Thread patrick1
I would use nmap to do a local portscan to see which services are running and disable those you do not need. On Fri, 3 May 2002 06:50:26 -0700 "Jim Bija" <[EMAIL PROTECTED]> wrote: >If he caused 5 thousand dollars or more in damage (which includes any and >all things needed to be done to rev

Re: Not SQL but Update daemon problem !!

2002-05-02 Thread patrick1
Thanx Brian On Thu, 2 May 2002 15:23:59 -0400 Brian Ashe <[EMAIL PROTECTED]> wrote: >Patrick, > >On Thursday May 02, 2002 02:19, you said something about: >> On 2 May 2002 18:16:21 - [EMAIL PROTECTED] wrote: >> >Hey all, >> > >> >When my laptop with RH7.2 has finishing starting, the laptop

Not SQL but Update daemon problem !!

2002-05-02 Thread patrick1
On 2 May 2002 18:16:21 - [EMAIL PROTECTED] wrote: >Hey all, > >When my laptop with RH7.2 has finishing starting, the laptop keeps doing >something according to the sound I hear in the laptop. After a top cmd I saw >that the update daemon is causing all this. But my question is: why does it

MySQL problem?

2002-05-02 Thread patrick1
Hey all, When my laptop with RH7.2 has finishing starting, the laptop keeps doing something according to the sound I hear in the laptop. After a top cmd I saw that the update daemon is causing all this. But my question is: why does it runs when there is nothing running or playing or whatever o

Re: frequent hard disk writes

2002-05-02 Thread patrick1
Thats probably the update or flush daemon which sends the buffercontents every N seconds to disks. (correct if I'm wrong). you could kill those processes with kill -9 PID (Process ID) after a ps -ef. patrick ___ Redhat-list mailing list [EMAIL PROT

Re: RAID Driver!!!!!!!!!!

2002-05-02 Thread patrick1
go to google and do a search on "software raid driver" patrick ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Mailman Question

2002-05-02 Thread patrick1
If you reply it will go to the list again.. patrick ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Missing CC

2002-05-02 Thread patrick1
Normally you get all c compilers; cc, gcc etc as you install RH7.2, as far as I know. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: Blackjack

2002-05-01 Thread patrick1
On Wed, 1 May 2002 11:44:18 +0100 "Ross Cooney" <[EMAIL PROTECTED]> wrote: >> has anyone ever heard of the service blackjack??? I found it due >> to a local >> portscan on my system. I have really really no idea what this is. >> Anybody > >There is a virus called blackjack, > >I dont have

Blackjack

2002-05-01 Thread patrick1
Hey there, has anyone ever heard of the service blackjack??? I found it due to a local portscan on my system. I have really really no idea what this is. Anybody greetings, patrick ___ Redhat-list mailing list [EMAIL PROTECTED] https://l

Re: (no subject) -- was initd->tcpserver

2002-04-30 Thread patrick1
Is it also possible to enable IPv6 in Red Hat 7.2?? If yes, where can I do that? /proc/sys/net/ipV6? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: (no subject) -- was initd->tcpserver

2002-04-30 Thread patrick1
thanx.. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: (no subject) -- was initd->tcpserver

2002-04-30 Thread patrick1
The meaning with tcpserver is this: (Correct me if I'm wrong by the way...:)) If you do a netstat -an you see in some cases under Local adress 0.0.0.0 which means that interface will accept/listen on everey ports on your system and is waiting for connections from the whole world. Now, with tcps

(no subject)

2002-04-30 Thread patrick1
Hey all, I'm just a beginner of linux but already have a question... Can anyone tell me how I can install en configure the tcpserver program, as a replacement of initd.?? ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redha