0
votes
0answers
47 views

Using snapshots with reprepro to enable rollbacks

I'm using reprepro to maintain a Private Package Archive of internal packages. There is no straightforward way to keep multiple version of a package available using reprepro (see here), but it does ...
1
vote
2answers
46 views

Search for installed unavailable packages (backports and 3rd party)

I would like to remove any packages that I installed from third party repositories. I recently installed some backports from PPA repositories, and I suspect one of them broke my Ubuntu 12.04 server ...
1
vote
1answer
39 views

Get ./configure line from Debian Package

I want to build the source of a package on myself (new version, some additions) but I want to use the ./configure options from the original package as a starting point. I can't find anything in the ...
1
vote
2answers
48 views

How can I manage kernel modules built from source in Debian?

I am installing Debian squeeze on a brand-new Mac Mini, and the Broadcom NIC in it only works with the latest tg3 module from Broadcom. I can build this module easily enough, but performing a manual ...
2
votes
1answer
170 views

Backporting tomcat7 for Debian squeeze

I am creating .deb installation packages for our software, which has a dependency on tomcat7. Unfortunately, this package is not present in Debian squeeze, which ships only with the package tomcat6. ...
0
votes
0answers
69 views

Why mktemp not found?

I am trying to install debian 6. In the embedded ash and BusyBox environment (from debian installer) there is only udpkg, so no apt. I want to install apt, but it gets an error: apt postinstall ...
1
vote
2answers
55 views

Install package from debian stable unavailable in testing/unstable repositories

I'm currently running Debian testing and would like to install a package only available in the stable repositories. (I'm surprised I haven't come across this issue before) I could download the .deb ...
3
votes
2answers
225 views

How to install package version that was removed from backports?

There is only one version of the libreoffice package in Debian Squeeze Backports: apt-cache madison libreoffice libreoffice | 1:3.5.4-7~bpo60+1 | http://backports.debian.org/debian-backports/ ...
1
vote
1answer
109 views

Package pinning in Debian lenny

I need your advice as I don't know if I hit a bug, or I am misunderstanding something. On a Debian Lenny, I am trying to prevent the installation of two particular packages, when they are requested ...
11
votes
2answers
217 views

How to install two packages that write the same file

Sirs, a conundrum. I have two packages that each create /usr/bin/ffprobe. One of them is ffmpeg from the Deb Multimedia repository, while the other is ffmbc 0.7-rc5 built from source. The hand-rolled ...
3
votes
1answer
118 views

Stopping dpkg from removing symlink on package upgrade

I have a debian package that installs a file to /usr/local/java/jre/lib/ext, where /usr/local/java is a symlink to where the jvm is actually installed, in this case /usr/lib/jvm/java-6-sun. The new ...
0
votes
1answer
323 views

Sharing disk volumes across OpenVZ guests to reduce Package Management Overhead

Is it feasible to create a single "master" OpenVZ guest who would only be used for package management, and use something like mount --bind on several other OpenVZ guests sort of trick them into using ...
1
vote
1answer
100 views

How to install Debian packages from list

How do you install Debian/Ubuntu packages from a file containing a list of package names? I have a file packages.txt like: apache2 install libapache2-mod-wsgi ...
1
vote
0answers
356 views

Debian package performance on XFS, btrfs, ext3, ext4

I did 4 clean installations of debian 6 and measured time of installing some average virtual package. FS options are default. time apt-get install build-essential I got very strange results ...
3
votes
3answers
161 views

Is there a way to build rpm's and deb's on the same system

I have a large Java enterprise application that is required to output rpm and deb packages. Currently this means that we build the application on two different boxes, one with CentOS and the other ...
2
votes
3answers
550 views

How to pre-fetch Debian packages on local network?

Let's say I have at home 3 computers running Debian testing. They mostly have the same configuration and most of the packages installed are identical. Every time I update/upgrade the Debian packages, ...
2
votes
1answer
120 views

How can I privately distribute an Ubuntu (Debian) package that overrides any official release?

