Re: rpm file not keeping accurate records of installed rpms

2000-05-16 Thread Bret Hughes
try rpm -e mod_ssl You can find the name of the package in the rpm database bby listing all packages with rpm -qa|sort|less this will allow you to scroll through a sorted list of the installed packages. Bret Glen Lee Edwards wrote: > I recently re-installed 6.1, and now the system isn't keepin

Re: command to keep job running after logout?

2000-05-16 Thread Charles Galpin
try nohup your_command& hth charles On Tue, 9 May 2000, Barton Hodges wrote: > I seem to have forgotten what the command > was to keep a job running even after I log > out of the console... can anyone help? > > Thanks. > > > -- > To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" >

RE: rpm file not keeping accurate records of installed rpms

2000-05-16 Thread Scott Kindley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 rpm -e mod_ssl Scott Kindley [EMAIL PROTECTED] > -Original Message- > From: Glen Lee Edwards [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 09, 2000 10:37 AM > To: [EMAIL PROTECTED] > Subject: rpm file not keeping accurate records of insta

Re: command to keep job running after logout?

2000-05-16 Thread Bret Hughes
I use nohup command & I believe that nohup means don't send hangup signal when logged off and the & sends it to the background so you can do other things while the job runs. You can see the background jobs using the jobs command iirc. Bret Barton Hodges wrote: > I seem to have forgotten what

US West DSL service

2000-05-16 Thread Bob Hartung
Okay, I have learned that US West is now offering DSL service in my area and my line qualifies for always on, fixed IP address service at 256 K for US 29.95/month or 2 hour at a crack limit for US $19.95/month. Does anyone have any issues with US West regarding their acceptance of Linux? If so l

Re: Ipop3d as a service

2000-05-16 Thread Me
Paul Brown wrote: > > > I have RedHat 6.0 installed in a server an would like to run ipop3d > > (pop-3 service) as a service instead of havind inetd (super server) > > run it on request. > > > May anybody explin me how to do so? > > The best thing to do is to find the web site that supports it

Re: command to keep job running after logout?

2000-05-16 Thread Brian Schneider
nohup should be the command, I recall using it on more than once. On Tue, 9 May 2000, Barton Hodges wrote: > I seem to have forgotten what the command > was to keep a job running even after I log > out of the console... can anyone help? > > Thanks. > > > -- --

Re: command to keep job running after logout?

2000-05-16 Thread Hidong Kim
'nohup' I launch a job like this to keep it going after logging out: nohup appname < input.file > output.file & Good luck, Hidong Barton Hodges wrote: > > I seem to have forgotten what the command > was to keep a job running even after I log > out of the console... can anyone help? > >

Re: command to keep job running after logout?

2000-05-16 Thread Eric Cifreo
> I seem to have forgotten what the command > was to keep a job running even after I log > out of the console... can anyone help? > > Thanks. > Is 'nohup' what you seek? It's got a man page. Eric Cifreo Austin, TX -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Su

Re: Loging to remote host: "Connection refused"

2000-05-16 Thread Mikkel L. Ellertson
At 01:18 AM 5/9/00 +0200, you wrote: >I'm posting this question separately as I don't know for sure if it's >due to my present PAM authentication problem or not. > >I'm trying to log some messages on the server too but syslog tells me in >the local /var/log/messages that the conncetion is refused.

Re: Problem configuring the X Server. LONG REPLY

2000-05-16 Thread Jukka Lindgren
I had exactly the same problem on my kit (DEC Alpha XL266). I was helped by many kind people on this mailing list, now I can return the favor by volunteering the same information to you. The problem was with the monitor setup. Linux installer did not recognise my monitor, so I used "Generic Mult

RE: [OT] PostgreSQL gets commercial support/funding

2000-05-16 Thread Alan Mead
At 12:54 PM 5/9/00 , Bjornson, Matt wrote: >What is the groups opinions regarding MySQL vs PostgreSQL? I think this has been discussed here and you may find more detail in the archives or on deja news. PostgreSQL is more ANSI compliant and fully featured than MySQL at a price of being slower

RE: MySQL weirdness

2000-05-16 Thread Danny
Hello Larry, O'Reily's MySQL & MSQL by Randy Jay, Yarger. Explains the concepts better than I can. I believe the solution to your mysql problem is on Chapter 5 of that book I mentioned about. Hope it helps On Tue, 09 May 2000, Mark Basil wrote: > Try > > insert into user values ("localhost",

Re: command to keep job running after logout?

2000-05-16 Thread Sam Bayne
nohup Barton Hodges wrote: > > I seem to have forgotten what the command > was to keep a job running even after I log > out of the console... can anyone help? > > Thanks. > > -- > To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" > as the Subject. -- -