Displaying 20 results from an estimated 2000 matches similar to: "RPM Autorollback"
2005 Jun 07
1
Autorollback Patches for CentOS 4 RPM
Hi all,
For anyone interested, I have just ported James Oden's
Autorollback/Autorollback-goal RPM patches to the version of RPM present
inside of CentOS 4.
The patched RPMs, SRPM and raw patches can be found online here:
http://hackers.progeny.com/~sam/RPM-Autorollback/
Specifically, you can find those for CentOS 4 here:
http://hackers.progeny.com/~sam/RPM-Autorollback/#wherecentos4
One
2010 Oct 20
2
[PATCH] klibc: reproducible builds
From: Maciej ?enczykowski <maze at google.com>
This adds a new setting: KBUILD_REPRODUCIBLE
If it is non-empty, ar and ranlib will be called in such
a way that timestamps do not affect the build output.
This allows one to get perfectly reproducible builds.
Signed-off-by: Maciej ?enczykowski <maze at google.com>
---
scripts/Kbuild.klibc | 14 +++++++++-----
usr/klibc/Kbuild |
2012 Jun 28
1
[PATCH] klibc: fix gethostname()/getdomainname()
From: Maciej ?enczykowski <maze at google.com>
uname(2) returns (like all syscalls) 0 on success.
Signed-off-by: Maciej ?enczykowski <maze at google.com>
---
usr/klibc/getdomainname.c | 2 +-
usr/klibc/gethostname.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/usr/klibc/getdomainname.c b/usr/klibc/getdomainname.c
index 61722ca3519b..218ff0baa871
2005 May 31
4
On SSH
Hello,
does anybody know how to achieve the following with SSH...
a) accept RSA authentication for all but root from any IP
b) accept RSA authentication for root from a couple IPs/Netmasks
c) accept password authentication for all but root from a dozen Netmasks
d) accept password authentication for root from 3 local netmasks only
ie. make authentication depend on the
2006 Jan 17
2
DHCP without network access
Hi,
I've got a box with CentOS 4.2 x86_64 which had no DHCP access for a few
hours, now I can't ping it (I'm pretty sure the box is still up). I
expect the DHCP lease has timed out and the box has lost it's IP, I was
expecting it to reacquire it once the DHCP came back up (configuration
problem) - but no luck. Is this a known problem? Any solution/workaround?
(for now or for
2005 Jun 06
2
PHP mcrypt
Hi,
Could someone tell me how I'd go about compiling php with mcrypt support
from src.rpm?
ie. configure -with-mcrypt[=DIR]
Is it just a matter of calling
rpmbuild --rebuild src.rpm --with=mcrypt
?
Cheers,
MaZe.
2013 May 29
1
[PATCH] klibc: fix capability dropping
From: Maciej ?enczykowski <maze at google.com>
Google-Bug-Id: 9093057
Change-Id: I75a6cdc0619ae95a0220e8387aa54920701f6209
---
usr/kinit/capabilities.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/usr/kinit/capabilities.c b/usr/kinit/capabilities.c
index e743a70fec0f..4e0456ee7407 100644
--- a/usr/kinit/capabilities.c
+++ b/usr/kinit/capabilities.c
@@ -172,9
2005 Oct 10
3
Query: Centos 4.2 availability
Hi,
Not meaning to rush you folks (you're doing a great job).
But I'm about to install/clone 4 computers with Centos 4.
When can I expect 4.2 to be out (in DVD format preferably)?
As in, is it worth waiting and saving myself the later hassle
extra downloads?
[I don't actually have 4.1 DVD's, just 4.0, so I pretty much have to
download the DVD.ISO anyway]
Cheers & Thanks,
2005 Nov 25
3
Query: Filesystems
Hello,
Just a few quick, but not very simple questions...:
Do any Linux filesystems (besides XFS) support freezing?
(ie. in conjuction with LVM snapshots this can allow a mounted
filesystem to be frozen [freezing all processes writing to this
filesystem] in a valid state (with possibly dangling
unlinked files), the device can be snapshotted via LVM, and the
original filesystem unfrozen - the
2005 Dec 16
2
Kernel 2.4 and Centos4
Hi,
Has anyone used a 2.4 series kernel on RHEL4/Centos4?
There's a patch (openmosix) which I would really like to make use of
[seeing as I just got 10 diskless computers...] which is not ready
(yet) for the 2.6 kernel series...
Can I just drop in a 2.4.26 series kernel and continue to have a working
system? Or is RHEL now totally dependent on 2.6 kernel features?
Cheers,
MaZe.
2013 Dec 05
14
Re: Question about TCP checksum offload in Xen
On Tue, Dec 03, 2013 at 01:00:23PM +0000, Balraj Singh wrote:
> Hi,
>
> I''m working on verifying TCP checksums on incoming packets in Mirage, but
> I''ve run into a bit of a problem.
>
> If TCP checksum offload is turned on on a virtual interface (this is the
> default), and if the TCP connection is local to the machine, it looks like
> Xen does not
2010 Oct 19
3
[PATCH] Fix up 3 klibc build warnings.
klibc/scripts/basic/fixdep.c: In function 'traps':
klibc/scripts/basic/fixdep.c:368: warning: dereferencing type-punned pointer will break strict-aliasing rules
klibc/scripts/basic/fixdep.c:370: warning: dereferencing type-punned pointer will break strict-aliasing rules
klibc/usr/dash/jobs.c: In function 'sprint_status':
klibc/usr/dash/jobs.c:427: warning: format not a string
2005 Dec 14
2
Printing Postscript - Very Weird Problem.
Hey folks,
okay, here's the situation - I have a Centos 4.2 system with cups printing
installed printing via postcript (with appropriate PPD file) to a HP
LaserJet 1320N printer (via jetdirect socket 9100).
Everything seems to work right - except for an unusual 'font'??? problem.
Many letters seem to be just slightly garbled. At first I thought this
was a mechanical problem at
2006 Feb 16
2
READ! mirrorlist.centos.org port 81? (Yumconf changes)
> Why not - they are the same old mirrors - all that happens is that yum
> gets a lost of local up to date mirrors for the release/repo/arch from the
> mirrorlist server on port 81 - chosen solely so that we can run it on the
> same server
> as normal apache on port 80.
>
> If you have fastestmirror plugin enabld yum will then test the mirrors and
> use the fastest local
2005 Feb 23
2
How to create a CD/DVD
Hi!
Assuming I have all the files (basically I've downloaded the ISOs) of
CentOS 4 (RC1 for now, but 4.0 in the future) how do I recreate the ISO
images - both to regain the original 4 CDs (less important) - and to
achieve a DVD image (more important but can probably be guessed from the
answer to how to make the CDs). Any takers? [note I've burned many CDs -
I'm basically
2013 Jan 11
2
[Community Review] Mirage Incubation Project Proposal
Hi everybody,
this e-mail is to let you know that the OpenMirage project is seeking to
become a
Xen.org hosted project.
The prospective project lead of the Mirage Project - Anil Madhavapeddy -
has requested
a Review of the Mirage Project to become an Xen.org Incubation project.
In line with
Xen Project Governance (see
http://www.xen.org/projects/governance.html), in particular
sections
-
2005 Mar 11
5
sample function
Hi everyone, I need help.
I want to have a "uniform" kind distribution. When I used sample function I
got almost twice many zeros compared to other numbers. What's wrong with my
command ?
temp <-sample(0:12, 2000, replace=T,prob=(rep(1/13,13)))
hist(temp)
Thanks in advance,
Taka,
2006 Apr 29
2
CUPS/Samba & Windows Printer Drivers
Hi,
Has anyone got samba/cups handing out print drivers for windows clients
working with the cups/samba from CentOS 4.3?
If so, maybe a few pointers? What should I download and from where...
etc.
Cheers,
MaZe.
2016 Apr 28
4
About mysql upgrade
Hi,
I've found some issues upgrading mysql, some people recommends run
mysql_upgrade. I wonder why such a script is not run from scriptlet of
mysql-server rpm.
Thanks in advance
--
--
Sergio Belkin
LPIC-2 Certified - http://www.lpi.org
2005 Dec 31
2
Missing GPG sigs on Centos 4.2 SRPMS
Howdy folks,
$ cd /opt/mirrors/centos/4.2
$ find -type f | grep "\.rpm" | while read i; do rpm -K "$i"; done | egrep -v ": \(sha1\) dsa sha1 md5 gpg OK\$"
centosplus/SRPMS/reiserfs-utils-3.6.19-2.1.src.rpm: sha1 md5 OK
extras/SRPMS/drbd-0.7.14-1.centos4.src.rpm: sha1 md5 OK
extras/SRPMS/ipvsadm-1.24-6.src.rpm: (SHA1) DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: