Re: rh-l] building RPMs from SRPMs as non-root user

2003-07-23 Thread Julian Opificius
Thanks Russ, "Don't use a variable". Yep, as Ian Mortimer also suggested, I replaced "$HOME" with the real absolute path "/home/julian" and it worked perfectly, thanks. Thanks also for the links. Could you tell me (and anyone else following the thread) how I use your script ? Thanks, jules. ==

Re: building RPMs from SRPMs as non-root user

2003-07-23 Thread Julian Opificius
Ian, Sure enough, worked like a charm! Thanks! jules. = At 09:37 PM 7/23/03, you wrote: > I've created .rpmmacros in my "/home/" containing "%_topdir > %HOME/rpm" as instructed. Is it something to do with the build root, or > file/dir permissions, maybe? Replace %HOME

Re: Sendmail Authentication - I thought I had it

2003-07-23 Thread Ronald W. Heiby
Wednesday, July 23, 2003, 10:14:44 PM, Gerry wrote: > Also, when you're at your client are you sure you can get through their > firewall? Perhaps you have to use their server. I don't think I can send > mail directly to my server from where I work. I ran into that for the first time at a differ

Glibc updating

2003-07-23 Thread Greg Bell
>Hello, I know this is an easy question, not much of a challenge, but...I >am going to update on my linux server the Glibc from 2.2 to 2.3. Does >anybody know of any issues I may face with this upgrade? I am using the >Glibc 2.3 rpm to do the upgrade. Well, I killed my system by accidentally upg

Re: Laptops?

2003-07-23 Thread Lorenzo Prince
I run RH9 on a Compaq Presario 2100US. Everything works great, except APM. For some reason the kernel dowsn't support my APM bios. And I'm not sure whether or not the modem works, as I use cable internet with a network connection to the laptop. Lorenzo Prince happy Red Hat 9 user ;) -- And

Re: Software-RAID Issues on RH7.2

2003-07-23 Thread Peter Kiem
Just a side note > I've recreated the situation on a VMware virtual machine I set up. The > only difference is that I have no control over the type of hard-drives > are "emulated", per se, as it only allows SCSI. The real machine has VMWare DOES support emulating IDE drives. Check out http://w

Re: Laptops?

2003-07-23 Thread Linux Tard
I do not recommend Sony at all. Not just laptops, but any of their proprietary 'stuff' (substitute a more colorful adjective here :) ). For many of the VAIOs the issues are resolved when you include ACPI support and turn off APM support. It's just that; a) Sony support for laptops has been hor

Re: Sendmail Authentication - I thought I had it

2003-07-23 Thread Gerry Doris
On 23 Jul 2003, pnelson wrote: > On Wed, 2003-07-23 at 16:00, Gerry Doris wrote: > > I suggest you go to linux-sxs.org and check out the sendmail > > authentication step by step. > > > > Sendmail authentication is very easy to setup but clear documentation is > > sometimes hard to locate. Fro

Re: Sendmail Authentication - I thought I had it

2003-07-23 Thread Gerry Doris
On Wed, 23 Jul 2003, Ronald W. Heiby wrote: > Wednesday, July 23, 2003, 7:29:37 PM, Rodolfo wrote: > > > What happens if you "telnet mailserver 25" and issue a "ehlo localhost"? > > "ehlo localhost" gives an error about it being an invalid domain name. > Getting past that, after the "pleased to

Re: Software-RAID Issues on RH7.2

2003-07-23 Thread Ricky Boone
On Wed, 2003-07-23 at 10:20, Leonard den Ottolander wrote: > I am sorry nobody else jumps in. Problem with waiting such a long time > with your replies is it makes that I already forgot what the precise > problem was, what you have already tried to solve it, and what I did > recommend you to tr

Re: rh-l] building RPMs from SRPMs as non-root user

2003-07-23 Thread R P Herrold
On Wed, 23 Jul 2003, Julian Opificius wrote: > I'm trying to rebuild postfix and cyrus-sasl RPMS from SRPMS to add SMTP auth. > > Following instructions on the postfix site, I'm trying to build as a > regular user, not as root. However, whenever I run "rpm -ivh > blah.blah.4.17.11.src.rpm" on a

Re: building RPMs from SRPMs as non-root user

2003-07-23 Thread Ian Mortimer
> I've created .rpmmacros in my "/home/" containing "%_topdir > %HOME/rpm" as instructed. Is it something to do with the build root, or > file/dir permissions, maybe? Replace %HOME with the actual directory path /home/ and it should work. -- Ian -- redhat-list mailing list unsubscribe mai

