Debian :: Keeping A Removed Package (hypermail) Around

Nov 11, 2010

Unless I am mistaken, the 'hypermail' package has recently been removed from unstable.

I don't know if this is permanent or if it is just in preparation for the upcoming release.

In case it might be permanent, I thought that I'd download the deb from stable and stick it in a new directory '/var/local/apt'. Then I ran 'dpkg-scanpackages' in that directory and sent the output to '/var/local/apt/Packages'.

Unfortunately, when I run 'aptitude', 'hypermail' still shows up under the 'obsolete' section, even after I do a package update.

Have I done anything obviously wrong?

View 1 Replies


ADVERTISEMENT

Debian Installation :: Package Apache Not Installed So Cannot Removed

Jul 7, 2011

I am running a vps with nginx as webserver. For some odd reason (I don't know if it was installed already) apache2 was running before nginx could start. After stopping apache2 nginx starts fine again. But, I want to completely remove apche2, but:
root@vps2:~# apt-get --purge remove apache2*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package apache2 is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@vps2:~#

but:root@vps2:~# ls -la /usr/sbin/apache*
lrwxrwxrwx 1 root root 34 Jul 5 01:46 /usr/sbin/apache2 -> ../lib/apache2/mpm-prefork/apache2
-rwxr-xr-x 1 root root 5326 Mar 22 23:56 /usr/sbin/apache2ctl
lrwxrwxrwx 1 root root 10 Jul 5 01:46 /usr/sbin/apachectl -> apache2ctl
root@vps2:~# ls -la /etc/ap
apache2/ apm/apt/
root@vps2:~# ls -la /etc/apache2/
total 76

drwxr-xr-x 7 root root 4096 May 27 17:32 .
drwxr-xr-x 88 root root 4096 Jul 5 20:46 ..
-rw-r--r-- 1 root root 7908 May 27 17:32 apache2.conf
drwxr-xr-x 2 root root 4096 May 27 17:32 conf.d
-rw-r--r-- 1 root root  1169 May 27 17:32 envvars
-rw-r--r-- 1 root root 0 May 27 17:32 httpd.conf
-rw-r--r-- 1 root root 31063 May 27 17:32 magic
drwxr-xr-x 2 root root 4096 May 27 17:32 mods-available
drwxr-xr-x 2 root root 4096 May 27 17:32 mods-enabled
-rw-r--r-- 1 root root 750 May 27 17:32 ports.conf
drwxr-xr-x 2 root root 4096 May 27 17:32 sites-available
drwxr-xr-x 2 root root 4096 May 27 17:32 sites-enabled
root@vps2:~#

Apache2 is there and I can start it normally with /etc/init.d/apache2 start but I want it removed, how do I do that?

View 2 Replies View Related

Debian :: Automatic Removal Of Kernel Headers Package When Kernel Packages Are Removed

Dec 28, 2008

As a follow-on to something Telemachos said in another post:

Quote:

Originally Posted by Telemachos

You can see what kernels you have installed - to check if you have a virtual kernel and to clean up - by running this command:

Code:

If you've been installing kernel-headers along with the kernels (say to build modules for graphics or wireless), you should remove those when you remove the corresponding kernel. The command to search for those is parallel:

Code:

I would have thought that removing a given kernel package would trigger the removal of the older kernel headers. Can someone confirm that is, or is not, the behavior? I ask this because it seemed to me that the older kernel header packages were indeed removed when I removed some older kernel packages.

For example, the linux kernels I have installed are:

Code:

Also, the linux-headers packages I have installed are:

Code:

So, when I get around to removing the linux-image-2.6.25-2-amd64 package like this:

Code:

I would expect apt-get to automatically also remove linux-headers-2.6.25-2-amd64 and linux-headers-2.6.25-2-common. Is that what will happen, or do I need to explicitly state all three packages on the apt-get remove command?

View 3 Replies View Related

General :: Apt-get Remove Ssh And Debian Returned "package Ssh Is Not Installed - 0 Packages Removed"

Jan 29, 2010

I've been reading up on ssh and I don't want anyone to connect to my computer. I am not interested in remote connectivity at all. Should I uninstall ssh? I ran Code: apt-get remove ssh and debian returned "package ssh is not installed. 0 packages removed."

I also looked online and found out about /etc/ssh/ssh_conf but all of the lines on my computer were #'d out. I also added "PermitRootLogin no" at the end. Am I safe from ssh attacks if I don't have ssh? Might be a stupid question but I don't want to fall victim. edit: it seems as though I -do- have openssh-client and openssh-server installed. Should I just leave my ssh config with PermitRootLogin no or apt-get remove openssh-client openssh-server.

View 9 Replies View Related

Fedora :: Keeping Multiple Versions Of A Package?

Jan 1, 2010

Some times i need the older version of some packages in my system...side by side with the new one.i.e mostly i found older version openssl package for supporting dependency of some programs Can I keep the following libraries at the same time in my system by installing multiple versions of openssl?

[Code]...

View 3 Replies View Related

General :: Rpm Spec File Conflicts Syntax Query - Not Keeping The Package Name

Mar 9, 2011

I have inherited our Linux packaging and as the number of versions increase, the number of conflicts is starting to get a bit unmanageable. I believe the easiest way would have been to keep the package names the same and just change the release in the spec file but unfortunately I am past that as a lot of these packages are rolled out to our estate. (I am told there were reasons for not keeping the package name the same and incrementing the version/release)

Is it possible to wildcard conflicts so I don't need to keep adding as new versions are created. For example, instead of using all the conflicts below, have something along the lines of AAtest45* <= 1.4 & BBtest45* <= 1.4 Meaning that all I would need to do was change this to 1.5 at the next release (the packages below version matched the release in the spec file)

[Code]....

View 2 Replies View Related

Ubuntu Installation :: Find A Way That All Depended Package Are Removed

Dec 7, 2010

i created a meta package with a collection of useful tools. But now i want to find a way that all the depended package are removed if the meta package is removed. my first try was to use the postrm script. but this dont work as dpkg still hold the lock.

View 1 Replies View Related

Debian :: Keeping Machine Online

Apr 11, 2016

I would like to keep machine connected to router but want it to be accessible only from inside the network. How would I do that?

View 9 Replies View Related

Ubuntu Installation :: Synaptic Package Magagement: "To Be Removed" Means?

Jan 6, 2011

I have one issue of Synaptic Package management program. It might be related to apt-get also.

Whenever I select packages that I do not need at all, Synaptic shows "To be removed" package list. For example, I was going to completely remove a library file: libecal1.2-7. It has many dependencies: gnome-applet, gnome-panel, etc.

Does Synaptic actually removes other packages that the libecal1.2-7 depends on?

I'd like clean up irrelevant programs came with default installation. But, "To be removed:" packages really hold me back.

View 1 Replies View Related

Slackware :: Get Back Accidentally Removed "tar" Package?

Aug 14, 2010

I accidentally removed tar package and now pkgtools are not usable when I try to install back tar-1.23 How do I get back with my tar program?

View 13 Replies View Related

Software :: When Removed CUPS Some Other Files Were Removed Too?

Jun 24, 2011

I've been having trouble with CUPS.I uninstalled it and I wanted to re-install it. When I removed CUPS some other files were removed too. I don't have an option of installing the software or updating a system, in the Control Center.

View 1 Replies View Related

Debian :: Virtualbox Removed From Testing?

May 21, 2011

I'm tryin to install virtualbox on my debian testing, but when i check my package manager there is no virtualbox-ose package

View 3 Replies View Related

Debian Hardware :: Can't Get GUI After Removed Video Card

Jan 4, 2016

I knew this would eventually happen, though I had to remove my NVIDIA video card after the fan went out (again) & the card burned out.Now I can't get the machine to boot to GUI.I tried some things, though nothing was specific to such a simple & routine task (I imagine video cards go out occasionally, & with Linux, that would require totally different video settings).

View 2 Replies View Related

Debian :: Forensics - Date And Time The USB Drive Was Removed?

Jun 17, 2011

Is there anything that could betray the time the USB memory drive was last removed ? I can't find it and the time would help me pinpoint what happened to it.fstab file last access time or something like that ?

View 4 Replies View Related

Debian Installation :: Know If Gnome Desktop Is Completely Removed?

Mar 17, 2011

I have corrupted my /usr/ partition. I thought I recovered my server thingies okay. The problem is with gnome desktop. It won't show the login screen and furthermore there's a lot of error in ldconfig messages -- because of the corrupted /usr/ partition.I started picking out these erring files -- using aptitude purge and the rm command if it cannot be purged...That's how I tried to clean my /usr/ corrupted partition.How do I know I managed to cleanly removed all traces of the desktop gnome? -- also how could I install the desktop again.

View 3 Replies View Related

Debian :: Aptitude Safe Upgrade Removed All KDE 4.3 Packages

Apr 13, 2010

KDE 4.3 squeeze-SID
I've got a strange problem with my last "aptitude safe-upgrade". It had removed all my kde 4.3 and packages I have installed, I don't know why!

This is what aptitude removed :
$ dpkg -l | grep ^rc |awk '{print $2}' | xargs echo .....

I reinstalled kde-full (kde 4) but now with an aptitude safe-upgrade or dist-upgrade. It wants to remove my debian-multimedia keyrings and my wine-unstable and others each time.

# aptitude -s safe-upgrade
Les NOUVEAUX paquets suivants vont etre installs : <<<<<<<<<  #new packages will be installed
libparted0debian1{a} libva1{a} libx264-92{a} libxklavier16{a} mysql-server-core-5.1{a}
Les paquets suivants seront ENLEVES : <<<<<<<< # packages will be remove .....

Here is my pref list :
Package: *
Pin: release o=apt-build
Pin-Priority: 989
Package: *
Pin: release o=Unofficial Multimedia Packages,a=unstable,l=Unofficial Multimedia Packages
Pin-Priority: 988
Package: *
Pin: release o=Debian,a=unstable,l=Debian
Pin-Priority: 987
Package: *
Pin: release o=volatile.debian.org,a=stable,l=debian-volatile
Pin-Priority: 986
Package: *
Pin: release o=Debian,a=stable,l=Debian-Security
Pin-Priority: 985
Package: *
Pin: release o=Unofficial Multimedia Packages,a=stable,l=Unofficial Multimedia Packages
Pin-Priority: 984
Package: *
Pin: release o=Debian,a=stable,l=Debian
Pin-Priority: 983
Package: *
Pin: release o=Debian,a=testing,l=Debian-Security
Pin-Priority: 982
Package: *
Pin: release o=Unofficial Multimedia Packages,a=testing,l=Unofficial Multimedia Packages
Pin-Priority: 981
Package: *
Pin: release o=Debian,a=testing,l=Debian
Pin-Priority: 980

And my sources.list:
# SID [URL]

# LENNY [URL]

# SQUEEZE [URL]

View 6 Replies View Related

Debian Configuration :: Shutdown Laptop When AC Plug Is Removed?

Jul 22, 2010

I'm running a Debian on a laptop (actually a netbook: Asus EEE 1001PX) as a cheap homeserver. However I'd like it to automatically "shutdown -h NOW" when I remove the AC plug (switch it off at the wall). Otherwise I have to ssh to it and call it myself, and that just sucks Can I somehow detect the removal of AC power and upon that run a script ?

View 8 Replies View Related

Debian Multimedia :: Email Destroyed After Attachment Removed

Sep 11, 2015

I've found a serious bug in KMail 4.14.1 (Debian 8): When you delete an attachment from an HTML message, all other content of that message (i.e. the whole body part) will be destroyed.

How to reproduce:

Create an HTML ("Rich Text") e-mail message and save it as draft (or send it if you like)
Mark your saved (or sent) message, right klick on the attachment and choose "Delete Attachment"

The content of the body will be replaced with text like this:Code: Select all. You deleted an attachment from this message. The original MIME headers for the attachment were:

Content-Type: application/pdf
name="test.pdf"
filename="test.pdf"

This problem is specific to HTML (Rich Text) messages. It doesn't apply to plain text messages.

View 1 Replies View Related

Debian :: Installed/removed Pulseaudio - Lost ALSA

Jan 8, 2010

At one point, I thought I needed pulseaudio for sound, so I messed around with installing it, even though at the time I had ALSA installed. (suffice to say, I know very little about linux sound). Pulseaudio never did work, I removed it with aptitude. But now ALSA seems to reach to pulseaudio for some reason.

Code:

More confusing is that there are no "alsa" looking processes in ps -A. But apparently, the basics are there

Code:

There's only one thing in init.d that seems relevent to alsa:

Code:

But doing this does not help anything. Does anyone know what to do from here?

And because I'm curious, how come I get sound from Flash Player and Audacity with no problem?

View 9 Replies View Related

Debian :: Uswsusp Removed - Freeze The New Candidate Is Not Considering In Squeeze

Oct 2, 2010

I'm running squeeze. Some time ago uswsusp was removed from testing. I have a laptop that I would like to suspend to ram occasionally. On the developer bts page they say that because of the freeze in squeeze the new candidate for uswsusp is not considered. I see it has bugs. What does one do in this kind of situation? For some reason a while back I removed uswsusp from my system. Was that a colossal mistake?

View 4 Replies View Related

Debian Configuration :: Package-xy: Depends: Lib-something (>= Version_number) Which Is A Virtual Package

Nov 4, 2010

when I try to install a package, I've the message The following packages have unmet dependencies:package-xy: Depends:lib-something (>= version_number) which is a virtual package.

View 14 Replies View Related

Debian Installation :: 8.3 And Windows 10 Dual Boot GRUB EFI Removed

Feb 3, 2016

I've been using Debian for a few years but always on dedicated boxes and/or VMs.

Finally decided to dual boot Debian and Windows on my main Desktop PC.

Installed as I normally would using, however this time using a seperate drive (one for the existing Windows 10 install and the other for Debian), Debian install detects that windows has an EFI partition and sticks an entry in there, which is fair enough, and everything working fine. Then I spent some time configuring all my software and set it all up just the way I like it. I've rebooted Debian a few times to check it's working correctly and it is.

The issue arrives when I reboot and load into Windows 10. It boots fine.

However after a further reboot GRUB no longer loads... and the machine just boots directly into Windows 10.

After doing some further digging into my EFI partition (and reinstalling various times) it would appear that after a reboot Windows 10 deletes the entry GRUB creates in my EFI partition after EVERY reboot.

Done some googling and most people advise turning off 'fast boot' in Windows as it locks certain partitions to facilitate the machine going into hibernation, only to find that it's always been turned off on my machine (I recall due to a driver issue with my graphics card this had to be turned off when I installed Windows 10).

I've found this article on the Ubuntu forums : [URL] .... however I've tried their steps and windows is still doing a hostile takeover of my EFI partion after a reboot!

Any way to stop Windows 10 from interfering with my EFI files after a reboot? (without doing the obvious thing and kill Windows off).

View 4 Replies View Related

Debian Configuration :: When Root Crontab Is Edited The Execute Flag Is Removed?

Mar 3, 2011

I have been having trouble setting up a daily backup script with cron. It would basically never worked. Searched the net for answers but didn't find anything. I finally figured it out !! When root crontab is edited the execute flag is removed from #/var/spool/cron/crontabs/root. I change it with #chmod a+x /var/spool/cron/crontabs/root and all is good.

View 5 Replies View Related

Debian :: Unstable - Upgrade Canon Printer - 'cups' Removed Official Drivers

Jul 1, 2010

I dist-upgraded my Debian unstable and 'cups' removed the official drivers ('cndrvcups-common_2.00-2_i386' and 'cndrvcups ufr2-uk_2.00-2_i386'). Well, now my network Canon i-SENSYS MF4120 multifunctional printer/scanner doesn't work and the drivers can't be installed back

View 11 Replies View Related

Debian Configuration :: Switch Between English And Japanese Input While Keeping An English Interface

Sep 23, 2010

I am learning japanese and I would like to be able to switch between english and japanese input while keeping an english interface. How would I achieve that? I am using KDE, by the way.

In the Kiten documentation I read that pressing Shift+Space would enable japanese input (built-in in Kiten, according to the documentation). But that does not seem to work in my system.

View 4 Replies View Related

Debian Configuration :: Keeping The Dns Server Running With Current Server Information?

Jun 26, 2010

I'm running the current release of Debian with the 2.6.26-2 kernel. This is an upgrade from an older (2.4 kernel) series redhat release. One of the things I had working in the older system was a dns server with accompanying monthly update of the root hints file. I tried working through a dns how-to to set this up again, but it seems much has moved around since I last played with this. All of the files listed in the how-to are not where it says they should be. I am looking for a better reference on keeping the dns server running with current server information.

View 1 Replies View Related

SUSE / Novell :: Removed Accidently Removed Panel At Suse 11.1?

Jan 9, 2009

I accidently removed bottom panel of suse 11.1.Please be so kind to help me to get it back my bottom panel.

View 6 Replies View Related

Debian :: Debian Synaptic Package Manager Error: Xserver-xorg Stripped?

Feb 10, 2011

I have used Debian Linux for two years, most recently the seventh or so iteration of Version 5. I use the Gnome desktop and the Synaptic Package Manager, not the Update Manager, for updates because it's easier to build a log with the former.In my most recent update, Synaptic stripped out all the xserver-xorg files�47 in all. I thought it peculiar but did not know enough to interfere. When I rebooted, the system told me I must install xserver or correct GDM configuration and restart.

Have I been hacked? Am I being tested by the Linux Illuminati? Or does it have something to do with the warning message I received at the end of the update-upgrade, attached? And how do I go about reinstalling xserver? With Aptitude? I have tried running apt-get -f install, to no effect.

View 4 Replies View Related

Debian :: Installing The Mint-meta-debian Package From The Repo?

Apr 14, 2011

Is there stability advantages to installing the mint-meta-debian package from the repo below??? I have read that LMDE is safer than running Testing because there is less chance for breakage with LMDE. Less risky overall. Is that true?

# Linux Mint Debian Edition (I get Firefox from here)
# get the mint-keyring from the repo
deb http://packages.linuxmint.com/ debian main upstream import

View 3 Replies View Related

Debian Configuration :: Build A Package - Debian / Rules Error?

Apr 2, 2011

I recently tossed Ubuntu for Debian Unstable for my personal machines and I'm having trouble building Emerald into a package. I've already configured and installed the package (using the usual ./configure, make, make install) but I wanted to make a deb for future use (for myself and for others). However every time I try to run dpkg-build I get the following error message.

dh_install -pemerald  --sourcedir=debian/tmp
dh_install: emerald missing files (usr/bin/*), aborting
make: *** [binary-install/emerald] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2

[Code]...

View 2 Replies View Related







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