Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-23 Thread Stephen P. Molnar


On 02/23/2018 07:12 AM, Reco wrote:

Hi.

On Fri, Feb 23, 2018 at 12:22:26PM +0100, Roger Price wrote:

On Thu, 22 Feb 2018, Reco wrote:


On the EeePC Ctl-Alt-F3 /dev/tty3:
  ~ # ip address
  3: enp0s4:  ...
...
inet 10.218.0.100 scope global enp0s4
inet6 fe80::22cf:30ff:fe10:43fd/64 scope link

The "fe" at the beginning of the IPv6 address says that this is not capable
of working with the public IPv6 network.

There's one crucial detail that's missing here. I agree that fe80
designates link-local IPv6 (they don't put "scope link" there for
nothing), but what about routing?
I.e. I'm curious about the output of "ip -6 ro l".

rprice@kananga:~$ ip -6 ro l
fe80::/64 dev wlan0 proto kernel metric 256  pref medium

Now *that* actually means it should be impossible for this host to
connect to 2001:41d0:202:100:213:32:5:7.

So either we have a little wonder here, or … do you have DHCP6 client
installed there by chance? Installer most certainly should include one,
and that could explain the difference in behavior between your current
host and d-i.

Reco



Interesting,

The only entry in Synaptic for DHCP was kea-dhcp6-server.  Synaptic 
installed:


kea-common (1.1.0-1)
kea-dhcp6-server (1.1.0-1)
liblog4cplus-1.1-9 (1.1.2-3.2)

Now, when I do  apt update I get:

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://security.debian.org/debian-security stretch/updates InRelease
Hit:4 http://debian.uchicago.edu/debian stretch Release
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.

Although if I do:

root@AbNormal:/home/comp# dpkg --add-architecture i386
root@AbNormal:/home/comp# spt update

then

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
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.

but, gdebi happily installed acroread, which requires i386 libraries, 
there were no warning or error messages.  Acroread works notmally.


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



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-23 Thread Reco
On Fri, Feb 23, 2018 at 02:22:01PM +0100, Erwan David wrote:
> On Fri, Feb 23, 2018 at 01:12:41PM CET, Reco  said:
> > Hi.
> > 
> > On Fri, Feb 23, 2018 at 12:22:26PM +0100, Roger Price wrote:
> > > On Thu, 22 Feb 2018, Reco wrote:
> > > 
> > > > > On the EeePC Ctl-Alt-F3 /dev/tty3:
> > > > >  ~ # ip address
> > > > >  3: enp0s4:  ...
> > > > >...
> > > > >inet 10.218.0.100 scope global enp0s4
> > > > >inet6 fe80::22cf:30ff:fe10:43fd/64 scope link
> > > > > 
> > > > > The "fe" at the beginning of the IPv6 address says that this is not 
> > > > > capable
> > > > > of working with the public IPv6 network.
> > > > 
> > > > There's one crucial detail that's missing here. I agree that fe80
> > > > designates link-local IPv6 (they don't put "scope link" there for
> > > > nothing), but what about routing?
> > > > I.e. I'm curious about the output of "ip -6 ro l".
> > > 
> > > rprice@kananga:~$ ip -6 ro l
> > > fe80::/64 dev wlan0 proto kernel metric 256  pref medium
> > 
> > Now *that* actually means it should be impossible for this host to
> > connect to 2001:41d0:202:100:213:32:5:7.
> 
> No. In SLAAC the router often sends its linklocal address as
> gateway.

And this particular routing table does not have it.
What it does have is the usual link-local /64 route, which cannot be
used to send packets to 2001::/96.


But, looking at all this once more, I see a discrepancy - "ip a" shows
Unpredictable Network Name, yet "ip ro" shows conventional "wlan0".

Reco



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-23 Thread Erwan David
On Fri, Feb 23, 2018 at 01:12:41PM CET, Reco  said:
>   Hi.
> 
> On Fri, Feb 23, 2018 at 12:22:26PM +0100, Roger Price wrote:
> > On Thu, 22 Feb 2018, Reco wrote:
> > 
> > > > On the EeePC Ctl-Alt-F3 /dev/tty3:
> > > >  ~ # ip address
> > > >  3: enp0s4:  ...
> > > >...
> > > >inet 10.218.0.100 scope global enp0s4
> > > >inet6 fe80::22cf:30ff:fe10:43fd/64 scope link
> > > > 
> > > > The "fe" at the beginning of the IPv6 address says that this is not 
> > > > capable
> > > > of working with the public IPv6 network.
> > > 
> > > There's one crucial detail that's missing here. I agree that fe80
> > > designates link-local IPv6 (they don't put "scope link" there for
> > > nothing), but what about routing?
> > > I.e. I'm curious about the output of "ip -6 ro l".
> > 
> > rprice@kananga:~$ ip -6 ro l
> > fe80::/64 dev wlan0 proto kernel metric 256  pref medium
> 
> Now *that* actually means it should be impossible for this host to
> connect to 2001:41d0:202:100:213:32:5:7.

No. In SLAAC the router often sends its linklocal address as
gateway. The IP address of the gateway has only one use : to get it's
mac address (same in IPv4 or IPv6), thus link local is OK.


-- 
Erwan



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-23 Thread Reco
Hi.

On Fri, Feb 23, 2018 at 12:22:26PM +0100, Roger Price wrote:
> On Thu, 22 Feb 2018, Reco wrote:
> 
> > > On the EeePC Ctl-Alt-F3 /dev/tty3:
> > >  ~ # ip address
> > >  3: enp0s4:  ...
> > >...
> > >inet 10.218.0.100 scope global enp0s4
> > >inet6 fe80::22cf:30ff:fe10:43fd/64 scope link
> > > 
> > > The "fe" at the beginning of the IPv6 address says that this is not 
> > > capable
> > > of working with the public IPv6 network.
> > 
> > There's one crucial detail that's missing here. I agree that fe80
> > designates link-local IPv6 (they don't put "scope link" there for
> > nothing), but what about routing?
> > I.e. I'm curious about the output of "ip -6 ro l".
> 
> rprice@kananga:~$ ip -6 ro l
> fe80::/64 dev wlan0 proto kernel metric 256  pref medium

Now *that* actually means it should be impossible for this host to
connect to 2001:41d0:202:100:213:32:5:7.

So either we have a little wonder here, or … do you have DHCP6 client
installed there by chance? Installer most certainly should include one,
and that could explain the difference in behavior between your current
host and d-i.

Reco



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-23 Thread Roger Price

On Thu, 22 Feb 2018, Reco wrote:


On the EeePC Ctl-Alt-F3 /dev/tty3:
 ~ # ip address
 3: enp0s4:  ...
   ...
   inet 10.218.0.100 scope global enp0s4
   inet6 fe80::22cf:30ff:fe10:43fd/64 scope link

The "fe" at the beginning of the IPv6 address says that this is not capable
of working with the public IPv6 network.


There's one crucial detail that's missing here. I agree that fe80
designates link-local IPv6 (they don't put "scope link" there for
nothing), but what about routing?
I.e. I'm curious about the output of "ip -6 ro l".


rprice@kananga:~$ ip -6 ro l
fe80::/64 dev wlan0 proto kernel metric 256  pref medium

Roger



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-22 Thread Reco
Hi.

On Thu, Feb 22, 2018 at 10:11:24AM +0100, Roger Price wrote:
> On Tue, 20 Feb 2018, Reco wrote:
> > On Tue, Feb 20, 2018 at 12:23:06PM +0100, Roger Price wrote:
> > > Later the installation hangs with the message:
> > > 
> > >  in-target: Failed to fetch
> > >  
> > > http://debian.mirrors.ovh.net/debian/dists/stretch/main/i18n/Translation-en
> > >  Cannot initiate the connection to debian.mirrors.ovh.net:80
> > >  (2001:41d0:202:100:213:32:5:7). - connect (101: Network is unreachable)
> > >  [IP 2001:41d0:202:100:213:32:5:7 80]
> > > 
> > > There is no mention of IPv4 and I do not have IPv6.
> > 
> > Of course you have IPv6, probably in the form of SLAAC/RA. How else
> > Linux kernel used in the installer would know which IPv6 address to use
> > and which IPv6 route to choose to 2001:41d0:202:100:213:32:5:7.
> 
> I have a TP-Link TL-WR1043ND v3 router sold as IPv6 capable. I selected
> SLAAC and the following was reported in the system log:
> 
>  Feb 19 23:41:47  IPv6 NOTICE  getSlaacParameters 477 sscanf address and 
> prefix error
>  Feb 19 23:43:32  IPv6 INFOIPv6 is not enabled.

Curious, but wonders cannot happen by themself.


> IPv6 management in the router has hung and I cannot select an alternative to
> SLAAC.

Thank you, added that particular model to my 'Do Not Buy Ever' list.


> On the EeePC Ctl-Alt-F3 /dev/tty3:
>  ~ # ip address
>  3: enp0s4:  ...
>...
>inet 10.218.0.100 scope global enp0s4
>inet6 fe80::22cf:30ff:fe10:43fd/64 scope link
> 
> The "fe" at the beginning of the IPv6 address says that this is not capable
> of working with the public IPv6 network.

There's one crucial detail that's missing here. I agree that fe80
designates link-local IPv6 (they don't put "scope link" there for
nothing), but what about routing?
I.e. I'm curious about the output of "ip -6 ro l".

Reco



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-22 Thread Roger Price

On Tue, 20 Feb 2018, Reco wrote:

On Tue, Feb 20, 2018 at 12:23:06PM +0100, Roger Price wrote:

Later the installation hangs with the message:

 in-target: Failed to fetch
 http://debian.mirrors.ovh.net/debian/dists/stretch/main/i18n/Translation-en
 Cannot initiate the connection to debian.mirrors.ovh.net:80
 (2001:41d0:202:100:213:32:5:7). - connect (101: Network is unreachable)
 [IP 2001:41d0:202:100:213:32:5:7 80]

There is no mention of IPv4 and I do not have IPv6.


Of course you have IPv6, probably in the form of SLAAC/RA. How else
Linux kernel used in the installer would know which IPv6 address to use
and which IPv6 route to choose to 2001:41d0:202:100:213:32:5:7.


I have a TP-Link TL-WR1043ND v3 router sold as IPv6 capable. I selected SLAAC 
and the following was reported in the system log:


 Feb 19 23:41:47  IPv6 NOTICE  getSlaacParameters 477 sscanf address and prefix 
error
 Feb 19 23:43:32  IPv6 INFOIPv6 is not enabled.

IPv6 management in the router has hung and I cannot select an alternative to 
SLAAC.


On the EeePC Ctl-Alt-F3 /dev/tty3:
 ~ # ip address
 3: enp0s4:  ...
   ...
   inet 10.218.0.100 scope global enp0s4
   inet6 fe80::22cf:30ff:fe10:43fd/64 scope link

The "fe" at the beginning of the IPv6 address says that this is not capable of 
working with the public IPv6 network.


On Tue, 20 Feb 2018, Brian wrote:

On Tue 20 Feb 2018 at 13:39:25 +, Curt wrote:

On 2018-02-20, Reco  wrote:


https://www.debian.org/releases/stable/i386/ch05s03.html.en

So I guess the 'netcfg/disable_autoconfig=true' as boot parameter would
allow for manual configuration of the network within the installer, thus
obviating the IPv6 conundrum.


I do not understand the netcfg/disable... notation.  It is not described in the 
debconf man page, neither in Joey Hess' tutorial at 
http://www.fifi.org/doc/debconf-doc/tutorial.html . In any case, the graphical 
installer asks the question.



Yet what installer *does* have that's /proc.

So, wait for the network autoconfiguration, switch to root vt, invoke:

echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6


This fixed my problem.  I tried again to install, and set disable_ipv6 to 1 
before starting the step "Install the base system".  The installation of 
stretch/Xfce i386 was successful!  After booting, I set 
GRUB_CMDLINE_LINUX="ipv6.disable=1 net.ifnames=0" in /etc/default/grub and ran 
update-grub. (Maybe the net.ifnames=0 is not essential.) I also installed 
rt2860.bin needed for the WiFi.  I recovered the /home partition from an earlier 
installation of openSUSE 12.2, re-booted and I now have my EeePC running with 
stretch.  Thanks to all who commented in this thread.


I will not mark the subject [SOLVED] since the underlying problem of why wget 
fails with 12 mirrors out of 13 is not solved.


Roger




Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-20 Thread Brian
On Tue 20 Feb 2018 at 13:39:25 +, Curt wrote:

> On 2018-02-20, Reco  wrote:
> >
> >> Is there some way
> >> of telling the installer not to use IPv6?  I have read
> >> https://wiki.debian.org/DebianIPv6#How_to_turn_off_IPv6 but the
> >> installer does not have file /etc/sysctl.conf
> 
> I looked up the router (I've now lost the page and the router
> references--but it did mention "supported protocols IPv4 + IPv6" as
> indicated below).
> 
> At any rate: 
> 
>  if you have an IPv6 router or a DHCP server on your local network, but
>  want to avoid them because e.g. they give wrong answers, you can use
>  the parameter netcfg/disable_autoconfig=true to prevent any automatic
>  configuration of the network (neither v4 nor v6) and to enter the
>  information manually.
> 
> https://www.debian.org/releases/stable/i386/ch05s03.html.en
> 
> So I guess the 'netcfg/disable_autoconfig=true' as boot parameter would
> allow for manual configuration of the network within the installer, thus
> obviating the IPv6 conundrum.
> 
> > Yet what installer *does* have that's /proc.
> > So, wait for the network autoconfiguration, switch to root vt, invoke:
> >
> > echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6
> 
> Maybe this would be less trouble.

The OP's wget command could be tested immediately after the network is
set up and IPv6 is disabled using either yours or Reco's method.

-- 
Brian.



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-20 Thread Curt
On 2018-02-20, Reco  wrote:
>
>> Is there some way
>> of telling the installer not to use IPv6?  I have read
>> https://wiki.debian.org/DebianIPv6#How_to_turn_off_IPv6 but the
>> installer does not have file /etc/sysctl.conf

I looked up the router (I've now lost the page and the router
references--but it did mention "supported protocols IPv4 + IPv6" as
indicated below).

At any rate: 

 if you have an IPv6 router or a DHCP server on your local network, but
 want to avoid them because e.g. they give wrong answers, you can use
 the parameter netcfg/disable_autoconfig=true to prevent any automatic
 configuration of the network (neither v4 nor v6) and to enter the
 information manually.

https://www.debian.org/releases/stable/i386/ch05s03.html.en

So I guess the 'netcfg/disable_autoconfig=true' as boot parameter would
allow for manual configuration of the network within the installer, thus
obviating the IPv6 conundrum.

> Yet what installer *does* have that's /proc.
> So, wait for the network autoconfiguration, switch to root vt, invoke:
>
> echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6

Maybe this would be less trouble.

> And you just disabled IPv6 until the next reboot.
>
> Reco


-- 
New York was no mere city. It was instead an infinitely romantic notion, the
mysterious nexus of all love and money and power, the shining and the
perishable dream itself. To think of 'living' there was to reduce the
miraculous to the mundane; one does not 'live' at Xanadu. --Joan Didion



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-20 Thread Reco
Hi.

On Tue, Feb 20, 2018 at 12:23:06PM +0100, Roger Price wrote:
> Later the installation hangs with the message:
> 
>  in-target: Failed to fetch
>  http://debian.mirrors.ovh.net/debian/dists/stretch/main/i18n/Translation-en
>  Cannot initiate the connection to debian.mirrors.ovh.net:80
>  (2001:41d0:202:100:213:32:5:7). - connect (101: Network is unreachable)
>  [IP 2001:41d0:202:100:213:32:5:7 80]
> 
> There is no mention of IPv4 and I do not have IPv6. 

Of course you have IPv6, probably in the form of SLAAC/RA. How else
Linux kernel used in the installer would know which IPv6 address to use
and which IPv6 route to choose to 2001:41d0:202:100:213:32:5:7.

> Is there some way
> of telling the installer not to use IPv6?  I have read
> https://wiki.debian.org/DebianIPv6#How_to_turn_off_IPv6 but the
> installer does not have file /etc/sysctl.conf

Yet what installer *does* have that's /proc.
So, wait for the network autoconfiguration, switch to root vt, invoke:

echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6

And you just disabled IPv6 until the next reboot.

Reco



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-20 Thread Roger Price

Thanks again for your suggestions.

On Sun, 18 Feb 2018, Gene Heskett wrote:


Is the machine fully uptodate?


The netinst CD is freshly downloaded and identifies as << Debian
GNU/Linux 9.3.0 "Stretch" - Official i386 NETINST 20171209-13:03 >>.  Is
there a newer CD?

On Sun, 18 Feb 2018, Brian wrote:


On Sun 18 Feb 2018 at 23:19:48 +0100, Roger Price wrote:

  3. Load installer components from CD
 [X] choose-mirror


Why? I've never used it. I don't know what it does. It's optional. Don't
select it.



Try a different mirror. With and without step 3.


On Sun, 18 Feb 2018, David Wright wrote:


 And as Brian said, forget this option:

   Installer components to load:
   [ ] choose-mirror: Choose mirror to install from (menu item)

Work your way through the main menu …

...

… and don't think about mirrors until you get to this point.
 │  Select and install software


I naïvely choose that component because I assumed it provided the "choose a 
mirror" function.  If that is not true, then the option needs to be renamed.


Choosing this component has the considerable advantage that it gets to the 
problem much more quickly without having to specify users and partition disks at 
each test.


I tried 11 other mirrors.

 ftp.fr.debian.org  ftp.ch.debian.org ftp.se.debian.org
 ftp.fi.debian.org  ftp.hk.debian.org debian.proxad.net
 ftp.uni-stuttgart.de   debian.mirror.lrz.de  mirror.ox.ac.uk
 opensource.nchc.org.tw debian.mirrors.easynet.fr

They all connect and then hang on "HTTP request sent, awaiting response...".

I tried ftp.uni-kl.de which gets as far as "200 OK" and then hangs.

I tried debian.mirrors.ovh.net which succeeds with retries.  At the step "Select 
and install software", the only option is [X] Standard system utilities. 
Nothing else.


I choose the default linux kernel, and when finally I boot the new installation, 
I get many ACPI errors and then fall into initramfs which offers me Busybox.


I tried again with debian.mirrors.ovh.net and saw on Ctl-Alt-F4

 main-menu[346]: (process:4174): unknown udeb stretch-support
 main-menu[346]: INFO: falling back to the package description for brltty-udeb

Is this a sign that something is wrong?

Later the installation hangs with the message:

 in-target: Failed to fetch
 http://debian.mirrors.ovh.net/debian/dists/stretch/main/i18n/Translation-en
 Cannot initiate the connection to debian.mirrors.ovh.net:80
 (2001:41d0:202:100:213:32:5:7). - connect (101: Network is unreachable)
 [IP 2001:41d0:202:100:213:32:5:7 80]

