Search the web
Sign In
New User? Sign Up
rpm-list · Redhat RPM List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 18889 - 18918 of 26827   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18889
I'm having an issue with scriptlets failing randomly. I'm running rpm 4.0.4 on Tru64 4.0F. the error looks like this Preparing......
Brian Harvell
harvell@...
Send Email
Oct 1, 2002
1:03 pm
18890
Hi, I have a rather simple question. Consider a case where you have a directory containing the packages x-1.rpm, y-2.rpm, and z-1.rpm. x-1.rpm is already ...
Rolf Dubitzky
dubitzky@...
Send Email
Oct 1, 2002
1:07 pm
18891
... I'd say rpm -Uvh --replacepkgs *.rpm KBK _______________________________________________ Rpm-list mailing list Rpm-list@... ...
Kurt B. Kaiser
kbk@...
Send Email
Oct 1, 2002
1:32 pm
18892
... FWIW, there's a db-4.1.24 package out there too. rpm has it an internal copy of db4-4.0.14 so it doesn't *need* db4 packages upgraded. OTOH, the...
Jeff Johnson
jbj@...
Send Email
Oct 1, 2002
1:51 pm
18893
Hi Kurt, hmm, not quite what I want, --replacepkgs will install packages that are already installed. This does not scale well for many packages where just a ...
Rolf Dubitzky
dubitzky@...
Send Email
Oct 1, 2002
2:32 pm
18894
... I see what you mean. It's too bad that the -U exits, I can't see the reason for that. Maybe a feature request for the rpm guys? Hm, your KMail...
Kurt B. Kaiser
kbk@...
Send Email
Oct 1, 2002
2:49 pm
18895
... It fails when /usr is mounted read-only. See also ... Enrico _______________________________________________ Rpm-list mailing list Rpm-list@... ...
Enrico Scholz
enrico.scholz@...
Send Email
Oct 1, 2002
3:39 pm
18896
Hi, ok. autorpm is my friend. It seems that it is actively maintained again. Cheers, Rolf _______________________________________________ Rpm-list mailing list...
Rolf Dubitzky
dubitzky@...
Send Email
Oct 1, 2002
5:49 pm
18897
... Yes it is... and when I get around to it, I have a few more nice features up my sleeve ;) -- Kirk Bauer -- CmpE, Georgia Tech -- kirk@... -- Avid...
Kirk Bauer
kirk@...
Send Email
Oct 1, 2002
6:19 pm
18898
Hi Jeff, thanks for the insight. ... I'll try and investigate it some more, see below for one additional question. ... Is there any reason why rpm doesn't do...
Thomas Vander Stichele
thomas@...
Send Email
Oct 1, 2002
7:34 pm
18899
... It's easier to avoid the disease than attempt the cure, if you catch my drift. ... Yes. See the posting on rpm-list (from early August?) for (my) analysis....
Jeff Johnson
jbj@...
Send Email
Oct 1, 2002
8:57 pm
18900
Is there anything out there that can compare two RPMs or spec files ? What I'm chiefly interested in is what %files entries exist in one and not in another, or...
Andre Majorel
amajorel@...
Send Email
Oct 1, 2002
9:00 pm
18901
... Course all you need is a little glue code that walks through each RPM to be installed, and checks to see if it is not already installed. If its not, it...
James Olin Oden
joden@...
Send Email
Oct 1, 2002
9:05 pm
18902
... rpm -qlp (rpm1) > list1 rpm -qlp (rpm2) > list2 diff list1 list2 Cheers...james ... _______________________________________________ Rpm-list mailing list ...
James Olin Oden
joden@...
Send Email
Oct 1, 2002
9:12 pm
18903
... In bash or ksh93, at least, no fuss at all: diff <(rpm -qlp file1.rpm) <(rpm -qlp file2.rpm) Regards, Bill Rugolsky ...
Bill Rugolsky Jr.
brugolsky@...
Send Email
Oct 1, 2002
9:47 pm
18904
... Thanks, but... "What I'm chiefly interested in is what %files entries exist in one and not in another, or have different attributes." ...
Andre Majorel
amajorel@...
Send Email
Oct 1, 2002
9:49 pm
18905
... rpm -qlvp Tim -- Tim Mooney mooney@... Information Technology Services (701) 231-1076 (Voice) ...
Tim Mooney
mooney@...
Send Email
Oct 1, 2002
10:00 pm
18906
... Same deal, use -qlvp. 73 de Jeff -- Jeff Johnson ARS N3NPQ jbj@... (jbj@...) Chapel Hill, NC _______________________________________________ ...
Jeff Johnson
jbj@...
Send Email
Oct 1, 2002
10:01 pm
18907
... And by the attributes, I don't mean just what rpm -qlvp prints, but also things like %config(noreplace). -- André Majorel <amajorel@...> ...
Andre Majorel
amajorel@...
Send Email
Oct 1, 2002
10:02 pm
18908
... Boy, you're hard to please :-) rpm -qp --dump Next you'll want formatting :-) 73 de Jeff -- Jeff Johnson ARS N3NPQ jbj@... (jbj@...) Chapel...
Jeff Johnson
jbj@...
Send Email
Oct 1, 2002
10:05 pm
18909
... Perhaps rpm2cpio? diff <(rpm2cpio file1.rpm | cpio -itv | gawk '{print $1,$3,$4,$NF}') \ <(rpm2cpio file2.rpm | cpio -itv | gawk '{print $1,$3,$4,$NF}') ...
Bill Rugolsky Jr.
brugolsky@...
Send Email
Oct 1, 2002
10:13 pm
18910
Hi Jeff, thks for replying. sorry to insist on this matter, but your answer originated some additional questions: [1] would upgrading to db4 break any existing...
Andre Costa
brblueser@...
Send Email
Oct 1, 2002
10:30 pm
18911
... Heh, the easy stuff is already answered somewhere else. :-) ... Now _that_'s what I needed. It even was in the doc but I was to dumb to notice. Thanks for...
Andre Majorel
amajorel@...
Send Email
Oct 1, 2002
10:36 pm
18912
... There's some API changes in db-4.0.14, but there are compat packages for the db3 libraries if you need them. The trickiest part is building, specifically...
Jeff Johnson
jbj@...
Send Email
Oct 1, 2002
11:03 pm
18913
Hi Guys, Just a quick follow up on my problems .. Does anyone know if rpm is statically linked? (as in the binary version normally distributed with redhat 7.x)...
David Stuart
dstuartspam@...
Send Email
Oct 2, 2002
2:39 am
18914
... See for yourself: [root@couch bin]# ldd `which rpm` not a dynamic executable [root@couch bin]# _______________________________________________ Rpm-list...
R P Herrold
herrold@...
Send Email
Oct 2, 2002
2:46 am
18915
... The /bin/rpm binary is. However, a lot of the work is done by binaries like rpmbuild and rpmdb, which are dynamically linked. Cheers, Malcolm ...
Malcolm Tredinnick
malcolm@...
Send Email
Oct 2, 2002
3:09 am
18916
(I'm looking at the source code) .. Does that include the source code under the "build" directory? For instance, I'm looking at the checkOwners method in...
David Stuart
dstuartspam@...
Send Email
Oct 2, 2002
3:20 am
18917
... "Should not be called" is a solution???? Sheesh ... If you think you're getting a failure becuae of API lossage caused by trying to use a binary compiled...
Jeff Johnson
jbj@...
Send Email
Oct 2, 2002
1:22 pm
18918
Is there some place where the behaviour of rpm(1) when installing files with the %config tag is described in detail ? doc/manual/spec compares...
Andre Majorel
amajorel@...
Send Email
Oct 2, 2002
4:31 pm
Messages 18889 - 18918 of 26827   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help