... True for fd 0-2, but should not be done generally. E.g. djb's fghack from his daemontools will not work when sshd closes all descriptors. (ok; the right...
Enrico Scholz
enrico.scholz@...
Aug 1, 2003 9:57 am
22590
... This isn't either rpm or sshd is broke, both are. ... I'm not asking for absolution, I'm asking for sshd to be "fixed". Almost every daemon does the...
Jeff Johnson
jbj@...
Aug 1, 2003 3:38 pm
22591
... Hmmm, I seem to see the letter h-a-c-k there, but mebbe it's just me. ... <grin> Now you're starting to make sense. Might even be there, -d for daemons ...
Jeff Johnson
jbj@...
Aug 1, 2003 3:41 pm
22592
... Yes; it is a hack to deal with daemons which do not support modern init-concepts. See http://cr.yp.to/daemontools/faq/create.html#fghack There are other...
Enrico Scholz
enrico.scholz@...
Aug 1, 2003 4:32 pm
22593
... This has been discussed somewhat on the openssh-unix-dev@... mailing list, but was never really (to my knowledge) resolved: ...
Jim Knoble
jmknoble@...
Aug 1, 2003 4:51 pm
22594
... Oh yes; very much thanks for pointing me to this option. This will optimize my 'minit' setup a bit. Enrico, who is still surprised that the effects of this...
Enrico Scholz
enrico.scholz@...
Aug 1, 2003 5:08 pm
22595
... Thanks. ... You obviously do not follow openssh development. Those guys make djb look reasonable. /fc _______________________________________________ ...
Frank Cusack
fcusack@...
Aug 1, 2003 5:47 pm
22596
... Heh, I think djb is quite reasonable and I find his ideas (and code) attractive, interesting and compelling. But that's just me, I feel your pain as well...
Jeff Johnson
jbj@...
Aug 1, 2003 5:50 pm
22597
Hello everybody Is it possible to install 2 different versions of the same package on your system using rpm binaries such that your database keeps a record of...
Tapan Kamat
rpm_guy@...
Aug 1, 2003 6:16 pm
22598
... Yes. Use -i rather than -U. At one time you could even do something like: rpm -Uvh foo-1-2.i386.rpm foo-1-1.i386.rpm and end up with duplicate entries...
James Olin Oden
joden@...
Aug 1, 2003 7:36 pm
22599
... (aside) No longer the case, not that it matters much. rpmAddInstallElement() is not the proper place to start discarding packages, that policy needs ...
Jeff Johnson
jbj@...
Aug 1, 2003 8:33 pm
22600
Dear Associates, I've two source files: ad-1.1.tar.gz and rpt1-1.tar.gz How can I direct ad.tar.gz to /var/www and rpt.tar.gz to /var/www/html? Is there any...
Joy Dominic
joy@...
Aug 2, 2003 4:03 am
22601
Hi, quite probably this is a stupid question i installed the kernel src rpm and configured a spec file for pentium4 and built the kernel packages with ...
Dennis Gilmore
dennis@...
Aug 2, 2003 2:49 pm
22602
... <snip> ... Buy a big hard drive, and wrap rpm and yum in strace with tee logging everything to uniquely named files on that big drive. When you get a...
R P Herrold
herrold@...
Aug 2, 2003 2:53 pm
22603
Just look in /usr/lib/rpm and copy&paste every 'athlon' target line for a pentium4 target.. also don't forget to adjust the x86 macro to include pentium4.....
Chris Chabot
chabotc@...
Aug 2, 2003 3:34 pm
22604
Hi All, I need some help determining if this is a bug. If I erase a package that is arch noarch, when rpm creates a repackaged package it becomes arch i386? ...
James Olin Oden
joden@...
Aug 3, 2003 1:01 am
22605
... Bug if true, quite possibly doesn't matter, only in file name. I haven't checked, will be looking at rollbacks soon. 73 de Jeff ...
Jeff Johnson
n3npq@...
Aug 3, 2003 1:51 am
22606
Please do'nt flame me for this.... I do'nt really know a whole lot about packaging, but I have some questions that I would appreciate some straight answers or...
David Ginger
me@...
Aug 3, 2003 11:53 am
22607
... Thanks for the tip. but no cigar. i still get rpm -ivh kernel-2.4.21-20.1.2024.2.1.nptl.pentium4.rpm Preparing......
Dennis Gilmore
dennis@...
Aug 3, 2003 12:20 pm
22608
... Some upgrades have prerequisites, which have other prerequisites. etc. etc. Discovery of which packages satisfy prerequisites is tedious. But mostly,...
Jeff Johnson
n3npq@...
Aug 3, 2003 1:23 pm
22609
... I find RPM's handling of multiple sources and patches to be far more elegant than the Debian packaging scheme's. It makes it easy to take an upstream RPM...
Matthew Miller
mattdm@...
Aug 3, 2003 4:51 pm
22610
... You really should not mess around with /usr/lib/rpm, its not very clean, and all your changes will be lost when you upgrade rpm. The correct place to make...
Phillip Compton
pcompton@...
Aug 3, 2003 5:42 pm
22611
I don't understand why rpm is complaining about breaking a dependency, when the package being removed doesn't provide said dependency: [root@mother root]# rpm...
Frank Cusack
fcusack@...
Aug 4, 2003 1:08 am
22612
... It's not the package you're adding, it's the package that is already installed, that has a requirement that would be broken if the --erase were to occur. ...
Jeff Johnson
n3npq@...
Aug 4, 2003 12:43 pm
22613
Hi every body: Like I said in the subject, I'm trying to install apt in RH9, using this: 'rpm -ivh apt-0.5.5cnc6.fr1.rpm' The first message I get is that I...
RICOTTA, FEDERICO [AG...
federico.ricotta@...
Aug 4, 2003 1:21 pm
22614
... [...] My bet is that you're installing the .src.rpm. If so, download and install the .i386.rpm instead. Matthias -- Clean custom Red Hat Linux rpm packages...
Matthias Saou
matthias@...
Aug 4, 2003 1:34 pm
22615
Matthias Saou wrote ... I downloaded both (src and bin) from freshrpms.net, anyways before running rpm I look for some files called 'apt*' but nothing can be...
RICOTTA, FEDERICO [AG...
federico.ricotta@...
Aug 4, 2003 1:45 pm
22616
Hello everybody I have a few doubts about the way rpm functions. I already have an older version of apache installed and am installing a newer one. I know that...
Tapan Kamat
rpm_guy@...
Aug 5, 2003 7:18 pm
22617
Hello everybody Can somebody tell me the difference between .rpmorig, .rpmsave and .rpmnew files in simple words. I am unable to understand when any of them ...
Tapan Kamat
rpm_guy@...
Aug 5, 2003 7:20 pm
22618
... See: http://www.rpm.org/max-rpm/s1-rpm-erase-and-config-files.html Also, go to: http://www.rpm.org/max-rpm/s1-rpm-inside-files-list-directives.html And go...