Re: Have I Been Hacked?

2001-03-05 Thread Stefano Passarella
Hi I've a little problem with APACHE & CGI. When APACHE passes the variable QUERY_STRING to a program, APACHE ( I think) changes the whitespaces to plus (+). For example: FORM: AAA BBB GCI: AAA++BBB Is it correct? If possible that APACHE leaves the whitespaces? bye Ste

Re: Have I Been Hacked?

2001-03-05 Thread Bret Hughes
Joshua Hirsh wrote: > > The information in the email pertaining to the user 'operator' was on the > remote machine which had attempted to connect to Ben's portmap service. > > Because the remote machine had attempted the connection, a program on > Ben's machine is setup to finger the remote acco

Can't locate module sound-slot-1 ...

2001-03-05 Thread Dominic Mitchell
Hi, I have configured my sound card with sndconfig and it works correctly. However, I am seeing these entries in /var/log/messages: Mar 6 01:03:50 rlevesque modprobe: modprobe: Can't locate module sound-slot-1 Mar 6 01:03:51 rlevesque modprobe: modprobe: Can't locate module sound-service-

RE: [RHL] How to turn off an ip address?

2001-03-05 Thread Eddie Strohmier
Jack: I would definitely second that. I had some very trivial IP chains rules put in place at first on my home and school network but after hearing about firestarter on this list a few months ago I have a fully functional, easily manipulative firewall that I can change easily without the worry of

Re: [RHL] How to turn off an ip address?

2001-03-05 Thread Jack Bowling
> >On Mon, 5 Mar 2001, M. Neidorff wrote: > > > > Hi all, > > > > I have my home network (RedHat 6.2) set up so that everyone is on the > > Internet full time. I have eth1 going out to the net via DSL and eth0 > > going to the local net (192.168.1.*). I'd like to be able to turn net > > access

Re: what files control pap logon

2001-03-05 Thread hanfam
Thanks changeing just fetchmailrc worked great. Linda Hanigan On Mon, 5 Mar 2001, Mikkel L. Ellertson wrote: > But you should be able to create a .fetchmailrc file that will get her > e-mail over your normal ppp connection. The easyest way would be to > create a user for her mail with

up2date redhat distro

2001-03-05 Thread Adam Sleight
I forgot who asked for this..I think Dan Browning??? He wanted a distro with all the updates, etc. I couldn't find the link last week but just found it...here ya go. http://cambuca.ldhs.cetuc.puc-rio.br/ btw if any of you want your own home brewn mp3 internet/LAN jukebox check out http://www.e-

Re: DBI-perl help?

2001-03-05 Thread Charles Galpin
or better yet, install it via perl's excellent CPAN module perl -MCPAN -e 'install Bundle::DBI' It is truly a great way to install perl modules. use perl -MCPAN -e shell to get into an interactive shell to do installs/upgrades. hth charles On Mon, 5 Mar 2001, K Old wrote: > Richard, > > I

Re: Abacus, SAINT or Nessus?

2001-03-05 Thread Charles Galpin
I have only tried the abacus tools (portsentry and logcheck) of these three, and recommend them (for detection and prevention of scans, not scanning itself). [x]nmap works well to scan your systems though. hth charles On Mon, 5 Mar 2001, Tom[ISO-8859-1] ás García Ferrari wrote: > Hello, > > I

Re: [RHL] How to turn off an ip address?

2001-03-05 Thread Mikkel L. Ellertson
On Mon, 5 Mar 2001, Kirk wrote: > If your talking about blocking a local-net address you could use route or > ipchains. Using route would be easier to delete the entry and wont get messy in > memory. > > ex: route add -host 192.168.1.x reject : to deny access > ex: route del -host 192.168.1.x re

Re: [RHL] How to turn off an ip address?

2001-03-05 Thread Kirk
If your talking about blocking a local-net address you could use route or ipchains. Using route would be easier to delete the entry and wont get messy in memory. ex: route add -host 192.168.1.x reject : to deny access ex: route del -host 192.168.1.x reject : to re-allow them But heres an ipcha

Re: Suggestions for pop3 & scheduling

2001-03-05 Thread Ken Cole
Thanks to everyone who repsonded on this one > 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 took the suggestions from several respondents ti use qpopper instea

How to turn off an ip address?

2001-03-05 Thread M. Neidorff
Hi all, I have my home network (RedHat 6.2) set up so that everyone is on the Internet full time. I have eth1 going out to the net via DSL and eth0 going to the local net (192.168.1.*). I'd like to be able to turn net access off on an ip-address by ip-address basis. (Its easy to turn off the

