Server :: Removing The Package Without %postun?

Mar 3, 2010

I have a linux server with RHEL5.4 which has a pkg which is not properly installed. I have been asked to remove the pkg so they can re-install it properly but it fails at %postun.
this is what I get:

[root@server1 ~]# rpm --noscript --notriggers -e first_local1_Install_First3.133.v1-3
error: %postun(first_local1_Install_First3.133.v1-3.noarch) scriptlet failed, exit status 1
[root@server1 ~]# uname -a
Linux server1 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux

View 2 Replies


ADVERTISEMENT

Fedora Installation :: Removing Package With Dependencies?

May 9, 2010

How do most experienced Fedora users remove packages with large number of dependencies?

I know that the question is as old as yum, but still I can't find solution. There is package-cleanup tool, which supposed to do the job with "--leaves" key, but it doesn't seem to work. Right now I have F12 installed. I installed rosegarden with `yum install rosegarden`. Then I removed it with `yum remove rosegarden`. If I understand right, `package-cleanup --leaves` must show all of 12 dependencies that was installed with rosegarden, but it shows none of them (although it shows few packages). Is this a bug? For years I used Ubuntu and Debian and I was completely satisfied with apt.

View 7 Replies View Related

Ubuntu :: How To Force Reinstall Package After Removing

Jun 7, 2010

I'm trying to re-install tomcat6 after removing it and all it's dependencies, but it got corrupt when trying to re-install. I'm on Ubuntu Sever Lucid 10.04 LTS with command line only.

I started with:
Code:
sudo apt-get auto-remove tomcat6
Then I deleted the /etc/tomcat6 directory manually since it contained file settings I didn't want. I assumed it would automatically install the missing files.

Then I tried re-installing tomcat6 as follows:
Code:
sudo apt-get install tomcat6

