text
stringlengths
2
299k
is_spam
int64
0
1
Re: exmh bug? Here's a message that works fine for me: X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: kevinc@doink.com Subject: gpg test Mime-Version: 1.0 Content-Type: text/x-pgp; format=mime; x-action=encrypt; x-recipients="D165C0CC, D165C0CC" Content-Transfer-Encoding: 7bit Date: Wed, 11 Sep 2002 13:18:58 -0700 From: Kevin Cosgrove <kevinc@dOink.COM> Message-Id: <20020911201900.492892FEAB@joseph.doink.com> -----BEGIN PGP MESSAGE----- Version: GnuPG v1.0.7 (GNU/Linux) Comment: Exmh version 2.5 10/15/1999 blah, blah, blah -----END PGP MESSAGE----- It could be that your content type of text/plain is messing you up. Your config stuff looks substantially the same as mine. Cheers.... On 11 September 2002 at 16:11, Hacksaw <hacksaw@hacksaw.org> wrote: You may assume the X's were originally a valid address. X-em-version: 5, 0, 0, 4 X-em-registration: #01E0520310450300B900 X-priority: 3 X-mailer: My Own Email v4.00 Mime-version: 1.0 Content-type: text/plain; charset=US-ASCII Subject: Discussion From: "XXXXXXX" <XXXXXXX@XXXXXXXXX.com> Date: Tue, 10 Sep 2002 05:47:46 -0500 (06:47 EDT) To: hacksaw@hacksaw.org *gpgRfc822: 0 *gpgChooseKey: 1 *gpgRunTwice: 1 *gpgCacheIds: persistent *gpgMinMatch: 75 *gpgShowInline: none *gpgShortMessages: 1 *gpgAutoExtract: 1 *gpgKeyServer: pgp-public-keys@keys.pgp.net *gpgKeyQueryMethod: hkp *gpgHKPKeyServerUrl: keys.pgp.com *gpgKeyServerURL: http://www-swiss.ai.mit.edu/htbin/pks-extract-key.pl?op =get&search=0x%s *gpgKeyOtherMethod: exec echo "can't find $id" > $tmp *gpgComment: Exmh version 2.5 08/15/2002 *gpgModulePath: /usr/lib/gnupg *gpgCipherMods: skipjack idea *gpgDigestMods: tiger *gpgPubkeyMods: rsa *gpgPgp5Compatibility: 1 *gpgCipherAlgo: 3des *gpgDigestAlgo: sha1 *gpgCompressAlgo: zip _______________________________________________ Exmh-workers mailing list Exmh-workers@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-workers
0
bad focus/click behaviours I am a (tv)twm user. when I snarf text into my mouse cut buffer, and then attempt to inject it into the exmh input windows for comp/repl, the 'point' is often an apparently random place in the text pane, not where I think I have current flashing cursor. I usually wipe out any of To:/Subject:/<random body> with the text. Its often not even beginning of line denoted, ie its an unexplicable number of char spaces in to the text where it inserts, What am I doing wrong in either X, WM, shell, EXMH which is causing this? cheers -George _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: bad focus/click behaviours exmh has a funky cut/paste model that is essentially all my fault. The middle click sets the insert point. If you hate that, go to the Bindings... Simple Edit preferences window and de-select "Paste Sets Insert". >>>George Michaelson said: > > I am a (tv)twm user. when I snarf text into my mouse cut buffer, and then > attempt to inject it into the exmh input windows for comp/repl, the 'point' > is often an apparently random place in the text pane, not where I think I > have current flashing cursor. > > I usually wipe out any of To:/Subject:/<random body> with the text. Its > often not even beginning of line denoted, ie its an unexplicable number > of char spaces in to the text where it inserts, > > What am I doing wrong in either X, WM, shell, EXMH which is causing this? -- Brent Welch Software Architect, Panasas Inc Pioneering the World's Most Scalable and Agile Storage Network www.panasas.com welch@panasas.com _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: bad focus/click behaviours Date: Wed, 11 Sep 2002 20:15:00 -0700 From: Brent Welch <welch@panasas.com> Message-ID: <200209120315.XAA25189@blackcomb.panasas.com> | exmh has a funky cut/paste model that is essentially all my fault. | The middle click sets the insert point. If you hate that, go to the | Bindings... Simple Edit preferences window and de-select | "Paste Sets Insert". Unfortunately, the side effect of that solution is that it is no longer possible to cut/paste within one sedit window, some intermediate client always must be used (except in the rare case where you want to select some text, and then paste it at the same place). That's because the click that you have to (with this option) make to set the insert point, also kills the selection (it ends up reverting to the last selection made in some other window, or something like that). So, the vast majority of people probably want that "Paste Sets Insert" enabled - that one you can learn to live with, the other is much more painful. kre _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: bad focus/click behaviours On Fri Sep 13 2002 at 02:03, Robert Elz wrote: > Date: Wed, 11 Sep 2002 20:15:00 -0700 > From: Brent Welch <welch@panasas.com> > | exmh has a funky cut/paste model that is essentially all my fault. > | The middle click sets the insert point. If you hate that, go to the > | Bindings... Simple Edit preferences window and de-select > | "Paste Sets Insert". > > Unfortunately, the side effect of that solution is that it is no longer > possible to cut/paste within one sedit window, some intermediate client > always must be used (except in the rare case where you want to select > some text, and then paste it at the same place). > So, the vast majority of people probably want that "Paste Sets Insert" > enabled - that one you can learn to live with, the other is much more > painful. For a long time I have used an external editor with exmh (gvim). I can cut'n'paste from exmh's message display window into spawned gvim processes, but not into anything else. This is VERY annoying. (I have to look at the message with cat or less or whatever in a terminal window if I want to do this - which is quite often. And if the message is q-p encoded or a non-text/plain mime type, I end up with all that raw garbage too). Anyway to fix this? (BTW: standard i386 redhat7.3) Thanks. > kre Cheers Tony _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Linking message [was: Re: Patch to complete a change...] On Tue Sep 10 2002 at 12:52, Robert Elz wrote: > Subject: Patch to complete a change... > I guess that most of us don't use "link" very often ... I noticed it > last week, but only got time to look and see why today. I would like to use [Link] a lot more, but is it rather inconvenient. I have set my right mouse button to [Move] a message to another folder, which works fine. However, [Link] also uses the same destination folder as [Move], and so if I want to use [Link] I first have to mark the destination folder with a message-move, undo the move, then I can use the [Link]. Very inconvenient. Is there a better way for me to set this up so that [Link] works with one or two simple clicks? (In essence: is there a way to mark a destination folder for a message link or move without actually doing a move or link, I couldn't see anything obvious). Cheers Tony _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: Linking message [was: Re: Patch to complete a change...] >>>>> On Fri, 13 Sep 2002, "Tony" == Tony Nugent wrote: Tony> (In essence: is there a way to mark a destination folder Tony> for a message link or move without actually doing a move Tony> or link, I couldn't see anything obvious). 1) Right click on the folder label in the folder list 2) In the main window, the "+" key puts you into a "change folder" mode (the first time you use it after starting exmh), hit a second + and you go to "set a target" mode. Type a few characters of the folder name and hit space for autocomplete. --Hal How's spring shaping up "down under"? _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: Linking message [was: Re: Patch to complete a change...] Date: Thu, 12 Sep 2002 23:26:33 -0500 From: Hal DeVore <haldevore@acm.org> Message-ID: <23204.1031891193@dimebox> | 1) Right click on the folder label in the folder list That (the way I have it configured, and it sounds as if the way Tony does too) just does a move (rather than select as target without moving). Of course, if you can manage to get no messages currently selected, then it works fine. | 2) In the main window, the "+" key puts you into a "change | folder" mode (the first time you use it after starting exmh), | hit a second + and you go to "set a target" mode. Type a few | characters of the folder name and hit space for autocomplete. This works, but is not nice if you're not using the keyboard, but just the mouse. Tony: I agree - a nice way to link in one click would be good, and should be easy to add, though currently adding mouse bindings (something like shift right click would be a good choice) is much harder than adding key bindings. But note there's no need to "undo" - the way I generally use link, if the desired destination folder isn't the current selected target, is to right click on the target, which selects it and moves the message, (and because I have the "automatic move to the next message on move or link option set) select the message again, and then "Link". Exmh only permits one uncomitted action to be selected for a message at a time, that is, one of delete, move, or link. Selecting any of those implicitly undoes any previous choice from the three (so you cannot achieve a "move" by doing a link, then delete, then commit, it needs to be link, commit, delete, commit). (xmh was just the same there incidentally). | How's spring shaping up "down under"? No meaningful comment from me, I'm not there at the minute. But I'm told that where I'm from it is cold, wet, and miserable, though has been better during the day (sunny days, cold nights) for the past few. In any case, all of that is a good enough reason to stay away... kre _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: bad focus/click behaviours Date: Fri, 13 Sep 2002 11:26:30 +1000 From: Tony Nugent <tony@linuxworks.com.au> Message-ID: <200209130126.g8D1QUf21470@hobbit.linuxworks.com.au.nospam> | I can cut'n'paste from exmh's message display window into spawned | gvim processes, but not into anything else. That's odd. I cut & paste between all kinds of windows (exmh into mozilla, xterm, another wish script of mine I use for DNS tasks (but that one I guess is to be expected) netscape (when I used to use it, but I suppose it and mozilla are the same codebase, approx) - in fact I can't thing of anything it fails for, that I have noticed. What is an example of an "anything else" that it fails for for you? kre _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: bad focus/click behaviours On Fri Sep 13 2002 at 17:55, Robert Elz wrote: > Date: Fri, 13 Sep 2002 11:26:30 +1000 > From: Tony Nugent <tony@linuxworks.com.au> > | I can cut'n'paste from exmh's message display window into spawned > | gvim processes, but not into anything else. > > That's odd. I cut & paste between all kinds of windows (exmh into Not so odd, this issue came up several weeks ago (with no real resolution). > mozilla, xterm, another wish script of mine I use for DNS tasks (but > that one I guess is to be expected) netscape (when I used to use it, > but I suppose it and mozilla are the same codebase, approx) - in fact > I can't thing of anything it fails for, that I have noticed. > > What is an example of an "anything else" that it fails for for you? Everything else :) I can't even mark text in an exmh message window and then paste it into a terminal window, the cut buffer seems to be completely empty (and its previous contents are no longer there either). > kre BTW: talking of spring downunder... I'm in Queensland. It almost feels like early summer already (winters here are dry and warm, much better than cold wet miserable Melbourne :-) Despite some recent rain (first in months), we are already into a drought, with an El-Nino on the way it is only going to get worse... (the last one in the 90s caused one of the worst droughts ever seen here in aussie). Cheers Tony _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: Linking message [was: Re: Patch to complete a change...] 2) In the main window, the "+" key puts you into a "change folder" mode (the first time you use it after starting exmh), hit a second + and you go to "set a target" mode. Type a few characters of the folder name and hit space for autocomplete. I should have finished this off. 3) Keep hitting space to loop thru all the folders that match the characters you typed. Hit return to actually select the folder shown in the message area. I don't use this for navigating into nested folders as the only thing I have nested is my archives. Someone else will have to tell you how to do that if there are any tricks to it. --Hal _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: Linking message [was: Re: Patch to complete a change...] >>>>> On Fri, 13 Sep 2002, "Robert" == Robert Elz wrote: Robert> That (the way I have it configured, and it sounds as if Robert> the way Tony does too) just does a move (rather than Robert> select as target without moving). Ah. I had forgotten that was settable. Preferences, Folder Display, "Action when Target Button clicked..." set to "Select only" will change it. I seem to recall that the button that is used as "Target button" is configurable but I haven't had enough caffeine to recall where that is. --Hal _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: bad focus/click behaviours >>>>> On Fri, 13 Sep 2002, "Tony" == Tony Nugent wrote: Tony> I can't even mark text in an exmh message window and then Tony> paste it into a terminal window, the cut buffer seems to Tony> be completely empty (and its previous contents are no Tony> longer there either). Brent confessed recently that he had tried to subvert the X model(s) of copy and paste. Not in those words... but that was how I read it. ;) I have a lot of trouble copying and pasting from or to exmh across a VNC link (from things in the vncviewer to things not in it and vice versa). As long as I stick to apps being "normally" displayed on my X server I don't have much of a problem. My recollection from my X programming days is that the X model, like everything in X, is more complex than the human brain can handle. It also is very different from the MS-Windows model. And I get the feeling that Tk tries to "unify" those two models and fails. Not sure what the exmh-specific contribution to the confusion is, frankly. --Hal _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: bad focus/click behaviours > From: Tony Nugent <tony@linuxworks.com.au> > Sender: exmh-users-admin@spamassassin.taint.org > Date: Fri, 13 Sep 2002 21:30:34 +1000 > > On Fri Sep 13 2002 at 17:55, Robert Elz wrote: > > > Date: Fri, 13 Sep 2002 11:26:30 +1000 > > From: Tony Nugent <tony@linuxworks.com.au> > > > | I can cut'n'paste from exmh's message display window into spawned > > | gvim processes, but not into anything else. > > > > That's odd. I cut & paste between all kinds of windows (exmh into > > Not so odd, this issue came up several weeks ago (with no real > resolution). > > > mozilla, xterm, another wish script of mine I use for DNS tasks (but > > that one I guess is to be expected) netscape (when I used to use it, > > but I suppose it and mozilla are the same codebase, approx) - in fact > > I can't thing of anything it fails for, that I have noticed. > > > > What is an example of an "anything else" that it fails for for you? > > Everything else :) I can't even mark text in an exmh message window > and then paste it into a terminal window, the cut buffer seems to be > completely empty (and its previous contents are no longer there > either). > > > kre > > BTW: talking of spring downunder... I'm in Queensland. It almost > feels like early summer already (winters here are dry and warm, > much better than cold wet miserable Melbourne :-) Despite some > recent rain (first in months), we are already into a drought, with > an El-Nino on the way it is only going to get worse... (the last > one in the 90s caused one of the worst droughts ever seen here in > aussie). (This is all guess work and may be bogus.) Are you running Gnome 1.4? I had similar problems as did several co-workers. Updating my Gnome components has fixed it for me and others, although I can't say exactly which component did the trick. Gnomecore or gtk would seem most likely, but it may have been something else. In any case, I have not seen the problem for quite a while, now. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: Linking message [was: Re: Patch to complete a change...] In message <200209130231.g8D2VO021580@hobbit.linuxworks.com.au.nospam>, Tony Nu gent writes: > > I have set my right mouse button to [Move] a message to another > folder, which works fine. > > However, [Link] also uses the same destination folder as [Move], and > so if I want to use [Link] I first have to mark the destination > folder with a message-move, undo the move, then I can use the > [Link]. Very inconvenient. > > Is there a better way for me to set this up so that [Link] works > with one or two simple clicks? > According to some old documentation (man exmh-ref) The mouse bindings for the folders labels are: Left - Change to folder. Middle - View nested folders. Right - Refile current messages to the folder. Shift-Right - Link current messages to the folder. Shift-Middle - Drag a folder label to some drop target. Control-Right - Clear the current target folder. It should be possible to link using shift-right-click the same way you can move using only right-click. Kevin _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: bad focus/click behaviours I've never understood the mouse buffer operation with exmh either. Here's the behaviour I have. I have exmh and XEmacs windows up, and a terminal window. (I also have gnome1.4 running and enlightenment as wm.) I select text in the exmh window and while it is highlighted, I can paste into anything else. If I select it and then click so the highlighting is off, then what I paste is not the recently-selected text in exmh, but an old selection. If I select in XEmacs and leave it highlighted, I can paste it into exmh sedit window; but if it is no longer highlighted, what I paste is an old selection. I can live with this behaviour except for one additional thing. If nothing is highlighted, then what I paste into exmh is different from what I paste into other windows. To be more specific, here's what gets pasted if nothing is highlighted: Application What gets pasted XEmacs whatever was last selected unless it was last selected in exmh xterm same as XEmacs AbiWord nothing Nedit nothing sedit Whatever was last highlighted in sedit and overwritten The last needs some amplification. If I highlight something in sedit, then obviously that's what gets pasted. If the highlighting is off, then what gets pasted is NOT what was last highlighted in sedit, but what was last highlighted and typed over (I have "Type Kills SEL" on.). It seems that exmh and sedit are the oddballs here. Very often when I try to paste something in sedit I end up muttering WTF?? -- rick _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Automated forwarding Hi Folks, I've been trying to set a button called which automatically forwards mail using a '-form mycomps' without going through the editor, but so far haven't got the right recipe. I currently have in my .exmh-defaults: *Mops.spam.text: Spam *Mops.spam.command: Msg_Forward -form spamcomps -noedit -nowhatnowproc ; Msg _Remove I've also tried with "SeditSend {$draft $t 0}" after the forward command. It should forward to a spam address (where filters get adjusted) and then delete. It does so, but not without producing the edit window. Any help appreciated. Wendy Roberts =========================================== Wendy Roberts HEAD System Administrator High Energy Astrophsics Division Harvard-Smithsonian Center for Astrophysics Cambridge, MA USA 02138 wendy@cfa.harvard.edu Phone: 617-495-7153 =========================================== _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: bad focus/click behaviours On Fri Sep 13 2002 at 07:46, "Kevin Oberman" wrote: > > > What is an example of an "anything else" that it fails for for you? > > > > Everything else :) I can't even mark text in an exmh message window > > and then paste it into a terminal window, the cut buffer seems to be > > completely empty (and its previous contents are no longer there > > either). > (This is all guess work and may be bogus.) > > Are you running Gnome 1.4? I had similar problems as did several > co-workers. Updating my Gnome components has fixed it for me and > others, although I can't say exactly which component did the > trick. Gnomecore or gtk would seem most likely, but it may have been > something else. Indeed I am (this workstation is rh7.2 with gnome1.4, it [mostly?] works, so I hadn't bothered to updated it to 7.3:) > In any case, I have not seen the problem for quite a while, now. So upgrading gnome will fix the problem, it's not an exmh/tktcl issue. > R. Kevin Oberman, Network Engineer Thanks. Cheers Tony _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: bad focus/click behaviours On Fri, 13 Sep 2002, Dale Alspach wrote: > My experience has been that if the item is showing in xclipboard > and is highlighted that is what is pasted using the mouse. Classic X copy-and-paste behavior is that you can only paste what is currently highlighted. In fact, it is the act of highlighting a selection that actually copies that selection into the buffer. X has no "copy" command -- if you highlighted it, you just copied it. > This does not seem to override what is in an application's own > paste buffer. As far as I can tell Maple's cut and paste, for > example, is isolated. If ab application has a "copy" command that you can choose to use separately from the process of highlighting something, that command is something the application authors wrote on their own. (And it it likely that an application that wrote an internal "copy" command would also have their own customized "paste" command, to make sure the two work together.) Whether the internal (custom) select and paste functions interoperate with the X server's global select and paste functions will vary from program to program, because in each case you are relying on the program's authors' efforts to blend separate systems. Jacob Morzinski jmorzins@mit.edu _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: Automated forwarding >>>>> On Fri, 13 Sep 2002, "Wendy" == Wendy P. Roberts wrote: Wendy> I've been trying to set a button called which Wendy> automatically forwards mail using a '-form mycomps' Wendy> without going through the editor, but so far haven't got Wendy> the right recipe. I have one that uses dist to send stuff from my work mail to my home mail. The binding looks like this: set {bindings(key,HD_Dist_Silently -form distcomps.to-me)} <Meta-dollar> The "HD_Dist_Silently" is a hacked up version of the proc that does dist in exmh and is pasted in below. It's getting old and probably should be "resynced" with the current code. But it still works (on a relatively recent CVS copy of exmh) It's also possible that there's an easier way but I hacked this together quickly a year or more ago and when it worked I moved on to other tasks. --Hal proc HD_Dist_Silently { args } { global exmh msg set exmh(ctype) {dist} if {[string length $args] == 0} { set args Mh_DistSetup } if [MsgOk $msg(id) m] { if {[string compare [info command $args] $args] == 0} { # Old interface with hook procedure if [catch {$args $exmh(folder) $m} err] { ;# Setup draft msg Exmh_Status "${args}: $err" purple return } } else { if [catch { Exmh_Status "dist +$exmh(folder) $m" eval {MhExec dist +$exmh(folder) $m} -nowhatnowproc $args MhAnnoSetup $exmh(folder) $m dist } err] { Exmh_Status "dist: $err" purple return } } Edit_Done send ;# Just send it } } _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
Re: bad focus/click behaviours > From: Tony Nugent <tony@linuxworks.com.au> > Sender: exmh-users-admin@spamassassin.taint.org > Date: Sat, 14 Sep 2002 13:20:58 +1000 > > On Fri Sep 13 2002 at 07:46, "Kevin Oberman" wrote: > > > > > What is an example of an "anything else" that it fails for for you? > > > > > > Everything else :) I can't even mark text in an exmh message window > > > and then paste it into a terminal window, the cut buffer seems to be > > > completely empty (and its previous contents are no longer there > > > either). > > > (This is all guess work and may be bogus.) > > > > Are you running Gnome 1.4? I had similar problems as did several > > co-workers. Updating my Gnome components has fixed it for me and > > others, although I can't say exactly which component did the > > trick. Gnomecore or gtk would seem most likely, but it may have been > > something else. > > Indeed I am (this workstation is rh7.2 with gnome1.4, it [mostly?] > works, so I hadn't bothered to updated it to 7.3:) > > > In any case, I have not seen the problem for quite a while, now. > > So upgrading gnome will fix the problem, it's not an exmh/tktcl > issue. It did for me, but I am not willing to say it is not a tcl/tk issue as other apps seemed to work OK for cut and paste and Tk does its clipboard stuff a bit differently than most toolkits. So I'm not about to place blame. Just reporting my experience. Also, I am not talking about installing Gnome2. Just updating the many, many pieces of gnome to the current rev level. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
MyIncErrors I recently transfered my exmh setup to a new system, and now all my email ends up in Mail/MyIncErrors folder. This is true for inbox or presort options. I'm having difficulty finding this condition in the documention. Suggestions? Cheers, Karl _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
(PGP problem) EXMH hangs during 'Query keyserver' I guess the first question here should be does anyone have some updates to the PGP code in EXMH that I should know about? My current problem is that if I get a PGP signed message, I first get a button that reads: "Check the signature with GnuPG" If I punch the button, and I dont have the signature on my keyring then I get a message saying just that, and the message: "Can't check signature: public key not found" along with a button with the inscription "Query keyserver" If I punch the button then EXMH just hangs. Forever. If instead of punching the button, I go out to the keyserver myself and then try the message again, everything works, so it SEEMS that it must be the code that goes out to the keyserver. Anyone else with this problem? This is EXMH v2.5 and tcl/tk 8.4a4 -- Reg.Clemens reg@dwf.com _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
customising FTOC display for specific folders... Is there any way to customise the folder table of contents for specific folders? I know it is possible to do per-folder customisation with components and replcomps for message templates, but what about -form format files for scan? Cheers Tony _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
I'm back in town... --==_Exmh_1920300774P Content-Type: text/plain; charset=us-ascii I've been working on salary related things the past few days, but I'm starting to think about exmh again. Thanks to Robert for finding that s/$L/$lineno/ bug. So, has anybody else been looking at the performance issues that we were talking about before I left, or should I dig right in? Chris -- Chris Garrigues http://www.DeepEddy.Com/~cwg/ virCIO http://www.virCIO.Com 716 Congress, Suite 200 Austin, TX 78701 +1 512 374 0500 World War III: The Wrong-Doers Vs. the Evil-Doers. --==_Exmh_1920300774P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Exmh version 2.2_20000822 06/23/2000 iD8DBQE9i297K9b4h5R0IUIRAiURAJ9aNU4uwQn+EwNOJlrvGJp9U4wVNQCcCkmT KgDY1o8a2qpBe53DfoNyX9g= =LClg -----END PGP SIGNATURE----- --==_Exmh_1920300774P-- _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
traceback in new exmh I just updated to the latest CVS - I had been running a build from June. Hitting the Flist button gives the following traceback: syntax error in expression "int(17+1+(222-)*(19-17-2)/(224-))" while executing "expr int($minLine+1+($msgid-$minMsg)*($maxLine-$minLine-2)/($maxMsg-$minMsg))" (procedure "Ftoc_FindMsg" line 57) invoked from within "Ftoc_FindMsg $i" (procedure "Ftoc_ShowSequences" line 16) invoked from within "Ftoc_ShowSequences $F" (procedure "ScanFolder" line 81) invoked from within "ScanFolder inbox 0" invoked from within "time [list ScanFolder $F $adjustDisplay" (procedure "Scan_Folder" line 2) invoked from within "Scan_Folder $exmh(folder) $ftoc(showNew)" (procedure "Inc_PresortFinish" line 7) invoked from within "Inc_PresortFinish" invoked from within ".fops.flist invoke" ("uplevel" body line 1) invoked from within "uplevel #0 [list $w invoke]" (procedure "tkButtonUp" line 7) invoked from within "tkButtonUp .fops.flist " (command bound to event) It seems to only happen in a folder with no unseen messages. Chris, is this related to your recent changes? Scott _______________________________________________ Exmh-workers mailing list Exmh-workers@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-workers
0
Re: Linking message [was: Re: Patch to complete a change...] Both Move and Link are one-click actions. <Button-3> on a folder label Move's the current message <Shift-Button-3> on a folder label Link's the current message >>>Robert Elz said: > Date: Thu, 12 Sep 2002 23:26:33 -0500 > From: Hal DeVore <haldevore@acm.org> > Message-ID: <23204.1031891193@dimebox> > > | 1) Right click on the folder label in the folder list > > That (the way I have it configured, and it sounds as if the way Tony does > too) just does a move (rather than select as target without moving). > > Of course, if you can manage to get no messages currently selected, then > it works fine. > > | 2) In the main window, the "+" key puts you into a "change > | folder" mode (the first time you use it after starting exmh), > | hit a second + and you go to "set a target" mode. Type a few > | characters of the folder name and hit space for autocomplete. > > This works, but is not nice if you're not using the keyboard, but just > the mouse. > > Tony: I agree - a nice way to link in one click would be good, and should > be easy to add, though currently adding mouse bindings (something like > shift right click would be a good choice) is much harder than adding > key bindings. > > But note there's no need to "undo" - the way I generally use link, if > the desired destination folder isn't the current selected target, is > to right click on the target, which selects it and moves the message, > (and because I have the "automatic move to the next message on move or > link option set) select the message again, and then "Link". > > Exmh only permits one uncomitted action to be selected for a message at a > time, that is, one of delete, move, or link. Selecting any of those > implicitly undoes any previous choice from the three (so you cannot > achieve a "move" by doing a link, then delete, then commit, it needs to > be link, commit, delete, commit). (xmh was just the same there incidentally ). > > | How's spring shaping up "down under"? > > No meaningful comment from me, I'm not there at the minute. But I'm told > that where I'm from it is cold, wet, and miserable, though has been better > during the day (sunny days, cold nights) for the past few. In any case, > all of that is a good enough reason to stay away... > > kre > > > > _______________________________________________ > Exmh-users mailing list > Exmh-users@redhat.com > https://listman.redhat.com/mailman/listinfo/exmh-users -- Brent Welch Software Architect, Panasas Inc Pioneering the World's Most Scalable and Agile Storage Network www.panasas.com welch@panasas.com _______________________________________________ Exmh-users mailing list Exmh-users@redhat.com https://listman.redhat.com/mailman/listinfo/exmh-users
0
"requires:" and relational operators Halloechen! I have Requires: saxon >= 6.5.1 Conflicts: saxon >= 7 in my spec file. But apparently rpm ignores all version numbers. So, Requires: saxon >= 6.5.1 # Conflicts: saxon >= 7 would install even with saxon-3.0.0, and # Requires: saxon >= 6.5.1 Conflicts: saxon >= 7 wouldn't install even with saxon-6.5.2. What could be the reason for this? Tschoe, Torsten. _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: "requires:" and relational operators Halloechen! On Dienstag, 27. August 2002 05:41 schrieben Sie: > [Question about require tag] Oops, sorry. Now I found out that there is a noewsgroup ... :-) Tschoe, Torsten. _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: ALSA (almost) made easy > The devices are there now, thank Gordon for reporting the problem (and as I > said, you were the only one). Any further comments are very welcome! > > Download : http://ftp.freshrpms.net/pub/freshrpms/testing/alsa/ > New spec : http://freshrpms.net/builds/alsa-driver/alsa-driver.spec Ahh, wonderful! Just tried out these and *finally* got sound working with my Abit TH7II-RAID's integrated audio. I've been pulling hair together with the (helpful) OpenSound people for quite some time now, but we've failed to get sound to work, either with the drivers included in kernel, or the commercial OSS. Thanks a *lot* ! The RPMs seem to be fine, they worked for me out of the box (on vanilla Valhalla w/latest errata). -- \/ille Skytt� ville.skytta at iki.fi _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: ALSA (almost) made easy On Wed, 2002-08-28 at 23:48, Ville Skytt� wrote: > > The devices are there now, thank Gordon for reporting the problem (and as I > > said, you were the only one). Any further comments are very welcome! > > > > Download : http://ftp.freshrpms.net/pub/freshrpms/testing/alsa/ > > New spec : http://freshrpms.net/builds/alsa-driver/alsa-driver.spec > > Ahh, wonderful! Just tried out these and *finally* got sound working > with my Abit TH7II-RAID's integrated audio. I've been pulling hair > together with the (helpful) OpenSound people for quite some time now, > but we've failed to get sound to work, either with the drivers included > in kernel, or the commercial OSS. > > Thanks a *lot* ! The RPMs seem to be fine, they worked for me out of > the box (on vanilla Valhalla w/latest errata). ...except that I don't see an init script in the RPMs, a sample one designed for RH is supposed to be in "utils/alsasound". Could you take a look if it can be included? Cheers, -- \/ille Skytt� ville.skytta at iki.fi _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: ALSA (almost) made easy Once upon a time, Ville wrote : > > Thanks a *lot* ! The RPMs seem to be fine, they worked for me out of > > the box (on vanilla Valhalla w/latest errata). > > ...except that I don't see an init script in the RPMs, a sample one > designed for RH is supposed to be in "utils/alsasound". Could you take > a look if it can be included? It doesn't need to as Red Hat Linux already sets correct permissions on all ALSA audio devices for locally logged in users (through the console.perms file) and the modules.conf files takes care of loading the right modules on demand. Also, aumix and the scripts that come with Red Hat Linux still work for controlling the volume, so it's still saved and restored when the computer is halted, even using ALSA. I'm glad you got your card working with these! I'm now wondering if I won't maybe buy an amplifier that supports Dolby Digial decoding (my current one "only" does PRo Logic) since I've read that ALSA supports the S/PDIF optical output of the sound chip of my Shuttle! (http://freshrpms.net/shuttle/) >>From what I can tell after only 2 days using it : ALSA rocks, especially since having a full OSS compatibility results that it breaks nothing at all! :-) Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: ALSA (almost) made easy On Thu, 2002-08-29 at 00:02, Ville Skytt� wrote: > > Thanks a *lot* ! The RPMs seem to be fine, they worked for me out of > > the box (on vanilla Valhalla w/latest errata). > > ...except that I don't see an init script in the RPMs, a sample one > designed for RH is supposed to be in "utils/alsasound". Could you take > a look if it can be included? Ok, some more nits: alsa-xmms doesn't work if I don't have alsa-lib-devel installed, but xmms dies on startup telling me: Cannot load alsa library: libasound.so: cannot open shared object file: No such file or directory libasound.so is part of alsa-lib-devel... if I install it, the ALSA XMMS output plugins works fine. I can't install the xine stuff, because xine-libs needs libGLcore.so.1, which I can't find anywhere (NVidia stuff? I have Radeon 7500...) -- \/ille Skytt� ville.skytta at iki.fi _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: ALSA (almost) made easy Once upon a time, Ville wrote : > Ok, some more nits: alsa-xmms doesn't work if I don't have > alsa-lib-devel installed, but xmms dies on startup telling me: > > Cannot load alsa library: libasound.so: cannot open shared object > file: No such file or directory > > libasound.so is part of alsa-lib-devel... if I install it, the ALSA XMMS > output plugins works fine. OK, will fix :-) > I can't install the xine stuff, because xine-libs needs libGLcore.so.1, > which I can't find anywhere (NVidia stuff? I have Radeon 7500...) Argh, got bitten again! :-( Will fix too... Thanks a lot for pointing these out! Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: ALSA (almost) made easy On Thu, 2002-08-29 at 01:06, Matthias Saou wrote: > > > Thanks a *lot* ! The RPMs seem to be fine, they worked for me out of > > > the box (on vanilla Valhalla w/latest errata). > > > > ...except that I don't see an init script in the RPMs, a sample one > > designed for RH is supposed to be in "utils/alsasound". Could you take > > a look if it can be included? > > It doesn't need to as Red Hat Linux already sets correct permissions on all > ALSA audio devices for locally logged in users (through the console.perms > file) and the modules.conf files takes care of loading the right modules on > demand. Also, aumix and the scripts that come with Red Hat Linux still work > for controlling the volume, so it's still saved and restored when the > computer is halted, even using ALSA. Ah! The mixer stuff was what made me look for an init script in the first place, I didn't bother to check whether the existing stuff would have worked with that. Will try that out, you can assume silence == success :) > >From what I can tell after only 2 days using it : ALSA rocks, especially > since having a full OSS compatibility results that it breaks nothing at > all! :-) Agreed. Though with only 2 hours experience... -- \/ille Skytt� ville.skytta at iki.fi _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: ALSA (almost) made easy Once upon a time, Ville wrote : > Ah! The mixer stuff was what made me look for an init script in the > first place, I didn't bother to check whether the existing stuff would > have worked with that. Will try that out, you can assume silence == > success :) Well, from what I've tried, both the main and the PCM (at least) volume levels can be controlled either by "alsamixer" or the good old "aumix". > > >From what I can tell after only 2 days using it : ALSA rocks, > > >especially > > since having a full OSS compatibility results that it breaks nothing at > > all! :-) > > Agreed. Though with only 2 hours experience... I guess/hope some other people from the list will try it out ;-) Both problems you reported (libasound.so and wrong xine dependency) are now fixed in the current packages. Oh, it's maybe also worth pointing out : I've implemented at last sorting by both last change date and alphabetically for my "build list" in the php code : http://freshrpms.net/builds/ And yes, I accept patches/comments/suggestions about all those spec files! Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: ALSA (almost) made easy Thanks for this, I'm going to give them another try. One question: How do I switch between digital out and analog out with ALSA? With emu10k1-tools it's easy enough (emu-config -d for digital, emu-config -a for analog) Is there a similar method with ALSA? Lance On Wed, 2002-08-28 at 12:00, Matthias Saou wrote: > Followup to the story : > > I've now made a sub-package of alsa-driver called "alsa-kernel" which > contains only the kernel modules, and alsa-driver contains everything else > from the original package (device entries, include files and docs). > > This should allow installation of a single "alsa-driver" package and > multiple "alsa-kernel" if you have more than one kernel installed. Right > now the dependencies make it mandatory to have kernels installed through > rpm... people who install from source can still install the ALSA modules > from the source though ;-) > > The devices are there now, thank Gordon for reporting the problem (and as I > said, you were the only one). Any further comments are very welcome! > > Download : http://ftp.freshrpms.net/pub/freshrpms/testing/alsa/ > New spec : http://freshrpms.net/builds/alsa-driver/alsa-driver.spec > > If you aren't running kernel-2.4.18-10 for i686, simply --rebuild the > alsa-driver source rpm and you'll get a package for your running kernel. > > Matthias > > -- > Clean custom Red Hat Linux rpm packages : http://freshrpms.net/ > Red Hat Linux release 7.3 (Valhalla) running Linux kernel 2.4.18-10 > Load : 0.08 0.42 0.84, AC on-line, battery charging: 100% (6:36) > > _______________________________________________ > RPM-List mailing list <RPM-List@freshrpms.net> > http://lists.freshrpms.net/mailman/listinfo/rpm-list -- : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : Finding out files larger than given size LOST #324 To find out all files in a dir over a given size, try: find /path/to/dir_of_file -type f -size +Nk [Where N is a number like 1024 for 1mb, and multiples thereof] ####[Discussions on LIH : 04 Jul 2002]######################## : _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: ALSA (almost) made easy On Thu, 2002-08-29 at 01:50, Matthias Saou wrote: > > Ah! The mixer stuff was what made me look for an init script in the > > first place, I didn't bother to check whether the existing stuff would > > have worked with that. Will try that out, you can assume silence == > > success :) > > Well, from what I've tried, both the main and the PCM (at least) volume > levels can be controlled either by "alsamixer" or the good old "aumix". Cool, I'll try it out as well as the new RPMs tomorrow. > > > >From what I can tell after only 2 days using it : ALSA rocks, > > > >especially > > > since having a full OSS compatibility results that it breaks nothing at > > > all! :-) > > > > Agreed. Though with only 2 hours experience... > > I guess/hope some other people from the list will try it out ;-) > > Both problems you reported (libasound.so and wrong xine dependency) are now > fixed in the current packages. Thanks, that was quick! -- \/ille Skytt� ville.skytta at iki.fi _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: ALSA (almost) made easy Ok, I got ALSA installed and there is no static inbetween mp3s like before which is great! My setup is digital 4.1 but sound is only coming from front 2 speakers and subwoofer, rear speakers there is no sound. Also alsamixer or aumix are unresponsive as well. Lance On Wed, 2002-08-28 at 18:09, Lance wrote: > Thanks for this, I'm going to give them another try. One question: How > do I switch between digital out and analog out with ALSA? With > emu10k1-tools it's easy enough (emu-config -d for digital, emu-config -a > for analog) Is there a similar method with ALSA? > > Lance > > On Wed, 2002-08-28 at 12:00, Matthias Saou wrote: > > Followup to the story : > > > > I've now made a sub-package of alsa-driver called "alsa-kernel" which > > contains only the kernel modules, and alsa-driver contains everything else > > from the original package (device entries, include files and docs). > > > > This should allow installation of a single "alsa-driver" package and > > multiple "alsa-kernel" if you have more than one kernel installed. Right > > now the dependencies make it mandatory to have kernels installed through > > rpm... people who install from source can still install the ALSA modules > > from the source though ;-) > > > > The devices are there now, thank Gordon for reporting the problem (and as I > > said, you were the only one). Any further comments are very welcome! > > > > Download : http://ftp.freshrpms.net/pub/freshrpms/testing/alsa/ > > New spec : http://freshrpms.net/builds/alsa-driver/alsa-driver.spec > > > > If you aren't running kernel-2.4.18-10 for i686, simply --rebuild the > > alsa-driver source rpm and you'll get a package for your running kernel. > > > > Matthias > > > > -- > > Clean custom Red Hat Linux rpm packages : http://freshrpms.net/ > > Red Hat Linux release 7.3 (Valhalla) running Linux kernel 2.4.18-10 > > Load : 0.08 0.42 0.84, AC on-line, battery charging: 100% (6:36) > > > > _______________________________________________ > > RPM-List mailing list <RPM-List@freshrpms.net> > > http://lists.freshrpms.net/mailman/listinfo/rpm-list > -- > : > ####[ Linux One Stanza Tip (LOST) ]########################### > > Sub : Finding out files larger than given size LOST #324 > > To find out all files in a dir over a given size, try: > find /path/to/dir_of_file -type f -size +Nk > [Where N is a number like 1024 for 1mb, and multiples thereof] > > ####[Discussions on LIH : 04 Jul 2002]######################## > : > > > _______________________________________________ > RPM-List mailing list <RPM-List@freshrpms.net> > http://lists.freshrpms.net/mailman/listinfo/rpm-list -- : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : Finding out files larger than given size LOST #324 To find out all files in a dir over a given size, try: find /path/to/dir_of_file -type f -size +Nk [Where N is a number like 1024 for 1mb, and multiples thereof] ####[Discussions on LIH : 04 Jul 2002]######################## : _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: ALSA (almost) made easy Once upon a time, Lance wrote : > Ok, I got ALSA installed and there is no static inbetween mp3s like > before which is great! My setup is digital 4.1 but sound is only coming > from front 2 speakers and subwoofer, rear speakers there is no sound. > Also alsamixer or aumix are unresponsive as well. Maybe you could find more info or tips on the ALSA page for your card? Also, you could try "alsactl store", editing /etc/asound.state" by hand (for me it contains data similar to what I can control with "alsamixer") then run "alsactl restore" and see if you're able to change what you want that way. Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: ALSA (almost) made easy This is a multi-part message in MIME format. --------------090303060407010605030507 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Matthias Saou wrote: > I guess/hope some other people from the list will try it out ;-) > > Both problems you reported (libasound.so and wrong xine dependency) are now > fixed in the current packages. > > Oh, it's maybe also worth pointing out : I've implemented at last sorting > by both last change date and alphabetically for my "build list" in the php > code : http://freshrpms.net/builds/ > > And yes, I accept patches/comments/suggestions about all those spec files! Sure thing :) I've added to the spec some flags to remove OSS and ISA-PNP support at build time if one wishes to, so is's possible to do a rpmbuild --recompile <rpm> --without oss --without isapnp (I haven't included OSS in my 2.4.19, because VT82433 on my motherboard is not supported :( yet, and I'm too lazy to recompile the kernel :)). Also, having the kernel compiled by me, I have no kernel-source package installed. I've added a flag "kernsrc", that also can be used --without, to remove the dependency for kernel-source at build time. It would be nice to check the correct kernel include files actually exist (/lib/modules/`uname -r`/build/include/linux/*.h), though; however, I'm a beginner in RPM building -- is it possible to BuildRequire for a file not provided by a package at all? I've googled a bit, and found no way to do that. I was also considering adding some sort of flag for the --with-cards option in alsa's ./configure, but don't know how to do that. Only found out about --without from your first alsa-driver.spec, and existing RPM docs don't help much. Oh, and one more thing :). At first I've installed the first version of alsa-driver for 2.4.18-10, although I don't have that kernel, to supply the dependency for the rest of the alsa rpm's, and compiled the modules from source. It created the /dev files and all. Then wanted to make my own rpm for 2.4.19, so now I'm trying to rpmbuild the alsa-kernel package. Removed all alsa rpms, and tried my spec: rpmbuild --ba alsa-driver.spec.mine --without oss --without isapnp --without kernsrc But I get this: ==[long successful compile snipped]===================================== warning: File listed twice: /dev/adsp warning: File listed twice: /dev/amidi Finding Provides: /usr/lib/rpm/find-provides Finding Requires: /usr/lib/rpm/find-requires PreReq: /bin/sh /bin/sh rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): /bin/sh Requires(postun): /bin/sh Requires: alsa-kernel = 0.9.0rc3 /sbin/depmod Processing files: alsa-kernel-0.9.0rc3-fr4_2.4.19 Finding Provides: /usr/lib/rpm/find-provides Finding Requires: /usr/lib/rpm/find-requires PreReq: rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: alsa-driver = 0.9.0rc3 kernel = 2.4.19 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/alsa-driver-0.9.0rc3-root error: Installed (but unpackaged) file(s) found: /etc/makedev.d/00macros /etc/rc.d/init.d/alsasound RPM build errors: File listed twice: /dev/adsp File listed twice: /dev/amidi Installed (but unpackaged) file(s) found: /etc/makedev.d/00macros /etc/rc.d/init.d/alsasound ======================================================================== Like I said, I'm a beginned with RPM building, so I don't understand much of what's going on here. The 00macros file is from the MAKEDEV rpm, and alsasound was supposed to be installed by alsa-driver, I think. It is not in the filesystem, anyway. I've looked in /var/tmp/alsa-driver-0.9.0rc3-root, they are there in etc. For 00macros I think the part that does it is this line in alsa-driver.spec: cp -a %{_sysconfdir}/makedev.d/00macros /{buildroot}%{_sysconfdir}/makedev.d/ And alsasound is installed by %{BUILDIDR}/Makefile. Oh, and I think I've forgot to mention, I'm running beta-null :). > Matthias -silent -- ... And on the seventh day, God was arrested for tresspassing. --------------090303060407010605030507 Content-Type: text/plain; name="alsa-driver.spec.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="alsa-driver.spec.patch" 6a7,17 > > %define withoss yes > %{?_without_oss:%define withoss no} > > %define withisapnp auto > %{?_without_isapnp:%define withisapnp no} > > %define kernsrc 1 > %{?_without_kernsrc:%define kernsrc 0} > > 20a32 > %if %{kernsrc} 21a34,36 > %else > BuildRequires: MAKEDEV > %endif 64c79 < %configure --- > %configure --with-oss=%{withoss} --with-isapnp=%{withisapnp} 119a135,137 > * Thu Aug 29 2002 Daniel Pavel <danielpavel@myrealbox.com> > - Added OSS and ISA-PNP build-time flags. > - Added kernel-source requirement flag. --------------090303060407010605030507-- _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: ALSA (almost) made easy Once upon a time, Daniel wrote : > > And yes, I accept patches/comments/suggestions about all those spec > > files! > > Sure thing :) Cool :-) > I've added to the spec some flags to remove OSS and ISA-PNP support at > build time if one wishes to, so is's possible to do a > > rpmbuild --recompile <rpm> --without oss --without isapnp OK, I'll add this. > Also, having the kernel compiled by me, I have no kernel-source package > installed. I've added a flag "kernsrc", that also can be used > --without, to remove the dependency for kernel-source at build time. It > would be nice to check the correct kernel include files actually exist > (/lib/modules/`uname -r`/build/include/linux/*.h), though; however, I'm > a beginner in RPM building -- is it possible to BuildRequire for a file > not provided by a package at all? I've googled a bit, and found no way > to do that. Requiring a file that isn't part of an rpm is not possible, no, except maybe by stopping the build process if it isn't found... but that's errr... ugly! And I really think that for people who installed a kernel from sources, the easiest is to install the alsa kernel drivers from source too... > I was also considering adding some sort of flag for the --with-cards > option in alsa's ./configure, but don't know how to do that. Only found > out about --without from your first alsa-driver.spec, and existing RPM > docs don't help much. This would be a tricky one since to use the "--with <name>" feature of rpmbuild, I think you'd need to add individual handling of each and every card :-/ > Oh, and one more thing :). At first I've installed the first version of > alsa-driver for 2.4.18-10, although I don't have that kernel, to supply > the dependency for the rest of the alsa rpm's, and compiled the modules > from source. It created the /dev files and all. That's what the "alsa-driver" is there for, create all the base files excluding the kernel drivers. What I would suggest for dependency reasons it to install an "alsa-kernel" for the original kernel (you've kept it, right? ;-)) and install ALSA modules from source for custom kernels built from source. > Then wanted to make my own rpm for 2.4.19, so now I'm trying to rpmbuild > the alsa-kernel package. Removed all alsa rpms, and tried my spec: > > rpmbuild --ba alsa-driver.spec.mine --without oss --without isapnp > --without kernsrc > > But I get this: > > ==[long successful compile snipped]===================================== > RPM build errors: > File listed twice: /dev/adsp > File listed twice: /dev/amidi > Installed (but unpackaged) file(s) found: > /etc/makedev.d/00macros > /etc/rc.d/init.d/alsasound > ======================================================================== > > Oh, and I think I've forgot to mention, I'm running beta-null :). Indeed : The rpm 4.1 snapshot in (null) has a few new features among which having the build fail when files are present in the build root but not listed in the %files section. I should remove them manually as part of the build process... or maybe the new "%exclude /path/to/file" in the %files section would do, but I don't know how older versions of rpm would handle it. On my (null) build system, I've simply set the variable : %_unpackaged_files_terminate_build 0 Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: ALSA (almost) made easy Matthias Saou wrote: > OK, I'll add this. Cool :) > Requiring a file that isn't part of an rpm is not possible, no, except > maybe by stopping the build process if it isn't found... but that's errr... > ugly! > And I really think that for people who installed a kernel from sources, the > easiest is to install the alsa kernel drivers from source too... Yes, it is... But then alsa-driver requires alsa-kernel, and I don't quite like --nodeps... > This would be a tricky one since to use the "--with <name>" feature of > rpmbuild, I think you'd need to add individual handling of each and every > card :-/ That's ok. I was only considering it for the sake of tweaking anyway, not for some real-world need :). > That's what the "alsa-driver" is there for, create all the base files > excluding the kernel drivers. What I would suggest for dependency reasons > it to install an "alsa-kernel" for the original kernel (you've kept it, > right? ;-)) and install ALSA modules from source for custom kernels built > from source. Um... I keep 2.4.18-12.2 for emergency sitations (like I forget to include keyboard support in kernel, dumb me), but alsa-kernel_2.4.18-10 does not require kernel-2.4.18-10, so that's ok. > Matthias -silent -- ... And on the seventh day, God was arrested for tresspassing. _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: /home/dude Once upon a time, Axel wrote : > I am now relaxed again ;), and pass this info on. Probably Matthias Saou > himself is "dude", and some package has hardwired a path in his build > directory. It would be nice to find out which and fix it, but I am using > too many of the freshrpm suite to narrow it down. Indeed, my usual login is "dude" (and has been since long before "The Big Lebowsky" came out ;-)), and it seems the some programs wrongly hard code my home directory when being compiled :-( For instance : [dude@python dude]$ strings /usr/bin/gentoo | grep dude /home/dude/ [dude@python dude]$ strings /usr/bin/xine | grep dude /home/dude/redhat/tmp/xine-root/usr/share/locale These should probably be considered bugs in the program's build process (especially for xine, look at that!), I'll report them upstream if/when I have some time. Thanks for noticing this! Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
gkrellm 2 plugins? Hi Matthias, I think I could do help you out with new plugins package for gkrellm 2. Would you prefer to keep it as it is now, or package every plugin separately? The latter would be probably easier to maintain. -- \/ille Skytt� ville.skytta at iki.fi _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: thanks for the gamix source rpms! [ALSA stuff] I wish I could answer your question but my laptop does not have the digital stuff hooked up :( so I so not know about it. I have an excellent ESS Maestro3 which OSS supports pretty lame so I was forced to learn about ALSA. I have used these commands to explore ALSA and my chip: arecord -l (list devices) arecord -L (list PCM decices) I get some output like this: > arecord -l card 0: MAESTRO3 [ESS Allegro PCI], device 0: Allegro [Allegro] Subdevices: 1/1 Subdevice #0: subdevice #0 > arecord -L PCM list: (SNIP - craploads of output) I noticed that the output from this commands kind of maps to what the alsamixer or gamix have. For what it is worth, here is what I have in modules.conf for my sound stuff: > ## ALSA portion > alias char-major-116 snd > ## OSS/Free portion > alias char-major-14 soundcore > > ## ALSA portion > alias snd-card-0 snd-maestro3 > ## OSS/Free portion > alias sound-slot-0 snd-card-0 > > ## OSS/Free portion - card #1 > alias sound-service-0-0 snd-mixer-oss > # BAD alias sound-service-0-1 snd-seq-oss > alias sound-service-0-3 snd-pcm-oss > # BAD alias sound-service-0-8 snd-seq-oss > alias sound-service-0-12 snd-pcm-oss > # > ## ALSA Options (optional) > options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0666 > options snd-maestro3 snd_index=0 snd_id=MAESTRO3 snd_amp_gpio=8 > # > ## OSS Options (optional) > alias snd-card-1 off > alias snd-card-2 off > alias snd-card-3 off > alias sound-slot-1 off > alias sound-service-1-0 off > > ## Preserve Mixer Settings > #post-install /usr/sbin/alsactl restore MAESTRO3 > #pre-remove /usr/sbin/alsactl store MAESTRO3 > post-install /usr/sbin/alsactl restore > pre-remove /usr/sbin/alsactl store Hope that helps, good luck. Lance (lance_tt@bellsouth.net) wrote*: > >Hello, > >Thanks for these rpms, I removed the binary built from source (.tar.gz) >and installed your SRPM of gamix. One quick question, is there a way to >switch between digital out and analog out with the ALSA driver and >utilities, or, for that matter, with gamix? I know with the OSS drivers >I was using it was as simple as 'emu-config -d for digital and >emu-config -a for analog, with the emu-tools package for SBLive! I >noticed there is SB Live Analog/Digital Output Jack in alsamixer but >haven't figured out the key to use, if this is the right control in >mixer. Also, I tried to expand gamix to display all possible controls >but it defaults back to 'Wave' and 'Music' With LFE, Center, Surround >and Playback under Wave (this is how I control output of front and rear >speakers for digital out...'Surround' and 'Playback') Under 'Music' >there are two controls but unresponsive. I have a tuner and cassette >deck hooked up to an audio/video switch that goes into 'Line In' on the >soundcard. Again, with the OSS drivers, it was as simple as emu-config >-d and emu-config -a. Digital out for anything coming from the >computer, analog out for the tuner and cassette deck. I don't know if >this is necessary to switch inbetween to get 'Line In' to work or not, >but an expansion of gamix would help, where I could see all the >controls.... > >Any help would be greatly appreciated and thanks again for the gamix >rpms. > >Kind Regards, > >Lance >-- >: >####[ Linux One Stanza Tip (LOST) ]########################### > >Sub : Command line shortcuts (clear) LOST #310 > >Tired of typing in "clear" every time you want the screen to >be cleared ? Press [Ctrl-L] ... This works for most shells, >(except for ash, bsh and ksh) > >####<rtorvi@vsnl.net>######################################### >: > -- That's "angle" as in geometry. _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
d4x 2.03 package Hello! i have just found a small issue with the downloader 4 x update. the ftp search engines are missing something like: %{_datadir}/d4x/ftpsearch.xml thanks in advance, che p.s. i love the xmms-xosd plugin :) _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Fluxbox I've noted that there are packaged versions of Blackbox and hackedbox available from FreshRPMs. What about FluxBox? http://fluxbox.sf.net I'd certainly enjoy a packaged version, since its creators seem hesitant to provide .rpms (.debs, yes, but no .rpms). .Doug __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Fluxbox --------------Boundary-00=_OYOXHTVA0T2X8R5S233Y Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, =09I made a spec file for it some weeks ago, maybe it can be included in = fresh.=20 If not, at least you can use it... I'm attaching it here... Hope it might be some use for you, does the trick for me. Might be an old= =20 version though, but should still work Nick On Wednesday 04 September 2002 21:00, Doug Stewart wrote: > I've noted that there are packaged versions of > Blackbox and hackedbox available from FreshRPMs. What > about FluxBox? http://fluxbox.sf.net > > I'd certainly enjoy a packaged version, since its > creators seem hesitant to provide .rpms (.debs, yes, > but no .rpms). > > .Doug > > __________________________________________________ > Do You Yahoo!? > Yahoo! Finance - Get real-time stock quotes > http://finance.yahoo.com > > _______________________________________________ > RPM-List mailing list <RPM-List@freshrpms.net> > http://lists.freshrpms.net/mailman/listinfo/rpm-list --------------Boundary-00=_OYOXHTVA0T2X8R5S233Y Content-Type: text/plain; charset="iso-8859-1"; name="fluxbox.spec" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="fluxbox.spec" Summary: Blackbox derived window manager Name: fluxbox Version: 0.1.10 Release: nv1 License: other Group: User Interface/Desktops Source: http://prdownloads.sourceforge.net/fluxbox/%{name}-%{version}.tar.gz URL: http://fluxbox.sourceforge.net BuildRoot: %{_tmppath}/%{name}-root BuildRequires: XFree86-devel, libstdc++-devel %description Fluxbox is yet another windowmanager for X. It's based on the Blackbox 0.61.1 code. Fluxbox looks like blackbox and handles styles, colors, window placement and similar thing exactly like blackbox (100% theme/style compability). Many changes and improvements have been made to the code, such as window tabs, iconbar, native keygrabber, gnome and kde support etc. %prep %setup -q %build %configure --enable-xinerama --enable-gnome --enable-kde make %install rm -rf %{buildroot} %makeinstall %clean rm -rf %{buildroot} %files %defattr(-, root, root) %doc README NEWS COPYING AUTHORS INSTALL TODO doc/Coding_style %{_bindir}/* %{_datadir}/%{name} %{_mandir}/man1/* %changelog * Thu Jul 19 2002 Nick Verhaegen - Update to 0.1.10 * Tue Jul 9 2002 Nick Verhaegen - Initial RPM release. --------------Boundary-00=_OYOXHTVA0T2X8R5S233Y-- _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
apt and a hybrid system Back when I had regular RH7.3 there was nothing better than "apt-get upgrade". But now I'm running (null) beta and I have these questions: which version of "apt" can I use, the RH7.3 version or the "rawhide" version? Is there a way to use apt to update (null) with the rpms available for (null) through up2date, since I prefer apt to that? If I can use apt, can I use it to get updates from these 3 different places: 1. the (null) up2date Redhat upgrades 2. the (null) files at Freshrpms.net 3. the regular RH7.3 files from freshrpms.net Am I asking for too much simplicity in this complicated world? -- That's "angle" as in geometry. _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: apt and a hybrid system On Thu, Sep 05, 2002 at 07:11:23AM +0000, Angles Puglisi wrote: > If I can use apt, can I use it to get updates from these 3 different places: > 1. the (null) up2date Redhat upgrades > 2. the (null) files at Freshrpms.net > 3. the regular RH7.3 files from freshrpms.net You could build your own apt-repository. Just mirror the needed directories (e.g. by using a wget cron job), symlink the needed rpms and recreate the repository. It is already worth the trouble, if you have more than one installation. In any case in order to acces the mentioned places, somebody must keep such a repository up to date, be it yourself or someone else. -- Axel.Thimm@physik.fu-berlin.de _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: apt and a hybrid system On Thu, Sep 05, 2002 at 12:32:58PM +0200, Axel Thimm wrote: > On Thu, Sep 05, 2002 at 07:11:23AM +0000, Angles Puglisi wrote: > > If I can use apt, can I use it to get updates from these 3 different > > places: > > 1. the (null) up2date Redhat upgrades > > 2. the (null) files at Freshrpms.net > > 3. the regular RH7.3 files from freshrpms.net > You could build your own apt-repository. Just mirror the needed > directories (e.g. by using a wget cron job), symlink the needed rpms > and recreate the repository. It is already worth the trouble, if you > have more than one installation. Always nice to have one to put stuff that overrides RH things. Like if you absolutely detest qt and some programs are rebuildable from sources with different %configure options. You can get src.rpm, edit spec, bump release numberwith your initials and another number and rebuild, insert into apt and let loose... :) Doesn't freshrpms have updates dir too? Maybe not quite as up to date as up2date but still. I would never use up2date. There is another repository at apt-rpm.tuxfamily.org IIRC. Not sure if that had The updates. _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
alsaplayer for (null) I spun another AlsaPlayer build, this time on my (null) box. I do not know what this means but the Curl stuff compiled in this time. It's sounding damn cool with the new alsa drivers. Thanks to Matthias for the Alsa RPMS. Great job bring sound to the masses. http://www.dudex.net/rpms/alsaplayer-0.99.71-aap2.i386.rpm http://www.dudex.net/rpms/alsaplayer-0.99.71-aap2.i686.rpm http://www.dudex.net/rpms/alsaplayer-0.99.71-aap2.src.rpm http://www.dudex.net/rpms/alsaplayer-0.99.71.spec -- That's "angle" as in geometry. _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Apt-get question Hi All Folks, I have 'APT' installed and updated from 'freshmeat.net. But I failed using it # apt-get install /mnt/cdrom/Linux/CDBurner/cdrtools-cdrecord-1.11a23-1.i386.rpm Processing File Dependencies... Done Reading Package Lists... Done Building Dependency Tree... Done E: Couldn't find package /mnt/cdrom/Linux/CDBurner/cdrtools-cdrecord-1.11a23-1.i386.rpm The file 'cdrtools-cdrecord-1.11a23-1.i386.rpm' is there I performed another test copying the file 'cdrtools-cdrecord-1.11a23-1.i386.rpm' to /root/Download # apt-get install /root/Download/cdrtools-cdrecord-1.11a23-1.i386.rpm Processing File Dependencies... Done Reading Package Lists... Done Building Dependency Tree... Done E: Couldn't find package /root/Download/cdrtools-cdrecord-1.11a23-1.i386.rpm Still failed. Finally I rpm 'cdrtools-cdrecord-1.11a23-1.i386.rpm' from the CD and suceeded. Kindly advise what mistake I have committed. Thanks in advance. Stephen Liu _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Apt-get question Once upon a time, Stephen wrote : > # apt-get install > /mnt/cdrom/Linux/CDBurner/cdrtools-cdrecord-1.11a23-1.i386.rpm This is not how apt is meant to be used, see Gordon's answer to your post on the Valhalla list for details. Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Pb with mplayer-0.90pre7 Hi, this is my first problem with one of the freshrpms rpms ... I just upgrade mplayer and now I get $ mplayer mplayer: error while loading shared libraries: libdvdnav.so.1: cannot open shared object file: No such file or directory I guess Matthias has forgotten libdvdnav dependency. -- They told me I needed WIN95 or better So I chose Linux! _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Please help a newbie compile mplayer :-) Hello, I just installed redhat 7.2 and I think I have everything working properly. Anyway I want to install mplayer because I heard it can play quicktime movs. I apt-get source mplayer and dl'd it to /usr/src. I tried to just rpm --rebuild mplayer-20020106-fr1.src.rpm, then I get ; mplayer-20020106-fr1.src.rpm: No such file or directory. Any help or a link to some document would be appreciated, Thanks -rob _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Please help a newbie compile mplayer :-) Make sure you rebuild as root and you're in the directory that you downloaded the file. Also it might complain of a few dependencies but you can get these at freshrpms.net, except for gcc3, which you can find on your Red Hat cd, Red Hat ftp, or rpmfind.net. After you rebuild the source rpm it should install a binary rpm in /usr/src/redhat/RPMS/i386. With all dependencies met, install mplayer with 'rpm -ivh mplayer-20020106-fr1.rpm' and you should be good to go. One last thing, you will need the win32 codecs, I found them on google, create a directory /usr/lib/win32 and place the codecs in there. Good Luck! Lance On Thu, 2002-01-31 at 23:44, rob bains wrote: > > Hello, > > I just installed redhat 7.2 and I think I have everything > working properly. Anyway I want to install mplayer because I heard it > can play quicktime movs. I apt-get source mplayer and dl'd it to > /usr/src. > > I tried to just rpm --rebuild mplayer-20020106-fr1.src.rpm, > then I get ; mplayer-20020106-fr1.src.rpm: No such file or directory. > > Any help or a link to some document would be appreciated, Thanks > -rob > > > _______________________________________________ > RPM-List mailing list <RPM-List@freshrpms.net> > http://lists.freshrpms.net/mailman/listinfo/rpm-list _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Please help a newbie compile mplayer :-) Lance wrote: >Make sure you rebuild as root and you're in the directory that you >downloaded the file. Also it might complain of a few dependencies but >you can get these at freshrpms.net, except for gcc3, which you can find >on your Red Hat cd, Red Hat ftp, or rpmfind.net. > >After you rebuild the source rpm it should install a binary rpm in >/usr/src/redhat/RPMS/i386. With all dependencies met, install mplayer >with 'rpm -ivh mplayer-20020106-fr1.rpm' and you should be good to go. > >One last thing, you will need the win32 codecs, I found them on google, >create a directory /usr/lib/win32 and place the codecs in there. > >Good Luck! > >Lance > I dl'd gcc3 and libgcc3, but I still get the same error message when I try rpm --rebuild or recompile. I do this as root, I dl'd as root also. thanks for the help, any more idea what's going on? > >> >> >> I tried to just rpm --rebuild mplayer-20020106-fr1.src.rpm, >>then I get ; mplayer-20020106-fr1.src.rpm: No such file or directory. >> >> >> >> > > > > >_______________________________________________ >RPM-List mailing list <RPM-List@freshrpms.net> >http://lists.freshrpms.net/mailman/listinfo/rpm-list > _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Please help a newbie compile mplayer :-) Once upon a time, rob wrote : > I dl'd gcc3 and libgcc3, but I still get the same error message when I > try rpm --rebuild or recompile. I do this as root, I dl'd as root also. > > thanks for the help, any more idea what's going on? I've never installed source rpms with apt, but I suppose that if you get file not found, it's because the source rpm was installed. To see if this is the case, go to /usr/src/redhat/SPECS/ and if you see mplayer.spec, you'll just need to do "rpm -bb mplayer.spec" to get a binary build in /usr/src/redhat/RPMS/i386/ Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
http://apt.nixia.no/ --6sX45UoQRIJXqkqR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Title page has a login screen and I can't seem to get the apt indexes anymore. Is it just me or is something going on there? --=20 Additive E120 - "not suitable for vegetarians". http://www.bryngollie.freeserve.co.uk/E120.htm --6sX45UoQRIJXqkqR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8WpFlQF8Oi9XNck4RAtn4AKC40mgaJXP7T+go1THM7XsZ1B8pNgCfZyoy jDkvRp7pFzUF1Pw5sOuoFhY= =9TDR -----END PGP SIGNATURE----- --6sX45UoQRIJXqkqR-- _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: http://apt.nixia.no/ Once upon a time, Harri wrote : > Title page has a login screen and I can't seem to get the apt indexes > anymore. Is it just me or is something going on there? You can't get the file index from here either? http://apt.nixia.no/apt/files/ During the past few days, I've experienced connection problems with that site from time to time, but for me right now it's working. Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: http://apt.nixia.no/ --yLVHuoLXiP9kZBkt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 01, 2002 at 03:35:41PM +0100, Matthias Saou wrote: > Once upon a time, Harri wrote : >=20 > > Title page has a login screen and I can't seem to get the apt indexes > > anymore. Is it just me or is something going on there? >=20 > You can't get the file index from here either? > http://apt.nixia.no/apt/files/ The requested URL /apt/files/ was not found on this server. > During the past few days, I've experienced connection problems with that > site from time to time, but for me right now it's working. Maybe it's temporary :-/ --=20 Win a live rat for your mother-in-law! --yLVHuoLXiP9kZBkt Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8WqwpQF8Oi9XNck4RAmDLAJ9vdN7wlECYEdkP/MDwWnykFA97OQCfZxJc F7RkwD9oaZV1rg/r8p06Dmw= =OXj6 -----END PGP SIGNATURE----- --yLVHuoLXiP9kZBkt-- _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: http://apt.nixia.no/ Once upon a time, Harri wrote : > > You can't get the file index from here either? > > http://apt.nixia.no/apt/files/ > > The requested URL /apt/files/ was not found on this server. Very strange then : It works fine from here, even shift-reloading and with no proxy whatsoever! > > During the past few days, I've experienced connection problems with > > that site from time to time, but for me right now it's working. > > Maybe it's temporary :-/ If you need another apt repository with Red Hat Linux 7.2 files, there are a few others. See : http://freshrpms.net/apt/ Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: http://apt.nixia.no/ --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 01, 2002 at 04:15:52PM +0100, Matthias Saou wrote: > Once upon a time, Harri wrote : >=20 > > > During the past few days, I've experienced connection problems with > > > that site from time to time, but for me right now it's working. > >=20 > > Maybe it's temporary :-/ >=20 > If you need another apt repository with Red Hat Linux 7.2 files, there are > a few others. See : http://freshrpms.net/apt/ I have a local one for the main and upgrades from somewhere plus my own at $ORKPLACE. blades@remiel% grep nixia /etc/apt/sources.list=20 #rpm http://apt.nixia.no redhat/7.2/i386 gnomehide #rpm-src http://apt.nixia.no redhat/7.2/i386 gnomehide Ah, that's it. They had newer gnome there --=20 "When life hands you a lemon, make batteries =2E...then go electrocute someone." -- Stevo, Scary Devil Monastery --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8WrcrQF8Oi9XNck4RAur7AKDDRrfTI/kW7UZ1Vi0WXhPXycX4cwCgyd99 PcYli3Z2sQrAZPcG5KWF4GY= =CkwN -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf-- _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Prob. w/ install/uninstall hey i have a problem: i have a rpms that i have installed that i want to uninstall, i do it like so: rpm -e [rpm package] and it gives the error: package not installed, so i install it like so: rpm -i [rpm package] and it gives the error: package already installed, so i force it to install like so: rpm -i --force [rpm package] this installs it and then i try to uninstall it again and it still gives me the same error: package not installed. How can i get it to recognize that the package is indeed installed it, and/or get it to unstall it? Thanx in advance, Brian French -French _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Prob. w/ install/uninstall Once upon a time, Brian wrote : > hey i have a problem: > i have a rpms that i have installed that i want to uninstall, i do it > like so: > rpm -e [rpm package] > and it gives the error: package not installed, so i install it like > so: > rpm -i [rpm package] > and it gives the error: package already installed, so i force it to > install like so: > rpm -i --force [rpm package] > this installs it and then i try to uninstall it again and it still > gives me the same error: package not installed. > > How can i get it to recognize that the package is indeed installed it, > and/or get it to unstall it? You're a bit too vague on your "[rpm package]" here... Maybe this will help you : [root@python apg]# rpm -e apg [root@python apg]# rpm -ivh apg-1.2.13-fr1.i386.rpm Preparing... ########################################### [100%] 1:apg ########################################### [100%][root@python apg]# rpm -e apg[root@python apg]# rpm -ivh apg-1.2.13-fr1.i386.rpm Preparing... ########################################### [100%] 1:apg ########################################### [100%][root@python apg]# rpm -e apg-1.2.13-fr1[root@python apg]# rpm -ivh apg-1.2.13-fr1.i386.rpm Preparing... ########################################### [100%] 1:apg ########################################### [100%][root@python apg]# rpm -e apg-1.2.13-fr1.i386.rpm error: package apg-1.2.13-fr1.i386.rpm is not installed[root@python apg]# You can just put the name, of the name and version, and even the release, but the entire filename will not work! Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
RE: Prob. w/ install/uninstall oh ok, thanx alot!! i was puttin the entire rpm package name like php-4.0.4pl1.i386.rpm that's why it wasn't working. -----Original Message----- From: rpm-zzzlist-admin@freshrpms.net [mailto:rpm-list-admin@freshrpms.net]On Behalf Of Matthias Saou (by way of Matthias Saou <matthias@egwn.net>) Sent: Friday, February 01, 2002 1:18 PM To: rpm-zzzlist@freshrpms.net Subject: Re: Prob. w/ install/uninstall Once upon a time, Brian wrote : > hey i have a problem: > i have a rpms that i have installed that i want to uninstall, i do it > like so: > rpm -e [rpm package] > and it gives the error: package not installed, so i install it like > so: > rpm -i [rpm package] > and it gives the error: package already installed, so i force it to > install like so: > rpm -i --force [rpm package] > this installs it and then i try to uninstall it again and it still > gives me the same error: package not installed. > > How can i get it to recognize that the package is indeed installed it, > and/or get it to unstall it? You're a bit too vague on your "[rpm package]" here... Maybe this will help you : [root@python apg]# rpm -e apg [root@python apg]# rpm -ivh apg-1.2.13-fr1.i386.rpm Preparing... ########################################### [100%] 1:apg ########################################### [100%][root@python apg]# rpm -e apg[root@python apg]# rpm -ivh apg-1.2.13-fr1.i386.rpm Preparing... ########################################### [100%] 1:apg ########################################### [100%][root@python apg]# rpm -e apg-1.2.13-fr1[root@python apg]# rpm -ivh apg-1.2.13-fr1.i386.rpm Preparing... ########################################### [100%] 1:apg ########################################### [100%][root@python apg]# rpm -e apg-1.2.13-fr1.i386.rpm error: package apg-1.2.13-fr1.i386.rpm is not installed[root@python apg]# You can just put the name, of the name and version, and even the release, but the entire filename will not work! Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Prob. w/ install/uninstall On Fri, Feb 01, 2002 at 12:42:02PM -0500, Brian French wrote: > hey i have a problem: > i have a rpms that i have installed that i want to uninstall, i do it > like so: > rpm -e [rpm package] > and it gives the error: package not installed, so i install it like > so: Its a little confusing but you install rpms like rpm -ivh packagename-0.1.1.rpm uninstalls must be done without the version info like rpm -e packagename ie: rpm -e sendmail or rpm -e sendmail-devel. give that a go and it should work np. Phil, > rpm -i [rpm package] > and it gives the error: package already installed, so i force it to > install like so: > rpm -i --force [rpm package] > this installs it and then i try to uninstall it again and it still > gives me the same error: package not installed. > > How can i get it to recognize that the package is indeed installed it, > and/or get it to unstall it? > > Thanx in advance, > Brian French > > -French > > > _______________________________________________ > RPM-List mailing list <RPM-List@freshrpms.net> > http://lists.freshrpms.net/mailman/listinfo/rpm-list -- "I say, bring on the brand new renaissance. 'Cause I think I'm ready. I've been shaking all night long... But my hands are steady." Gord Downie http://www.thehip.com _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
problems with apt update Hiya, I always seem to get errors when I do an "apt update", is this a problem on the repository itself, or on my end, or possibly a timeout in the connection due to my connection being a crappy modem? [root@spawn root]# apt-get update Hit http://apt.nixia.no redhat/7.2/i386/base/pkglist.gnomehide Hit http://apt.freshrpms.net redhat/7.2/i386/base/pkglist.os Ign http://apt.freshrpms.net redhat/7.2/i386 release.os Err http://apt.freshrpms.net redhat/7.2/i386/base/pkglist.updates Bad header line Hit http://apt.freshrpms.net redhat/7.2/i386 release.updates Err http://apt.freshrpms.net redhat/7.2/i386/base/pkglist.freshrpms 400 Bad Request Err http://apt.freshrpms.net redhat/7.2/i386 release.freshrpms Bad header line Hit http://apt.freshrpms.net redhat/7.2/i386/base/srclist.freshrpms Ign http://apt.nixia.no redhat/7.2/i386 release.gnomehide Ign http://apt.nixia.no redhat/7.2/i386/base/mirrors Hit http://apt.freshrpms.net redhat/7.2/i386 release.freshrpms Ign http://apt.freshrpms.net redhat/7.2/i386/base/mirrors Ign http://apt.freshrpms.net redhat/7.2/i386/base/mirrors Ign http://apt.freshrpms.net redhat/7.2/i386/base/mirrors Ign http://apt.freshrpms.net redhat/7.2/i386/base/mirrors Failed to fetch http://apt.freshrpms.net/redhat/7.2/i386/base/pkglist.updates Bad header line Failed to fetch http://apt.freshrpms.net/redhat/7.2/i386/base/pkglist.freshrpms 400 Bad Request Failed to fetch http://apt.freshrpms.net/redhat/7.2/i386/base/release.freshrpms Bad header line -- \m/ -- "...if I seem super human I have been misunderstood." (c) Dream Theater mark@talios.com - ICQ: 1934853 JID: talios@myjabber.net _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: problems with 'apt-get -f install' I have failed dependencies in RPM database to I am unable to use apt-get. I requests to run 'apt-get -f install' to fix these dependencies, however, I get these errors when running 'apt-get -f install' : [root@localhost root]# apt-get -f install Processing File Dependencies... Done Reading Package Lists... Done Building Dependency Tree... Done Correcting dependencies... Done The following extra packages will be installed: libgcj The following NEW packages will be installed: libgcj 0 packages upgraded, 1 newly installed, 0 to remove(replace) and 68 not upgraded. Need to get 2407kB of archives. After unpacking 8598kB will be used. Do you want to continue? [Y/n] Y Get:1 http://apt-rpm.tuxfamily.org redhat-7.2-i386/redhat/os libgcj 2.96-27 [2407kB] Fetched 2407kB in 22s (105kB/s) Executing RPM (-U)... Preparing... ########################################### [100%] 1:libgcj error: unpacking of archive failed on file /usr/share/libgcj.zip;3c5b5e75: cpio: MD5 sum mismatch E: Sub-process /bin/rpm returned an error code (1) [root@localhost root]# _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: problems with apt update Once upon a time, Mark wrote : > Hiya, I always seem to get errors when I do an "apt update", is this a > problem on the repository itself, or on my end, or possibly a timeout in > the connection due to my connection being a crappy modem? > > [root@spawn root]# apt-get update > Hit http://apt.nixia.no redhat/7.2/i386/base/pkglist.gnomehide > Hit http://apt.freshrpms.net redhat/7.2/i386/base/pkglist.os > Ign http://apt.freshrpms.net redhat/7.2/i386 release.os > Err http://apt.freshrpms.net redhat/7.2/i386/base/pkglist.updates > Bad header line > Hit http://apt.freshrpms.net redhat/7.2/i386 release.updates > Err http://apt.freshrpms.net redhat/7.2/i386/base/pkglist.freshrpms > 400 Bad Request > Err http://apt.freshrpms.net redhat/7.2/i386 release.freshrpms > Bad header line > Hit http://apt.freshrpms.net redhat/7.2/i386/base/srclist.freshrpms > Ign http://apt.nixia.no redhat/7.2/i386 release.gnomehide > Ign http://apt.nixia.no redhat/7.2/i386/base/mirrors > Hit http://apt.freshrpms.net redhat/7.2/i386 release.freshrpms [...] It works for me (it should works with or without the "en" subdirectory). Does it always give you the same error each time? Do you use an proxy server? [root@python root]# apt-get update Hit http://apt.freshrpms.net redhat/7.2/en/i386/base/srclist.os Hit http://apt.freshrpms.net redhat/7.2/en/i386 release.os Hit http://apt.freshrpms.net redhat/7.2/en/i386/base/srclist.updates Hit http://apt.freshrpms.net redhat/7.2/en/i386 release.updates Get:1 http://apt.freshrpms.net redhat/7.2/en/i386/base/pkglist.os [1035kB] Hit http://apt.freshrpms.net redhat/7.2/en/i386 release.os Get:2 http://apt.freshrpms.net redhat/7.2/en/i386/base/pkglist.updates [331kB] Hit http://apt.freshrpms.net redhat/7.2/en/i386 release.updates Hit http://apt.freshrpms.net redhat/7.2/en/i386/base/pkglist.freshrpms Hit http://apt.freshrpms.net redhat/7.2/en/i386 release.freshrpms Hit http://apt.freshrpms.net redhat/7.2/en/i386/base/srclist.os Hit http://apt.freshrpms.net redhat/7.2/en/i386 release.os Hit http://apt.freshrpms.net redhat/7.2/en/i386/base/srclist.updates Hit http://apt.freshrpms.net redhat/7.2/en/i386 release.updates Hit http://apt.freshrpms.net redhat/7.2/en/i386/base/srclist.freshrpms Hit http://apt.freshrpms.net redhat/7.2/en/i386 release.freshrpms Ign http://apt.freshrpms.net redhat/7.2/en/$(ARCH)/base/mirrors Ign http://apt.freshrpms.net redhat/7.2/en/$(ARCH)/base/mirrors Ign http://apt.freshrpms.net redhat/7.2/en/$(ARCH)/base/mirrors Fetched 1366kB in 1m16s (17.9kB/s) Processing File Dependencies... Done Reading Package Lists... Done Building Dependency Tree... Done W: http://apt.freshrpms.net/ will not be authenticated. W: http://apt.freshrpms.net/ will not be authenticated. W: http://apt.freshrpms.net/ will not be authenticated. [root@python root]# Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: problems with 'apt-get -f install' Once upon a time, Lance wrote : > I have failed dependencies in RPM database to I am unable to use > apt-get. I requests to run 'apt-get -f install' to fix these > dependencies, however, I get these errors when running 'apt-get -f > install' : [...] > error: unpacking of archive failed on file > /usr/share/libgcj.zip;3c5b5e75: cpio: MD5 sum mismatch > E: Sub-process /bin/rpm returned an error code (1) > [root@localhost root]# I'd say that the file apt downloaded is corrupted. Maybe trying "apt-get clean" to remove all downloaded files first would solve the problem. Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: problems with 'apt-get -f install' Hello, Tried 'apt-get clean' with same results. On Sat, 2002-02-02 at 06:08, Matthias Saou wrote: > Once upon a time, Lance wrote : > > > I have failed dependencies in RPM database to I am unable to use > > apt-get. I requests to run 'apt-get -f install' to fix these > > dependencies, however, I get these errors when running 'apt-get -f > > install' : > [...] > > error: unpacking of archive failed on file > > /usr/share/libgcj.zip;3c5b5e75: cpio: MD5 sum mismatch > > E: Sub-process /bin/rpm returned an error code (1) > > [root@localhost root]# > > I'd say that the file apt downloaded is corrupted. Maybe trying "apt-get > clean" to remove all downloaded files first would solve the problem. > > Matthias > > -- > Matthias Saou World Trade Center > ------------- Edificio Norte 4 Planta > System and Network Engineer 08039 Barcelona, Spain > Electronic Group Interactive Phone : +34 936 00 23 23 > > _______________________________________________ > RPM-List mailing list <RPM-List@freshrpms.net> > http://lists.freshrpms.net/mailman/listinfo/rpm-list _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
creating rpms with subdirs (install command) Hi, I'm building an rpm for the resin webserver, and I basically want to install the entire tarball under a diretory, but, the tarball includes subdirectorys, in my spec i have: install -s -m 755 %{name}-%{version}.%{release}/* \ $RPM_BUILD_ROOT/usr/local/resin and I'm getting: install: `resin-2.0.5/bin' is a directory install: `resin-2.0.5/conf' is a directory Is there a proper/nice way I should handle this? -- \m/ -- "...if I seem super human I have been misunderstood." (c) Dream Theater mark@talios.com - ICQ: 1934853 JID: talios@myjabber.net _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: http://apt.nixia.no/ On Fri, Feb 01, 2002 at 05:41:32PM +0200, Harri Haataja wrote: > I have a local one for the main and upgrades from somewhere plus my own > at $ORKPLACE. Olen ajatellut pystytt�� itselleni lokaalin apt-varaston, kun Suomesta ei tunnu l�ytyv�n julkista peili�. Osaisitko avittaa hiukan asiassa, eli kuinka l�hte� liikkeelle? Ensin kannattanee peilata varsinainen RH:n rpm:t jostain, vaan mill� softalla (rsync?) ja mist� (funet?) tuo kannattaa tehd�, ajatuksia? -- Peter _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: http://apt.nixia.no/ Sorry about that :) Didn't think before sending... So I didn't realize that Reply-To was to the list and not to the sender (as it usually is). Anyawy, I was asking Harri if he could point me a few advices on how to build my own apt repositry for RH updates. There is a tutorial of somekind at http://apt-rpm.tuxfamily.org/ which I'm following right now, but if there is some other good advices, let me know! Regards, Peter On Mon, Feb 04, 2002 at 02:33:29PM +0200, Peter Peltonen wrote: > On Fri, Feb 01, 2002 at 05:41:32PM +0200, Harri Haataja wrote: > > I have a local one for the main and upgrades from somewhere plus my own > > at $ORKPLACE. > > Olen ajatellut pystytt�� itselleni lokaalin apt-varaston, kun Suomesta ei > tunnu l�ytyv�n julkista peili�. Osaisitko avittaa hiukan asiassa, eli > kuinka l�hte� liikkeelle? Ensin kannattanee peilata varsinainen RH:n rpm:t > jostain, vaan mill� softalla (rsync?) ja mist� (funet?) tuo kannattaa > tehd�, ajatuksia? > > -- > Peter > > > _______________________________________________ > RPM-List mailing list <RPM-List@freshrpms.net> > http://lists.freshrpms.net/mailman/listinfo/rpm-list > -- Peter _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: http://apt.nixia.no/ Once upon a time, Peter wrote : > On Fri, Feb 01, 2002 at 05:41:32PM +0200, Harri Haataja wrote: > > I have a local one for the main and upgrades from somewhere plus my own > > at $ORKPLACE. > > Olen ajatellut pystytt�� itselleni lokaalin apt-varaston, kun Suomesta ei > tunnu l�ytyv�n julkista peili�. Osaisitko avittaa hiukan asiassa, eli > kuinka l�hte� liikkeelle? Ensin kannattanee peilata varsinainen RH:n > rpm:t jostain, vaan mill� softalla (rsync?) ja mist� (funet?) tuo > kannattaa tehd�, ajatuksia? Wow, Finnish seems even more complicated than German to me :-) Could you send an English translation next time? I really didn't understand a thing and I assume I'm not the only one ;-) Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: http://apt.nixia.no/ Peter Peltonen wrote: > Sorry about that :) > > Didn't think before sending... So I didn't realize that Reply-To was to > the list and not to the sender (as it usually is). How about removing the reply-to to the list? _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: http://apt.nixia.no/ On Mon, Feb 04, 2002 at 02:33:29PM +0200, Peter Peltonen wrote: > On Fri, Feb 01, 2002 at 05:41:32PM +0200, Harri Haataja wrote: > > I have a local one for the main and upgrades from somewhere plus my own > > at $ORKPLACE. > > Olen ajatellut pystytt�� itselleni lokaalin apt-varaston, kun Suomesta ei > tunnu l�ytyv�n julkista peili�. Osaisitko avittaa hiukan asiassa, eli > kuinka l�hte� liikkeelle? Ensin kannattanee peilata varsinainen RH:n rpm:t > jostain, vaan mill� softalla (rsync?) ja mist� (funet?) tuo kannattaa > tehd�, ajatuksia? I'll post my own repository story here anyway, hope no-one minds. It may freely be commented on or used in another text. I have a directory like this: $ tree -d . |-- current7 | |-- SRPMS.current | |-- SRPMS.gcc3 | `-- redhat | |-- RPMS.current | |-- RPMS.gcc3 | `-- base |-- redhat-7_2 | |-- SRPMS.os | `-- redhat | |-- RPMS.os -> <link to RH network install image> | `-- base `-- testing |-- SRPMS.testing `-- redhat |-- RPMS.testing `-- base 27 directories I throw updates to current7's rpms and my own stuff (with makefile :) to testing. After each new package, nice genbasedir -s --progress --topdir=$TOPDIR/ \ testing/redhat testing (for -s to work, you need to make release files, pinch someones for exmple) This stuff is found under apache. I put that url, my keys and all that into apt conf on the machines on the network and apt away. As for .fi mirrors, funet is very slow. I think I use tuxfamily for updates but when I see errata I usually also put that to my own one so rest of the machines have a shorter path to it. Funet hosts a whole load of mirrors and projects (it used to be (is?) the main mirror for Linux. It was one of the big pub ftp sites). If there was a definite apt repository, maybe they might mirror that as well. I doubt RH would be very keen on using apt and forking a distribution doesn't seem like an easy option, someone should just start a project. -- "Barry also was quick to point out that the Titanium uses torque screws as opposed to Phillips screws. We're not sure why this matters even a little bit, but Barry sure seemed to think it was interesting. That's why Mac geeks scare us." -- ZDNet Powerbook Titanium review _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: About apt, kernel updates and dist-upgrade On Mon, Feb 04, 2002 at 05:04:08PM +0200, Peter Peltonen wrote: > I started wondering how does apt react when it finds a newer kernel in the > bunch of "to be updated" files? Look at /etc/apt/apt.conf. I think ^kernel$ matches the kernel packages (apart from those matched by the rest, smp, enterprise). I think it won't do anything about the kernels. Come to think of it, the abovementioned might have nothing to do with it. I explicitly use apt-get install kernel and then from the list pick a version and then install kernel#2.4.foo-bar. > And has anyone ever tried to do a dist-upgrade, say from 7.1 to 7.2? > Should it work? If not, why? Should. Haven't tried with dist-upgrade but I have put 7.2 netboot mirror (ie, 7.2) into sources.list and run install step-by-step for IIRC everything. Worked ok. I think there'll be a few .rpmnew files worth checking such as, especially, passwd and group. I think there was a group change. "lock" ? -- It feels great to wake up and not know what day it is, doesn't it? _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: About apt, kernel updates and dist-upgrade Once upon a time, Peter wrote : > I started wondering how does apt react when it finds a newer kernel in > the bunch of "to be updated" files? It skips it. See the /etc/apt/apt.conf file for this. > And has anyone ever tried to do a dist-upgrade, say from 7.1 to 7.2? > Should it work? If not, why? I've done a dist-upgrade from 7.2 to a quite broken rawhide release... it was a mess, still, it went much faster and smoother than if I had done it "manually" with rpm -U or -F. I think that updates between stable releases should still be done with the installer since IIRC, sometimes a few twitches are done by anaconda to migrate configurations to new formats. It should work though... I still prefer backuping config files and reinstalling a clean system when I have the time. Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: About apt, kernel updates and dist-upgrade On Mon, Feb 04, 2002 at 04:53:14PM +0100, Matthias Saou wrote: > It skips it. See the /etc/apt/apt.conf file for this. In my apt.conf reads: --<snip>-- RPM { // Leave list empty to disable AllowedDupPkgs {"^kernel$"; "kernel-smp"; "kernel-enterprise"; }; HoldPkgs {"kernel-source"; "kernel-headers"; }; } --</snip>-- If I understand this correctly, then only kernel-source and kernel-headers are held from being installed, but kernel will be installed, right? Maybe I should test this on some vanilla system... -- Peter _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Problem with an rpm... Hiya, I just myself an rpm, and when I did -Uvh to upgrade the earlier version I had installed (also from my rpm) I got: [root@spawn i386]# rpm -Uvh mulberry-2.2-b1.i386.rpm Preparing... ########################################### [100%] 1:mulberry ########################################### [100%] error: db3 error(-30998) from db->close: DB_INCOMPLETE: Cache flush was unable to complete Whats the DB_INCOMPLETE mean? It all seems to have installed ok thou... -- \m/ -- "...if I seem super human I have been misunderstood." (c) Dream Theater mark@talios.com - ICQ: 1934853 JID: talios@myjabber.net _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Problem with an rpm... Mark Derricutt wrote: > Hiya, I just myself an rpm, and when I did -Uvh to upgrade the earlier > version I had installed (also from my rpm) I got: > > [root@spawn i386]# rpm -Uvh mulberry-2.2-b1.i386.rpm > Preparing... ########################################### > [100%] > 1:mulberry ########################################### > [100%] > error: db3 error(-30998) from db->close: DB_INCOMPLETE: Cache flush was > unable to complete It's not the rpm, it's the rpm-system with you. The cache seems to have rottened. Try removing /var/lib/rpm/__db* _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Problem with an rpm... Do I need to do anything to recreate anything after deleting this? I did notice an rpm I made the other day didn't work, and just sat there for ages seemingly doing nothing, which probably did this :( Ok, now I get: Fetched 88.1kB in 2m31s (581B/s) error: cannot get exclusive lock on /var/lib/rpm/Packages error: cannot open Packages index using db3 - Operation not permitted (1) E: could not open RPM database:cannot open Packages index using db3 - Operation not permitted (1) Arrrrg. --On Tuesday, February 05, 2002 15:06:28 +0100 Roy-Magne Mo <rmo@sunnmore.net> wrote: > It's not the rpm, it's the rpm-system with you. The cache seems to have > rottened. Try removing /var/lib/rpm/__db* -- \m/ -- "...if I seem super human I have been misunderstood." (c) Dream Theater mark@talios.com - ICQ: 1934853 JID: talios@myjabber.net _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Problem with an rpm... Never mind, there was some cron thing doing rpm -qf ??? seems fine now. --On Wednesday, February 06, 2002 07:37:44 +1300 Mark Derricutt <mark@talios.com> wrote: > Fetched 88.1kB in 2m31s (581B/s) > error: cannot get exclusive lock on /var/lib/rpm/Packages > error: cannot open Packages index using db3 - Operation not permitted (1) > E: could not open RPM database:cannot open Packages index using db3 - > Operation not permitted (1) -- \m/ -- "...if I seem super human I have been misunderstood." (c) Dream Theater mark@talios.com - ICQ: 1934853 JID: talios@myjabber.net _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Problem with an rpm... Mark Derricutt wrote: > Never mind, there was some cron thing doing rpm -qf ??? seems fine now. > > --On Wednesday, February 06, 2002 07:37:44 +1300 Mark Derricutt > <mark@talios.com> wrote: > >> Fetched 88.1kB in 2m31s (581B/s) >> error: cannot get exclusive lock on /var/lib/rpm/Packages >> error: cannot open Packages index using db3 - Operation not permitted (1) >> E: could not open RPM database:cannot open Packages index using db3 - >> Operation not permitted (1) You can do a rpm --rebuilddb too _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Apt problems Two issues: --<snip>-- Sorry, but the following packages have unmet dependencies: openssh: Depends: openssl (= 0.9.5a) but 0.9.6b-8 is installed php-pgsql: Depends: postgresql but it is not installed Depends: libpq.so.2 E: Unmet dependencies. Try using -f. --</snip>-- 1. I have the following openssl packages installed: --<snip>-- openssl-perl-0.9.6b-8 openssl-0.9.6b-8 openssl095a-0.9.5a-11 openssl-devel-0.9.6b-8 --</snip>-- The openssl095a package should provide the openssl-0.9.5a compatibility but apt doesn't think so? 2. I have postgresql installed from the source. So that's why I need php-pgsql. Is there a way to tell apt about packages I don't want it to complain about? -- Peter _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Apt problems --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 06, 2002 at 04:29:53PM +0200, Peter Peltonen wrote: > Two issues: >=20 > --<snip>-- > Sorry, but the following packages have unmet dependencies: > openssh: Depends: openssl (=3D 0.9.5a) but 0.9.6b-8 is installed > php-pgsql: Depends: postgresql but it is not installed > Depends: libpq.so.2 > E: Unmet dependencies. Try using -f. > --</snip>-- >=20 > 1. I have the following openssl packages installed: >=20 > --<snip>-- > openssl-perl-0.9.6b-8 > openssl-0.9.6b-8 > openssl095a-0.9.5a-11 > openssl-devel-0.9.6b-8 > --</snip>-- >=20 > The openssl095a package should provide the openssl-0.9.5a compatibility= =20 > but apt doesn't think so?=20 I believe that's just a matter of string parsing. If someone were to fix the openssh package, removing the explicit Requires:, I believe the automagic binary handler would figure the right libraries to use and install. I haven't met an openssh like that and in worst case I've had 3 different openssl libraries (WTF can't they just bump a major version if it's incompatible?!?). > 2. I have postgresql installed from the source. So that's why I need=20 > php-pgsql. Is there a way to tell apt about packages I don't want it to= =20 > complain about? I have a few such things (with jdk, imlib, kernel DRI version.. something) and Ive just made dummy packages (with verbose warning attached ;) that explicitly provide those capabilities. (or claim to, that is). --=20 If you only want to go 500 miles, can you begin with a halfstep? --bg08WKrSYDhXBjb5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8YT35QF8Oi9XNck4RAuNpAJ90B0EUZ7Lkqpr+KYzWPRi+i4DcWACdHQd5 Tb0GZvVivaW1rOzqP/Su9Gc= =h7Ff -----END PGP SIGNATURE----- --bg08WKrSYDhXBjb5-- _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Apt problems Once upon a time, Harri wrote : > On Wed, Feb 06, 2002 at 04:29:53PM +0200, Peter Peltonen wrote: > > Two issues: > > > > --<snip>-- > > Sorry, but the following packages have unmet dependencies: > > openssh: Depends: openssl (= 0.9.5a) but 0.9.6b-8 is installed > > php-pgsql: Depends: postgresql but it is not installed > > Depends: libpq.so.2 > > E: Unmet dependencies. Try using -f. > > --</snip>-- > > > > 1. I have the following openssl packages installed: > > > > --<snip>-- > > openssl-perl-0.9.6b-8 > > openssl-0.9.6b-8 > > openssl095a-0.9.5a-11 > > openssl-devel-0.9.6b-8 > > --</snip>-- > > > > The openssl095a package should provide the openssl-0.9.5a compatibility > > but apt doesn't think so? > > I believe that's just a matter of string parsing. If someone were to fix > the openssh package, removing the explicit Requires:, I believe the > automagic binary handler would figure the right libraries to use and > install. I haven't met an openssh like that and in worst case I've had 3 > different openssl libraries (WTF can't they just bump a major version if > it's incompatible?!?). Strange... all my openssh packages don't explicitly requires a version of openssl. What version of openssh do you have? Is it an official Red Hat package? I suppose it isn't, and using Red Hat's rpms will solve your problem. What you need to know for openssl is : 0.9.5b is libcrypto.so.0 and libssl.so.0 0.9.6 is libcrypto.so.1 and libssl.so.1 0.9.6b is libcrypto.so.2 and libssl.so.2 Now in all Red Hat packages I've seen so far, the only dependency is on those files and not on "openssl = version". Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
apt-get http fails --=-eAUUkMeF/tAqB1Bi49Ip Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I installed apt-get yesterday and liked it, for a couple hours anyway.=20 Late last night I started to get errors like: --( root@theshadows )-- apt-get update E: Method http has died unexpectedly! E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object E: Tried to dequeue a fetching object (...) i get the same errors (two like the first line instead of one) with apt-get update. I was wondering why this would happen. I would appreciate any help you all can give me. Thanks. --=20 -Govind Salinas ICQ:32026672 AIM:DyErthScum --=-eAUUkMeF/tAqB1Bi49Ip Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQA8YIlDhLd1P7Dk1P0RAhzSAKCUan9e5aIvrm2TVfcL0P+G4/ZkHQCgrv1l vpgf1Lp1ZZctS/jE4JiH4z4= =3dnC -----END PGP SIGNATURE----- --=-eAUUkMeF/tAqB1Bi49Ip-- _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Apt problems On Wed, Feb 06, 2002 at 04:30:18PM +0200, Harri Haataja wrote: > install. I haven't met an openssh like that and in worst case I've had 3 > different openssl libraries (WTF can't they just bump a major version if > it's incompatible?!?). So, what should I with the openssl thing? > something) and Ive just made dummy packages (with verbose warning > attached ;) that explicitly provide those capabilities. (or claim to, > that is). How do I make such packages? -- Peter _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Apt problems On Wed, Feb 06, 2002 at 04:14:27PM +0100, Matthias Saou wrote: > Strange... all my openssh packages don't explicitly requires a version of > openssl. What version of openssh do you have? Is it an official Red Hat > package? I suppose it isn't, and using Red Hat's rpms will solve your > problem. openssh-3.0.2p1-1 I think that is directly from openssh site. It's from the RH 6.2 that I upgraded to 7.2 (6.2 doesn't ship with openssh...). I probably should downgrade to the versoin RH provides except I can't do that as I don't have physical access to that box and downgrading ssh packages over ssh doesn't sound like a bright idea... -- Peter _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Apt problems Once upon a time, Peter wrote : > On Wed, Feb 06, 2002 at 04:14:27PM +0100, Matthias Saou wrote: > > Strange... all my openssh packages don't explicitly requires a version > > of openssl. What version of openssh do you have? Is it an official Red > > Hat package? I suppose it isn't, and using Red Hat's rpms will solve > > your problem. > > openssh-3.0.2p1-1 > > I think that is directly from openssh site. It's from the RH 6.2 that I > upgraded to 7.2 (6.2 doesn't ship with openssh...). That explains... > I probably should downgrade to the versoin RH provides except I can't do > that as I don't have physical access to that box and downgrading ssh > packages over ssh doesn't sound like a bright idea... Well, with 7.0, I've seen a few problems with doing that, but as of 7.2 it's really wonderful! Ever tried of completely uninstalling all openssh related packages while being connected through ssh? Well, it works!!!! Of course, if the connection cuts at that moment, you're stuck, but a simple upgrade with official Red Hat packages also works like a charm :-) Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: Apt problems On Wed, Feb 06, 2002 at 04:30:18PM +0200, Harri Haataja wrote: > I have a few such things (with jdk, imlib, kernel DRI version.. > something) and Ive just made dummy packages (with verbose warning > attached ;) that explicitly provide those capabilities. (or claim to, > that is). Hm. One could do this with rpm's --justdb switch too, without having to make a dummy package, right? I was wondering that this is a bit dangerous if there is a update for my software, as the dummy package might get updated with it overwriting the installation I've done from source... Not good. Is there really no "--nodeps" kind of switch in apt-get? -- Peter _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: About apt, kernel updates and dist-upgrade About apt.conf there are these lines: --<snip>-- RPM { // Leave list empty to disable AllowedDupPkgs {"^kernel$"; "kernel-smp"; "kernel-enterprise"; }; HoldPkgs {"kernel-source"; "kernel-headers"; }; } --</snip>-- How do I tell apt hold all kernel packages? Can I use syntax like "kernel*"; ? And I don't quite understand what the part "^kernel$"; means? -- Peter _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: About apt, kernel updates and dist-upgrade On Thu, Feb 07, 2002 at 12:29:14AM +0200, Peter Peltonen wrote: > About apt.conf there are these lines: > --<snip>-- > RPM > { > // Leave list empty to disable > AllowedDupPkgs {"^kernel$"; "kernel-smp"; "kernel-enterprise"; }; > HoldPkgs {"kernel-source"; "kernel-headers"; }; > } > --</snip>-- > > How do I tell apt hold all kernel packages? Can I use syntax like > "kernel*"; ? > > And I don't quite understand what the part "^kernel$"; means? You could read about regular expressions. ^kernel$ matches "kernel" and nothimg more. Kerne, kernel-smp and kernel-enterprise are the kernel packages you might be running in a RH system. Packages like kernel-headers, kernel-BOOT and kernel-doc aren't matched. If it just said "kernel", it would match *all* those packages. -- "You were good with that recorder." (=nokkahuilu) "Soitit hyvin sit� mankkaa." -- (Suomennos) Men Behaving Badly _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
rpm-zzzlist@freshrpms.net Thanks for the great work Mathias but I would like to point out that this list is fastly become the apt-rpm-list instead of the rpm-list. The discussion concerning apt is overwhelming. Maybe another list is in order for those having trouble with apt-rpm. apt-rpm-hotline@freshrpms.net ? :) Though I think apt-rpm is a great tool, I don't use it and would like to get back to talk of new packages and rpm building techniques. dTd Daniel T. Drea dandanielle@mindspring.com http://dandanielle.home.mindspring.com _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0
Re: rpm-zzzlist@freshrpms.net Once upon a time, dTd wrote : > > Thanks for the great work Mathias but I would like to point out that this > list is fastly become the apt-rpm-list instead of the rpm-list. The > discussion concerning apt is overwhelming. Maybe another list is in order > for those having trouble with apt-rpm. apt-rpm-hotline@freshrpms.net ? :) > > Though I think apt-rpm is a great tool, I don't use it and would like to > get back to talk of new packages and rpm building techniques. Hmmm, know what? On http://lists.freshrpms.net/ the apt-list has been up for a while now ;-) There is almost no traffic though, since I wanted to keep that list for apt-rpm on the server side (mirrors, building repositories etc.), but hey, it could be a good place for general apt-rpm questions ;-) Matthias -- Matthias Saou World Trade Center ------------- Edificio Norte 4 Planta System and Network Engineer 08039 Barcelona, Spain Electronic Group Interactive Phone : +34 936 00 23 23 _______________________________________________ RPM-List mailing list <RPM-List@freshrpms.net> http://lists.freshrpms.net/mailman/listinfo/rpm-list
0