Re: how to tar a filelist ?

2001-03-05 Thread Tim Moore
Chris Fishwick wrote: > > I would have thought that the easiest way to do this would be to do a > 'find /usr/src/linux/arch/alpha -name *.c -print > filename', and then do > a 'tar cvf your.filename.tar -T filename'. This could be easily scripted > into a nice little script etc.. [17:37] abit:~

Re: Problems installing rpm.

2001-03-05 Thread Tim Moore
> users and I got a dependency failure. RPM said that libglide.so.4 was > required. FIND found the file right were it was supposed to be. rpm -Uvvh is a quick and dirty way to see what the exact sequence was. -- ___ Redhat-list mailing list [EMAIL

Problems installing rpm.

2001-03-05 Thread Mike Watson
I've a puzzeling situation. I was trying to install Screem for one of my users and I got a dependency failure. RPM said that libglide.so.4 was required. FIND found the file right were it was supposed to be. Is this a Screem error or RPM? How can I fix this. Screem comes on the Powertools CD f

Re: Eeek! Kernel upgrade loses SCSI module!

2001-03-05 Thread Eric Sisler
Brett Charbeneau <[EMAIL PROTECTED]> wrote: > > mkinitrd /boot/initrd-2.2.16-3.img 2.2.16-3 > > Try running it with the '-v' (verbose) switch and see if you get any > >errors. > Good idea. > No errors - here's what I get (and I moved to the newest kernel on >this figuring, hey,

Re: what files control pap logon

2001-03-05 Thread Mikkel L. Ellertson
On Mon, 5 Mar 2001 [EMAIL PROTECTED] wrote: > Hi All, > My moms computer is in the shop so I want to pick > up her email. I tried changing username in /etc/ppp/options > and the login and name in /etc/ppp/pap-secrets and > in fetchmailrc. However it doesn't work it is failing > to logon to the is

Re: how to tar a filelist ?

2001-03-05 Thread Chris Fishwick
I would have thought that the easiest way to do this would be to do a 'find /usr/src/linux/arch/alpha -name *.c -print > filename', and then do a 'tar cvf your.filename.tar -T filename'. This could be easily scripted into a nice little script etc.. Regards Chris On Mon, 5 Mar 2001, Mikkel L. E

Re: how to tar a filelist ?

2001-03-05 Thread John Weber
How about find . -name "*.c" > filelist to generate (or >> to append to existing list) your list file for tarring. or tar cf tarfile `find . -name "*.c"` which might fail if the list is too long. -- John S. Weber System Administrator Center for Computational Mathematics University of Col

Re: how to tar a filelist ?

2001-03-05 Thread Mikkel L. Ellertson
This does not satify the requirments in the origional question. He want to preserve the origional directory structure in the archive. On Mon, 5 Mar 2001, Lorris J. Woods wrote: > move all the files that are .c to another dir. and point to it. > On Mon, 5 Mar 2001, Mikkel L. Ellertson wrote: > >

what files control pap logon

2001-03-05 Thread hanfam
Hi All, My moms computer is in the shop so I want to pick up her email. I tried changing username in /etc/ppp/options and the login and name in /etc/ppp/pap-secrets and in fetchmailrc. However it doesn't work it is failing to logon to the isp correctly. We both have the same isp so it has to be a

Re: Eeek! Kernel upgrade loses SCSI module!

2001-03-05 Thread Brett Charbeneau
> mkinitrd /boot/initrd-2.2.16-3.img 2.2.16-3 > > Try running it with the '-v' (verbose) switch and see if you get any errors. Good idea. No errors - here's what I get (and I moved to the newest kernel on this figuring, hey, what the heck?) [root@franklin /boot]# mkinitrd -v /

Re: how to tar a filelist ?

2001-03-05 Thread Lorris J. Woods
move all the files that are .c to another dir. and point to it. On Mon, 5 Mar 2001, Mikkel L. Ellertson wrote: > The only problem with the -T option is that it will not expand > wildcards. So from the file list he gave, it will look for a file > called "/usr/src/linux/arch/alpha/boot/*.c", and a

Re: ping with equivalent to ms ping -a

2001-03-05 Thread Leonard den Ottolander
Hi David. > I am looking for a tool which will do the same thing as ms ping -a. ping . Assuming these machines are in your /etc/hosts file. If they are not in your /etc/hosts file ping will take a long time trying to resolve their DNS names (which will fail since you don't hav

Re: HD partition with RH 6.2

2001-03-05 Thread Michael R. Jinks
There is a free program called parted, comes with Red Hat 7, don't know if it's included with 6.2 but you can probably find it at rpmfind.net. "[EMAIL PROTECTED]" wrote: > > Dear all, > > I have an HD 1GB with Linux installed and an HD 20 GB with Windows > (sigh.I must keep it for my sister

Re: Building RPMS/SRC.RPM'S ...

2001-03-05 Thread Wolfgang Pfeiffer
Message from Wolfgang Pfeiffer on Mon, 5 Mar 2001, 22:54 <+0100>: > > 1. I know how to build a RPM with a SRC.RPM ... > 2: I do not have the src.rpm ... that's why I want to build it :) > 3: Even if I had the source rpm, I'd like to learn building one by myself >(perhaps nuts, I know, but l

Re: Linux and viruses

2001-03-05 Thread Mikkel L. Ellertson
On Mon, 5 Mar 2001, [EMAIL PROTECTED] wrote: > Hi to all > can anybody explain me, even in a few words, why is Linux so robust > against viruses ?? Is there an intrinsic robustness ??? > > I'm a Linux newbye, and I just heard of a "Ramen" virus or something > similar, but nothing else > if I

Re: Linux and viruses

2001-03-05 Thread Mike Burger
Because the bulk of virii were either written for DOS, written to infect DOS/Windows executables, or are written in Microsoft's visual basic scripting language. Linux's memory model doesn't really allow for the DOS boot sector or executable virii, because in most cases they require access to the

Re: Abacus, SAINT or Nessus?

2001-03-05 Thread John Weber
I use nessus and like it. It attempts known exploits and the update process is easy, just run nessus-update-plugins and it will get any new plugins from the nessus site.. nmap is also good for listing open ports. -- John S. Weber System Administrator Center for Computational Mathematics Univers

Re: HD partition with RH 6.2

2001-03-05 Thread Mike Burger
Parted and fips can be used to resize your partitions. On Mon, 5 Mar 2001, [EMAIL PROTECTED] wrote: > > > Dear all, > > I have an HD 1GB with Linux installed and an HD 20 GB with Windows > (sigh.I must keep it for my sister text-processing purposes); > > at the moment, the 1GB is nearly full

Re: Pdf files with Linux

2001-03-05 Thread Mike Burger
Did you check Adobe's site for a Linux based version of the Acrobat reader? On Mon, 5 Mar 2001, [EMAIL PROTECTED] wrote: > > > Hi people, > > I have found a very nice Unix book in pdf format and I would like to > read it. > > Is there any tool around for Linux that reads pdf files ?? > > I run R

Re: Pdf files with Linux

2001-03-05 Thread Chandra K Nathani
U can download acrobar reader from http://www.adobe.com/products/acrobat/readstep2.html If thats a free ebook why dont u share it with us all. Chandu --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > Hi people, > > I have found a very nice Unix book in pdf format and > I would like to >

Re: Eeek! Kernel upgrade loses SCSI module!

2001-03-05 Thread Eric Sisler
Brett Charbeneau <[EMAIL PROTECTED]> wrote: >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

Re: Building RPMS/SRC.RPM'S ...

2001-03-05 Thread Wolfgang Pfeiffer
1. I know how to build a RPM with a SRC.RPM ... 2: I do not have the src.rpm ... that's why I want to build it :) 3: Even if I had the source rpm, I'd like to learn building one by myself (perhaps nuts, I know, but learning GNU/Linux with being able to build my own src.rpm is perhaps being

Linux and viruses

2001-03-05 Thread [EMAIL PROTECTED]
Hi to all can anybody explain me, even in a few words, why is Linux so robust against viruses ?? Is there an intrinsic robustness ??? I'm a Linux newbye, and I just heard of a "Ramen" virus or something similar, but nothing else if I think to the tons of Windows-viruses Thank you

Re: Pdf files with Linux

2001-03-05 Thread Thornton Prime
On Mon, 5 Mar 2001, [EMAIL PROTECTED] wrote: > Is there any tool around for Linux that reads pdf files ?? Adobe has an acrobat reader for Linux. gv and ggv both work on the majority of pdf files. thornton ___ Redhat-list mailing list [EMAIL PROTEC

Re: Pdf files with Linux

2001-03-05 Thread David Brett
xpdf is probably already installed on your computer david On Mon, 5 Mar 2001, [EMAIL PROTECTED] wrote: > > > Hi people, > > I have found a very nice Unix book in pdf format and I would like to > read it. > > Is there any tool around for Linux that reads pdf files ?? > > I run RedHat 6.2.

Re: Pdf files with Linux

2001-03-05 Thread Michael R. Jinks
xpdf came with my RedHat system. works well. I run Red Hat 7 but I think it came with 6.2 also. you can get acroread from the Adobe web site, it works too. "[EMAIL PROTECTED]" wrote: > > Hi people, > > I have found a very nice Unix book in pdf format and I would like to > read it. > > Is t

Re: Pdf files with Linux

2001-03-05 Thread Mikkel L. Ellertson
On Mon, 5 Mar 2001, [EMAIL PROTECTED] wrote: > > > Hi people, > > I have found a very nice Unix book in pdf format and I would like to > read it. > > Is there any tool around for Linux that reads pdf files ?? > > I run RedHat 6.2. > > Sorry if the question is not so acute. > > Thanks, Roberto

Re: Pdf files with Linux

2001-03-05 Thread Hidong Kim
xpdf should be on the Red Hat 6.2 CD. You can use it to read PDF files. Also, there's a Linux version of Adobe Acrobat Reader you can download from the Adobe Web site http://www.adobe.com. Good luck, Hidong P.S. Can you send us the link to the UNIX document? "[EMAIL PROTECTED]" wrote: >

HD partition with RH 6.2

2001-03-05 Thread [EMAIL PROTECTED]
Dear all, I have an HD 1GB with Linux installed and an HD 20 GB with Windows (sigh.I must keep it for my sister text-processing purposes); at the moment, the 1GB is nearly full while the 20 GB is nearly empty (18 GBs are empty); I would like to partition the 20 GB HD in two partitions, say

Pdf files with Linux

2001-03-05 Thread [EMAIL PROTECTED]
Hi people, I have found a very nice Unix book in pdf format and I would like to read it. Is there any tool around for Linux that reads pdf files ?? I run RedHat 6.2. Sorry if the question is not so acute. Thanks, Roberto ___ Redhat-list ma

Re: Building RPMS/SRC.RPM'S ...

2001-03-05 Thread Jonathan Wilson
Why don't you just dorpm --rebuild --target=[your arch] your.src.rpm i.e. for a Pentium II you'd do rpm --rebuild--target=i686 wget.src.rpm and for an Athlon you'd do rpm --rebuild--target=athlon wget.src.rpm. The newly built rpm will appear in /usr/src/redhat/RPM/[arch]/wget-.[arch].rpm

Re: newbie kernel driver question

2001-03-05 Thread Ray Zupancic
> > > If you have the source code for the driver, and access to a working > system running the same kernel, you can try compiling it as a module, > and building a driver disk. I have not built a driver disk, so maybe > someone that has can help. I know install will ask for one if you do an > exp

Building RPMS/SRC.RPM'S ...

2001-03-05 Thread Wolfgang Pfeiffer
I'm trying to build a wget.rpm and wget.src.rpm from a wget-1.6.tar.gz ... to no avail ... I was using several times the first, and one or more times the second attached wget.spec ... all these failed builds never gave me either a wget-1.6.src.rpm or a wget-1.6.rpm ... I'm rather sure I made one o

Abacus, SAINT or Nessus?

2001-03-05 Thread Tomás García Ferrari
Hello, I trying to use a network scanner to detect if there is any hole on my server. RedHat speaks about the Abacus Project, SAINT and Nessus. Which one of these three is more recommended...? Anybody is using them? Any other suggestion? Thanks for your help! Tomás Tomas Garcia Ferrari Bigital

Re: strange log entries ...

2001-03-05 Thread Dominic Mitchell
I Mikkel, This one is stupid ... I forgot that I am still pulling my mail from my past ISP which expires in march. I have missed a dot I should have read 207.253.6.3 instead of 207.253.63 ---I use large font the line just wrapped at the dot. Worst then that, I was suspecting something with f

Re: newbie kernel driver question

2001-03-05 Thread Mikkel L. Ellertson
On Mon, 5 Mar 2001, Ray Zupancic wrote: > I'm not used to the issue of unsuppoted boot devices. I have an on-board > SCSI controller (sym53c8(1010)) that isn't supported by the RH7 or RH6.2 > install. I have a disk image from LSILogic that allows me to use the > linux dd install option on RH7,

newbie kernel driver question

2001-03-05 Thread Ray Zupancic
I'm not used to the issue of unsuppoted boot devices. I have an on-board SCSI controller (sym53c8(1010)) that isn't supported by the RH7 or RH6.2 install. I have a disk image from LSILogic that allows me to use the linux dd install option on RH7, and I can get it working. There is no such image

RE: unsubscribe

2001-03-05 Thread ABrady
On 05-Mar-2001 Ed Conrad opined: > > > [EMAIL PROTECTED] wrote: > Maybe next time you can try unsubscribing with multiple copies of an extrememly long message! The wits seem to be getting dimmer and dimmer. -- If Bill Gates had a dime for every time a Windows box crashed...

Re: login failure/service failure

2001-03-05 Thread Mikkel L. Ellertson
On Mon, 5 Mar 2001, Darko Stankovic wrote: [snip] > Hello, > > I ran rpm -Va and a got a couple of files in that listing, and here is a > couple: > > /etc/services, /usr/local/lib, /dev/log, /dev/pts, dev/tty0123456, > /usr/sbin/in.fingered, > /etc/inittab, /etc/rc.d/rc.sysinit, /sbin/ifconfig, /e

Re: ping with equivalent to ms ping -a

2001-03-05 Thread David Brett
Thanks nmblookup -A 10.1.1.1 was the answer. david On Mon, 5 Mar 2001, Mikkel L. Ellertson wrote: > On Mon, 5 Mar 2001, David Brett wrote: > > > I have inhereted a network with lots ms machines not in dns (there was no > > dns). I am looking for a tool which will do the same thing as ms pin

login failure/service failure

2001-03-05 Thread Darko Stankovic
Hello Mikkel, I was wandering if you could help me with that problem. I ran pm -Vh, and here is our previous conversation in case you forgot it : -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mikkel L. Ellertson Sent: March 5, 2001 11:36 AM To: [EMA

unsubscribe

2001-03-05 Thread Ed Conrad
[EMAIL PROTECTED] wrote: > Send Redhat-list mailing list submissions to > [EMAIL PROTECTED] > > To subscribe or unsubscribe via the World Wide Web, visit > https://listman.redhat.com/mailman/listinfo/redhat-list > or, via email, send a message with subject or body 'help' to >

Re: ping with equivalent to ms ping -a

2001-03-05 Thread Mikkel L. Ellertson
On Mon, 5 Mar 2001, David Brett wrote: > I have inhereted a network with lots ms machines not in dns (there was no > dns). I am looking for a tool which will do the same thing as ms ping > -a. What this does is return the name for the ip address in dns or the > configured name on the box if no

Re: How can I find which port are open ?

2001-03-05 Thread Gustav Schaffter
Statux, POS? That's not French! un bout de merde! That's French. Gustav P.S. Yes, I agree with you. I'm using it regularly. Or at least trying to. Statux wrote: > > > tcp 81 0 modemcable163.96-2:1732 rsjohn-3.directcon.:ftp CLOSE_WAIT > > tcp1 0 modemcable163.96-2:17

Re: how to tar a filelist ?

2001-03-05 Thread Mikkel L. Ellertson
The only problem with the -T option is that it will not expand wildcards. So from the file list he gave, it will look for a file called "/usr/src/linux/arch/alpha/boot/*.c", and a file called "/usr/src/linux/arch/alpha/boot/tools/*.c", instead of getting all the files in the two directories that

Re: ping with equivalent to ms ping -a

2001-03-05 Thread Mike Burger
David Brett <[EMAIL PROTECTED]> said: > I have inhereted a network with lots ms machines not in dns (there was no > dns). I am looking for a tool which will do the same thing as ms ping > -a. What this does is return the name for the ip address in dns or the > configured name on the box if no d

Kernel Problem.

2001-03-05 Thread Thang Nguyen
Sorry about the HTML email earlier. this is the text format. Can anyone help me identify what should I have to do to fix this type of problem below please? this is Woverine Beta version. I got this 3 times already, the first time I had to do the cold boot and the system dead and had to reinstal

ping with equivalent to ms ping -a

2001-03-05 Thread David Brett
I have inhereted a network with lots ms machines not in dns (there was no dns). I am looking for a tool which will do the same thing as ms ping -a. What this does is return the name for the ip address in dns or the configured name on the box if no dns name. i.e. ping -a 10.1.1.1 will return p

Re: how to tar a filelist ?

2001-03-05 Thread Lorris J. Woods
Hi, here is my suggestion, tar cvf your.tar -T filelist this will create your.tar containing the data pointed to by filelist. I hope that's what you are looking for. On Mon, 5 Mar 2001, Claudiu Balciza wrote: > hi, I have a file containing file specs like in > > > /usr/src/linux/arch/alpha/

Re: Have I Been Hacked?

2001-03-05 Thread Leonard den Ottolander
Hi Mike, > I'd ask, however, for clarification from Ben, as to whether or not user > "operator" has a password, no password at all, or the normal "*" in the > password field. If I understand Joshua correctly, this is finger information about the attempting system. It seems as i

Re: Have I Been Hacked?

2001-03-05 Thread Mike Burger
My bad...I didn't read thoroughly enough. On Mon, 5 Mar 2001, Joshua Hirsh wrote: > The information in the email pertaining to the user 'operator' was on the > remote machine which had attempted to connect to Ben's portmap service. > > Because the remote machine had attempted the connection, a p

Re: Have I Been Hacked?

2001-03-05 Thread Joshua Hirsh
The information in the email pertaining to the user 'operator' was on the remote machine which had attempted to connect to Ben's portmap service. Because the remote machine had attempted the connection, a program on Ben's machine is setup to finger the remote account that is attempting the connec

RE: eth0 not starting

2001-03-05 Thread Mike Burger
It is if you paste the last part of it into the address bar immediately after the first line. On Mon, 5 Mar 2001, mjs wrote: > > this URL isn't avalabe.. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Marco Shaw > Sent: Saturday, March 03, 2001

Re: Guest login wu-ftp

2001-03-05 Thread John Weber
Hi Leonard, I think what I said is true. I know about the sense=deny. I believe the ftpusers file has been in use since before pam (I see it on DEC unix without PAM) and this pam configuration emulates the traditional behavior including the misleadingly named ftpusers file. John On Mon, 5 Mar 2

RE: login hangs

2001-03-05 Thread Darko Stankovic
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mikkel L. Ellertson Sent: March 5, 2001 11:36 AM To: [EMAIL PROTECTED] Subject: RE: login hangs On Mon, 5 Mar 2001, Darko Stankovic wrote: > Hello, > > Thank you for responding to my message. > > Cold b

Re: Is there a way to connect to an NT PPTP server?

2001-03-05 Thread Michael R. Jinks
> Richard Critz wrote: > > It doesn't appear to me (although I may just be reading poorly) that > cipe will connect to a Windows NT VPN (PPTP) server. Has anyone > successfully connected a Linux box in to such a server? > > Thanks, > -r don't know much about CIPE, but isn't it IPSec-based? P

Kernel Problem?

2001-03-05 Thread Thang Nguyen
Can anyone help me identify what should I have to do to fix this type of problem below please? this is Woverine Beta version.  I got this 3 times already, the first time I had to do the cold boot and the system dead and had to reinstall it.  second time was fine after the fsck check after th

Re: vgetty on RH 7

2001-03-05 Thread Mikkel L. Ellertson
On Mon, 5 Mar 2001 [EMAIL PROTECTED] wrote: [snip] > > I find that I also do not have any files in > /var/spool/voice/ > You should put your dtmf_program here. This is the program that gets called if you press "*#" when the outgoing message is playing. You will also want some kind of message_pro

Re: Guest login wu-ftp

2001-03-05 Thread Leonard den Ottolander
Hi John, > In /etc/pam.d/ftp the line > > auth required /lib/security/pam_listfile.so item=user sense=deny > file=/etc/ftpusers onerr=succeed > > indicates that the file to use is /etc/ftpusers. It is poorly named in > that it's actually a list of users NOT allowed to

RE: Find ports

2001-03-05 Thread mjs
try lsof -i -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Statux Sent: Monday, March 05, 2001 4:55 AM To: [EMAIL PROTECTED] Subject: Re: Find ports "netstat -an" will tell you everything you need to know about what's running. On Mon, 5 Mar 2001, siv

intermittent RPC errors

2001-03-05 Thread Michael R. Jinks
Verging on OT, except that all the machines involved happen to be Red Hat 6.2/7 boxes... Our network seems to have a mild case of wonkiness; occasionally RPC-based processes will just refuse to work. The problems are always intermittent, but seem to be increasing over the past few days. There c

RE: eth0 not starting

2001-03-05 Thread mjs
this URL isn't avalabe.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Marco Shaw Sent: Saturday, March 03, 2001 2:47 PM To: [EMAIL PROTECTED] Subject: Re: eth0 not starting > all that aside,..how do i add options to my conf.module file for I/O and

Re: need help on anti-spam config

2001-03-05 Thread Hal Burgiss
On Mon, Mar 05, 2001 at 10:55:23AM -0600, Mikkel L. Ellertson wrote: > > I hope this helps. You may also find the docs at > http://www.moongroup.com/pages.php?page=docs helpfull. Sorry, I haven't followed the whole thread, but has anybody mentioned postfix? The anti-spam features are a thousand

Re: need help on anti-spam config

2001-03-05 Thread Mikkel L. Ellertson
On Mon, 5 Mar 2001, gary wrote: > Dear all, > > Sorry for been asking the same question, cause I still suffer with mail > spam... > > I been trying on config file in /etc/mail/access or deny I tried to > reject or/and relay by ip or domain name, but looked like whatever setting > that I did,

RE: login hangs

2001-03-05 Thread Darko Stankovic
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mikkel L. Ellertson Sent: March 5, 2001 11:36 AM To: [EMAIL PROTECTED] Subject: RE: login hangs On Mon, 5 Mar 2001, Darko Stankovic wrote: > Hello, > > Thank you for responding to my message. > > Cold b

Re: OT Writing Man Pages

2001-03-05 Thread Dave Ihnat
On Mon, Mar 05, 2001 at 05:10:33PM +0200, Johannes Eriksson wrote: > Manedit saves and reads regular man page files. The XML is only for > *editing*, because it's an easy to use mark-up language and provides > some logical structure (sections). Hm. Ok, I'll go check this out. Although it seem

RE: login hangs

2001-03-05 Thread Mikkel L. Ellertson
On Mon, 5 Mar 2001, Darko Stankovic wrote: > Hello, > > Thank you for responding to my message. > > Cold boot was turning machine off and on, and not shutting it properly down. > Yes I can login into single user mode no problem. Also at the boot up yes > system did a check on my disks and everyt

RE: how to tar a filelist ?

2001-03-05 Thread Hugo . Rabson
Title: RE: how to tar a filelist ? Tar will accept the paths as command-line parameters or from a specific text file. Warning: tar will tar the directories _and their contents_ if you include the directory paths (e.g. /usr/bin). You could filter your filelist with something like this:- # >

Re: Have I Been Hacked?

2001-03-05 Thread Mike Burger
Perhaps. I'd ask, however, for clarification from Ben, as to whether or not user "operator" has a password, no password at all, or the normal "*" in the password field. If user "operator" has the * in the password field, user "operator" should not be able to log into pts/1 or pts/2, would you no

Re: vgetty on RH 7

2001-03-05 Thread redhat
On Sun, Mar 04, 2001 at 09:06:24PM -0600, Mikkel L. Ellertson wrote: Hi Mikkel, I have been following this thread and much appriciate your advice. > 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 >

Re: need help on anti-spam config

2001-03-05 Thread Mike Burger
Aaahhh...Ooops. On Mon, 5 Mar 2001, Mikkel L. Ellertson wrote: > On Mon, 5 Mar 2001, Mike Burger wrote: > > > "Mikkel L. Ellertson" <[EMAIL PROTECTED]> said: > > > > > On Mon, 5 Mar 2001, Thang Nguyen wrote: > > > > > > > Hi, > > > > > > > > makemap hash /etc/mail/access.db < /etc/mail/access >

RE: login hangs

2001-03-05 Thread Darko Stankovic
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mikkel L. Ellertson Sent: March 5, 2001 10:27 AM To: [EMAIL PROTECTED] Subject: Re: login hangs On Mon, 5 Mar 2001, Darko Stankovic wrote: > Hello, > > I am having trouble with my red hat 6.0 server, and I

Re: rhn_check : What is wrong

2001-03-05 Thread Joshua Hirsh
Hi Rob, As of February 26th, you can no longer access the RHN utilities as anonymous users. I suggest that you create an account for yourself at http://www.redhat.com/network/ and run the command 'rhn_register' on your machines that you want profiled on the site. Regards, Joshua Hirsh efni C

Re: Have I Been Hacked?

2001-03-05 Thread Joshua Hirsh
Hey Folks, Theres a bit of information that you all seemed to over look here.. The email that Ben Ocean had forwarded to the list was generated by a program that was watching connections to his local machine. The email was triggered by... (read the subject.) Thats right. A portmap probe to his

Re: DBI-perl help?

2001-03-05 Thread K Old
Richard, If I were you, I'd save myself the trouble and just build the DBI module from the tarball. It is just a few commands and you'll be up and running in a few minutes. Hope this helps, Kevin >From: "Richard Critz" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]

Re: need help on anti-spam config

2001-03-05 Thread Mikkel L. Ellertson
On Mon, 5 Mar 2001, Mike Burger wrote: > "Mikkel L. Ellertson" <[EMAIL PROTECTED]> said: > > > On Mon, 5 Mar 2001, Thang Nguyen wrote: > > > > > Hi, > > > > > > makemap hash /etc/mail/access.db < /etc/mail/access > > > > > > > > Nope - makemap will put the .db on all by itself. > > > > makemap ha

rhn_check : What is wrong

2001-03-05 Thread Rob Cartier
Mar 5 09:30:21 apollo rhnsd[5152]: running program /usr/sbin/rhn_check Mar 5 09:30:29 apollo rhnsd[892]: command returned: Could not submit results to server https://www.rhns.redhat.com/XMLRPC> Error code: -1 ERROR: This does not appear to be a valid username INFO : Can not use an anonymous c

Re: strange log entries ...

2001-03-05 Thread Mikkel L. Ellertson
On 5 Mar 2001, Dominic Mitchell wrote: > > Ok, > > I know that I am asking many small questions ... I am seeing this > since I have installed the firewall as I have put maximum > logging. The address 207.253.63 is using port 110 (pop3). Could > they be using my computer as a relay for spam? > >

Re: Second cpu not recognised

2001-03-05 Thread Trond Eivind Glomsrød
"Dana H. Myers" <[EMAIL PROTECTED]> writes: > What kind of SCSI controller are you using (if any) ? I've found > that the 'new' AIC7xxx driver in Fisher and Wolverine consistently > panics during boot on a dual-Pentium system. I booted UP, built a > new kernel with the 'old' AIC7xxx driver and

Re: need help on anti-spam config

2001-03-05 Thread Mike Burger
"Mikkel L. Ellertson" <[EMAIL PROTECTED]> said: > On Mon, 5 Mar 2001, Thang Nguyen wrote: > > > Hi, > > > > makemap hash /etc/mail/access.db < /etc/mail/access > > > > > Nope - makemap will put the .db on all by itself. > > makemap hash /etc/mail/access < /etc/mail/access > > works just fine.

Re: Second cpu not recognised

2001-03-05 Thread Dana H. Myers
RaghuNath L wrote: > Hi list , > > I installed a second p-III 866 mhz processer on a compaq ml 390 server > problem is the second processer is recognised by bios but not by os i > tried coplig new kernel with smp but it reboots automatically while > loading kernel into memory. What kind of SCSI

Re: need help on anti-spam config

2001-03-05 Thread Mikkel L. Ellertson
On Mon, 5 Mar 2001, Thang Nguyen wrote: > Hi, > > makemap hash /etc/mail/access.db < /etc/mail/access > > Nope - makemap will put the .db on all by itself. makemap hash /etc/mail/access < /etc/mail/access works just fine. ___ Redhat-list mailing li

Re: login hangs

2001-03-05 Thread Mikkel L. Ellertson
On Mon, 5 Mar 2001, Darko Stankovic wrote: > Hello, > > I am having trouble with my red hat 6.0 server, and I hope you can > help me. The server was working for a couple of months and I have > not touched it for a while. Then I moved it to a different locatio, > and booted it with some older moni

sound

2001-03-05 Thread Neil Hollow
I read the sound post today. I'm having weird problems with my sound in RH6.0 and have never had it right since I installed it. My main bugbear is I cannot play mp3 files without them sounding distorted (or system sounds in gnome with enlightment). Whats happening is that they play very, very s

Is there a way to connect to an NT PPTP server?

2001-03-05 Thread Richard Critz
It doesn't appear to me (although I may just be reading poorly) that cipe will connect to a Windows NT VPN (PPTP) server.  Has anyone successfully connected a Linux box in to such a server?   Thanks, -r

Re: OT Writing Man Pages

2001-03-05 Thread Johannes Eriksson
* Dave Ihnat [Sun, Mar 04, 2001 at 09:21:51PM -0600]: > 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 tha

Re: Second cpu not recognised

2001-03-05 Thread Trond Eivind Glomsrød
RaghuNath L <[EMAIL PROTECTED]> writes: > I installed a second p-III 866 mhz processer on a compaq ml 390 server > problem is the second processer is recognised by bios but not by os i > tried coplig new kernel with smp but it reboots automatically while > loading kernel into memory. Do you have

  1   2   >