Re: Stupid RPM, or just me???

2003-10-10 Thread James McDonald
Collins Richey wrote: On Tue, 07 Oct 2003 18:25:36 -0500 Michael Hipp [EMAIL PROTECTED] wrote: Could somebody tell me what I'm doing wrong, or is RPM a Microsoft conspiracy to make Linux look bad: I love it! Will file this away. RPM, like any other software product, has syntax that

Re: Stupid RPM, or just me???

2003-10-10 Thread Roger Oberholtzer
On Fri, 10 Oct 2003 23:27:17 +1000 James McDonald [EMAIL PROTECTED] wrote: Collins Richey wrote: On Tue, 07 Oct 2003 18:25:36 -0500 Michael Hipp [EMAIL PROTECTED] wrote: Could somebody tell me what I'm doing wrong, or is RPM a Microsoft conspiracy to make Linux look bad:

Re: Stupid RPM, or just me???

2003-10-10 Thread Collins Richey
On Fri, 10 Oct 2003 23:27:17 +1000 James McDonald [EMAIL PROTECTED] wrote: Collins Richey wrote: On Tue, 07 Oct 2003 18:25:36 -0500 Michael Hipp [EMAIL PROTECTED] wrote: Could somebody tell me what I'm doing wrong, or is RPM a Microsoft conspiracy to make Linux look bad:

Re: Stupid RPM, or just me???

2003-10-10 Thread Tim Wunder
On 10/10/2003 9:27 AM, I believe that James McDonald wrote: Collins Richey wrote: On Tue, 07 Oct 2003 18:25:36 -0500 Michael Hipp [EMAIL PROTECTED] wrote: Could somebody tell me what I'm doing wrong, or is RPM a Microsoft conspiracy to make Linux look bad: I love it! Will file this

Re: Stupid RPM, or just me???

2003-10-10 Thread Alma J Wetzker
James McDonald [EMAIL PROTECTED] Fri, 10 Oct 2003 23:27:17 +1000 Collins Richey wrote: On Tue, 07 Oct 2003 18:25:36 -0500 Michael Hipp [EMAIL PROTECTED] wrote: Could somebody tell me what I'm doing wrong, or is RPM a Microsoft conspiracy to make Linux look bad: I love it! Will file this away.

Re: Stupid RPM, or just me???

2003-10-10 Thread Collins Richey
On Fri, 10 Oct 2003 09:51:56 -0400 Tim Wunder [EMAIL PROTECTED] wrote: On 10/10/2003 9:27 AM, I believe that James McDonald wrote: Collins Richey wrote: On Tue, 07 Oct 2003 18:25:36 -0500 Michael Hipp [EMAIL PROTECTED] wrote: Could somebody tell me what I'm doing wrong, or is

Re: Stupid RPM, or just me???

2003-10-10 Thread Tim Wunder
On 10/10/2003 12:42 PM, I believe that Collins Richey wrote: On Fri, 10 Oct 2003 09:51:56 -0400 Tim Wunder [EMAIL PROTECTED] wrote: On 10/10/2003 9:27 AM, I believe that James McDonald wrote: Collins Richey wrote: On Tue, 07 Oct 2003 18:25:36 -0500 Michael Hipp [EMAIL PROTECTED] wrote:

Re: Stupid RPM, or just me???

2003-10-10 Thread James McDonald
Info redargding apt4rpm for redhat can be found at http://freshrpms.net and/or on the kde-redhat site, http://kde-redhat.sf.net Regards, Tim I just installed apt4rpm and it rocks the synaptic gui is ok too. But it's probably best if you have broadband. Linux Magazine had an article on it

Re: Stupid RPM, or just me???

2003-10-08 Thread Collins Richey
On Tue, 07 Oct 2003 18:25:36 -0500 Michael Hipp [EMAIL PROTECTED] wrote: Could somebody tell me what I'm doing wrong, or is RPM a Microsoft conspiracy to make Linux look bad: I love it! Will file this away. RPM, like any other software product, has syntax that must be learned. That being

