jailing ftpusers with wu-ftp

2000-10-09 Thread eric clover
hello, is there a simple way to jail a large amount of users to their /home/user directory using wu-ftpd? thank you eric ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: print server

2000-10-09 Thread Mikkel L. Ellertson
On Mon, 9 Oct 2000, Bryan K. wrote: > Does anyone have any pointers for setting up a print server. This machine > will need to run 4 printers, printing a total of 1000+ jobs (250 per > printer). > > So the main issues to be addressed are, how do I setup multiple parallel > ports, and is there g

Re: ftp server

2000-10-09 Thread Terry Williams
If i was going to do it I would use proftpd. You can use rpmfind to download this package. Here is a link if you don't have rpmfind installed on your system. http://rpmfind.net/linux/RPM/PByName.html - Original Message - From: "rob smith" <[EMAIL PROTECTED]> To: "redhat" <[EMAIL PROTE

Re: printer installation

2000-10-09 Thread Matt Haffner
Selim Jahangir wrote: > > Dear all > is there any tool to configure printer from command mode? printtool is used > in X-window. But without configuring x-window Can i not be able to configure > a printer ? Obviously there should have a solution.. Please help me to > configure a printer without pr

Re: [Fwd: gcc 2.96 comment from GCC steering committee]

2000-10-09 Thread Edward Marczak
On 9/10/00 1:40 AM, Statux struck keys that formed the message: >>> Anyone else see this? Did RH 7 ship with gcc 2.96? I wonder how big a deal >>> this really is? > > How big a deal it is? Well if it's producing incompatable object code, > then RH7 is truely screwed :) (if gcc 2.96 is what it'

Re: wierd wu-ftpd problem

2000-10-09 Thread Alan Mead
At 01:18 PM 10/9/00 , listmail wrote: > In redhat 6.2, I have st up an ftp server using the wu. I have set >up jails for the various users, to seal them into their home directory. My >problem is that while everything works fine in ters of connecting with a >unix ftp program (such as ftp, a

Re: Syslogd failing, terminal problem, Samba logins inconsistent

2000-10-09 Thread Chris Harvey
Bill, I had the same problem till I went to the patch site this weekend for 6.2 and downloaded a bunch of patches. One looked like it might help and I think it did, but I don't remember which one it was.. potentially it was 'sysklogd' Also, I think my system has been hacked and that might be part

Re: rpm usage

2000-10-09 Thread almquist paul
> > you can do this without installing it. Try > > rpm -ql your.rpm > if rpm is NOT installed you need to include the "p" option: rpm -qlp rpm-file-name > this will list all the file that would be installed if you choose to do > so. I've been wondering how to extract a single file from

Re: RH7.0 locks up

2000-10-09 Thread Charles Galpin
I also do a kernel compile loop burn in test on my machines (first sugested to me by the honorable Donald Becker oncE :) ) I have used the same g400 in two machines, both able to compile the kernel with -j4 for days. As an aside, on one of these machines I actually forgot I was compiling the kern

Re: XDMCP Question

2000-10-09 Thread almquist paul
> > Solved my own problem > > The last line of xdm-config is a security line, since I'm on a private line > I commented it out and everything works. > > But, how do I change my default login manager from Gnome to KDE? > change /etc/sysconfig/desktop or change /etc/X11/prefdm which gets info

Re: make modules error DO I have to have sound?

2000-10-09 Thread Mikkel L. Ellertson
On Sun, 8 Oct 2000, Bret Hughes wrote: [SNIP] > > I have a couple of quetions. > > Any ideas why the first procedure did not work? > i.e. > > make dep > make clean > make install > make modules > make modules_install > > This is what hung at the Finding Module Dependencies prompt which looks l

Re: firewall

2000-10-09 Thread Rick Knebel
> > I have linux running a home network. I have a static IP adress. > >you don't say what your net connection is. Is it DSL/cable using one of >the ethernet cards, or a dialup via modem? We need to know this before we >can answer your questions properly > >> The Linux box acts as a gateway to th

Symbolic link problem

2000-10-09 Thread listmail
On my Redhat 6.2 server all of my symbolic links are blinking red as if they are broken, but they seeom to otherwise be working normally. Any idea what might be causing this? sub ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman

Re: rpm usage

2000-10-09 Thread Bret Hughes
Charles Galpin wrote: > you can do this without installing it. Try > > rpm -ql your.rpm I always have to use rpm -qlp package.rpm Without the p flag I get package package.rpm is not installed. HTH Bret ___ Redhat-list mailing list [EMAIL PROTEC

HP 970 Cse printer

2000-10-09 Thread bob jones
Thanks in advance, and I apologize if I have missed earlier answers to my query. HP makes an ink jet printer designated as the 970Cse. I don't see it listed in the RHL hardware support information, and it is not on the list of printers in my RHL 6.2 installation. It's a very nice machine. Is thi

ftp server

2000-10-09 Thread rob smith
I have recently installed rh7.0...I did a custom install and did not include the ftp server... I have decided that I want it now what is the best way to install it. Should I use the cd and do and upgrade or simple install the packages myself from the disk...and what are the packages?? thankx

Re: Re: 3d support

2000-10-09 Thread Jason Costomiris
On Mon, Oct 09, 2000 at 01:27:19AM +0400, rob smith wrote: : : well, Jason no offense taken...but before you say something like that try : reading the message more carefully...the drivers at linux.3dfx.com are : based on xfree86 3.3.5 like I said the first timerh 7.0 has xfree86 4. : somethin

re: graphing software question

2000-10-09 Thread Doug McGarrett
Mike wrote: From: "Michael Stack" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: graphing software question Date: Sun, 8 Oct 2000 19:05:57 -0400 charset="iso-8859-1" Reply-To: [EMAIL PROTECTED] Is anybody familiar with software that would enable me to create simpl

Re: RH7.0 locks up

2000-10-09 Thread Charles Galpin
grin. maybe the next RH installer will be smart enough to install a journaling filesystem when it detects a matrox card :) I only have 18gb, so I get more annoyed at losing my current work/state when it happens! charles On Mon, 9 Oct 2000, Adam Sleight wrote: > Same here...I have a g400, RH7.0

Re: rpm usage

2000-10-09 Thread Larry Grover
If you have a binary RPM that you have not yet installed you can try: rpm -qpl your.rpm ^ I think you need the "p" to tell rpm to query an uninstalled package I don't know if this works with a source RPM (your.src.rpm), but you can always install the source RPM, and then check under the

RH 7.0 Nightmare: Permedia2 & other stories.

2000-10-09 Thread Manuel A. Camacho Q.
Hi! I got my RH 7.0 boxed set on Friday, and had a whole bunch of problems. Hope someone can help. 1.) The new version of XFree crashes with my Creative Labs Blaster Exxtreme (Permedia2 with 4 MB of video memory). It did not happen with the 6.x version series. First, best resolution I could get

Re: Promise Ultra66

2000-10-09 Thread Stephen E. Hargrove
Jamin Collins wrote: > > I know this has most likely been covered already. But, if you boot without > the IDE, what are the IO and IRQ address of the SCSI controller? The > behavior that you have listed is very similar to some conflicts I've seen > with Advansys cards and IO/IRQ problems. > /

Re: Syslogd restarting it's self?

2000-10-09 Thread Pi
Same thing happened to me at exactly the same date and time!! What's up? Drew --- Jonathan Wilson <[EMAIL PROTECTED]> wrote: > Howdy, > > I just noticed this entry at the very top of this > week's /var/log/message: > > [root@csc003 /root]# cat /var/log/messages > Oct 8 04:02:00

rsync server question

2000-10-09 Thread Mike Lewis
I've been trying to setup an rsync server. I understand when using using the rsync client piece that you can use ssh ( rsync -avc -e ssh ). If I'm reading correctly, in order to setup an anonymous rsync server, the transport would be rsh ? Is this correct ? Thanks, Mike ___

Re: rpm usage

2000-10-09 Thread Dave Wreski
> you can do this without installing it. Try > > rpm -ql your.rpm Bzzt. You'll need 'rpm -qpl your.rpm' to do this ;) dave ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: firewall

2000-10-09 Thread Burke, Thomas G.
Check out http://tomii.erols.com/firewall.txt Good starting point (or so I'm told) > -Original Message- > From: Rick Knebel [SMTP:[EMAIL PROTECTED]] > Sent: Monday, October 09, 2000 11:37 AM > To: [EMAIL PROTECTED] > Subject: firewall > > Hi, > > I am now completely confused. >

Re: 3d support

2000-10-09 Thread Matt Haffner
rob smith wrote: > > I am trying to play quake 2 with rh7.0...I thought rh7.0 came with 3d > support..I am running a voodoo3...with lots of mem and speed. > I looked for drivers but they are based on xfree86 3.3.5 and rh7.0 has > xfree86 4 will they work or am I missing how this works?? T

Re: RH7.0 locks up

2000-10-09 Thread Gordon Messmer
On Mon, 9 Oct 2000, John Koyle wrote: > A friend and I just upgraded our workstations from RH6.2 to 7.0. We did > a full re-install however, not the upgrade off the CD. We are both > having a lot of problems where the system will hang. I've had it hang > in the middle of moving my mouse across

Syslogd failing, terminal problem, Samba logins inconsistent

2000-10-09 Thread Bill Hensley
Hi, I have had two situations crop up; I'm running RH 6.2 in a server configuration, with Samba, Apache, sendmail/pop3/imap4, and IP Masqing: For some reason, syslogd will not come up; during interactive startup, it shows [FAILED] instead of [OK}. A review of the logs doesn't show any indicat

wierd wu-ftpd problem

2000-10-09 Thread listmail
In redhat 6.2, I have st up an ftp server using the wu. I have set up jails for the various users, to seal them into their home directory. My problem is that while everything works fine in ters of connecting with a unix ftp program (such as ftp, and gftp) When users try to log in with wind

Re: firewall

2000-10-09 Thread Charles Galpin
> I have linux running a home network. I have a static IP adress. you don't say what your net connection is. Is it DSL/cable using one of the ethernet cards, or a dialup via modem? We need to know this before we can answer your questions properly > The Linux box acts as a gateway to the internet

Re: klogd using 80% of CPU?