There is no mention of IPv4 and I do not have IPv6.  Is there some way
of telling the installer not to use IPv6?  I have read
https://wiki.debian.org/DebianIPv6#How_to_turn_off_IPv6 but the
installer does not have file /etc/sysctl.conf

Roger


Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-19 Thread Brian
On Mon 19 Feb 2018 at 09:46:27 -0500, Gene Heskett wrote:

> On Monday 19 February 2018 07:44:04 Brian wrote:
> 
> > On Sun 18 Feb 2018 at 20:21:57 -0500, Gene Heskett wrote:
> > > On Sunday 18 February 2018 18:47:58 Brian wrote:
> > > > On Sun 18 Feb 2018 at 17:51:50 -0500, Gene Heskett wrote:
> > > > > On Sunday 18 February 2018 17:19:48 Roger Price wrote:
> > > >
> > > > [Snipped]
> > > >
> > > > > > It looks as if the network setup in the EeePC is correct, but
> > > > > > wget fails. Any suggestion would be very welcome, Roger
> > > > >
> > > > > Check the list, I think wget was mentioned as a problem child
> > > > > child within the last 2 or 3 weeks. Is the machine fully
> > > > > uptodate?
> > > >
> > > > What significance does "fully uptodate" have when using the
> > > > installer?
> > >
> > > The install media may be dated, so if it will boot at all, the first
> > > thing should be to update it and see if wget is replaced and now
> > > works.
> >
> > Sounds reasonable until one realises the installer uses a busybox
> > version of wget. And busybox hasn't changed during the lifetime of
> > 9.x.x.
> 
> while wget (and curl) has been updated, apparently trying to fix a bug or 
> attack vector, several times in the last 6 weeks or so.
> 
> So this would appear to be a busybox problem from my point of view? Or 

I've been misleading (because I did not check /usr/bin within the
installer). Apologies. The installer actually uses wget 1.18-5+deb9u1,
not the busybox version.

-- 
Brian.



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-19 Thread Reco
 Hi.

On Mon, Feb 19, 2018 at 09:46:27AM -0500, Gene Heskett wrote:
> On Monday 19 February 2018 07:44:04 Brian wrote:
> 
> > On Sun 18 Feb 2018 at 20:21:57 -0500, Gene Heskett wrote:
> > > On Sunday 18 February 2018 18:47:58 Brian wrote:
> > > > On Sun 18 Feb 2018 at 17:51:50 -0500, Gene Heskett wrote:
> > > > > On Sunday 18 February 2018 17:19:48 Roger Price wrote:
> > > >
> > > > [Snipped]
> > > >
> > > > > > It looks as if the network setup in the EeePC is correct, but
> > > > > > wget fails. Any suggestion would be very welcome, Roger
> > > > >
> > > > > Check the list, I think wget was mentioned as a problem child
> > > > > child within the last 2 or 3 weeks. Is the machine fully
> > > > > uptodate?
> > > >
> > > > What significance does "fully uptodate" have when using the
> > > > installer?
> > >
> > > The install media may be dated, so if it will boot at all, the first
> > > thing should be to update it and see if wget is replaced and now
> > > works.
> >
> > Sounds reasonable until one realises the installer uses a busybox
> > version of wget. And busybox hasn't changed during the lifetime of
> > 9.x.x.
> 
> while wget (and curl) has been updated, apparently trying to fix a bug or 
> attack vector, several times in the last 6 weeks or so.
> 
> So this would appear to be a busybox problem from my point of view? Or 
> possibly a broken link as I get that same pair of errors regardless of 
> the machine on my home net that I initiate this query from:
> 
> wget -S --spider https://wiki.debian.org
> 

>   HTTP/1.1 403 FORBIDDEN

> 
> Found 1 broken link.
> 
> https://wiki.debian.org/
> 
> Converted 0 files in 0 seconds.
> 
> So either wget has been banned, or the file does not exist.

It gets better. Force wget to send GET instead of HEAD, and it works:

$ wget -O /dev/null https://wiki.debian.org
--2018-02-19 18:16:48--  https://wiki.debian.org/
Resolving wiki.debian.org (wiki.debian.org)...  
2001:41b8:202:deb:6564:a62:52c3:4b70, 82.195.75.112
Connecting to wiki.debian.org 
(wiki.debian.org)|2001:41b8:202:deb:6564:a62:52c3:4b70|:443...
connected.
HTTP request sent, awaiting response... 200 OK

Busybox's wget fails, of course as https is not implemented there:

$ busybox wget -O /dev/null https://wiki.debian.org
wget: not an http or ftp url: https://wiki.debian.org

Reco



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-19 Thread Gene Heskett
On Monday 19 February 2018 07:44:04 Brian wrote:

> On Sun 18 Feb 2018 at 20:21:57 -0500, Gene Heskett wrote:
> > On Sunday 18 February 2018 18:47:58 Brian wrote:
> > > On Sun 18 Feb 2018 at 17:51:50 -0500, Gene Heskett wrote:
> > > > On Sunday 18 February 2018 17:19:48 Roger Price wrote:
> > >
> > > [Snipped]
> > >
> > > > > It looks as if the network setup in the EeePC is correct, but
> > > > > wget fails. Any suggestion would be very welcome, Roger
> > > >
> > > > Check the list, I think wget was mentioned as a problem child
> > > > child within the last 2 or 3 weeks. Is the machine fully
> > > > uptodate?
> > >
> > > What significance does "fully uptodate" have when using the
> > > installer?
> >
> > The install media may be dated, so if it will boot at all, the first
> > thing should be to update it and see if wget is replaced and now
> > works.
>
> Sounds reasonable until one realises the installer uses a busybox
> version of wget. And busybox hasn't changed during the lifetime of
> 9.x.x.

while wget (and curl) has been updated, apparently trying to fix a bug or 
attack vector, several times in the last 6 weeks or so.

So this would appear to be a busybox problem from my point of view? Or 
possibly a broken link as I get that same pair of errors regardless of 
the machine on my home net that I initiate this query from:

wget -S --spider https://wiki.debian.org

And this is the response I get from here in WV,USA:
gene@coyote:~/Documents$ wget -S --spider https://wiki.debian.org
Spider mode enabled. Check if remote file exists.
--2018-02-19 09:39:51--  https://wiki.debian.org/
Resolving wiki.debian.org (wiki.debian.org)... 82.195.75.112, 
2001:41b8:202:deb:6564:a62:52c3:4b70
Connecting to wiki.debian.org (wiki.debian.org)|82.195.75.112|:443... 
connected.
HTTP request sent, awaiting response...
  HTTP/1.1 403 FORBIDDEN
  Date: Mon, 19 Feb 2018 14:39:42 GMT
  Server: Apache
  X-Content-Type-Options: nosniff
  X-Frame-Options: sameorigin
  Referrer-Policy: no-referrer
  X-Xss-Protection: 1
  Strict-Transport-Security: max-age=15552000
  Public-Key-Pins: 
pin-sha256="yPqY/77C2aLVJIEAYtuMrFy+cX6g4CatH03gcBQbxpo="; 
pin-sha256="TzmD7DK6d5d7RU66/XTJtlENSfv+i0P7x2Xmpl8uFrY="; 
max-age=5184000
  Content-Length: 166
  X-Clacks-Overhead: GNU Terry Pratchett
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html
Remote file does not exist -- broken link!!!

Found 1 broken link.

https://wiki.debian.org/

Converted 0 files in 0 seconds.

So either wget has been banned, or the file does not exist.

-- 
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-19 Thread Gene Heskett
On Sunday 18 February 2018 20:33:52 Ólafur Jens Sigurðsson wrote:

> wget -S --spider https://wiki.debian.org

rock64@rock64:~$ wget -S --spider https://wiki.debian.org
Spider mode enabled. Check if remote file exists.
--2018-02-19 14:27:45--  https://wiki.debian.org/
Resolving wiki.debian.org (wiki.debian.org)... 82.195.75.112, 
2001:41b8:202:deb:6564:a62:52c3:4b70
Connecting to wiki.debian.org (wiki.debian.org)|82.195.75.112|:443... 
connected.
HTTP request sent, awaiting response...
  HTTP/1.1 403 FORBIDDEN
  Date: Mon, 19 Feb 2018 14:27:45 GMT
  Server: Apache
  X-Content-Type-Options: nosniff
  X-Frame-Options: sameorigin
  Referrer-Policy: no-referrer
  X-Xss-Protection: 1
  Strict-Transport-Security: max-age=15552000
  Public-Key-Pins: 
pin-sha256="yPqY/77C2aLVJIEAYtuMrFy+cX6g4CatH03gcBQbxpo="; 
pin-sha256="TzmD7DK6d5d7RU66/XTJtlENSfv+i0P7x2Xmpl8uFrY="; 
max-age=5184000
  Content-Length: 166
  X-Clacks-Overhead: GNU Terry Pratchett
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html
Remote file does not exist -- broken link!!!



-- 
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-19 Thread Brian
On Sun 18 Feb 2018 at 20:21:57 -0500, Gene Heskett wrote:

> On Sunday 18 February 2018 18:47:58 Brian wrote:
> 
> > On Sun 18 Feb 2018 at 17:51:50 -0500, Gene Heskett wrote:
> > > On Sunday 18 February 2018 17:19:48 Roger Price wrote:
> >
> > [Snipped]
> >
> > > > It looks as if the network setup in the EeePC is correct, but wget
> > > > fails. Any suggestion would be very welcome, Roger
> > >
> > > Check the list, I think wget was mentioned as a problem child child
> > > within the last 2 or 3 weeks. Is the machine fully uptodate?
> >
> > What significance does "fully uptodate" have when using the installer?
> 
> The install media may be dated, so if it will boot at all, the first 
> thing should be to update it and see if wget is replaced and now works.

Sounds reasonable until one realises the installer uses a busybox
version of wget. And busybox hasn't changed during the lifetime of
9.x.x.

-- 
Brian.



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-18 Thread David Wright
On Mon 19 Feb 2018 at 01:33:52 (+), Ólafur Jens Sigurðsson wrote:
> On Sat, Feb 17, 2018 at 06:52:43PM +, Curt wrote:
> > On 2018-02-17, Reco <recovery...@gmail.com> wrote:
> > >
> > > First, please don't get me wrong, but can you provide the output of
> > > (regular box, of course):
> > >
> > > wget -S --spider https://wiki.debian.org
> > >
> > > There have been some reports from people using your ISP that this page
> > > does not work for them somehow, and I'm too lazy to travel to France to
> > > check it out :)
> > >
> > 
> > Here I am conveniently in France:
> > 
> > curty@einstein:~$ wget -S --spider https://wiki.debian.org
> > Spider mode enabled. Check if remote file exists.
> > --2018-02-17 19:52:06--  https://wiki.debian.org/
> > Resolving wiki.debian.org (wiki.debian.org)... 82.195.75.112, 
> > 2001:41b8:202:deb:6564:a62:52c3:4b70
> > Connecting to wiki.debian.org (wiki.debian.org)|82.195.75.112|:443... 
> > connected.
> > HTTP request sent, awaiting response... 
> >   HTTP/1.1 403 FORBIDDEN
> >   Date: Sat, 17 Feb 2018 18:52:06 GMT
> >   Server: Apache
> >   X-Content-Type-Options: nosniff
> >   X-Frame-Options: sameorigin
> >   Referrer-Policy: no-referrer
> >   X-Xss-Protection: 1
> >   Strict-Transport-Security: max-age=15552000
> >   Public-Key-Pins: 
> > pin-sha256="yPqY/77C2aLVJIEAYtuMrFy+cX6g4CatH03gcBQbxpo="; 
> > pin-sha256="TzmD7DK6d5d7RU66/XTJtlENSfv+i0P7x2Xmpl8uFrY="; max-age=5184000
> >   Content-Length: 166
> >   X-Clacks-Overhead: GNU Terry Pratchett
> >   Keep-Alive: timeout=5, max=100
> >   Connection: Keep-Alive
> >   Content-Type: text/html
> > Remote file does not exist -- broken link!!!
> > 
> > I surfed the wiki the other day, no problemo, but "HTTP/1.1 403 FORBIDDEN"?
> 
> I get the same here in Iceland, IP address is 193.109.xxx.xxx (AS Number
> is 24743) and I can browse the wiki just fine.
> 
> What do people in the US get?

Much the same as anyone else. But who cares. This subthread was
hijacked here:
https://lists.debian.org/debian-user/2018/02/msg00755.html

Forget the wiki. And as Brian said, forget this option:

Installer components to load:
[ ] choose-mirror: Choose mirror to install from (menu item)

Work your way through the main menu …

  │  Choose language
  │  Configure the keyboard
  │  Detect and mount CD-ROM
  │  Load installer components from CD
  │  Detect network hardware
  │  Configure the network
  │  Set up users and passwords
  │  Configure the clock
  │  Detect disks
  │  Partition disks
  │  Install the base system
  │  Configure the package manager

… and don't think about mirrors until you get to this point.

  │  Select and install software
  │  Install the GRUB boot loader on a hard disk
  │  Finish the installation

Cheers,
David.



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-18 Thread Ólafur Jens Sigurðsson
On Sat, Feb 17, 2018 at 06:52:43PM +, Curt wrote:
> On 2018-02-17, Reco  wrote:
> >
> > First, please don't get me wrong, but can you provide the output of
> > (regular box, of course):
> >
> > wget -S --spider https://wiki.debian.org
> >
> > There have been some reports from people using your ISP that this page
> > does not work for them somehow, and I'm too lazy to travel to France to
> > check it out :)
> >
> 
> Here I am conveniently in France:
> 
> curty@einstein:~$ wget -S --spider https://wiki.debian.org
> Spider mode enabled. Check if remote file exists.
> --2018-02-17 19:52:06--  https://wiki.debian.org/
> Resolving wiki.debian.org (wiki.debian.org)... 82.195.75.112, 
> 2001:41b8:202:deb:6564:a62:52c3:4b70
> Connecting to wiki.debian.org (wiki.debian.org)|82.195.75.112|:443... 
> connected.
> HTTP request sent, awaiting response... 
>   HTTP/1.1 403 FORBIDDEN
>   Date: Sat, 17 Feb 2018 18:52:06 GMT
>   Server: Apache
>   X-Content-Type-Options: nosniff
>   X-Frame-Options: sameorigin
>   Referrer-Policy: no-referrer
>   X-Xss-Protection: 1
>   Strict-Transport-Security: max-age=15552000
>   Public-Key-Pins: pin-sha256="yPqY/77C2aLVJIEAYtuMrFy+cX6g4CatH03gcBQbxpo="; 
> pin-sha256="TzmD7DK6d5d7RU66/XTJtlENSfv+i0P7x2Xmpl8uFrY="; max-age=5184000
>   Content-Length: 166
>   X-Clacks-Overhead: GNU Terry Pratchett
>   Keep-Alive: timeout=5, max=100
>   Connection: Keep-Alive
>   Content-Type: text/html
> Remote file does not exist -- broken link!!!
> 
> I surfed the wiki the other day, no problemo, but "HTTP/1.1 403 FORBIDDEN"?

I get the same here in Iceland, IP address is 193.109.xxx.xxx (AS Number
is 24743) and I can browse the wiki just fine.

What do people in the US get?

Cheers, Oli



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-18 Thread Gene Heskett
On Sunday 18 February 2018 18:47:58 Brian wrote:

> On Sun 18 Feb 2018 at 17:51:50 -0500, Gene Heskett wrote:
> > On Sunday 18 February 2018 17:19:48 Roger Price wrote:
>
> [Snipped]
>
> > > It looks as if the network setup in the EeePC is correct, but wget
> > > fails. Any suggestion would be very welcome, Roger
> >
> > Check the list, I think wget was mentioned as a problem child child
> > within the last 2 or 3 weeks. Is the machine fully uptodate?
>
> What significance does "fully uptodate" have when using the installer?

The install media may be dated, so if it will boot at all, the first 
thing should be to update it and see if wget is replaced and now works.

-- 
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-18 Thread Brian
On Sun 18 Feb 2018 at 17:51:50 -0500, Gene Heskett wrote:

> On Sunday 18 February 2018 17:19:48 Roger Price wrote:

[Snipped]
 
> > It looks as if the network setup in the EeePC is correct, but wget
> > fails. Any suggestion would be very welcome, Roger
> 
> Check the list, I think wget was mentioned as a problem child child 
> within the last 2 or 3 weeks. Is the machine fully uptodate?

What significance does "fully uptodate" have when using the installer?

-- 
Brian.



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-18 Thread Brian
On Sun 18 Feb 2018 at 23:19:48 +0100, Roger Price wrote:

> Thanks for all your comments, I repeated my attempt to install as follows:
> 
> Hardware: EeePC1201K (AMD Athlon 1000MHz, 1Gbyte)
>  External CD/DVD reader Samsung SE-S084.
>  Router: TP-Link 450M Wireless N Gigabit Model No. TL-WR1043ND. No IPv6
> 
> "Graphical expert install"
>   1. Configure the keyboard (AZERTY)
>   2. Detect and mount CD-ROM
>   3. Load installer components from CD
>  [X] choose-mirror

Why? I've never used it. I don't know what it does. It's optional. Don't
select it.

>   4. Detect network hardware
>  Missing firmware files are: rt2680.bin Load? [X] No
>   5. Configure the network
>  enp0s4: Silicon Intergrated Systems [SiS] 190 Ethernet Adapter
>  wlp2s0: Ralink Corp: RT3090 Wireless 802.11n 1T/1R PCIe (wireless)
>   6. Choose enp0s4 as primary
>   7. Auto-configure networking? Yes
>  IPv6 + DHCP, set hostname and domain name.
>   8. Ctl-Alt-F3 to /dev/tty3
>  ~ # route
>  Kernel IP routing table
>  Destination  Gateway GenmaskFlags Metric Ref Use Iface
>  default  10.218.0.1  0.0.0.0UG0  0   0   enp0s4
>  10.218.0.0   *   255.255.255.0  U 0  0   0   enp0s4
>   9. ~ # ip address
>  ...
>  3: enp0s4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 ...
> link/ether 20:cf:30:10:43:fd brd ff:...
> inet 10.218.0.100/24 scope global enp0s4
>  ...
>  10. ~ # ping -c3 debian.proxad.net
>  PING debian.proxad.net (212.27.32.66): 56 data bytes
>  64 bytes from 212.27.32.66: seq=0 ttl=57 time=38.838 ms
>  ...
>  3 packets transmitted, 3 packets received, 0% packet loss
>  11. Ctl-Alt-F5 Graphical install
>  Choose a mirror of the Debian archive
>http, debian.proxad.net
>  12. Ctl-Alt-F4
>  Last line shows EeePC hung on
>  choose-mirror[4246]: DEBUG: command: wget --no-verbose
>   http://debian.proxad.net/debian/dists/stretch/Release -O - | grep -E
>   '^(Suite|Codename|Architectures):'
>  13. Ctl-Alt-F3 to /dev/tty3
>  ping ftp.fr.debian.org is successful, but
>  hangs on command wget --no-verbose
>   http://ftp.fr.debian.org/debian/dists/stretch/Release -O - | grep -E
>   '^(Suite|Codename|Architectures):'
>  14. I repeated 13 with more verbosity:
>  wget http://ftp.fr.debian.org/debian/dists/stretch/Release -O - | grep -E
>   '^(Suite|Codename|Architectures):'
>  --2018-02-18 20:50:31-- 
> http://ftp.fr.debian.org/debian/dists/stretch/Release
>  Resolving ftp.fr.debian.org... 212.27.32.66, 2a01:e0c:1:1598::2
>  Connecting to ftp.fr.debian.org|212.27.32.66|:80... Connected
>  HTTP request sent, awaiting response
>  ... 15 minutes go by ...
>  Read error (Connection timed out) in headers.
>  Retrying
> 
> It looks as if the network setup in the EeePC is correct, but wget fails.
> Any suggestion would be very welcome, Roger

Try a different mirror. With and without step 3.

-- 
Brian.



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-18 Thread Gene Heskett
On Sunday 18 February 2018 17:19:48 Roger Price wrote:

> On Sat, 17 Feb 2018, Gene Heskett wrote:
> >>   ~ # cat /etc/resolv.conf
> >>   search rogerprice.org
> >>   nameserver 8.8.8.8
> >
> > Does the resolv.conf still contain that data?
>
> Yes
>
> On Sat, 17 Feb 2018, Gene Heskett wrote:
> >> debian.proxad.net is 212.27.32.6. If you ping that?
> >
> > Yes, works great even from a rock64 out in the garage.
> > Do a "sudo route -n" and see if you get a valid gateway, "UG"
> > address. Then describe your hardware arrangement precisely please
>
> On Sat, 17 Feb 2018, Gene Heskett wrote:
> > On Saturday 17 February 2018 19:48:20 Rodary Jacques wrote:
> >> I had this kind of problem with free (i.e. proxad) repository which
> >> isn't any more (bust was in 2016) on the mirror list, and had to
> >> replace it with <http://ftp.fr.debian.org/debian/> -not a ftp
> >> server- in /etc/apt/sources.list. Salut. Jacques
> >
> > debian.proxad.net pings just fine from a stretch install on an arm64
> > machine:
> > rock64@rock64:/media/slash/home/rock64$ ping debian.proxad.net
> > PING debian.proxad.net (212.27.32.66) 56(84) bytes of data.
> > 64 bytes from debian.proxad.net (212.27.32.66): icmp_seq=1 ttl=50
> > time=107 ms
>
> ...
>
> > 4 packets transmitted, 4 received, 0% packet loss, time 3003ms
> > Something is wrong with his gateway, or dns.
>
> Thanks for all your comments, I repeated my attempt to install as
> follows:
>
> Hardware: EeePC1201K (AMD Athlon 1000MHz, 1Gbyte)
>   External CD/DVD reader Samsung SE-S084.
>   Router: TP-Link 450M Wireless N Gigabit Model No. TL-WR1043ND. No
> IPv6
>
> "Graphical expert install"
>1. Configure the keyboard (AZERTY)
>2. Detect and mount CD-ROM
>3. Load installer components from CD
>   [X] choose-mirror
>4. Detect network hardware
>   Missing firmware files are: rt2680.bin Load? [X] No
>5. Configure the network
>   enp0s4: Silicon Intergrated Systems [SiS] 190 Ethernet Adapter
>   wlp2s0: Ralink Corp: RT3090 Wireless 802.11n 1T/1R PCIe
> (wireless) 6. Choose enp0s4 as primary
>7. Auto-configure networking? Yes
>   IPv6 + DHCP, set hostname and domain name.
>8. Ctl-Alt-F3 to /dev/tty3
>   ~ # route
>   Kernel IP routing table
>   Destination  Gateway GenmaskFlags Metric Ref Use
> Iface default  10.218.0.1  0.0.0.0UG0  0   0  
> enp0s4 10.218.0.0   *   255.255.255.0  U 0  0   0  
> enp0s4 9. ~ # ip address
>   ...
>   3: enp0s4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 ...
>  link/ether 20:cf:30:10:43:fd brd ff:...
>  inet 10.218.0.100/24 scope global enp0s4
>   ...
>   10. ~ # ping -c3 debian.proxad.net
>   PING debian.proxad.net (212.27.32.66): 56 data bytes
>   64 bytes from 212.27.32.66: seq=0 ttl=57 time=38.838 ms
>   ...
>   3 packets transmitted, 3 packets received, 0% packet loss
>   11. Ctl-Alt-F5 Graphical install
>   Choose a mirror of the Debian archive
> http, debian.proxad.net
>   12. Ctl-Alt-F4
>   Last line shows EeePC hung on
>   choose-mirror[4246]: DEBUG: command: wget --no-verbose
>http://debian.proxad.net/debian/dists/stretch/Release -O - |
> grep -E '^(Suite|Codename|Architectures):'
>   13. Ctl-Alt-F3 to /dev/tty3
>   ping ftp.fr.debian.org is successful, but
>   hangs on command wget --no-verbose
>http://ftp.fr.debian.org/debian/dists/stretch/Release -O - |
> grep -E '^(Suite|Codename|Architectures):'
>   14. I repeated 13 with more verbosity:
>   wget http://ftp.fr.debian.org/debian/dists/stretch/Release -O -
> | grep -E '^(Suite|Codename|Architectures):'
>   --2018-02-18 20:50:31--
> http://ftp.fr.debian.org/debian/dists/stretch/Release Resolving
> ftp.fr.debian.org... 212.27.32.66, 2a01:e0c:1:1598::2 Connecting to
> ftp.fr.debian.org|212.27.32.66|:80... Connected HTTP request sent,
> awaiting response
>   ... 15 minutes go by ...
>   Read error (Connection timed out) in headers.
>   Retrying
>
> It looks as if the network setup in the EeePC is correct, but wget
> fails. Any suggestion would be very welcome, Roger

Check the list, I think wget was mentioned as a problem child child 
within the last 2 or 3 weeks. Is the machine fully uptodate?



-- 
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-18 Thread Roger Price

On Sat, 17 Feb 2018, Gene Heskett wrote:


  ~ # cat /etc/resolv.conf
  search rogerprice.org
  nameserver 8.8.8.8

Does the resolv.conf still contain that data?


Yes

On Sat, 17 Feb 2018, Gene Heskett wrote:


debian.proxad.net is 212.27.32.6. If you ping that?

Yes, works great even from a rock64 out in the garage.
Do a "sudo route -n" and see if you get a valid gateway, "UG" address.
Then describe your hardware arrangement precisely please


On Sat, 17 Feb 2018, Gene Heskett wrote:


On Saturday 17 February 2018 19:48:20 Rodary Jacques wrote:


I had this kind of problem with free (i.e. proxad) repository which
isn't any more (bust was in 2016) on the mirror list, and had to 
replace it with <http://ftp.fr.debian.org/debian/> -not a ftp server-

in /etc/apt/sources.list. Salut. Jacques


debian.proxad.net pings just fine from a stretch install on an arm64
machine:
rock64@rock64:/media/slash/home/rock64$ ping debian.proxad.net
PING debian.proxad.net (212.27.32.66) 56(84) bytes of data. 
64 bytes from debian.proxad.net (212.27.32.66): icmp_seq=1 ttl=50 time=107 ms

...

4 packets transmitted, 4 received, 0% packet loss, time 3003ms
Something is wrong with his gateway, or dns.


Thanks for all your comments, I repeated my attempt to install as follows:

Hardware: EeePC1201K (AMD Athlon 1000MHz, 1Gbyte)
 External CD/DVD reader Samsung SE-S084.
 Router: TP-Link 450M Wireless N Gigabit Model No. TL-WR1043ND. No IPv6

"Graphical expert install"
  1. Configure the keyboard (AZERTY)
  2. Detect and mount CD-ROM
  3. Load installer components from CD
 [X] choose-mirror
  4. Detect network hardware
 Missing firmware files are: rt2680.bin Load? [X] No
  5. Configure the network
 enp0s4: Silicon Intergrated Systems [SiS] 190 Ethernet Adapter
 wlp2s0: Ralink Corp: RT3090 Wireless 802.11n 1T/1R PCIe (wireless)
  6. Choose enp0s4 as primary
  7. Auto-configure networking? Yes
 IPv6 + DHCP, set hostname and domain name.
  8. Ctl-Alt-F3 to /dev/tty3
 ~ # route
 Kernel IP routing table
 Destination  Gateway GenmaskFlags Metric Ref Use Iface
 default  10.218.0.1  0.0.0.0UG0  0   0   enp0s4
 10.218.0.0   *   255.255.255.0  U 0  0   0   enp0s4
  9. ~ # ip address
 ...
 3: enp0s4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 ...
link/ether 20:cf:30:10:43:fd brd ff:...
inet 10.218.0.100/24 scope global enp0s4
 ...
 10. ~ # ping -c3 debian.proxad.net
 PING debian.proxad.net (212.27.32.66): 56 data bytes
 64 bytes from 212.27.32.66: seq=0 ttl=57 time=38.838 ms
 ...
 3 packets transmitted, 3 packets received, 0% packet loss
 11. Ctl-Alt-F5 Graphical install
 Choose a mirror of the Debian archive
   http, debian.proxad.net
 12. Ctl-Alt-F4
 Last line shows EeePC hung on
 choose-mirror[4246]: DEBUG: command: wget --no-verbose
  http://debian.proxad.net/debian/dists/stretch/Release -O - | grep -E
  '^(Suite|Codename|Architectures):'
 13. Ctl-Alt-F3 to /dev/tty3
 ping ftp.fr.debian.org is successful, but
 hangs on command wget --no-verbose
  http://ftp.fr.debian.org/debian/dists/stretch/Release -O - | grep -E
  '^(Suite|Codename|Architectures):'
 14. I repeated 13 with more verbosity:
 wget http://ftp.fr.debian.org/debian/dists/stretch/Release -O - | grep -E
  '^(Suite|Codename|Architectures):'
 --2018-02-18 20:50:31-- 
http://ftp.fr.debian.org/debian/dists/stretch/Release
 Resolving ftp.fr.debian.org... 212.27.32.66, 2a01:e0c:1:1598::2
 Connecting to ftp.fr.debian.org|212.27.32.66|:80... Connected
 HTTP request sent, awaiting response
 ... 15 minutes go by ...
 Read error (Connection timed out) in headers.
 Retrying

It looks as if the network setup in the EeePC is correct, but wget fails.
Any suggestion would be very welcome, Roger



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-17 Thread Gene Heskett
On Saturday 17 February 2018 19:48:20 Rodary Jacques wrote:

> Le samedi 17 février 2018, 16:20:06 CET Roger Price a écrit :
> > I am trying to net install stretch i386 on an EeePC using a wired
> > connection. I chose my ISP as the mirror, but the installation hangs
> > on "Configure the packet management tool (APT)" [french text reads
> > "Configurer l'outil de gestion des paquets (APT)"].
> >
> > I checked on my regular box that stretch i386 is available at
> > debian.proxad.net
> >
> >   rprice@maria ~ wget --no-verbose
> > http://debian.proxad.net/debian/dists/stretch/Release -O - |
> > grep -E '^(Suite|Codename|Architectures):'
> >   Suite: stable
> >   Codename: stretch
> >   Architectures: amd64 arm64 armel armhf i386 mips mips64el mipsel
> > ppc64el s390x
> >
> > but on the EeePC with Ctl-Alt-F3 I get
> >
> >   ~ # wget --no-verbose
> > http://debian.proxad.net/debian/dists/stretch/Release -O - |
> > grep -E '^(Suite|Codename|Architectures):'
> >   wget: unable to resolve host address 'debian.proxad.net'
> >
> > Command « ip address » shows that the EeePC has been assigned the
> > correct IP address 10.218.0.100, and /etc/resolv.conf correctly
> > points to the router as the DNS resolver:
> >
> >   ~ # cat /etc/resolv.conf
> >   search rogerprice.org
> >   nameserver 10.218.0.1
> >
> > I am using the same router and the same name server to post this
> > message. Any suggestion or hint for fixing the installation would be
> > most welcome,
> >
> > Roger
>
> I had this kind of problem with free (i.e. proxad) repository which
> isn't any more (bust was in 2016) on the mirror list, and had to
> replace it with <http://ftp.fr.debian.org/debian/> -not a ftp server-
> in /etc/apt/sources.list. Salut. Jacques

debian.proxad.net pings just fine from a stretch install on an arm64 
machine:
rock64@rock64:/media/slash/home/rock64$ ping debian.proxad.net
PING debian.proxad.net (212.27.32.66) 56(84) bytes of data.
64 bytes from debian.proxad.net (212.27.32.66): icmp_seq=1 ttl=50 
time=107 ms
64 bytes from debian.proxad.net (212.27.32.66): icmp_seq=2 ttl=50 
time=105 ms
64 bytes from debian.proxad.net (212.27.32.66): icmp_seq=3 ttl=50 
time=105 ms
64 bytes from debian.proxad.net (212.27.32.66): icmp_seq=4 ttl=50 
time=107 ms
^C
--- debian.proxad.net ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 105.046/106.442/107.576/1.100 ms

Something is wrong with his gateway, or dns.

-- 
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-17 Thread Gene Heskett
On Saturday 17 February 2018 18:35:10 Brian wrote:

> On Sat 17 Feb 2018 at 18:27:57 -0500, Gene Heskett wrote:
> > On Saturday 17 February 2018 18:13:33 Brian wrote:
> > > On Sat 17 Feb 2018 at 22:21:49 +0100, Roger Price wrote:
> > > > On Sat, 17 Feb 2018, Brian wrote:
> > > > > >  ~ # cat /etc/resolv.conf
> > > > > >  search rogerprice.org
> > > > > >  nameserver 10.218.0.1
> > > > > >
> > > > > > I am using the same router and the same name server to post
> > > > > > this message.
> > > > >
> > > > > I would try pinging www.debian.org and anywhere else you can
> > > > > think of. Or edit resolv.conf to have 8.8.8.8 (a Google
> > > > > nameserver).
> > > >
> > > > I edited /etc/resolv.conf but no success:
> > > >
> > > >  ~ # cat /etc/resolv.conf
> > > >  search rogerprice.org
> > > >  nameserver 8.8.8.8
> > > >  ~ # ping -c3 debian.proxad.net
> > > >  ping: bad address 'debian.proxad.net'
> > >
> > > debian.proxad.net is 212.27.32.6. If you ping that?
> >
> > Yes, works great even from a rock64 out in the garage.
> > Do a "sudo route -n" and see if you get a valid gateway, "UG"
> > address. Then describe your hardware arrangement precisely please
>
> sudo isn't installed within the installer environment,

Is route then within the users $PATH? It is not on that particular 
stretch machine, so I either have to know the full path, or use sudo to 
execute it.


-- 
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-17 Thread Rodary Jacques
Le samedi 17 février 2018, 16:20:06 CET Roger Price a écrit :
> I am trying to net install stretch i386 on an EeePC using a wired connection. 
> I 
> chose my ISP as the mirror, but the installation hangs on "Configure the 
> packet 
> management tool (APT)" [french text reads "Configurer l'outil de gestion des 
> paquets (APT)"].
> 
> I checked on my regular box that stretch i386 is available at 
> debian.proxad.net
> 
>   rprice@maria ~ wget --no-verbose
> http://debian.proxad.net/debian/dists/stretch/Release -O - | grep -E
> '^(Suite|Codename|Architectures):'
>   Suite: stable
>   Codename: stretch
>   Architectures: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el 
> s390x
> 
> but on the EeePC with Ctl-Alt-F3 I get
> 
>   ~ # wget --no-verbose
> http://debian.proxad.net/debian/dists/stretch/Release -O - | grep -E
> '^(Suite|Codename|Architectures):'
>   wget: unable to resolve host address 'debian.proxad.net'
> 
> Command « ip address » shows that the EeePC has been assigned the correct IP 
> address 10.218.0.100, and /etc/resolv.conf correctly points to the router as 
> the 
> DNS resolver:
> 
>   ~ # cat /etc/resolv.conf
>   search rogerprice.org
>   nameserver 10.218.0.1
> 
> I am using the same router and the same name server to post this message. Any 
> suggestion or hint for fixing the installation would be most welcome,
>
> Roger
I had this kind of problem with free (i.e. proxad) repository which isn't any 
more (bust was in 2016) on the mirror list, 
and had to replace it with <http://ftp.fr.debian.org/debian/> -not a ftp 
server- in /etc/apt/sources.list.
Salut. Jacques





Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-17 Thread Brian
On Sat 17 Feb 2018 at 18:27:57 -0500, Gene Heskett wrote:

> On Saturday 17 February 2018 18:13:33 Brian wrote:
> 
> > On Sat 17 Feb 2018 at 22:21:49 +0100, Roger Price wrote:
> > > On Sat, 17 Feb 2018, Brian wrote:
> > > > >  ~ # cat /etc/resolv.conf
> > > > >  search rogerprice.org
> > > > >  nameserver 10.218.0.1
> > > > >
> > > > > I am using the same router and the same name server to post this
> > > > > message.
> > > >
> > > > I would try pinging www.debian.org and anywhere else you can think
> > > > of. Or edit resolv.conf to have 8.8.8.8 (a Google nameserver).
> > >
> > > I edited /etc/resolv.conf but no success:
> > >
> > >  ~ # cat /etc/resolv.conf
> > >  search rogerprice.org
> > >  nameserver 8.8.8.8
> > >  ~ # ping -c3 debian.proxad.net
> > >  ping: bad address 'debian.proxad.net'
> >
> > debian.proxad.net is 212.27.32.6. If you ping that?
> 
> Yes, works great even from a rock64 out in the garage.
> Do a "sudo route -n" and see if you get a valid gateway, "UG" address.
> Then describe your hardware arrangement precisely please

sudo isn't installed within the installer environment,

-- 
Brian.



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-17 Thread Gene Heskett
On Saturday 17 February 2018 18:13:33 Brian wrote:

> On Sat 17 Feb 2018 at 22:21:49 +0100, Roger Price wrote:
> > On Sat, 17 Feb 2018, Brian wrote:
> > > >  ~ # cat /etc/resolv.conf
> > > >  search rogerprice.org
> > > >  nameserver 10.218.0.1
> > > >
> > > > I am using the same router and the same name server to post this
> > > > message.
> > >
> > > I would try pinging www.debian.org and anywhere else you can think
> > > of. Or edit resolv.conf to have 8.8.8.8 (a Google nameserver).
> >
> > I edited /etc/resolv.conf but no success:
> >
> >  ~ # cat /etc/resolv.conf
> >  search rogerprice.org
> >  nameserver 8.8.8.8
> >  ~ # ping -c3 debian.proxad.net
> >  ping: bad address 'debian.proxad.net'
>
> debian.proxad.net is 212.27.32.6. If you ping that?

