Re: error on log rotate

2001-03-26 Thread Emmanuel Seyman
On Mon, Mar 26, 2001 at 11:45:22PM -0800, Steve Lee a ecrit: > how do i disable this? > i get this email from cron everytime. Log rotation is configured in /etc/lorotate.conf or /etc/logrotate.d/ . In your case, I'ld bet on /etc/logrotate.d/mysql or mysqld. You can move the file to somewhere els

How to restrict GUI display fro remote machines

2001-03-26 Thread james
Hi Friends , I want to restrict my GUI like netscape accorded for remote machine that means nobody should not access my GUI application from remote machine .What i do for this ? If you have any ideas please share with me . Regards G.James

Wildcard domains...

2001-03-26 Thread John Indra
Hi folks... My boss ask me if I can setup wildcard domains or whatever it's name is for achieving such functionality: If I have the primary authority for domain.com zone, how do I setup bind so that whatever host that user query for xxx.domain.com will go to the same IP address. xxx.domain.com w

error on log rotate

2001-03-26 Thread Steve Lee
how do i disable this? i get this email from cron everytime. errors occured while rotating /var/log/mysql.log { stat of /var/log/mysql.log failed: No such file or directory ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/m

Re: System is spamming me; rmmod -as failure

2001-03-26 Thread Emmanuel Seyman
On Mon, Mar 26, 2001 at 07:50:14PM -0800, Al Sparks a ecrit: > I keep getting spammed by the system. How do I get rid of this? I > keep looking at whatever cronjobs are trying to execute this, and can’t > find anything. It’s driving me nuts, especially since I have 2 > machines that are doing i

Re: Meet Dirty Bird

2001-03-26 Thread Oussama Dbaibo
Thankyou very much for this information. I found it very helpful and intersting. Big thanks for all those who are helping people to know Linux and understand it better. Oussama D'baibo >From: Chuck Mead <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: Redhat List <[EMAIL PROTECTED]> >Subje

Samba on 7.0?

2001-03-26 Thread Jonathan Wilson
Hey all, Does RH 7.0 normally come with a version of samba that is SSL-enabled? Or is there 2 rpms, one with SLL, one without? And does it not come with SWAT? I'd like to see a xinetd.conf entry for swat, if someone has it handy. TIA Jonat

RE: webmin

2001-03-26 Thread Raoul Anderson
Try logging in using the IP address rather than the http://localhost.local domaine:1/. Eg. http://192.168.0.1:1 Also for memory I think you have to specify a username and password specifically for webmin access when installing. Regards, Raoul -Original Message- From: [EMAIL PR

Fw: rtl8139 --> 8139too.o 2nd try

2001-03-26 Thread Stuart Clark
I have upgraded my 2.2 kernel to 2.4.0 but it hasn't got the new realtek module. All i'm trying to do is change the rtl8139 module to 8139too.o I will learn how to compile the kernel later but for now i just need to get my realtek8139 up and running to test out iptables. I'm not quite sure of t

rtl8139 --> 8139too.o

2001-03-26 Thread Stuart Clark
I have upgraded my 2.2 module to 2.4.0 but it hasn't got the new realtek module. All i'm trying to do is change the rtl8139 module to 8139too.o I will learn how to compile the kernel later but for now i just need to get my realtek8139 up and running to test out iptables. I'm not quite sure of the

Re: System is spamming me; rmmod -as failure

2001-03-26 Thread Mikkel L. Ellertson
On Mon, 26 Mar 2001, Al Sparks wrote: > I keep getting spammed by the system. How do I get rid of this? I > keep looking at whatever cronjobs are trying to execute this, and can’t > find anything. It’s driving me nuts, especially since I have 2 > machines that are doing it now. > > The message

System is spamming me; rmmod -as failure

2001-03-26 Thread Al Sparks
I keep getting spammed by the system. How do I get rid of this? I keep looking at whatever cronjobs are trying to execute this, and can’t find anything. It’s driving me nuts, especially since I have 2 machines that are doing it now. The message is below. === Al *** Date: Mon

Re: Need example of ftpaccess or ftphosts files to secure my ftpsite.

2001-03-26 Thread Werner Puschitz
You can also say that no user can login via ftp by default except a specified list of users. /etc/ftpaccess: ... deny-uid %1-65535 allow-uid user1 user2 .. OR /etc/ftphosts: ... allow user1 * allow user2 * deny * * ... OR: /etc/ftphosts: ... allow user1 allow use

Re: Red Hat 6.2's ability to move traffic from a troubled Interfacet o a good one - Ethernet

2001-03-26 Thread Charles Galpin
Hi Bill will this speed up our tax returns? he he. sorry, couldn't resist. charles On Mon, 26 Mar 2001, Hahnel William J wrote: > I'm running Red Hat 6.2 on an IBM server with 4 Ethernet interfaces. > > I have heard that the Linux O/S has the ability to detect problems on an > Ethernet int

Re: Need example of ftpaccess or ftphosts files to secure my ftp site.

2001-03-26 Thread Anthony E . Greene
On Mon, 26 Mar 2001 06:49:36 [EMAIL PROTECTED] wrote: >I'd like to be specific to who has access to my server via ftp and I do >i do it checking the domain name. In /etc/hosts.deny: ALL: ALL In /etc/hosts.allow: in.ftpd: .trusted_domain.com Note the leading dot in the domain name. That matche

PPP disconnects after about 100k of all downloads

2001-03-26 Thread John Himpel
Greetings, I am running: ppp-2.3.11-7 ftp-0.17-6 netscape-4.76-1 kernel-2.2.17-14 It's a RH5.2 ->RH6.0->RH6.1->RH6.2->RH7.0 upgraded system. I can browse the net all day via ppp with no problems. I can run fetchmail with solid traffic for an hour with no problem. When I use ftp or http

Re: need graphing help

2001-03-26 Thread Charles Galpin
checkout gnuplot. It can do all this and more - all from the command line too. On Sun, 25 Mar 2001, Michael Jinks wrote: > Imagine an X-Y graph, where the two vertices of the graph may be of > varying length. We want to be able to plug in a set of numbers x (the > length of the X axis), y (lengt

Re: webmin

2001-03-26 Thread Jerry Winegarden
On Mon, 26 Mar 2001, Mike Burger wrote: > You really need to use it with a graphical browser. > Not really! If you HAVE a graphical browser because you are running X Windows (run level 5), of course, use Netscrape - yes, it's a bit easier. However, I don't run X on servers or routers. lynx i

Re: compiling the kernel

2001-03-26 Thread Hidong Kim
http://www.freeos.com/articles/2589/2/1-3/ among many others found from a google search on "compiling the linux kernel". Good luck, Stuart Clark wrote: > > Well! anyone would think that instructions for compiling the kernel would be > on the kernel.org site . But alas no. > > Can anyone t

compiling the kernel

2001-03-26 Thread Stuart Clark
Well! anyone would think that instructions for compiling the kernel would be on the kernel.org site . But alas no. Can anyone tell me where to get this info from. Regards Stu ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/m

Re: Possibility to avoid passwd change for root?

2001-03-26 Thread Bryan Fields
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 26 March 2001 13:43, you wrote: > ... still hoping to find my next main board without this 'Clear CMOS data' > jumper option ... (but after having read this thread doubts are coming up > whether even this will help ... ) > > Wolfgang You p

Meet Dirty Bird

2001-03-26 Thread Chuck Mead
Enjoy... http://www.moongroup.com/pages.php?page=Meet+Dirty+Bird -- Chuck Mead, csm -AT- moongroup.com, Owner, MoonGroup.com (Note: html formatted email sent to me is filtered & deleted unread) GnuPG Public Key Available: http://wwwkeys.us.pgp.net _

Re: webmin

2001-03-26 Thread Mike Burger
You really need to use it with a graphical browser. On Mon, 26 Mar 2001, doug piper wrote: > I have been following the threads on webmin and it sounds great but I > am at a loss as to how to run the thing. I have installed it but cannot > access it. It says to login as root to http://localhost.

Re: rsh.proxy info (not really a redhat question)

2001-03-26 Thread Bret Hughes
Mike McNally wrote: > I wrote: > > What I want to do is like a "guerrilla VPN" > > OK, so a little head scratching and a trip back to the FM reveals > that I can in fact get what I want all with a single ssh session > from inside my firewall (at work) to my firewall box at home. Both > ends of s

Re: printing RH 7.0 to RH 6.2?

2001-03-26 Thread Matthew Saltzman
I don't know this problem, but I had basically no luck printing over a network with lpr/lpd under 6.2. (Now, in this case, 6.2 was the client as well as the server.) I grabbed the LPRng SRPM and recompiled for 6.2 and it's worked like a charm ever since. Matthew Saltzman Clems

Re: CPAN rpm's for RedHat 7.0

2001-03-26 Thread Paul Rushing
look for the DMA cd (Developer Module Archive), that has CPAN rpms for 7.0 also packages for python, zope, and R. It's available on redhat's ftp site. > I am working on a perl-script for which I need some CPAN > libs. On the ftp site I can find CPAN rpm's for 6.2, but not > for 7.0. Should I ju

RE: rsh.proxy info (not really a redhat question)

2001-03-26 Thread Mikkel L. Ellertson
On Mon, 26 Mar 2001, Mike McNally wrote: > I wrote: > > What I want to do is like a "guerrilla VPN" > > OK, so a little head scratching and a trip back to the FM reveals > that I can in fact get what I want all with a single ssh session > from inside my firewall (at work) to my firewall box at ho

slow network...

2001-03-26 Thread Dan Horth
Hi - I have 3 RH 6.2 servers networked in the following manner: +-- eth0 -- [file server] --- eth1 --> LAN | -- ppp0 -- [firewall] -- eth0 --< | +--- eth0 -- [inter

RE: rsh.proxy info (not really a redhat question)

2001-03-26 Thread Mike McNally
I wrote: > What I want to do is like a "guerrilla VPN" OK, so a little head scratching and a trip back to the FM reveals that I can in fact get what I want all with a single ssh session from inside my firewall (at work) to my firewall box at home. Both ends of ssh can forward TCP, so I just set

Re: ipchains question

2001-03-26 Thread Mikkel L. Ellertson
On Mon, 26 Mar 2001, Statux wrote: > For those of you who use ipchains: > > I am reading one of the newer IPCHAINS-HOWTOs and it says how you can > specify ports with the $LOCALIP symbol. However, when I do the following: > > # ipchains -A input -p tcp -d $LOCALIP 21 -l -j DENY > > I get this: >

ipchains question

2001-03-26 Thread Statux
For those of you who use ipchains: I am reading one of the newer IPCHAINS-HOWTOs and it says how you can specify ports with the $LOCALIP symbol. However, when I do the following: # ipchains -A input -p tcp -d $LOCALIP 21 -l -j DENY I get this: DENY tcp l- anywhere 0.0.0

Need example of ftpaccess or ftphosts files to blosecure my ftp site.

2001-03-26 Thread hector
Hi all, I'd lioike to be specific to who has access to my server via ftp and I do i do it checking the domain name. Thanks, ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: webmin

2001-03-26 Thread Bret Hughes
doug piper wrote: > I have been following the threads on webmin and it sounds great but I > am at a loss as to how to run the thing. I have installed it but cannot > access it. It says to login as root to http://localhost.local > domaine:1/. I tried it using lynx but get no satisfaction. > >

Re: user aliases

2001-03-26 Thread Cameron Simpson
| I am trying to alias the ls command to a personal setting, but it is | being overwritten by the standard redhat functions. I believe this is | because the global definitions are being defined after mine. | | The default .bashrc file lists user aliases before the global | definitions. Is ther

printing RH 7.0 to RH 6.2?

2001-03-26 Thread Scott Sharkey
Hi All, I have a RH 7.0 workstation (LPRng) with a remote unix print queue pointing to a RH6.2 server (LPR). When printing through Samba, all is well. When printing from the RH6.2 box, all is well. When printing from Netscape or word processors (abiword, etc) on the RH7.0 box, the printouts ap

Re: Possibility to avoid passwd change for root?

2001-03-26 Thread Mikkel L. Ellertson
On Mon, 26 Mar 2001, Wolfgang Pfeiffer wrote: > > First rule of system security is to restrict physical access. Give me > > physical access to a machine and it is mine. Does not matter what the OS > > is - WinTel, Linux, Solaris, AIX, If I have physical access I can > > get into the machi

RE: RHN_Check from command line

2001-03-26 Thread Jacob Killian
This is actually a different problem. You'll need to download and install rpm-python from the update site manually. This should fix the problem. Check Bugtraq #32689 at http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=32698 -Jacob On Sun, 25 Mar 2001, you wrote: > That's what I thought bu

Re: 2.4 kernel and eth0

2001-03-26 Thread Lorris J. Woods
Stuart, if the system comes up ok and the only thing is the delaying of eth0; then you need to look at configuring and setting up the card right. On Tue, 27 Mar 2001, Stuart Clark wrote: > I have a realtek 8139 card. > It is not a laptop > It was running on 2.2.17-14 kernel no problems. > > I

Re: Question on printer sharing

2001-03-26 Thread Brian Wright
On Sunday 25 March 2001 12:10pm, Anthony E . Greene wrote: Thanks, Anthony! I'll do this and run a test and will let y'all know what the results are. = ) > Add the IP address of the Linux box to the \Windows\lmhosts file on the > laptop. > > The problem with this is that it allows printer conn

Re: Possibility to avoid passwd change for root?

2001-03-26 Thread Wolfgang Pfeiffer
Message from Rick Warner on Mon, 26 Mar 2001, 11:16 <-0800>: > > > On Mon, 26 Mar 2001, Wolfgang Pfeiffer wrote: > > > .. that's what I did, but I have just studied my motherboard manual: > > AFAIUI anybody having access to the CMOS pins there simply can jumper away > > my passwd for booting (bec

Re: Possibility to avoid passwd change for root?

2001-03-26 Thread Mikkel L. Ellertson
On Mon, 26 Mar 2001, Wolfgang Pfeiffer wrote: > Message from Mikkel L. Ellertson on Mon, 26 Mar 2001, 12:14 <-0600>: > > > On Mon, 26 Mar 2001, Wolfgang Pfeiffer wrote: > > > > > Just read the thread on how to create a new password for root (entering > > > single user mode, writing "linux single"

Re: Possibility to avoid passwd change for root?

2001-03-26 Thread Ashley M. Kirchner
Rick Warner wrote: > Give me > physical access to a machine and it is mine. Does not matter what the OS > is - WinTel, Linux, Solaris, AIX, If I have physical access I can > get into the machine. That would depend on the type of case. Some are easy to get into, others you'd need some

Re: Possibility to avoid passwd change for root?

2001-03-26 Thread Wolfgang Pfeiffer
Message from Mikkel L. Ellertson on Mon, 26 Mar 2001, 12:14 <-0600>: > On Mon, 26 Mar 2001, Wolfgang Pfeiffer wrote: > > > Just read the thread on how to create a new password for root (entering > > single user mode, writing "linux single" at the lilo prompt then typing > > "passwd" etc. ... > >

RE: rsh.proxy info (not really a redhat question)

2001-03-26 Thread Mike McNally
> Mike McNally wrote: > > > Is there a "howto" or something floating around about using > > rsh.proxy? ... > > I use Gordon Messmer's scripts for cheap, diry and effective vpns ... Hmm. Well, that stuff (to the extent I understand it) looks interesting and useful, but I don't think it solves t

Re: FTP-user

2001-03-26 Thread Leonard den Ottolander
Hi Karel, > A strange problem is annoying me. When I log in on my linux box whit the > user FTP I can't see anything in the homedir of this user. Where should I > look? Assuming you put data in the directory you should check file permissions and ownership (man chmod, chown, chg

Re: xbill ?

2001-03-26 Thread Leonard den Ottolander
Hi Bill, I am not sure anymore what your problem is. You repartitioned your drive and tried to do a new installation after that? This fails? Did you format the Linux partitions during the installation? 20MB for /boot should be fine. Maybe it is a good idea to try the installat

Re: Possibility to avoid passwd change for root?

2001-03-26 Thread Mikkel L. Ellertson
On Mon, 26 Mar 2001, Werner Puschitz wrote: > > You can protect the single user mode by adding the following line to > the /etc/inittab file after the entry for si::sysinit...: > ~~:S:wait:/sbin/sulogin > > By this way, you don't have to hardcode the password in /etc/lilo.conf > to protect the si

Re: Is stronghold the only way to my own CA ???

2001-03-26 Thread Liguo Song
If you have openssl installed, try man CA.pl. It is a nice script to generate certificates. Liguo (Leo) Pieter De Wit wrote: > > what man. can I look this up in ? > > Thanks, > > Pieter De Wit > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 26

Re: Possibility to avoid passwd change for root?

2001-03-26 Thread Werner Puschitz
You can protect the single user mode by adding the following line to the /etc/inittab file after the entry for si::sysinit...: ~~:S:wait:/sbin/sulogin By this way, you don't have to hardcode the password in /etc/lilo.conf to protect the single user mode. Werner On Mon, 26 Mar 2001, Wolfgang P

Re: Possibility to avoid passwd change for root?

2001-03-26 Thread Mikkel L. Ellertson
On Mon, 26 Mar 2001, Wolfgang Pfeiffer wrote: > Just read the thread on how to create a new password for root (entering > single user mode, writing "linux single" at the lilo prompt then typing > "passwd" etc. ... > > How can I prevent this, because this possibility (as convenient it may be > for

Re: Possibility to avoid passwd change for root?

2001-03-26 Thread Thornton Prime
On Mon, 26 Mar 2001, Wolfgang Pfeiffer wrote: > Just read the thread on how to create a new password for root (entering > single user mode, writing "linux single" at the lilo prompt then typing > "passwd" etc. ... > > How can I prevent this, because this possibility (as convenient it may be > fo

Re: Possibility to avoid passwd change for root?

2001-03-26 Thread Bret Hughes
Wolfgang Pfeiffer wrote: > Just read the thread on how to create a new password for root (entering > single user mode, writing "linux single" at the lilo prompt then typing > "passwd" etc. ... > > How can I prevent this, because this possibility (as convenient it may be > for a poor admin having

Possibility to avoid passwd change for root?

2001-03-26 Thread Wolfgang Pfeiffer
Just read the thread on how to create a new password for root (entering single user mode, writing "linux single" at the lilo prompt then typing "passwd" etc. ... How can I prevent this, because this possibility (as convenient it may be for a poor admin having lost his password) basically leaves

Re: how to assign permission right to user?

2001-03-26 Thread Denis
Greeting! sudo is a better and more secure solution in your case. man sudo On a side note: I need to build a router linux box with 4 serial interfaces for 4 T1 lines. IP and IPX routing/filtering is required. IP ports firewalling will be done with ipchains. Has anyone done that and have a sample

SANE and Epson 1240U scanner...

2001-03-26 Thread Frank Carreiro
I installed the sane backend and compiled USB scanner support (2.2.18 kernel). When I start up with the new kernel I get a message that "the device is busy". BTW, I did create the scanner device (180 48 I think). www.linux-usb.org has been helpful ( I read that several got this to work). I

Re: cvs for gnome

2001-03-26 Thread Chuck Mead
On Mon, 26 Mar 2001, [EMAIL PROTECTED] blurted out: > > >hello, > >is their a app out there that is a wrapper for cvs that runs under gnome ? screem has some cvs stuff in it and it works pretty well... http://www.screem.org/ -- Chuck Mead, csm -AT- moongroup.com, Owner, MoonGroup.com (Note: ht

Red Hat 6.2's ability to move traffic from a troubled Interface to a good one - Ethernet

2001-03-26 Thread Hahnel William J
Title: Red Hat 6.2's ability to move traffic from a troubled Interface to a good one - Ethernet I'm running Red Hat 6.2 on an IBM server with 4 Ethernet interfaces.  I have heard that the Linux O/S has the ability to detect problems on an Ethernet interface and send an ARP to the network as

user aliases

2001-03-26 Thread chadws
I am trying to alias the ls command to a personal setting, but it is being overwritten by the standard redhat functions. I believe this is because the global definitions are being defined after mine. The default .bashrc file lists user aliases before the global definitions. Is there any reason

cvs for gnome

2001-03-26 Thread david . tansley
hello, is their a app out there that is a wrapper for cvs that runs under gnome ? thanks David CONFIDENTIALITY This e-mail and any attachments are confidential and may also be privileged. If you are not the intended r

Re: KDE 2.1.1 RPM's for RH7?

2001-03-26 Thread Bernhard Rosenkraenzer
On Mon, 26 Mar 2001, Justin Ballou wrote: > 'Anyone know if/when we'll be seeing KDE 2.1.1 RPM's for RH7? If: yes. When: when it's ready. ;) I'm currently attending CeBit, so I can't really spend much time on this right now. RPMs for the version that will become the next release are already in

Re: fetchmail problems...

2001-03-26 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Silviu Cojocaru wrote: >I'm using fetchmail 5.5.0-3 and I seem to have a problem when retrieving >mail from a POP3 server: the retrieved massges are not deleted from the >server, this made the mailbox on my ISPs server fill up quite fast. The >symptoms that mad

Re: KDE KMail ...

2001-03-26 Thread Bernhard Rosenkraenzer
On Mon, 26 Mar 2001, Silviu Cojocaru wrote: > I just read on linuxtoday.com that 1.0.x versions of KMail will start > having date showing troubles from... ugh I forgot the exact date. Spet 9 2001. > Will Red Hat release KDE updates for this ? If our packages are affected, yes. I'll take a look

identd issues?

2001-03-26 Thread Chuck Mead
I am seeing this repeatedly in /var/log/messages: Mar 26 09:05:36 varmint xinetd[8674]: Bad line received from identity server at xxx.xxx.xxx.xxx: 4285 Now the machine located at xxx.xxx.xxx.xxx is not doing anything bad (I know who they are!) as they are definitely a proper client. Does anybody

2.4 kernel and eth0 won't work

2001-03-26 Thread Stuart Clark
I just tried to install the 2.4.0-0.99.11 kernel and got problems. I got the error "delaying eth0 initailization" why won't the ethernet card work? I have a realtek 8139 card. It is not a laptop It was running on 2.2.17-14 kernel no problems. I followed the upgrade instructions as best i could.

RE: 2.4 kernel and eth0

2001-03-26 Thread Cassell, Damon
It's easier to download the kernel source (plus corresponding modutils) from ftp.kernel.org and compile it yourself, with the drivers you know you need, rather than be at the mercy of Redhat's RPM based kernel upgrades. You could compile a kernel with drivers for your Realtek, iptables support, an

Re: SGML documentation

2001-03-26 Thread Hal Burgiss
On Mon, Mar 26, 2001 at 07:45:45AM -0500, Chuck Mead wrote: > On Sun, 25 Mar 2001, Silviu Cojocaru blurted out: > > SC> > SC>Does anyone know where I can find some documentation regarding > SGML ? SC>The one that comes with the package is good but I need > more then that, I SC>need to know how to

Re: rsh.proxy info (not really a redhat question)

2001-03-26 Thread Bret Hughes
Mike McNally wrote: > Is there a "howto" or something floating around about using > rsh.proxy? I'm trying to get working a crude VPN solution > whereby I ssh out from behind my employer's firewall to my > Linux router at home, from which (via ssh port forwarding) I > can connect back over that s

2.4 kernel and eth0

2001-03-26 Thread Stuart Clark
I have a realtek 8139 card. It is not a laptop It was running on 2.2.17-14 kernel no problems. I followed the upgrade instructions as best i could. The only rpm i couldn't find as per instructions was kernel-ibcs. Three other kernel rpms i didn't install because they wern't in the instructions w

Re: Lexmark printer setup

2001-03-26 Thread Trond Eivind Glomsrød
Stew Benedict <[EMAIL PROTECTED]> writes: > Many times you can get away with just a symlink. Say you have > libncurses.so.5, you could do the following (assuming it's in /lib) > > ln -s /lib/libncurses.so.5 /lib/libncurses.so.4 I strongly recommend not doing that - different major versions are

KDE 2.1.1 RPM's for RH7?

2001-03-26 Thread Justin Ballou
'Anyone know if/when we'll be seeing KDE 2.1.1 RPM's for RH7? -- Justin Ballou The Physician's Computer Company [EMAIL PROTECTED] ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: need graphing help

2001-03-26 Thread Bret Hughes
Michael Jinks wrote: > I have a graphical representation problem to solve, and my graphics > literacy is nearly nothing, so I'm hoping somebody here can tell me what > tool I want for this. > > Imagine an X-Y graph, where the two vertices of the graph may be of > varying length. We want to be ab

RE: Is stronghold the only way to my own CA ???

2001-03-26 Thread Pieter De Wit
what man. can I look this up in ? Thanks, Pieter De Wit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 26 March 2001 04:06 To: [EMAIL PROTECTED] Subject: Re: Is stronghold the only way to my own CA ??? Pieter De Wit <[EMAIL PROTECTED]> writes: > I posted

KDE KMail ...

2001-03-26 Thread Silviu Cojocaru
I just read on linuxtoday.com that 1.0.x versions of KMail will start having date showing troubles from... ugh I forgot the exact date. Will Red Hat release KDE updates for this ? Because some people still useit (even I when PINE acts dorky)... and RH 7.0 comes with that sick version of KMail, 1

RE: 2.4 kernel and eth0

2001-03-26 Thread Cassell, Damon
How did you try to install the kernel? Did you try to compile it yourself? One of two things is happening: 1) You don't have kernel module loader support compiled in. -or- 2) You don't have a module compiled (or a statically compiled driver) for your ethernet card. You'll need to become familia

Re: fetchmail problems...

2001-03-26 Thread Silviu Cojocaru
On Mon, 26 Mar 2001, at 14:34 (GMT +0300), Silviu Cojocaru wrote: > I'm using fetchmail 5.5.0-3 and I seem to have a problem when retrieving > mail from a POP3 server: the retrieved massges are not deleted from the > server, this made the mailbox on my ISPs server fill up quite fast. The > sympto

Re: 2.4 kernel and eth0

2001-03-26 Thread Mike Burger
Is this system a laptop, by any chance? On Tue, 27 Mar 2001, Stuart Clark wrote: > I just tried to install the 2.4.0-0.99.11 kernel and got problems. > I got the error "delaying eth0 initailization" > why won't the ethernet card work? > > Regards > Stu > > > > ___

RE: 2.4 kernel and eth0

2001-03-26 Thread Jason P. Holland
try upgrading your kernel to the lastest, 2.4.2 from www.kernel.org. second, did it load the correct module? what kind of card do you have?? run dmesg and see if it detected it. we really need some more info. Jason > > I just tried to install the 2.4.0-0.99.11 kernel and got problems. > I got

Re: SGML documentation

2001-03-26 Thread Chuck Mead
On Sun, 25 Mar 2001, Silviu Cojocaru blurted out: SC> SC>Does anyone know where I can find some documentation regarding SGML ? SC>The one that comes with the package is good but I need more then that, I SC>need to know how to make tables and stuff. The links mentioned in the docs SC>on my HDD see

2.4 kernel and eth0

2001-03-26 Thread Stuart Clark
I just tried to install the 2.4.0-0.99.11 kernel and got problems. I got the error "delaying eth0 initailization" why won't the ethernet card work? Regards Stu ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo

RE: OT: Anybody else gettin' sick of Ballmer's BS?

2001-03-26 Thread rpjday
On Mon, 26 Mar 2001 [EMAIL PROTECTED] wrote: > > Heck, 512K! Thus spake the Gates, IIRC. > > "640K of memory ought to be enough for anybody." > -- Bill Gates *please* knock off this nonsense. unless you have a *specific*, *verifiable* source for this quote, al

Re: Is stronghold the only way to my own CA ???

2001-03-26 Thread tcurl
Issuing CA's is pretty easy. If you were using Lotus' Domino, you'd find that it does this out of the box. And the CA's issued are great for your own use in recognizing the people to whom you granted a CA. You can almost look at them as really secure cookies. On the other hand issuing CAs t

RE: OT: Anybody else gettin' sick of Ballmer's BS?

2001-03-26 Thread rpaiz
> Heck, 512K! Thus spake the Gates, IIRC. "640K of memory ought to be enough for anybody." -- Bill Gates -- Rodolfo J. Paiz [EMAIL PROTECTED] ___ Redhat-list mailing list [EMAIL PROT

Re: X11 on redhat - laptop

2001-03-26 Thread Bruce Kall
What keys do you actually use on the laptop keyboard for the +/-? On mine that would be a Shift - or a Shift + and the combination of ctrl - alt - Shift + or strl - alt - Shift + does not change resolutions. Normally I believe the +/- are contained as extra keys on the keyboard (keypad?). Bruce

rsh.proxy info (not really a redhat question)

2001-03-26 Thread Mike McNally
Is there a "howto" or something floating around about using rsh.proxy? I'm trying to get working a crude VPN solution whereby I ssh out from behind my employer's firewall to my Linux router at home, from which (via ssh port forwarding) I can connect back over that socketpair from home to work. I'

Re: Is stronghold the only way to my own CA ???

2001-03-26 Thread Trond Eivind Glomsrød
Pieter De Wit <[EMAIL PROTECTED]> writes: > I posted a prev. msg (becoming my own CA) and had one reply, to look into > the openssl docs. This I did aswell as searching the www.redhat.com webpage. > I see that they keep on talking about Stronghold. This seems to be the only > way I can become a C

Re: fetchmail problems...

2001-03-26 Thread Chuck Mead
On Mon, 26 Mar 2001, Silviu Cojocaru blurted out: SC> SC>I'm using fetchmail 5.5.0-3 and I seem to have a problem when retrieving SC>mail from a POP3 server: the retrieved massges are not deleted from the SC>server, this made the mailbox on my ISPs server fill up quite fast. The SC>symptoms that

RE: Lexmark printer setup

2001-03-26 Thread Drew Hunt
Thank you for your suggestions! Trond, ncurses4 was the magic key, thanks! Drew [EMAIL PROTECTED] > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Trond Eivind Glomsrød > Sent: Sunday, March 25, 2001 9:19 PM > To: [EMAIL PROTECTED] > Subject: Re: L

Re: Is stronghold the only way to my own CA ???

2001-03-26 Thread Neil Thompson
Hi Pieter, On Mon, 26 Mar 2001, Pieter De Wit wrote: > I posted a prev. msg (becoming my own CA) and had one reply, to look into > the openssl docs. This I did aswell as searching the www.redhat.com webpage. > I see that they keep on talking about Stronghold. This seems to be the only > way I ca

Re: Redhat 7.0 et XDMCP

2001-03-26 Thread Chuck Mead
On Mon, 26 Mar 2001, Michel Erard blurted out: ME> Bonjour à la liste ! ME> ME> Je n'arrive pas à faire fonctionner le protocole XDMCP à partir de ME>terminaux X NCD Xplora sur un serveur Dell PowerEdge Linux Redhat 7.0. Ces ME>terminaux fonctionnent correctement sur d'autres systèmes Un

CPAN rpm's for RedHat 7.0

2001-03-26 Thread leonardjo
Hi everyone, I am working on a perl-script for which I need some CPAN libs. On the ftp site I can find CPAN rpm's for 6.2, but not for 7.0. Should I just use the CPAN rpm's for 6.2, or could I find these rpm's for 7.0 somewhere as well? I'd rather use rpm's than tar's, for manage

Is stronghold the only way to my own CA ???

2001-03-26 Thread Pieter De Wit
Hello Guys and Gals, I posted a prev. msg (becoming my own CA) and had one reply, to look into the openssl docs. This I did aswell as searching the www.redhat.com webpage. I see that they keep on talking about Stronghold. This seems to be the only way I can become a CAor am I missing a nice .

cvs automated scripts

2001-03-26 Thread Kapil Sharma
Hi, Has anybody installed Jrun+cluster cats on redhat linux. I am facing some problems with dynamic IP failover in cluster cats. Thank you kapil __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ __

cvs automated scripts

2001-03-26 Thread Kapil Sharma
Hi, Can anybody send me cvs automated scripts or link to them? I need this for automated releases or rivision purpose, get the source from repository and tag them and then make a tar file etc. Thank you kapil sharma __ Do You Yahoo!? Get email at y

Redhat 7.0 et XDMCP

2001-03-26 Thread Michel Erard
Bonjour à la liste ! Je n'arrive pas à faire fonctionner le protocole XDMCP à partir de terminaux X NCD Xplora sur un serveur Dell PowerEdge Linux Redhat 7.0. Ces terminaux fonctionnent correctement sur d'autres systèmes Unix, ils se bootent et chargent leur fichiers de configura

Re: transfer image in xml document

2001-03-26 Thread Anthony E . Greene
On Fri, 23 Mar 2001 00:55:39 Aradhana Liyanage wrote: >I have to transfer text data and an image and at a later stage i have >to >insert them in to a database. As far as I read from the net it is >possible to give a href and a Url to refer an image. Other than using >this method can i transfer an

Re: fetchmail problems...

2001-03-26 Thread Matthew Melvin
On Mon, 26 Mar 2001 at 2:34pm (+0300), Silviu Cojocaru wrote: > > I'm using fetchmail 5.5.0-3 and I seem to have a problem when retrieving > mail from a POP3 server: the retrieved massges are not deleted from the > server, this made the mailbox on my ISPs server fill up quite fast. The > symptoms

Re: Lexmark printer setup

2001-03-26 Thread Stew Benedict
Many times you can get away with just a symlink. Say you have libncurses.so.5, you could do the following (assuming it's in /lib) ln -s /lib/libncurses.so.5 /lib/libncurses.so.4 Stew Benedict > On Sun, 25 Mar 2001, Drew Hunt wrote: > > > I just got a lexmark Optra E+ that I'd like to set up

fetchmail problems...

2001-03-26 Thread Silviu Cojocaru
I'm using fetchmail 5.5.0-3 and I seem to have a problem when retrieving mail from a POP3 server: the retrieved massges are not deleted from the server, this made the mailbox on my ISPs server fill up quite fast. The symptoms that made me think about that were that some friends of mine complained

Installing FrameBuffer

2001-03-26 Thread Carlos Proal
Hi all, anyone can help with this ?? im trying to install framebuffer support because i saw that Wolverine installation based on fb works fine with my laptop so i think must install it to get X working; i have a sis630 video card, and my monitor only works to 800x600. I have followed all the ste