Re: Syslog stops logging from app after logrotate

2003-01-29 Thread nate
Dan Bar Dov said: > We have the problem only in our own applications. Other system apps, > continue logging fine. > > > > Looking for ideas what might be wrong in our app. is your app using syslog? as in /dev/log to log ? or communicating with the syslog daemon directly via UDP ? "syslog" is often

What the?

2003-01-29 Thread Edward Dekkers
Jan 29 15:16:31 server kernel: printer.c: usblp0: out of paper Jan 29 15:16:51 server kernel: printer.c: usblp0: on fire Jan 29 15:17:11 server kernel: printer.c: usblp0: ok So, is it going to dial 911 automatically as well? Jeez Linux is great. The printer author has a sense of humour or is

Re: What the?

2003-01-29 Thread nate
Edward Dekkers said: > Jan 29 15:16:31 server kernel: printer.c: usblp0: out of paper > Jan 29 15:16:51 server kernel: printer.c: usblp0: on fire > Jan 29 15:17:11 server kernel: printer.c: usblp0: ok > > So, is it going to dial 911 automatically as well? > > Jeez Linux is great. > > The printe

Re: Syslog stops logging from app after logrotate

2003-01-29 Thread nate
nate said: > a fairly easy way to test I suppose is to setup a syslog server, and see > if your app logs to the server as instructed by /etc/syslog.conf or you > can run lsof and see if it is using /dev/log. setting up a simple syslog some quick tests revealed that running lsof for /dev/log won't

Re: 6.2 root is sending email as root@localhoast.localdomain

2003-01-29 Thread nate
Chris Gosley said: > > so where is root failing to pickup the domain that it is living in and > thus (I assume) defaulting to localhost.localdomain /etc/mailname is often a file that is used. barring that, a quick grep -r "localhost.localdomain" /etc/* should give the source .. if you change /et

filling a huge postgres db

2003-01-29 Thread Nathalie Boulos
Hello All, i don't know if it's appropiate to post this question on this list but i'm wondering how to fill a huge csv file in a postgresql database. with the php script below, i got the following error: X-Powered-By: PHP/4.2.2 Content-type: text/html Fatal error: Maximum execution time of

Re: filling a huge postgres db

2003-01-29 Thread nate
Nathalie Boulos said: > Fatal error: Maximum execution time of 30 seconds exceeded in > /var/www/html/csv/filldb on line 51 > > Does anyone have any idea? PHP defaults to 30 seconds, if a script takes longer then I believe it is terminated. You can change this by editing php's config, on my red

Re: filling a huge postgres db

2003-01-29 Thread nate
nate said: > PHP defaults to 30 seconds, if a script takes longer then I believe it is > terminated. You can change this by editing php's config, be sure to restart your webserver after changing php.ini nate -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscri

WAP imap client

2003-01-29 Thread Peter Veach
I am looking for a WAP imap client that I can run on the web server. I have tried "pofhq-wapmail" but it does not seem to generate the correct syntax to keep my phone happy. I am getting compile errors on the Samsung SCH-8500, I tried it from a couple of the web based wap browsers and got a lit

Re: u.s. government recognizes Linux as

2003-01-29 Thread Gary Stainburn
On Tuesday 28 January 2003 6:26 pm, Buck wrote: > I think it is interesting that Microsoft was named as OS for home and > small business since I believe the govt is its biggest customer. As for > Linux, I don't think it has made it to the home yet, but I believe it is It is getting there. The *O

Re: Help a newbie to install Sun Java IDE... please!

2003-01-29 Thread Stephen Cox
Thanks for your help j.post that did it. Edit .bashrc in your home directory and add this line: PATH=$PATH:/usr/java/j2sdk1.4.0/bin (assuming you have version 1.4.0--change the path to wherever the java SDK was installed.) Then restart your desktop GUI. When I asked this at a forum I got told

Re: u.s. government recognizes Linux as

2003-01-29 Thread Gary Stainburn
On Tuesday 28 January 2003 8:15 pm, Burke, Thomas G. wrote: > Hmmm.. How do you convert a doc to pdf? Most applications print to postscript format as that's the base format for the various printing systems. Therefore if you can open a document and print it, you can create a postscript version

X-Windows libraries problems

2003-01-29 Thread Cannon, Andrew
Hi All, I'm trying to install a Monte Carlo code onto a RH8.0 cluster. The code is asking for the location of the X-Windows libraries (there are defaults, I'll come to those in a mo) but can't find them. Parts of the default paths are there, but not the files (as far as I can tell). Do I have to i

2 Problems, 1 login & 1 on logout

2003-01-29 Thread Mark Olliver
Hi I have two problems, which I think are related to pam. The first is to do with login. If you attempt to login and type the wrong password the first time it doesnt let you in after that if you type it correctly the next time, unless you typed nothing the first time. (under ssh) (under telnet it

Re: Network Speed Problem

2003-01-29 Thread Nick Lindsell
At 02:09 29/01/2003 -0800, you wrote: HelP!!.i need to know how to get my network card to run down at 10mbps, as right now it's trying for 100mbps, and my router won't give it an ip address for some reason. before i installed linux, the machine wouldn't take an ip at 100mbps, but when i dropp

Re: What the?

2003-01-29 Thread Ashley M. Kirchner
Edward Dekkers wrote: Jan 29 15:16:31 server kernel: printer.c: usblp0: out of paper Jan 29 15:16:51 server kernel: printer.c: usblp0: on fire Jan 29 15:17:11 server kernel: printer.c: usblp0: ok Jeez Linux is great. Besides it being great This error messages has existed for deca

sound problems after 7.1 to 7.3 upgrade

2003-01-29 Thread Gary Stainburn
Hi folks, I've got a RH box connected to out telephone switchboard to play a soundfile repeatedly creating the music for the music-on-hold. When I put this box in, it was a fresh install of RH7.1, and everything worked fine. However, since upgrading to 7.3+errata I have a problem. When the

Re: Building Red Hat Andvanced Server 2.1 from SRPMS

2003-01-29 Thread Andy Elacion, Jr.
Thanks for the info regarding rebuilding the Red Hat's AS2.1 I tried it but, I get an error in the process of rebuilding the SRPMs. The error is: snip rkc.c:57:25: sglobal.h: No such file or directory make[2]: *** [rkc.o] Error 1 make[2]: Leaving directory `/usr/src/redhat/BUIL

RE: Syslog stops logging from app after logrotate

2003-01-29 Thread Dan Bar Dov
We are using the syslog(3) call to log. Dan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > On Behalf Of nate > Sent: Wednesday, January 29, 2003 10:09 AM > To: [EMAIL PROTECTED] > Subject: Re: Syslog stops logging from app after logrotate > > Dan Bar Dov said

Problem with tftp server

2003-01-29 Thread Srini Amble
My tftp server is not working on RH 8.0 and the log message in "/var/log/message" file reads like following. "localhost in.tftpd[3895]: cannot bind to local socket: Permission denied" What do I need to do to in.tftpd bind to local socket? Any help is very much appreciated. Thanks in advance Sri

Re: NFS question

2003-01-29 Thread Thomas E. Dukes
On Wed, 2003-01-29 at 01:38, Todd A. Jacobs wrote: > On 28 Jan 2003, Thomas E. Dukes wrote: > > > I can see the shared drive (in webmin), it just won't mount. > > Maybe you don't have permissions? How is the C$ (or whatever) share > configured on XP? It is shared with "both the network users an

installing rh8 +using software raid0

2003-01-29 Thread Greg
Hi list, I have installed a new board/cpu/ram, and decided to do a clean install of win/linux. I installed linux, all went well, but then I thought to myself, I will try out using software raid and see what performance gains I get. So I removed the fresh install of linux, and re-did it trying to u

Re: Updating RH Linux 6.2

2003-01-29 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 28 Jan 2003 23:49:05 -0500, Ernest Ellingson wrote: > I've run into a real problem. The / partition and the /bin partion > both have rwx permissions for root. > I can rename a file, or write a file in the / partition without a > problem. How

Re: NFS question

2003-01-29 Thread Thomas E. Dukes
On Tue, 2003-01-28 at 22:52, Samuel Flory wrote: > >You can have a samba mount (or nfs mount) only for a directory, and > any dirs under it. I guess you could export /. You may need special > options to span filesystems and follow links. > I tried mounting it as "/", but it gives an error

Clicking on URL in kmail does not work.

2003-01-29 Thread Robert Key
Hi, Does anyone know how to get the following working. I receive e-mail via kmail. If I click on a url in an e-mail I simply get a timeout message. I want galeon to be launched and go to this url. The file assosciations have not helped. Thanks, Rob -- Robert Key Dept. of Electrical Eng

Re: Compile modules for Apache V2

2003-01-29 Thread Dave Ihnat
On Tue, Jan 28, 2003 at 11:22:40PM -0800, DuSTiN KRySaK wrote: > Hi there, I need to compile Apache again so that I can hopefully get > coldfusion mx to work with my version of redhat (V8)... At any rate, I am > pretty new to Linux, and I was wondering which Apache modules I should > include when I

RE: syslogging PIX data

2003-01-29 Thread Douglas, Stuart
Interesting...for what it's worth, I'm running 515e's with v6.1(4) and their using udp 514. -Original Message- From: Paul Fontenot [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 7:31 PM To: [EMAIL PROTECTED] Subject: RE: syslogging PIX data If you tell my PIX 525 to use any

RE: syslogging PIX data

2003-01-29 Thread Paul Stewart
I don't have access to a PIX at the moment but I think that using TCP only 1025-65535 will work *but* with UDP you can choose to use priviledged ports under 1024:) I could be wrong but I think that's where all this confusion is kicking in... Take care... --- Paul Stewart Network Solutions Sp

RE: Compile modules for Apache V2

2003-01-29 Thread Turner, John
In the source directory: ./configure --with-prefix=/where/you/want/apache --enable-module=so --enable-ssl make make install That will get you the following list of modules, automagically: core.c mod_access.c mod_auth.c mod_include.c mod_log_config.c mod_env.c mod_setenvif.c mod_

RH8.0, Postfix and SpamAssassin problem

2003-01-29 Thread Kittendorf, Craig
I have upgraded to RH 8.0 and am trying to get Postfix and SpamAssassin to work. When I send email to a user on this machine, I receive lots of messages like the following: Permission denied Failed to run SPAM_PHRASES_040 SpamAssassin test, skipping: (Can't locate object method "chec

Re: Network trafic in console

2003-01-29 Thread matt chapman
iptraf is a good little program that shows either a little or a lot of info depending on what you want. -matt chapman http://www.origintech.net On Tue, 2003-01-28 at 11:20, Ronald Hermans wrote: > Hi list, > > How can I check the network traffic when I'm logged in on a console. > > TIA > > Rona

RE: RH 7.2 - snmpd starts without errors but doesn't show up in ps

2003-01-29 Thread Turner, John
Thanks for the reply. The snmpd.conf file is attached. Comments and suggestions welcome! John > -Original Message- > From: Javier Gostling [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 28, 2003 4:43 PM > To: [EMAIL PROTECTED] > Subject: Re: RH 7.2 - snmpd starts without errors b

Re: Help a newbie to install Sun Java IDE... please!

2003-01-29 Thread j_post
On Wednesday 29 January 2003 01:25 am, you wrote: > Thanks for your help j.post that did it. ;-) > > When I asked this at a forum I got told to put that line in .bash_profile, > should I remove the line from there (because it didn't work)? Yes, but it won't hurt anything to leave the line in .bas

Re: sound problems after 7.1 to 7.3 upgrade

2003-01-29 Thread Nick Lindsell
At 10:16 29/01/2003 +, you wrote: Hi folks, I've got a RH box connected to out telephone switchboard to play a soundfile repeatedly creating the music for the music-on-hold. When I put this box in, it was a fresh install of RH7.1, and everything worked fine. However, since upgrading to 7.

RE: Updating RH Linux 6.2

2003-01-29 Thread Ernest Ellingson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What do you get when running lsattr / | grep bin ? - --- [root@NS2 /bin]# lsattr / | grep bin lsattr: Inappropriate ioctl for device While reading flags on //proc sucSiadA //bin sucSiadA //sbin - //bin2 //bin2 is

Re: Failed dependencies

2003-01-29 Thread Jeff Biss
Andrew and Lau, Thanks for the replies and the advice. I am starting to figure out how to use rpm and have been using it to identify which packages the missing files (failed dependencies) belong to. This has allowed me to download the correct packages. I appreciate the help. This little learni

Re: filling a huge postgres db

2003-01-29 Thread Brian Ashe
Nathalie Boulos, On Wednesday January 29, 2003 03:38, Nathalie Boulos wrote: > i don't know if it's appropiate to post this question on this list but i'm > wondering how to fill a huge csv file in a postgresql database. The easiest and fastest way is to use the COPY command in psql. You can read

Re: NFS question

2003-01-29 Thread Todd A. Jacobs
On 29 Jan 2003, Thomas E. Dukes wrote: > > Maybe you don't have permissions? How is the C$ (or whatever) share > > configured on XP? > I noticed that it doesn't add anything to smb.com but it does add to the > fstab. Also, when I set it up with a user name and password, the user > name and pass

RE: Updating RH Linux 6.2

2003-01-29 Thread Wojtek Pilorz
On Wed, 29 Jan 2003, Ernest Ellingson wrote: > Date: Wed, 29 Jan 2003 09:14:26 -0500 > From: Ernest Ellingson <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: RE: Updating RH Linux 6.2 > [...] > It might be that your system has been compromised and the hacker >

Screensavers as root

2003-01-29 Thread Red Hat
Title: Message   Does anyone know of any screenlocks that run as root under RH 8.0. Yes, I KNOW they are insecure. But leavnig my terminal unlocked because xlock does not work properly is more insecure. Logging in as another user is a major pain in the ass since many of the apps I run must be

sftp Received message too long 1349676902

2003-01-29 Thread Mike Vanecek
Trying to do a sftp (I have moved ssh from 22). I can ssh to the same machine, just get the sftp error: [test@www /test]# sftp -oPort=xxx [EMAIL PROTECTED] Connecting to ftp.silly.cc... [EMAIL PROTECTED]'s password: Received message too long 1349676902 I can do a sftp to the same machine using wi

Re: Updating RH Linux 6.2

2003-01-29 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 29 Jan 2003 09:14:26 -0500, Ernest Ellingson wrote: > [root@NS2 /bin]# lsattr / | grep bin > lsattr: Inappropriate ioctl for device While reading flags on //proc > sucSiadA //bin > sucSiadA //sbin > //bin2 > > //bin2 is the director

RE: Updating RH Linux 6.2

2003-01-29 Thread Ernest Ellingson
Thanks for all of your help. I appreciate the information. I suspected I'd been hacked but wasn't sure. Which is why I started all of this to see if I should bring the machines up2date or whether I should upgrade to 7.1 (someone suggested 7.3) I'm going to do what you suggest but install 7.3 in

WIFI

2003-01-29 Thread Jean-Louis Boulanger
Hello, I have a PC on linux (RH 8.0) I have a PCMCIA card WIFI NETGEAR 401RA What-is the process for install this card ? Thank's Boulanger JL -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: RH8.0, Postfix and SpamAssassin problem

2003-01-29 Thread fluke
On Wed, 29 Jan 2003, Kittendorf, Craig wrote: > I have upgraded to RH 8.0 and am trying to get Postfix and SpamAssassin to > work. When I send email to a user on this machine, I receive lots of > messages like the following: > > Permission denied > Failed to run SPAM_PHRASES_040 SpamAssa

Re: Network Issue

2003-01-29 Thread John Salamone
In order to find the following logs log.smbd and log.nmbd, do you have to install "install.log" or "install.log.syslog"? If so, what's the command to install it? If not, what directory could I find them in? Thanks for your help. - Original Message - From: "Warren Johnson" <[EMAIL PROTECTED

Mounting windows drives

2003-01-29 Thread Tom Kovalcik
Hi, I need some method to allow users to mount windows shared drives on a Linux machines (running samba) and have full access and permissions to the files (read and write). I can mount the drives as root using mount -t smbfs //joescomputer/c ~joe/mywindisk but mywindisk is owned by root and jo

Re: Network Issue

2003-01-29 Thread John Salamone
Another question. Do these logs ("install.log" or "install.log.syslog") get installed during installation or do they manually have to be installed? If so, how? - Original Message - From: "John Salamone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 10:38 AM

Re: sftp Received message too long 1349676902

2003-01-29 Thread Ed Wilts
On Wed, Jan 29, 2003 at 09:03:03AM -0600, Mike Vanecek wrote: > Trying to do a sftp (I have moved ssh from 22). I can ssh to the same machine, > just get the sftp error: > > [test@www /test]# sftp -oPort=xxx [EMAIL PROTECTED] > Connecting to ftp.silly.cc... > [EMAIL PROTECTED]'s password: > Receiv

Re: Updating RH Linux 6.2

2003-01-29 Thread Ed Wilts
On Wed, Jan 29, 2003 at 10:28:44AM -0500, Ernest Ellingson wrote: > Thanks for all of your help. I appreciate the information. I suspected > I'd been hacked but wasn't sure. If you've been hacked, upgrading the box is *NOT* the answer - a complete re-install from trusted sources is. There is a

RE: Mounting windows drives

2003-01-29 Thread Murdock, Matt
Try the smbclient command. I thought this was the mechanism that Samba provides for doing that. I havent read the man pages for a couple of months. -Original Message- From: Tom Kovalcik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 8:43 AM To: [EMAIL PROTECTED] Subject: Moun

RE: Screensavers as root

2003-01-29 Thread Robert Adkins
NEVER LOGIN DIRECTLY AS ROOT. Especially a full X-Windows desktop. There are many other things that you can do to run those apps as some other user. There is setting the SUID bit on those programs. (Which is always a winner, except that you need to read up on any potential securit

Re: Mounting windows drives

2003-01-29 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 29 Jan 2003 10:42:59 -0500, Tom Kovalcik wrote: > I need some method to allow users to mount windows shared drives on a > Linux machines (running samba) and have full access and permissions to > the files (read and write). I can mount the dri

Re: WIFI

2003-01-29 Thread Duncan Hill
Jean-Louis Boulanger wrote: Hello, I have a PC on linux (RH 8.0) I have a PCMCIA card WIFI NETGEAR 401RA What-is the process for install this card ? I assume you mean the MA401 as detailed at http://www.netgear.com/products/details/MA401.asp ? If so, google indicates that the driver packa

Re: filling a huge postgres db

2003-01-29 Thread Bret Hughes
On Wed, 2003-01-29 at 08:30, Brian Ashe wrote: > Nathalie Boulos, > > On Wednesday January 29, 2003 03:38, Nathalie Boulos wrote: > > i don't know if it's appropiate to post this question on this list but i'm > > wondering how to fill a huge csv file in a postgresql database. > > The easiest and

Re: sound problems after 7.1 to 7.3 upgrade

2003-01-29 Thread Bret Hughes
On Wed, 2003-01-29 at 08:13, Nick Lindsell wrote: > At 10:16 29/01/2003 +, you wrote: > >Hi folks, > > > >I've got a RH box connected to out telephone switchboard to play a soundfile > >repeatedly creating the music for the music-on-hold. > > > >When I put this box in, it was a fresh install o

Re: Screensavers as root

2003-01-29 Thread Jan
Robert Adkins wrote: NEVER LOGIN DIRECTLY AS ROOT. Especially a full X-Windows desktop. There are many other things that you can do to run those apps as some other user. There is setting the SUID bit on those programs. (Which is always a winner, except that you need to read up on any poten

Domain Name not listed!

2003-01-29 Thread Shirad Salaheddine
Title: Domain Name not listed! Hi, I have installed Red Hat Linux 2.1 Advanced Server and trying to configure the network. In my /etc/hosts file  I have added the following:  xxx.xxx.xxx.xxx hostname hostname.domain hostname Saved, and closed. On my shell (bash shell), I am typing the

RE: Screensavers as root

2003-01-29 Thread Red Hat
Well I have been running Unix systems for over 10 years and been using linux since kernel 0.97 and I have NEVER mad a mistake because I was logged in as root. If you are prone to do that, maybe you chose the wrong career. Anyway, is there an alternative to xlock on RH 8.0? Thanks, CC -Origi

RE: Domain Name not listed!

2003-01-29 Thread Turner, John
man domainname "domainname - show or set the system's NIS/YP domain name" "-d, --domain Display the name of the DNS domain. Don't use the command domainname to get the DNS domain name because it will show the NIS domain name and not the DNS domain name. Use dnsdomainname instead." Messing wit

Re: Mounting windows drives

2003-01-29 Thread Anthony E. Greene
Murdock, Matt <[EMAIL PROTECTED]> >Try the smbclient command. I thought this was the mechanism that Samba >provides for doing that. I havent read the man pages for a couple of months. The smbclient interface is similar to that of a command line FTP client. It doesn't mount the share in a way that

Re: Default font error

2003-01-29 Thread Bill Carlson
On Tue, 28 Jan 2003, John Duke wrote: > I have RH8. Recently the graphical system stopped working -- on boot, I > get an "I cannot start X server" message. When I look at the log file, I > see: > >Could not init font path element unix/:7100, removing from list! >Fatal server error: >

RE: naive imap question - still wondering - thanks

2003-01-29 Thread Steve Garcia
>>> * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTTLS AUTH=LOGIN] >>> adzacgw.adzac.com IMAP4rev1 2001.315rh at Tue, 28 Jan 2003 22:13:17 >>> -0800 (PST) >> >> '2001' is a UW IMAP version, so it looks like thats what it is. >> curious why UW doesn't make a better banner for their server. >> >> th

RE: Screensavers as root

2003-01-29 Thread Nick Lindsell
At 08:25 29/01/2003 -0800, you wrote: Well I have been running Unix systems for over 10 years and been using linux since kernel 0.97 and I have NEVER mad a mistake because I was logged in as root. If you are prone to do that, maybe you chose the wrong career. Anyway, is there an alternative to x

Good Linux Printers

2003-01-29 Thread Mark Richardson
I just had a windows printer die and want to get a nice color inkjet that is definitely compatible with RH 8. I just got a digital camera so I'd like something that will do a good job of printing photo's for home use. Any suggestions for less than $200? Mark Richardson [EMAIL PROTECTED] <>

RE: redhat-list digest, Vol 1 #6576 - 5 msgs

2003-01-29 Thread Shirad Salaheddine
Found the problem: I have mis-writen the info in /etc/hosts. Thx, Shirad Message: 2 From: "Turner, John" <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: Domain Name not listed! Date: Wed, 29 Jan 2003 11:27:19 -0500 Reply-To: [EMAIL PROTECTED] man domainname "doma

HELP: Uninstalling CUPS

2003-01-29 Thread rahul b jain cs student
Hi, I had installed CUPS on my linux box. I had installed by downloading the source code of CUPS from the CUPS website. How do I uninstall CUPS ?? I checked the website but could not find any useful information. The main reason I am uninstalling it is that my printer does not respond to CUPS pro

PGP/GnuPG Keys

2003-01-29 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Can I make a request from the list? There are some of us (including me) who sign our messages with PGP/GPG (probably because it's "cool"). There are some within said signing group, hoever, who have *not* made their public keys available. For those of

Re: Compile modules for Apache V2

2003-01-29 Thread DuSTiN KRySaK
One other question I have is... How can you see where your existing install is located? I want to be sure I upgrade that one and not install another version.. I also want to make sure the GUI will work for the new version! Thanks for the answers on compiling too.. I will try them shortly. Dust

RE: Good Linux Printers

2003-01-29 Thread Randy Williams
I've got a HP 970CSE at the house and it works great for me. I've printed out .jpg's that are scanned pictures and that's worked okay. I haven't tested some of the advanced functionality yet, but so far its good stuff. I don't know what the cost of this unit might be though, or how the new 3

RE: Screensavers as root

2003-01-29 Thread Robert Adkins
CC, If I am not mistaken 'make' will run the makefile script and then spit out a blazingly fast string of code on the screen... Running that as root is very dangerous because there could be hidden exploit "code" hidden within that makefile by unscrupulous coders or by cra

Re: Compile modules for Apache V2

2003-01-29 Thread Rick Johnson
DuSTiN KRySaK wrote: One other question I have is... How can you see where your existing install is located? I want to be sure I upgrade that one and not install another version.. I also want to make sure the GUI will work for the new version! Thanks for the answers on compiling too.. I will tr

how to resize partition without losing data?

2003-01-29 Thread Daniel Rubin
have used up 98% of my /usr, and need to increase space in /usr. How do I resize it without losing data? __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- redhat-list mailing list unsubscribe ma

scrollbars do not work in redhat applets or gedit in x sessions

2003-01-29 Thread Daniel Rubin
I'm running Redhat 8.0 and connect via ssh. When running x sessions, scroll bars for all applets and gedit don't work when I click/drag on them (for example, redhat-config-users). Drop down boxes and buttons work fine. Seems only to be a problem with redhat apps, as the scrollbar in emacs works fin

Re: how to resize partition without losing data?

2003-01-29 Thread John Norris
I ran into the sae problem on my pc, I am dual booting XP, and Linux. I used Partition Magic 8.0 and resized the partitions in windows. Partiton Magic also supports vfat From: Daniel Rubin <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: how to resize parti

(no subject)

2003-01-29 Thread Jack Byers
Jack Byers [EMAIL PROTECTED] I have looked around for some nice backup scripts or console applications for my Redhat 7.3 system. There are some nice scripts around, but most of require a good amount of configuration (I'm looking for the easy way out!). I can't really understand >

A small doubt about Athlon MP and Red Hat 8

2003-01-29 Thread Lúcio Costa de Almeida
Greetings, I'll buy one new Pc like this: AMD MP 2000+; RAM 512MB DDR PC 266; 02 Hard Disk 60 GB 7200; Vídeo Ge Force 2MX400 64M; CD-RW LG 48x48x16; DVD 16X LG; LG Flatron 701FT; Do you have an experience using this Dual processor? = []'s Lúcio Costa Linux user #204519 "We do what we can,

Re: how to resize partition without losing data?

2003-01-29 Thread Tibbetts, Ric
John Norris wrote: I ran into the sae problem on my pc, I am dual booting XP, and Linux. I used Partition Magic 8.0 and resized the partitions in windows. Partiton Magic also supports vfat People really need to get on the bandwagon, and get LVM installed & working. There's nothing bugs me w

RE: (no subject)

2003-01-29 Thread Rick Carroll
mii-tool Thanks, Rick -Original Message- From: Geoff Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 5:03 AM To: [EMAIL PROTECTED] Subject:(no subject) HelP!!.i need to know how to get my network card to run down at 10mbps, as right now it's tryi

Re: Good Linux Printers

2003-01-29 Thread Ed Wilts
On Wed, Jan 29, 2003 at 11:09:48AM -0600, Mark Richardson wrote: > I just had a windows printer die and want to get a nice color inkjet that is > definitely compatible with RH 8. I just got a digital camera so I'd like > something that will do a good job of printing photo's for home use. Any > su

routing problem

2003-01-29 Thread Lisa
Hi,   If anyone out there can help me with this I'd be extremely grateful..   I have a firewall with external ip 62.17.173.173 The gateway is 62.17.173.254   We have a machine inside the firewall with private ip addresses. I need to have a setup where this machine is visible to the outside w

RE: how to resize partition without losing data?

2003-01-29 Thread Turner, John
OK, cool. Thanks for the rant. Now, how about a pointer to more information on LVM, like a HOWTO, whether it's installed by default in 7.2/7.3/8.0, where to get it, etc. instead John > -Original Message- > From: Tibbetts, Ric [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29

RE: Phoebe - 8.0.93

2003-01-29 Thread Brian J. Smith-Sweeney
On Fri, 2003-01-24 at 15:55, Gordon Messmer wrote: > On Fri, 2003-01-24 at 15:45, Buck wrote: > > Nodeps is no dependants. That is why it is more likely to disrupt your > > system. > > I know what it is. Nodeps doesn't make dependencies go away, though. > It just won't warn you before it insta

man pages

2003-01-29 Thread Tom Kovalcik
Dumb question coming up: When I upgraded from RH 7.3 to 8.0 my man pages disapeared. Inside /usr/man I have a man1 directory (and nothing else) and the man1 directory has 2 files which came from a program I installed after I installed 8.0. How can I get them back? The man command does work, jus

RE: how to resize partition without losing data?

2003-01-29 Thread Rigler, S C (Steve)
parted works for me. -Steve -Original Message- From: Daniel Rubin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 11:39 AM To: [EMAIL PROTECTED] Subject: how to resize partition without losing data? have used up 98% of my /usr, and need to increase space in /usr. How do I r

RE: routing problem

2003-01-29 Thread Jason Staudenmayer
Title: Message Why not setup an IP alias on the firewall for 62.17.173.10 and then have your iptables/ipchains forward all traffic to the internal server. -Original Message-From: Lisa [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 1:15 PMTo: [EMAIL PROTECTED

Re: routing problem

2003-01-29 Thread Ivan Roseland
Lisa wrote: Hi, If anyone out there can help me with this I'd be extremely grateful.. I have a firewall with external ip 62.17.173.173 The gateway is 62.17.173.254 We have a machine inside the firewall with private ip addresses. I need to have a setup where this machine is visible to the ou

RE: Good Linux Printers

2003-01-29 Thread Robert Adkins
Mark, If you are wanting |nice| digital camera picks (ie. With few |dotty| looking prints) you will likely need to spend more then $200 on the printer. I have a digital camera with a 2.1 Megapixel capability, I also have a very nice (in comparison to my old printer anyway) the pic

RE: how to resize partition without losing data?

2003-01-29 Thread Douglas Myers
http://www.sistina.com/products_lvm.htm   lvm homepage, has HOWTO, etc   I'd also suggest looking into a filesystem that expands easily on the fly, reiserFS, jfs (needs a patch), xfs, etc.  I'd also grab the latest toolset for lvm from there as well.   I'm not sure on 8.0, but on 7.2 and 7.3,

Re: how to resize partition without losing data?

2003-01-29 Thread Anthony E. Greene
Daniel Rubin <[EMAIL PROTECTED]> wrote: >have used up 98% of my /usr, and need to increase >space in /usr. How do I resize it without losing data? If you have not already done so, you could make /usr/local its own partition. Another option is editing the partition table using GNU parted. -- r

RE: how to resize partition without losing data?

2003-01-29 Thread Turner, John
Thanks for the info. John -Original Message- From: Douglas Myers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 1:37 PM To: [EMAIL PROTECTED] Subject: RE: how to resize partition without losing data? http://www.sistina.com/products_lvm.htm lvm homepage, has HOWTO, etc I

Re: routing problem

2003-01-29 Thread Lisa
Title: Message thanks for your help Jason and Ivan. It worked and got me out of a sticky situation!   - Original Message - From: Jason Staudenmayer To: '[EMAIL PROTECTED]' Sent: Wednesday, January 29, 2003 6:21 PM Subject: RE: routing problem Why not setup

Re: Compile modules for Apache V2

2003-01-29 Thread DuSTiN KRySaK
Nice!!! Thanks for the info!!! Dustin On 1/29/03 9:38 AM, "Rick Johnson" <[EMAIL PROTECTED]> spit this out onto my computer screen: > If you want the new version to install on top of the old - use the > additional configure flag: > > --with-layout=RedHat (double-check configure for case) > >

Re: redhat and winxp machine not talking

2003-01-29 Thread Raymundo M. Vega
if you are using Xwindows, then open a xterminal, and run the commands there, it is possible that your path is not right, so you will havve to run it like: /sbin/ifconfig -a /sbin/route or /bin/netstat -rn raymundo Brian Fabiano wrote: I hit Ctrl-Alt F2, and get a text based login I login und

Re: Compile modules for Apache V2

2003-01-29 Thread DuSTiN KRySaK
Also, does this also install with the same modules and configuration as the previous version? And if not, how can you see what modules were compiled with Apache In the original installs so you can be sure to compile and upgrade with the same features? Sorry for the billion questions... I am just

Re: how to resize partition without losing data?

2003-01-29 Thread Tibbetts, Ric
Doug; Thanks for adding that. I meant to put in a link to sistina, and didn't. Yes, LVM is included with RH 8.0. In fact, you can set it up at install time. I'm not sure that ext3 will expand "on the fly" though. I haven't tried. But ReiserFS, jfs, and xfs all will. Ric Douglas Myers wrote:

RE: how to resize partition without losing data?

2003-01-29 Thread Turner, John
Cool, thanks for the 8.0 info. John > -Original Message- > From: Tibbetts, Ric [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 2:28 PM > To: [EMAIL PROTECTED] > Subject: Re: how to resize partition without losing data? > > > Doug; > Thanks for adding that. I meant to pu

RE: RH 7.2 - snmpd starts without errors but doesn't show up in p s

2003-01-29 Thread Javier Gostling
John, Have you updated your system with RHN? If not, then chances are you have a problem with an old bug with disk directives in snmpd.conf which caused snmpd to crash when calling getmntent. If your system has been updated, then I'd have to keep looking at this. Cheers, -- Javier Gostling

SIS 650_651_M650_740 Display Adapter

2003-01-29 Thread ehud bahat
Hi,I am new in the Redhat area. I would like to install Redhat 8.0. My pc has SiS 650_651_M650_740 Display Adapter. I noticed these versions are not included in the Redhat installation disk. I tried using one of the other sis drivers, but got nowhere. Any solution?! Thx, EhudMSN 8 with e-mail viru

RE: RH 7.2 - snmpd starts without errors but doesn't show up in p s

2003-01-29 Thread Turner, John
Thanks. I haven't updated it...it's a production server that is running fine, and I am leery of doing anything to it, even though I know it would probably be OK. I actually just downloaded and installed ucd-snmp 4.2.5 from sourceforge, and it looks like everything is fine. I get the output I ex

  1   2   >