I occasionally need to make minor source modifications to standard Ubuntu packages for use on a collection of servers that I manage. I would like to publish these on a PPA (such as launchpad.net) so ...
4
votes
3answers
356 views

Will removing a debian package remove the data?

I cannot find definite information about how a debian package should behave whilst being removed. Should it remove the data? E.g. for mysql I read data is kept which sounds logical to me (using purge ...
0
votes
1answer
204 views

Add dpkg .symbols or.shlibs to package made using checkinstall

I have created a simple package using checkinstall of the Oracle Instantclient client libraries, the package installs without problem and is seen in the system. Problem is, that checkinstall doesn't ...
1
vote
1answer
51 views

Dedicated Debian Package Server

We've got a series of debs for different projects and different environments to install them in: dev, build/test qa (less formal), qa (formal), and production. I would really like to create a system ...
6
votes
4answers
662 views

Compute a list of difference between packages installed on two hosts

I just add some problems with my Debian virtual servers and I add to reinstall all of them from scratch. However, I still had access to the old version and I could retrieve the list of installed ...
1
vote
2answers
446 views

Debian: How to use “apt-get install” without upgrading dependencies? [duplicate]

Possible Duplicate: How do I get apt-get to ignore some dependencies? I need to install some packages. The package A has the package B as a dependency and requires to be (>2.0). I have ...
2
votes
1answer
145 views

Debian aptitude: determine which repository a package is coming from? [closed]

In Aptitude, how can I tell where a package is coming from? I've set up my apt sources.list and preferences files for pinning, but I just want to make sure I'm not unknowingly upgrading to packages ...
6
votes
2answers
151 views

What is the most easiest way to create a virtual package in debian?

1.) What is the most easiest way to create a "virtual package" in debian? My problem: I have compiled/installed mysql from source and now need to tell other packages that mysql is already installed ...
2
votes
1answer
402 views

How to use dpkg-divert to temporarily remove/replace symlink when package is installed?

The default nginx package creates a symlink named default in the sites-enabled dir, which points to a default config file in sites-available. I'm currently creating a package for an app that sits on ...
2
votes
3answers
725 views

Debian: How do I check the last time package upgrades/updates were run?

I want to know when we last ran the package upgrades/updates on our Debian server.
0
votes
3answers
284 views

package won't install correctly using apt-get

Hey there, I'm currently having problems installing proftpd correctly. At some point the pakage was already installed but when I try to install don't get a selection screen to preconfigure the server ...
2
votes
3answers
548 views

Moving away from Dreamhost's Debian archive to Debian proper

This is currently the sources.list file with a hosted Dreamhost account running Debian # Generated by ndn-autoupdate deb http://debian.di.newdream.net/ lenny ndn deb http://debian.newdream.net/ ...
1
vote
2answers
245 views

debian package manager.. php version: 5.3.3-7

I installed apache2 and php with apt-get. But if i check which version did it install on packet manager it's 5.3.3-7 Can you tell me what 3-7 mean? Last version of php is 5.3.5. Thanks
0
votes
1answer
160 views

Modifying deb pacakges, to alter dependencies, recursively - source required?

I need to alter a bunch of in-house developed .debs, mainly to remove some dependencies that are common to all those packages. So, my question is do I need to take the source for all of them, and ...
1
vote
1answer
102 views

Debian packaging, updates to a database

I've a planned consecutive updates on a debian package I have for internal use on several servers. Now, the updates have to happen one after each other at different times and some of the servers ...
1
vote
1answer
80 views

Alter an existing logrotate file on package install

I have created a debian package that sets up awstats and the required scripts for a couple of hostnames in a server I have. My problem is with logrotate, I already update the stats with a cron job I ...
1
vote
2answers
166 views

How do I check the origin and archive of a package?

I'm trying to figure out why a package was not upgraded unattended, and I have turned my eyes to the Allowed-Origins configuration. However, I do not know how to check the origin and archive of ...
15
votes
1answer
8k views

How to update a package using puppet and a .deb file

