Re: Problem using "apt-get update"

2018-02-24 Thread Richard Owlett

On 02/24/2018 12:02 PM, Felix Miata wrote:

Richard Owlett composed on 2018-02-24 10:48 (UTC-0600):


I had just done a minimal (command line only) install of Stretch from
the first DVD of the complete set rather than using netinst to conserve
bandwidth. The install as usual was successful.



I wish to install a package from the repository - it's not on DVD1.
I added the line
deb http://ftp.us.debian.org/debian/ stretch main non-free contrib
to sources.list while commenting out the line referencing CDROM.



I attempted to run "apt-get update".
It *FAILED*
The message was the source I wanted was being ignored.



WHY?

  Mirror problems in .us.???


No. A typo in the following "apt-get install ..." line ;/




Do you get also get failure if you s/apt-get/apt/g ?






Re: Problem using "apt-get update"

2018-02-24 Thread Richard Owlett

On 02/24/2018 12:01 PM, Brian wrote:

On Sat 24 Feb 2018 at 11:55:29 -0600, Richard Owlett wrote:


On 02/24/2018 11:08 AM, Reco wrote:

Hi.

On Sat, Feb 24, 2018 at 11:06:53AM -0600, Richard Owlett wrote:

On 02/24/2018 10:56 AM, John Hasler wrote:

Verbatim command


apt-get update  (as per
)


verbatim message


The message started a recognizable abbreviation of "ignored".
For a character perfect quote - where would it be logged?


apt-get update > /tmp/somefile

Reco




OK, I mis-remembered which line had "Ign". Here is redo:

Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Ign:2 http://ftp.us.debian.org/debian stretch InRelease
Hit:3 http://ftp.us.debian.org/debian stretch Release
Reading package lists...


So I redid the apt-get install which got me problem chasing,
(apt-get install xorg lightdm lvwm) whose captured output was:

Reading package lists...
Building dependency tree...
Reading state information...


That was followed by an uncaptured line saying:
E: Unable to locate package lvwm


lvwm doesn't exist.



Ba Baaa
Signed: He With Sheepish Look

Thanks all.





Re: Problem using "apt-get update"

2018-02-24 Thread Felix Miata
Richard Owlett composed on 2018-02-24 10:48 (UTC-0600):

> I had just done a minimal (command line only) install of Stretch from 
> the first DVD of the complete set rather than using netinst to conserve 
> bandwidth. The install as usual was successful.

> I wish to install a package from the repository - it's not on DVD1.
> I added the line
>deb http://ftp.us.debian.org/debian/ stretch main non-free contrib
> to sources.list while commenting out the line referencing CDROM.

> I attempted to run "apt-get update".
> It *FAILED*
> The message was the source I wanted was being ignored.

> WHY?
 Mirror problems in .us.???

Do you get also get failure if you s/apt-get/apt/g ?
-- 
"Wisdom is supreme; therefore get wisdom. Whatever else you
get, get wisdom." Proverbs 4:7 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/



Re: Problem using "apt-get update"

2018-02-24 Thread Brian
On Sat 24 Feb 2018 at 11:55:29 -0600, Richard Owlett wrote:

> On 02/24/2018 11:08 AM, Reco wrote:
> > Hi.
> > 
> > On Sat, Feb 24, 2018 at 11:06:53AM -0600, Richard Owlett wrote:
> > > On 02/24/2018 10:56 AM, John Hasler wrote:
> > > > Verbatim command
> > > 
> > > apt-get update  (as per
> > > )
> > > 
> > > > verbatim message
> > > 
> > > The message started a recognizable abbreviation of "ignored".
> > > For a character perfect quote - where would it be logged?
> > 
> > apt-get update > /tmp/somefile
> > 
> > Reco
> > 
> > 
> 
> OK, I mis-remembered which line had "Ign". Here is redo:
> > Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
> > Ign:2 http://ftp.us.debian.org/debian stretch InRelease
> > Hit:3 http://ftp.us.debian.org/debian stretch Release
> > Reading package lists...
> 
> So I redid the apt-get install which got me problem chasing,
> (apt-get install xorg lightdm lvwm) whose captured output was:
> > Reading package lists...
> > Building dependency tree...
> > Reading state information...
> 
> That was followed by an uncaptured line saying:
> E: Unable to locate package lvwm

lvwm doesn't exist.

-- 
Brian.



Re: Problem using "apt-get update"

2018-02-24 Thread Richard Owlett

On 02/24/2018 11:08 AM, Reco wrote:

Hi.

On Sat, Feb 24, 2018 at 11:06:53AM -0600, Richard Owlett wrote:

On 02/24/2018 10:56 AM, John Hasler wrote:

Verbatim command