2000-10-09 Thread Romain Kang
This may be a kernel/BIOS/hardware mismatch. I had this problem when I tried to run a Soundblaster PCI 128 card in my ASUS K7V motherboard. I wound up donating the card and switching back to an older PCI sound card. Romain Kang Disclaimer: I speak for myself alone, [

Re: print server

2000-10-09 Thread Dave Wreski
> Does anyone have any pointers for setting up a print server. This machine > will need to run 4 printers, printing a total of 1000+ jobs (250 per > printer). > > So the main issues to be addressed are, how do I setup multiple parallel > ports, and is there going to be a problem with it? I'm ass

RE: klogd using 80% of CPU?

2000-10-09 Thread Jamin Collins
You can find out what ipchains rules are currently in effect with "/sbin/ipchains -L". The output from this command may be several screens in length, so you may want to redirect the output to a file for reviewing. Are the logs current? Does the output from dmesg agree with your logs? Jamin W.

Re: Syslogd restarting it's self?

2000-10-09 Thread Charles Galpin
I thin k this is normal. It will get restarted multiple times when logrotate runs for each of the apps in /etc/logrotate.d charles On Mon, 9 Oct 2000, Jonathan Wilson wrote: > Howdy, > > I just noticed this entry at the very top of this week's /var/log/message: > > [root@csc003 /root]#

print server

2000-10-09 Thread Bryan K.
Does anyone have any pointers for setting up a print server. This machine will need to run 4 printers, printing a total of 1000+ jobs (250 per printer). So the main issues to be addressed are, how do I setup multiple parallel ports, and is there going to be a problem with it? I'm assuming the re

Re: rpm usage

2000-10-09 Thread Charles Galpin
you can do this without installing it. Try rpm -ql your.rpm this will list all the file that would be installed if you choose to do so. charles On Mon, 9 Oct 2000 [EMAIL PROTECTED] wrote: > hi, > ihow can i get an rpm file to 'install' into a given directory - i want > to look at what makes u

RE: Promise Ultra66

2000-10-09 Thread Jamin Collins
I know this has most likely been covered already. But, if you boot without the IDE, what are the IO and IRQ address of the SCSI controller? The behavior that you have listed is very similar to some conflicts I've seen with Advansys cards and IO/IRQ problems. Jamin W. Collins -Original Messa

RE: firewall

2000-10-09 Thread Anthony Lawson
Check out PMFirewall. http://www.pmfirewall.com/PMFirewall/ It's super simple, run the script, answer some questions, and have a fairly good firewall in minutes. If you are looking for security remember one of the most important things is to shutdown/block unused services/ports. A n t h o n y

lilo won't install a new kernel

2000-10-09 Thread rpjday
a friend used the red hat embedded dev kit 1.0 to create a new kernel and a root filesystem. the root filesystem was placed in a small (40M) partition on /dev/hdb, and we're now trying to run lilo to register the new kernel. this kernel is a "zImage" (created by the dev kit), only 461K, so n

Re: Syslogd restarting it's self?

2000-10-09 Thread Larry Grover
On Mon, 09 Oct 2000 10:37:19 -0500, [EMAIL PROTECTED] (Jonathan Wilson) wrote: > > Howdy, > > I just noticed this entry at the very top of this week's /var/log/message: > > [root@csc003 /root]# cat /var/log/messages > Oct 8 04:02:00 csc003 syslogd 1.3-3: restart. > Oct 8 04:0

Re: RH7.0 locks up

2000-10-09 Thread Adam Sleight
Same here...I have a g400, RH7.0, XFree86 4.01 and a KVM switch...my KVM switch gets stuck and the keyboard locks up to. I guess I'll have to revert back to 3.3.6 and see if that won't fix it. I had fsck it on 27GB it takes about 8-10 minutes. On Mon, 9 Oct 2000 10:49:25 -0400 (EDT) Charles Ga

Re: graphing software question

2000-10-09 Thread Duane Clark
Another very good (but free) graphing package that is widely used in the engineering and scientific world is "grace". I will admit I have not tried to use it for plotting equations, but it has a very comprehensive "command interpreter" that it appears would do this relatively easily. Might be wort

Re: can anyone explain what this is?

2000-10-09 Thread Gordon Messmer
On Mon, 9 Oct 2000, Steve Frampton wrote: > I hear this often, but I wonder if this is accurate. Is it not more > accurate to state that, since version 6.2 (6.1?), Red Hat installs xinetd > _by default_, but you can choose to install inetd instead? Nope, Red Hat 6.2 used inetd. You don't have

firewall

2000-10-09 Thread Rick Knebel
Hi, I am now completely confused. Let me explain my setup. I have linux running a home network. I have a static IP adress. The Linux box acts as a gateway to the internet for my 3 other computers using IP chains. It also acts a a file server. I have two ethernet cards. 192.168.1.1 and 192.1

Re: 7.0 breaks WordPerfect & Acrobat??

2000-10-09 Thread Jim Simmons
I just installed ld.so-1.9.5-13 and libc-5.3.12-31 from RedHat 6.2 on a RedHat 7.0 system and WP 8 seems to work fine. I suspect these are left installed if you do an upgrade as opposed to a full install. One interesting note: if you do a "ldd" on the the xwp executable before installing these

Re: klogd using 80% of CPU?

2000-10-09 Thread Jonathan Wilson
Howdy, Ok, this may sound silly but: This is a leased co-hosted box. It was already set up with Red Hat when we leased it. I have no idea where to look for ipchain rules (I didn't add them, but the people we leased it from might have). Where would they generally be found? By the way, syslogd

Re: e-mail client

2000-10-09 Thread Larry Grover
I use, and really like, Arrow: http://www.newplanetsoftware.com/arrow/ You might also look at Spruce: http://www.xtorshun.org/spruce/ and Balsa: http://www.balsa.net/main.html You might even want to look at Evolution, which is supposed to be similar to Outlook (but I wouldn't know -- I'v

Promise Ultra66

2000-10-09 Thread Stephen E. Hargrove
Well, the fun just never ends with this new controller. This is a somewhat lengthy email, so if you're not interested, just delete it now and move on to brighter and shinier things. ;-) I've read and re-read the HOWTO on this, but I /cannot/ keep the system from crashing. It doesn't seem to lik

firewall

2000-10-09 Thread Rick Knebel
Hi, I am now completely confused. Let me explain my setup. I have linux running a home network. I have a static IP adress. The Linux box acts as a gateway to the internet for my 3 other computers using IP chains. It also acts a a file server. I have two ethernet cards. 192.168.1.1 and 192.1

Re: graphing software question

2000-10-09 Thread Michael Stack
All, I've received a number of suggestions regarding linear function plotting software. I've settled on using GUNPlot - it does a bang-up job, and there is a (beta) version available for Windows as well. Thanks to all who gave me their recommendations. Michael Stack - Original Message

Syslogd restarting it's self?

2000-10-09 Thread Jonathan Wilson
Howdy, I just noticed this entry at the very top of this week's /var/log/message: [root@csc003 /root]# cat /var/log/messages Oct 8 04:02:00 csc003 syslogd 1.3-3: restart. Oct 8 04:02:00 csc003 syslogd 1.3-3: restart. Oct 8 04:02:00 csc003 syslogd 1.3-3: resta

Re: graphing software question

2000-10-09 Thread Larry Grover
You might take a look at the scientific/technical section on: http://www.linuxapps.com You'll find information on about a dozen plotting/graphing apps (many are free, but I think at least some are commercial). __ Larry Grover, PhD Assoc Prof of Physiology Marshall Univ Sch of Med On Sun, 08

Re: Multiple e-mails from this list.

2000-10-09 Thread Ray Curtis
> "ep" == Enrico Payne <[EMAIL PROTECTED]> writes: ep> Hi, since this list was changed to it's new server/software, I have been ep> receiving duplicate copies of each e-mail. ep> If I unsubscribe, then I only get one copy, but am unable to submit e-mails ep> to the list, without them having

rpm usage

2000-10-09 Thread john . horton
hi, ihow can i get an rpm file to 'install' into a given directory - i want to look at what makes up the libc rpm but have been unable to get any joy when looking at the man pages - i don't want to actuall y install the rpm - just 'untar' it into a given directory structure - can anybody help? --

RE: graphing software question

2000-10-09 Thread Manuel A. Camacho Q.
Depends on the graph you want to get: -gnuplot & geg (an X front end). -scilab. Look for them in the installation CD & Powertools CD. -Manuel. > -Mensaje original- > De: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]En > nombre de Michael Stack > Enviado el: Domingo, 08 de Octubre de

Re: RH7.0 locks up

2000-10-09 Thread Charles Galpin
Hi John I haven't had the box long enough to be sure, but I have had the same problem. I believe it is XFree86 4.0 and the mga driver (i have a g400). Switch back to 3.x and it should work fine. nyway, I had to take the box back because it wasn't detecting my full cpu speed - when I get it back,

Re: 7.0 breaks WordPerfect & Acrobat??

2000-10-09 Thread Alan Mead
At 08:58 PM 10/6/00 , you wrote: >On Fri, Oct 06, 2000 at 02:39:06AM -0700, [EMAIL PROTECTED] wrote: > > Morning all > > > > I've just installed 7.0 on a spare Thinkpad, and find that I can not > run some applications that worked fine on previous editions of RH. > > > > Acrobat reader installs ok

Re: RH7.0 locks up

2000-10-09 Thread Hal Burgiss
On Mon, Oct 09, 2000 at 08:41:27AM -0600, John Koyle wrote: > I've been running linux for about 5 years now and haven't seen anything > like this before. > > A friend and I just upgraded our workstations from RH6.2 to 7.0. We did > a full re-install however, not the upgrade off the CD. We are b

Re: graphing software question

2000-10-09 Thread Alan Mead
At 06:05 PM 10/8/00 , Michael Stack wrote: >Is anybody familiar with software that would enable me to create simple >graphs of linear equations? Did a search of redhat.com, but couldn't find >anything. Is there a good place to go look for things like this? Normally >I'd run over to rpmfind.net, bu

RH7.0 locks up

2000-10-09 Thread John Koyle
I've been running linux for about 5 years now and haven't seen anything like this before. A friend and I just upgraded our workstations from RH6.2 to 7.0. We did a full re-install however, not the upgrade off the CD. We are both having a lot of problems where the system will hang. I've had it

Re: [Fwd: gcc 2.96 comment from GCC steering committee]

2000-10-09 Thread Bret Hughes
Statux wrote: > > > Anyone else see this? Did RH 7 ship with gcc 2.96? I wonder how big a deal > > > this really is? > > How big a deal it is? Well if it's producing incompatable object code, > then RH7 is truely screwed :) (if gcc 2.96 is what it's been reported to > be, then that's *the* thin

Re: procmail

2000-10-09 Thread Luke C Gavel
Glen, Thanks for the info. L.G. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Multiple e-mails from this list.

2000-10-09 Thread John Aldrich
On Mon, 09 Oct 2000, Enrico Payne wrote: > Hi Charles, I tried this before, and have tried it again, but the list does > not show the address of the recipient, only the sender. > > Err...it does if you look at the headers... it'll say something like this: Return-Path: <[EMAIL PROTECTED]>Received

Re: Multiple e-mails from this list.

2000-10-09 Thread Charles Galpin
Really? I get my address in my headers: Return-Path: <[EMAIL PROTECTED]> Received: from listman.redhat.com (listman.redhat.com [199.183.24.211]) by lhsw.com (8.9.3/8.9.3) with ESMTP id JAA31289 for <[EMAIL PROTECTED]>; Mon, 9 Oct 2000 09:58:27 -0400 ^

Re: Multiple e-mails from this list.

2000-10-09 Thread Enrico Payne
Hi Charles, I tried this before, and have tried it again, but the list does not show the address of the recipient, only the sender. I have also tried sending a message to [EMAIL PROTECTED], but this did not help. Do you or anyone else have any other suggestions? Regards Enrico - Original Me

Redhat 7 and 3ware controllers

2000-10-09 Thread Pedro Rodrigues
Hello! Does anyone know why there isn´t support for 3ware controllers in stock Redhat 7? 3ware doesn´t have a driver disk yet for 7.0. I once created one for 6.2 using the Device Driver Update Disk devel kit from Doug Ledford, but it doesn´t support RH 7 and i don´t know what i need to change i

Re: Re: Re: 3d support

2000-10-09 Thread Kirk
I use the XF4.0 drivers from linux.3dfx.com on one of my machines with a Voodoo5 and RedHat 7.0. I needed to force the RPMS to get them to install. They do work well though. On the down side... Quake 2 is a Glide 2 game and will NOT work with XF4.x only 3.3.x because the new XF4.x from linux.

Re: Lynksys Router

2000-10-09 Thread Charles Galpin
just don't use dhcp. Assign both boxes a static IP in whatever range you use for the router (default in 192.168.1.1). It's all or nothing with the linksys. As far as I could tell, you couldn't assign machines the same IP by mac address like you can with other dhcp servers. Another approach is to

Re: RH 6.2 and Ultra 66 problem

2000-10-09 Thread Kirk
Get the patch with the most recent date on it for the kernel you wish to patch. You could also save yourself a little work, if you like, and download the kernel RPMS from ftp://duke.eburg.com his are already patched with all the latest goodies. They would be in pub/linux/redhat-6.x-mycontrib/RPMS

Re: Multiple e-mails from this list.

2000-10-09 Thread Charles Galpin
Hi Enrico It sounds like you are subscribed twice. Here is how I would fix it. 1. unsubscribe. 2. wait for a message. When one comes in look at the headers to see who the message was sent to. 3. unsubscribe that address. 4. resubscribe as the one you want to be. hth charles On Mon, 9 Oct 2000,

Lynksys Router

2000-10-09 Thread Eileen Orbell
Hi, I just bought a BEFSR41 - EtherFast 4-Port Cable/DSL Router. I have 3 computers Windows 200 NT 4.0 and RH6.2 (Which is a server). I have cable modem and 2 IP addresses. 1 IP is for the Win 2000 box and 1 for RH which as I said is a server. I resolve a domain name to that IP address or

RE: Tripwire Policies

2000-10-09 Thread Burke, Thomas G.
Sorry, Can't help you there... Been too long since I looked at it. > -Original Message- > From: rpjday [SMTP:[EMAIL PROTECTED]] > Sent: Monday, October 09, 2000 8:23 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Tripwire Policies > > On Mon, 9 Oct 2000, Burke, Thomas G. wrote: > >

RE: Tripwire Policies

2000-10-09 Thread rpjday
On Mon, 9 Oct 2000, Burke, Thomas G. wrote: > Leaving it as defaults can be a pain, as it will mail you huge logs every > night with the same thing wrong every night (logs changed, etc)... Make > some minor mods to match your system. i'm still looking for someone to answer a tripwire question,

RE: Tripwire Policies

2000-10-09 Thread Burke, Thomas G.
Leaving it as defaults can be a pain, as it will mail you huge logs every night with the same thing wrong every night (logs changed, etc)... Make some minor mods to match your system. > -Original Message- > From: Peter Kiem [SMTP:[EMAIL PROTECTED]] > Sent: Friday, October 06, 2000 9:42 P

Multiple e-mails from this list.

2000-10-09 Thread Enrico Payne
Hi, since this list was changed to it's new server/software, I have been receiving duplicate copies of each e-mail. If I unsubscribe, then I only get one copy, but am unable to submit e-mails to the list, without them having to be moderated. Does any, or can anyone fix this for me? Regards Enri

ModProbe problem

2000-10-09 Thread Enrico Payne
Hi, I am receiving this on my RH6.2 server in the messages log. Does anyone know what is causing this, and how I can fix it? It seems to have started soon after or during a system reboot. Any help would be appreciated. Regards Enrico -MESSAGES LOG- Oct 9 13:10:08 mail modprobe: modpr

Re: Redhat 7.0 lock-up

2000-10-09 Thread Lance Spence
Thanks Dave I'll try your suggestions. As far as termination though that should be fine. It works in Windows 2000 and worked in Redhat 6.2. > > I compiled in SCSI emulation as a module and the SCSI drivers into the > > kernel as-well as "aha152x". > >If it's a SCSI CDR you don't need SCSI emul

Re: PPP not logging in - Help:Urgent

2000-10-09 Thread kf
Sorry for the tardy reply... too much happening in my life the past couple of months. If I'm not mistaken, there's nothing wrong with your ppp connection at all. Your ppp connection was established. If you still have this setup, or if you want to see if your current setup is working, just go t

Re: Minimum Password Length

2000-10-09 Thread Emmanuel Seyman
rpjday a écrit : > > On Mon, 9 Oct 2000, Emmanuel Seyman wrote: > > > Yuo have to edit the login.def file ( /etc/login.def in > > a standard RedHat distrib). > > you probably mean /etc/login.defs, no? Note to self: double-check file names and paths before posting a reply. Yes, login.defs is t

Re: graphing software question

2000-10-09 Thread kf
gnuplot. It's long been a part of the standard distributions. hth, kf -- My recommendation: Don't shop at Explorer Micro, Columbus, Ohio. On Sun, 8 Oct 2000, Michael Stack wrote: = Is anybody familiar with software that would enable me to create simple = graphs of linear equations? Did a s

strange log message - eth0 has no resources?

2000-10-09 Thread Dan Horth
kernel: eth0: card reports no resources that line was just in my log files - any ideas as to what it means? TIA - dan. -- Nitro - 3D Visualisation, Graphics & Animation Ph (+61 2) 9810 5177 - Fx (+61 2) 9810 0199 http://www.nitro.com.au/ _

Re: Minimum Password Length

2000-10-09 Thread rpjday
On Mon, 9 Oct 2000, Emmanuel Seyman wrote: > Ken Cole a écrit : > > > > Redhat 6.2 , kernel 2.2.14-5.0 > > > > How/where can I change the minimum password length. > > Yuo have to edit the login.def file ( /etc/login.def in > a standard RedHat distrib). > You'll have to change the PASS_MIN_LEN

Re: can anyone explain what this is?

2000-10-09 Thread Steve Frampton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 7 Oct 2000, Dave Wreski wrote: > This package was developed for use with distros other than RH7. RH7 > doesn't use 'inetd', the Internet superserver. You'll have to either fix > the SRPM yourself, or wait for an updated version. I hear this

Re: Minimum Password Length

2000-10-09 Thread Emmanuel Seyman
Ken Cole a écrit : > > Redhat 6.2 , kernel 2.2.14-5.0 > > How/where can I change the minimum password length. Yuo have to edit the login.def file ( /etc/login.def in a standard RedHat distrib). You'll have to change the PASS_MIN_LEN line which is set to 5 by default. If you want to improve sec