This yielded an error:
Code:
Setting up tomcat6 (6.0.24-2ubuntu1) ...
chmod: cannot access `/etc/tomcat6/tomcat-users.xml': No such file or directory
dpkg: error processing tomcat6 (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up authbind (1.2.0build3) ...

Errors were encountered while processing:
tomcat6
E: Sub-process /usr/bin/dpkg returned an error code (1)
How are you supposed to completely remove a package and re-install it normally?

View 3 Replies View Related

Ubuntu :: Remove A Package Without Removing Dependencies

Jun 20, 2010

I need to remove libgl1-mesa-swx11, as after I installed it, it has slowed down all my graphics. However, in SPM, it says in order to remove it, I have to remove most of my system, it seems as though it's "dependencies" involve everything to do with graphics, which I was running fine and much better before. So, how do I remove this package without removing dependencies?

View 3 Replies View Related

Debian :: Remove A Package That Is A Dependency Without Removing Anything Else?

Mar 19, 2011

ex: package A depends on package B, C and D I want to remove only C and D and leave A in a broken state. how?

View 4 Replies View Related

Debian Configuration :: Removing Libcups2 Tries To Uninstall Every Other Package?

Apr 26, 2011

In an attempt to minimize my system when I mark for removal libcups2 using synaptic it asks to install 7 not authenticated packages, however if I choose mark for complete removal it asks to install the same 7 packages and remove every single installed package from epiphany to gimp to zenmap. Any ideas as to whats going on with that?

Squeeze 6.0.1
kernel 2.6.32-5-amd64
intel core i5

[code]...

View 3 Replies View Related

Fedora :: Script/package For Non-destructively Removing Attachements From Maildir?

Jul 29, 2011

Does anyone know of a fedora package or script that can non-destructively parse a folder hierarchy of maildirs and strip out all attachments into a separate folder?

View 3 Replies View Related

Ubuntu Multimedia :: Flash Doesn't Work And Removing / Re-installing Package Doesn't Fix It

Sep 1, 2011

I'm using 'Adobe Flash plug-in 10.3.183.4ubuntu0.11.04.1', installed from the package repos on kubuntu, and since the last update, it has broken all flash functionality in both rekonq and firefox.I have tried removing and reinstalling the package multiple times, both with and without the browsers open. Can anyone suggest a way to restoring functionality?

View 7 Replies View Related

Debian Multimedia :: Removing Epiphany Without Removing Half The System?

May 31, 2011

I know a bunch of commands and I am comfortable using the terminal, I even set a powerpc server but I can't figure out how to remove epiphany on this new computer I'm setting up. I didn't install anything with tasksel. I installed gnome and xorg afterwards... I load it up and 'startx' just fine. then I check around for the programs that were installed. I lik'em gimp, lot's of utilities. gedit. anyway I find epiphany, which I have already established that I dislike, I immediately go to the root terminal (another nice program that comes with gnome) and type apt-get remove epiphany-browser-data the output says it will be deleting gnome... however I have researched and found these are simpy meta packages that don't really matter.... however under the section that states all the packages that will be removed by autoremove there is a huge list... I doubt these packages are safe to remove. how to remove epiphany without removing a huge amount of probably needed software

View 14 Replies View Related

Ubuntu Installation :: Removing Evolution From Synaptic Vs Just Removing The Applet

Feb 27, 2011

what i did was, remove evolution mail from synaptic, what i wanted to do was just remove the indicator applet from the task bar. i read a bunch of bad stuff about removing evolution from synaptic vs just removing the applet.

im worried. did i break anything or put my security at risk. after, i used a command (older) (sudo apt-get install ubuntu-desktop)to install ubuntu desktop. because i thought that it would fix evolution. then i went to synaptic and installed a package called evolution. i rechecked evolution in applications menu. however, i notice that i have both a checkable evolution and two evolution icons. nothing 'seems' broken. im not sure if it ever was. and evolution calender pops up as normal, as does the the installed plain evolution. they both seems to be an exact copy of the other.

all i really wanted to do was remove the indicator applet. did i make a serious mistake. since ive had ubuntu, ive reformatted a lot because i was worried i made a mistake of some kind. however now im into the more "make a mistake and fix it stage' as im pretty happy with my current desktop and have worked hard to customize it. the command, sudo apt-get remove indicator-messages removed the mail icon. i still am worried that i broke something, or put my security at risk. also, now i have two mail icons. evolution mail and calendar, and another just called evolution.

View 1 Replies View Related

Fedora :: Removing Notifications And Safely Removing Drives?

Aug 25, 2010

These should be my last pleas for help with regard to Fedora 13. I've been unable to turn off the notifications that appear in the top right corner, despite a decent amount of searching on google. I can't remove any notifications package without removing a bunch of important software along with it. Also, F13 refuses to "Safely Remove" either of my external disks. I have to yank out the usb cord, touching wood each time.

View 5 Replies View Related

Server :: Removing Old Table Data From MySQL?

Jul 6, 2009

When a user logs into my webmail application, it creates entries in a table on MySQL called "identities" which works great however once the user is deleted fro Linux with the "userdel -r" command, the data still sits in MySQL. My question is how I can I remove the table data from old users? It appears as show below:

[code].....

View 1 Replies View Related

Ubuntu :: Removing Xubuntu-restricted-extras From Server

Aug 10, 2010

I managed to install xubuntu-restriced-extras on my Ubuntu 10.04 server (which btw is headless and no X installed at all) Anyways, i tried to remove it with apt-get remove, but in only deleted a couple of Kb. tried with --purge, autoremove, autoclean, clean and everything else i could think of, but my poor server is still bloated with stuff like adobe-plugins and stuff i dont need.

How can i propely remove the entire package? I could also remove the package piece by piece (since its just a dummy package, no?), but I tried to search the internet for such information, but to no avail. Where to look, what to do?(btw, this happended because i was installing the package on my xubuntu laptop, but forgot i was SSH'ing to my server

View 1 Replies View Related

Server :: Removing Physical Drive From LVM Logical Volume?

Jul 5, 2011

I have a 7.9 TB logical volume I've created from 8 1 TB RAID 0 devices. The volume is formatted with XFS so I can resize when ready. However, I think I want to do something that is not possible. I have 2.5 TB free on my logical volume. I'd like to shrink the volume down to be 6 TB by getting rid of 2 of the 1 TB devices in the physical volume. However pvmove seems to require free extents in order to work. Do I need to add 6 TB of storage, pvmove everything onto it, and then decommission the original 8 1 TB physical devices from the volume?

View 5 Replies View Related

General :: Removing Previously Type Commands At A Remote Server?

Aug 7, 2010

I am ssh'ing into a remote server and then su'ing to root.The problem is that sometimes, I have not paid enough attention to the console message, and I have accidentally typed in the root password at the command prompt (when for example, I had failed to provide the root password correctly the first time - so su prompt went away).

I remember reading somewhere that a history of commands typed at the console is kept somewhere.I have 3 sub questions

Where (which folder) is the file stored?

Can I edit that file and remove the root password from it?

Being the paranoid person that I am, I wonder if there is a more secure way of logging into my server - other than ssh (or am I being TOO paranoid?)

My server is running a headless Ubuntu 10.0.4

View 1 Replies View Related

Ubuntu Servers :: Removing Ebox From Loading On A Headless Server?

Jul 18, 2010

I upgraded my Ubuntu 8.04 LTS server to 10.04 LTS - rebooted and things ran good. I knew I had a few problems, but DHCP and DNS were booting up and working fine for me.I went to take a look at Webmin, but apparently that's been removed from support for Ubuntu 10.04 - so I thought, I'll use eBox. I realized that Ebox didn't have the network module turned on, so I tried to turn it on. I found out the installation was missing scriptaculous, so I got that and installed that and then turned on the network module.I then rebooted the machine - and now nothing. It hangs when I get to the load for Apache. I would like to disable the network module for eBox, but can't find documentation for how to do that from the command line - which I have to use because the damn box won't boot and I'm running from a Live CD.

View 4 Replies View Related

Ubuntu :: Removing Architecture Independent Files For Evolution Data Server?

Jan 7, 2010

Quote: evolution-data-server-common architecture independent files for Evolution Data Server. Why, when removing this package, does Synaptic want me to also remove:

Quote:
gnome-applet
gnome-panel
indicator-applet
ubuntu-netbook-remix

This seems pretty stupid. I just want to get rid of Evolution! Netbooks are cloud based machines, why was Evolution even included?! The same with OpenOffice.

View 9 Replies View Related

Server :: Need Info On Ovzkernel-PAE 2.6.18-53 Package For RHEL 5 2.6.18-53 Server

May 24, 2010

I have a RHEL 5 server with 32 bit architechture that is not recognizing more that 4 GB of RAM and I am trying to locate a version of the kernel-PAE package that will work well with the 2.6.18-53 kernel. I found something on Open VZ called ovzkernel-PAE that is built for the 2.6.18-53 kernel [URL]

and wanted to find out if there were any known issues with this release before I attempted to install it. Is anyone aware of any issues with any rpms on openvz.org or with this particular rpm in general?

View 1 Replies View Related

CentOS 5 Server :: Where Is The Package List For "Server-GUI" Install Option

May 5, 2010

There is a differentiation between a 'Server' install and a 'Server-GUI' install.

Using CentOS 5.4 DVD 1 graphic install...

[url]

So far I have not found a way to view the packages that are installed with the 'SERVER-GUI' option.
I would like to upgrade my 'Server' to a 'Server-GUI'.

View 1 Replies View Related

Server :: How To Compile Package In SuSE

Mar 26, 2011

I want to compile a package say firefox, I dont want to use yast or yast2.

View 3 Replies View Related

Server :: Kernerl3.0.0 Build As Rpm Package?

Aug 16, 2011

i make rpm package from linux kerlne 3.0.0 source. default spec file in "linux-3.0/scripts/package/mkspec" ,i add %post lines,this step use to install new kernel with rpm (ivh) tools and configure grub automatically

Quote:

echo "%post"
echo '/sbin/new-kernel-pkg --mkinitrd --depmod --install "$__KERNELRELEASE" || exit $?'
then ,make rpm-pkg, it makes rpms bellow:
Wrote: /root/rpmbuild/SRPMS/kernel-3.0.0-1.src.rpm
Wrote: /root/rpmbuild/RPMS/x86_64/kernel-3.0.0-1.x86_64.rpm

[Code]...

View 3 Replies View Related

Ubuntu :: Backing Up A Specific Server Package?

May 16, 2010

how would I backup a specific package. Really all I want is the configuration files.

the package I'm talking about is mumble-server, could I say rsync all the files that were installed, then if I wanted to drop it in just copy those back over?

If I had to wipe the installation and reinstall, could I install that package again then drop my backup copy back over it?

Dpkg tells me these are the files it installed.

Code:
dpkg-query -L mumble-server
/.
/var
/var/log

[Code].....

View 1 Replies View Related

Server :: Save Bandwidth While Package Upgrades?

Nov 16, 2010

Here is a mail in /var/mail/root which I received in my server logs [URL] I see same packages downloaded many times again and again. The servers which are upgrading are total 5 (4 virtual machines and one host) so is there a way I can save bandwidth on this sort of setup.

View 2 Replies View Related

Server :: Unable To Locate Package Apt-proxy

May 2, 2011

Just installed Ubuntu Server (Natty) and tried:

Code:

sudo apt-get install apt-proxy

But I only got:

Code:

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package apt-proxy

View 2 Replies View Related

Server :: Install Other Package Like Bind Dhcpd?

Sep 3, 2010

My Yum server gives error message while installing packages like rpmts_HdrformFdno: Header V3 DSA Signature: NOKEY, KEY, Key ID 37017186" Samba-3.0.33-3.7.el5.i386 rpm is not install.

But I can install other package like bind dhcpd etc.

View 4 Replies View Related

CentOS 5 Server :: Getting PhpMyAdmin Package To Work

May 15, 2009

i have apache, php, mysql, etc installed, and running.

Phpinfo displays properly, and i can even do a few simple database calls via databases i made from the commandline.

I try to install the phpMyAdmin package (i think its from RPMForge, but it might be from EPEL). The package installs without problems, yet when i attempt to go to localhost/phpMyAdmin, i get a 404 error.

Is there something i need to do with my apache configuration to make this work? There seems to be very little documentation on this package.

If there isnt anything i could do, i could go through and do it by hand, but i want to have the advantage of using packages for the automatic updates.

EDIT1: Ok, i reinstalled the package, and now i get a 403:Forbidden instead of a 404.

Again, localhost/phpMyAdmin.

View 3 Replies View Related

Red Hat / Fedora :: Unable To Find A DHCP Server Package For 14 Using Yum?

Mar 8, 2011

For some reason I am unable to find a DHCP Server package for Fedora 14 using yum. Does anyone know what I should be searching for or even a .rpm that can be used?

View 2 Replies View Related

General :: Specifying The Install Path Of A Python Package On Server?

Jun 23, 2010

I have been trying to install the NumPy package for Python on to my home directory, as I run as part of a server and do not have permissions to install new packages in the Linux server.

I have set up Python in my home directory, and have configured ~/.bash_profile to find my local Python (which works, confirmed by testing).

However, when I attempt to install the NumPy package, I get the message error: could not create '/usr/local/lib/python2.6': Permission denied Which I find strange because I do not see why it would need to install files anywhere except my local Python directory.

how I might be able to specify the directory in which files are installed?

View 2 Replies View Related

Server :: Install Package Sendmail-cf To Update Configuration?

Jul 7, 2010

I seem to have a send mail problem .the server is RHes3 i edited the etc/mail/mail.mc

then did
[root@Mixer mail]# make -C /etc/mail
make: Entering directory `/etc/mail'
WARNING: 'sendmail.mc' is modified. Please install package sendmail-cf to update your configuration.
WARNING: 'submit.mc' is modified. Please install package sendmail-cf to update your configuration.
make: Leaving directory `/etc/mail'

[Code]...

View 1 Replies View Related

Server :: Install Libapreq2 Package Dependencies To Mod_perl

Oct 9, 2010

I have a trouble with the installation the libapreq2 package to configure mod_perl and Template Toolkit on Centos Linux with Apache 2.2.3 I obtained the following error message:

This error message appears when it tries to configure apxs.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved