Bug#980528: debian-installer: net-install impossible because link is always reset

2021-01-20 Thread etkaar
Package: debian-installer
Severity: important
Tags: d-i

Good Morning!

I noticed a strange bug with the debian installer when I wanted to install a 
virtual machine (KVM) using
virt-install. I use MacVTap in VEPA mode for networking. While the host would 
create an interface such
like "macvtap[n]@eth0", the VM gets an interface such like "ens1" when using 
the e1000 NIC.

The fact, which lets me think that it is actually a bug of the installer, is, 
that a) the network works
without any problem in all VMs which are installed and b) that I can configure 
the network manually,
but *only* using the shell, for instance:

> ip link set ens1 up
> ip addr add 255.255.8.243/29 dev ens1
> ip route add default via 255.255.8.1 dev ens1 onlink

The bug is, that the installer - e.g. even if I, after DHCP has failed, try to 
manually configure it
using the installer (not the shell) - always resets the link "ens1" to a state 
where the link is not up:

> ~ # ip link show
> ...
> 2: ens1:  mtu 1500 qdisc pfifo_fast qlen 1000
> link/ether 52:54:00:fb:a1:98 brd ff:ff:ff:ff:ff:ff

Expected is "", but the interface is always 
set to down by the installer.
If I enable it by typing "ip link set ens1 up" it gets up and I can configure 
the network in the shell.

I even tried it with a preseed file, but whatever I try, the interface is 
always down and so it is
impossible to configure it within the installation.


#
# libvirt VM configuration
#







#
# Preseed (which also does not work)
#
d-i netcfg/choose_interface select ens1
d-i netcfg/disable_autoconfig boolean true

d-i netcfg/get_ipaddress string 255.255.8.243
d-i netcfg/get_netmask string 255.255.255.248
d-i netcfg/get_gateway string 255.255.8.1
d-i netcfg/get_nameservers string 8.8.8.8
d-i netcfg/confirm_static boolean true



Kind Regards,
--etkaar



Bug#980534: Wrong Bootloader installed at Banana Pi M3

2021-01-20 Thread Bernhard
Package: installation-reports

Boot method: SD-Card
Image version: Created SD-Card with these two files from Daily:

DIR: https://d-i.debian.org/daily-images/armhf/daily/netboot/SD-card-images/
FILE1: firmware.Sinovoip_BPI_M3.img.gz
FILE2: partition.img.gz
Concatenated as described in the README.concatenateable_images

Date: 2021-01-20

Machine: Banana Pi M3
Processor: Allwinner A83T SoC
Memory: 2GB
Partitions: -

Output of lspci -knn (or lspci -nn): -

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot: [O]
Detect network card: [O]
Configure network: [O]
Detect media: [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives: [O]
Install base system: [O]
Clock/timezone setup: [O]
User/password setup: [O]
Install tasks: [O]
Install boot loader: [E]
Overall install: [ ]

Comments/Problems:

At the end, the installer try to install GRUB instead of U-Boot.
There was the error message:

"GRUB installation failed"
"The grub-pc package failed to install into /target/."
"Without the GRUB boot loader, the installed system will not boot."

This is identical to the behaviour of Banana Pi M2 Ultra as described in bug 
report #974123:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974123

Best regards and thank you for your support.
Bernhard



signature.asc
Description: This is a digitally signed message part


Bug#980528: debian-installer: net-install impossible because link is always reset

2021-01-20 Thread Geert Stappers
Control: tag -1 moreinfo

On Wed, Jan 20, 2021 at 08:08:24AM +, etkaar wrote:
> Package: debian-installer
> Severity: important
> Tags: d-i
> 
> Good Morning!

Moin

 
> I noticed a strange bug with the debian installer when I wanted to
> install a virtual machine (KVM) using virt-install. I use MacVTap in
> VEPA mode for networking. While the host would create an interface
> such like "macvtap[n]@eth0", the VM gets an interface such like "ens1"
> when using the e1000 NIC.
> 
> The fact, which lets me think that it is actually a bug of the installer,is,

I think it is an interresting problem, not convinced about a "bug".


> that a) the network works without any problem in all VMs which are installed
> and b) that I can configure the network manually, but *only* using the shell,
> for instance:
> 
> > ip link set ens1 up
> > ip addr add 255.255.8.243/29 dev ens1
> > ip route add default via 255.255.8.1 dev ens1 onlink