apt-get update  (as per
)


verbatim message


The message started a recognizable abbreviation of "ignored".
For a character perfect quote - where would it be logged?


apt-get update > /tmp/somefile

Reco




OK, I mis-remembered which line had "Ign". Here is redo:

Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
Ign:2 http://ftp.us.debian.org/debian stretch InRelease
Hit:3 http://ftp.us.debian.org/debian stretch Release
Reading package lists...


So I redid the apt-get install which got me problem chasing,
(apt-get install xorg lightdm lvwm) whose captured output was:

Reading package lists...
Building dependency tree...
Reading state information...


That was followed by an uncaptured line saying:
E: Unable to locate package lvwm

Color me more confused ;<




Re: Problem using "apt-get update"

2018-02-24 Thread John Hasler
The messages emitted by apt-get update are cryptic and undocumented, but
see


-- 
John Hasler 
jhas...@newsguy.com
Elmwood, WI USA



Re: Problem using "apt-get update"

2018-02-24 Thread Brian
On Sat 24 Feb 2018 at 17:31:21 +, Brian wrote:

> On Sat 24 Feb 2018 at 11:06:53 -0600, Richard Owlett wrote:
> 
> > On 02/24/2018 10:56 AM, John Hasler wrote:
> > > Verbatim command
> > 
> > apt-get update  (as per
> > )
> > 
> > > verbatim message
> > 
> > The message started a recognizable abbreviation of "ignored".
> 
> "ign" means there have been no changes in the file - so it won't
> be downloaded again. Nothing to worry about.

Or maybe not ( when I use a search engine instead of my imagination). 

-- 
Brian.
 



Re: Problem using "apt-get update"

2018-02-24 Thread Brian
On Sat 24 Feb 2018 at 11:06:53 -0600, Richard Owlett wrote:

> On 02/24/2018 10:56 AM, John Hasler wrote:
> > Verbatim command
> 
> apt-get update  (as per
> )
> 
> > verbatim message
> 
> The message started a recognizable abbreviation of "ignored".

"ign" means there have been no changes in the file - so it won't
be downloaded again. Nothing to worry about.

-- 
Brian.



Re: Problem using "apt-get update"

2018-02-24 Thread Abdullah Ramazanoglu
On Sat, 24 Feb 2018 11:06:53 -0600
Richard Owlett  wrote:
> On 02/24/2018 10:56 AM, John Hasler wrote:
--8<--
>> verbatim message  
> 
> The message started a recognizable abbreviation of "ignored".
> For a character perfect quote - where would it be logged?
> 
>> and verbatim sources.list, please.  
> 
> Here it is
--8<--
> > http://ftp.us.debian.org/debian/ stretch main non-free contrib deb

It could be due to archive signature being incorrect or something. You
can *force*-override this with [ trusted=yes ] in the "deb" line, as in;

deb [ trusted=yes ] http://ftp.us.debian.org/debian/ stretch main
non-free contrib

But it is strongly recommended against using this arbitrarily. (I use
it for home-grown local archives only)
-- 
Abdullah Ramazanoglu




Re: Problem using "apt-get update"

2018-02-24 Thread Reco
Hi.

On Sat, Feb 24, 2018 at 11:06:53AM -0600, Richard Owlett wrote:
> On 02/24/2018 10:56 AM, John Hasler wrote:
> > Verbatim command
> 
> apt-get update  (as per
> )
> 
> > verbatim message
> 
> The message started a recognizable abbreviation of "ignored".
> For a character perfect quote - where would it be logged?

apt-get update > /tmp/somefile

Reco



Re: Problem using "apt-get update"

2018-02-24 Thread Richard Owlett

On 02/24/2018 10:56 AM, John Hasler wrote:

Verbatim command


apt-get update  (as per 
)



verbatim message


The message started a recognizable abbreviation of "ignored".
For a character perfect quote - where would it be logged?


and verbatim sources.list, please.


Here it is

# 


# deb cdrom:[Debian GNU/Linux 9.1.0 _Stretch_ - Official i386 DVD Binary-1 
20170722-12:45]/ stretch contrib main

# deb cdrom:[Debian GNU/Linux 9.1.0 _Stretch_ - Official i386 DVD Binary-1 
20170722-12:45]/ stretch contrib main
deb http://ftp.us.debian.org/debian/ stretch main non-free contrib
deb http://security.debian.org/debian-security stretch/updates main contrib
deb-src http://security.debian.org/debian-security stretch/updates main contrib








Re: Problem using "apt-get update"

2018-02-24 Thread John Hasler
Verbatim command, verbatim message and verbatim sources.list, please.
-- 
John Hasler 
jhas...@newsguy.com
Elmwood, WI USA