building RPMs from SRPMs as non-root user

2003-07-23 Thread Julian Opificius
I'm trying to rebuild postfix and cyrus-sasl RPMS from SRPMS to add SMTP auth. Following instructions on the postfix site, I'm trying to build as a regular user, not as root. However, whenever I run "rpm -ivh blah.blah.4.17.11.src.rpm" on a source RPM I get this error msg: "error: cannot create

Re: Sendmail Authentication - I thought I had it

2003-07-23 Thread Ronald W. Heiby
I'll be looking at the references supplied by others a bit later this evening. But, in the mean time... Wednesday, July 23, 2003, 7:29:37 PM, Rodolfo wrote: > Did you recreate the sendmail.cf file and restart sendmail? Yes. > What happens if you "telnet mailserver 25" and issue a "ehlo localhost

ARRGGHH, RedHat GUI

2003-07-23 Thread Logan Linux
Hi all, Well, I have done it... I said I never would but I have been keeping an eye on the Laptop posts over the last few days and my curiosity got the better of me. I put the RedHat 9 boot disk in my XP/Debian laptop (my OWN pc) and let it rip! I um'd and ar'd about putting a GUI on it cos Im

RE: Rehat 8 - How to Setup FTP Server

2003-07-23 Thread Thomas E. Dukes
Title: Message I think you need to look in /etc/xinetd and find the file for vsftpd.  Open it and change disable=yes to disbale = no     Palmetto Shopperhttp://www.palmettoshopper.comServing all of South Carolina and beyond!Palmetto Politicshttp://www.palmettoshopper.com/politics/ -

Re: Sendmail Authentication - I thought I had it

2003-07-23 Thread pnelson
On Wed, 2003-07-23 at 16:00, Gerry Doris wrote: > I suggest you go to linux-sxs.org and check out the sendmail > authentication step by step. > > Sendmail authentication is very easy to setup but clear documentation is > sometimes hard to locate. From you log files I don't believe you're using

Re: Sendmail Authentication - I thought I had it