???
(the triple question marks are for expressing my "Realy?",
 please elaborate what is going on.
 Yes, my request could be recieved as "vague",
 do know that is being transmitted as "open")

 
> The bug is, that the installer - e.g. even if I, after DHCP has failed, try 
> to manually configure it
> using the installer (not the shell) - always resets the link "ens1" to a 
> state where the link is not up:
> 
> > ~ # ip link show
> > ...
> > 2: ens1:  mtu 1500 qdisc pfifo_fast qlen 1000
> > link/ether 52:54:00:fb:a1:98 brd ff:ff:ff:ff:ff:ff
> 
> Expected is "", but the interface is always 
> set to down by the installer.
> If I enable it by typing "ip link set ens1 up" it gets up and I can configure 
> the network in the shell.

And after configuring is actual traffic possible? 
If so, provide some proof.


> I even tried it with a preseed file, but whatever I try, the interface is 
> always down and so it is
> impossible to configure it within the installation.
> 
> 
> #
> # libvirt VM configuration
> #
> 
>   
>   

I'm not sure if that is correct.


>   
>function='0x0'/>
> 
> 
> #
> # Preseed (which also does not work)
> #
> d-i netcfg/choose_interface select ens1
> d-i netcfg/disable_autoconfig boolean true
> 
> d-i netcfg/get_ipaddress string 255.255.8.243
> d-i netcfg/get_netmask string 255.255.255.248
> d-i netcfg/get_gateway string 255.255.8.1
> d-i netcfg/get_nameservers string 8.8.8.8
> d-i netcfg/confirm_static boolean true
> 

The "preseed stuff" is for later.



Regards
Geert Stappers
-- 
Silence is hard to parse



Processed: Re: Bug#980528: debian-installer: net-install impossible because link is always reset

2021-01-20 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 moreinfo
Bug #980528 [debian-installer] debian-installer: net-install impossible because 
link is always reset
Added tag(s) moreinfo.

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



Bug#980528: debian-installer: net-install impossible because link is always reset

2021-01-20 Thread Geert Stappers
On Wed, Jan 20, 2021 at 04:18:52PM +, etkaar wrote:
> Moin Geert,

 :-)

 
> thanks for helping!
> 
> > ???
> > (the triple question marks are for expressing my "Realy?",
> > please elaborate what is going on.
> > Yes, my request could be recieved as "vague",
> > do know that is being transmitted as "open")
> 
> Do you refer to the IPv4 addresses starting with two 255 groups?

Yes

> It was only an example, not the actual notation I used.

And the example introduced confusion.

 
> > And after configuring is actual traffic possible? 
> Yes. And once I go back to the installer, the link is down again and
> I am impossible to use the network.
> 
> > If so, provide some proof.
> Here is a proof, I made a video: https://youtu.be/9NOQAf6LOdo

I have seen the video.  I have the succesfull ping.

Also seen that installer menu is used.
Thing I would have done, is switch to another terminal

As far as I know does have QEMU support for sending ALT-F2
and ALT-F1.  But there is no ALT-F2 on serial line connections.


Anyway, there is some networking possible.
(my conclusion follows)


 
> > > #
> > > # libvirt VM configuration
> > > #
> > > 
> > >   
> > >   
> >
> >  I'm not sure if that is correct.
> 
> Why do you think that?

Mostly for keeping options on what to explore open.


> I use it with all my VMs.
 
Acknowledge on that.

Do know that we should avoid comparing apples and oranges.

Thing I slightly want to warn about, is that debian-installer
not the very same thing as a full blown system.



> > > #
> > > # Preseed (which also does not work)
> > > #
> > > d-i netcfg/choose_interface select ens1
> > > d-i netcfg/disable_autoconfig boolean true
> > > 
> > > d-i netcfg/get_ipaddress string 255.255.8.243
> > > d-i netcfg/get_netmask string 255.255.255.248
> > > d-i netcfg/get_gateway string 255.255.8.1
> > > d-i netcfg/get_nameservers string 8.8.8.8
> > > d-i netcfg/confirm_static boolean true
> > > 
> >
> > The "preseed stuff" is for later.
> 
> What do you mean by later?

For getting focus on the network problem.
d-i without any preseed stuff should be able to do DHCP


