Displaying 20 results from an estimated 4000 matches similar to: "rpm scriptlet failed"
2005 Feb 20
1
Upgrading FC2 -> Centos4RC1 (possible, but messy)
This was my experience with upgrading, your mileage may vary especially
if it's in kilometers. This is what I had to do to get my system
running again.
##############
In order to attempt this upgrade, I had to use "linux upgradeany", a
mode not listed for the installer CDs.
My first problem was I could no longer boot the system after the
upgrade. My grub menu showed my old
2007 Jan 08
2
rpm scriptlet failed
I have a system (Centos 4.4 all packages uptodate) where almost every
rpm or yum operation fails with a message like e.g.:
error: %preun(a2ps-4.13b-41.i386) scriptlet failed, exit status 255
some times the error is on %post()
the last few lines of output from
rpm -e -vv a2ps
are
D: ========== --- a2ps-4.13b-41 i386-linux 0x1
D: erase: a2ps-4.13b-41 has 316 files, test = 0
D: opening db
2006 Aug 31
1
centos 4.4: up2date rpm post scriptlet fail ?
Hi,
I got this in yum update process :
/var/tmp/rpm-tmp.43939: line 12: restorecon: command not found
error: %post(up2date-4.4.69-25.centos4.5.i386) scriptlet failed, exit status 127
"restorecon" is from package "policycoreutils", this last one has never
been installed on my system ...
Any ideas ?
--
Martin
2002 Nov 05
2
sorta-newbie: installing 2.2.6 rpm with --nodeps on RedHat 7.2 ?
I have samba (server-only) running on a server with a stock RedHat 7.2 'server' install and am trying to upgrade Samba to 2.2.6-1.i386. I get the following dependency failures when trying to "rpm -ivh samba-2.2.6-1.i386.rpm":
libncurses.so.4 is needed by samba-2.2.6-1
libreadline.so.3 is needed by samba-2.2.6-1
ncurses4-5.0-4.i386.rpm and ncurses-5.2-12.i386.rpm is already
2007 Dec 01
1
Deleting a user?
Hello,
I've compiled linux-ha heartbeat into an RPM but when I try to install
it (after "yum erase heartbeat*") it complains that the user hacluster
still exists:
# rpm -ivh heartbeat-2.1.2-1.x86_64.rpm
Preparing... ########################################### [100%]
useradd: user hacluster exists
error: %pre(heartbeat-2.1.2-1.x86_64) scriptlet failed, exit status 9
2006 Nov 08
2
Problems with yum/rpm and %pre scriptlet error 255
I am running xen (2.6.16-xen3_86.1_rhel4.1) on top of a stock CentOS-4.4
installation. I have not added any additional virtual machines however.
When trying to install (as root) acrobat reader 7 for Linux from the adobe
rpm (AdobeReader_enu.i386 7.0.8-1) I get the following errors:
error: %pre(AdobeReader_enu-7.0.8-1.i386) scriptlet failed, exit status 255
error: install: %pre scriptlet
2005 Jul 11
2
postfix on centos-4
I am unable to install postfix on a centos-4 DomU.
Running xen-2.0.6.
-bash-3.00# rpm -ivh postfix-2.1.5-4.2.RHEL4.i386.rpm
Preparing...
(Hangs indefinitely until I hit Ctl-C)
########################################### [100%]
error: %pre(postfix-2.1.5-4.2.RHEL4.i386) scriptlet failed, exit status 0
error: install: %pre scriptlet failed (2), skipping
postfix-2.1.5-4.2.RHEL4
Same result
2007 Apr 03
3
How to Increase Swap Memory in Centos 4.4?
To install Oracle Database 10g, I need to increase the swap memory to 1004
MB.
[root at server OpenBravo]# rpm -ivh oracle-xe-univ-10.2.0.1-1.0.i386.rpm
Preparing... ###########################################
[100%]
This system does not meet the minimum requirements for swap space. Based on
the amount of physical memory available on the system, Oracle Database 10g
Express Edition
2007 Mar 17
1
Building a UML image of CentOS 4.4
I'm wondering what the best way of building a UML image is; I tried the
following based on documents I found on the web for FC2
mkdir -p $T/etc $T/dev $T/proc $T/sys $T/var/tmp $T/var/cache/yum \
$T/var/lock/rpm $T/var/cache/yum/update/headers \
$T/var/cache/yum/update/packages
touch $T/etc/fstab
mknod $T/dev/null c 1 3
chmod 666 $T/dev/null
mount --bind /proc
2019 Nov 06
0
printer only prints one page, if anything
On Wed, 6 Nov 2019, Michael Hennebry wrote:
> On Sun, 3 Nov 2019, Jon LaBadie wrote:
>
>> Have you tried adding the Brother CUPS and/or generic LPR software?
>>
>> https://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=hll2360dw_us
>
> I've been trying to folow directions, but no go.
> The bad ELF interpreter really through me for a loop:
2002 Dec 03
1
libcups.so.2 plus some general / opinion type questions (maybe newbie questions)
Hi,
We have several Redhat 7.2 servers which contain; amongst other things, an important company database. I have been asked to install samba and winbind to provide seamless integration.
Now the situation currently is:
Redhat 7.2 contains samba 2.2.1 rpm (i.e no winbind)
Downloaded samba-2.2.7-1.i386.rpm from samba.org mirror
rpm –ivh samba-2.2.7-1.i386.rpm then I get a failed dependency
2010 Oct 04
1
kernel.org kernel in CentOS respin.
Hello List,
I found these wonderful instruction by Alan Bartlett (thanks Alan) for
building a kernel.org kernel
that would install on CentOS 5.5. Doing this and moving the resulting .rpm
to the target system and doing a rpm -ivh ... works great.
Now I am trying to use the same rpm as part of a CentOS respin and
the installation fails miserably leaving me with a unbootable system.
Using the
2019 Nov 06
4
printer only prints one page, if anything
On Sun, 3 Nov 2019, Jon LaBadie wrote:
> Have you tried adding the Brother CUPS and/or generic LPR software?
>
> https://support.brother.com/g/b/downloadtop.aspx?c=us&lang=en&prod=hll2360dw_us
I've been trying to folow directions, but no go.
The bad ELF interpreter really through me for a loop:
[root at localhost drv]# rpm -ihv --nodeps ~hennebry/Downloads/*.rpm
2006 Jan 17
0
Problem with installation of rpm's, Please, help me.
mkumar@mantragroup.com wrote:
> Hi All,
>
> I am a newbie and trying to install Asterisk from instructions given
> in http://www.voip-info.org/tiki-index.php?page=Asterisk+RPM. We have
> Centos 3.3 so
> I downloaded rpm's from
> ftp://ftp.linuxsys.com/pub/LSE/packages/CentOS-3.4/asterisk-1.0.9/
and > tried installing one by one but I get the following errors
2019 Nov 14
0
printer only prints one page, if anything
On 11/06/2019 01:56 PM, Fred Smith wrote:
> On Wed, Nov 06, 2019 at 10:01:49AM -0600, Michael Hennebry wrote:
>> On Wed, 6 Nov 2019, Michael Hennebry wrote:
>>
>>> On Sun, 3 Nov 2019, Jon LaBadie wrote:
>>>
>>>> Have you tried adding the Brother CUPS and/or generic LPR software?
>>>>
>>>>
2019 Feb 14
0
possible issue in Anaconda WRT processing %posttrans scriptlets?
This sounds really weird, bear with me.
I've put together a custom install CD derived from
CentOS-7-x86_64-Minimal-1810.iso.
I've added my RPMs in the mix, and have my dependencies lined up.
The installation of the RPMs fail, from packaging.log:
...
15:42:35,741 INFO packaging: libwbclient-4.8.3-4.el7.x86_64 (320/432)
15:42:35,741 INFO packaging:
2016 Feb 18
2
Substitute pdftk with other command
Il giorno gio, 18/02/2016 alle 17.34 +0100, Yamaban ha scritto:
> On Thu, 18 Feb 2016 16:07, Dario Lesca wrote:
>
> > Hi, I must migrate a Centos5 server on Centos7
> >
> > On server Centos5 there is a shell procedure witch add to PDF a
> > timestamp like this example:
> >
> > http://i.stack.imgur.com/OBsqX.png
> >
> > with this command:
2011 Apr 05
1
configure: error: unrecognized option: --docdir=/usr/share/doc/dovecot-2.0.11
Hi,
I tried to use ATrpms
(http://dl.atrpms.net/all/dovecot-2.0.11-1_126.src.rpm) to rebuild the
rpms. It is shown the error message as following:
configure: error: unrecognized option: --docdir=/usr/share/doc/dovecot-2.0.11
Try `./configure --help' for more information.
I checked `./configure --help', it did contain the '--docdir' option.
I don't know how to fix it.
Then I
2006 Jul 23
3
Help...about migration from redhat to centos in dell poweredge 2800
guau..first, i never think the response about my post, really really
thanks all, i am not alone here..:-).
ok, i send a second message with the other method than i don?t know if
result.
first, i am install the redhat 3 AS then i will apply the next sequence:
"Import GPG Keys: rpm --import
http://mirror.centos.org/centos/3.7/os/i386/RPM-GPG-KEY-CentOS-3
Install yum: rpm -Uvh --nodeps
2005 Feb 24
2
Re: 2.2 shorewall installation fails on suse 9.2
Laurent Moix wrote:
> Hi,
>
> I try to install shorewall 2.2 on suse 9.2.
>
> # rpm -ivh --nodeps /root/shorewall-2.2.1-1.noarch.rpm
> Preparing... ########################################### [100%]
> 1:shorewall ########################################### [100%]
> shorewall: unknown service
> shorewall: not a runlevel service
>
>