Re: debugging apt-get

2022-10-13 Thread David Wright
On Wed 12 Oct 2022 at 16:42:10 (-0700), Stefan Seefeld wrote: > On Wednesday, 12 October 2022 at 01:10:06 UTC-4, tomas wrote: > > > Try doing "apt-cache policy Y", that might shed light on this. > > This reports > ``` > Y: > Installed: (none) > Candidate: 1.0.3 > Version table: > 1.0.3

Re: debugging apt-get

2022-10-12 Thread Tim Woodall
On Wed, 12 Oct 2022, Stefan Seefeld wrote: On Wednesday, 12 October 2022 at 01:10:06 UTC-4, tomas wrote: Try doing "apt-cache policy Y", that might shed light on this. This reports ``` Y: Installed: (none) Candidate: 1.0.3 Version table: 1.0.3 500 500 focal/main amd64 Packages

Re: debugging apt-get

2022-10-12 Thread Stefan Seefeld
On Wednesday, 12 October 2022 at 01:10:06 UTC-4, tomas wrote: > Try doing "apt-cache policy Y", that might shed light on this. This reports ``` Y: Installed: (none) Candidate: 1.0.3 Version table: 1.0.3 500 500 focal/main amd64 Packages 1.0.1 500 500 focal/main amd64

Re: debugging apt-get

2022-10-11 Thread tomas
On Tue, Oct 11, 2022 at 10:35:46PM -0400, Stefan Seefeld wrote: > I'm trying to build a docker image containing a debian package I just > created locally. > > I'm thus running the command `apt-get update && apt-get install -y ./X.deb` > from my dockerfile. This command fails with the message > >

debugging apt-get

2022-10-11 Thread Stefan Seefeld
I'm trying to build a docker image containing a debian package I just created locally. I'm thus running the command `apt-get update && apt-get install -y ./X.deb` from my dockerfile. This command fails with the message ... The following packages have unmet dependencies:  X : Depends: Y (=

Re: debugging apt-get issue

2016-07-14 Thread Charlie Kravetz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thu, 14 Jul 2016 21:09:29 -0500 limpia wrote: >OOps, I should have started at the "top" first, >then I would have seen, the reply, >"BlushingI had not "apt-get update" on the server which couldn't >find nagios3.

Re: debugging apt-get issue

2016-07-14 Thread limpia
OOps, I should have started at the "top" first, then I would have seen, the reply, "BlushingI had not "apt-get update" on the server which couldn't find nagios3. Thanks for your helpNick"" Sorry about that On 2016-07-14 21:04, limpia wrote: Have you tried < apt-get update > on

Re: debugging apt-get issue

2016-07-14 Thread limpia
Have you tried < apt-get update > on the one that is unable to find the package ? If you recently modified the sources.list file, it does not take effect until you run On 2016-07-14 14:37, Nicholas Geovanis wrote: I have 2 servers running Jessie. They now have identical

Re: debugging apt-get issue

2016-07-14 Thread Nicholas Geovanis
On Thu, Jul 14, 2016 at 3:12 PM, Erwan David wrote: > Le 14/07/2016 à 22:05, Nicholas Geovanis a écrit : > > >Check /etc/apt/sources.list.d/*, /etc/apt/preferences and > > > /etc/apt/preferences.d/* > > > > Also the same across the 2 servers. > > > > On Thu, Jul 14, 2016 at

Re: debugging apt-get issue

2016-07-14 Thread Erwan David
Le 14/07/2016 à 22:05, Nicholas Geovanis a écrit : > >Check /etc/apt/sources.list.d/*, /etc/apt/preferences and > > /etc/apt/preferences.d/* > > Also the same across the 2 servers. > > On Thu, Jul 14, 2016 at 2:40 PM, Erwan David > wrote: > > Le

Re: debugging apt-get issue

2016-07-14 Thread Nicholas Geovanis
>Check /etc/apt/sources.list.d/*, /etc/apt/preferences and > /etc/apt/preferences.d/* Also the same across the 2 servers. On Thu, Jul 14, 2016 at 2:40 PM, Erwan David wrote: > Le 14/07/2016 à 21:37, Nicholas Geovanis a écrit : > > I have 2 servers running Jessie. They now

Re: debugging apt-get issue

2016-07-14 Thread Erwan David
Le 14/07/2016 à 21:37, Nicholas Geovanis a écrit : > I have 2 servers running Jessie. They now have identical > /etc/apt/sources.list. One server can find the nagios3 packages using > apt-get, the other server can't find them. How do I go about debugging > the second server's inability to find my

debugging apt-get issue

2016-07-14 Thread Nicholas Geovanis
I have 2 servers running Jessie. They now have identical /etc/apt/sources.list. One server can find the nagios3 packages using apt-get, the other server can't find them. How do I go about debugging the second server's inability to find my packages of interest? Thanks.Nick Geo