FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Ubuntu > Ubuntu User

 
 
LinkBack Thread Tools
 
Old 08-07-2012, 08:37 PM
"Helmut Schneider"
 
Default Can't get rid of precise-proposed

Nils Kassube wrote:

> Helmut Schneider wrote:
> > I played around with sources.list and added an entry for
> > precise-proposed. After understanding "proposed" I removed the
> > entry. But I'm still offered proposed packages. How do I get rid
> > of it?
>
> Did you run
>
> sudo apt-get update
>
> after changing your sources.list? Furthermore check if there are any
> files in /etc/apt/sources.list.d/ which might still have an entry for
> proposed.

Yes. And no further entries.

> > helmut@ubuntu:~$ sudo aptitude show postfix
> > Package: postfix
> > State: not installed
> > Version: 2.9.3-2~12.04.2
>
> That doesn't look like a package from proposed:
>
> nils@alix33:~$ LC_ALL=C apt-cache policy postfix
> postfix:
> Installed: 2.9.3-2~12.04.2
> Candidate: 2.9.3-2~12.04.2
> Version table:
> *** 2.9.3-2~12.04.2 0
> 500 http://de.archive.ubuntu.com/ubuntu/ precise-updates/main
> i386 Packages

But:

helmut@ubuntu:~$ sudo apt-get changelog postfix
postfix (2.9.3-2~12.04.2) precise-proposed; urgency=low
[...]
helmut@ubuntu:~$

Or is the "precise-proposed" misleading?


--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 08-07-2012, 09:12 PM
Nils Kassube
 
Default Can't get rid of precise-proposed

Helmut Schneider wrote:
> Nils Kassube wrote:
> > Helmut Schneider wrote:
> > > helmut@ubuntu:~$ sudo aptitude show postfix
> > > Package: postfix
> > > State: not installed
> > > Version: 2.9.3-2~12.04.2
> >
> > That doesn't look like a package from proposed:
> >
> > nils@alix33:~$ LC_ALL=C apt-cache policy postfix
> > postfix:
> > Installed: 2.9.3-2~12.04.2
> > Candidate: 2.9.3-2~12.04.2
> > Version table:
> > *** 2.9.3-2~12.04.2 0
> > 500 http://de.archive.ubuntu.com/ubuntu/
> > precise-updates/main
> > i386 Packages
>
> But:
>
> helmut@ubuntu:~$ sudo apt-get changelog postfix
> postfix (2.9.3-2~12.04.2) precise-proposed; urgency=low
> [...]
> helmut@ubuntu:~$
>
> Or is the "precise-proposed" misleading?

I suppose that this package was sent to proposed first with the
appropriate changelog entry and later it was moved to updates without an
additional changelog entry. Then I wouldn't say that the changelog is
misleading. But maybe someone else can tell you what should be in the
changelog. Anyway, I wouldn't use the changelog to determine the
repository providing a package.


Nils

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 08-07-2012, 10:00 PM
C de-Avillez
 
Default Can't get rid of precise-proposed

On Tue, 7 Aug 2012 23:12:13 +0200
Nils Kassube <kassube@gmx.net> wrote:

> Helmut Schneider wrote:
> > Nils Kassube wrote:
> > > Helmut Schneider wrote:
> > > > helmut@ubuntu:~$ sudo aptitude show postfix
> > > > Package: postfix
> > > > State: not installed
> > > > Version: 2.9.3-2~12.04.2
> > >
> > > That doesn't look like a package from proposed:
> > >
> > > nils@alix33:~$ LC_ALL=C apt-cache policy postfix
> > > postfix:
> > > Installed: 2.9.3-2~12.04.2
> > > Candidate: 2.9.3-2~12.04.2
> > > Version table:
> > > *** 2.9.3-2~12.04.2 0
> > > 500 http://de.archive.ubuntu.com/ubuntu/
> > > precise-updates/main
> > > i386 Packages
> >
> > But:
> >
> > helmut@ubuntu:~$ sudo apt-get changelog postfix
> > postfix (2.9.3-2~12.04.2) precise-proposed; urgency=low
> > [...]
> > helmut@ubuntu:~$
> >
> > Or is the "precise-proposed" misleading?
>
> I suppose that this package was sent to proposed first with the
> appropriate changelog entry and later it was moved to updates without
> an additional changelog entry. Then I wouldn't say that the changelog
> is misleading. But maybe someone else can tell you what should be in
> the changelog. Anyway, I wouldn't use the changelog to determine the
> repository providing a package.


All package updates on a stable release are first sent to -proposed;
this means that the changelog for the source *must* point to the
respective -proposed for this build.

After being approved, they are moved to -updates. The changelog is
*not* updated (so it keeps pointing to whatever was the target when the
package was built last).

A bettter indicator of the packages being considered for install is
'atp-cache':

cerdea@jiufeng:/var/log/jenkins$
cerdea@jiufeng:/var/log/jenkins$ apt-cache policy postfix
postfix:
Installed: 2.9.3-2~12.04.1
Candidate: 2.9.3-2~12.04.1
Version table:
*** 2.9.3-2~12.04.1 0
500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
100 /var/lib/dpkg/status
2.9.1-4 0
500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
cerdea@jiufeng:/var/log/jenkins$

(This is a production system, and updates are controlled).

..C..
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 08-08-2012, 12:10 PM
Mika Suomalainen
 
Default Can't get rid of precise-proposed

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi,

On 07.08.2012 22:12, Helmut Schneider wrote:
> I played around with sources.list and added an entry for
> precise-proposed. After understanding "proposed" I removed the
> entry. But I'm still offered proposed packages. How do I get rid of
> it?

First you remove the entry from sources.list and then you run "apt-get
update" or "aptitude update" as root and then those packages aren't
offered to you anymore.

- --
Mika Suomalainen

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Public key: http://mkaysi.github.com/PGP/key.txt
Comment: gpg --keyserver pool.sks-keyservers.net --recv-keys 0x82A46728
Comment: Fingerprint = 24BC 1573 B8EE D666 D10A AA65 4DB5 3CFE 82A4 6728
Comment: Why do I (clear)sign emails? http://git.io/6FLzWg
Comment: Please remove PGP lines in replies. http://git.io/nvHrDg
Comment: Charset of this message should be UTF-8.
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCgAGBQJQIlcXAAoJEE21PP6CpGcoz84P/0h3V2ynTtd1TjKnaXADhJn0
z9gBKpF8MA5gfUBQCFlvmnAOlzzrQj+p16P4JKUlW20mAVr7mU gQzswzFfnd7MHS
vXtkKh1l0HK0mS7hbf4lH96X/SdzMN1OZVRryXcmMR5aP1yVrvxzCWAR6cj9IHWD
kUG4MjBapTQHcBPJVHx7ji3gCK6yYml7/RCaoMwUXx+ngTKK9P+v/3bi0StTgx7k
N3gWUNE4f3GOgy1k1uPtTCJ+B0u+MqGnxYC87WpriG8g78TkVj vdItyZiziu0rLm
K1mFx30i2BgywrvAeFDrtlRMlayoOuRR0EJ/A+QC9UAs+lZnCX0FLYrrPkZAz8NX
2W364yDnJ7tORc1JJY8DXS4UYC3xn3UvyuXiz58TS3fMkGQZ+D OLmMBquZESyCUH
Tojjrz6V4gprmkF0PEsYDEvDu4nTvwo80Ov1gI6vta2UExPzFC 2T32csytz6+KLE
5Apdw+AQGJebkZjtSSM9lSPBZ6OgMBw7BMRadqpjZ9EzHqkWQn fB58Rnmqpqg7tK
oWJTd9YGh8jqS9Q7yvnMvElKQABZpLphgQrrXyJpMLDo/0fvTh0kcYRkEQoRVyyS
iYs6WcrR8++pe2EPjqESURMR1lTitrXwziJJtTBnEDGwYYPvrl vUnk42kHDQWOPU
EyouJE/OJhA3w4EviuNF
=cMLK
-----END PGP SIGNATURE-----

--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 08-09-2012, 11:45 AM
"Helmut Schneider"
 
Default Can't get rid of precise-proposed

C de-Avillez wrote:




--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 
Old 08-09-2012, 11:45 AM
"Helmut Schneider"
 
Default Can't get rid of precise-proposed

C de-Avillez wrote:

> On Tue, 7 Aug 2012 23:12:13 +0200
> Nils Kassube <kassube@gmx.net> wrote:
>
> > Helmut Schneider wrote:
> > > Nils Kassube wrote:
> > > > Helmut Schneider wrote:
> > > > > helmut@ubuntu:~$ sudo aptitude show postfix
> > > > > Package: postfix
> > > > > State: not installed
> > > > > Version: 2.9.3-2~12.04.2
> > > >
> > > > That doesn't look like a package from proposed:
> > > >
> > > > nils@alix33:~$ LC_ALL=C apt-cache policy postfix
> > > > postfix:
> > > > Installed: 2.9.3-2~12.04.2
> > > > Candidate: 2.9.3-2~12.04.2
> > > > Version table:
> > > > *** 2.9.3-2~12.04.2 0
> > > > 500 http://de.archive.ubuntu.com/ubuntu/
> > > > precise-updates/main
> > > > i386 Packages
> > >
> > > But:
> > >
> > > helmut@ubuntu:~$ sudo apt-get changelog postfix
> > > postfix (2.9.3-2~12.04.2) precise-proposed; urgency=low
> > > [...]
> > > helmut@ubuntu:~$
> > >
> > > Or is the "precise-proposed" misleading?
> >
> > I suppose that this package was sent to proposed first with the
> > appropriate changelog entry and later it was moved to updates
> > without an additional changelog entry. Then I wouldn't say that the
> > changelog is misleading. But maybe someone else can tell you what
> > should be in the changelog. Anyway, I wouldn't use the changelog to
> > determine the repository providing a package.
>
> All package updates on a stable release are first sent to -proposed;
> this means that the changelog for the source must point to the
> respective -proposed for this build.
>
> After being approved, they are moved to -updates. The changelog is
> not updated (so it keeps pointing to whatever was the target when the
> package was built last).
>
> A bettter indicator of the packages being considered for install is
> 'atp-cache':

Thanks.


--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
 

Thread Tools




All times are GMT. The time now is 04:18 PM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org