I am trying to figure out the proper way to update/upgrade a deb package using puppet from a local source deb file. My current config looks like this... class adobe-air-2-0-4 { file { ...
0
votes
1answer
126 views

How to force a re-install from deb repository after local package screw-up?

I mistakenly screwed up my tex-live installation on lenny, by trying to locally install some squeeze packages. I've got a list of packages that are in state 'pU', and I'd like to replace them all by ...
4
votes
5answers
8k views

how to remove a package which post-installation and pre-removal script fails?

I have an issue with the package openqrm. How do I remove it? Thanks. root@wl183004:/# apt-get upgrade Reading package lists... Done Building dependency tree Reading state information... ...
2
votes
2answers
548 views

I broke aptitude

I tried ro remove some unused packages in debian with aptitude. Apparently I left some conflicting packages and now aptitude refuses to run (same as apt-get) I get this error apt-get: symbol lookup ...
1
vote
1answer
939 views

How do I see the changelog for a debian/ubuntu deb package?

I'm running Ubuntu and I have a deb file installed. I've made deb packages before, so I know there is a debian changelog (debchange). Is there anyway to see the debian changelog for any package that I ...
1
vote
5answers
2k views

What is the best package repository for Debian?

I have a question regarding packages repository in Debian (Lenny). A new server at rackspace cloud service comes with nothing (plain system) so i had to upgrade system and install all necessary ...
6
votes
4answers
2k views

Given a debian source package - How do I install the build-deps?

I have a debian (well technically ubuntu) source package, i.e. the .dsc, the .tar.gz, etc., I want to build this. The dpkg-buildpackage fails, since I don't have all the build dependencies. Normally ...
1
vote
4answers
4k views

Ubuntu, is adding the debian repository to my apt source.list dangerous?

I'm trying to install a package from a debian repository. Trying to install manually with dpkg errors because of missing or incomplete dependencies. This got me wondering, is it a mistake to just add ...
0
votes
2answers
744 views

What does apt's “failed in buffer_write(fd)” error message mean?

I have a server and am trying to do an apt-get upgrade, and get the following error message. What does it mean? E: ...
4
votes
1answer
7k views

Debian/Ubuntu - How to restore /var/cache/apt structure after deleting it?

I was running out of space on an Ubuntu server, so I did this command to save space sudo rm -rf /var/cache/apt/archives However now when trying to do things with apt, I get the following errors: ...
2
votes
1answer
102 views

For a package foo, how do I find out what other packages depend on foo?

In debian if I have an installed package foo. How can I get a list of all the packages that depend on foo?
1
vote
2answers
104 views

patch management for software compiled from source

I'm doing research into building a lamp server in ubuntu or debian for an intranet. Pretty much everything I have seen recommends building from source, chrooting all the components and such for ...
0
votes
2answers
2k views

Can't install because of missing/broken (virtual) packages

First: I come from stackoverflow - I'm a programmer, not a sysadmin. Please be understanding of my ineptitude with these matters; I'll try to be as precise as possible (retagging and re-titling may ...
5
votes
3answers
2k views

How can I limit the bandwidth of apt-mirror?

I need to make a once off mirror of all the Ubuntu apt repository (for the record it's because I'm sending it to Kenya (see here and here). I did it before and used apt-mirror, and that does exactly ...
3
votes
5answers
6k views

Ubuntu - /usr is full up, recommend anything in there I can delete?

A friend of mine partitioned his ubuntu system with /usr on a separate partition. That partition is now full. He can't use apt to install new software. Is there anything in /usr that he can safely ...
3
votes
1answer
251 views

How should I create a local fork of a debian package?

I wish to maintain a local fork of a debian package. I need to patch a bug which will eventually be fixed in the official package, but not for some time. How do I create a .deb package, and how do I ...
3
votes
2answers
3k views

How to completely remove a package in Debian?

I tried to use this: aptitude remove denyhosts And it seemed successfully but after a reboot after I use: ps aux | grep "denyhosts" I see denyhosts is still loaded after startup. So what am I ...

1 2