Re: apt/dpkg always upgrade still upgraded packages

2006-08-26 Thread Peter Stoehr
Hi,

Goswin von Brederlow wrote:
 Remove the unofficial repository if you use the official one now. They
 contain the same packages but different builds of them, which confuses
 apt-get.

the problem was, that I had the official testing repository in my
/etc/apt/sources.list (to get the stuff for backporting)

Only the official and my unoffical stable repositories = it works
fine. Never thought that the solution is so quiet simple.

Thanks Goswin,
rgds Peter
-- 
Unofficial repository for AMD64:
PHP 5.1 - Postfix 2.2 - VNSTAT 1.4
deb http://peter.st/debian-amd64/ sarge main


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: apt/dpkg always upgrade still upgraded packages

2006-08-21 Thread Peter Stoehr

Jo Shields wrote:
 apt-get clean should help

No not really. I also backported packages on Intel systems, but I never
saw this issue there.

Peter
-- 
Unofficial repository for AMD64:
PHP 5.1 - Postfix 2.2 - VNSTAT 1.4
deb http://peter.st/debian-amd64/ sarge main


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



apt/dpkg always upgrade still upgraded packages

2006-08-19 Thread Peter Stoehr
Hi everyone,

I have a strange problem with apt. I backported Postfix and vnstat,
builded the Debian packages, installed them and put them into my
repository. Everythings works fine.

But, whenever I make apt-get update  apt-get upgrade, apt want to
upgrade Postfix and Vnstat again and again. Did I something wrong when
building the packages?

snip

# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be upgraded:
  postfix postfix-mysql vnstat
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/1066kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue? [Y/n]
Preconfiguring packages ...
(Reading database ... 46905 files and directories currently installed.)
Preparing to replace vnstat 1.4-2.1 (using .../vnstat_1.4-2.1_amd64.deb) ...
Unpacking replacement vnstat ...
Preparing to replace postfix 2.2.10-2 (using
.../postfix_2.2.10-2_amd64.deb) ...
Stopping Postfix Mail Transport Agent: postfix.
Unpacking replacement postfix ...
Preparing to replace postfix-mysql 2.2.10-2 (using
.../postfix-mysql_2.2.10-2_amd64.deb) ...
Unpacking replacement postfix-mysql ...
Setting up vnstat (1.4-2.1) ...
Setting up postfix (2.2.10-2) ...

Postfix configuration was not changed.  If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed.  To view Postfix configuration
values, see postconf(1).

After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.

Running newaliases
Stopping Postfix Mail Transport Agent: postfix.
Starting Postfix Mail Transport Agent: postfix.

Setting up postfix-mysql (2.2.10-2) ...

# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be upgraded:
  postfix postfix-mysql vnstat
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/1066kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.

snap

Rgds, Peter
-- 
Unofficial repository for AMD64:
PHP 5.1 - Postfix 2.2 - VNSTAT 1.4
deb http://peter.st/debian-amd64/ sarge main


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]