> I would think that the network configuration also (and at least)
> applies for the installer.
> 
> Please find also attached the virt-install command I use at the bottom
> (if I use a preseed or not, makes no difference).
> 
> Kind Regards,
> --etkaar
> 
> #
> # virt-install command
> #
> VM_NAME="vps2"
> 
> virt-install \
> --virt-type kvm \
> --name $VM_NAME \
> --ram 2048 \
> --vcpus 2 \
> --disk path=/var/lib/libvirt/images/$VM_NAME.qcow2,size=24 \
> --os-type linux \
> --os-variant debian10 \
> --graphics none \
> --console pty,target_type=serial \
> --location /var/lib/libvirt/images/.os/debian-10.7.0-amd64-netinst.iso \
> --network type=direct,source=eth0,source_mode=vepa,model=e1000 \
> --initrd-inject=/home/kvm/conf/preseed.cfg \
> --extra-args 'console=ttyS0,115200n8'

I can't spot any holes it  (due lack of indepth knowlegde)



My conclusion: Some how doesn't detect d-i link on the NIC


Advice:  Further debugging


My approach would be:

 * Temporary drop on the wish of a serial console
 * no preseed stuff yet
 * `virt-install` with having multiple VT [1]
 * install in VT-1, watch logs in other VT
 * have in another VT a shell for the `ip` commands


You probably want the syslog of d-i outside the VM
for more convinend analysis (pardon my english)



Regards
Geert Stappers
[1] https://en.wikipedia.org/wiki/Virtual_console
-- 
Silence is hard to parse



Bug#980607: netcfg: FTBFS: test/test_inet_mton.c:12:15: error: too many arguments for format [-Werror=format-extra-args]

2021-01-20 Thread Lucas Nussbaum
Source: netcfg
Version: 1.169
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20210120 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> cc -c -W -Wall -Werror -DNDEBUG -DNETCFG_VERSION="\"1.169\"" -I. -DWIRELESS 
> -DNM -Os -fomit-frame-pointer   -o test/test_inet_mton.o test/test_inet_mton.c
> In file included from test/srunner.h:1,
>  from test/test_inet_mton.c:1:
> test/test_inet_mton.c: In function ‘test_inet_mton_v4_24_fn’:
> test/test_inet_mton.c:12:15: error: too many arguments for format 
> [-Werror=format-extra-args]
>12 |   "Mask address wasn't 24 bits");
>   |   ^
> test/test_inet_mton.c: In function ‘test_inet_mton_v4_22_fn’:
> test/test_inet_mton.c:24:15: error: too many arguments for format 
> [-Werror=format-extra-args]
>24 |   "Mask address wasn't 22 bits");
>   |   ^
> test/test_inet_mton.c: In function ‘test_inet_mton_v6_64_fn’:
> test/test_inet_mton.c:38:15: error: too many arguments for format 
> [-Werror=format-extra-args]
>38 |   "Mask address wasn't 64 bits");
>   |   ^
> test/test_inet_mton.c: In function ‘test_inet_mton_v6_60_fn’:
> test/test_inet_mton.c:52:15: error: too many arguments for format 
> [-Werror=format-extra-args]
>52 |   "Mask address wasn't 60 bits");
>   |   ^
> cc1: all warnings being treated as errors
> make[1]: *** [Makefile:60: test/test_inet_mton.o] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2021/01/20/netcfg_1.169_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with me
so that we can identify if something relevant changed in the meantime.

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Re: [debian installation-guide] Call to update translations for Bullseye

2021-01-20 Thread Holger Wansing
Hi,

Holger Wansing  wrote:
> Hi,
> 
> Slimane Selyan Amiri  wrote:
> > Yes, We are 5 contributors, and we will work hard to do this.
> > I would like to do this in weblate, the 4 other contributorsthey are more
> > comfortable, and it will also be faster.
> > thank you.
> 
> The installation-guide is now available for Kabyle at Weblate:
> https://hosted.weblate.org/languages/kab/debian-installation-guide/
> 
> For the installer itself, please stay tuned. 
> There's a bit to prepare, will be available soon.

This is no available, too.
https://hosted.weblate.org/languages/kab/debian-installer/

There are some strings which failed for some checks.
Maybe you can look into that?
(See the 'checks' column at above URL)


Regards
Holger


