RE: Monitor IP addresses?

2001-03-04 Thread Steve Gulick
Have you ever looked at Big Brother? www.bb4.com May be a little more than what you are looking for but a very cool app Steve > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Hal Burgiss > Sent: Monday, March 05, 2001 1:15 AM > To: [EMAIL PROTECTED

how to tar a filelist ?

2001-03-04 Thread Claudiu Balciza
hi, I have a file containing file specs like in /usr/src/linux/arch/alpha/boot/*.c /usr/src/linux/arch/alpha/boot/tools/*.c I would like to tar those files with fullpaths (even if there's no file in some dir ) how can I accomplish that ? Claudiu Balciza

Re: How can I find which port are open ?

2001-03-04 Thread Statux
> tcp 81 0 modemcable163.96-2:1732 rsjohn-3.directcon.:ftp CLOSE_WAIT > tcp1 0 modemcable163.96-2:1731 rsjohn-3.directcon.:www CLOSE_WAIT > tcp1 0 modemcable163.96-2:1729 rsjohn-3.directcon.:www CLOSE_WAIT > tcp1 0 modemcable163.96-2:1728 rsjohn-3.

Re: .fetchmailrc must have no more than -rwx--x--- (0710) permissions.

2001-03-04 Thread Statux
I guess we aren't telling him (the easy way) how to fix it. Now if I were to reply like this, I'd get yelled at ;) in any event, "man chmod" helps a lot :) -Statux ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/li

Re: How can I find which port are open ?

2001-03-04 Thread Jack Bowling
** Reply to message from Dominic Mitchell <[EMAIL PROTECTED]> on 05 Mar 2001 00:31:53 -0500 FYI. -- $ whois directcon.com Whois Server Version 1.3 Domain names in the .com, .net, and .org domains can now be registered with many different competing registrars. Go to http://www

Question on IPX

2001-03-04 Thread Robert Key
Hi, I have a network with a novel netware server running version 5. I simply cannot find the server with slist. I have done all the correct things: ipx_interface add -p eth0 802.2 when I check the IPX network address it is correct. However when I do an slist : server not found error 0x8847

Re: Monitor IP addresses?

2001-03-04 Thread Hal Burgiss
On Sun, Mar 04, 2001 at 11:47:47PM -0600, K Old wrote: > Hello, > > I was wondering if there was any way I could monitor the IP's I have > on my server and if they go down restart them. Surely there has to > be some kind of script I can write or can someone inform me of the > commands (with synt

Re: Monitor IP addresses?

2001-03-04 Thread Peter Kiem
Hi Kevin, > to check and see if a particular IP is running and then what I should do to > restart it. I know webmin (www.webmin.com) now has the ability for you to monitor computers and the services running on them. As for the restarting of them, that depends on WHY they went down doesn't it?

Refreshing gnome's menus?

2001-03-04 Thread Peter Kiem
If I install an rpm (e.g xgammon) that wasn't present before it create /etc/X11/wmconfig/xgammon which appears to contain the details necessary to "register" the program on the gnome menus. What do I have to do to refresh the application menus to pick up the extra application? -- Regards, +-

Re: OT Writing Man Pages

2001-03-04 Thread Cameron Simpson
| What do people use to write man pages? I hate to supply the standard answer, but... vi! | Is there some utility that | converts from some standard format to a man format, like from .doc to | html? I know there's a pod2man command, however I don't know how to | write stuff in pod. man per

Monitor IP addresses?

2001-03-04 Thread K Old
Hello, I was wondering if there was any way I could monitor the IP's I have on my server and if they go down restart them. Surely there has to be some kind of script I can write or can someone inform me of the commands (with syntax) to check and see if a particular IP is running and then what

Re: logs : getport(status)

2001-03-04 Thread Dominic Mitchell
Mikkel, Thanks for the info. Cheers, Dominic. -- Dominic Mitchell ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: How can I find which port are open ?

2001-03-04 Thread Dominic Mitchell
Werner Puschitz <[EMAIL PROTECTED]> writes: > This command gives you a quick overview: netstat -at > Connexions Internet actives (serveurs et établies) Proto Recv-Q Send-Q Adresse locale Adresse distanteEtat tcp0 0 modemcable163.96-2:1777 news.videotron.net:

Re: How can I find which port are open ?

2001-03-04 Thread Bret Hughes
Dominic Mitchell wrote: > > Hi, > > Ok, I am making a firewall fast before I get hit. I downloaded > pmfirewall-1.1.14 which is very easy to configure --- it is > targeted for users with low knowledge of ipchains et al ... me :( > > I will take some time to read the Howto, but it possible just

Re: .fetchmailrc must have no more than -rwx--x--- (0710) permissions.

2001-03-04 Thread Bret Hughes
Matt Kraner wrote: > > Thanks for all the help, I'm just starting to learn about linux and been > playing around. > > I need to know how to fix this error > ile /home/drdos/.fetchmailrc must have no more than -rwx--x--- (0710) > permissions. Matt it is telling you that your .fetchmailrc is read

Re: How can I find which port are open ?

2001-03-04 Thread Werner Puschitz
This command gives you a quick overview: netstat -at And the following command gives you some more information about which processes are listening on which ports. lsof -a -i Werner On 4 Mar 2001, Dominic Mitchell wrote: > > Hi, > > Ok, I am making a firewall fast before I get hit. I download

Re: How can I find which port are open ?

2001-03-04 Thread Mikkel L. Ellertson
On 4 Mar 2001, Dominic Mitchell wrote: > > Hi, > > Ok, I am making a firewall fast before I get hit. I downloaded > pmfirewall-1.1.14 which is very easy to configure --- it is > targeted for users with low knowledge of ipchains et al ... me :( > > I will take some time to read the Howto, but it p

Re: Lilo - still 1024 limit? - answered incorrectly

2001-03-04 Thread Bob Hartung
Thanks to all that answered! I did a little work around with the partitions. Never could get the Mandrake 7.2 to install and finally got RH 7.0 installed. I did have several tries to get it right and on three or four occasions the boot loader from the install disk hung at cdrom identificiation

How can I find which port are open ?

2001-03-04 Thread Dominic Mitchell
Hi, Ok, I am making a firewall fast before I get hit. I downloaded pmfirewall-1.1.14 which is very easy to configure --- it is targeted for users with low knowledge of ipchains et al ... me :( I will take some time to read the Howto, but it possible just to tweak the firewall. For now I need

Re: logs : getport(status)

2001-03-04 Thread Mikkel L. Ellertson
On 4 Mar 2001, Dominic Mitchell wrote: > > > Thanks for the info. I have not made the firewall yet, it was in > my project to do so shortly. I will work on it right now. I > would I know if someone made it through? > > Thanks, > > Dominic. > > > "Mikkel L. Ellertson" <[EMAIL PROTECTED]>

RE: Suggestions for pop3 & scheduling

2001-03-04 Thread Raoul Anderson
I have found qpopper good and quite easy to setup and maintain. On Mon, Mar 05, 2001 at 12:21:19PM +1000, Ken Cole wrote: > Can anyone recommend a pop3 server for RH6.2. About 30 > clients using a variety of clients, Pegasus, Outlook > [Express], Netscape, etc, All Win9x workstation based > c

Re: .fetchmailrc must have no more than -rwx--x--- (0710) permissions.

2001-03-04 Thread Anthony E . Greene
On Sun, 04 Mar 2001 22:08:47 Matt Kraner wrote: >Thanks for all the help, I'm just starting to learn about linux and been >playing around. > >I need to know how to fix this error >ile /home/drdos/.fetchmailrc must have no more than -rwx--x--- (0710) >permissions. A Google search on "file permissi

Re: logs : getport(status)

2001-03-04 Thread Dominic Mitchell
Thanks for the info. I have not made the firewall yet, it was in my project to do so shortly. I will work on it right now. I would I know if someone made it through? Thanks, Dominic. "Mikkel L. Ellertson" <[EMAIL PROTECTED]> writes: > > > Chances are someone is trying to crack your mach

Re: Suggestions for pop3 & scheduling

2001-03-04 Thread Hirendra Hindocha
On Mon, Mar 05, 2001 at 12:21:19PM +1000, Ken Cole wrote: > Can anyone recommend a pop3 server for RH6.2. About 30 > clients using a variety of clients, Pegasus, Outlook > [Express], Netscape, etc, All Win9x workstation based > clients. I would suggest going with IMAP instead of pop3. The UW Im

Re: Suggestions for pop3 & scheduling

2001-03-04 Thread Mike Burger
I'm afraid that I've not seen that message... On Mon, 5 Mar 2001, Ken Cole wrote: > Mike, > > Mike Burger wrote: > > > I've been very happy with cucipop... > > I am trying cucipop now but I am having problems. Have you ever had this > message appear in the maillog: > > Mar 5 12:44:02 sss cucip

Re: vgetty on RH 7

2001-03-04 Thread Randy Perkins
> Something very strange going on here. From the error messages, I am not > suprised it doesn't work. I wish I know why you were getting all the > "Function not implemented", "No such file or directory" and "Operation > not permitted" errors. How much have you modified the config files? > You a

Re: Suggestions for pop3 & scheduling

2001-03-04 Thread Ken Cole
Mike, Mike Burger wrote: > I've been very happy with cucipop... I am trying cucipop now but I am having problems. Have you ever had this message appear in the maillog: Mar 5 12:44:02 sss cucipop[5812]: Invalid command capa - - Mar 5 12:49:02 sss cucipop[5943]: Invalid command capa - - Mar

recent SMP docs

2001-03-04 Thread James Zuelow
A quick search on the net for Linux SMP howto's and other documentation gives a few hits (and a cool logo), but the documentation seems to be a few years old - mainly related to the 2.0 kernel. Can anyone point me towards some more recent SMP documentation for the 2.2.17 (well, any recent 2.2) ke

Re: OT Writing Man Pages

2001-03-04 Thread Dave Ihnat
On Mon, Mar 05, 2001 at 02:16:38AM +0200, Johannes Eriksson wrote: > ...there is a gtk program > called ManEdit out there ... and it uses an XML manual page format > instead of the horrible groff/troff format. Uh...but doesn't that break man(1)? If so, it's worthless. Extend man to read XML, c

.fetchmailrc must have no more than -rwx--x--- (0710) permissions.

2001-03-04 Thread Matt Kraner
Thanks for all the help, I'm just starting to learn about linux and been playing around. I need to know how to fix this error ile /home/drdos/.fetchmailrc must have no more than -rwx--x--- (0710) permissions. Thanks ___ Redhat-list mailing list [E

Re: OT Writing Man Pages

2001-03-04 Thread Dave Ihnat
On Sun, Mar 04, 2001 at 05:45:39PM -0700, Ashley M. Kirchner wrote: > Ya, goodie. Please. You can use my email to send it. - AMK4 Actually, someone else pointed out it's currently available (from my earlier posting) at: http://www.moongroup.com/archives/redhat/1999-11.7-12.22/msg04378.htm

Re: Question about "make"

2001-03-04 Thread Mikkel L. Ellertson
On Sun, 4 Mar 2001, Matt Kraner wrote: > is there a way to install the command "make" with out reloading > Linux, When I had it installed they installed it from a FTP site. > > Thanks > man rpm (Try posting without the HTML next time.) ___ Redhat-li

Re: Question about "make"

2001-03-04 Thread Mike Burger
You'll find that http://rpmfind.net is your friend. Search for and download the appropriate rpm of "make" from the site, instal the rpm, and you're off. On Sun, 4 Mar 2001, Matt Kraner wrote: > is there a way to install the command "make" with out reloading Linux, When I had it >installed they

RE: drives losing their minds

2001-03-04 Thread Rodolfo Paiz
> Anyone know anything about TEAC SCSI CD-ROM drives? That's > what I'm looking at to replace this 2yr. old Toshiba... No, but the Plextors have been wonderful for me. Even better, though, are the Kenwood True-X drives with Zen technology. I have three of those in EIDE, but you'd have to check a

Question about "make"

2001-03-04 Thread Matt Kraner
is there a way to install the command "make" with out reloading Linux, When I had it installed they installed it from a FTP site.   Thanks  

Re: vgetty on RH 7

2001-03-04 Thread Mikkel L. Ellertson
On Sun, 4 Mar 2001, Randy Perkins wrote: > > Check your /etc/mgetty+sendfax/voice.conf to make sure you have your > > modem listed as a voice modem. Also, check the logs to make sure that > > vgetty isn't having a problem identifing your voice modem. This may be > > the problem, as I don't thin

Re: Suggestions for pop3 & scheduling

2001-03-04 Thread Mike Burger
I've been very happy with cucipop...there's also gnu-pop3d, qpopper, etc. On Mon, 5 Mar 2001, Ken Cole wrote: > Can anyone recommend a pop3 server for RH6.2. About 30 > clients using a variety of clients, Pegasus, Outlook > [Express], Netscape, etc, All Win9x workstation based > clients. > > A

Suggestions for pop3 & scheduling

2001-03-04 Thread Ken Cole
Can anyone recommend a pop3 server for RH6.2. About 30 clients using a variety of clients, Pegasus, Outlook [Express], Netscape, etc, All Win9x workstation based clients. Also, I have had an enquiry about a scheduling package similar to facility available with MS-Schedule and facilities in MS-O

Streaming Media

2001-03-04 Thread Ted Gervais
I just thought that maybe others would like to know about this site: http://fredrik.hubbe.net/plugger.html It has plugins for 'streaming Multimedia for Unix Netscape'. I installed a few of them and now I can use quicktime among other viewers to look at various media presentations.

Re: vgetty on RH 7

2001-03-04 Thread Randy Perkins
> Check your /etc/mgetty+sendfax/voice.conf to make sure you have your > modem listed as a voice modem. Also, check the logs to make sure that > vgetty isn't having a problem identifing your voice modem. This may be > the problem, as I don't think the identifing strings have been updated > for t

Re: Once Again, Have I Been Hacked?

2001-03-04 Thread Mike Burger
At this point, I'd say yes, especially since "operator" has no password and isn't supposed to be logged into. On Sun, 4 Mar 2001, Ben Ocean wrote: > Here's another one, this one not to *tty1* but rather *pts/1*. Have I been > hacked? > BenO > > >Date: Sun, 4 Mar 2001 14:46:13 -0800 > >From: bin

Re: OT Writing Man Pages

2001-03-04 Thread Steelhead
http://wolfpack.twu.net/ManEdit/ Manedit home page Steelhead - Original Message -- --- From: Johannes Eriksson <[EMAIL PROTECTED]> To: Red Hat Mailing LIst <[EMAIL PROTECTED]> Sent: Sunday, March 04, 2001 4:16 PM Subject: Re: OT Writing Man Pages > * Ashley M. Kirchner [Sun, Mar 04, 2001 a

Re: OT Writing Man Pages

2001-03-04 Thread Anthony E . Greene
On Sun, 04 Mar 2001 18:17:27 Dave Ihnat wrote: >Actually, I'm rather surprised we still use nroff/troff for man pages. >Still, since we do, and there doesn't seem to be any fancy writer >around, I still have a little ditty I wrote many, many years ago called >makeman(1L). I found makeman in the M

Re: OT: Are you a Linux sys admin?

2001-03-04 Thread Michael Jinks
I first touched Linux in '97, when I was a Windows sysadmin for a small consulting firm and we'd started to outgrow Windows as a platform for utility work like network servers and such. Within a couple of months of my first test Linux install I'd set up about half a dozen systems, doing web, rout

Re: OT Writing Man Pages

2001-03-04 Thread Ashley M. Kirchner
Dave Ihnat wrote: > It's straight shellscript, text-based, and walks you through writing a > man page, including brief help on all the *roff constructs. A fellow > some months ago took a copy and put it on a web page somewhere, but I > can provide it again if you can't find it. Ya, goodie.

Re: vgetty on RH 7

2001-03-04 Thread Mikkel L. Ellertson
On Sun, 4 Mar 2001, Randy Perkins wrote: > i am trying to use vgetty as an answering machine on RH 7 > i installed the rpm mgetty-voice-1.1.22-1 from redhat. > > i tried to test the basic configuration at the command line > > mgetty /dev/modemthe modem answers incoming calls > vgetty /dev/mod

Re: OT Writing Man Pages

2001-03-04 Thread Johannes Eriksson
* Ashley M. Kirchner [Sun, Mar 04, 2001 at 10:48:42AM -0700]: > > What do people use to write man pages? Is there some utility that > converts from some standard format to a man format, like from .doc to > html? I know there's a pod2man command, however I don't know how to > write stuff in

Re: Once Again, Have I Been Hacked?

2001-03-04 Thread Nima S. Panahi
It seems like we have a new mailing-list type game show on our hands. Ben gives log outputs and we all try to answer the question "Have I been hacked?". Kind of like "Name that Tune".Goody goody, I can't wait for next week PS: I am not flaming or anything... I just thought it was funny. Bein

Re: Once Again, Have I Been Hacked?

2001-03-04 Thread RTS
What program is generating these emails for you?? And based on that email I'd say yes you have been. RTS At 06:45 PM 3/4/01 -0500, you wrote: >Hmm... Off hand I'd say yes. > John > >On Sun, 04 Mar 2001, Ben Ocean wrote: > > Here's another one, this one not to *tty1* but rather *pts/1*.

Updating anaconda

2001-03-04 Thread Daniel Senie
I'm looking for information on updating the RedHat installer for RedHat 6.2. What I'd like to do is put a newer version of the DAC960 driver into the installer so that it will work properly with the currently available Mylex RAID controllers. If anyone can point me at documentation or tips on how

Re: Once Again, Have I Been Hacked?

2001-03-04 Thread John Aldrich
Hmm... Off hand I'd say yes. John On Sun, 04 Mar 2001, Ben Ocean wrote: > Here's another one, this one not to *tty1* but rather *pts/1*. Have I been > hacked? > BenO > > >Date: Sun, 4 Mar 2001 14:46:13 -0800 > >From: bin <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: portmap a

Once Again, Have I Been Hacked?

2001-03-04 Thread Ben Ocean
Here's another one, this one not to *tty1* but rather *pts/1*. Have I been hacked? BenO >Date: Sun, 4 Mar 2001 14:46:13 -0800 >From: bin <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: portmap attempt on thor from 211.57.229.2 (211.57.229.2) > > [211.57.229.2] > Login: operator

Re: DNS transfer denied?

2001-03-04 Thread Ed Lazor
Thanks =) -Ed At 11:14 AM 3/2/2001 +0530, you wrote: > > > > Hi Ed, > >Just put allow-tranfres it is completely safe . > > > > > > > Hi Dave =) > > > > I am responsible for the atfantasy.com domain and the log entries were > > from the primary dns server's logs. I have someone running seco

Re: OT Writing Man Pages

2001-03-04 Thread Dave Ihnat
On Sun, Mar 04, 2001 at 10:48:42AM -0700, Ashley M. Kirchner wrote: > What do people use to write man pages? Is there some utility that > converts from some standard format to a man format, like from .doc to > html? I know there's a pod2man command, however I don't know how to > write stuff

vgetty on RH 7

2001-03-04 Thread Randy Perkins
i am trying to use vgetty as an answering machine on RH 7 i installed the rpm mgetty-voice-1.1.22-1 from redhat. i tried to test the basic configuration at the command line mgetty /dev/modemthe modem answers incoming calls vgetty /dev/modemdoes not answer incoming calls my logs mention

Eeek! Kernel upgrade loses SCSI module!

2001-03-04 Thread Brett Charbeneau
THE MACHINE PIII 550 IDE boot disk SCSI swap and all other partitions Adaptec 29160 controller using the aic7xxx module THE GOAL Upgrade the kernel from 2.2.5-15 to 2.2.16-3 - still loading the SCSI driver as a module as I do now THE PROCESS SO FAR:

Re: Have I Been Hacked?

2001-03-04 Thread Ben Ocean
At 03:52 PM 3/4/2001 -0400, you wrote: >I'd be inclined to say no. <*sigh*> Well, I feel better now. Thanks for your help :)) BenO ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Have I Been Hacked?

2001-03-04 Thread Hal Burgiss
On Sun, Mar 04, 2001 at 12:30:32PM -0800, Ben Ocean wrote: > > Well, *did* they get in, or do we know? Did they get in as far as > tty1 and stop cold? Or, since they apparently logged in as root, did > they gain access to the entire box through tty1? If they did, how > should I go about protectin

Re: Have I Been Hacked?

2001-03-04 Thread Michael Burger
On Sun, 04 Mar 2001 12:30:32 -0800, Ben Ocean wrote: >thewebsons:/apache/vhosts/downloads/chkrootkit-0.22# ps ax | grep >"/usr/local/sb >in/s"|more > 661 ?S 0:07 /usr/local/sbin/sshd > 3849 ?S 0:00 /usr/local/sbin/sshd > 4232 ?S 0:00 /usr/local/sbin/ssh

Re: logs : getport(status)

2001-03-04 Thread Mikkel L. Ellertson
On 4 Mar 2001, Dominic Mitchell wrote: > > > Hi, > > I these kind of entries in /varr/log/messages: > > Mar 4 11:12:57 rlevesque portmap[7671]: connect from 211.169.224.32 to >getport(status): request from unauthorized host > Mar 4 11:54:48 rlevesque amd[540]: reload of map /etc/amd.net is not

Re: Have I Been Hacked?

2001-03-04 Thread Ben Ocean
At 03:21 PM 3/4/2001 -0400, you wrote: >Run a "ps ax | grep "/usr/local/sbin/s" By doing the ps ax, it will >not display the usernames, and will give you more of the process >name. Also note that it's not necessarily you that may have run the >process...many daemon processes run whenever they ru

Swap Disk/Leaky mem?

2001-03-04 Thread Rob Hardowa
Hi all, I am having a problem that I hope someone can help me with. I recently installed RH7 on my intel SMP machine. I upgraded all the packages and then installed a custom 2.4.2 kernel. The problem is that shortly after startup and entering X win, the HD starts grinding away for several seco

Re: Have I Been Hacked?

2001-03-04 Thread Michael Burger
On Sun, 04 Mar 2001 12:04:25 -0800, Ben Ocean wrote: >At 02:45 PM 3/4/2001 -0400, you wrote: >>You'd need to do a ps aux to get a list of everything, and if you do >>a ps aux | grep root, you'll get every process currently run by root, >>unless "ps" has been compromised. > >This is what came fro

logs : getport(status)

2001-03-04 Thread Dominic Mitchell
Hi, I these kind of entries in /varr/log/messages: Mar 4 11:12:57 rlevesque portmap[7671]: connect from 211.169.224.32 to getport(status): request from unauthorized host Mar 4 11:54:48 rlevesque amd[540]: reload of map /etc/amd.net is not needed (in sync) How should I interpret these entri

Re: Have I Been Hacked?

2001-03-04 Thread Ben Ocean
At 02:45 PM 3/4/2001 -0400, you wrote: >Just a straight "ps" will only show you your active tasks from your >current session. > >You'd need to do a ps aux to get a list of everything, and if you do >a ps aux | grep root, you'll get every process currently run by root, >unless "ps" has been compro

Re: HELP RPM-4.0

2001-03-04 Thread Pietro
At 13.42 04/03/01 -0600, you wrote: >On Sun, 4 Mar 2001, Pietro wrote: > >Ok. I will try. (Excuse me for my English) > > With command ftp ftp.rpm.org ( for dowload rpm-3.0.5-9.6x.) , the > server > > require username end password. Is not anonimous ? > > How download the file from www.rpm.org

Re: HP USB CD-Writer Plus 8230e problems

2001-03-04 Thread Werner
FYI, I got it working with a patch from Matthew Dharm. The reason for these errors and problems could be either the CD itself or that the ATAPI device acts a little be strange etc. And it's still open if it's really a 8230e drive or if it's a 8290 drive as 'cdrecord -scanbus' and /etc/sysconfig

Re: Have I Been Hacked?

2001-03-04 Thread Michael Burger
On Sun, 04 Mar 2001 11:39:39 -0800, Ben Ocean wrote: >> >>tty1 is your primary console, on the physical machine. >> > >> >Please tell me how this relates to my concern. >> >>Don't be snippy about it, now. > >Hell, I ain't being snippy! It's an honest question. > >>If tty1 is the primary physical

Re: HELP RPM-4.0

2001-03-04 Thread Mikkel L. Ellertson
On Sun, 4 Mar 2001, Pietro wrote: >Ok. I will try. (Excuse me for my English) > With command ftp ftp.rpm.org ( for dowload rpm-3.0.5-9.6x.) , the server > require username end password. Is not anonimous ? > How download the file from www.rpm.org ? > > Thanks > Pietro > Use wget ftp://updates.

Re: Have I Been Hacked?

2001-03-04 Thread Ben Ocean
At 02:32 PM 3/4/2001 -0400, you wrote: >On Sun, 04 Mar 2001 11:19:41 -0800, Ben Ocean wrote: > > >At 02:06 PM 3/4/2001 -0500, you wrote: > >>Let me rethink that. > >> > >>tty1 is your primary console, on the physical machine. > > > >Please tell me how this relates to my concern. > >Don't be snippy

Re: Have I Been Hacked?

2001-03-04 Thread Michael Burger
On Sun, 04 Mar 2001 11:19:41 -0800, Ben Ocean wrote: >At 02:06 PM 3/4/2001 -0500, you wrote: >>Let me rethink that. >> >>tty1 is your primary console, on the physical machine. > >Please tell me how this relates to my concern. Don't be snippy about it, now. If tty1 is the primary physical consol

Re: HELP RPM-4.0

2001-03-04 Thread Pietro
At 11.54 04/03/01 -0600, you wrote: >On Sun, 4 Mar 2001, Pietro wrote: > > > At 13.07 03/03/01 -0600, you wrote: > > >On Sat, 3 Mar 2001, Pietro wrote: > > > > > > > Hello, > > > > I have red-hat 6.1, kernel 2.2.12. > > > > What is the step for install RPM 4.0 ? > > > > The sources code is rpm-4.

Re: Have I Been Hacked?

2001-03-04 Thread Ben Ocean
At 02:06 PM 3/4/2001 -0500, you wrote: >Let me rethink that. > >tty1 is your primary console, on the physical machine. Please tell me how this relates to my concern. >Is anyone else aware of any rootkits that point the physical tty's at >something virtual? What do you mean by this question? TIA

Re: Have I Been Hacked?

2001-03-04 Thread Mike Burger
Let me rethink that. tty1 is your primary console, on the physical machine. Is anyone else aware of any rootkits that point the physical tty's at something virtual? On Sun, 4 Mar 2001, Ben Ocean wrote: > Hi; > I just received this email: > > >Date: Sun, 4 Mar 2001 09:42:56 -0800 > >From: bin <

Re: Have I Been Hacked?

2001-03-04 Thread Mike Burger
The IP is from a system in Greece. unless you have a friend or a user in Greece, I'd say yes, you've been hacked. On Sun, 4 Mar 2001, Ben Ocean wrote: > Hi; > I just received this email: > > >Date: Sun, 4 Mar 2001 09:42:56 -0800 > >From: bin <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subje

Have I Been Hacked?

2001-03-04 Thread Ben Ocean
Hi; I just received this email: >Date: Sun, 4 Mar 2001 09:42:56 -0800 >From: bin <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: portmap attempt on thor from 212.205.199.91 (212.205.199.91) > > [212.205.199.91] > Login: rootName: root > Directory: /root

Re: figuring out what is _necessary_ for compiling

2001-03-04 Thread Monte Milanuk
No sound. Strictly a server. Thanks, Monte Jerry Human wrote: > > Monte Milanuk wrote: > > > > > Is there somewhere on the Net that perhaps lists packages are necessary for >minimal compiling > > functionality? > > Does your P133 have sound? Why don't you try compiling a sound driver > fr

Re: figuring out what is _necessary_ for compiling

2001-03-04 Thread Jerry Human
Monte Milanuk wrote: > > Is there somewhere on the Net that perhaps lists packages are necessary for minimal >compiling > functionality? Does your P133 have sound? Why don't you try compiling a sound driver from alsa-prohect.org? Thanks. ___ Re

Re: Lilo - still 1024 limit?

2001-03-04 Thread Justin Zygmont
not so fast, I think they extended the int13h register or whatever they call it now sp that it does support more cyls. Also, I remember reading that there was a new lilo to work with it. This was some time ago. P.S. Sorry for my date, my server is down and I have to use this crappy dead battery

Re: OT Writing Man Pages

2001-03-04 Thread Hal Burgiss
On Sun, Mar 04, 2001 at 10:48:42AM -0700, Ashley M. Kirchner wrote: > > What do people use to write man pages? Is there some utility that > converts from some standard format to a man format, like from .doc to > html? I know there's a pod2man command, however I don't know how to > write stu

Re: HELP RPM-4.0

2001-03-04 Thread Mikkel L. Ellertson
On Sun, 4 Mar 2001, Pietro wrote: > At 13.07 03/03/01 -0600, you wrote: > >On Sat, 3 Mar 2001, Pietro wrote: > > > > > Hello, > > > I have red-hat 6.1, kernel 2.2.12. > > > What is the step for install RPM 4.0 ? > > > The sources code is rpm-4.0.tar.gz. > > > > > > Thanks, > > > by Italy > > >

OT Writing Man Pages

2001-03-04 Thread Ashley M. Kirchner
What do people use to write man pages? Is there some utility that converts from some standard format to a man format, like from .doc to html? I know there's a pod2man command, however I don't know how to write stuff in pod. Any other solutions? AMK4 -- H | Hi, I'm currently out of my

figuring out what is _necessary_ for compiling

2001-03-04 Thread Monte Milanuk
Ok. Here's the scene: I have RH 7.0 up and running on a P133 w/16MB RAM, and a 3.2GB HD. I did a Server install, and did _not_ select any of the options presented i.e. web, dns, whatever. I then went into the Select Individual packages portion, and gutted everything that basically wasn't needed

Re: Lilo - still 1024 limit? - answered incorrectly

2001-03-04 Thread Chandra K Nathani
Yes, lilo has overcome the 1024 limit. When i installed it on my 20G hard disk.. the lilo which was written by default by the installation was not proper and it suggested me to edit the lilo.conf to include the line "lba32" and remove "linear"... and everything was working fine with that correctio

Re: Lilo - still 1024 limit?

2001-03-04 Thread Greg Wright
*** REPLY SEPARATOR *** >Hi all, > I am having to reinstall on a Laptop due to upgrade of HD >to 30 GB to share with Win2000 and Linux (RH7 or >Mandrake7.2). I have always placed the Linux stuff in a >high extended partition in the past. I have been having a >devil of a time

Re: Lilo - still 1024 limit? - answered incorrectly

2001-03-04 Thread Charles Galpin
DOH!! is right. Yes, newer lilo's can overcome the 1024 limit if your hardware is recent. I'm no expert, but can attest that it *does* work. btw, it's not that lilo can go anywhere, but that it can access the linux kernel above 1024 cylinders. This is supported in RH7. charles On Sun, 4 Mar 200

Re: Lilo - still 1024 limit?

2001-03-04 Thread Trond Eivind Glomsrød
Bob Hartung <[EMAIL PROTECTED]> writes: > Hi all, > I am having to reinstall on a Laptop due to upgrade of HD > to 30 GB to share with Win2000 and Linux (RH7 or > Mandrake7.2). I have always placed the Linux stuff in a > high extended partition in the past. I have been having a > devil of a ti

Re: Lilo - still 1024 limit? - answered

2001-03-04 Thread Bob Hartung
Thanks! Don't know where I got the idea that it had been resolved. Bob Silviu Cojocaru wrote: > On Sun, 4 Mar 2001, 09:32 -0600 Bob Hartung wrote: > > > Hi all, > > I am having to reinstall on a Laptop due to upgrade of HD > > to 30 GB to share with Win2000 and Linux (RH7 or > > Mandrake7.2)

Re: Lilo - still 1024 limit?

2001-03-04 Thread Silviu Cojocaru
On Sun, 4 Mar 2001, 09:32 -0600 Bob Hartung wrote: > Hi all, > I am having to reinstall on a Laptop due to upgrade of HD > to 30 GB to share with Win2000 and Linux (RH7 or > Mandrake7.2). I have always placed the Linux stuff in a > high extended partition in the past. I have been having a > de

Lilo - still 1024 limit?

2001-03-04 Thread Bob Hartung
Hi all, I am having to reinstall on a Laptop due to upgrade of HD to 30 GB to share with Win2000 and Linux (RH7 or Mandrake7.2). I have always placed the Linux stuff in a high extended partition in the past. I have been having a devil of a time but have the idea (source???) that lilo can go any

Re: You Can Boost Windows reliability!!!!!

2001-03-04 Thread rpjday
an excerpt from a recent email i got, which i'm sure some of you also got: On Sun, 4 Mar 2001 [EMAIL PROTECTED] wrote: > > > Dear Windows User, > > Now you can boost the reliability of ordinary Windows ME, 95 and 98  > to > nearly the level of Windows NT or 2000, Microsoft's professional and

Re: HELP RPM-4.0

2001-03-04 Thread Pietro
At 13.07 03/03/01 -0600, you wrote: >On Sat, 3 Mar 2001, Pietro wrote: > > > Hello, > > I have red-hat 6.1, kernel 2.2.12. > > What is the step for install RPM 4.0 ? > > The sources code is rpm-4.0.tar.gz. > > > > Thanks, > > by Italy > > Ciao Pietro > > >Upgrade to Red Hat 7.0. > >It there a re

Re: HELP RPM-4.0

2001-03-04 Thread Pietro
At 13.07 03/03/01 -0600, you wrote: >On Sat, 3 Mar 2001, Pietro wrote: > > > Hello, > > I have red-hat 6.1, kernel 2.2.12. > > What is the step for install RPM 4.0 ? > > The sources code is rpm-4.0.tar.gz. > > > > Thanks, > > by Italy > > Ciao Pietro > > >Upgrade to Red Hat 7.0. > >It there a re

Effect exit

2001-03-04 Thread Pietro
Hello, ML I have an problem with my red-hat 6.1 When write the command as  find ./ -name ..   or ather command,  sometimes the O.S. behave as I write  exit. Why ? The same effect in Xwindows. For exsample while read linux-HOWTO in netscape,  I clic (with mouse) in the link and the Xwindows lo

Re: HP USB CD-Writer Plus 8230e problems

2001-03-04 Thread Werner
I just noticed the following: When I try to mount a RedHat CD from /dev/scd1, it fails with the error message" Mar 4 03:35:27 alpha kernel: sr1: unsupported sector size 1310976. Mar 4 03:35:27 alpha kernel: isofs_read_super: bread failed, dev=0b:01, iso_blknum=205524048, block=205524048 Mar