Displaying 8 results from an estimated 8 matches for "glibc_post_upgrade".
2015 Dec 15
1
CentOS 7 (1511) is released
On 12/15/2015 08:51 AM, Greg Lindahl wrote:
> The change was made years ago. From the lack of screaming, you can
> tell that rpm is being reasonably clever about it.
I can find no evidence that rpm does anything of the sort. httpd
restarts on upgrade because its maintainers included a command to do so
in the %posttrans scriptlet.
> Apache, for example, checks its config syntax before
2005 Jun 03
0
Re: Reboots -- lsof and SIGHUP, a combination to know ...
From: Ralph Angenendt <ra+centos at br-online.de>
> If you can read binary :)
> The script section of the glibc RPM is a very simple one:
> [angenenr at shutdown dict]$rpm -q --scripts glibc
> postinstall program: /usr/sbin/glibc_post_upgrade.i686
> postuninstall program: /sbin/ldconfig
> And I cannot find Documentation for glibc_post_upgrade at the moment, a
> "strings" on that binary doesn't really help either.
I'll look through the source. Looks like it may be a bit more involved
than just a simple SIGHUP...
2005 Jun 02
2
Re: Reboots -- lsof and SIGHUP, a combination to know ...
From: Simon Perreault <nomis80 at lqt.ca>
> Sure, theoretically it would be possible, but how would you restart this one?
> [nomis80 at poste10-153 ~]$ sudo lsof | grep libc | grep init
> init 1 root mem REG 253,0 1521500 999437 /lib/tls/libc-2.3.5.so
I need to verify the post-install script for the glibc RPM, but
I believe it SIGHUPs the process -- and
2007 Nov 17
1
Segmentation Faults on DomU
...Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : libgcc ####################### [ 1/12]
Updating : glibc-common ####################### [ 2/12]
Updating : glibc ####################### [ 3/12]
/usr/sbin/glibc_post_upgrade: While trying to execute
/usr/sbin/iconvconfig.i686 child terminated abnormally
error: %post(glibc-2.5-18.fc6.i686) scriptlet failed, exit status 115
Installing: cpp ####################### [ 4/12]
error: %post(cpp-4.1.2-13.fc6.i386) scriptlet failed, signal 11
error: %pr...
2011 Aug 16
4
[virt-devel] End-user review of the native KVM tool
On Tue, Aug 16, 2011 at 09:40:44PM +0530, Kashyap Chamarthy wrote:
> Hm..it's been 10 mins..I don't see anything more in the file where I
> redirected stdout of 'febootstrap' cmd.
>
> Roughly, can you guess how much time this takes?
For me it has so far taken a lot longer. The problem is that the
number of dependent packages is probably 100s.
If you want something
2009 Oct 14
4
Refactor ovirt-node-image code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Removed ks files, now in ovirt-node-recipe, which is subpackage of ovirt-node.
Removed tools, these are now in ovirt-node-recipe which is subpackage of
ovirt-node.
2009 Oct 14
8
Refactor ovirt-node code base for inclusion in Fedora
Main reason for refactor is no ovirt-node-image binary image allowed in fedora.
Moves tools and kickstart files form ovirt-node-image to subpackage ovirt-node-recipe.
Removes old sub packages form ovirt-node, stateless, logos, selinux.
Modifies init scripts to meet Fedora packaging guidelines: added status, reload, and lockfile, rhbz: 514221
Added License file.
2014 Feb 12
61
P2V: Headless support
This introduces support to run P2V without X server. Runtime parameters
are specified via kernel command line making it hopefully suitable for
automated migration with a little help of PXE boot.
Patchset is not squashed and represents dev. history.