> 
> 
> Regards
> Holger
> 
> 
> > 
> > Le dim. 17 janv. 2021 à 14:19, Holger Wansing  a
> > écrit :
> > 
> > > [ Skipping other translators from CC ]
> > >
> > > Hi,
> > >
> > > Slimane Selyan Amiri  wrote:
> > > > Hello,
> > > > I would like start new translation for kabyle, please add the po file 
> > > > for
> > > > kabyle in salsa repository.
> > > > or add kabyle in weblate.
> > > > thank you,
> > > > best regards
> > > > Slimane Selyan Amiri
> > >
> > > I would be happy to see more translations for the installation-guide.
> > >
> > > However, just to make sure: this document is not small, if you start from
> > > zero, it's very much work!
> > > Looking at https://d-i.debian.org/doc/installation-guide/ and the
> > > statistics
> > > at the bottom, it has 2400 strings in summary, and many of them are rather
> > > long!
> > > Are you sure, you want to start this work?
> > >
> > >
> > > Regards
> > > Holger
> > >
> > >
> > > --
> > > Holger Wansing 
> > > PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076
> > >
> 
> 
> -- 
> Holger Wansing 
> PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076
> 


-- 
Holger Wansing 
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076



Re: [debian installation-guide] Call to update translations for Bullseye

2021-01-20 Thread Slimane Selyan Amiri
Thanks, I'll check them out.

Le jeu. 21 janv. 2021 à 01:03, Holger Wansing  a
écrit :

> Hi,
>
> Holger Wansing  wrote:
> > Hi,
> >
> > Slimane Selyan Amiri  wrote:
> > > Yes, We are 5 contributors, and we will work hard to do this.
> > > I would like to do this in weblate, the 4 other contributorsthey are
> more
> > > comfortable, and it will also be faster.
> > > thank you.
> >
> > The installation-guide is now available for Kabyle at Weblate:
> > https://hosted.weblate.org/languages/kab/debian-installation-guide/
> >
> > For the installer itself, please stay tuned.
> > There's a bit to prepare, will be available soon.
>
> This is no available, too.
> https://hosted.weblate.org/languages/kab/debian-installer/
>
> There are some strings which failed for some checks.
> Maybe you can look into that?
> (See the 'checks' column at above URL)
>
>
> Regards
> Holger
>
>
> >
> >
> > Regards
> > Holger
> >
> >
> > >
> > > Le dim. 17 janv. 2021 à 14:19, Holger Wansing  a
> > > écrit :
> > >
> > > > [ Skipping other translators from CC ]
> > > >
> > > > Hi,
> > > >
> > > > Slimane Selyan Amiri  wrote:
> > > > > Hello,
> > > > > I would like start new translation for kabyle, please add the po
> file for
> > > > > kabyle in salsa repository.
> > > > > or add kabyle in weblate.
> > > > > thank you,
> > > > > best regards
> > > > > Slimane Selyan Amiri
> > > >
> > > > I would be happy to see more translations for the installation-guide.
> > > >
> > > > However, just to make sure: this document is not small, if you start
> from
> > > > zero, it's very much work!
> > > > Looking at https://d-i.debian.org/doc/installation-guide/ and the
> > > > statistics
> > > > at the bottom, it has 2400 strings in summary, and many of them are
> rather
> > > > long!
> > > > Are you sure, you want to start this work?
> > > >
> > > >
> > > > Regards
> > > > Holger
> > > >
> > > >
> > > > --
> > > > Holger Wansing 
> > > > PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076
> > > >
> >
> >
> > --
> > Holger Wansing 
> > PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076
> >
>
>
> --
> Holger Wansing 
> PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076
>


Processed: Re: #980205 installation missing "non free" drivers.

2021-01-20 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 firmware-nonfree
Bug #980205 [debian-installer] installation missing "non free" drivers.
Bug reassigned from package 'debian-installer' to 'firmware-nonfree'.
Ignoring request to alter found versions of bug #980205 to the same values 
previously set
Ignoring request to alter fixed versions of bug #980205 to the same values 
previously set
> retitle -1 firmware: missing txt file for brcm/brcmfmac43340-sdio.bin
Bug #980205 [firmware-nonfree] installation missing "non free" drivers.
Changed Bug title to 'firmware: missing txt file for 
brcm/brcmfmac43340-sdio.bin' from 'installation missing "non free" drivers.'.

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



Processing of os-prober_1.78_source.changes

2021-01-20 Thread Debian FTP Masters
os-prober_1.78_source.changes uploaded successfully to localhost
along with the files:
  os-prober_1.78.dsc
  os-prober_1.78.tar.xz
  os-prober_1.78_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#927552: marked as done (Updating the os-prober Uploaders list)

