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 23125 - 23154 of 26827   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
23125
... Hmm that's an error coming from rpm. Nice :) ... You may be hitting a limit - could you do rpmbuild -bi VeXP-VIAXine.spec I assuming the BuildRoot here is...
Paul Nasrat
pauln@...
Send Email
Oct 1, 2003
7:16 am
23126
... /* XXX - This is the other hard coded limit */ if (x == 1024) ... This is useless, sorry: find /var/tmp/VeXP-VIAXine-root -printf '%g\n' | sort | uniq -c ...
Paul Nasrat
pauln@...
Send Email
Oct 1, 2003
7:28 am
23127
I am using RH9. I upgraded from RH7.2 to 9.0 using the graphical interface. For whatever reason the graphical upgrade process did not update the apache ...
Leila Lappin
damovand@...
Send Email
Oct 1, 2003
1:39 pm
23128
Hi, Leila, ... This will only install httpd if you already had it installed. And, for RH7.2, it is called apache but not httpd. Try rpm -Uvh. If it doesn't ...
Liguo Song
liguo.song@...
Send Email
Oct 1, 2003
2:06 pm
23129
Hi Liguo Thanks for your help. I did rpm -Uvh and the process began. Except that at the end of preparation step I got the message: package httpd-2.0.40-21.3...
Leila Lappin
damovand@...
Send Email
Oct 1, 2003
2:22 pm
23130
Hi, Leila, First of all, if you need to start a server, try to do "service httpd start", or use stop (or restart) to stop it (or to stop it and start it...
Liguo Song
Liguo.Song@...
Send Email
Oct 1, 2003
4:16 pm
23131
Being a newbie, I'm not sure if this list is the right place. I'm looking for the best package that clones Illustrator. Any ideas out there ? Thanks. ...
G. Harman
ghrmn@...
Send Email
Oct 1, 2003
4:27 pm
23132
Anyone know what this is all about? [root@mol001 root]# up2date Traceback (most recent call last): File "/usr/sbin/up2date", line 9, in ? import rpm ...
Bert Hubbs
bhubbs@...
Send Email
Oct 1, 2003
4:42 pm
23133
I upgraded using the the official RH9. upgrade CD. I didn't do anything manually. :-< ... __________________________________ Do you Yahoo!? The New Yahoo!...
Leila Lappin
damovand@...
Send Email
Oct 1, 2003
5:26 pm
23134
... Run windoze executables on unices if you must: http://www.winehq.org/ Cheers, -Tristan _______________________________________________ Rpm-list mailing...
Tristan Van Berkom
vantr@...
Send Email
Oct 1, 2003
5:50 pm
23135
In the interest of looking seriously at build dependency loops involved in bootsrapping a distro, I've set up a publci CVS repository for exploded severn2...
Jeff Johnson
n3npq@...
Send Email
Oct 1, 2003
8:16 pm
23136
Hi all, I was talking to a few folks on irc and the idea for a place to discuss just rpm-python related problems, suggestions for improvement, etc came up. So...
seth vidal
skvidal@...
Send Email
Oct 1, 2003
8:52 pm
23137
Hello jbj, A package repository is really a Good Thing. We are using a repository system based on subversion for a year now. Subversion has many advantages...
Wanderlei Antonio Cav...
cavassin@...
Send Email
Oct 1, 2003
9:15 pm
23138
... Yes, very well known, I've been taling to Gustavo privately. For my purposes, KISS was the goal, and no matter what, cvs is far more widely used and...
Jeff Johnson
n3npq@...
Send Email
Oct 1, 2003
9:39 pm
23139
I'm familiar with how RPM first installs the new package and then uninstalls the old package when doing an upgrade. My interest is to add a tweak to my RPM...
Gary_Lerhaupt@...
Send Email
Oct 1, 2003
10:06 pm
23140
... Simplest I can figger is to carry an MD5 sum of some known changed file, calculate what's installed using /usr/bin/md5sum, and compare. There are probably...
Jeff Johnson
n3npq@...
Send Email
Oct 1, 2003
11:09 pm
23141
Could you write %version to a file in %post, then test the contents of the file to see if it matches %version in %{pre,post}un? This would require adding...
Bart Whiteley
bwhiteley@...
Send Email
Oct 2, 2003
5:56 am
23142
in a recent posting, i described how running a simple "rpm -qa" seg-faulted after listed only a few packages. this morning, it continued to do that from both...
Robert P. J. Day
rpjday@...
Send Email
Oct 2, 2003
9:03 am
23143
ok, this just got a lot more surreal. when logged in as a regular user, i can run "rpm -qa" from an xterm in my GNOME session, but if i switch back to a...
Robert P. J. Day
rpjday@...
Send Email
Oct 2, 2003
12:08 pm
23144
... Many thanks for establishing such a service. But I strongly recommend you to leave out vendor tarballs and other downloadable files from CVS. CVS handles...
Ralf S. Engelschall
rse+rpm-list@...
Send Email
Oct 2, 2003
1:01 pm
23145
... For RPM 4.2.1 (allowing you to query the RPM database while it works on it) the following should do what you want: %preun v_old='%{version}' v_new=`rpm -q...
Ralf S. Engelschall
rse+rpm-list@...
Send Email
Oct 2, 2003
1:09 pm
23146
... One way you can get there is you can query rpm from within an rpm. Problem is there are some issues with doing this in anaconda. I have no specifics about...
James Olin Oden
joden@...
Send Email
Oct 2, 2003
1:11 pm
23147
... Hmmm, let's go into "bloat up the CVS tree" shall we? Yes, binaries in CVS have always been problematic, because becuae the RCS format used to store the...
Jeff Johnson
n3npq@...
Send Email
Oct 2, 2003
1:55 pm
23148
... By George, I think he's got it! Cool, I'm happy to see concurrent access used. Please remember to do Requires: rpm >= 4.2 if you attempt to invoke rpm to...
Jeff Johnson
n3npq@...
Send Email
Oct 2, 2003
2:08 pm
23149
... This is not good, since alternative locations (--dbpath) of the rpmdb will not be honored. Enrico _______________________________________________ Rpm-list...
Enrico Scholz
enrico.scholz@...
Send Email
Oct 2, 2003
2:16 pm
23150
... Yup. The best fix here is macro expansion of install scriptlets with a delayed evaluation using a --dbpath %%{_dbpath} argument. First person to suggest...
Jeff Johnson
n3npq@...
Send Email
Oct 2, 2003
2:25 pm
23151
... 2.6.0 or 2.4.x kernel? If 2.6.0, I point there, otherwise inexplicable results are usually due to uncontrolled for factors, like bad memory or other...
Jeff Johnson
n3npq@...
Send Email
Oct 2, 2003
2:41 pm
23152
From: Jeff Johnson <n3npq@...> Sent: Oct 2, 2003 10:40 AM To: rpm-list@... Subject: Re: rom -qa works in one terminal, not in another ... 2.6.0 or...
Robert P. J. Day
rpjday@...
Send Email
Oct 2, 2003
2:45 pm
23153
... Jeff, I agree. This will be very useful! ... I have been doing CVS repositories of RPMS since approx 1996. My layout was slightly different then this new...
Mark Hatle
fray@...
Send Email
Oct 2, 2003
2:53 pm
23154
Hello Rpm-ers, I'm packaging some php scripts and I get this error: checking for unpackaged files(s): /usr/lib/rpm/check-files %{buildroot} getOutputFrom():...
Matt Silva
matt@...
Send Email
Oct 2, 2003
5:26 pm
Messages 23125 - 23154 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