Bug#893713: debootstrap-udeb: containts too many scripts files (most of them are symlink but...)

2018-08-25 Thread Raphael Hertzog
Hello Hideki,

On Sat, 25 Aug 2018, Hideki Yamane wrote:
> > So you saved a few kilobytes and made the life harder for others.
> > IMO it was the wrong decision.
> 
>  It was my mistake, of course, but I DON'T WANT TO MAKE SOMEONE'S LIFE
>  ANY HARDER, IT IS NOT INTENDED. People who made wrong decision should
>  be blamed as fool? If so, please revert debootstrap before I started 
>  to commit to it.

Sorry if you found my message a bit rude, I appreciate the work you are
doing and I even encouraged you to try it out because clearly nobody
was assuming the task. But honestly there have been way too many uploads
with regressions, you should spend more time thinking about the
consequences of each change and you should really add some automated test
to catch the regressions.

I understand the "release early, release often" mantra, but here we are
speaking of an important tool that we really to keep working at any time.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: https://www.freexian.com/services/debian-lts.html
Learn to master Debian: https://debian-handbook.info/get/



Re: RfC: New LVM volume size restriction prompt

2018-08-25 Thread Holger Wansing
Hi,

Holger Wansing  wrote:
> Hi,
> 
> Holger Wansing  wrote:
> > > Another glitch is, that one string
> > > ---snip-
> > > #. Type: string
> > > #. Description
> > > #. :sl3:
> > > #: ../partman-auto-lvm.templates:11001
> > > #, no-c-format
> > > msgid ""
> > > "Hint: \"max\" can be used as a shortcut to specify the maximum size, or "
> > > "enter a percentage (e.g. \"20%\") to use that percentage of the maximum 
> > > size."
> > > msgstr ""
> > > snap--
> > > is not synced to translators material at all.
> > > Don't know why ATM.
> > 
> > We will see this evenning, what l10n-sync does now ...
> 
> This is still a problem.
> The string mentioned above is still not synced correctly to translators
> material. (I have ran l10n-sync without --commit option, otherwise it would
> have removed that string from translators material, where I have added it
> by hand this morning.)
> Something weird is going on ...
> Will have to investigate.

This was mostly a mis-interpreting of mine.

The string mentioned above _IS_ indeed added to the ../po/sublevelX/
structure for translators, but it is in sublevel2, not in 3, even though in 
partman-auto-lvm it is said to be in sl3.
That's because partman-partitioning has the identical string, and there it
is said to be in sl2.

After this discovery, I ran l10n-sync again with commit rights, and now it
looks fine.


Cheers
Holger


-- 

Created with Sylpheed 3.5.1 under 
D E B I A N   L I N U X   9   " S T R E T C H " .

Registered Linux User #311290 - https://linuxcounter.net/




Access to salsa/installation-guide

2018-08-25 Thread Baptiste Jammet
Hello all,

I'm the actual french translator for the installation guide.
Now that I have more Debian time, I would like to have access in
the repository to update the translation.
My salsa account is baptiste-guest. You can find my old contributions
in history, before May 2018.

Thanks
Baptiste


pgpIOzdJ2fAV3.pgp
Description: Signature digitale OpenPGP


Bug#907292: Can't find package list on server

2018-08-25 Thread David Lawyer
Package: debootstrap
Version: 1.0.108

Running debootstrap fails because it tries to fetch the package list
shown in /var/lib/apt/lists named binary-i386_Packages.  But there is no
such file on the server.  Instead there are files: binary-i386_Packages.gz
and binary-i386_Packages.xz but it doesn't look for them.  I've run strace
on it.  Here's the command I gave and results:

debootstrap --variant=minbase --verbose stretch /minboot 
http://debian.usu.edu/debian

I: Retrieving InRelease 
I: Checking Release signature
I: Valid Release signature (key id 067E3C456BAE240ACEE88F6FEF0F382A1A7B6500)
I: Retrieving Packages 
E: Couldn't download 
http://debian.usu.edu/debian/dists/stretch/main/binary-i386/Packages

debootstrap needs to find one of the compressed files. download it, and
unconpress it.  But it doesn't.
David Lawyer



Processed: Re: Bug#907292: Can't find package list on server

2018-08-25 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + moreinfo unreproducible
Bug #907292 [debootstrap] Can't find package list on server
Added tag(s) unreproducible and moreinfo.

-- 
907292: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907292
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#907292: Can't find package list on server

2018-08-25 Thread Stuart Prescott
Control: tags -1 + moreinfo unreproducible

> Running debootstrap fails because it tries to fetch the package list
> shown in /var/lib/apt/lists named binary-i386_Packages.  But there is no
> such file on the server.  Instead there are files: binary-i386_Packages.gz
> and binary-i386_Packages.xz but it doesn't look for them.  I've run strace
> on it.  Here's the command I gave and results:
> 
> debootstrap --variant=minbase --verbose stretch /minboot
> http://debian.usu.edu/debian

Running this same command works just fine here. 

If 'unxz' from xz-utils is found, then the .xz version is used; bunzip2 will 
similarly be tried (but isn't on the mirror) and then gunzip is searched for 
and the .gz file is used.

From debootstrap.log:

Resolving debian.usu.edu (debian.usu.edu)... 129.123.104.15
Connecting to debian.usu.edu (debian.usu.edu)|129.123.104.15|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7098644 (6.8M) [application/octet-stream]
Saving to: '«tmpdir»/mini/var/lib/apt/lists/partial/
debian.usu.edu_debian_dists_stretch_main_binary-amd64_Packages.xz'

And stracing: 

execve("/usr/bin/wget", ["wget", "-O", "/home/stuart/tmp/mini/var/lib/apt/
lists/partial/debian.usu.edu_debian_dists_stretch_main_binary-
i386_Packages.xz", 
"http://debian.usu.edu/debian/dists/stretch/main/binary-i386/by-hash/SHA256/
d07f5e29da93524d0956a1bc00581413e5560156c3350bc22560ee633fb29b3a"]

Removing xz-utils, strace shows:

execve("/usr/bin/wget", ["wget", "-O", "«tmpdir»/mini/var/lib/apt/lists/
partial/debian.usu.edu_debian_dists_stretch_main_binary-amd64_Packages.gz", 
"http://debian.usu.edu/debian/dists/stretch/main/binary-amd64/by-hash/
SHA256/9e7870c3c3b5b0a7f8322c323a3fa641193b1eee792ee7e2eedb6eeebf9969f3"]

(tested against both i386 and amd64)

> debootstrap needs to find one of the compressed files. download it, and
> unconpress it.  But it doesn't.

That is what is supposed to happen (and does for me). Is it possible that you 
somehow do not have unxz and gunzip available in PATH? 

I see that you've created this bug report without using reportbug and from 
what looks like a non-Debian system -- is the version against which you have 
reported this bug incorrect? Is there additional information you can provide?

Cheers
Stuart

-- 
Stuart Prescotthttp://www.nanonanonano.net/   stu...@nanonanonano.net
Debian Developer   http://www.debian.org/ stu...@debian.org
GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7