Yes, works great even from a rock64 out in the garage.
Do a "sudo route -n" and see if you get a valid gateway, "UG" address.
Then describe your hardware arrangement precisely please



-- 
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-17 Thread Brian
On Sat 17 Feb 2018 at 22:21:49 +0100, Roger Price wrote:

> On Sat, 17 Feb 2018, Brian wrote:
> 
> > >  ~ # cat /etc/resolv.conf
> > >  search rogerprice.org
> > >  nameserver 10.218.0.1
> > > 
> > > I am using the same router and the same name server to post this message.
> > 
> > I would try pinging www.debian.org and anywhere else you can think of.
> > Or edit resolv.conf to have 8.8.8.8 (a Google nameserver).
> 
> I edited /etc/resolv.conf but no success:
> 
>  ~ # cat /etc/resolv.conf
>  search rogerprice.org
>  nameserver 8.8.8.8
>  ~ # ping -c3 debian.proxad.net
>  ping: bad address 'debian.proxad.net'

debian.proxad.net is 212.27.32.6. If you ping that?

-- 
Brian.



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-17 Thread Gene Heskett
On Saturday 17 February 2018 16:21:49 Roger Price wrote:

> On Sat, 17 Feb 2018, Brian wrote:
> >>  ~ # cat /etc/resolv.conf
> >>  search rogerprice.org
> >>  nameserver 10.218.0.1
> >>
> >> I am using the same router and the same name server to post this
> >> message.
> >
> > I would try pinging www.debian.org and anywhere else you can think
> > of. Or edit resolv.conf to have 8.8.8.8 (a Google nameserver).
>
> I edited /etc/resolv.conf but no success:
>
>   ~ # cat /etc/resolv.conf
>   search rogerprice.org
>   nameserver 8.8.8.8
>   ~ # ping -c3 debian.proxad.net
>   ping: bad address 'debian.proxad.net'
>
> Roger
Does the resolv.conf still contain that data?



-- 
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-17 Thread Roger Price

On Sat, 17 Feb 2018, Brian wrote:


 ~ # cat /etc/resolv.conf
 search rogerprice.org
 nameserver 10.218.0.1

I am using the same router and the same name server to post this message.


I would try pinging www.debian.org and anywhere else you can think of.
Or edit resolv.conf to have 8.8.8.8 (a Google nameserver).


I edited /etc/resolv.conf but no success:

 ~ # cat /etc/resolv.conf
 search rogerprice.org
 nameserver 8.8.8.8
 ~ # ping -c3 debian.proxad.net
 ping: bad address 'debian.proxad.net'

Roger



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-17 Thread Roger Price

On Sat, 17 Feb 2018, Curt wrote:


On 2018-02-17, Reco  wrote:


First, please don't get me wrong, but can you provide the output of
(regular box, of course):
wget -S --spider https://wiki.debian.org
There have been some reports from people using your ISP that this page
does not work for them somehow, and I'm too lazy to travel to France to
check it out :)


Here I am conveniently in France:

curty@einstein:~$ wget -S --spider https://wiki.debian.org
...
 HTTP/1.1 403 FORBIDDEN
...


As a subscriber to the french ISP Free, I get that same output for wget, however 
I can read the page successfully with the four browsers lynx, w3m, opera and 
firefox, and command « nmap -A wiki.debian.org » reports


 Starting Nmap 7.40 ( https://nmap.org ) at 2018-02-17 21:30 CET
 Nmap scan report for wiki.debian.org (82.195.75.112)
 Host is up (0.056s latency).
 Other addresses for wiki.debian.org (not scanned):
 2001:41b8:202:deb:6564:a62:52c3:4b70
 rDNS record for 82.195.75.112: wilder.debian.org
 Not shown: 989 closed ports
 PORT STATESERVICE  VERSION
 22/tcp   open ssh  OpenSSH 7.4p1 Debian 10+deb9u2 (protocol 2.0)
 | ssh-hostkey:
 |_  2048 7a:d8:5c:e4:e5:38:6b:6b:d0:5c:c2:87:8e:d6:05:b3 (RSA)
 80/tcp   open http Apache httpd
 |_http-server-header: Apache
 |_http-title: Did not follow redirect to https://wiki.debian.org/
 135/tcp  filtered msrpc
 139/tcp  filtered netbios-ssn
 443/tcp  open ssl/http Apache httpd
 | http-robots.txt: 1 disallowed entry
 |_/action/
 |_http-server-header: Apache
 |_http-title: FrontPage - Debian Wiki
 | ssl-cert: Subject: commonName=wiki.debian.org
 | Subject Alternative Name: DNS:wiki.debian.org
 | Not valid before: 2017-12-28T00:22:24
 |_Not valid after:  2018-03-28T00:22:24
 |_ssl-date: TLS randomness does not represent time
 445/tcp  filtered microsoft-ds
 873/tcp  open rsync(protocol version 31)
 1026/tcp filtered LSA-or-nterm
 1027/tcp filtered IIS
 1433/tcp filtered ms-sql-s
 1723/tcp filtered pptp

Perhaps wget is getting special treatment.

Roger

Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-17 Thread Andy Smith
Hello,

On Sat, Feb 17, 2018 at 10:34:10PM +0300, Reco wrote:
> Weird, isn't it? Someone responsible to wiki.debian.org blocked the
> whole 78.192.0.0/10 subnet (AS12322), so it seems.

In  it
was suggested to report such things to w...@debian.org.

Cheers,
Andy



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-17 Thread Reco
Hi.

On Sat, Feb 17, 2018 at 06:52:43PM +, Curt wrote:
> On 2018-02-17, Reco  wrote:
> >
> > First, please don't get me wrong, but can you provide the output of
> > (regular box, of course):
> >
> > wget -S --spider https://wiki.debian.org
> >
> > There have been some reports from people using your ISP that this page
> > does not work for them somehow, and I'm too lazy to travel to France to
> > check it out :)
> >
> 
> Here I am conveniently in France:

Thank you.

> 
> curty@einstein:~$ wget -S --spider https://wiki.debian.org
> Spider mode enabled. Check if remote file exists.
> --2018-02-17 19:52:06--  https://wiki.debian.org/
> Resolving wiki.debian.org (wiki.debian.org)... 82.195.75.112, 
> 2001:41b8:202:deb:6564:a62:52c3:4b70
> Connecting to wiki.debian.org (wiki.debian.org)|82.195.75.112|:443... 
> connected.
> HTTP request sent, awaiting response... 
>   HTTP/1.1 403 FORBIDDEN
>   Date: Sat, 17 Feb 2018 18:52:06 GMT
>   Server: Apache
>   X-Content-Type-Options: nosniff
>   X-Frame-Options: sameorigin
>   Referrer-Policy: no-referrer
>   X-Xss-Protection: 1
>   Strict-Transport-Security: max-age=15552000
>   Public-Key-Pins: pin-sha256="yPqY/77C2aLVJIEAYtuMrFy+cX6g4CatH03gcBQbxpo="; 
> pin-sha256="TzmD7DK6d5d7RU66/XTJtlENSfv+i0P7x2Xmpl8uFrY="; max-age=5184000
>   Content-Length: 166
>   X-Clacks-Overhead: GNU Terry Pratchett
>   Keep-Alive: timeout=5, max=100
>   Connection: Keep-Alive
>   Content-Type: text/html
> Remote file does not exist -- broken link!!!
> 
> I surfed the wiki the other day, no problemo, but "HTTP/1.1 403 FORBIDDEN"?

Weird, isn't it? Someone responsible to wiki.debian.org blocked the
whole 78.192.0.0/10 subnet (AS12322), so it seems.

Reco



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-17 Thread Curt
On 2018-02-17, Reco  wrote:
>
> First, please don't get me wrong, but can you provide the output of
> (regular box, of course):
>
> wget -S --spider https://wiki.debian.org
>
> There have been some reports from people using your ISP that this page
> does not work for them somehow, and I'm too lazy to travel to France to
> check it out :)
>

Here I am conveniently in France:

curty@einstein:~$ wget -S --spider https://wiki.debian.org
Spider mode enabled. Check if remote file exists.
--2018-02-17 19:52:06--  https://wiki.debian.org/
Resolving wiki.debian.org (wiki.debian.org)... 82.195.75.112, 
2001:41b8:202:deb:6564:a62:52c3:4b70
Connecting to wiki.debian.org (wiki.debian.org)|82.195.75.112|:443... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 403 FORBIDDEN
  Date: Sat, 17 Feb 2018 18:52:06 GMT
  Server: Apache
  X-Content-Type-Options: nosniff
  X-Frame-Options: sameorigin
  Referrer-Policy: no-referrer
  X-Xss-Protection: 1
  Strict-Transport-Security: max-age=15552000
  Public-Key-Pins: pin-sha256="yPqY/77C2aLVJIEAYtuMrFy+cX6g4CatH03gcBQbxpo="; 
pin-sha256="TzmD7DK6d5d7RU66/XTJtlENSfv+i0P7x2Xmpl8uFrY="; max-age=5184000
  Content-Length: 166
  X-Clacks-Overhead: GNU Terry Pratchett
  Keep-Alive: timeout=5, max=100
  Connection: Keep-Alive
  Content-Type: text/html
Remote file does not exist -- broken link!!!

I surfed the wiki the other day, no problemo, but "HTTP/1.1 403 FORBIDDEN"?




-- 
New York was no mere city. It was instead an infinitely romantic notion, the
mysterious nexus of all love and money and power, the shining and the
perishable dream itself. To think of 'living' there was to reduce the
miraculous to the mundane; one does not 'live' at Xanadu. --Joan Didion





Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-17 Thread Brian
On Sat 17 Feb 2018 at 16:20:06 +0100, Roger Price wrote:

> I am trying to net install stretch i386 on an EeePC using a wired
> connection. I chose my ISP as the mirror, but the installation hangs on
> "Configure the packet management tool (APT)" [french text reads "Configurer
> l'outil de gestion des paquets (APT)"].
> 
> I checked on my regular box that stretch i386 is available at 
> debian.proxad.net
> 
>  rprice@maria ~ wget --no-verbose
>http://debian.proxad.net/debian/dists/stretch/Release -O - | grep -E
>'^(Suite|Codename|Architectures):'
>  Suite: stable
>  Codename: stretch
>  Architectures: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el 
> s390x

That works for me too.
 
> but on the EeePC with Ctl-Alt-F3 I get
> 
>  ~ # wget --no-verbose
>http://debian.proxad.net/debian/dists/stretch/Release -O - | grep -E
>'^(Suite|Codename|Architectures):'
>  wget: unable to resolve host address 'debian.proxad.net'
> 
> Command « ip address » shows that the EeePC has been assigned the correct IP
> address 10.218.0.100, and /etc/resolv.conf correctly points to the router as
> the DNS resolver:
> 
>  ~ # cat /etc/resolv.conf
>  search rogerprice.org
>  nameserver 10.218.0.1
> 
> I am using the same router and the same name server to post this message.
> Any suggestion or hint for fixing the installation would be most welcome,

I would try pinging www.debian.org and anywhere else you can think of.
Or edit resolv.conf to have 8.8.8.8 (a Google nameserver).

-- 
Brian.



Re: Stretch net install on EeePC - unable to resolve mirror host address

2018-02-17 Thread Reco
Hi.

On Sat, Feb 17, 2018 at 04:20:06PM +0100, Roger Price wrote:
> I am trying to net install stretch i386 on an EeePC using a wired
> connection. I chose my ISP as the mirror, but the installation hangs on
> "Configure the packet management tool (APT)" [french text reads "Configurer
> l'outil de gestion des paquets (APT)"].
> 
> I checked on my regular box that stretch i386 is available at 
> debian.proxad.net
> 
>  rprice@maria ~ wget --no-verbose
>http://debian.proxad.net/debian/dists/stretch/Release -O - | grep -E
>'^(Suite|Codename|Architectures):'
>  Suite: stable
>  Codename: stretch
>  Architectures: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el 
> s390x
> 
> but on the EeePC with Ctl-Alt-F3 I get
> 
>  ~ # wget --no-verbose
>http://debian.proxad.net/debian/dists/stretch/Release -O - | grep -E
>'^(Suite|Codename|Architectures):'
>  wget: unable to resolve host address 'debian.proxad.net'
> 
> Command « ip address » shows that the EeePC has been assigned the correct IP
> address 10.218.0.100, and /etc/resolv.conf correctly points to the router as
> the DNS resolver:
> 
>  ~ # cat /etc/resolv.conf
>  search rogerprice.org
>  nameserver 10.218.0.1
> 
> I am using the same router and the same name server to post this message.
> Any suggestion or hint for fixing the installation would be most welcome,

First, please don't get me wrong, but can you provide the output of
(regular box, of course):

wget -S --spider https://wiki.debian.org

There have been some reports from people using your ISP that this page
does not work for them somehow, and I'm too lazy to travel to France to
check it out :)

Returning to your problem, I'd like to propose using Debian LiveCD [1]
on the problematic EeePC as LiveCD has some proper network
troubleshooting tools, namely tcpdump.

An file produced by:

tcpdump -w /tmp/proxad.pcap -ni any udp port 53 or udp port 5353 \
or tcp port 80

while running 

wget http://debian.proxad.net/debian/dists/stretch/Release -O /dev/null

would be invaluable in solving this out.

[1] http://www.debian.org/CD/live

Reco



Stretch net install on EeePC - unable to resolve mirror host address

2018-02-17 Thread Roger Price
I am trying to net install stretch i386 on an EeePC using a wired connection. I 
chose my ISP as the mirror, but the installation hangs on "Configure the packet 
management tool (APT)" [french text reads "Configurer l'outil de gestion des 
paquets (APT)"].


I checked on my regular box that stretch i386 is available at debian.proxad.net

 rprice@maria ~ wget --no-verbose
   http://debian.proxad.net/debian/dists/stretch/Release -O - | grep -E
   '^(Suite|Codename|Architectures):'
 Suite: stable
 Codename: stretch
 Architectures: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x

but on the EeePC with Ctl-Alt-F3 I get

 ~ # wget --no-verbose
   http://debian.proxad.net/debian/dists/stretch/Release -O - | grep -E
   '^(Suite|Codename|Architectures):'
 wget: unable to resolve host address 'debian.proxad.net'

Command « ip address » shows that the EeePC has been assigned the correct IP 
address 10.218.0.100, and /etc/resolv.conf correctly points to the router as the 
DNS resolver:


 ~ # cat /etc/resolv.conf
 search rogerprice.org
 nameserver 10.218.0.1

I am using the same router and the same name server to post this message. Any 
suggestion or hint for fixing the installation would be most welcome,


Roger

Re: dirs mirror

2017-09-26 Thread Cindy-Sue Causey
On 9/25/17, David Christensen <dpchr...@holgerdanske.com> wrote:
> On 09/25/17 12:57, Pol Hallen wrote:
>>
>> I'd like create a mirror between 2 dirs: one local dir
>>
>> /home/user/testA
>>
>> and
>>
>> /home/user/testB
>> this "testB" is a samba mounted share dir (//ip/remote_share
>> /home/user/testB)
>>
>> any idea?
>>
>
> It sounds like you want the Linux equivalent of Microsoft's "Offline
> files":
>
> https://duckduckgo.com/?q=linux+offline+files=ffsb=qa


Using David's "offline" keyword, I tried a quick "apt-cache search
offline files". Received back a few things, but "syrep" stood out near
the top (description left whole because of so many perks):

"Description-en: A generic file repository synchronization tool
 syrep is a generic file repository synchronization tool. It may be used to
 synchronize large file hierarchies bidirectionally by exchanging patch files.
 Syrep is truely peer-to-peer, no central servers are involved.
 Synchronizations between more than two repositories are supported. The patch
 files may be transferred via offline media, e.g. removable hard disks or
 compact discs.
 .
 Files are tracked by their message digests, currently MD5. The following file
 operations are tracked in the snapshot files: creation, deletion,
 modification, creation of new hard or symbolic links, renaming. (The latter is
 nothing more than a new hard link and removal of the old file). syrep doesn't
 distinguish between soft and hard links. In fact even copies of files are
 treated as the same. Currently, syrep doesn't synchronize file attributes like
 access modes or modification times.
 .
 Syrep was written to facilitate the synchronization of two large digital music
 repositories without direct network connection. Patch files of several
 gigabytes are common in this situation.
 .
 Syrep is able to cope with 64 bit file sizes. (LFS)
 .
 Syrep is optimized for speed. It may make use of a message digest cache to
 accelerate the calculation of digests of a whole directory hierarchy"

Sounds interesting even if it doesn't help.. :)

Cindy :)
-- 
Cindy-Sue Causey
Talking Rock, Pickens County, Georgia, USA

* runs with duct tape *



Re: dirs mirror

2017-09-26 Thread Darac Marjal

On Mon, Sep 25, 2017 at 09:57:54PM +0200, Pol Hallen wrote:

Hi folks :-)

I'd like create a mirror between 2 dirs: one local dir

/home/user/testA

and

/home/user/testB
this "testB" is a samba mounted share dir (//ip/remote_share 
/home/user/testB)


any idea?


It depends on how close you want those mirrors to be. If they are 
absolutely identical:


ln -s ../testB /home/user/testA

will create a symbolic link between the two directories. You can 'cd' 
into either testA or testB and see identical files, changes happen 
immediately etc. A symbolic link essentially allows you to give a 
directory a second name.


If this is for backup purposes and you want to periodically bring testB 
up-to-date with testA, then rsync is your best choice:


rsync -avP --delete /home/user/testA /home/user/testB

This is a one-way synchronisation. testB becomes identical to testA, and 
any changes in testB are lost. If you need two-way synchronisation 
(testA and testB have changed, but need to come to a common state), then 
look at the "unison" package.




thanks for help!

Pol



--
For more information, please reread.


signature.asc
Description: PGP signature


Re: dirs mirror

2017-09-25 Thread David Christensen

On 09/25/17 19:57, David Christensen wrote:
It sounds like you want the Linux equivalent of Microsoft's "Offline 
files":


Here is information about Microsoft's "Offline Files":

https://en.wikipedia.org/wiki/Windows_Vista_I/O_technologies#Offline_Files


David



Re: dirs mirror

2017-09-25 Thread David Christensen

On 09/25/17 12:57, Pol Hallen wrote:

Hi folks :-)

I'd like create a mirror between 2 dirs: one local dir

/home/user/testA

and

/home/user/testB
this "testB" is a samba mounted share dir (//ip/remote_share 
/home/user/testB)


any idea?

thanks for help!

Pol



It sounds like you want the Linux equivalent of Microsoft's "Offline files":

https://duckduckgo.com/?q=linux+offline+files=ffsb=qa


