Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.user > #192887

Re: Unknown URL

From "Stephen P. Molnar" <s.molnar@sbcglobal.net>
Newsgroups linux.debian.user
Subject Re: Unknown URL
Date 2018-02-22 16:10 +0100
Message-ID <vm0Fs-6xK-9@gated-at.bofh.it> (permalink)
References (1 earlier) <vlJOi-3Cg-5@gated-at.bofh.it> <vm02K-64a-7@gated-at.bofh.it> <vm02K-64a-9@gated-at.bofh.it> <vm02K-64a-5@gated-at.bofh.it> <vm0m5-6b9-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 02/22/2018 09:42 AM, Reco wrote:
> 	Hi.
>
> On Thu, Feb 22, 2018 at 09:19:38AM -0500, Stephen P. Molnar wrote:
>>> Simple.
>>>
>>> If you configured radvd or dhcpv6 - double-check your setup. You did it
>>> wrong.
>>> If you don't, but used "iface ??? inet6" stanzas in
>>> /etc/network/interfaces - remove them.
>>> If you use NetworkManager, so some other nonsense - convince it not no
>>> configure IPv6 for you, or stop using them.
>>> If anything else fails, try this:
>>>
>>> sysctl -w net.ipv6.conf.all.disable_ipv6=1
>>>
>> Thanks for the detailed reply.
>>
>> I used the installer defaults to configure the network interface.
> "Installer defaults" is a very broad term, and the contents of your
> installation can differ dramatically depending on the type of install
> media used.
> Besides it's really been awhile since I used Debian Installer CD1. I
> prefer d-i over TFTP these days. More flexibility, less cruft this way.
>
>
>> Here are the contents of /etc/network/interfaces:
>>
>> # This file describes the network interfaces available on your system
>> # and how to activate them. For more information, see interfaces(5).
>>
>> source /etc/network/interfaces.d/*
>>
>> # The loopback network interface
>> auto lo
>> iface lo inet loopback
>>
>> and /etc/networks/interfaces.d is empty.
> And that means you're using NetworkManager, wicd, systemd-networkd,
> connman or whatever they put in there by default. Not the conventional
> ifupdown.
>
>
>> It would seem that there is another problem:  dpkg --add-architecture i386
>> (as root) no longer seems to work, although it did when I ran it yesterday
>> after reinstalling the OS.
> To my best knowledge this particular invocation of dpkg does not involve
> network communication in any way. Therefore it's a different problem.
>
>
>> However I just ran
>>
>> sysctl -w net.ipv6.conf.all.disable_ipv6=1, as per your suggestion and got:
>>
>>
>> root@AbNormal:/home/comp# sysctl -w net.ipv6.conf.all.disable_ipv6=1
>> net.ipv6.conf.all.disable_ipv6 = 1
>> root@AbNormal:/home/comp# aprt update
>> -bash: aprt: command not found
>> root@AbNormal:/home/comp# apt update
>> Get:1 http://security.debian.org/debian-security stretch/updates InRelease [63.0 kB]
>> Ign:2 http://debian.uchicago.edu/debian stretch InRelease
>> Hit:3 http://debian.uchicago.edu/debian stretch-updates InRelease
>> Hit:4 http://debian.uchicago.edu/debian stretch Release
>> Get:5 http://security.debian.org/debian-security stretch/updates/contrib Sources [1,384 B]
>> Get:7 http://security.debian.org/debian-security stretch/updates/non-free Sources [772 B]
>> Get:8 http://security.debian.org/debian-security stretch/updates/main Sources [116 kB]
>> Get:9 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [325 kB]
>> Get:10 http://security.debian.org/debian-security stretch/updates/main i386 Packages [326 kB]
>> Get:11 http://security.debian.org/debian-security stretch/updates/main Translation-en [144 kB]
>> Get:12 http://security.debian.org/debian-security stretch/updates/contrib i386 Packages [1,776 B]
>> Get:13 http://security.debian.org/debian-security stretch/updates/contrib amd64 Packages [1,776 B]
>> Get:14 http://security.debian.org/debian-security stretch/updates/contrib Translation-en [1,759 B]
>> Get:15 http://security.debian.org/debian-security stretch/updates/non-free amd64 Packages [1,268 B]
>> Get:16 http://security.debian.org/debian-security stretch/updates/non-free i386 Packages [1,268 B]
>> Get:17 http://security.debian.org/debian-security stretch/updates/non-free Translation-en [481 B]
>> Get:19 https://deb.opera.com/opera-stable stable/non-free amd64 Packages [1,827 B]
>> Err:19 https://deb.opera.com/opera-stable stable/non-free amd64 Packages
>>    Writing more data than expected (1832 > 1827)
>>    Hashes of expected file:
>>     - Filesize:1827 [weak]
>>     - SHA256:e53101f11ac6677a265465dc4ebcb85fc1de696d88ddc5440db29f448758a6ae
>>     - SHA1:24da563907645d73682c218bffe94ebefa0ce284 [weak]
>>     - MD5Sum:f339dab9748f817a448f3bf401e76b3a [weak]
>>    Release file created at: Thu, 22 Feb 2018 07:26:36 +0000
>> Fetched 985 kB in 1s (538 kB/s)
>> Reading package lists... Done
>> E: Failed to fetch https://deb.opera.com/opera-stable/dists/stable/non-free/binary-amd64/Packages.gz  Writing more data than expected (1832 > 1827)
>>     Hashes of expected file:
>>      - Filesize:1827 [weak]
>>      - SHA256:e53101f11ac6677a265465dc4ebcb85fc1de696d88ddc5440db29f448758a6ae
>>      - SHA1:24da563907645d73682c218bffe94ebefa0ce284 [weak]
>>      - MD5Sum:f339dab9748f817a448f3bf401e76b3a [weak]
>>     Release file created at: Thu, 22 Feb 2018 07:26:36 +0000
>> E: Some index files failed to download. They have been ignored, or old ones used instead.
> And that, ladies and gentlemen, shows us two things.
> First one being - you IPv4 settings are working.
> Second - those corporate drones at Opera are unable to setup a proper
> Debian repository.
>
>
>> Then I ran apt update and got:
>>
>> root@AbNormal:/home/comp# apt update
>> Ign:1 http://debian.uchicago.edu/debian stretch InRelease
>> Hit:2 http://debian.uchicago.edu/debian stretch-updates InRelease
>> Hit:3 http://debian.uchicago.edu/debian stretch Release
>> Hit:4 http://security.debian.org/debian-security stretch/updates InRelease
>> Get:5 https://deb.opera.com/opera-stable stable InRelease [2,592 B]
>> Fetched 2,592 B in 0s (3,445 B/s)
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> 26 packages can be upgraded. Run 'apt list --upgradable' to see them.
>> root@AbNormal:/home/comp#
>>
>> Now, I'm really confused>
> That's expected. Apt discarded faulty Opera repository and found 26
> proper Debian packages to update.
>
>
>> Any further help in resolving this problem, will reallly be appreciated!
> I count three problems:
>
> 1) "dpkg --add-architecture i386" does not work.
>
> 2) Your IPv6 setup is broken.
>
> 3) You want to use Opera repository, but are unable to do so.
>
> Which one will be the first?
>
> Reco
>
>
Reco

I don't want the Opera repository, where is it?  The only reason I have 
it is so that my wife can browse.  Here is my sources.list:

# deb cdrom:[Debian GNU/Linux 9.3.0 _Stretch_ - Official amd64 DVD 
Binary-1 20171209-12:11]/ stretch contrib main

# deb cdrom:[Debian GNU/Linux 9.3.0 _Stretch_ - Official amd64 DVD 
Binary-1 20171209-12:11]/ stretch main contrib

deb http://debian.uchicago.edu/debian/ stretch main non-free contrib
deb-src http://debian.uchicago.edu/debian/ stretch main non-free contrib

deb http://security.debian.org/debian-security/ stretch/updates main 
contrib non-free
deb-src http://security.debian.org/debian-security/ stretch/updates main 
contrib non-free

# stretch-updates, previously known as 'volatile'
deb http://debian.uchicago.edu/debian/ stretch-updates main contrib 
non-free
deb-src http://debian.uchicago.edu/debian/ stretch-updates main contrib 
non-free

I definitely want the other two problems to be solved.

  I have some computational chemistry software that needs i386 libraries.

Your help is really appreciated.

-- 
Stephen P. Molnar, Ph.D.
Consultant
www.molecular-modeling.net
(614)312-7528 (c)
Skype: smolnar1

Back to linux.debian.user | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-21 21:50 +0100
  Re: Unknown URL Brian <ad44@cityscape.co.uk> - 2018-02-21 22:00 +0100
  Re: Unknown URL Reco <recoverym4n@gmail.com> - 2018-02-21 22:10 +0100
    Re: Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-22 15:30 +0100
      Re: Unknown URL Reco <recoverym4n@gmail.com> - 2018-02-22 15:50 +0100
        Re: Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-22 16:10 +0100
          Re: Unknown URL Greg Wooledge <wooledg@eeg.ccf.org> - 2018-02-22 16:10 +0100
            Re: Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-22 16:20 +0100
          Re: Unknown URL Reco <recoverym4n@gmail.com> - 2018-02-22 16:20 +0100
            Re: Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-22 17:40 +0100
              Fwd: Re: Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-22 17:50 +0100
                Re: Fwd: Re: Unknown URL Reco <recoverym4n@gmail.com> - 2018-02-22 18:10 +0100
                Re: Fwd: Re: Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-22 18:40 +0100
                Re: Fwd: Re: Unknown URL Reco <recoverym4n@gmail.com> - 2018-02-22 19:00 +0100
                Re: Fwd: Re: Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-22 19:20 +0100
                Re: Fwd: Re: Unknown URL The Wanderer <wanderer@fastmail.fm> - 2018-02-22 19:30 +0100
                Re: Fwd: Re: Unknown URL Reco <recoverym4n@gmail.com> - 2018-02-22 19:40 +0100
                Re: Fwd: Re: Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-22 19:50 +0100
                Re: Fwd: Re: Unknown URL Reco <recoverym4n@gmail.com> - 2018-02-22 20:00 +0100
                Re: Fwd: Re: Unknown URL Reco <recoverym4n@gmail.com> - 2018-02-22 21:20 +0100
                Re: Fwd: Re: Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-22 21:50 +0100
                Re: Fwd: Re: Unknown URL Reco <recoverym4n@gmail.com> - 2018-02-23 10:40 +0100
                Re: Fwd: Re: Unknown URL Reco <recoverym4n@gmail.com> - 2018-02-23 15:30 +0100
                Re: Fwd: Re: Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-23 16:00 +0100
                Re: Fwd: Re: Unknown URL Reco <recoverym4n@gmail.com> - 2018-02-23 16:10 +0100
                Re: Fwd: Re: Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-23 16:50 +0100
                Re: Fwd: Re: Unknown URL Reco <recoverym4n@gmail.com> - 2018-02-23 17:40 +0100
                Re: Fwd: Re: Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-23 18:20 +0100
                Re: Fwd: Re: Unknown URL Reco <recoverym4n@gmail.com> - 2018-02-23 18:40 +0100
                Re: Fwd: Re: Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-23 19:00 +0100
                Re: Fwd: Re: Unknown URL Reco <recoverym4n@gmail.com> - 2018-02-23 19:10 +0100
                Re: Fwd: Re: Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-23 20:30 +0100
                Re: Fwd: Re: Unknown URL Reco <recoverym4n@gmail.com> - 2018-02-23 20:40 +0100
                Re: Fwd: Re: Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-23 22:00 +0100
                Re: Fwd: Re: Unknown URL Reco <recoverym4n@gmail.com> - 2018-02-23 16:10 +0100
                Re: Fwd: Re: Unknown URL "Stephen P. Molnar" <s.molnar@sbcglobal.net> - 2018-02-23 16:00 +0100

csiph-web