2003-07-23 Thread Rodolfo J. Paiz
At 7/23/2003 15:16 -0500, you wrote: On my office Sendmail system, the sendmail.mc contains the following lines that I believe to be related to authentication. define(`confAUTH_OPTIONS', `A')dnl TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl define(`confAUTH_MECHANISMS', `EXTERNAL G

Re: sigevent.h

2003-07-23 Thread Cameron Simpson
On 05:27 23 Jul 2003, reza saeidinia <[EMAIL PROTECTED]> wrote: | Is sigevent.h a system file of linux? if it is true please send this file for me. | I want to run a program and the error "no rule to make /usr/includs/sys/sigevent.h" is accured . please help me. It's not a linux include file. L

RPM broken by glibc-2.3.2 on rh7.2 (segfaults everytime)

2003-07-23 Thread Olivier Dony
Hello everyone (I tried to post some time before but I was not subscribed to the list so I'm not sure it worked). I am working on a Redhat 7.2 system with "kernel 2.4.19 #2 SMP". I think I broke everything by installing a new version of glibc using the --nodeps option of rpm. I suppose I download

Re: stddef.h

2003-07-23 Thread Cameron Simpson
On 05:04 23 Jul 2003, reza saeidinia <[EMAIL PROTECTED]> wrote: | Is stddef.h a system file of linux? No, it's not. | if it is true please send this | file for me. | > I want to run a program and the error "no rule to make | /usr/includs/sys/stddef.h" is accured . please help me. We would need

Re: Adding files to log (cat?)

2003-07-23 Thread Cameron Simpson
On 09:57 23 Jul 2003, Kent Borg <[EMAIL PROTECTED]> wrote: | On Tue, Jul 22, 2003 at 06:41:54PM -0400, System Administrator wrote: | > I am assumong that you use something on the order of | > dumpcommandline > /var/log/backup | > If so - change to dumpcommandline >> /var/log/backup | > | > the >

Re: Kernel Panic: no init found

2003-07-23 Thread pnelson
On Wed, 2003-07-23 at 10:19, Andy Pace wrote: > I have a dell 1650 server running RedHat 7.3 that has the following error on > boot: > > Warning: unable to open initial console > kernel panic. no init found. try passing init= to the kernel > > The hardware setup is three scsi drives on a hardware

Re: Rehat 8 - How to Setup FTP Server

2003-07-23 Thread Real Cucumber
It won't let me... it just says I need to enable xinetd - but that is already enabled   Wendell MacKenzie <[EMAIL PROTECTED]> wrote: did you enable the vsftp service? - Original Message - From: Real Cucumber To: [EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 8:10 PM Subject:

Re: Rehat 8 - How to Setup FTP Server

2003-07-23 Thread Wendell MacKenzie
did you enable the vsftp service? - Original Message - From: Real Cucumber To: [EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 8:10 PM Subject: Rehat 8 - How to Setup FTP Server Hi,   I'm a linux n00b and I've just installed a fresh server install o

Rehat 8 - How to Setup FTP Server

2003-07-23 Thread Real Cucumber
Hi,   I'm a linux n00b and I've just installed a fresh server install of Redhat 8.   I see that it installed 2 FTP packages:   -vsftp  (secure/full featured ftp) -anonftp (anonymous/read only)   So I wanted to get vsftp working, however when I checked in services and tried to start vsftp - it said

Re: [OT] Does this mean that IP was proven on the SCO case?

2003-07-23 Thread Lorenzo Prince
Leonard den Ottolander staggered into view and mumbled: > In a court case you would have to substantiate the fact that they knew > the code was there. This should be very easy to prove since SCO (AKA Caldera) developers are listed in the kernel archive as contributors of code enhancements and

Re: Sendmail Authentication - I thought I had it

2003-07-23 Thread Gerry Doris
I suggest you go to linux-sxs.org and check out the sendmail authentication step by step. Sendmail authentication is very easy to setup but clear documentation is sometimes hard to locate. From you log files I don't believe you're using authentication at all. Did you setup users using SASL?

Re: [OT] Does this mean that IP was proven on the SCO case?

2003-07-23 Thread Lorenzo Prince
Well, I think we will now be able to clear up this SCO thing once and for all. http://newsvac.newsforge.com/newsvac/03/07/22/1547203.shtml Looks like SCO is responsible for putting its own code into the Linux kernel, in which case they ARE bound by the terms of the GPL, and are indeed sublicen

Re: Data Migration

2003-07-23 Thread Greg Bell
>Also, look at the >bandwidth limit ("--bwlimit") option, it won't limit the instantaneous >bandwidth for transferring a single file, but it will put pauses >between files to keep the average down. I'm not so sure it doesn't limit bandwidth during a single file... I added the --bwlimit option to a

Re: Sendmail Authentication - I thought I had it

2003-07-23 Thread Chris Cameron
I had to use SASL to get SMTP Auth working. The walk through I used (which was for OpenBSD) is at: http://www.backwatcher.org/writing/howtos/obsd-sendmail+sasl.html You seem to have a good understanding of what going on, so you should be able to get past the OBSD specific things. Pretty much Inst

Re: Sendmail Authentication - I thought I had it

2003-07-23 Thread Devrim GUNDUZ
Hi, On Wed, 23 Jul 2003, Ronald W. Heiby wrote: Use Postfix. You will spend less time than you spent writing that mail. :) I've just spent 20 minutes in my first install -- with smtp auth. Thanks to docs. Regards, -- Devrim GUNDUZ [EMAIL PROTECTED] [EMAIL PROT

Sendmail Authentication - I thought I had it

2003-07-23 Thread Ronald W. Heiby
Hello redhat-list, I read lots of list messages and a lot of documentation, and I thought that I finally had figured out how to get Sendmail authentication set up compatibly with Windows "The Bat!" mail client. If I'm sitting in the office, I can send mail via Sendmail on the system in the office.

RE: Kernel Panic: no init found

2003-07-23 Thread Andy Pace
Can i do that from rescue mode? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Hart Sent: Wednesday, July 23, 2003 4:54 PM To: Redhat General List Subject: RE: Kernel Panic: no init found On Wed, 2003-07-23 at 14:43, Andy Pace wrote: Have you tri

RE: Kernel Panic: no init found

2003-07-23 Thread David Hart
On Wed, 2003-07-23 at 14:43, Andy Pace wrote: Have you tried to simply recompile the kernel from the source? That might resolve the issue and has little if any downside. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RE: Running program at startup

2003-07-23 Thread Edward Croft
On Wed, 2003-07-23 at 17:39, Andy Pace wrote: > put the command in /etc/rc.local > > -Andy > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Vij Chau > Sent: Wednesday, July 23, 2003 4:33 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Run

RE: Running program at startup

2003-07-23 Thread Andy Pace
put the command in /etc/rc.local -Andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Vij Chau Sent: Wednesday, July 23, 2003 4:33 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Running program at startup Guys, Simple Question. Help appreciated.

Running program at startup

2003-07-23 Thread Vij Chau
Guys, Simple Question. Help appreciated. Right now, everytime i start my computer i type "ettercap -sNzC &" in the shell and forget it. Once in a while, i check the logs. How do I automate this at startup? Thanks in advance -N -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]

tape device

2003-07-23 Thread Kelly Goedert
Hello, is there any command or file that will tell me which is my tape device exactly? Thank you. Kelly. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: [way -OT] Voicemail

2003-07-23 Thread Rick Warner
Been a while, but Audix is running on a very old release of System V. It might take some doing to get it to work since they have tried to hide the OS and give you that rather old-fashioned management interface. In theory it should work, the question is how many hoops will you need to ju

[way -OT] Voicemail

2003-07-23 Thread Jason Staudenmayer
I know this is way OT but I can't find any info on the web and maybe somebody one the list has done something like this. We have an Intuity Audix Voice mail systems is there any way to archive voice mails to a RedHat box or some other storage media (tape,cd). We would like to be able to select cert

Re: Setting up j2sdk

2003-07-23 Thread Reuben D. Budiardja
On Wednesday 23 July 2003 03:27 pm, Robert Fausey wrote: > I am having problems getting java programs to run under RH9. I > installed j2sdk-1.4.2-fcs and created /etc/profile.d/java.sh that > contains > export JDK_HOME=/usr/java/j2sdk1.4.2 > export PATH=$PATH:$JDK_HOME/bin > > I can co

RE: Setting up j2sdk

2003-07-23 Thread Rigler, Steve
Does "which java" give you the java at /usr/java/.../bin or some other one? If it's the wrong one then you should probably switch that PATH statement around so that the JDK path is searched first. -Steve -Original Message- From: Robert Fausey [mailto:[EMAIL PROTECTED] Sent: Wednesday, Ju

Setting up j2sdk

2003-07-23 Thread Robert Fausey
I am having problems getting java programs to run under RH9. I installed j2sdk-1.4.2-fcs and created /etc/profile.d/java.sh that contains export JDK_HOME=/usr/java/j2sdk1.4.2 export PATH=$PATH:$JDK_HOME/bin I can compile Java programs, but they will not run, they run fine on other

RE: Migrating from a WinNT-2K server network to a Linux network

2003-07-23 Thread Mark Haney
James D. Parra wrote: > Hello, > > I want to make a smooth transition from a windows server environment > to a pure (or almost pure) Linux server environment. The most > important aspect of this change over would be moving all of the user > accounts from a WinNT server to a Linux server while also

RE: Kernel Panic: no init found

2003-07-23 Thread Andy Pace
is there some way to rebuild /etc/ with a re-install method? or the init scripts in rescue mode? i'm also having problems with rescue mode seeing my linux partitions. it's a hardware raid5 setup. What extra options do i need? -Andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAI

Re: Migrating from a WinNT-2K server network to a Linux network

2003-07-23 Thread Jonathan Bartlett
I haven't done a _migration_, but all my W2K users are authenticated off of a Linux PDC. In addition (I found out about this _after_ I did my setup), there is a nifty program out there for Windows called pGina that will modify how Windows does it's authentication (you can do LDAP authentication, N

RE: Kernel Panic: no init found

2003-07-23 Thread Andy Pace
no. the kernel version i'm trying to use is vmlinuz-2.4.18-3smp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Hart Sent: Wednesday, July 23, 2003 1:28 PM To: Redhat General List Subject: Re: Kernel Panic: no init found On Wed, 2003-07-23 at 13:19,

Re: Turn off automount of CD

2003-07-23 Thread Mike Wooding
--- "Kall, Bruce A." <[EMAIL PROTECTED]> wrote: > How do you tell KDE to not automount a CD? remove: ~/.kde/Autostart/Autorun.desktop = He who laughs last thinks slowest. __ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.co

Re: Laptops?

2003-07-23 Thread Robert P. J. Day
On Wed, 23 Jul 2003, Vince Scimeca wrote: > On Wed, 2003-07-23 at 10:11, Dan Bar Dov wrote: > > I'm looking for a laptop that will work fine with RedHat 9.0 > > > > For some reason, RedHat list none. > > Any experience with 9 on Laptops? has anyone actually installed RH 9 on one of the WUXGA (19

Re: Kernel Panic: no init found

2003-07-23 Thread David Hart
On Wed, 2003-07-23 at 13:19, Andy Pace wrote: > I have a dell 1650 server running RedHat 7.3 that has the following error on > boot: > > Warning: unable to open initial console > kernel panic. no init found. try passing init= to the kernel > Are you trying kernel 2.4.21? -- redhat-list mailing

Re: Suspending running job

2003-07-23 Thread Robert Sweet
On Tue, Jul 08, 2003 at 05:57:01PM -0600, Ashley M. Kirchner Wrote: > >Okay, assume a user started a task on the server, and let it run. > Assume I have root access to the server. Is there some way that I can > pause the task, and resume it later without screwing up permissions? > > -- >

Re: [OT] Does this mean that IP was proven on the SCO case?

2003-07-23 Thread Bill West
> > > David Boise is a damn good lawyer, > Just ask Al Gore! -- Don't take Life too seriously, you will never get out alive - Van Wilder -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Migrating from a WinNT-2K server network to a Linux network

2003-07-23 Thread James D. Parra
Hello, I want to make a smooth transition from a windows server environment to a pure (or almost pure) Linux server environment. The most important aspect of this change over would be moving all of the user accounts from a WinNT server to a Linux server while also maintaining it as an analogous PD

Re: RH 9.0 and sendmail...

2003-07-23 Thread Ken Kleiner
Thanks - will look into that. > > On Wednesday 23 July 2003 12:21, Ken Kleiner wrote: > > > > > From what I've seen on the net, it appears that sendmail when running > > on a RH 8 or 9 host, it only accepts incoming from localhost, which > > is fine for me if I have to run it as a daemon. > > >

Re: RH 9.0 and sendmail...

2003-07-23 Thread MKlinke
On Wednesday 23 July 2003 12:21, Ken Kleiner wrote: > > From what I've seen on the net, it appears that sendmail when running > on a RH 8 or 9 host, it only accepts incoming from localhost, which > is fine for me if I have to run it as a daemon. > > If I don't have to run it as a daemon, it would

RH 9.0 and sendmail...

2003-07-23 Thread Ken Kleiner
Hi... When running RH 9.0, do I need to have sendmail running to just send mail out? W./out it running, I get a $ mail -v root Subject: test Cc: root... Connecting to [127.0.0.1] via relay... root... Deferred: Connection refused by [127.0.0.1] And /var/log/maillog shows : Jul 23 13:18:48

Kernel Panic: no init found

2003-07-23 Thread Andy Pace
I have a dell 1650 server running RedHat 7.3 that has the following error on boot: Warning: unable to open initial console kernel panic. no init found. try passing init= to the kernel The hardware setup is three scsi drives on a hardware raid5 card. The raid card is fine I can boot into rescue m

Re: Glibc updating

2003-07-23 Thread Gordon Messmer
Aeryn wrote: Hello, I know this is an easy question, not much of a challenge, but...I am going to update on my linux server the Glibc from 2.2 to 2.3. Does anybody know of any issues I may face with this upgrade? I am using the Glibc 2.3 rpm to do the upgrade. Don't try to use the i386 rpm if you

Re: Laptops?

2003-07-23 Thread Rodolfo J. Paiz
At 7/23/2003 10:19 -0400, you wrote: On Wed, 2003-07-23 at 10:11, Dan Bar Dov wrote: > I'm looking for a laptop that will work fine with RedHat 9.0 IBM T23 in this case. RH9 installed, haven't needed to use modem so don't know if it works. NIC is great, Wireless NIC is Prism-chipset and well-supp

RE: How many ip address question

2003-07-23 Thread Rodolfo J. Paiz
At 7/23/2003 10:53 -0400, you wrote: One. Use NAT and hide the other machines behind the firewall; just forward the appropriate ports to the right machines. Generally agreed. If you have a specific use for a second IP address, by all means get it. But you only _need_ one, and NAT is one more laye

Re: Data Migration

2003-07-23 Thread Rodolfo J. Paiz
At 7/23/2003 11:43 +0100, you wrote: I have an "oppurtunity" to migrate some data from one Unix server to another. I was going to use *nix tools to do it and had plumped for Rsync. I have a lot of data to move (1.5Tb+ from one site and 1Tb+ from another), but time is not an issue, reliability o

Re: mozilla filters

2003-07-23 Thread Bret Hughes
On Wed, 2003-07-23 at 10:29, Kelerion wrote: > ahh... bingo... > > thanks.. the reason I couldn't find them was I was doing a "find ./ > -name *filt*" .. but I keep forgetting find is case-sensitive.. lol > > Cheers > > Kel > > try -iname instead of -name and put shell globbing chars in sing

Re: vsftpd dead but subsys locked

2003-07-23 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 23 Jul 2003 08:55:08 -0500, Mark Stevens wrote: > I am running vsftpd on a RedHat 9.0 professional server. > > Following 'service vsftpd status' i get "vsftpd dead but subsys locked" Normally, I won't reply to HTML messages since they are au

Redhat AS 2.1: network problem

2003-07-23 Thread Johan Soderberg
Hi, I'm trying to set up RedHat AS 2.1 on a hp dl310, but I'm experiencing a strange network problem. The problem I'm encountering is that the server drops sessions that has been established from other hosts, sessions established from the server itself works fine. After a session has been droped

RE: laptops

2003-07-23 Thread sentinel
I use an IBM T23 with RedHat 9 and reiser filesystem. So far so good. Been running for a couple of months and loving it. Sound, video, network, all working great Now if I could only figure out how to hot swap my floppy and cdrom/dvd I'd be happy :D -- Linux: Telling Microsoft where to go s

Re: [OT] ... SCO case

2003-07-23 Thread Rick Warner
On Wed, 23 Jul 2003, AragonX wrote: > Also, I believe the UNIX patents expire > next year. The patents are likely irrelevant. There is contention about ownership of some of the copyrights, some of which may have been transferred from Novell to SCO under an amendment of the contract that gave S

Re: redhat-list digest, Vol 1 #8155 - 48 msgs

2003-07-23 Thread mark
On Wednesday 23 July 2003 11:24 am, > From: mark <[EMAIL PROTECTED]> > Subject: About your .sig Sorry about that, folks, I'd not intended to send it to the list. mark -- "GUILTY, GUILTY, GUILTY!" - Megaphone Mark Slackmeyer, Doonesbury -- redhat-list mailing list unsubscribe mailto:[

Turn off automount of CD

2003-07-23 Thread Kall, Bruce A.
How do you tell KDE to not automount a CD? Thanks, Bruce -- = Bruce Kall Mayo Clinic 200 First ST SW, 1-241 STM Rochester, MN 55905 507-255-4768 = -- redhat-list mailing list unsubscribe

Dhcp and option 60 (PXE)

2003-07-23 Thread Douglas Phillipson
I need to boot a PXE client PC, which requires something called "option-60 PXEClient" in a DHCP scope. I have done this on a Windows DHCP server but not a Linux one. I searched and found this on the web: option option-60 "PXEClient"; But it doesn't work, gives an unknown option when restartin

Re: ATi driver

2003-07-23 Thread Vivek Shankar
I'm using the ATi driver with the original Radeon AIW - no problems. However, I have not tried the TV tuner, yet. -vivek -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Emulate keboard keys on the screen

2003-07-23 Thread Khademul Islam
I am trying to create a executable to emulate keyboard keys on a touch screen environment! Any help how to do it is appreciable! |---+---+| | | UP| MOUSE RIGHT| |

Re: mozilla filters

2003-07-23 Thread Kelerion
ahh... bingo... thanks.. the reason I couldn't find them was I was doing a "find ./ -name *filt*" .. but I keep forgetting find is case-sensitive.. lol Cheers Kel Paul Brandariz x6546 wrote: Kelerion wrote: Hey all.. I was wondering if anyone knew where mozilla stored it's user-defined f

Glibc updating

2003-07-23 Thread Aeryn
Hello, I know this is an easy question, not much of a challenge, but...I am going to update on my linux server the Glibc from 2.2 to 2.3. Does anybody know of any issues I may face with this upgrade? I am using the Glibc 2.3 rpm to do the upgrade. Thanks. A -- redhat-list mailing list unsubscr

Re: Data Migration

2003-07-23 Thread Aly Dharshi
Hello All, I haven't much experience with this but I think that NFS shouldn't be too bad for this especially as you are doing things over time, you can do a certian portion first then another and another , so on and so forth. Another thing to look at is to see how site mirroring tools work, I

Re: mozilla filters

2003-07-23 Thread Paul Brandariz x6546
Kelerion wrote: Hey all.. I was wondering if anyone knew where mozilla stored it's user-defined filters.. I see them in .mozilla/default/*.slt/Mail/{serverName}/msgFilterRules.dat -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-li

RE: Resetting IFCONFIG Info

2003-07-23 Thread Sites, Brad
Joe Giles wrote: > H.. Well, if I can isolate the kernel module for ONE card, that > would be great, but I don't think it works that way. Oh well, I guess > I'll have to cause a stir. Especially if they want a smooth running > server :-D > > Thanks for all the replies. I actually learned a fe

Re: Laptops?

2003-07-23 Thread David Hollister
On Wed, 2003-07-23 at 07:15, Michael Gargiullo wrote: > Sure, > > I've got a Compaq Presario 1800T, Dell Inspirion, Winbook... All of > them installed RH9 without a problem. The only laptop I've heard has > minor problems are the Sonys, but that was a while ago. It might be ok > now. I h

Re: Laptops?

2003-07-23 Thread Alan Harding
Redhat 9.0 running on a Fujitsu Siemens Lifebook E7100. The only thing that doesnt work yet is the modem, but I havent even tried so that may be a configuration thing On Wed, 23 Jul 2003 10:21:50 -0400 (EDT) "Ricky Boone" <[EMAIL PROTECTED]> wrote: > > I'm looking for a laptop that will work f

Re: Data Migration

2003-07-23 Thread Alan Harding
On Wed, 23 Jul 2003 07:22:10 -0700 (PDT) Jonathan Bartlett <[EMAIL PROTECTED]> wrote: > What are you trying to do? > Its actually a migration from one system to another. It is a one time as such, but we where hoping to do a base copy whilst the system is live and then eventually disconnect a

Re: Laptops?

2003-07-23 Thread Stephan Matthiesen
Hi, Am Mittwoch, 23. Juli 2003 15:11 schrieb Dan Bar Dov: > I'm looking for a laptop that will work fine with RedHat 9.0 > Any experience with 9 on Laptops? Good information at http://www.linux-on-laptops.com/ They list a lot of models and links to user's pages. Am Mittwoch, 23. Juli 2003 15:24

question from the amateur -text view failed

2003-07-23 Thread Yuri Levenfeld
Title: Message Hi!   First of all, forgive me for my ignorance. I am getting familiar with Linux, coming from the world of Novell netware and Windows.   Recently I installed RH 9 on Compaq Proliant 1600 server. Everything worked fine until today when I started getting this message while tryi

RE: How many ip address question

2003-07-23 Thread Ward William E DLDN
One. Use NAT and hide the other machines behind the firewall; just forward the appropriate ports to the right machines. May I suggest IPCop? http://www.ipcop.org Hide the Linux box and the other machines behind one IPCop box; it'll be a bit more secure under most conditions that rolling your ow

Re: Laptops?

2003-07-23 Thread lawjm86
Dan Bar Dov wrote: I'm looking for a laptop that will work fine with RedHat 9.0 For some reason, RedHat list none. Any experience with 9 on Laptops? Dan I use a Micron Transport ZX, dual-boot with WXP. Everything works great but the winmodem. -- redhat-list mailing list unsubscribe mailt

Re: Data Migration

2003-07-23 Thread Kent Borg
On Wed, Jul 23, 2003 at 03:12:08PM +0100, Kelerion wrote: > I'm not exactly an expert on this subject (or many others for that > matter) but is NFS really a suitable solutions to transfering 1.5TB+ of > data over a network?? I didn't think it was *very* stable... Previous messages have suggested

Re: Resetting IFCONFIG Info

2003-07-23 Thread Bret Hughes
On Wed, 2003-07-23 at 00:54, Joe Giles wrote: > H.. Well, if I can isolate the kernel module for ONE card, that would > be great, but I don't think it works that way. Oh well, I guess I'll have > to cause a stir. Especially if they want a smooth running server :-D > > Thanks for all the replie

RE: Laptops?

2003-07-23 Thread van Aswegen, Marinus (ZA - Johannesburg)
Hi Michael I've had good experiences with Dell laptops and have been using them for about 4 years now. Regards, Marinus van Aswegen Principal Consultant Deloitte & Touche Security Services Group Phone: +27-(0)11-209-6324 Fax: +27-(0)11-806-5202 "All parts should go together without forc

Re: Laptops?

2003-07-23 Thread Stephen Kuhn
On Thu, 2003-07-24 at 00:11, Dan Bar Dov wrote: > I'm looking for a laptop that will work fine with RedHat 9.0 > > For some reason, RedHat list none. > Any experience with 9 on Laptops? > > Dan IBM Thinkpads. -- Thu Jul 24 00:25:00 EST 2003 00:25:00 up 9 days, 16:28, 3 users, load average:

RE: Laptops?

2003-07-23 Thread Christian Campbell
Dell Inspiron 4000 works great except I have a built-in combo NIC/Modem. NIC works. Modem doesn't. I haven't spent any time trying to get it going though... Christian +---+--+ | Christian P. Campbell |

Re: Laptops?

2003-07-23 Thread Kent Borg
On Wed, Jul 23, 2003 at 10:19:31AM -0400, Kent Borg wrote: > On Wed, Jul 23, 2003 at 10:15:31AM -0400, Michael Gargiullo wrote: > > The only laptop I've heard has minor problems are the Sonys, but > > that was a while ago. It might be ok now. > > I am running RH 9 on an old Vaio Z505LE, and it wo

Re: Laptops?

2003-07-23 Thread Ricky Boone
> I'm looking for a laptop that will work fine with RedHat 9.0 > > For some reason, RedHat list none. > Any experience with 9 on Laptops? I have a Sony Viao GRV550 (I think that's it...), and it doesn't work. It looks like the PCMCIA bus, display, and a few other vital components aren't compatibl

Re: Data Migration

2003-07-23 Thread Jonathan Bartlett
What are you trying to do? If you are just _moving_ the data one-time, I would probably use something other than NFS. However, if it's a remote filesystem for Multimedia, I would use NFS. Jon On Wed, 23 Jul 2003, Kelerion wrote: > I'm not exactly an expert on this subject (or many others for t

RE: Laptops?

2003-07-23 Thread Mark Haney
Dan Bar Dov wrote: > I'm looking for a laptop that will work fine with RedHat 9.0 > > For some reason, RedHat list none. > Any experience with 9 on Laptops? > > Dan For what it's worth, I'm running RH9 on a Toshiba Satellite 1750. It actually installed better and cleaner than XP did. Toshiba is

Re: Laptops?

2003-07-23 Thread Kelerion
Stay away from Samsung VM laptops.. they *really* do not like linux very much at all.. some issue with the screen... the only distro I ever got working on mine was slackware with a custom 2.5 kernel.. couldn't even get RH working with a similar kernel.. Cheers Kel Dan Bar Dov wrote: I'm

Re: Software-RAID Issues on RH7.2

2003-07-23 Thread Leonard den Ottolander
Hi Ricky, > :( Seems like I'm talking to myself... I am sorry nobody else jumps in. Problem with waiting such a long time with your replies is it makes that I already forgot what the precise problem was, what you have already tried to solve it, and what I did recommend you to try. > BTW: I

Re: Laptops?

2003-07-23 Thread Kent Borg
On Wed, Jul 23, 2003 at 10:15:31AM -0400, Michael Gargiullo wrote: > The only laptop I've heard has minor problems are the Sonys, but > that was a while ago. It might be ok now. I am running RH 9 on an old Vaio Z505LE, and it works well. Including > > > On Wed, 2003-07-23 at 10:11, Dan Bar Do

Re: Laptops?

2003-07-23 Thread Vince Scimeca
On Wed, 2003-07-23 at 10:11, Dan Bar Dov wrote: > I'm looking for a laptop that will work fine with RedHat 9.0 > > For some reason, RedHat list none. > Any experience with 9 on Laptops? > > Dan I run RH 9 on an IBM Thinkpad X22. I have had no issues during install or since. I have been runnin

Re: Laptops?

2003-07-23 Thread tomh
I ran it on Dell Latitude, worked fine (I never tried the modem, though). I downgraded to RH8 because of Ximian Evolution issues. Tom Hightower Solutions, Inc http://www.simas.com

Re: Laptops?

2003-07-23 Thread Michael Gargiullo
Sure, I've got a Compaq Presario 1800T, Dell Inspirion, Winbook... All of them installed RH9 without a problem. The only laptop I've heard has minor problems are the Sonys, but that was a while ago. It might be ok now. On Wed, 2003-07-23 at 10:11, Dan Bar Dov wrote: > I'm looking for

Laptops?

2003-07-23 Thread Dan Bar Dov
I'm looking for a laptop that will work fine with RedHat 9.0 For some reason, RedHat list none. Any experience with 9 on Laptops? Dan -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

  1   2   >