David



dirs mirror

2017-09-25 Thread Pol Hallen

Hi folks :-)

I'd like create a mirror between 2 dirs: one local dir

/home/user/testA

and

/home/user/testB
this "testB" is a samba mounted share dir (//ip/remote_share 
/home/user/testB)


any idea?

thanks for help!

Pol



Re: Required help on local Debain mirror

2017-08-30 Thread David Wright
On Wed 30 Aug 2017 at 17:27:31 (+0200), Christian Seiler wrote:
> Hi there,
> 
> Am 2017-08-29 11:57, schrieb Kala Techies:
> >I am using (Debian GNU/Linux 6.0.10 (squeeze)) in my environment and I
> >want to update all systems using one local mirror.
> 
> I don't think it's a good idea to setup a real local mirror,
> as that means you'll download the entire archive, which is
> likely going to be a _lot_ more stuff (especially if you
> download all available architectures) than upgrading each
> machine individually.
> 
> What you'll rather want is to setup a local proxy server
> that'll cache the packages. This way you'll only download
> what you actually need, but you'll also only download it
> once.
> 
> I can recommend the apt-cacher-ng package for that.

However, be prepared for problems if you run a version of
apt-cacher-ng as old as squeeze's.

I still run apt-cacher-ng on a wheezy machine and have had to switch
between the backports and backports-sloppy versions, currently the
latter, 0.9.1-1~bpo7+1. The main failures have been (1) expiration of
old packages¹, (2) new compression schemes² for Packages files, (3)
new InRelease files and (4) servicing apt-listbugs³ searches. I use it
for wheezy and jessie, but have made no attempt to use it with
stretch; is that when hashed indexing started?

I don't know how many of these issues will affect a constituency of
totally squeeze PCs; I guess that depends on whether the mirrors
being used have been updating their apt methods, and if there are
squeeze backports.

¹ie the archive grows for ever.
²eg .xz and/or .bz2 files.
³my current command sequence for upgrading is the unwieldy
# apt-get -o Acquire::http::Proxy="http://192.168.1.19:3142/; update
# apt-get -d -o Acquire::http::Proxy="http://192.168.1.19:3142/; upgrade
# apt-get upgrade

Cheers,
David.



Re: Required help on local Debain mirror

2017-08-30 Thread Christian Seiler

Hi there,

Am 2017-08-29 11:57, schrieb Kala Techies:

I am using (Debian GNU/Linux 6.0.10 (squeeze)) in my environment and I
want to update all systems using one local mirror.


I don't think it's a good idea to setup a real local mirror,
as that means you'll download the entire archive, which is
likely going to be a _lot_ more stuff (especially if you
download all available architectures) than upgrading each
machine individually.

What you'll rather want is to setup a local proxy server
that'll cache the packages. This way you'll only download
what you actually need, but you'll also only download it
once.

I can recommend the apt-cacher-ng package for that.

Regards,
Christian



Re: Required help on local Debain mirror

2017-08-30 Thread Dan Ritter
On Tue, Aug 29, 2017 at 03:27:12PM +0530, Kala Techies wrote:
> I am new to Debian and I want some help on Local Debain Mirror.
> 
> 
> 
> I am using (Debian GNU/Linux 6.0.10 (squeeze)) in my environment and I want
> to update all systems using one local mirror.
> 
> I tried to configure local mirror and followed some tutorials to configure
> local mirror :-

First question: why are you using squeeze instead of stretch?

(There are occasionally good reasons.)

The easiest way to get a mirror working is to use the apt-mirror
package.

Install it on a machine with enough disk space, along with a
webserver.

Edit /etc/apt/mirrors.list 

If you really need squeeze, you'll need to get packages from
https://www.debian.org/distrib/archive

-dsr-



Required help on local Debain mirror

2017-08-29 Thread Kala Techies
Hello Team,



Good Day… !!!



I am new to Debian and I want some help on Local Debain Mirror.



I am using (Debian GNU/Linux 6.0.10 (squeeze)) in my environment and I want
to update all systems using one local mirror.

I tried to configure local mirror and followed some tutorials to configure
local mirror :-



https://www.debian.org/mirror/ftpmirror

https://unix.stackexchange.com/questions/338723/setup-debian-mirrors-after-
installation/338736

https://www.howtoforge.com/local_debian_ubuntu_mirror_p3



But no luck.



I would appreciate if you could please share the steps to create local
mirror for Debain 6 squeeze.


Thanks in advance for your help.

Regards,
Kala


Re: Debian Mirror?

2017-08-04 Thread Zenaan Harkness
On Fri, Aug 04, 2017 at 07:36:01PM -0700, H.P. Garcia wrote:
> I noticed many of use are having issues or Debian not updating as
> usual. I know there are mirrors. What's the procedure of pointing to
> the mirror instead of debian repository?
> 
> Thanks in advance.

https://www.debian.org/mirror/list



Debian Mirror?

2017-08-04 Thread H.P. Garcia
I noticed many of use are having issues or Debian not updating as
usual. I know there are mirrors. What's the procedure of pointing to
the mirror instead of debian repository?

Thanks in advance.

HP Garcia

-- 
HP Garcia, Photographer
hpgar...@hpgphotography.com
HPGPhotography.com



Re: ftp.no.debian.org mirror pointing to .se domain?

2017-07-16 Thread Fungi4All
>From: dan...@zift.no
>Hello.
>Just curious. I see that "ftp.no.debian.org" points to
>"ftp.se.debian.org". Do we no longer have proper mirror
>in Norway, or is this just a mistake?
>I am not subscribed to this list, so please CC me directly
>- Daniel
The svvedes have taken over this country and it will be in
the news tomorrow. You are just among the few that
noticed. The debian mirror was a primary target.
Alternatively, they could be restoring the server and
passed on the domain to a neighboring mirror till they
get it up and running. This will not make the news tomorrow.

ftp.no.debian.org mirror pointing to .se domain?

2017-07-16 Thread Daniel
Hello.

Just curious. I see that "ftp.no.debian.org" points to
"ftp.se.debian.org". Do we no longer have proper mirror
in Norway, or is this just a mistake?

I am not subscribed to this list, so please CC me directly

- Daniel



a bug in apt-mirror ??

2017-07-06 Thread Abdelkader Belahcene
Hi everybody

I 've written a bash script and 2 small python files,  to fix a problem I
found in apt-mirror. I don't know if I don't use correctly apt-mirror.
I give my problem  and the script which solve the problem.

before that I don't understand this error ???:

Use of uninitialized value $config{"options"} in pattern match (m//) at
/usr/bin/apt-mirror line 300,  line 17.

The problem:   When I run  the apt-mirror  it gives the size to download to
update my local repos

if I run it again it gives the same (or approxiamativl) size to download,
so noting is added to my repos, when I check I found many packages not
updated. Here is the example ( just a part of the output)
:
5.4 GiB will be downloaded into archive.
Downloading 231 archive files using 20 threads...
Begin time: Thu Jul  6 09:17:29 2017
[20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]...
[11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]...
[1]... [0]...
End time: Thu Jul  6 09:20:34 2017

4.5 MiB in 22 files and 0 directories can be freed.



just after that if run a get the same size to download

5.4 GiB will be downloaded into archive.
Downloading 207 archive files using 20 threads...
Begin time: Thu Jul  6 09:36:56 2017
[20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]...
[11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]...
[1]... [0]...
End time: Thu Jul  6 09:37:26 2017

4.5 MiB in 22 files and 0 directories can be freed


MYSOLUTION: maybe somebody wants to use  or improves them
I send in attached file 3 scripts : aptMirrorMod.sh ,
OfficialPackages.py  and  differences.py
The goal of them scripts is to determine the  packages which are different
in the local and remote mirror ( the size is different  or not installed at
all).
It is not necessary to check the checksum since the remote site (official)
is supposed correct.



I hope these programs will serve some people

best regrads

### OfficialPackages.py
##  Construct the legal name for Package
## from nam, version, ...

s=open('Size.txt', 'r')
p=open('Paq.txt', 'r')
v=open('Vers.txt', 'r')
a=open('Arch.txt', 'r')
fd=open('remotePackages.sort', 'w')

while 1:
ss=s.readline()
if ss=='':  break
pp = p.readline()
vv = v.readline()
aa = a.readline()
ls=len(ss)
sss=ss[0:ls-1]
ls=len(pp)
ppp=pp[0:ls-1]
ls=len(vv)
vvv=vv[0:ls-1]
ls=len(aa)
aaa=aa[0:ls-1]

res= sss+'\t'+ppp+'_'+vvv+'_'+aaa+'.deb\n'
  
fd.write(res)
s.close()
p.close()
v.close()
a.close()
fd.close()
### differences.py program
## gives the list of the missed Packages
##  or the  wrong size Package
##  comparing to the official site


r=open('remotePackages.sort', 'r')### The oficial Packages 
p=open('localPackages.sort', 'r')  ###  local Files


fd=open('Result.sort', 'w')

while 1:
pp=p.readline()
if pp=='':  break
ppp=pp.split()
rr = r.readline()
rrr=rr.split()
while  rrr[1] <  ppp[1]:
res=rrr[0]+"  "+ rrr[1]+ "\t\t\t  00  \t\t missing\n"
print (res)
fd.write(res)
rr = r.readline()
rrr=rr.split()

aaa=rrr[0]+"  "+ rrr[1]+ " \t\t"+ rrr[0]+"  "+ rrr[1]+'\n'
print(aaa)
fd.write(aaa)


p.close()
r.close()




aptMirrorMod.sh
Description: Bourne shell script


Re: Debian Install Mirror Issue

2017-07-02 Thread cp
Originally I created the installation media using the Rufus tool, but have now 
been told that doesn't work well. For this current media, I am not sure as I 
did not create it myself.

By changing the DNS servers do you mean changing the DNS server in the install 
or changing the DNS servers of my router?

Thanks for your response.
> On July 2, 2017 at 7:13 PM Laurent Dumont <m...@coldnorthadmin.com> wrote:
> 
> 
> How did you create the installation media? Did you try changing your DNS 
> servers?
> 
> I've deployed a few Debian Net-Install over the past few days without 
> any issues.
> 
> 
> On 7/2/2017 4:14 PM, c...@cpdev.me wrote:
> >
> > Hello there everyone,
> >
> > For the past 3 days I have been attempting to install Debian with the 
> > GNOME desktop environment onto my computer. Every attempt so far has 
> > ended in some kind of a mirror issue.
> >
> > I have been contacting people on the IRC #debian support channel, yet 
> > no one seems to be able to figure out the issue. At first, I had a bad 
> > installation with no packages on the USB.
> >
> > Now, when I get to the mirror stage of installation, the log seems to 
> > say that Debian runs wget debug commands and then sends back saying 
> > that the mirror is not compatible for this release. I have tried every 
> > single mirror for the US and none of them seem to want to work.
> >
> > I do have a network connection, as I can use the ping command in the 
> > CTRL + ALT + F1 shell and get packets back. I was also told that it 
> > could be another bad installation, but I do not have access to another 
> > device that can make me a new bootable USB drive so making a new drive 
> > is not an option.
> >
> > I am open to any suggestion on how to fix this. At the moment, it is 
> > frustrating to be trying to solve this issue for a total of 3 days and 
> > almost my entire weekend.
> >
> > Thanks.
> >
>

- Colin Pokowitz

c...@cpdev.me

Discord: 3piph4ny#9147



Re: Debian Install Mirror Issue

2017-07-02 Thread Laurent Dumont
How did you create the installation media? Did you try changing your DNS 
servers?


I've deployed a few Debian Net-Install over the past few days without 
any issues.



On 7/2/2017 4:14 PM, c...@cpdev.me wrote:


Hello there everyone,

For the past 3 days I have been attempting to install Debian with the 
GNOME desktop environment onto my computer. Every attempt so far has 
ended in some kind of a mirror issue.


I have been contacting people on the IRC #debian support channel, yet 
no one seems to be able to figure out the issue. At first, I had a bad 
installation with no packages on the USB.


Now, when I get to the mirror stage of installation, the log seems to 
say that Debian runs wget debug commands and then sends back saying 
that the mirror is not compatible for this release. I have tried every 
single mirror for the US and none of them seem to want to work.


I do have a network connection, as I can use the ping command in the 
CTRL + ALT + F1 shell and get packets back. I was also told that it 
could be another bad installation, but I do not have access to another 
device that can make me a new bootable USB drive so making a new drive 
is not an option.


I am open to any suggestion on how to fix this. At the moment, it is 
frustrating to be trying to solve this issue for a total of 3 days and 
almost my entire weekend.


Thanks.





Debian Install Mirror Issue

2017-07-02 Thread cp

Hello there everyone,For the past 3 days I have been attempting to install Debian with the GNOME desktop environment onto my computer. Every attempt so far has ended in some kind of a mirror issue. I have been contacting people on the IRC #debian support channel, yet no one seems to be able to figure out the issue. At first, I had a bad installation with no packages on the USB. Now, when I get to the mirror stage of installation, the log seems to say that Debian runs wget debug commands and then sends back saying that the mirror is not compatible for this release. I have tried every single mirror for the US and none of them seem to want to work.I do have a network connection, as I can use the ping command in the CTRL + ALT + F1 shell and get packets back. I was also told that it could be another bad installation, but I do not have access to another device that can make me a new bootable USB drive so making a new drive is not an option.I am open to any suggestion on how to fix this. At the moment, it is frustrating to be trying to solve this issue for a total of 3 days and almost my entire weekend.Thanks.
 



Re: Install Not Allowing Any Mirror

2017-06-18 Thread Stephen Rasku
On Sun, Jun 18, 2017 at 1:11 PM, Stephen Rasku  wrote:

> How can I resolve this?

I ended up opening a virtual console and fixing the network manually.
Specifically, I did:

~ # ip link set eth0 up
~ # ip addr add 10.0.2.16/24 dev eth0
~ # ip route delete default
~ # ip route add default via 10.0.2.1
~ # ping mirror.it.ubc.ca  # to verify

After that the install proceeded normally.

...Stephen



Re: Install Not Allowing Any Mirror

2017-06-18 Thread Stephen Rasku
I apologize for the double-posting.  I didn't see the first post go up
so I thought I had to subscribe to post.

On Sun, Jun 18, 2017 at 11:17 AM, Stephen Rasku  wrote:

> I don't think it's a connectivity issue.  The dnsmasq server can ping those
> sites and it's on the same virtual network.

It looks like it actually is a network issue.  I opened a different
console on the VM and ping and wget both timed out.  I don't
understand why the dnsmasq server works and the newly installing VM
doesn't when they are on the same network.

How can I resolve this?

...Stephen



Install Not Allowing Any Mirror

2017-06-18 Thread Stephen Rasku
Hi,

I am trying to setup a VM to install Jessie.  This VM and a dnsmasq server
are on a private network and I am installing the VM using the dnsmasq
server as a PXE server.  The install starts but I am having trouble
specifying a mirror.  I am choosing Canadian mirrors but all that I tried
are reporting "mirror does not support the specified release (jessie)".

The mirrors I tried are:
- ftp3.nrc.ca
- debian.mirror.rafal.ca
- debian.mirror.its.dal.ca
- ftp.ca.debian.org

I don't think it's a connectivity issue.  The dnsmasq server can ping those
sites and it's on the same virtual network.

How can I debug this?  Could this be caused by the release of Debian 9?


Thanks in advance,

Stephen


Jessie Not Recognizing Any Mirror

2017-06-18 Thread Stephen Rasku
Hi,

I am trying to setup a VM to install Jessie.  This VM and a dnsmasq server
are on a private network and I am installing the VM using the dnsmasq
server as a PXE server.  The install starts but I am having trouble
specifying a mirror.  I am choosing Canadian mirrors but all that I tried
are reporting "mirror does not support the specified release (jessie)".

The mirrors I tried are:
- ftp3.nrc.ca
- debian.mirror.rafal.ca
- debian.mirror.its.dal.ca
- ftp.ca.debian.org

I don't think it's a connectivity issue.  The dnsmasq server can ping those
sites and it's on the same virtual network.

How can I debug this?  Could this be caused by the release of Debian 9?


Thanks in advance,

Stephen


Mirror Debian

2017-05-17 Thread remgasis remgasis
Buenas.

Actualmente me encuentro instalando un mirror debian con ftpsync.
Como indica la documentación, en una primera ejecución de* deftpsync.conf*
como /home/mirror/bin/ftpsync sync:all  usuario mirror, he dejado el
archivo como se muestra a continuación:

--

MIRRORNAME=`hostname -f`
TO="/var/mirror/debian/"
RSYNC_PATH="debian"
RSYNC_HOST=ftp.us.debian.org

#RSYNC_USER=
#RSYNC_PASSWORD=
#RSYNC_SSL=false
#RSYNC_SSL_PORT=1873
#RSYNC_SSL_CAPATH=/etc/ssl/certs
#RSYNC_SSL_METHOD=stunnel4

LOGDIR="${BASEDIR}/log"
LOG="${LOGDIR}/${NAME}.log"

#MAILTO="root"
#ERRORSONLY="true"

ERRORSONLY="false"
FULLLOGS="true"

#EXCLUDE=""
#ARCH_EXCLUDE=""

ARCH_INCLUDE="amd64 i386"

#HUB=false
#LOGROTATE=14
#LOCK="${TO}/Archive-Update-in-Progress-${MIRRORNAME}"
# LOCKTIMEOUT=${LOCKTIMEOUT:-3600}
#UPDATEREQUIRED="${TO}/Archive-Update-Required-${MIRRORNAME}"
#UIPSLEEP=1200

#UIPRETRIES=3
TRACE="project/trace/${MIRRORNAME}"

#EXTENDEDTRACE="full"
#TRACEHOST="$(hostname -f)"

RSYNC=rsync

# RSYNC_EXTRA=""
#RSYNC_BW=""

RSYNC_FILTER="--filter=protect_Archive-Update-in-Progress-${MIRRORNAME}
--filter=protect_${TRACE}
--filter=protect_Archive-Update-Required-${MIRRORNAME}"

RSYNC_OPTIONS="-prltvHSB8192 --timeout 3600 --stats ${RSYNC_FILTER}"

RSYNC_OPTIONS1="--exclude=Packages* --exclude=Sources* --exclude=Release*
--exclude=InRelease --exclude=i18n/* --exclude=ls-lR*"

RSYNC_OPTIONS2="--recursive --times --links --hard-links --delete
--delete-after --max-delete=4 --delay-updates --delete
--delete-excluded"

# RSYNC_PROXY=
#CALLBACKUSER="archvsync"
#CALLBACKHOST="none"
#CALLBACKKEY="none"
#HOOK1=
#HOOK2=
#HOOK3=
#HOOK4=
#HOOK5=

--

En algunas oportunidades falló el servicio eléctrico y volví a ejecutar el
script. Una vez finalizada la descarga de aproximadamente 340GB cambie las
siguientes lineas:


ARCH_INCLUDE="amd64 i386"
a
ARCH_INCLUDE="amd64 i386 source"

y comenté la línea:
##RSYNC_OPTIONS1="--exclude=Packages* --exclude=Sources* --exclude=Release*
--exclude=InRelease --exclude=i18n/* --exclude=ls-lR*"

A pesar de esto y de la actual ejecución de los 4 procesos del usuario
mirror:

mirror4667  0.0  0.0   2272   596 ?Ss   00:18   0:00 /bin/sh -c
 /home/mirror/bin/ftpsync sync:all
mirror4668  0.0  0.1   5340  3112 ?S00:18   0:00 /bin/bash
/home/mirror/bin/ftpsync sync:all
mirror4694  0.0  0.2  38820  4320 ?S00:18   0:00 rsync
--bwlimit=0 -prltvHSB8192 --timeout 3600 --stats
--filter=protect_Archive-Update-in-Progress-coloso --filter=protect_project/
mirror4695  0.2  0.1  40464  3296 ?S00:18   0:02 rsync
--bwlimit=0 -prltvHSB8192 --timeout 3600 --stats
--filter=protect_Archive-Update-in-Progress-coloso --filter=protect_project/


donde 4694 y 4695:

rsync --bwlimit=0 -prltvHSB8192 --timeout 3600 --stats
--filter=protect_Archive-Update-in-Progress-coloso
--filter=protect_project/trace/coloso
--filter=protect_Archive-Update-Required-coloso --exclude=Packages*
--exclude=Sources* --exclude=Release* --exclude=InRelease --exclude=i18n/*
--exclude=ls-lR* --exclude=.~tmp~/ --include=/dists/**/binary-amd64/
--include=/dists/**/installer-amd64/ --include=/dists/**/Contents-amd64.gz
--include=/dists/**/Contents-udeb-amd64.gz
--include=/dists/**/Contents-amd64.diff/
--include=/indices/**/arch-amd64.files
--include=/indices/**/arch-amd64.list.gz --include=/pool/**/*_amd64.deb
--include=/pool/**/*_amd64.udeb --include=/pool/**/*_amd64.changes
--include=/dists/**/binary-i386/ --include=/dists/**/installer-i386/
--include=/dists/**/Contents-i386.gz
--include=/dists/**/Contents-udeb-i386.gz
--include=/dists/**/Contents-i386.diff/
--include=/indices/**/arch-i386.files
--include=/indices/**/arch-i386.list.gz --include=/pool/**/*_i386.deb
--include=/pool/**/*_i386.udeb --include=/pool/**/*_i386.changes
--include=/dists/**/binary-source/ --include=/dists/**/installer-source/
--include=/dists/**/Contents-source.gz
--include=/dists/**/Contents-udeb-source.gz
--include=/dists/**/Contents-source.diff/
--include=/indices/**/arch-source.files
--include=/indices/**/arch-source.list.gz --include=/pool/**/*_source.deb
--include=/pool/**/*_source.udeb --include=/pool/**/*_source.changes
--include=/dists/**/binary-all/ --include=/dists/**/installer-all/
--include=/dists/**/Contents-all.gz
--include=/dists/**/Contents-udeb-all.gz
--include=/dists/**/Contents-all.diff/ --include=/indices/**/arch-all.files
--include=/indices/**/arch-all.list.gz --include=/pool/**/*_all.deb
--include=/pool/*

apt update problem when it works with local apt-mirror repository

2017-04-03 Thread Сергей Терехов
My internet provider blocks e-mails sending to smtp server so sending a letter 
via the web.
It is seemed to 813786 resolved bug you can see:
From: Julian Andres Klode <j...@debian.org>
To: 813786-cl...@bugs.debian.org
Subject: Bug#813786: fixed in apt 1.4~beta3
Date: Thu, 05 Jan 2017 21:03:45 +
But now problem is for  local repository .
I install or update a packets on my local computer with Debian 64 8.6 Unstable 
through 2 stages.
At first, through apt-mirror (0.5.1-1 or 0.5.2-1) i update  local repository on 
separated hard disk. At next, i install or update packets through apt, aptitude 
or synaptic from local repository. When i work in Debian Stable through  apt 
(1.0.9.8.3),  aptitude (0.6.11-1+b1) or  synaptic (0.81.2) it is all right.
But if i use more higher versions all is worst. Now I use:
Testing:
apt (1.4~beta2)
aptitude (0.8.4-1)
synaptic (0.83+nmu1)
For example :
root@A1:/home/u1# apt update
Rec:1 file:/media/u1/DebRepo/deb-repo/mirror/mirror.mephi.ru/debian sid 
InRelease [209 kB]
Rec:1 file:/media/u1/DebRepo/deb-repo/mirror/mirror.mephi.ru/debian sid 
InRelease [209 kB]
Read package lists… Ready
Building dependency tree
Read status information… Ready
Can be updated 1 package. Run "apt list --upgradable" for the show.
N: Can't drop privileges for downloading as file
«/media/u1/DebRepo/deb-repo/mirror/mirror.mephi.ru/debian/dists/sid/InRelease» 
couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission non 
accordée).
synaptic (0.83+nmu1), when access to the local repository, issue such reports 
"Cannot be reset rights for download" and failing to access the repository.
Aptitude (0.8.4-1), when we update packets list (press button «u») it is showed
file:/media/u1/Debian/deb-repo/mirror/mirror.mephi.ru/debian sid/main 
Translation.ru [Error]
file not found —  file:/media/u1/Debian/deb-repo/mirror/mirror.mephi.ru/debian/ 
dists/sid/main/i18n/Translation-ru (2: file not found)
file:/media/u1/Debian/deb-repo/mirror/mirror.mephi.ru/debian sid/main [Ignored]
Unstable:
apt (1.4)
synaptic (0.84.2)
For example :
root@A1:~# apt update
Get:1 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian sid 
InRelease [231 kB]
Get:1 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian sid 
InRelease [231 kB]
Get:2 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian 
sid/main amd64 Contents (deb) [34.4 MB]
Ign:2 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian 
sid/main amd64 Contents (deb)
Get:3 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian 
sid/contrib amd64 Contents (deb) [117 kB]
Ign:3 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian 
sid/contrib amd64 Contents (deb)
Get:4 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian 
sid/non-free amd64 Contents (deb) [839 kB]
Ign:4 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian 
sid/non-free amd64 Contents (deb)
Get:2 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian 
sid/main amd64 Contents (deb) [34.4 MB]
Ign:2 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian 
sid/main amd64 Contents (deb)
Get:3 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian 
sid/contrib amd64 Contents (deb) [117 kB]
Ign:3 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian 
sid/contrib amd64 Contents (deb)
Get:4 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian 
sid/non-free amd64 Contents (deb) [839 kB]
Get:2 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian 
sid/main amd64 Contents (deb) [504 MB]
Ign:4 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian 
sid/non-free amd64 Contents (deb)
Err:2 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian 
sid/main amd64 Contents (deb)
File not found - 
/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian/dists/sid/main/Contents-amd64
 (2: No such file or directory)
Get:3 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian 
sid/contrib amd64 Contents (deb) [1,501 kB]
Ign:3 file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian 
sid/contrib amd64 Contents (deb)
Reading package lists... Done
N: Download is performed unsandboxed as root as file 
'/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian/dists/sid/InRelease'
 couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
E: Failed to fetch 
file:/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian/dists/sid/main/Contents-amd64
 File not found - 
/media/u1/DebRepo/DebianMirror/mirror/mirror.mephi.ru/debian/dists/sid/main/Contents-amd64
 (2: No such file or directory)
E: Some index files failed to download. They have been ignored, or old ones 
used instead.
root@A1 :~#
Can be updated 1 package. Run "apt list --upgradable" for the show.
N: Download is performed unsandboxed as root as file 
'/media/u1/Debian/deb-repo/mirror/mirror

Re: netinstall amd64 was unable to find a usable jessie mirror

2017-01-09 Thread Paul Dufresne
I just checked on the USB key, what disk it really is:
Debian GNU/Linux 8.6.0 "Jessie" - Official Multi-architecture
amd64/i386 NETINST #1 20160917-18:46



netinstall amd64 was unable to find a usable jessie mirror

2017-01-09 Thread Paul Dufresne
I downloaded netinst AMD 64 bits and made an installation on a laptop today.
I believe it was
http://cdimage.debian.org/debian-cd/8.6.0/amd64/iso-cd/debian-8.6.0-amd64-netinst.iso
I choose 64 bit install (that's for a uefi laptop  [with no more csm]
and that's was about the sixth distro iso I tried)
and that's was the first one to work (except for erfind and gparted).

Anyway, when it came time to choose a mirror, I tried 6 or 7 in Canada
(where I am) and 6 or 7 in
USA, none was working. Ctrl-Alt-F4, did show, a wget ... | grep
^something, then a message that
no valid jessie image was found on the server. I am sorry, it is not very clear.

I finished installation, then added a /etc/source.list for stable with
main contrib non-free, and then was able
after apt-get select, to do a sudo tasksel.

So I got around but still, wanted to share that something seems to go wrong.



Re: deb mirror

2016-11-24 Thread Ismael L. Donis Garcia
- Original Message - 
From: "Ariel Alvarez" <ar...@cncc.cult.cu>

To: <debian-user-spanish@lists.debian.org>
Sent: Thursday, November 24, 2016 11:42 AM
Subject: deb mirror


hola lista nunca he usado debmirror y tengo necesidad de hacerlo, buscando 
en inter logre hacer una configuracion de la que supongo este aceptable 
pero me da el siguiente error al correr el script:


Failed to download some Package, Sources or Release files!

este es el config que tengo:

#!/bin/sh

debmirror \
--precleanup \
--nosource \
--verbose \
--rsync-extra=none \
--host=ftp.us.debian.org/debian \
--method=http \
--arch=amd64,i386 \
--dist=jessie \
--section=main,contrib,non-free \
--root=debian-jessie \
--ignore-missing-release \
--ignore-release-gpg \
--allow-dist-rename \
--diff=none \
debian-jessie

a que se debe esto por favor.

gracias de antemano por su acostumbrada ayuda




Yo tengo esto y me funciona bien. Compara con el tuyo.

#!/bin/sh
ARQUITECTURA=i386, amd64
METODO=http
RAMA=jessie
HOST=ftp.us.debian.org
DIR_MIRROR=/mnt/datos/sistemas/debian/jessie
SECCIONES=main,contrib,non-free

echo "="
echo "Actualizando los repositorios JESSIE; main, contrib, non-free"
echo "="
echo ""
debmirror -a ${ARQUITECTURA} \
-s ${SECCIONES} \
-h ${HOST}/debian \
-d ${RAMA} -r / --progress \
-e 
${METODO} --postcleanup --ignore-small-errors --ignore-missing-release --ignore-release-gpg 
--nosource \

--diff=none \
${DIR_MIRROR}


Saludos

| ISMAEL |





Re: deb mirror

2016-11-24 Thread javier frf
2016-11-24 13:42 GMT-03:00 Ariel Alvarez :
>
> hola lista nunca he usado debmirror y tengo necesidad de hacerlo, buscando en 
> inter logre hacer una configuracion de la que supongo este aceptable pero me 
> da el siguiente error al correr el script:
>
> Failed to download some Package, Sources or Release files!
>
> este es el config que tengo:
>
> #!/bin/sh
>
> debmirror \
> --precleanup \
> --nosource \
> --verbose \
> --rsync-extra=none \
> --host=ftp.us.debian.org/debian \
> --method=http \
> --arch=amd64,i386 \
> --dist=jessie \
> --section=main,contrib,non-free \
> --root=debian-jessie \
> --ignore-missing-release \
> --ignore-release-gpg \
> --allow-dist-rename \
> --diff=none \
> debian-jessie
>
> a que se debe esto por favor.
>
> gracias de antemano por su acostumbrada ayuda
>
>
> -
> Consejo Nacional de Casas de Cultura
> http://www.casasdecultura.cult.cu

Hola, disculpa mi ignorancia. pero asumo que por el dominio de tu
correo, estas en Cuba. y el servidor al que apuntas en  la
configuración esta en Estados Unidos, el limite de su conexión hasta
donde llega?
Saludos!



deb mirror

2016-11-24 Thread Ariel Alvarez
hola lista nunca he usado debmirror y tengo necesidad de hacerlo, 
buscando en inter logre hacer una configuracion de la que supongo este 
aceptable pero me da el siguiente error al correr el script:


Failed to download some Package, Sources or Release files!

este es el config que tengo:

#!/bin/sh

debmirror \
--precleanup \
--nosource \
--verbose \
--rsync-extra=none \
--host=ftp.us.debian.org/debian \
--method=http \
--arch=amd64,i386 \
--dist=jessie \
--section=main,contrib,non-free \
--root=debian-jessie \
--ignore-missing-release \
--ignore-release-gpg \
--allow-dist-rename \
--diff=none \
debian-jessie

a que se debe esto por favor.

gracias de antemano por su acostumbrada ayuda


-
Consejo Nacional de Casas de Cultura
http://www.casasdecultura.cult.cu



Re: Security updates mirror

2016-04-18 Thread Aero Maxx

On 18/04/2016 15:00, Mark Fletcher wrote:



On Mon, Apr 18, 2016 at 2:42 AM Aero Maxx <aero.max...@gmail.com 
<mailto:aero.max...@gmail.com>> wrote:


Is this of any help to you ?

https://www.debian.org/mirror/list-full#JP




Thanks, yes it is. I don't recall seeing the security updates listed 
in there last time I looked (the very last Japan mirror includes them) 
-- that must be the server I was remembering.


Am I reading that right, that it says I shouldn't be using 
ftp.jp.debian.org <http://ftp.jp.debian.org> as a source, but rather 
hard-coding in one of the mirrors? What does that mean? I've been 
using ftp.jp.debian.org <http://ftp.jp.debian.org> for years, have i 
been naughty somehow?


Thanks for your help.

Mark


No problem.

I've read that link a few times, and I am not sure what you've seen that 
seen that makes you think that, I can only think its the below bit of 
text, but I think this is only for those who are wanting to create a 
mirror perhaps, but I am not 100% sure.


That being said however I think it's perfectly fine to use 
ftp.jp.debian.org, mainly due to the fact that the debian iso all have 
ftp.uk.debian.org as the primary mirror for the net install cd's, and 
this is all I ever use, and ftp.jp.debian.org is also a primary debian 
mirror. See http://ftp.jp.debian.org/debian/README.mirrors.html


I don't think you've been naughty at all.


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


Re: Security updates mirror

2016-04-18 Thread Mark Fletcher
On Mon, Apr 18, 2016 at 2:42 AM Aero Maxx <aero.max...@gmail.com> wrote:

> Is this of any help to you ?
>
> https://www.debian.org/mirror/list-full#JP
>
>
> <https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=emailclient>
>

Thanks, yes it is. I don't recall seeing the security updates listed in
there last time I looked (the very last Japan mirror includes them) -- that
must be the server I was remembering.

Am I reading that right, that it says I shouldn't be using ftp.jp.debian.org
as a source, but rather hard-coding in one of the mirrors? What does that
mean? I've been using ftp.jp.debian.org for years, have i been naughty
somehow?

Thanks for your help.

Mark


Re: Security updates mirror

2016-04-17 Thread Aero Maxx

On 17/04/2016 12:36, Mark Fletcher wrote:

Hello

A while back I remember seeing an announcement about a 
security.debian.org <http://security.debian.org> mirror in Japan, but 
I've misplaced the announcement. Doing aptitude update when you are in 
Japan and regular old security.debian.org <http://security.debian.org> 
is in your sources.list is a slow process (works fine, but slow) -- if 
there is a Japan mirror and I didn't just dream that, I'd like to use 
it. I am of course using a Japan mirror of the regular repository already.


Does anyone know where I can find a list of the security.debian.org 
<http://security.debian.org> mirrors?


Thanks

Mark


Is this of any help to you ?

https://www.debian.org/mirror/list-full#JP


---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus


Security updates mirror

2016-04-17 Thread Mark Fletcher
Hello

A while back I remember seeing an announcement about a security.debian.org
mirror in Japan, but I've misplaced the announcement. Doing aptitude update
when you are in Japan and regular old security.debian.org is in your
sources.list is a slow process (works fine, but slow) -- if there is a
Japan mirror and I didn't just dream that, I'd like to use it. I am of
course using a Japan mirror of the regular repository already.

Does anyone know where I can find a list of the security.debian.org mirrors?

Thanks

Mark


Re: any mirror/site where I can download Emacs snapshots?

2015-10-26 Thread Teemu Likonen
Sivaram Neelakantan [2015-10-27 00:04:44+05:30] wrote:

> I don't want to clone the whole repository, would a shallow clone also
> work?

You can use "git clone --depth 1" to get just the latest revision. Most
of the space is taken by the files, though, not the history. Depth-1
clone takes 178 MB and full clone 371 MB (all the way to year 1985).

> I use xfce and I believe I don't have Gnome libs installed I think.
> Would that require any changes to the configure option above?

I'm not sure what you mean. Emacs supports these toolkits:

--with-x-toolkit=KITuse an X toolkit (KIT one of: yes or gtk, gtk2,
gtk3, lucid or athena, motif, no)

(See configure --help)

I use libgtk2.0-dev (for GTK2) but those who prefer GTK3 would install
libgtk-3-dev instead. The "configure" script will detect what you have
installed. See its output.


signature.asc
Description: PGP signature


Re: any mirror/site where I can download Emacs snapshots?

2015-10-26 Thread Sivaram Neelakantan
On Mon, Oct 26 2015,Teemu Likonen wrote:

> Sivaram Neelakantan [2015-10-27 00:04:44+05:30] wrote:
>
>> I don't want to clone the whole repository, would a shallow clone also
>> work?
>
> You can use "git clone --depth 1" to get just the latest revision. Most
> of the space is taken by the files, though, not the history. Depth-1
> clone takes 178 MB and full clone 371 MB (all the way to year 1985).
>

right, thanks for that. I will use depth 1 and see how it goes

>> I use xfce and I believe I don't have Gnome libs installed I think.
>> Would that require any changes to the configure option above?
>
> I'm not sure what you mean. Emacs supports these toolkits:
>
> --with-x-toolkit=KITuse an X toolkit (KIT one of: yes or gtk, gtk2,
> gtk3, lucid or athena, motif, no)
>
> (See configure --help)
>
> I use libgtk2.0-dev (for GTK2) but those who prefer GTK3 would install
> libgtk-3-dev instead. The "configure" script will detect what you have
> installed. See its output.

I seem to have on older version of lucid Emacs installed and will go
with lucid.


 sivaram
 -- 



Re: any mirror/site where I can download Emacs snapshots?

2015-10-26 Thread Sivaram Neelakantan
On Sun, Oct 25 2015,Teemu Likonen wrote:

> Sivaram Neelakantan [2015-10-25 20:00:35+05:30] wrote:
>
>> Else I'll have to build from scratch I guess.
>
> That's a good choice and nothing to be afraid of. In Debian 8 it would
> go like this:
>
>
> sudo apt-get install git build-essential libgtk2.0-dev \
> libgnutls28-dev libfontconfig1-dev libotf-dev libm17n-dev \
> libtiff5-dev libxpm-dev libncurses5-dev libpng12-dev \
> librsvg2-dev libgif-dev imagemagick libgconf2-dev libasound2-dev \
> texinfo liblockfile-dev libmagick++-6.q16-dev gnutls-bin \
> autoconf automake
>
> git clone git://git.savannah.gnu.org/emacs.git
>
> cd emacs
>
>   ./autogen.sh
>
>   ./configure --with-x-toolkit=gtk
>
> make bootstrap
>
> sudo make install
>

Thanks for the approach.  I have 2 questions.

I don't want to clone the whole repository, would a shallow clone also
work?

I use xfce and I believe I don't have Gnome libs installed I think.
 Would that require any changes to the configure option above?


Thanks once again


 sivaram
 -- 



Re: any mirror/site where I can download Emacs snapshots?

2015-10-25 Thread Mario Castelán Castro

El 25/10/15 a las 08:30, Sivaram Neelakantan escribió:


I'm running debian test and I'd like to use the latest Emacs snapshots
if anyone has built them at all.  Is there a canonical website where I
can get deb packages of the same, please?

Else I'll have to build from scratch I guess.


There is no official (maybe what you mean by "canonical") repository of 
Debian that contains the latest version of Emacs. The main repository 
obviously doesn't have it, and the Backports don't have it either: 
.


Compiling Emacs is not difficult anyway.



any mirror/site where I can download Emacs snapshots?

2015-10-25 Thread Sivaram Neelakantan

I'm running debian test and I'd like to use the latest Emacs snapshots
if anyone has built them at all.  Is there a canonical website where I
can get deb packages of the same, please?

Else I'll have to build from scratch I guess.

 sivaram
 -- 



Re: any mirror/site where I can download Emacs snapshots?

2015-10-25 Thread Teemu Likonen
Sivaram Neelakantan [2015-10-25 20:00:35+05:30] wrote:

> Else I'll have to build from scratch I guess.

That's a good choice and nothing to be afraid of. In Debian 8 it would
go like this:


sudo apt-get install git build-essential libgtk2.0-dev \
libgnutls28-dev libfontconfig1-dev libotf-dev libm17n-dev \
libtiff5-dev libxpm-dev libncurses5-dev libpng12-dev \
librsvg2-dev libgif-dev imagemagick libgconf2-dev libasound2-dev \
texinfo liblockfile-dev libmagick++-6.q16-dev gnutls-bin \
autoconf automake

git clone git://git.savannah.gnu.org/emacs.git

cd emacs

./autogen.sh

./configure --with-x-toolkit=gtk

make bootstrap

sudo make install


signature.asc
Description: PGP signature


Re: any mirror/site where I can download Emacs snapshots?

2015-10-25 Thread Zorian M
checkinstall would be a good idea if you want to be able to
remove/upgrade the program.

https://wiki.debian.org/CheckInstall

On 10/25/15, Teemu Likonen  wrote:
> Sivaram Neelakantan [2015-10-25 20:00:35+05:30] wrote:
>
>> Else I'll have to build from scratch I guess.
>
> That's a good choice and nothing to be afraid of. In Debian 8 it would
> go like this:
>
>
> sudo apt-get install git build-essential libgtk2.0-dev \
> libgnutls28-dev libfontconfig1-dev libotf-dev libm17n-dev \
> libtiff5-dev libxpm-dev libncurses5-dev libpng12-dev \
> librsvg2-dev libgif-dev imagemagick libgconf2-dev libasound2-dev \
> texinfo liblockfile-dev libmagick++-6.q16-dev gnutls-bin \
> autoconf automake
>
> git clone git://git.savannah.gnu.org/emacs.git
>
> cd emacs
>
>   ./autogen.sh
>
>   ./configure --with-x-toolkit=gtk
>
> make bootstrap
>
> sudo make install
>



mirror key problem

2015-10-10 Thread Glenn English
I have a partial Debian mirror "across the room" so I can quickly do a 
netinstall or grab a package. Wheezy's already there; this morning, I went to 
add Jessie and oldstable (I'm on a T1, and Ethernet is significantly faster :-).

mkdebmirror says, among other things:

> [GNUPG:] SIG_ID F3t9wlFdv+WlOKgQFBRTyLgnYsU 2015-09-05 1441446236
> [GNUPG:] GOODSIG 8B48AD6246925553 Debian Archive Automatic Signing Key 
> (7.0/wheezy) <ftpmas...@debian.org>
> [GNUPG:] VALIDSIG A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553 2015-09-05 
> 1441446236 0 4 0 1 8 00 A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553
> [GNUPG:] ERRSIG 7638D0442B90D010 1 8 00 1441446236 9
> [GNUPG:] NO_PUBKEY 7638D0442B90D010
> [GNUPG:] ERRSIG CBF8D6FD518E17E1 1 8 00 1441446733 9
> [GNUPG:] NO_PUBKEY CBF8D6FD518E17E1
> gpgv: Signature made Sat 05 Sep 2015 03:43:56 AM MDT using RSA key ID 46925553
> gpgv: Good signature from "Debian Archive Automatic Signing Key (7.0/wheezy) 
> <ftpmas...@debian.org>"
> gpgv: Signature made Sat 05 Sep 2015 03:43:56 AM MDT using RSA key ID 2B90D010
> gpgv: Can't check signature: public key not found
> gpgv: Signature made Sat 05 Sep 2015 03:52:13 AM MDT using RSA key ID 518E17E1
> gpgv: Can't check signature: public key not found
> Release gpg signature does not verify.

Looks to me like I have a valid Wheezy key, but not Jessie or oldstable.

I've looked on the 'Net and in Martin Krafft's book. And I tried (from the 
mkdebmirror source):

> gpg --keyring /usr/share/keyrings/debian-archive-keyring.gpg --export \
> | gpg --no-default-keyring --keyring trustedkeys.gpg --import

it's output:

> gpg: key 11F63C51: "Jamie Cameron <jcame...@webmin.com>" not changed
> gpg: key 46925553: "Debian Archive Automatic Signing Key (7.0/wheezy) 
> <ftpmas...@debian.org>" not changed
> gpg: key B98321F9: "Squeeze Stable Release Key 
> <debian-rele...@lists.debian.org>" not changed
> gpg: key 473041FA: "Debian Archive Automatic Signing Key (6.0/squeeze) 
> <ftpmas...@debian.org>" not changed
> gpg: key 65FFB764: "Wheezy Stable Release Key 
> <debian-rele...@lists.debian.org>" not changed
> gpg: key 46925553: "Debian Archive Automatic Signing Key (7.0/wheezy) 
> <ftpmas...@debian.org>" not changed
> gpg: key 518E17E1: public key "Jessie Stable Release Key 
> <debian-rele...@lists.debian.org>" imported
> gpg: key 2B90D010: public key "Debian Archive Automatic Signing Key 
> (8/jessie) <ftpmas...@debian.org>" imported
> gpg: key C857C906: public key "Debian Security Archive Automatic Signing Key 
> (8/jessie) <ftpmas...@debian.org>" imported
> gpg: Total number processed: 9
> gpg:   imported: 3  (RSA: 3)
> gpg:  unchanged: 6
> gpg: no ultimately trusted keys found

Looks good, but mkdebmirror said:

> ./mkdebmirror: 76: ./mkdebmirror: --rsync-extra=: not found
> 
> --- creating/updating a mirror of arch(s) amd64 ---
> --- repository at mirror.picosecond.org/debian ---
> --- dist: wheezy,jessie,oldstable, sections: main,contrib ---
> Mirroring to /var/www/debian from http://mirror.picosecond.org/debian/
> Arches: amd64
> Dists: wheezy,jessie,oldstable
> Sections: main,contrib
> Pdiff mode: use
> Passive mode on.
> Will clean up after mirroring.
> Attempting to get lock ...
> Updating remote trace files (using rsync) ...
> receiving incremental file list
> ./
> project/trace/debian.gtisc.gatech.edu
>  294 100%  287.11kB/s0:00:00 (xfer#1, to-check=3/7)
> project/trace/ftp-master.debian.org
>  104 100%7.81kB/s0:00:00 (xfer#2, to-check=2/7)
> project/trace/mirror.picosecond.org
>  290 100%   20.23kB/s0:00:00 (xfer#3, to-check=1/7)
> project/trace/syncproxy.wna.debian.org
>  270 100%   18.83kB/s0:00:00 (xfer#4, to-check=0/7)
> 
> sent 234 bytes  received 414 bytes  432.00 bytes/sec
> total size is 958  speedup is 1.48
> Getting meta files ...
> [  0%] Getting: dists/wheezy/Release...#** GET 
> http://mirror.picosecond.org/debian/dists/wheezy/Release ==> 200 OK (2s)
> ok
> [  0%] Getting: dists/wheezy/Release.gpg...#** GET 
> http://mirror.picosecond.org/debian/dists/wheezy/Release.gpg ==> 200 OK
> ok
> [  0%] Getting: dists/jessie/Release...#** GET 
> http://mirror.picosecond.org/debian/dists/jessie/Release ==> 200 OK (1s)
> ok
> [  0%] Getting: dists/jessie/Release.gpg...#** GET 
> http://mirror.picosecond.org/debian/dists/jessie/Release.gpg ==> 200 OK
> ok
> [  0%] Getting: dists/oldstable/Release... #** GET 
> http://mirror.picosecond.org/debian/dists/oldstable/Release ==> 200

RE: Can't Configure Mirror (was: Can't Get Back To Graphical Install)

2015-07-25 Thread Rasku, Stephen (Wurldtech)
Wait, it seems to be working...

From: Rasku, Stephen (Wurldtech)
Sent: Saturday, July 25, 2015 7:41 AM
To: Lisi Reisz; debian-user@lists.debian.org
Subject: RE: Can't Configure Mirror (was: Can't Get Back To Graphical Install)

OK, I've restarted the install using the text install and it doesn't seem to be 
recognizing valid mirrors.  I selected mirror.it.ubc.ca and it didn't work.  
From the log I can see it's trying to wget 
https://urldefense.proofpoint.com/v2/url?u=http-3A__mirror.it.ubc.ca_debian_dists_jessie_Released=AwIFAgc=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSIr=Zm722iRdbiS1TsBSEAsRkw7RURvZVMQDevKLlZVr5mAm=0U-hAgAPV9sML2C_8rbf8gm1rUvOw7W1J4Il8GsLd5Ys=OcMNp7M4JPyJMqqWXTo6oI5RVYugXgGVrHadpnqTnUEe=
 .  I can get to this page using the host's browser so I don't know why it's 
invalid.  I was wondering if it was some sort of VirtualBox networking issue 
but I don't see any network errors in /var/log/syslog.

...Stephen

From: Lisi Reisz [lisi.re...@gmail.com]
Sent: Saturday, July 25, 2015 7:02 AM
To: debian-user@lists.debian.org
Subject: Re: Can't Get Back To Graphical Install

On Saturday 25 July 2015 14:24:03 Rasku, Stephen (Wurldtech) wrote:
 I want to setup a development environment with X.
  Could I set this up from the text install?

Yes.   How you install is just how you install.  It doesn't affect what you
choose to install.  I always use the text install to install X.  I dislike
the graphical install.

Lisi


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.debian.org_201507251502.25594.lisi.reisz-40gmail.comd=AwIFAwc=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSIr=Zm722iRdbiS1TsBSEAsRkw7RURvZVMQDevKLlZVr5mAm=UVQ_7qNYuIIAVlRwTTvztevmxp4NdGVjfMyhgKAV0Vgs=b-Ckp0Scgt-RkLREqyISmF1oVuGYoOMN6jvt81Jomose=



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.debian.org_4708A38C2E07B1448A2A864DB58DAEF4CB08C3-40ALPURAPA29.e2k.ad.ge.comd=AwIFAgc=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSIr=Zm722iRdbiS1TsBSEAsRkw7RURvZVMQDevKLlZVr5mAm=0U-hAgAPV9sML2C_8rbf8gm1rUvOw7W1J4Il8GsLd5Ys=LJolLPGFihpFKghdv0UZccsrl6B3v6SwHuCbaKUrGMce=



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/4708a38c2e07b1448a2a864db58daef4cb0...@alpurapa29.e2k.ad.ge.com



RE: Can't Configure Mirror (was: Can't Get Back To Graphical Install)

2015-07-25 Thread Rasku, Stephen (Wurldtech)
OK, I've restarted the install using the text install and it doesn't seem to be 
recognizing valid mirrors.  I selected mirror.it.ubc.ca and it didn't work.  
From the log I can see it's trying to wget 
http://mirror.it.ubc.ca/debian/dists/jessie/Release.  I can get to this page 
using the host's browser so I don't know why it's invalid.  I was wondering if 
it was some sort of VirtualBox networking issue but I don't see any network 
errors in /var/log/syslog.

...Stephen

From: Lisi Reisz [lisi.re...@gmail.com]
Sent: Saturday, July 25, 2015 7:02 AM
To: debian-user@lists.debian.org
Subject: Re: Can't Get Back To Graphical Install

On Saturday 25 July 2015 14:24:03 Rasku, Stephen (Wurldtech) wrote:
 I want to setup a development environment with X.
  Could I set this up from the text install?

Yes.   How you install is just how you install.  It doesn't affect what you
choose to install.  I always use the text install to install X.  I dislike
the graphical install.

Lisi


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.debian.org_201507251502.25594.lisi.reisz-40gmail.comd=AwIFAwc=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSIr=Zm722iRdbiS1TsBSEAsRkw7RURvZVMQDevKLlZVr5mAm=UVQ_7qNYuIIAVlRwTTvztevmxp4NdGVjfMyhgKAV0Vgs=b-Ckp0Scgt-RkLREqyISmF1oVuGYoOMN6jvt81Jomose=



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/4708a38c2e07b1448a2a864db58daef4cb0...@alpurapa29.e2k.ad.ge.com



[apt-mirror] Cohabitation Wheezy / Jessie et netinstall

2015-07-17 Thread Yanis Boucherit

Bonjour à tous,

j'ai un petit soucis en ce moment suite à la sortie de Jessie.
Je vous fait le topo :
On a un parc de serveurs d'environ 200 machines, la plupart sous Wheezy.
Pour les installer, nous passons via un boot PXE sur une image netboot, 
avec des dépôts locaux hébergés sur une machine sur notre LAN.
Récemment, j'ai ajouté Jessie à la liste des repos d'apt-mirror, sauf 
que Wheezy est encore présent en tant que stable.
Quand j'ai voulu installer une machine Jessie, avec l'image netboot qui 
va bien, voilà le résultat dans le syslog de l'install :


 broken mirror: invalid Suite or Codename in Release file for stable.

En gros, je pense que l'installeur essaye de récupérer nos dépôts 
stables (qui du coup correspondent encore à Wheezy, et non pas à 
Jessie).
Comment pourrais-je dire à l'installer Debian de récupérer le dépôt : 
'deb ftp://ftp.mylan/debian/ jessie' et non pas 'deb 
ftp://ftp.mylan/debian/ stable' (qui correspond donc à Wheezy).
Le problème c'est que via apt-mirror je ne peux pas encore passer Jessie 
en stable, ou virer les dépôts Wheezy, puisque nous n'avons pas encore 
programmé de mises à jour sur tous nos serveurs.


Une piste, des idées ?

Merci d'avance :)

Yanis B.

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: https://lists.debian.org/0242e9bddd69779b780ee6a4be264...@sixadmin.fr



Fwd: [apt-mirror] Cohabitation Wheezy / Jessie et netinstall

2015-07-17 Thread Yanis Boucherit

Bonjour à tous,

j'ai un petit soucis en ce moment suite à la sortie de Jessie.
Je vous fait le topo :
On a un parc de serveurs d'environ 200 machines, la plupart sous Wheezy.
Pour les installer, nous passons via un boot PXE sur une image netboot, 
avec des dépôts locaux hébergés sur une machine sur notre LAN.
Récemment, j'ai ajouté Jessie à la liste des repos d'apt-mirror, sauf 
que Wheezy est encore présent en tant que stable.
Quand j'ai voulu installer une machine Jessie, avec l'image netboot qui 
va bien, voilà le résultat dans le syslog de l'install :


 broken mirror: invalid Suite or Codename in Release file for stable.

En gros, je pense que l'installeur essaye de récupérer nos dépôts 
stables (qui du coup correspondent encore à Wheezy, et non pas à 
Jessie).
Comment pourrais-je dire à l'installer Debian de récupérer le dépôt : 
'deb ftp://ftp.mylan/debian/ jessie' et non pas 'deb 
ftp://ftp.mylan/debian/ stable' (qui correspond donc à Wheezy).
Le problème c'est que via apt-mirror je ne peux pas encore passer Jessie 
en stable, ou virer les dépôts Wheezy, puisque nous n'avons pas encore 
programmé de mises à jour sur tous nos serveurs.


Une piste, des idées ?

Merci d'avance :)

Yanis B.

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: https://lists.debian.org/a0a7c8df0b268bc10d382306f9d2d...@sixadmin.fr



Re: Grub2 (Wheezy) booting off either disk in a RAID1 mirror

2015-05-21 Thread Pascal Hambourg
Andrew Wood a écrit :
 
 One further question though when doing this it gives the option of 
 installing grub on both sda and sdb (which I selected) but also md1 
 which is the main root file system (which I left unselected ). Under 
 what circumstances would you choose this? Presumably only if grub was 
 being used as a chainloader with something else in the MBR?

I guess so. The something else would have to understand Linux md
software RAID, so it probably would be another GRUB. There is a cleaner
way to boot GRUB from another GRUB than chainloader : multiboot the
core.img file in /boot/grub.

However a software RAID device does not match any BIOS device, so I
doubt that grub-install would accept it.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/555e5cd5.6080...@plouf.fr.eu.org



Re: Grub2 (Wheezy) booting off either disk in a RAID1 mirror

2015-05-19 Thread Andrew Wood



On 19/05/15 18:38, Andrew Wood wrote:

On 18/05/15 23:18, Pascal Hambourg wrote:
It works, but the right way is to reconfigure the grub-pc package 
with # dpkg-reconfigure grub-pc and choose to install the bootloader 
on both disks. This way the bootloader will be automatically 
reinstalled properly when the package is upgraded. If the system 
boots from UEFI with grub-efi-*, it gets a little different though. 

Excellent thats worked perfectly thanks.


One further question though when doing this it gives the option of 
installing grub on both sda and sdb (which I selected) but also md1 
which is the main root file system (which I left unselected ). Under 
what circumstances would you choose this? Presumably only if grub was 
being used as a chainloader with something else in the MBR?



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/555b9305.5090...@perpetualmotion.co.uk



Re: Grub2 (Wheezy) booting off either disk in a RAID1 mirror

2015-05-19 Thread Andrew Wood



On 18/05/15 23:18, Pascal Hambourg wrote:
It works, but the right way is to reconfigure the grub-pc package 
with # dpkg-reconfigure grub-pc and choose to install the bootloader 
on both disks. This way the bootloader will be automatically 
reinstalled properly when the package is upgraded. If the system boots 
from UEFI with grub-efi-*, it gets a little different though. 

Excellent thats worked perfectly thanks.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/555b7532.9070...@perpetualmotion.co.uk



Re: Grub2 (Wheezy) booting off either disk in a RAID1 mirror

2015-05-18 Thread Darac Marjal
On Mon, May 18, 2015 at 02:52:21PM +0100, Andrew Wood wrote:
 Ive got 2 disks in a RAID1 mirror and am trying to setup Grub 2 so that I
 can boot from either disk if one fails.
 Ive tried using dd to copy the MBR over but when booting from  one of the
 disks I just get the word GRUB which I guess is because its looking for the
 stage 2 loader on the other disk?
 
 How can I configure Grub2 correctly such that I can boot with either disk
 removed?

I think you should be able to install grub (that is, run grub-install)
for both devices (grub-install /dev/sda ; grub-install /dev/sdb # for
example).

 
 Thanks
 
 
 -- 
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject
 of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/5559ee95.3040...@perpetualmotion.co.uk
 

-- 
For more information, please reread.


signature.asc
Description: Digital signature


Grub2 (Wheezy) booting off either disk in a RAID1 mirror

2015-05-18 Thread Andrew Wood
Ive got 2 disks in a RAID1 mirror and am trying to setup Grub 2 so that 
I can boot from either disk if one fails.
Ive tried using dd to copy the MBR over but when booting from  one of 
the disks I just get the word GRUB which I guess is because its looking 
for the stage 2 loader on the other disk?


How can I configure Grub2 correctly such that I can boot with either 
disk removed?


Thanks


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/5559ee95.3040...@perpetualmotion.co.uk



Re: Grub2 (Wheezy) booting off either disk in a RAID1 mirror

2015-05-18 Thread Pascal Hambourg
Darac Marjal a écrit :
 On Mon, May 18, 2015 at 02:52:21PM +0100, Andrew Wood wrote:
 Ive got 2 disks in a RAID1 mirror and am trying to setup Grub 2 so that I
 can boot from either disk if one fails.
 Ive tried using dd to copy the MBR over but when booting from  one of the
 disks I just get the word GRUB which I guess is because its looking for the
 stage 2 loader on the other disk?

 How can I configure Grub2 correctly such that I can boot with either disk
 removed?
 
 I think you should be able to install grub (that is, run grub-install)
 for both devices (grub-install /dev/sda ; grub-install /dev/sdb # for
 example).

It works, but the right way is to reconfigure the grub-pc package with

# dpkg-reconfigure grub-pc

and choose to install the bootloader on both disks. This way the
bootloader will be automatically reinstalled properly when the package
is upgraded.

If the system boots from UEFI with grub-efi-*, it gets a little
different though.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/555a6543.6010...@plouf.fr.eu.org



Re: Grub2 (Wheezy) booting off either disk in a RAID1 mirror

2015-05-18 Thread Bob Proulx
Darac Marjal wrote:
 Andrew Wood wrote:
  Ive got 2 disks in a RAID1 mirror and am trying to setup Grub 2 so that I
  can boot from either disk if one fails.
  Ive tried using dd to copy the MBR over but when booting from  one of the
  disks I just get the word GRUB which I guess is because its looking for the
  stage 2 loader on the other disk?
  
  How can I configure Grub2 correctly such that I can boot with either disk
  removed?
 
 I think you should be able to install grub (that is, run grub-install)
 for both devices (grub-install /dev/sda ; grub-install /dev/sdb # for
 example).

Using grub-install /dev/sda ; grub-install /dev/sdb should definitely
work for both disks.

It is definitely good to test.  Andrew I applaud you for doing the
testing of the installation.  That is awesome.

If all else fails and it were me I would swap the cables so that the
order of sda and sdb are reversed.  Then use grub-install /dev/sda to
write the mbr onto the new sda drive.  Then swap them back, although
that shouldn't matter at that point.  It is good to know that you can
use the debian-installer in rescue mode to boot and chroot to the
system in order to run grub-install there even if the BIOS booting
drives won't boot.

Bob


signature.asc
Description: Digital signature


Re: ftpsync, mirror local

2015-04-29 Thread Camaleón
El Tue, 28 Apr 2015 21:26:40 -0300, Pablo escribió:

 2015-04-28 11:10 GMT-03:00 Camaleón noela...@gmail.com:
 
 El script de ejemplo y el archivo README son bastante autoexplicativos.
 Mejor si subes el archivo de configuración que usas actualmente
 (elimina cualquier dato sensible que pueda contener) y dinos cómo lo
 ejecutas exactamente y con qué resultado. Igualmente, revisa el
 registro de la utilidad para ver si falla en algún punto de la
 generación del espejo.

 Entiendo que la opción predeterminada es que haga un copia espejo
 completa y que sea parcial sólo cuando lo especifiques expresamente.

 Si ahi adjunto un pastie del codigo
 
 http://pastie.org/private/iin9dcbtqn8y7kswniehag

Gracias. No veo nada raro.
 
 Igualmente es cierto creo que tengo que leer con mas detenimiento el
 readme. Pero no estoy logrando que me quede igual al repo que estoy
 intentando tomar como mirror. Por lo menos a nivel carpetas veo mucho
 menos contenido.  Lo que se me ocurre que puede estar pasando es que
 quizas tome un mirror que no acepta el metodo push y eso me hace pinchar
 el funcionamiento.  Cuando usaba por ejemplo debmirror me encontraba con
 sitios que no soportaban rsync para laburar pero si http y tarde
 muchisimo en aprender sobre eso.

Según estos datos parece que sí lo admite:

https://www.debian.org/mirror/list-full#BR

Pero quizá lo hayan cambiado, prueba con otro mirror y revisa siempre los 
registros de ftpsync.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/pan.2015.04.29.13.55...@gmail.com



Re: ftpsync, mirror local

2015-04-28 Thread Camaleón
El Tue, 28 Apr 2015 00:15:30 -0300, Pablo escribió:

 Hola Comunidad. Les escribo por una consulta. Estoy aprendiendo a usar
 la herramienta ftpsync para realizar un mirror local de Debian. Lo que
 todavía no estoy descubriendo bien es como configurar estos script para
 generar una copia completa de un mirror. Por el momento logro si hacer
 un mirror parcial. Pero cuando comparo lo que logro con lo que tengo veo
 que me faltan un montón de cosas. Ejemplo no me copia debian security,
 ni los isos y en ciertos casos no tengo todas las versiones de debian en
 el mismo mirror, y no es algo que excluya de la configuración. Alguien
 realizo un mirror completo usando este conjunto de script? lograron
 clonar todo un repo completo?.

El script de ejemplo y el archivo README son bastante autoexplicativos. 
Mejor si subes el archivo de configuración que usas actualmente (elimina 
cualquier dato sensible que pueda contener) y dinos cómo lo ejecutas 
exactamente y con qué resultado. Igualmente, revisa el registro de la 
utilidad para ver si falla en algún punto de la generación del espejo.

Entiendo que la opción predeterminada es que haga un copia espejo 
completa y que sea parcial sólo cuando lo especifiques expresamente.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/pan.2015.04.28.14.10...@gmail.com



Re: ftpsync, mirror local

2015-04-28 Thread Pablo
2015-04-28 11:10 GMT-03:00 Camaleón noela...@gmail.com:

 El script de ejemplo y el archivo README son bastante autoexplicativos.
 Mejor si subes el archivo de configuración que usas actualmente (elimina
 cualquier dato sensible que pueda contener) y dinos cómo lo ejecutas
 exactamente y con qué resultado. Igualmente, revisa el registro de la
 utilidad para ver si falla en algún punto de la generación del espejo.

 Entiendo que la opción predeterminada es que haga un copia espejo
 completa y que sea parcial sólo cuando lo especifiques expresamente.

 Saludos,

 --
 Camaleón






Si ahi adjunto un pastie del codigo

http://pastie.org/private/iin9dcbtqn8y7kswniehag

Igualmente es cierto creo que tengo que leer con mas detenimiento el
readme. Pero no estoy logrando que me quede igual al repo que estoy
intentando tomar como mirror. Por lo menos a nivel carpetas veo mucho menos
contenido.  Lo que se me ocurre que puede estar pasando es que quizas tome
un mirror que no acepta el metodo push y eso me hace pinchar el
funcionamiento.  Cuando usaba por ejemplo debmirror me encontraba con
sitios que no soportaban rsync para laburar pero si http y tarde muchisimo
en aprender sobre eso.



-- 
Pablo


ftpsync, mirror local

2015-04-27 Thread Pablo
Hola Comunidad. Les escribo por una consulta. Estoy aprendiendo a usar la
herramienta ftpsync para realizar un mirror local de Debian. Lo que todavía
no estoy descubriendo bien es como configurar estos script para generar una
copia completa de un mirror. Por el momento logro si hacer un mirror
parcial. Pero cuando comparo lo que logro con lo que tengo veo que me
faltan un montón de cosas. Ejemplo no me copia debian security, ni los isos
y en ciertos casos no tengo todas las versiones de debian en el mismo
mirror, y no es algo que excluya de la configuración. Alguien realizo un
mirror completo usando este conjunto de script? lograron clonar todo un
repo completo?.


Saludos

-- 
Pablo


Re: FakeRaid vs LVM Mirror

2015-03-01 Thread Camaleón
El Sat, 28 Feb 2015 16:02:22 -0300, Epsilon Minus escribió:

  Adquirí un equipo IBM x3100 m4, no trae controladora de RAID 1. trae
  el sistema híbrido.

 No sé a qué te refieres con sistema híbrido (?).

 Sistema hibrido son tambien llamados FakeRaid, Se configura Raid por
 Bios pero lo administra el SO (por eso hibrido) son mucho màs economicos
 que una controladora de RAID.

Entiendo el significado de fakeraid, peor nunca lo había oído nombrar 
como sistema híbrido.

Ahora bien, ojo con los raid porque el hecho de que se configure por BIOS 
no implica que sea fakeraid, hay muchas controladoras hardware raid que 
también necesitan configurarse desde la BIOS de la placa base por eso 
conviene saber qué chipset monta exactamente esa controladora que tienes, 
no vaya a ser que no sea tan fake como pienses :-)

  Debian no lo reconoce, estuve leyendo que hay que especificar algunos
  parámetros para que funcione.

 Pues como no seas un poco más claro con las características del
 servidor,
 poco te voy a poder decir.
 
  Es un servidor que trae la posibilidad de establecer Raid por bios,
 pero no trae controladora. No es plenamente un Raid por Hardware. No se
 con que otro nombre se lo conoce, en ingles se lo llamo mucho FakeRaid.

Infórmate bien del modelo exacto de chipset que monta la placa para el 
raid y una vez que tengas los datos podrás tomar una decisión formada.

  ¿que opinan? Mejor realizar un Raid mirror a traves de LVM o tomarse
  el trabajo de usar el sistema híbrido que trae el equipo

 No me he enterado de mucho pero sí te puedo decir que LVM no es un
 sistema RAID (!) son dos cosas distintas.

 LVM no es un sistema de RAID, es sistema de administracion de Discos y
 espacio. 

Exactamente, eso es lo que te decía, que una cosa no tiene que ver con la 
otra. 

 Si lo que se puede hacer con LVM es hacer mirror entre
 Volumenes logicos. Todo por software, administrado desde el mismo Linux.

La pregunta entiendo que sería más bien si usar un raid por software (md) 
junto con LVM porque LVM únicamente no te aporta ninguna capa de 
seguridad (redundancia) en los datos.

 Mi duda es si alguno tiene experiencia en estos sistemas de Raid
 hibridos / fakeraids / raid por bios (como quieran llamarle), no es lo
 más recomendable, lo ideal es usar una controladora de Raid. 

Sí, que los evites a toda costa pero antes asegúrate de que se trata 
efectivamente de una controladora de ese tipo.

 Mi pregunta era alguno tenia experiencia en espejar volumenes logicos a
 traves de LVM
 
 o tienen alguna otra herramienta para Raid por software en caliente que
 valga la pena investigar.  No se si aclara..

Si no tienes una controladora raid por hardware y quieres/necesitas raid 
1 usa md para el raid. Si además quieres añadir LVM para que te permita 
una mayor flexibilidad en la gestión de los volúmenes, adelante pero con 
LVM conviene saber lo que se hace, vamos, que todo lo que tenga relación 
con la administración de los discos duros puede conllevar pérdida de 
datos, también md.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/pan.2015.03.01.15.52...@gmail.com



FakeRaid vs LVM Mirror

2015-02-28 Thread Epsilon Minus
Buenas,

Adquirí un equipo IBM x3100 m4, no trae controladora de RAID 1. trae el
sistema híbrido.

Debian no lo reconoce, estuve leyendo que hay que especificar algunos
parámetros para que funcione.

¿que opinan? Mejor realizar un Raid mirror a traves de LVM o tomarse el
trabajo de usar el sistema híbrido que trae el equipo

Gracias!


Re: FakeRaid vs LVM Mirror

2015-02-28 Thread Camaleón
El Sat, 28 Feb 2015 15:05:03 -0300, Epsilon Minus escribió:

 Buenas,

Ese html...
 
 Adquirí un equipo IBM x3100 m4, no trae controladora de RAID 1. trae el
 sistema híbrido.

No sé a qué te refieres con sistema híbrido (?).

 Debian no lo reconoce, estuve leyendo que hay que especificar algunos
 parámetros para que funcione.

Pues como no seas un poco más claro con las características del servidor, 
poco te voy a poder decir.

 ¿que opinan? Mejor realizar un Raid mirror a traves de LVM o tomarse el
 trabajo de usar el sistema híbrido que trae el equipo

No me he enterado de mucho pero sí te puedo decir que LVM no es un 
sistema RAID (!) son dos cosas distintas.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/pan.2015.02.28.18.29...@gmail.com



Re: FakeRaid vs LVM Mirror

2015-02-28 Thread Epsilon Minus
  Adquirí un equipo IBM x3100 m4, no trae controladora de RAID 1. trae el
  sistema híbrido.

 No sé a qué te refieres con sistema híbrido (?).

 Sistema hibrido son tambien llamados FakeRaid, Se configura Raid por
Bios pero lo administra el SO (por eso hibrido) son mucho màs
economicos que una controladora de RAID.

  Debian no lo reconoce, estuve leyendo que hay que especificar algunos
  parámetros para que funcione.

 Pues como no seas un poco más claro con las características del servidor,
 poco te voy a poder decir.

 Es un servidor que trae la posibilidad de establecer Raid por bios,
pero no trae controladora. No es plenamente un Raid por Hardware. No
se con que otro nombre se lo conoce, en ingles se lo llamo mucho
FakeRaid.

  ¿que opinan? Mejor realizar un Raid mirror a traves de LVM o tomarse el
  trabajo de usar el sistema híbrido que trae el equipo

 No me he enterado de mucho pero sí te puedo decir que LVM no es un
 sistema RAID (!) son dos cosas distintas.

LVM no es un sistema de RAID, es sistema de administracion de Discos y
espacio. Si lo que se puede hacer con LVM es hacer mirror entre
Volumenes logicos. Todo por software, administrado desde el mismo
Linux.


Mi duda es si alguno tiene experiencia en estos sistemas de Raid
hibridos / fakeraids / raid por bios (como quieran llamarle), no es lo
más recomendable, lo ideal es usar una controladora de Raid. Mi
pregunta era alguno tenia experiencia en espejar volumenes logicos a
traves de LVM

o tienen alguna otra herramienta para Raid por software en caliente
que valga la pena investigar.  No se si aclara..



Saludos,

 --

Epsilon Minus


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/cabsg2323r-vf-wr3wrtpvqt3d-2hi++vm02wgemgsxzotny...@mail.gmail.com



Re: debian installer custom apt mirror

2015-01-24 Thread Greg Madden
On Sat, Jan 24, 2015 at 8:58 PM, Dylan Bass dylanbas...@gmail.com wrote:
 Hi,

 I recently used apt-mirror to create a local jessie mirror on my LAN.
 I have several computers and laptops that I need to keep updated daily
 and this serves my purpose fine.  I was wondering if there is a way I
 can install Debian using a custom apt mirror instead of the default
 mirrors in the Debian installer.  Thanks!


During my installs, one of the options in the 'select mirror' dialog
is  a way to manually enter the url to your mirror.

greg




-- 
Peace

Greg Madden


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAO6D2zKuCn6O=bjrjxjxukogza1aax-7q0u8+kmkihlx2b-...@mail.gmail.com



debian installer custom apt mirror

2015-01-24 Thread Dylan Bass
Hi,

I recently used apt-mirror to create a local jessie mirror on my LAN.
I have several computers and laptops that I need to keep updated daily
and this serves my purpose fine.  I was wondering if there is a way I
can install Debian using a custom apt mirror instead of the default
mirrors in the Debian installer.  Thanks!


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/canljky1s8sgfdv5kzdgyyt-jo+1hxday1jvj_5lqkdx-cln...@mail.gmail.com



Re: Error när apt-mirror körs

2015-01-01 Thread Rickard B Hansson
Hej o gott nytt år alla!

Den 5 oktober 2014 16:39 skrev Sven Arvidsson s...@whiz.se:

 On Sat, 2014-10-04 at 21:07 +0200, Rickard B Hansson wrote:
  Proceed indexes: [PPP
  gzip: stdin: unexpected end of file
 



 En ren gissning (jag använder inte apt-mirror själv) är att någon fil
 blivit korrupt


​Japp, så var det. An​tagligen att jag hade kvar mappar som raderats från
mirror.list.

Jag fick fel vid uppdatering av jessie. Mismatch av checksummor.
Jag döpte om mirror och skel till *.bak. Kommenterade bort allt utom Jessie
i mirror.list. Kopierade över Jessie till ny mirror och skel. Raderade
gamla contents och packages. Gjorde manuell nerladdning av dem. Nu
fungerade apt-get update från klient och apt-mirror på servern gav inget
fel.

Bara att lägga tillbaks övriga repon och kolla att inte flet kommer
tillbaks, när allt inaktuellt är raderat.

-- 
// Med vänliga hälsningar rbh

Rickard B Hansson
Rusfors 22
921 91 Lycksele
​​

tel 070-30 90 143


<    1   2   3   4   5   6   7   8   9   10   >