2021-01-20 Thread Debian Bug Tracking System
Your message dated Thu, 21 Jan 2021 00:49:31 +
with message-id 
and subject line Bug#927552: fixed in os-prober 1.78
has caused the Debian Bug report #927552,
regarding Updating the os-prober Uploaders list
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
927552: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927552
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: os-prober
Version: 1.77
Severity: minor
User: m...@qa.debian.org
Usertags: mia-teammaint

Christian Perrier  has retired, so can't work on
the os-prober package anymore (at least with this address).

We are tracking their status in the MIA team and would like to ask you
to remove them from the Uploaders list of the package so we can close
that part of the file.

(If the person is listed as Maintainer, what we are asking is to please
step in as a new maintainer.)

Thanks.
--- End Message ---
--- Begin Message ---
Source: os-prober
Source-Version: 1.78
Done: Holger Wansing 

We believe that the bug you reported is fixed in the latest version of
os-prober, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 927...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Holger Wansing  (supplier of updated os-prober package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Jan 2021 01:14:18 +0100
Source: os-prober
Architecture: source
Version: 1.78
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927552
Changes:
 os-prober (1.78) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927552)
 .
   [ Shawn Guo ]
   * Probe microsoft OS on arm64.
Checksums-Sha1:
 86213d694cb674a479b9de5e43b1e19672832cf2 1749 os-prober_1.78.dsc
 ac9899b72f766f8351c10dec4213dc3017d34464 26848 os-prober_1.78.tar.xz
 ef55dc7eb4dc1eb6cb35a292a3ff037019871b03 6309 os-prober_1.78_amd64.buildinfo
Checksums-Sha256:
 cb411a510c2202d54038dbaa233896781b0030bbeff622c6ebef913b5497be32 1749 
os-prober_1.78.dsc
 6e909f511035698145ba01ad63fd53fce6ee24529c76e2698e346bbac49950e9 26848 
os-prober_1.78.tar.xz
 2e6f78ca2749245da13056ae3c7082a5aa99f733ba2c3b06b990cbde05a36d93 6309 
os-prober_1.78_amd64.buildinfo
Files:
 2da4926feda0afa06f0bed8e4000816f 1749 debian-installer optional 
os-prober_1.78.dsc
 48a05c548fa5173a4fe16a69fc584c40 26848 debian-installer optional 
os-prober_1.78.tar.xz
 a0e2b821b48aef5b56d3dacf520c8893 6309 debian-installer optional 
os-prober_1.78_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAmAIySoVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2KNsP/2Qd1ZgjSMAHbfCgKJZ8K/BaMAKe
VLTC1yQgls022J7Jo8gEsqd2utUTrUUhAIun7myuWRv3S4cdhCBbsgTCyK861W25
OwiGN0UXfVmQvaadaso0ievfiTDpbrJhY+P99NUVgk9We7yCz4doz5ZJ/FBEaoH7
UBMa9XYzLn57GIE87O+HgS4/GqULa5bnTnaA1pDJhdqUEwu7FsqYXskHWcj1Wp2W
eqfLVY6daeXzF+jTbwllA0cIejMesK/iJ2zJekTqDn6NcCda5chC4w0N7BjKX5mU
jGS1VxTBlqZKKyZRQ4pwLYuq2yVPH42k9Qk4H7l00G44ckpQgmBuZ0nnGvheoM0i
oHYtrVEsWi/p52ZYtDWU+iKD8Z+9SbYZD0+0fWKGSbHSCm8YF+jAUoAEt6aM45Tg
bqP/lTERKFPQBVu3DHueCuftXyDwtN8XZoblgfx2aHx5WWUDOt27f3zLiqUQbC67
QLY3auZ6mSr1I2wWYoDKJyE9hlN7cv4j3zPV+3lNL5cC4seqbdMQehKvVD7TuFAW
wkW3V3FLi0hCSCqL1YwY4DFWZbxH7e2jE68V4JnYnXtG2o3ad1N2ODashMsXk1pE
tTQ5HeOhpVf5uONlNz8gYJg5nJjWAgWO6uweui3cfk3nFevpr3FwRn4KgWWr9Ace
iGSyMalPUOiVkGD+
=BWql
-END PGP SIGNATURE End Message ---


os-prober_1.78_source.changes ACCEPTED into unstable