Stupid RPM, or just me???

2003-10-07 Thread Michael Hipp
Could somebody tell me what I'm doing wrong, or is RPM a Microsoft conspiracy to make Linux look bad: # rpm --rebuilddb error: db4 error(16) from dbenv-remove: Device or resource busy # ls wxGTK-2.4.1-1.i386.rpm wxGTK-2.4.2-1.i386.rpm wxGTK-devel-2.4.1-1.i386.rpm wxGTK-devel-2.4.2-1.i386.rpm

Re: Stupid RPM, or just me???

2003-10-07 Thread Brett I. Holcomb
Leave off the .i386.rpm on the commands and see what happens. I haven't used RPM for a while but you don't want the .i386.rpm on there. Michael Hipp wrote: Could somebody tell me what I'm doing wrong, or is RPM a Microsoft conspiracy to make Linux look bad: # rpm --rebuilddb error: db4

Re: Stupid RPM, or just me???

2003-10-07 Thread Tim Wunder
On Tuesday 07 October 2003 7:25 pm, someone claiming to be Michael Hipp wrote: Could somebody tell me what I'm doing wrong, or is RPM a Microsoft conspiracy to make Linux look bad: # rpm --rebuilddb error: db4 error(16) from dbenv-remove: Device or resource busy # ls wxGTK-2.4.1-1.i386.rpm

Re: Stupid RPM, or just me???

2003-10-07 Thread Michael Hipp
That works. Thanks. And I feel dumb for not figuring it out. But why would anyone in their right mind design it so that one of these works, but the other doesn't? rpm -i wxGTK-2.4.2-1.i386.rpm rpm -e wxGTK-2.4.2-1.i386.rpm Back to my sandbox ... Michael Brett I. Holcomb wrote: Leave

Re: Stupid RPM, or just me???

2003-10-07 Thread Michael Hipp
Michael Hipp wrote: # rpm --rebuilddb error: db4 error(16) from dbenv-remove: Device or resource busy ps ax | grep rpm is clean. And the above command was even issued from a fresh reboot. Looked for a lock file, couldn't find one. Anyone know what the error might mean? (Original posters email

Re: Stupid RPM, or just me???

2003-10-07 Thread Andrew Mathews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Hipp wrote: | That works. Thanks. And I feel dumb for not figuring it out. | | But why would anyone in their right mind design it so that one of these | works, but the other doesn't? | | rpm -i wxGTK-2.4.2-1.i386.rpm | rpm -e

Re: Stupid RPM, or just me???

2003-10-07 Thread Michael Hipp
Andrew Mathews wrote: Because -i installs a package set and -e uninstalls a package name, e.g. one is a bundle of files and one is already extracted which is recorded in the rpm database. Same as you can't tar -zxvf a .tar file but you can a .tar.gz file, since the .gz hasn't been gunzipped yet..

Re: Stupid RPM, or just me???

2003-10-07 Thread Net Llama!
On Tue, 7 Oct 2003, Michael Hipp wrote: Michael Hipp wrote: # rpm --rebuilddb error: db4 error(16) from dbenv-remove: Device or resource busy ps ax | grep rpm is clean. And the above command was even issued from a fresh reboot. Looked for a lock file, couldn't find one. Anyone know what

Re: Stupid RPM, or just me???

2003-10-07 Thread Michael Hipp
Net Llama! wrote: On Tue, 7 Oct 2003, Michael Hipp wrote: Michael Hipp wrote: # rpm --rebuilddb error: db4 error(16) from dbenv-remove: Device or resource busy ps ax | grep rpm is clean. And the above command was even issued from a fresh reboot. Looked for a lock file, couldn't find one.

Re: Stupid RPM, or just me???

2003-10-07 Thread Andrew Mathews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Hipp wrote: | Andrew Mathews wrote: | | Because -i installs a package set and -e uninstalls a package name, e.g. | one is a bundle of files and one is already extracted which is | recorded in the rpm database. Same as you can't tar -zxvf a .tar