2021-01-20 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Jan 2021 01:14:18 +0100
Source: os-prober
Architecture: source
Version: 1.78
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927552
Changes:
 os-prober (1.78) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927552)
 .
   [ Shawn Guo ]
   * Probe microsoft OS on arm64.
Checksums-Sha1:
 86213d694cb674a479b9de5e43b1e19672832cf2 1749 os-prober_1.78.dsc
 ac9899b72f766f8351c10dec4213dc3017d34464 26848 os-prober_1.78.tar.xz
 ef55dc7eb4dc1eb6cb35a292a3ff037019871b03 6309 os-prober_1.78_amd64.buildinfo
Checksums-Sha256:
 cb411a510c2202d54038dbaa233896781b0030bbeff622c6ebef913b5497be32 1749 
os-prober_1.78.dsc
 6e909f511035698145ba01ad63fd53fce6ee24529c76e2698e346bbac49950e9 26848 
os-prober_1.78.tar.xz
 2e6f78ca2749245da13056ae3c7082a5aa99f733ba2c3b06b990cbde05a36d93 6309 
os-prober_1.78_amd64.buildinfo
Files:
 2da4926feda0afa06f0bed8e4000816f 1749 debian-installer optional 
os-prober_1.78.dsc
 48a05c548fa5173a4fe16a69fc584c40 26848 debian-installer optional 
os-prober_1.78.tar.xz
 a0e2b821b48aef5b56d3dacf520c8893 6309 debian-installer optional 
os-prober_1.78_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAmAIySoVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2KNsP/2Qd1ZgjSMAHbfCgKJZ8K/BaMAKe
VLTC1yQgls022J7Jo8gEsqd2utUTrUUhAIun7myuWRv3S4cdhCBbsgTCyK861W25
OwiGN0UXfVmQvaadaso0ievfiTDpbrJhY+P99NUVgk9We7yCz4doz5ZJ/FBEaoH7
UBMa9XYzLn57GIE87O+HgS4/GqULa5bnTnaA1pDJhdqUEwu7FsqYXskHWcj1Wp2W
eqfLVY6daeXzF+jTbwllA0cIejMesK/iJ2zJekTqDn6NcCda5chC4w0N7BjKX5mU
jGS1VxTBlqZKKyZRQ4pwLYuq2yVPH42k9Qk4H7l00G44ckpQgmBuZ0nnGvheoM0i
oHYtrVEsWi/p52ZYtDWU+iKD8Z+9SbYZD0+0fWKGSbHSCm8YF+jAUoAEt6aM45Tg
bqP/lTERKFPQBVu3DHueCuftXyDwtN8XZoblgfx2aHx5WWUDOt27f3zLiqUQbC67
QLY3auZ6mSr1I2wWYoDKJyE9hlN7cv4j3zPV+3lNL5cC4seqbdMQehKvVD7TuFAW
wkW3V3FLi0hCSCqL1YwY4DFWZbxH7e2jE68V4JnYnXtG2o3ad1N2ODashMsXk1pE
tTQ5HeOhpVf5uONlNz8gYJg5nJjWAgWO6uweui3cfk3nFevpr3FwRn4KgWWr9Ace
iGSyMalPUOiVkGD+
=BWql
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#980205: #980205 installation missing "non free" drivers.

2021-01-20 Thread Holger Wansing
Control: reassign -1 firmware-nonfree
Control: retitle -1 firmware: missing txt file for brcm/brcmfmac43340-sdio.bin

Dave Dyer  wrote:
> At 05:40 AM 1/18/2021, Holger Wansing wrote:
> >> 3) in my particular case, the driver is brcm/brcmfmac43340-sdio.bin, which
> >> *also* requires a text file, brcm/brcmfmac43340-sdio.txt.  I know this 
> >> because
> >> I figured out case 2B and got the installer to accept the .bin; it then
> >> it mentions the need for the .txt file.  (Again, thanks, it would have
> >> been impossible to proceed without this key information).  However,
> >> there's apparently no way to get the installer to accept the .txt
> >> file in the same way that it finds the .bin.
> >
> >Hmm, looking into the package firmware-brcm80211
> >(https://packages.debian.org/buster/firmware-brcm80211)
> >there is no such txt file there.
> >So I wonder where you found such file?
> 
> Github + Google.  And the file I found works.

So this txt file will need to be added to firmware-brcm80211 package, too?

Re-assigning there.


Holger


-- 
Holger Wansing 
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076