Bug#904935: linux-image-4.17.0-1-amd64: snd_virtuoso: frequent system lockup when loading module

2018-07-30 Thread Richard Smith
Just a follow-up thought:

The mechanical clicking noises that the sound card produces are apparently
caused by a relay on the card. I wonder if the driver isn't getting the
state of the relay?

Also, I've located the FreeBSD equivalent driver for comparison. I'm no C
programmer, so I don't know whether this is useful. This driver only
appears support up to the predecessor model.

FreeBSD driver: https://github.com/polachok/xonar-freebsd


Bug#898575: In-memory cache grows almost without bound

2018-07-30 Thread James Cowgill
Hi,

On 27/07/18 00:57, Juliusz Chroboczek wrote:
>> That's correct. The --cache option only affects the stream cache (which
>> is correctly disabled by that option). The issue here was the size of
>> the demuxer cache (which caches already demuxed packets).
> 
> This is completely unintuitive, and undocumented.  From the manual page:
> 
>--cache=
>   Set the size of the cache in kilobytes, disable it with  no,  or
>   automatically  enable  it  if  needed with auto (default: auto).
> 
> The manual page needs fixing, at the very least.

I think I agree that the manpage needs some clarification to note that
the --cache option only affects the stream cache.

In the meantime I uploaded mpv 0.29 which has adjusted the cache sizes a
bit (although the behavior of --cache has not changed). Can you see if
it has improved the situation?

James



signature.asc
Description: OpenPGP digital signature


Bug#801727: pugixml: Please package pugixml variant with wchar enabled

2018-07-30 Thread Gianfranco Costamagna
Hello,
On Tue, 13 Oct 2015 18:30:15 -0400 William Blough  wrote:
> Source: pugixml
> Severity: wishlist
> 
> The passwordsafe package uses pugixml, but requires wchar to be enabled.  If a
> wchar enabled version (see pugiconfig.hpp) was included along side the 
> current 
> version, I could remove the embedded copy of pugixml from passwordsafe and
> depend on the packaged version instead.
> 

isn't this an ABI breaking change?
please check if reverse-dependencies still work with the same ABI versioning 
and wchar enabled, and provide a patch to make a proper transition.

I can help there, but I lack the time to do proper checks.

this should be the list of actual reverse dependencies.

* darktable
* filezilla
* ismrmrd
* libkiwix
* libsavitar
* mkvtoolnix
* orthanc
* orthanc-dicomweb
* vdr-plugin-satip

thanks!

if you confirm that the ABI is still the same, then I'll fix this old bug, 
otherwise I'll request a transition slot
and fix it in experimental! :)

G.



Bug#904779: openmpi-bin: any program hangs on first MPI call (e.g. MPI_Init())

2018-07-30 Thread Giacomo Mulas

Ok, time to dig deeper into btl issues. Can you send me the output of:

$ mpirun -n 2-mca mpi_show_mca_params all ./sample_printf


if I run it as above, it hangs at MPI_Init() before even getting to output
any debugging info, i.e.:

gmulas@capitanata:~/PAHmodels/anharmonica-scalapack$ mpiexec -n 1 -mca 
mpi_show_mca_params all sample_printf
--
[[12601,1],0]: A high-performance Open MPI point-to-point messaging module
was unable to find any relevant network interfaces:

Module: OpenFabrics (openib)
  Host: capitanata

Another transport will be used instead, although this may result in
lower performance.

NOTE: You can disable this warning by setting the MCA parameter
btl_base_warn_component_unused to 0.
--


and stays there forever. So unfortunately not much to learn from this,
except that whatever hangs does so _before_ the calls that would have caused
the debugging output to be printed.


If I specify that it should use just self and tcp as transports, it yields:

gmulas@capitanata:~/PAHmodels/anharmonica-scalapack$ mpiexec -n 2 -mca btl 
self,tcp -mca mpi_show_mca_params all ./sample_printf
[capitanata:17176] 
mca_base_param_files=/home/gmulas/.openmpi/mca-params.conf:/etc/openmpi/openmpi-mca-params.conf
 (default)
[capitanata:17176] 
mca_param_files=/home/gmulas/.openmpi/mca-params.conf:/etc/openmpi/openmpi-mca-params.conf
 (default)
[capitanata:17176] 
mca_base_override_param_file=/etc/openmpi/openmpi-mca-params-override.conf 
(default)
[capitanata:17176] mca_base_suppress_override_warning=false (default)
[capitanata:17176] mca_base_param_file_prefix= (default)
[capitanata:17176] mca_base_envar_file_prefix= (default)
[capitanata:17176] 
mca_base_param_file_path=/usr/share/openmpi/amca-param-sets:/home/gmulas/PAHmodels/anharmonica-scalapack
 (default)
[capitanata:17176] mca_base_param_file_path_force= (default)
[capitanata:17176] opal_signal=6,7,8,11 (default)
[capitanata:17176] opal_stacktrace_output=stderr (default)
[capitanata:17176] 
opal_net_private_ipv4=10.0.0.0/8;172.16.0.0/12;192.168.0.0/16;169.254.0.0/16 
(default)
[capitanata:17176] opal_set_max_sys_limits= (default)
[capitanata:17176] opal_built_with_cuda_support=false (default)
[capitanata:17176] opal_cuda_support=false (default)
[capitanata:17176] mpi_leave_pinned=auto (default)
[capitanata:17176] opal_leave_pinned=auto (default)
[capitanata:17176] mpi_leave_pinned_pipeline=false (default)
[capitanata:17176] opal_leave_pinned_pipeline=false (default)
[capitanata:17176] mpi_warn_on_fork=true (default)
[capitanata:17176] opal_abort_delay=0 (default)
[capitanata:17176] opal_abort_print_stack=false (default)
[capitanata:17176] mca_base_env_list= (default)
[capitanata:17176] mca_base_env_list_delimiter=; (default)
[capitanata:17176] dss_buffer_type=non-described (default)
[capitanata:17176] dss_buffer_initial_size=2048 (default)
[capitanata:17176] dss_buffer_threshold_size=4096 (default)
[capitanata:17176] 
mca_base_component_path=/usr/lib/x86_64-linux-gnu/openmpi/lib/openmpi3:/home/gmulas/.openmpi/components
 (default)
[capitanata:17176] 
mca_component_path=/usr/lib/x86_64-linux-gnu/openmpi/lib/openmpi3:/home/gmulas/.openmpi/components
 (default)
[capitanata:17176] mca_base_component_show_load_errors=true (default)
[capitanata:17176] mca_component_show_load_errors=true (default)
[capitanata:17176] mca_base_component_track_load_errors=false (default)
[capitanata:17176] mca_base_component_disable_dlopen=false (default)
[capitanata:17176] mca_component_disable_dlopen=false (default)
[capitanata:17176] mca_base_verbose=stderr (default)
[capitanata:17176] mca_verbose=stderr (default)
[capitanata:17176] dl= (default)
[capitanata:17176] dl_base_verbose=error (default)
[capitanata:17176] dl_dlopen_filename_suffixes=.so,.dylib,.dll,.sl (default)
[capitanata:17176] if= (default)
[capitanata:17176] if_base_verbose=error (default)
[capitanata:17176] if_base_do_not_resolve=false (default)
[capitanata:17176] if_base_retain_loopback=false (default)
[capitanata:17176] mpi_param_check=true (default)
[capitanata:17176] mpi_yield_when_idle=false (environment)
[capitanata:17176] mpi_event_tick_rate=-1 (default)
[capitanata:17176] mpi_show_handle_leaks=false (default)
[capitanata:17176] mpi_no_free_handles=false (default)
[capitanata:17176] mpi_show_mpi_alloc_mem_leaks=0 (default)
[capitanata:17176] mpi_show_mca_params=all (environment)
[capitanata:17176] mpi_show_mca_params_file= (default)
[capitanata:17176] mpi_preconnect_all=false (default)
[capitanata:17176] mpi_have_sparse_group_storage=false (default)
[capitanata:17176] mpi_use_sparse_group_storage=false (default)
[capitanata:17176] mpi_cuda_support=false (default)
[capitanata:17176] mpi_built_with_cuda_support=false (default)
[capitanata:17176] mpi_add_procs_cutoff=0 (default)
[capitanata:17176] mpi_dynamics_enabled=true (default)
[capitanata:17176] async_mpi_i

Bug#904999: autodep8: python autopkg tests are always run for all supported python versions

2018-07-30 Thread Matthias Klose
Package: autodep8
Version: 0.13
Severity: important

The python autopkg tests are always run for all supported python versions,
ignoring, if a module is available for all available versions.  This is the case
for extensions only built for the default python/python3 version.  The tests
should be only run for all versions, if

 - the b-d's contain python-all/python3-all python-all-dev/python3-all-dev

 - looking at upper dependencies on python/python3 in the python-foo
   packages, and only try to run within that range.  That works for
   binary extensions, but not for binary-indep packages.

Not sure about the best approach to address that.



Bug#904998: libstdc++6: libtsdc++ with g++-8 hangs in std::local_Rb_tree_decrement

2018-07-30 Thread Alastair McKinstry
Package: libstdc++6
Version: 8.2.0-1
Severity: important

With a program I'm working on, its run
$ mpiexec -n 1 ./bin/server.exe : -n 1 ./bin/client.exe

both programs hang, with:

#0  std::local_Rb_tree_decrement (__x=0x55f54daac538) at 
../../../../../src/libstdc++-v3/src/c++98/tree.cc:99
#1  0x55f54d04eba8 in xios::CReorderDomain::registerTrans() ()
#2  0x55f54cf5953f in _GLOBAL__sub_I__ZN4xios14CReorderDomainC2Ev ()

The MPI nature of the code should be irrelevant (they're independent processes, 
not interacting at this point but running the same piece of code)
This code works with  g++ 7.3, but fails with 8.1/ 8.2

thanks
Alastair



-- System Information:
Debian Release: 9.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 4.9.0-6-686-pae (SMP w/1 CPU core)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_IE.UTF-8), LANGUAGE=en_IE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to en_IE.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libstdc++6 depends on:
ii  gcc-6-base  6.3.0-18+deb9u1
ii  libc6   2.24-11+deb9u3
ii  libgcc1 1:6.3.0-18+deb9u1

libstdc++6 recommends no packages.

libstdc++6 suggests no packages.

-- no debconf information



Bug#783485: hplip: hp-levels, hp-info don't report the PSC-2175 color cartridge levels

2018-07-30 Thread Brian Potkin
tags 783485 moreinfo
thanks


Thank you for your report, Francois.

On Mon 27 Apr 2015 at 13:44:28 +0200, Francois Gouget wrote:

> Package: hplip
> Version: 3.14.6-1+b2
> Severity: normal
> 
> Dear Maintainer,
> 
> hp-levels and hp-info only report the black ink cartridge levels, and not the 
> color one.
> For instance:
> 
> $ hp-levels
> 
> HP Linux Imaging and Printing System (ver. 3.14.6)
> Supply Levels Utility ver. 2.0
> 
> Copyright (c) 2001-13 Hewlett-Packard Development Company, LP
> This software comes with ABSOLUTELY NO WARRANTY.
> This is free software, and you are welcome to distribute it
> under certain conditions. See COPYING file for more details.
> 
> Using device: hp:/usb/PSC_2170_Series?serial=MY359C91BQ73
> 
> 
> Black cartridge
> Part No.: 56 (C6656A) / 27 (C8727A)
> Health: Good/OK
> 
> 
> |//| 
> (approx. 93%)
> 
> 
> 
> Done.

Is this still an issue with the present unstable/testing distribution?
Has a cartridge fault been ruled out?

Regards,

Brian.



Bug#848023: modified subject

2018-07-30 Thread Paride Legovini
X-Debbugs-CC: t...@autistici.org

Just a test on how X-Debbugs-CC treats the Subject.
Shouldn't annoy anybody here.



Bug#904997: convert-from-gbp should warn when deleting unused patches

2018-07-30 Thread Ben Hutchings
Package: git-debrebase
Version: 6.2
Severity: normal

$ git-debrebase   convert-from-gbp
gbp:info: Trying to apply patches at 'fe7619ab36a78fd649326f458cbf8bc99c4f56c1'
gbp:warning: Patch 'fix-ftbfs-with-gcc-6.patch' has no authorship information, 
using 'Ben Hutchings '
gbp:info: 7 patches listed in 'debian/patches/series' imported on 
'patch-queue/gdr-internal'

But it removed the whole of debian/patches, which in this case
included 2 patches not listed in the series file.

There is a small, but real, chance of losing valuable patches this
way.

Ben.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 
'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.17.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages git-debrebase depends on:
ii  git [git-core]1:2.18.0-1
ii  libdpkg-perl  1.19.0.5
ii  libfile-fnmatch-perl  0.02-2+b5
ii  perl  5.26.2-6

Versions of packages git-debrebase recommends:
ii  dgit  5.10
ii  git-buildpackage  0.9.9

git-debrebase suggests no packages.

-- no debconf information



Bug#846006: debian-cd: please provide flavor/spin netinst image for Debian Edu

2018-07-30 Thread Holger Levsen
On Mon, Jul 30, 2018 at 11:03:42AM +0100, Steve McIntyre wrote:
> >the only thing missing now is to actually build this image, which I'll try 
> >to 
> >tackle later, probably only tomorrow though.
> Just committed an initial cut now. Once the (currently-running) weekly
> build is finished (today is Monday, the weekly day), I'll trigger a
> build by hand.

awesome, thanks a lot!

meanwhile I've just uploaded debian-edu-install with the change from
Wolfgang which will make manually adding exim4-daemon-heavy and
sudo-ldap to the debian-edu CD task obsolete (once it migrated to
buster, will do the cleanup in src:debian-cd then).


-- 
cheers,
Holger

---
hol...@debian.orghol...@reproducible-builds.org


signature.asc
Description: PGP signature


Bug#846006: debian-cd: please provide flavor/spin netinst image for Debian Edu

2018-07-30 Thread Wolfgang Schweer
On Mon, Jul 30, 2018 at 09:12:54AM +, Holger Levsen wrote:
> the only thing missing now is to actually build this image, which I'll try to 
> tackle later, probably only tomorrow though.

the ISO image is supposed to be different¹ from the ones built on a.s.n; 
curious to see what would be generated.

Wolfgang

¹ all blends-dev stuff missing


signature.asc
Description: PGP signature


Bug#846006: debian-cd: please provide flavor/spin netinst image for Debian Edu

2018-07-30 Thread Steve McIntyre
On Mon, Jul 30, 2018 at 09:12:54AM +, Holger Levsen wrote:
>
>done, see
>https://salsa.debian.org/images-team/debian-cd/compare/1927aefa...d2e89a19

Wooyay!

>the only thing missing now is to actually build this image, which I'll try to 
>tackle later, probably only tomorrow though.

Just committed an initial cut now. Once the (currently-running) weekly
build is finished (today is Monday, the weekly day), I'll trigger a
build by hand.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
  Getting a SCSI chain working is perfectly simple if you remember that there
  must be exactly three terminations: one on one end of the cable, one on the
  far end, and the goat, terminated over the SCSI chain with a silver-handled
  knife whilst burning *black* candles. --- Anthony DeBoer



Bug#904996: Bad error message when new-upstream given an invalid version

2018-07-30 Thread Ben Hutchings
Package: git-debrebase
Version: 6.2
Severity: minor

I tried using the --force option, but put it in the wrong place,
leading to:

$ git-debrebase new-upstream --force 20180725.1db5961 upstream
Can't call method "is_native" on an undefined value at /usr/bin/git-debrebase 
line 1175.

The error message should be something like "new-upstream doesn't
accept options" or "--force is not a valid Debian version".

Ben.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 
'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.17.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages git-debrebase depends on:
ii  git [git-core]1:2.18.0-1
ii  libdpkg-perl  1.19.0.5
ii  libfile-fnmatch-perl  0.02-2+b5
ii  perl  5.26.2-6

Versions of packages git-debrebase recommends:
ii  dgit  5.10
ii  git-buildpackage  0.9.9

git-debrebase suggests no packages.

-- no debconf information



Bug#745411: hplip: hplip_config_usb_printer producing kernel "Call Trace"

2018-07-30 Thread Brian Potkin
tags 745411 moreinfo
thanks



Thank you for your report Cristian

On Mon 21 Apr 2014 at 14:50:36 +0200, Cristian Ionescu-Idbohrn wrote:

> Package: hplip
> Version: 3.14.1-1
> Severity: normal
> 
> And this is what is logged:
> 
> Apr 20 13:04:22 debian kernel: [162198.348002] INFO: task 
> hp-config_usb_p:6065 blocked for more than 120 seconds.
> Apr 20 13:04:22 debian kernel: [162198.348005]   Tainted: P   O 
> 3.13-1-amd64 #1
> Apr 20 13:04:22 debian kernel: [162198.348006] "echo 0 > 
> /proc/sys/kernel/hung_task_timeout_secs" disables this message.
> Apr 20 13:04:22 debian kernel: [162198.348008] hp-config_usb_p D 
> 88040b54cb40 0  6065  1 0x0080
> Apr 20 13:04:22 debian kernel: [162198.348011]  88040b54c800 
> 0086 00014280 00014280
> Apr 20 13:04:22 debian kernel: [162198.348014]  880036b4bfd8 
> 88040b54c800 a03a6040 880036b4be78
> Apr 20 13:04:22 debian kernel: [162198.348016]  a03a6044 
> 88040b54c800  a03a6048
> Apr 20 13:04:22 debian kernel: [162198.348018] Call Trace:
> Apr 20 13:04:22 debian kernel: [162198.348033]  [] ? 
> schedule_preempt_disabled+0x20/0x70
> Apr 20 13:04:22 debian kernel: [162198.348036]  [] ? 
> __mutex_lock_slowpath+0x133/0x1b0
> Apr 20 13:04:22 debian kernel: [162198.348040]  [] ? 
> mutex_lock+0x16/0x25
> Apr 20 13:04:22 debian kernel: [162198.348043]  [] ? 
> pp_ioctl+0x20/0x870 [ppdev]
> Apr 20 13:04:22 debian kernel: [162198.348047]  [] ? 
> do_vfs_ioctl+0x2cf/0x4a0
> Apr 20 13:04:22 debian kernel: [162198.348048]  [] ? 
> SyS_ioctl+0x80/0xa0
> Apr 20 13:04:22 debian kernel: [162198.348052]  [] ? 
> system_call_fastpath+0x16/0x1b
> 
> All this started to show up while testing a udev-rule to mount a
> filesystem on a USB-stick connected to an usb-port in a hub built into
> "HP Compaq LA2405x" monitors.  I used:
> 
>   # udevadm trigger --action=add /dev/sdg
> 
> which activates the rules in:
> 
>   /lib/udev/rules.d/56-hpmud.rules
> 
> That rules run /usr/bin/hp-config_usb_printer on usb devices which
> seem to be scanners (Device: ID 03f0:2512):
> 
>   Bus 004 Device 004: ID 03f0:2512 Hewlett-Packard OfficeJet Pro L7300
>   Bus 003 Device 005: ID 03f0:2512 Hewlett-Packard OfficeJet Pro L7300
> 
> but they are not.  They are usb-hubs that built into "HP Compaq
> LA2405x" monitors.  Seen the forked processes:
> 
>   root  6065  0.0  0.0 126856 15076 ?D12:53   0:00 
> /usr/bin/python /usr/bin/hp-config_usb_printer 003:005
>   root  6074  0.0  0.0 126856 15072 ?S12:53   0:00 
> /usr/bin/python /usr/bin/hp-config_usb_printer 004:004
> 
> Took a look at:
> 
>   # ls -al /proc/6074/fd
>   total 0
>   dr-x-- 2 root root  0 Apr 20 13:17 .
>   dr-xr-xr-x 9 root root  0 Apr 20 12:53 ..
>   lrwx-- 1 root root 64 Apr 20 13:17 0 -> /dev/null
>   lrwx-- 1 root root 64 Apr 20 13:17 1 -> /dev/null
>   lrwx-- 1 root root 64 Apr 20 13:17 13 -> socket:[3215190]
>   lrwx-- 1 root root 64 Apr 20 13:17 2 -> /dev/null
>   l-wx-- 1 root root 64 Apr 20 13:17 3 -> 
> /root/.hplip/hplip_config_usb_printer.log
>   lr-x-- 1 root root 64 Apr 20 13:17 4 -> /dev/parport0
> 
> and:
> 
>   # ls -al /root/.hplip/hplip_config_usb_printer.log
>   -rw-r- 1 root root 0 Apr 20 12:53 
> /root/.hplip/hplip_config_usb_printer.log
> 
> Killing the processes:
> 
>   # kill -9 6074 6065
> 
> silences the kernel.
> 
> It shows up this is a problem reported here too:
> 
>   https://bugs.launchpad.net/hplip/+bug/1266704
> 
> that even has a partial solution (This fix is released in HPLIP-3.14.3):
> 
>   https://bugs.launchpad.net/hplip/+bug/1266704/comments/5
> 
> since 2014-03-13.  Debian might consider a package upgrade.  Still...
> 
> That bug report states "Usb device 003:004 is HP Smart Card Terminal
> keyboard and Usb device 003:005 is HP mouse".
> 
> It seems the matching rule:
> 
>   ATTR{idVendor}=="03f0", ATTR{idProduct}=="",
> 
> in 56-hpmud.rules is _far_ too generous.  I made a few attempts to
> find ways to blacklist the 03f0:2512 devices.  Came up with this one:
> 
> ,[ /etc/udev/rules.d/10-hpmud-blacklist.rules ]
> | ACTION!="add|change", GOTO="hpmud_blacklist_rules_end"
> | SUBSYSTEM!="usb", GOTO="hpmud_blacklist_rules_end"
> | ENV{DEVTYPE}!="usb_device", GOTO="hpmud_blacklist_rules_end"
> |
> | ATTR{idVendor}=="03f0", ATTR{idProduct}=="2512", 
> ENV{ID_MM_DEVICE_IGNORE}:="1", RUN:="/usr/bin/logger -p info -t 
> 10-hpmud-blacklist.rules -- ignore %N, /sys%p"
> |
> | LABEL="hpmud_blacklist_rules_end"
> `
> 
> But that doesn't stop /lib/udev/rules.d/56-hpmud.rules from doing it's
> thing :(, when:
> 
>   # udevadm trigger --action=add /dev/sdg
> 
> The only way I found in to avoid that is to modify 56-hpmud.rules:
> 
>LABEL="hpmud_usb_rules"
> 
>   +# "03f0:2512 Hewlett-Packard OfficeJet Pro L7300" is an USB 

Bug#904995: [xserver-xorg-core] upgrading to 2:1.20.0-3 results in mouse and blank screen

2018-07-30 Thread MAG4 Piemonte
Package: xserver-xorg-core
Version: 2:1.20.0-3
Severity: critical

--- Please enter the report below this line. ---
Dear maintainer, upgrading to 2:1.20.0-3 results in mouse and blank 
screen and only consoles 1-6 stay usable. Downgrading to 2:1.19.6-1 
workaround the problem ...
Regards!

Guido

--- System information. ---
Architecture: Kernel:   Linux 4.17.0-1-amd64

Debian Release: buster/sid
   500 testing ftp.it.debian.org   500 stable 
download.webmin.com
--- Package information. ---
Depends  (Version) | Installed
==-+-
xserver-common (>= 2:1.19.6-1) | 2:1.19.6-1
keyboard-configuration | 1.184
udev  (>= 149) | 239-7
libegl1-mesa   | 18.1.4-1
  OR libegl1   | 1.0.0+git20180308-3
libaudit1 (>= 1:2.2.1) | 1:2.8.3-1+b1
libbsd0 (>= 0.7.0) | 
libc6(>= 2.17) | 
libdbus-1-3(>= 1.9.14) | 
libdrm2 (>= 2.3.1) | 
libepoxy0 (>= 1.0) | 
libgbm1(>= 10.2~0) | 
libgcrypt20 (>= 1.8.0) | 
libgl1 | 
libpciaccess0(>= 0.12.902) | 
libpixman-1-0  (>= 0.30.0) | 
libselinux1(>= 2.0.82) | 
libsystemd0| 
libudev1  (>= 183) | 
libxau6| 
libxdmcp6  | 
libxfont2 (>= 1:2.0.1) | 
libxshmfence1  |

Recommends  (Version) | Installed
=-+-==
libgl1-mesa-dri (>= 7.10.2-4) | libpam-systemd|

Suggests (Version) | Installed
==-+-===
xfonts-100dpi  | 1:1.0.4+nmu1
  OR xfonts-75dpi  | 1:1.0.4+nmu1
xfonts-scalable| 1:1.0.3-1.1

/var/log/syslog relevant lines
==
Jul 27 18:05:05 desktop kernel: [1.887597] [drm] radeon kernel modesetting 
enabled.
Jul 27 18:05:05 desktop kernel: [1.887815] [drm] initializing kernel 
modesetting (RS880 0x1002:0x9710 0x1043:0x83A2 0x00).
Jul 27 18:05:05 desktop kernel: [1.888437] [drm] Detected VRAM RAM=1008M, 
BAR=256M
Jul 27 18:05:05 desktop kernel: [1.888438] [drm] RAM width 32bits DDR
Jul 27 18:05:05 desktop kernel: [1.888516] [drm] radeon: 1008M of VRAM 
memory ready
Jul 27 18:05:05 desktop kernel: [1.888517] [drm] radeon: 512M of GTT 
memory ready.
Jul 27 18:05:05 desktop kernel: [1.888521] [drm] Loading RS780 Microcode
Jul 27 18:05:05 desktop kernel: [1.888576] [drm] radeon: power management 
initialized
Jul 27 18:05:05 desktop kernel: [1.888629] [drm] GART: num cpu pages 
131072, num gpu pages 131072
Jul 27 18:05:05 desktop kernel: [1.896664] [drm] PCIE GART of 512M enabled 
(table at 0xC0146000).
Jul 27 18:05:05 desktop kernel: [1.898890] [drm] Supports vblank timestamp 
caching Rev 2 (21.10.2013).
Jul 27 18:05:05 desktop kernel: [1.898890] [drm] Driver supports precise 
vblank timestamp query.
Jul 27 18:05:05 desktop kernel: [1.898912] [drm] radeon: irq initialized.
Jul 27 18:05:05 desktop kernel: [1.930881] [drm] ring test on 0 succeeded 
in 1 usecs
Jul 27 18:05:05 desktop kernel: [2.105863] [drm] ring test on 5 succeeded 
in 1 usecs
Jul 27 18:05:05 desktop kernel: [2.105867] [drm] UVD initialized 
successfully.
Jul 27 18:05:05 desktop kernel: [2.105961] [drm] ib test on ring 0 
succeeded in 0 usecs
Jul 27 18:05:05 desktop kernel: [2.784041] [drm] ib test on ring 5 
succeeded
Jul 27 18:05:05 desktop kernel: [2.784236] [drm] Radeon Display Connectors
Jul 27 18:05:05 desktop kernel: [2.784237] [drm] Connector 0:
Jul 27 18:05:05 desktop kernel: [2.784237] [drm]   VGA-1
Jul 27 18:05:05 desktop kernel: [2.784239] [drm]   DDC: 0x7e40 0x7e40 
0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
Jul 27 18:05:05 desktop kernel: [2.784239] [drm]   Encoders:
Jul 27 18:05:05 desktop kernel: [2.784239] [drm] CRT1: 
INTERNAL_KLDSCP_DAC1
Jul 27 18:05:05 desktop kernel: [2.784240] [drm] Connector 1:
Jul 27 18:05:05 desktop kernel: [2.784240] [drm]   DVI-D-1
Jul 27 18:05:05 desktop kernel: [2.784240] [drm]   HPD1
Jul 27 18:05:05 desktop kernel: [2.784241] [drm]   DDC: 0x7e50 0x7e50 
0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
Jul 27 18:05:05 desktop kernel: [2.784242] [drm]   Encoders:
Jul 27 18:05:05 desktop kernel: [2.784242] [drm] DFP3: 
INTERNAL_KLDSCP_LVTMA
Jul 27 18:05:05 desktop kernel: [2.850087] [drm] fb mappable at 0xD0247000
Jul 27 18:05:05 desktop kernel: [2.850088] [drm] vram apper at 0xD000
Jul 27 18:05:05 desktop kernel: [2.850088] [

Bug#904824: ITP: golang-github-gdamore-tcell -- Cell based view for text terminals

2018-07-30 Thread Paride Legovini
X-Debbugs-CC: debian...@lists.debian.org

On Sat, 28 Jul 2018 Paride Legovini  wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Paride Legovini 
> 
> * Package name: golang-github-gdamore-tcell
>   Version : 1.1.0
>   Upstream Author : Garrett D'Amore
> * URL : https://github.com/gdamore/tcell
> * License : Apache-2.0 
>   Programming Lang: Go 
>   Description : Cell based view for text terminals
> 
>  Package tcell provides a cell based view for text terminals, like xterm.
>  It was inspired by termbox, but differs from termbox in some important
>  ways. It also adds substantial functionality beyond termbox.
> 
> This is a depdendency of browsh (ITP #904132).
> The package will be maintained in the Go team.

Dear go-team,

I think the package is ready to be reviewed and eventually sponsored.
The packaging repository is:

https://salsa.debian.org/go-team/packages/golang-github-gdamore-tcell/

(Also: let's see how replying to the ITP with an X-Debbugs-CC to the
debian-go mailing list works as an RFS workflow that keeps all the
sponsorship-related discussion under the ITP bug.)

Thank you,

Paride



Bug#904992: Login loop caused by xul-ext-monkeysphere on stretch

2018-07-30 Thread Brian J. Oney
Package: xul-ext-monkeysphere
Version: 0.8-2

Dear Bugzappers,
I am experiencing a reproducible login loop caused by xul-ext-monkeysphere on 
stretch

~$ cat .xsession-errors
...
Insecure directory in $ENV{PATH} while running with -T switch at 
/usr/share/perl5/Crypt/Monkeysphere/MSVA.pm line 836.

~$ uname -a
Linux oney 4.9.0-7-amd64 #1 SMP Debian 4.9.110-1 (2018-07-05) x86_64 GNU/Linux


Fix: apt remove xul-ext-monkeysphere

Cheers,
Brian



Bug#904993: git-debrebase convert-from-gbp doesn't handle multi-line Description

2018-07-30 Thread Ben Hutchings
Package: git-debrebase
Version: 6.2
Severity: normal

git-debrebase convert-from-gbp failed to convert the headers in the
attached patch:

gbp:warning: Patch 'fix-ftbfs-with-gcc-6.patch' has no authorship information, 
using 'Ben Hutchings '

It worked with the other patches using Author and Description header
fields, but I noticed that this is the only one using continuation
lines in the Description.  DEP-3 says:

"When Subject is used, it is expected that the long description is
outside of the structured fields.  With Description it is possible to
embed them in the field using continuation lines."

Ben.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 
'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.17.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages git-debrebase depends on:
ii  git [git-core]1:2.18.0-1
ii  libdpkg-perl  1.19.0.5
ii  libfile-fnmatch-perl  0.02-2+b5
ii  perl  5.26.2-6

Versions of packages git-debrebase recommends:
ii  dgit  5.10
ii  git-buildpackage  0.9.9

git-debrebase suggests no packages.

-- no debconf information
Author: Ben Hutchings https://bugs.debian.org/811577

--- a/towers.c
+++ b/towers.c
@@ -388,12 +388,12 @@ static int solver_easy(struct latin_solv
return ret;
 
 #ifdef STANDALONE_SOLVER
-   if (solver_show_working)
-   sprintf(prefix, "%*slower bounds for clue %s %d:\n",
-   solver_recurse_depth*4, "",
-   cluepos[c/w], c%w+1);
-   else
-   prefix[0] = '\0';  /* placate optimiser */
+   if (solver_show_working)
+   sprintf(prefix, "%*slower bounds for clue %s %d:\n",
+   solver_recurse_depth*4, "",
+   cluepos[c/w], c%w+1);
+   else
+   prefix[0] = '\0';  /* placate optimiser */
 #endif
 
i = 0;


Bug#904994: gjs: New upstream release 1.53.90, requiring mozjs60

2018-07-30 Thread Simon McVittie
Package: gjs
Version: 1.52.3-2
Severity: wishlist
Control: block -1 by 904991

gjs 1.53.90 requires mozjs60, so cannot be packaged immediately. Filing a
bug to record that dependency.

smcv



Bug#854612: openvpn: When an openvpn client is failing, it gets killed

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Serge,


this bug is marked as fixed in release 2.4.3-1.
So I close this bug.

CU
Jörg

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltexDIACgkQCfifPIyh
0l1pyg/9H045M+iFy3us+AHPAdQadjRct4K3kqJ/dguUJCqEwUrG2etrWlc/VHSu
hGk9t0mjVnFOeh46UoOFVcjGSj4bVdp7qIJsPolezGF+8yYSYHITWOq1j6KtoVHV
mGgKW64WW6kRutrjber2Lt3ciydk8638w7XIXp203WumSD4DlLWEcucDVuhG+YZY
fQOZBS0W8pry+np+pDIPYAQoWTtzqR0NSRgdXmJbj/WdDz9SHZZ+GGeQNoyfldz+
T32w2xjrjaZzio2dIeDCcpRZ5mFMJmIVWjd2XLlgvwgba9m3u/UKI4raVAgwgN+q
ByVBRJhpTC7fYE/dYtxc5403QRLOJ4fx2nz6TT5kxjAAPCNWbVH6qcdlObdRK0l4
QM4p2Sdl7yriNpnibvSWSba5gJuzVrf4VNKN4W7hJt2r4up8C4EruXZo6eqFSxKN
1KZ6hpx/XWdfRh9x+9P5qjl3peZQxqDJAdgksP5fiYP8H5qxawS9LgQm2+WqTmbR
f43h7iYp9XxFbhQlJuu5vOLzsZ0Z6HLbvtigkISRzYnz08wN2PPch9EsNSLjLsfJ
8QfXmSqxNRTmnoXFVNxDoQ7pVTBx0Ko08b2W1DI3shhjxPuB6bxnfPYOjetUvdzy
pzfD2jK6R015a3f/66BEg3rH1bnsHAHlUaHcjW66APkgRwdBLaY=
=lrae
-END PGP SIGNATURE-



Bug#876979: openvpn@.service is missing network-online.target

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Markus,

this bug is marked as fixed in release 2.4.3-4.
So I close this bug.

CU
Jörg
- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltexOkACgkQCfifPIyh
0l3Nkw//WNV2dQDH1rWKw6M51JxBl71VvYCuScDXGG14quCfBkWKudbVuBKfpzlT
FWAehhImMrwAbe+XIFKcvODilG/1ajeU0UAVRWRmeukskYZpDqzYVfAn4GBV0Hxo
3qG9gOFGUvJ9JDHBQ1JqrtDIn1CGtIBk+58jK75X/UzFf3MMexxYTHi4SIT6teLy
BebJoXuwyPwAg5dwmfn9aPNKCJlzDB0T/nZh/mkW3Ny7+d/cMbTt6XxiKZqgxdxA
A/uXQVRMl8ketHQWGl/l0k4rrNHDoGT9RzwlG04dCtx39Z+SJVGnBGHiMAkqFGXx
6e47J0Fu/J/Dx5n9gBWnR7fSa905YIqydubW6gYDsrYBUk6mq9Ky4ejOsPZFktl5
gV7hPbfA7h44BZ9ytp7EEcnxsmeQH+/xvH45SFMmdN2EBFMjszN9Y5Hr9/PIe6v3
nsjig63k+Yn9krH4pCe6ELfs8duC2C2IPu1anJPxGeYYNCdgs2V84oUV1kW7KfW9
Dw8C3K7SUxTdunNd4vUiNYOE97ZYlzG2ytcp+hhcGkGOPsy1Cp7hB2/qScQDbZ/5
FgzDyndJOCcvl5R1/E+XjzjAEgHJaQ356HG8jc/ubts5gRtZBrytZzkDlr4kVgjJ
Dp2EAdljGgjOfU3P2dvWVzLxLn/BMxt5nsFCv9Sw3mEZ+RqHIS8=
=P23O
-END PGP SIGNATURE-



Bug#808578: openvpn client adds wrong routes and blackholes a big chunk of networks

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release. And
we get no answer since Oct. 2017.
 
So I close this bug. If the bug still exists please file a new bug from
a supported release.

CU
Jörg
- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltexi8ACgkQCfifPIyh
0l3OFg/+I61c3oU+FOp2wQWJhe0EC9Jbj56ypYwWmveD/sYQoNhU0dGPlZ9UIySv
2iQo8WnucH/jgNeyKTNPHsxFLBEshEvZ9zL2joWrjS/LxXCaJAr87QcFTx9vy5/p
O8p6h20omRx9Obj5rTgS/LVtNrSy9ZtNDpXSnaNtaoRYVhZUfGbpyW6VZDlqqCTd
zJ/yXmOcPjAwXTIe3CDJxcUxsEvUn2ineiFE8EY+6BntvHcFfXCnP57mQIWh0XGu
nfb3XYxsvBBkMQ/UIYhezdcm6pGKzDTYIZUcqUSluFfB8LSkuIlftWn7076MT5rg
EKEM8n/Pc6gfq6xZH/bvW60ZiVpSGQpFW9wyuJVMcRX9jv5lNPShBFo/otjkHhoT
s4AKJ39T6rBzQZ+pd5DIAgRQ0N0bebgq52sWGsLoTqBBag9fQoLE3ACrD7XENOSB
FAMZl2LBtPdgB9wW8y6WyJ5E8dn6NJMfjs3u5fIRVVosZ5MazPIxCac8DwQ0nvwU
Sc7CKd5ldqPveJolQewKI8NY7KU6SR2lPUzcaMBWyX3JSVTTYhqvVqbK+BwOP98S
5Yha3l5B2zFev5829hMyex+zBU0zGLFQj8lUvFHawKLOvMSydqIU6e1eDhIOOVpU
kbIwZ3fhyYbTMyTRSlG6BCkFsYvE9+mKGBYd4yTgG0QgXC63p2M=
=rORW
-END PGP SIGNATURE-



Bug#840179: openvpn does not reconnect after suspend to RAM

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Alex,

thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release.
 
So I close this bug. If the bug still exists please file a new bug from
a supported release.

CU
Jörg

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltew3UACgkQCfifPIyh
0l1dIhAAtMMER2oIKuY6Xr9QC0DWbo77Du2K7v6KUrlzJ5bl2igY+YJ9F8O4MC5Y
/CpsnP2qEZEtET2vFsxosubvYkuaCRunRz+/YZOCFJ30IhDj2apzucIK52y2pSaC
aFybQ3ZxbfWTswX3OXokg+Snw1Qf4EdRXY05MX3vm8n5YM80VNPlKY214lejzQsC
z8oDfc05Uz7ZpANF2Q2tF/HrTvRGJKFa2bRlaXpfc1Y/ai/iEb6hEjrxncaQN2yj
yESy1s+tRYqibkiumhNNxPuUFDZjLokYhreLwjRIw+sCwWJxAfNUw5c/e/yNkAA7
h2Xwgx7KrCyUQNPidbHVjHHbj0I31URx3Y71oouiADVpC47uFGqPOp7TdlrLP36S
pPJ+9xJk8MfLP9AFFADJHVxyg4cidJzjzwmK7pqwZuWjmr4bmZPRPVxLFgOIq5W6
F5Bq4G2GEK2A1QKr1Tn46Q+kiEW+CEjDsPkh7F3AwypgKWn59+BwAWATfyWCi/4K
G3Ogccgoa3spFWstmcVUyPw7s5wk0RIKM4McmLs0saDGAmwzzkukOj8+G5g7oAAy
lMYhpbVhi0r3EVQu4SX/FZtaGsZxG+7fXgUFE+Au2pQGLZggW5C80RGqWez/2l64
4vJ9XB7nhx6mSzBFTUZMooqBE4szuFBYuxhri+YQfxy2iYA7oUE=
=4D02
-END PGP SIGNATURE-



Bug#483472: [openvpn] --tls-remote option does not work on some certificate CNs

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Philippe,


thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release. 
 
So I close this bug. If the bug still exists please file a new bug from
a supported release.

CU
Jörg


- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAlteyIkACgkQCfifPIyh
0l2vaQ/+NgSssMBULvbxym2aAsUIBbrAuYyxoa049OFWZsY/lXbCZPc7/gBOt0qW
6z+rg2vUNTULMA/dQU6NlAJKT5z54fo0zDgtjgJfNmrNA0yYuNQOmOCMQSx03JvC
DeqGjl3GvxFTsabkcIDCKiTl+zP2aigJdc6C5CctMCdh34PVyddQDiT+U9g5Z8aH
vwR5xd/z6E8BWBaTdkF7+MyF7k/ZnpsbyJBDacXUW+qz6xCIoC/O0psebdsFoH40
idP4E+/MWB07uSpW385xB/gzkca3o97bllm9LnxEMvIsG+tDr3xTzHkPlX9c++RC
nmGnfPSWWhPWipr88nh60R2O7JWuEM5cRhxk6VGzfKB63TxpOtKCSoJQk2z+4wIE
rndK3ndcHpLU1AdD9donTKzpfa1Dr2amLvBo2ywgCtlUqPWWRL/uNo2NSp6WLgF/
FUHznSHB1T6VvVFpStxDVo4VFHtiqRw8+mMcY7vO0Ipxsjn6bZYSpMK+zLCFdo2W
Xgvtg1BFhTPGwobkAj9ZJJjFoM05Iu0UL+LJh74NOMHllCNVfoQopQoVNtRUXcyI
rQt4WUBk5AhNiLo/7egh161R3Rcnw0Kfk3xEEPHQ4g366uIJIpxMweQj1dD86y0L
u1ocB9Tw5fuxiyTG/41RX8vkBpzPChIL2igwRTvh8Clv3GNKwoU=
=BDlc
-END PGP SIGNATURE-



Bug#792653: openvpn: Unprivileged mode results in "sudo: unable to send audit message: Operation not permitted"

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Jim,

thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release. 
 
So I close this bug. If the bug still exists please file a new bug from
a supported release.

CU
Jörg

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltexuoACgkQCfifPIyh
0l0sEBAAifzYnPcx6hV1Dv6qPcs6ebyNKNkulcKDTGuurSAMBYv0THOuEiBMtwEC
XIxpFlsJ1BHfxHsqzN9I4ef0f8bXGNW5EPesbqKzfSpAKConVhMXkzv43vCYDjeD
iJBZYt0IeYOv8Zr5t9HxS4o+93TqrDZyJuWYHTU7I5tV8wETjuNekllCYiPR5d7G
kMPO4XpaURthL+zFMd3G0dMAS/naeL8FQ57GPeREMZ/q9zi8DCyC3N/SgTcS/rfZ
Sa0YICWrbgtkrM2ux4j/TGGffJ1A0P5mzK7qJXdFuqLHF3QX+DC6ypvGYJO1YVw2
fTKfYT2W/GlodysbKVobO3cVBWebHZnxLSnWa07ECKYR8irmCWObobBo1Ar+pp8Q
Jl2w3jUfA4NV9AAtLOvgQeMRI7NDADTAv2h4sZeTqNcj9ifl11L7q5e/7mc6jry3
R8IPGX6e7V7aQWhvBOuY4T4EpXXsmRc2kCPkcFAdcSkF8eOymN5Hx4xLlvrZzuSL
k74/Vzvy/4SnT0TOAjEBzd0dJNMuEKGyP9XvAMHfwsLg+saw/5oWaNTXnD6qFx80
TJIXGJoBqsWYcHA0FfDxVZmV4RnqqSzhREDG5570hyVCMezes3AQKeRD78QRMxjJ
NyMTEUnAatssciWSmvaF59I1HRA2dMvDD/eM44jnxjifL4j5cvI=
=oz1h
-END PGP SIGNATURE-



Bug#782521: openvpn: Segfault when using unsupported cipher mode offered by openssl but not supported by openvpn

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

this bug is marked as fixed in release 2.3.7-1.
So I close this bug.

CU
Jörg
- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltewpgACgkQCfifPIyh
0l3Bdg/9GbdkXJ6nRwf7KZXyLja9/5yspwvDiA6hbPJ72FSAMYTh00n0Gxs+W9nf
o8Xqs+h2NAWwSFk1mutDg2zJSfBePK2KNfyXCBUL5qVcQco5A8bYPL6Ne13CW1eL
TtMzHxqPiBldkNSl7MPYlmZNuy88M2vvo44LBWq1PqOjw2j1+df9PuJU5cJ2GSHY
kXCAeDKaHJG6XoStIaS4he9CNL2VUpcD04t2NHqtV2SW51j8MkyrrEbOwWFwgWUK
eNF8WTzLsl3s0P6D8Bh62an3o+vmE0oADzUYi++XNKVF0+0TepbmuulNLjSoncED
EmLCu+/pyjt3m3gOkw8qeC388BtGO1A4Rgz2pUG8mSSDagYCKekExG8RYi1zSMSk
jfYDpIyoDY3K7kuA5HmxKZHd6YIyjAkOH8efd16/aEG5ef5qegzexIVpwejrJvmA
0G2S2N4i6jvAFOiIkQ56GqEPR+ILxKfvW1dT+acakfrBp7BjjOCOYCXGYLtZKjSE
SjW8iuzUQa8rfbaw7S9NgcrnQ96TnA0CAE3my55Q9S7jiNkdg1POc/J4isRpUu4y
0/gdiO0XO3g00FEQD5tn1EAKPj8mW2dnwXR9Rvq/PDyjJ/uktymIvepGKmh5s0tD
UGGCDmVua6pRHRPj37i1FPvwIxZmdluAIzcAS0N4JW3Ym1bTC4k=
=wW62
-END PGP SIGNATURE-



Bug#766133: openssl error when trying to revoke client key

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Kathy, 

thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release.
 
So I close this bug. If the bug still exists please file a new bug from

a supported release.

CU
Jörg

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltev7MACgkQCfifPIyh
0l2NSw/+Pm2XUjNM0R5niLUp/wIcjsL8mQRcoTiIpMYS61o2cjmEDmUPqpuees4J
HHenBOn0FpY9wNzlzip8NBQmSKhY4xMHZ0qkIKuMUelaJFYCg1Mf5lEcXuh7N59I
f60KP5DPCDdrY/X2wAL88ngJ1uCv05NU3PtunrmXsCHwlkXEBRFQNdWSpPALErmW
HATcuDj7QQqId3pEFqLydt7I/ZMkDmnXk787z88ZuI21pJKTNgoAUqXbzv1sZg2d
CWFKGCbNih0GGdSXQOleM2sOIJd83DOYJwJUM2yadZPQjwZLf3ILnm0+XFHxVUNK
7o5bYe8Gxxcm4DNW0bPLnWn1sHvaWbYw2neYX7idDDBMp5eORvoT2xo7+2YqpVtz
S8sWCWj015Vqw4rztc6zGJrsfCzHyMAcHD7a2Z+Wg9nO8oD0tHHcYGVKuSua5Hqa
LvXm6bLFEurXR12+KXQp8CI6T0Px7WxwYGb36cVmwiXgVd6uiAslbLFqAeMP3KdA
K1qq8S2l6HhFJ4OY17/ggL4a08XcAtjDgIEvs5vRcjUuFw2WX7LPIcv0deEN9zSa
DACTCA1k/6s3pFr4mRJcUFocyq3dAkVYTvEyhMfigYDHGDFfkcFn2pf9JQ+/hp8K
XpZC+z2bpyzwW74rySHO/uCJO9G8SupdhH2YICCXU6H2Lb1hnpY=
=m5w3
-END PGP SIGNATURE-



Bug#786486: openvpn: does not update DNS

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Amount,

thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release.
 
So I close this bug. If the bug still exists please file a new bug from
a supported release.

CU
Jörg


- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAlteww0ACgkQCfifPIyh
0l24uBAAlwfogKPWg9n8U6aRSAmAQgkxbESom3YEa9LCzIFzX0LwVpAc1hV/BV/Z
rsg+DPfAPR67gdRk0qM13ZbDZwvnzPQ2sXxrDeTkxbM1HJSCpfrvjC+CKRTl4SSE
ECbacFd+s74IiPRdWArQAcfqaeR0OJVLWSeqqwnkFeosAGQCHn/U2mt1vNIulRQq
KWkp5u8O03VDxUV0pR4ZSPn2/IQpbbskWENmTq8z92T21V4xfmJwMdWjM/oOaXuT
JZofDjEPUus38mHlHTCTpZoL9XlcQjTT3YNgzeRKmutC/21vyHgzYFUhAlUcZjuP
AHCJdrYEupx2kx1IHtcTBlLUowrtO2fsRcZSyyZVlz8g8BlCyYk3UbdtlQekgIIT
OFV1nxZnWb6rDYxgboVNdKfnqhcnwqFBdp9YMG3B/8Jy2nfvHu31Qn6Fm44sBu0K
QsIG6OHvT9csOvrO+bB9VEvasOvdD5aGdPWH1dx4cOfS+4uUzmyFqbTpb7hWK4I0
OWZnpziRnHYuJlDu/xgJpm8TEP42z+tPTwC+exNWsJlOQ499aIWbWNt66hHnQQIP
G1xLYi593hG3HB3TXUz96qjlRdeaB1oxott9yizGpdjpIkPCfO88A5HUM6rThT1B
lopTRyHG52Uud8R3b6EJ/jrImMAioP/UqweDjREGKTA4UcUwPmY=
=MTvc
-END PGP SIGNATURE-



Bug#904991: mozjs52: new upstream release 60

2018-07-30 Thread Simon McVittie
Source: mozjs52
Version: 52.3.1-9
Severity: wishlist

GNOME 3.30 might require mozjs 60. Relevant GNOME bugs:

https://gitlab.gnome.org/GNOME/gjs/issues/161
https://gitlab.gnome.org/GNOME/gnome-sdk-images/merge_requests/9
https://gitlab.gnome.org/GNOME/gnome-continuous/merge_requests/3

This should presumably be a new mozjs60 source package.

Regards,
smcv

-- System Information:
Debian Release: buster/sid
  APT prefers buildd-unstable
  APT policy: (500, 'buildd-unstable'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.17.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), LANGUAGE=en_GB:en 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#904968: sbuild: please add --no-source-only-changes option

2018-07-30 Thread Johannes Schauer
Hi Sean,

Quoting Sean Whitton (2018-07-30 10:50:32)
> > is there any reason why dgit does not set the SBUILD_CONFIG environment
> > variable to either an empty value or to a config file that lets sbuild do
> > exactly what dgit expects it to do?
> We are not trying to be a full wrapper for sbuild.  The user's config should
> be allowed to take effect.  For example before an upload I type
> 
> % dgit sbuild --run-autopkgtest --run-piuparts
> 
> but autopkgtest and piuparts will not work without my .sbuildrc.
> 
> Generating a _source.changes is the only option that we must turn off.

my problem with adding the --no-source-only-changes option is, that sbuild
already today has a ton of command line options. I even know of blog posts that
specifically lament the hell of options that they are confronted with when they
open the sbuild man page.

This is why, when introducing a command line option, then it should be one that
is really necessary or otherwise it will further clutter the available space.

My fear is, that after introducing --no-source-only-changes, then somebody will
find another option that needs to be introduced for an sbuild wrapper to work.
Do we know that there is really no other option that dgit needs?

Another thought: Currently nothing prevents the user from typing:

% dgit sbuild --source-only-changes

So maybe there is a better way to do things? As you argued, it might be
important that sbuild reads the user's ~/.sbuildrc, so how about the following
solution:

Let dgit run sbuild in a temporary directory, and then whatever files sbuild
creates will not conflict with the files dgit creates. Dgit could then just
retrieve the files it needs from the temporary directory and then delete the
directory. This also makes sure that there are no further clashes in terms of
files sbuild creates. For example: there is an open bug against sbuild that
asks whether it would be possible for the user to specify a custom pattern of
how sbuild names the .changes file. Now suppose the user ends up using the
pattern that dgit chose.

So I really think that we should think about other options first which solve
the problem at a much more fundamental level before we start introducing new
command line options.

What do you think?

Thanks!

cheers, josch


signature.asc
Description: signature


Bug#769387: random segfaults error 14 in libaudit.so.1.0.0

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,

thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release.
 
So I close this bug. If the bug still exists please file a new bug from
a supported release.

CU
Jörg

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltewQUACgkQCfifPIyh
0l0wxw//eyeURTLqa6iSzD5gGmare/ZbK9XvrOeusGEl6clllRC77oJvgTYOGmha
JhQoTHlvlOzPGYq+Uz3m+/zIhxcDsFrzHRtcxdWkkLj4A/zrsYvQPkAuZ5LHb6If
Q2lG8XgNcyMACkTKUE1NO5XAe6KMbcdGMFa4VPZ4mXt2/3wIsz96lxcbULEQYhnt
Kjz5t4RLZRMPfCkuNavSZooEFJ0cXVVmVsUtbQrruF8VeBZiS9k9Yv4Ei8U5TpQi
AOn3wJKHC82F2XNnjmtoZnzaY9UcoBGDub163tXMqQRPitv4VKTO5rN6jeQ+Mj1+
YRXG3UbMAkqYrO67AZD+/whGND1mdeLObQWEgF8rqvzAdzi1s/5RDGrkdXllOrJE
lZ5b8LVZ+rgUoMGYlqfLUECpbSWgg4V/60uVvNS4oDdZqgiOR6Ie0UcLFAE6k28O
W6NQ+my2Whkt9dLSoGnKj0TSdZqa3UxFppBi/6tnRdh2qEpJPrP7JrGauibzgYbn
sIR0Q/08f45bsFaDoFgZV38Xj98yvHM7ADJkD+nvhCPu0B8tSnteGx3zbMIbnonf
J5hO+U9cnRpp6nkds1t4VVZR9alPqYq/b2mGnSYHpk2UN9qTKbnsmXhKvPE61DDi
rcOQ2Oty+DIxB2xRI5bU57XYYpM/J1qboWH4YLm61Usp/BmTbwQ=
=i+cv
-END PGP SIGNATURE-



Bug#328845: openvpn bugs from unsupported releases

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,


thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release. 
 
So I close this bug. If the bug still exists please file a new bug from
a supported release.

CU
Jörg




- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAlte21cACgkQCfifPIyh
0l2lvg//Wb6d6HEj/4uSMMp4g612C1Rs5M3hmy2g5c3eRWhfJfORW0YFkmh3sgAd
57tlEwtHmOyfpnxnbmAkDA8KTvu7KIV7KgtC49jFSqbOLO8GreGgepRF97pgt5cv
NuvNF4h3FIQOqYC+h/5sSJ8n5iZd5gnLixB+K77ENDWstGUnTweZeymF+ifJuw0V
t3JmzN56Bl7s58eyLjrsFzhPpz3V3qotmakXC4PZyK2BDTOCI0ml9ZPkCZR2z3hi
t2MeSpH4nGNp0k+Xiptdp/jbnIIiDgNdVGJ2+D3oNsyL6EiWYU5cRGnDO0Sab57u
TNqJv1u7wfr2xkCSXeJ2aTjKvnpyootd9tk53g9wDV38XnZcy2WeLU4qbguahNKo
nLG+iS2/7dC7xOVje6+VaoPx78FDvlnroCmvHb7D6DwLBNGHKgtdrxfRuYNs3MBZ
RJXzpTCkh1lD7g6DdHcPG7g16QeB7i3oekg3FaSlMkjMWOkFE6waH+c2afi0MW0z
SM6KjFhti0bmFqztW8u4yAAZ6U5R46SdG8TQtORsI7uUHDW1mwEfFNJaZpTclQwQ
IbK5raW41+Ntq7yW5lyCitKuWGImuqfMlUbZiVBf8aX0GYQE+WShm6R2hgocIfB2
lLqU+R+Rwi0FMFXFaR/DL0NoILgL61EBni0py7V0NGu/HqGWGUY=
=KZyc
-END PGP SIGNATURE-



Bug#904990: Missing online help

2018-07-30 Thread Ben Hutchings
Package: git-debrebase
Version: 6.2
Severity: normal

One or both of these commands ought to work:

$ git-debrebase help
bad usage: unknown git-debrebase sub-operation help
$ git-debrebase  --help
Unknown option: help
 at /usr/share/dgit/gdr/perl5/Debian/Dgit.pm line 127.
Debian::Dgit::__ANON__("Unknown option: help\x{a}") called at 
/usr/share/perl/5.26/Getopt/Long.pm line 1072
Getopt::Long::FindOption(ARRAY(0x55fe2c355380), "(--|-)", "--", 
"--help", HASH(0x55fe2cae40e8)) called at /usr/share/perl/5.26/Getopt/Long.pm 
line 528
Getopt::Long::GetOptionsFromArray(undef, undef, undef, undef, undef, 
undef, undef, undef, ...) called at /usr/bin/git-debrebase line 1796

Ben.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 
'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.17.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages git-debrebase depends on:
ii  git [git-core]1:2.18.0-1
ii  libdpkg-perl  1.19.0.5
ii  libfile-fnmatch-perl  0.02-2+b5
ii  perl  5.26.2-6

Versions of packages git-debrebase recommends:
ii  dgit  5.10
ii  git-buildpackage  0.9.9

git-debrebase suggests no packages.

-- no debconf information



Bug#882556: Remnant ntp's Apparmor profile prevents openntpd from working

2018-07-30 Thread Christian Ehrhardt
>
>
> I was wondering... isn't this behaviour to be performed as a postrm
> script by the package that carries the original apparmor profile, in
> this case, ntp?
>

[...]


> I might be missing something here, so please excuse and clarify.
>

Hi Dererk
this was my first thought as well, but it was outlined that it is preferred
to not do so.
See [1][2] on the Ubuntu bug discussion.

[1]: https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1689585/comments/6
[2]: https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1689585/comments/7


Bug#904779: reassign: depends

2018-07-30 Thread Alastair McKinstry

retitle 904626 libtool issue leads to intermittent FTBFS failures

reassign 904626 openmpi,libtool

tags 904626 upstream

merge 904626 896861

thanks


This is an intermittent build issue that is being worked on with upstream:

https://github.com/open-mpi/ompi/issues/5114

The openmpi build runs libtoolize and generates a libtool (see github 
bug for details of what went wrong).


libtool.m4 differs then between upstream and the debian generated 
version. libtool.m4. Both are 2.4.6


but differ:

diff /usr/share/aclocal/libtool.m4 config/libtool.m4

4950,4952d4938
<   linux* | k*bsd*-gnu | gnu*)
< _LT_TAGVAR(link_all_deplibs, $1)=no
< ;;
5015,5017d5000
<   linux* | k*bsd*-gnu | gnu*)
< _LT_TAGVAR(link_all_deplibs, $1)=no
< ;;
5272c5255
< netbsd* | netbsdelf*-gnu)
---
> netbsd*)
5793d5775
<     _LT_TAGVAR(link_all_deplibs, $1)=no


The significance (if any) of this I don't yet understand.


regards
Alastair


--
Alastair McKinstry, , , 
https://diaspora.sceal.ie/u/amckinstry
Misentropy: doubting that the Universe is becoming more disordered.



Bug#518349: "potential TUN/TAP adapter subnet conflict"

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Max,


thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release. 
 
So I close this bug. If the bug still exists please file a new bug from
a supported release.

CU
Jörg

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAlteyUcACgkQCfifPIyh
0l13pA//U6bKmNsmYWGCbBRkIDrM6ibxqTicEccAFGz667nRVprva9gNgOM/Mbad
8pummH2fM/qeI9JSn2tfTWO07dm5irFtR9VtWKlU2j4du8oOy66qqnelsy671wfo
LdnS6/ZzdIqaWLy7gvDHC4XxkrXclcb2bHYse7bmqCztXM/IfbS9ml0+XAeqdWVG
hFv3gwV5AFF71xk2jNGB5+4wyvd2W4A3icdiuxf6tUw4SaQraalItBfJ5HJci/ib
nQM1xXlaumncAQOdgdXI19730lKOdIP/Q5doOfN6VWDXkdsg0lmydrv2QzV6A65Q
Xo53Azx0XLH/p3Ka6q9lAB8j9PMNdcU67jz9xkcLi+2gtOoUCMB9yVVsUd6cr1wb
0sKK7y1boYUFJcWBWV3lfiKlwutMXeDrD2ym+3LugAiD9m5Or2Kg8GIIkwvSdZmY
evlBz8wBfTNNjpV7pNSMlnh49ENH9x7aTwO3mshhtk51ytb1+9d8oxvjtWieKjjA
s97H88yF0tcFce8r1eIV30UXlCLS62+u692HyWNUGWT6wd0q2SFhXqPd2wvD5LKx
QZYZLmThCJUYXf8Zo6NLorkYORUZ8IYFlvvnRokCy2L9n13W6TI30NDSsC6/q4kd
wP5F/HmY8ANnxenFMRLIrqKjqAKF7oC9DJQso5xtDz8Xteasyug=
=7Eu6
-END PGP SIGNATURE-



Bug#846006: debian-cd: please provide flavor/spin netinst image for Debian Edu

2018-07-30 Thread Holger Levsen
On Sun, Jul 29, 2018 at 04:43:56PM +0100, Steve McIntyre wrote:
> Look at debian-cd/tools/generate_firmware_task - that's used by the
> build jobs to create a "firmware" task dynamically whenever we
> build - see in debian-cd/Makefile:
[...] 
> You could do something similar when DEBIAN_EDU is defined, to call a
> script to generate $(TASKDIR)/debian-edu-education task. Then you can
> use that task to get all the tasks on the media. OK?

thanks for the pointer, Steve!

On Sun, Jul 29, 2018 at 05:46:25PM +0200, Wolfgang Schweer wrote:
> On Sun, Jul 29, 2018 at 03:24:14PM +, Holger Levsen wrote:
> > wolfgang, are you subscribed to this bug or do you need those cc:s? :)
> subscribed, no need to cc: me

ok, cool :)

> > thanks! and that's a rather sensible list even:
> of course this list is meant in addition to the existing one for 
> netinst.

sure!

> > education-development/unstable 2.10.32 amd64
> this meta-package will pull in quite a lot, hasn't been on the Stretch 
> USB image. that's why I figured the amount of required space to be up to 
> 8 GiB. Could maybe dropped from the list.

ah, ok, we'll ignore this then!

> > though i wonder if there's a smarter way than just hardcoding this...
> would be nice, yes.

done, see
https://salsa.debian.org/images-team/debian-cd/compare/1927aefa...d2e89a19


the only thing missing now is to actually build this image, which I'll try to 
tackle later, probably only tomorrow though.


-- 
cheers,
Holger

---
hol...@debian.orghol...@reproducible-builds.org


signature.asc
Description: PGP signature


Bug#893044: closing 893044

2018-07-30 Thread Stephane Vaillant
On Sun, 18 Mar 2018 22:40:08 +0100 Salvatore Bonaccorso 
 wrote:

close 893044 17.11.5-1
thanks





Hi,

The patched version breaks the accounting: slurmdbd issues invalid mysql 
INSERT queries using 'job_ptr->gres_alloc' as the name of a column 
instead of 'gres_alloc' (the same for job_ptr->gres_req).


The problem seems to be located in CVE-2018-7033-2.patch (provided in 
the slurm-llnl_14.03.9-5+deb8u3.debian.tar.xz archive) :

-   if (gres_req)
-   xstrcat(query, ", gres_req");
-   if (gres_alloc)
-   xstrcat(query, ", gres_alloc");
+   if (job_ptr->gres_req)
+   xstrcat(query, ", job_ptr->gres_req");
+   if (job_ptr->gres_alloc)
+   xstrcat(query, ", job_ptr->gres_alloc");

I guess the 'if' condition is right but job_ptr->gres_req should not 
occur inside the quotes as it is the name of a column, instead it should 
remain unchanged.


Best regards,
Stéphane Vaillant



Bug#904962: antlr4: non-standard tarball repacking; please use copyright/Files-Excluded; redundant "debian/orig-tar.sh"

2018-07-30 Thread Dmitry Smirnov
Control: tag -1 patch

On Monday, 30 July 2018 4:46:50 PM AEST Emmanuel Bourg wrote:

> > "debian/orig-tar.sh" is redundant as all it does can be done by "uscan".
> 
> It can be done with uscan but not as conveniently. debian/orig-tar.sh
> keeps only the Java runtime with a simple "rm -Rfv !(Java)" call. To get
> the equivalent behavior with uscan we would have to list all the
> runtimes excluded, which is more tedious to maintain.

Perhaps not as tedious as you might think - the attached patch reproduces 
behavior of custom repack script in less lines, that are straightforward to 
maintain and far more common (if not universal) in Debian ecosystem.

Using standard approach to repacking is good and the additional advantage is 
explicit visibility of what is being thrown away - for example it is good to 
know that original tarball contains pre-built .JAR file...

IMHO on this instance repack is so straightforward that custom script is 
difficult to justify...


> The reason is the Java Team doesn't want to maintain the ANTLR runtime
> for other languages than Java. We tried that with ANTLR 2.x and that was
> too difficult to manage properly. We now prefer splitting the package by
> language, each maintained by skilled dedicated developers and with it's
> own independent update schedule. There are the libantlr3c and
> python3-antlr3 packages for example.

I see... But isn't the down side of this approach is necessary coordination 
of uploads of multiple source packages? Suppose we'll introduce libantlr4-dev 
with C++ support which is not built from the same source package as "antlr4" 
- then compiler and headers would be provided by different binary packages 
produced by different source packages. Inevitably that will create mismatch 
situations and odd bugs that would be impossible to have if support for 
various languages were to be built from single source, as intended by 
upstream...

-- 
Cheers,
 Dmitry Smirnov.

---

However beautiful the strategy, you should occasionally look at the
results.
-- Winston Churchill


signature.asc
Description: This is a digitally signed message part.
>From a566ff1720ffca4a10eff11dabcd86c298239012 Mon Sep 17 00:00:00 2001
From: Dmitry Smirnov 
Date: Mon, 30 Jul 2018 18:42:45 +1000
Subject: [PATCH] Re-pack tarball using Files-Excluded; watch file format to
 version 4 (Closes: #904962).

---
 debian/copyright   | 18 ++
 debian/orig-tar.sh | 29 -
 debian/watch   | 11 +--
 3 files changed, 27 insertions(+), 31 deletions(-)
 delete mode 100755 debian/orig-tar.sh

diff --git a/debian/copyright b/debian/copyright
index f9f2945..3ecc76f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,24 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: ANTLRv4
 Upstream-Contact: Terence Parr 
 Source: https://github.com/antlr/antlr4
+Files-Excluded:
+antlr4-maven-plugin/nb-configuration.xml
+build/*
+runtime/Cpp
+runtime/CSharp
+runtime/Go
+  ~~runtime/Java
+runtime/Java/lib/*.jar
+runtime/Java/nb-configuration.xml
+runtime/JavaScript
+runtime/Python2
+runtime/Python3
+runtime/Swift
+runtime-testsuite/resources
+runtime-testsuite/test
+tool/nb-configuration.xml
+Comment:
+ This package focuses exclusively on Java.
 
 Files: *
 Copyright: 2005-2016, Terence Parr
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 7d9dd28..000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/bash
-
-TAR=../antlr4_$2.orig.tar.xz
-DIR=antlr-$2
-ORIG_TAR=$3
-
-mkdir -p $DIR
-tar -xf $ORIG_TAR --strip-components=1 -C $DIR
-rm $ORIG_TAR
-
-pushd $DIR/runtime
-shopt -s extglob
-rm -Rfv !(Java)
-popd
-
-find $DIR -name ".*" -exec rm '{}' \;
-rm -f $TAR
-XZ_OPT=--best tar -c -v -J -f $TAR \
---exclude 'runtime/Java/target' \
---exclude 'runtime-testsuite/resources' \
---exclude 'runtime-testsuite/src' \
---exclude 'runtime-testsuite/test' \
---exclude 'nb-configuration.xml' \
---exclude '*.nuspec' \
---exclude '*.ps1' \
---exclude '*.jar' \
---exclude '.travis*' \
-$DIR
-rm -rf $DIR
diff --git a/debian/watch b/debian/watch
index d31f9f2..8e5e60d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,9 @@
-version=3
-https://github.com/antlr/antlr4/tags .*/(?:antlr-)?([\d\.]+).tar.gz debian debian/orig-tar.sh
+# uscan(1) configuration file.
+version=4
+
+opts="\
+pgpmode=none,\
+repack,compression=xz,repacksuffix=+repack,\
+dversionmangle=s{[+~]repack\d*}{},\
+" https://github.com/antlr/antlr4/releases \
+  .*/archive/v?(\d[\d\.]+)\.tar\.gz
-- 
2.11.0



Bug#900880: Blank screen when rotating with xrandr

2018-07-30 Thread Brice Goglin
Same problem here but without using the Intel driver (it was installed
but modeset is used by default).
Downgrading xserver-xorg-core from 1.20.0-3 to 1.19.6-1 solved the issue.

Brice



Bug#681961: openvpn init script does not wait for interfaces to come up and exits too early

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Lars,


thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release. 
 
So I close this bug. If the bug still exists please file a new bug from
a supported release.

CU
Jörg

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAlteydIACgkQCfifPIyh
0l218g//f4kSP9XQU96OQ2lZuXeFtpJqE2wYmFuWpoZ1jxZG4J33Nnu+EgAKK2y7
h6Fzy5OgtfmFgmSbn4EZxvIlKq8ut/zKh98j4j3x9mTyBwKASJ9Jo+RVjkh+/X6F
1Bu3wybOq4yts2QkONlni0W/d7BeMY9b2zEKOmPJD9VhvVdDi7JsSYqtmNurQRZL
jUBk2IMqXaV72nSQXV1JBlDsnrccCW+rDWwvqcj1uyvPsD6WKbpdizru2+gc3ujp
xjCFkV05b7vNUne1FI1TiHiUE0C4VNcOm8OgP7TMTRah1YiYdek5uH3VxIknoxab
SRxyMSwKAgxkRSzZGkZiTtpql/8CHDpYndhoGEbzYCbkLdG8xZ1Ee515AqvSpFjr
gDAE+QKac6/oz2rJV8Sa01tJuj4aw2/liysKpcnA/LYYt/aBbSm2K8+mDKBBOJR4
QRAf2LRuOjbXTVvw8M+iMeyzxRl7WePNu52EHyXkdWYL+r0xTztlsbL20iG7BjAt
v86/CVtO7kpsSD51pNd43GqLxH4UO54cTMq8BjqIMz+/WjGFV61Rw0TVuAjtuIp0
2NkcduLxnKJpzCEzcIsZq/2K+GzEQVu0cw0/wv3tCdqjzxYfMHDmfX+dI3GpnU9t
Unm//ANZ8tHJtk+vMpmVhhC8KqmeBFIMMz/aBBYwgb6FO2Y6/Zw=
=UMhq
-END PGP SIGNATURE-



Bug#904989: ITP: r-cran-pkgload -- simulate GNU R package installation and attach

2018-07-30 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-pkgload
  Version : 1.0.0
  Upstream Author : Hadley Wickham, Jim Hester, Winston Chang, RStudio
* URL : https://cran.r-project.org/package=pkgload
* License : GPL-3
  Programming Lang: GNU R
  Description : simulate GNU R package installation and attach
 Simulates the process of installing a package and then attaching it.
 This is a key part of the 'devtools' package as it allows you to rapidly
 iterate while developing a package.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-pkgload
This package is needed to update r-cran-roxygen2 to its lates upstream version.



Bug#904968: sbuild: please add --no-source-only-changes option

2018-07-30 Thread Sean Whitton
Hello Johannes,

On Mon 30 Jul 2018 at 06:37AM +0200, Johannes Schauer wrote:

> is there any reason why dgit does not set the SBUILD_CONFIG environment
> variable to either an empty value or to a config file that lets sbuild do
> exactly what dgit expects it to do?

We are not trying to be a full wrapper for sbuild.  The user's config
should be allowed to take effect.  For example before an upload I type

% dgit sbuild --run-autopkgtest --run-piuparts

but autopkgtest and piuparts will not work without my .sbuildrc.

Generating a _source.changes is the only option that we must turn off.

-- 
Sean Whitton


signature.asc
Description: PGP signature


Bug#904988: util-linux /bin/su $path is missing crucial dirs

2018-07-30 Thread Gijs Hillenius
Package: util-linux
Version: 2.32-0.3
Severity: important

Dear Maintainer,

A few days ago /bin/su (in util-linux) got updated.
today's apt update

resulted in
dpkg: warning: 'ldconfig' not found in PATH or not executable.
dpkg: warning: 'start-stop-daemon' not found in PATH or not executable.

Looks like su's path is missing echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games


but that should include also
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

when I sudo -s

apt update && apt upgrade work as they normally should.


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.17.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages util-linux depends on:
ii  fdisk  2.32-0.3
ii  libaudit1  1:2.8.3-1+b1
ii  libblkid1  2.32-0.3
ii  libc6  2.27-5
ii  libmount1  2.32-0.3
ii  libpam0g   1.1.8-3.7
ii  libselinux12.8-1+b1
ii  libsmartcols1  2.32-0.3
ii  libsystemd0239-7
ii  libtinfo6  6.1+20180714-1
ii  libudev1   239-7
ii  libuuid1   2.32-0.3
ii  login  1:4.5-1.1
ii  zlib1g 1:1.2.11.dfsg-1

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  dosfstools  4.1-2
ii  kbd 2.0.4-4
ii  util-linux-locales  2.32-0.3

-- no debconf information



Bug#904978: Acknowledgement (ITP: protobuf-2 -- This is the protobuf pacakge but version 2.6.1 same as that foudn in jessie but is being packaged to unstable since kotlin-1.1.1 needs it. p.s kotlin-1.

2018-07-30 Thread Saif Abdul Cassim
Control: retitle 904978 ITP: protobuf-2 -- Java bindings for protocol
buffers. Protocol buffers are a flexible, efficient, automated mechanism
for serializing structured data - similar to XML, but smaller, faster, and
simpler.

On 30 July 2018 at 14:14, Saif Abdul Cassim  wrote:

> Control: retitle 904978 ITP:protobuf-2 -- Java bindings for protocol
> buffers. Protocol buffers are a flexible, efficient, automated mechanism
> for serializing structured data - similar to XML, but smaller, faster, and
> simpler.
>
> On 30 July 2018 at 12:24, Debian Bug Tracking System <
> ow...@bugs.debian.org> wrote:
>
>> Thank you for filing a new Bug report with Debian.
>>
>> You can follow progress on this Bug here: 904978:
>> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904978.
>>
>> This is an automatically generated reply to let you know your message
>> has been received.
>>
>> Your message is being forwarded to the package maintainers and other
>> interested parties for their attention; they will reply in due course.
>>
>> As you requested using X-Debbugs-CC, your message was also forwarded to
>>   saif...@cse.mrt.ac.lk, debian-de...@lists.debian.org
>> (after having been given a Bug report number, if it did not have one).
>>
>> Your message has been sent to the package maintainer(s):
>>  w...@debian.org
>>
>> If you wish to submit further information on this problem, please
>> send it to 904...@bugs.debian.org.
>>
>> Please do not send mail to ow...@bugs.debian.org unless you wish
>> to report a problem with the Bug-tracking system.
>>
>> --
>> 904978: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904978
>> Debian Bug Tracking System
>> Contact ow...@bugs.debian.org with problems
>>
>
>


Bug#857169: cannot write systemd nfs mount service which runs after openvpn is really up, because systemd openvpn unit goes into started state too early

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Erik,

thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release. 
 
So I close this bug. If the bug still exists please file a new bug from
a supported release.

CU
Jörg


- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltex9cACgkQCfifPIyh
0l10yg//VYxOPJ+wECbBU2pc67lj636bKNOQfNYsBLWrK+EQN83hWb/gOuPzZ+29
nwSNBr+OzdIoaJgy1vkgwCIphDORomQbpgTUnnp4kbvFUpMkWH9W5lAG67d4L84k
q/+6YcSbRvunrnZHr6eR7q/I0vx2/iuF8dcWEdGIzDsyu0CdMK4c63ilAutQQabI
yMux579mM4erIi90GAbYsylTYkMrOA/66E8hkTzer3gcUASchjHJAKosYu9OYYYr
s3N/Ivkt/fH7j0uDV18QUbtMJYaN+AvUPjA01iEcDkCHAGgDPE6aDHipe5fy/FsO
DZfslIYmQtrLcCZnYnw+6e807FmeJ8eDZIkahCabUcbaM3qw9SAHZQw9ievJNclH
zWoWZPRVvjOMl53sKEbfh83/KPlLWe+sizn00CgG/WhN8bfqup9iOP5XWgWAMxrQ
JoxBVWYYtz8blZ5ZoaXDL0xFQo76Pk6Le20UvgmeddNLn12T2cI83mPvymsLIUTc
zrh1RYEtxlZNL1fmk7D775iehl7V3UmXwDY6SPpTYqLVLJ3KnnqhQMHXVfhJXjQQ
d0eqYd4sBnDeFo3gyjTvFRmV98fq4NWIQUm/NAw6V2feKBrewDRAs9lny/FLAwGr
w6cwtcEFL1E56FT50dw3trYega3tbv4bxbsoS2gQVMv+5IWcC1U=
=vNjB
-END PGP SIGNATURE-



Bug#904978: Acknowledgement (ITP: protobuf-2 -- This is the protobuf pacakge but version 2.6.1 same as that foudn in jessie but is being packaged to unstable since kotlin-1.1.1 needs it. p.s kotlin-1.

2018-07-30 Thread Saif Abdul Cassim
Control: retitle 904978 ITP:protobuf-2 -- Java bindings for protocol
buffers. Protocol buffers are a flexible, efficient, automated mechanism
for serializing structured data - similar to XML, but smaller, faster, and
simpler.

On 30 July 2018 at 12:24, Debian Bug Tracking System 
wrote:

> Thank you for filing a new Bug report with Debian.
>
> You can follow progress on this Bug here: 904978:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904978.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> As you requested using X-Debbugs-CC, your message was also forwarded to
>   saif...@cse.mrt.ac.lk, debian-de...@lists.debian.org
> (after having been given a Bug report number, if it did not have one).
>
> Your message has been sent to the package maintainer(s):
>  w...@debian.org
>
> If you wish to submit further information on this problem, please
> send it to 904...@bugs.debian.org.
>
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 904978: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904978
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>


Bug#904779: openmpi-bin: any program hangs on first MPI call (e.g. MPI_Init())

2018-07-30 Thread Alastair McKinstry







For the transport, try:

$ mpirun.openmpi -n 2 --mca btl self,tcp ./printf


yay! this worked. My bare bones test code with that runs flawlessly:

gmulas@capitanata:~/PAHmodels/anharmonica-scalapack$ mpiexec.openmpi 
---mca btl self,tcp sample_printf

MPI_Init call ok
My rank is = 0
number of procs is = 2

MPI_Init call ok
My rank is = 1
number of procs is = 2

MPI_Finalize call ok, returned 0
MPI_Finalize call ok, returned 0


The same code, run without the --mca option, yields:

gmulas@capitanata:~/PAHmodels/anharmonica-scalapack$ mpiexec.openmpi 
-n 2 sample_printf
-- 

[[23445,1],1]: A high-performance Open MPI point-to-point messaging 
module

was unable to find any relevant network interfaces:

Module: OpenFabrics (openib)
  Host: capitanata

Another transport will be used instead, although this may result in
lower performance.

NOTE: You can disable this warning by setting the MCA parameter
btl_base_warn_component_unused to 0.
-- 



Of course it's a workaround, not a real solution, but way better than
nothing :)


Hi,

Ok, time to dig deeper into btl issues. Can you send me the output of:

$ mpirun -n 2    -mca mpi_show_mca_params all ./sample_printf

thanks
Alastair



thanks!

Giacomo




--
Alastair McKinstry, , , 
https://diaspora.sceal.ie/u/amckinstry
Commander Vimes didn’t like the phrase “The innocent have nothing to fear,”
 believing the innocent had everything to fear, mostly from the guilty but in 
the longer term
 even more from those who say things like “The innocent have nothing to fear.”
 - T. Pratchett, Snuff



Bug#506959: openvpn: floods the logs even with --verb 0 and --mute

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Dietrich,

thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release. 
 
So I close this bug. If the bug still exists please file a new bug from
a supported release.

CU
Jörg

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAlteyPQACgkQCfifPIyh
0l2rVRAAmiDJi4vXrqov3bccxxzXIzhOOaP/aY/tBeXzjitGcJkmTYRmdiC0JK4z
v3tI8h1Wqo6Cy93K1Em8TtMVEBjIAHrlRMMik9qZIkfhiORHC9ABeRKereIuh+xH
xYWkOFXLhs7xRKWESx2WrIfRtu3TaP0BGZngvZCCgjvAGivAVcPPXQLp3CfcMcdt
QQiMWlSDiR+V40S5MRkdMVZvidWasja/mTHtGv1Vc+q01SPRY+75fKX4y0X356AX
FJ8FeoQyK4euHFBGheywdwtCk+74uBR/EsItJbEotW5ouc0CC4emKo62vJ6eNeKD
9XlhKGW71vbs/0hOLtlDa5UPqgp14KHQR9/vffloubj1bWlYTtiRxidPh4DmDF50
tIusPOOj4t/R3qfgJOsVwWhuaotyUh07LBwH4209CCvUF7ELQ2Qxd1OEwar2a6i1
X4sJIFACd9fks7tNWJ6ABVX15H3SBLHYv94vcLFwOjBm8+0Kd5pdkW/BjJVb7NPF
dtugQt9PF4BVvqtOCtzH11FfoDp7XCwgjKSXTPHv/4F8BNgALMddSBcTp22WaM4G
UEJaJ+9LeJ1kw6TLEpbrmirG5yjs53ebJ4mcJBx/6Rc2S4L7cWjfB/6vtlRW7qqH
JEfonvzs6dcN5TsJ244yGVUKeuE3dXNkw5VLt9y2itgwavT7xmg=
=JI+L
-END PGP SIGNATURE-



Bug#904987: ITP: r-cran-pkgbuild -- find tools needed to build GNU R packages

2018-07-30 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-pkgbuild
  Version : 1.0.0
  Upstream Author : Hadley Wickham, Jim Hester, RStudio
* URL : https://cran.r-project.org/package=pkgbuild
* License : GPL-3
  Programming Lang: GNU R
  Description : find tools needed to build GNU R packages
 Provides functions used to build R packages. Locates compilers
 needed to build R packages on various platforms and ensures the PATH is
 configured appropriately so R can use them.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-pkgbuild
This package is needed to upgrade r-cran-roxygen2 to its latest upstream 
version.



Bug#904986: debian-maintainers: Still no copy and paste in vim

2018-07-30 Thread vimuser
Package: debian-maintainers
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

distupgrading, 

* What exactly did you do (or not do) that was effective (or
 ineffective)?

upgradung

   * What was the outcome of this action?

Vim nearly no more usable for programming

   * What outcome did you expect instead?

No 'visual' all the time when marking, c&p, good working with gpm   

*** End of the template - remove these template lines ***

Why?

-- System Information:
Debian Release: 9.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-7-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Bug#902936: fixed in zutils 1.7-2

2018-07-30 Thread Ben Hutchings
On Mon, 2018-07-30 at 08:46 +0200, Daniel Baumann wrote:
> On 07/28/2018 11:57 AM, Ben Hutchings wrote:
> > > did you see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903931#47
> > > and following?
> > 
> > It didn't show up on this bug's message log because you didn't write
> > the control commands properly.
> 
> I first dealt with #903931 by writing to it, and later merge #902936
> with #903931. Can you explain how I wrote thecontrol commands for
> merging the bugs "not properly"?

I was thinking that the incorrectly formatted commands in your
explanatory message were part of the reason it didn't show up on this
bug log.  But that was before the merge.

You still haven't explained why, having fixed a bug, you then reopened
and reassigned it.  But I don't care to argue with you.

> > it doesn't answer why it's OK to install that version of zcat as a 
> > replacement for
> > GNU zcat.
> 
> The zutils package description is:
> 
>   Description: utilities for dealing with compressed files transparently
>Zutils is a collection of utilities for dealing with any combination
>of compressed and non-compressed files transparently. Currently the
>supported compressors are gzip, bzip2, lzip, and xz.
> 
> or in other words: That's the whole point of the package in the first place.
[...]

I understand and recognise the value of handling all the compression
formats automatically.

The problem is that changing the meaning of options is *not*
transparent.

Ben.

-- 
Ben Hutchings
Tomorrow will be cancelled due to lack of interest.


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


Bug#904985: lintian: Check for R packages wrongly set Architecture to any instead all

2018-07-30 Thread Dylan Aïssi
Package: lintian
Version: 2.5.94
Severity: wishlist

Hi,
A common mistake in R packaging is to set Architecture to any instead
all [1]. Only R packages with "NeedsCompilation: yes" in their
DESCRIPTION files (Debian Control File format) must be marked any [1].
So, all R packages (r-cran- or r-bioc- or r-other-) with this field
set to "no" must be marked as all and not any.

I fixed a batch of deb R packages but to avoid new one incorrectly
marked any, a lintian test would be great.

Best,
Dylan

[1] https://qa.debian.org/bls/bytag/I-no-compiler-commands.html
[2] 
https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#The-DESCRIPTION-file



Bug#779240: openvpn: no password prompt using pkcs12

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Arturo,

thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release.
 
So I close this bug. If the bug still exists please file a new bug from
a supported release.

CU
Jörg


- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltewcoACgkQCfifPIyh
0l1bjRAAsz/0xCoMuUMwqzEzTA2BZ8E59+mPJA53GYqQenUplpl7JrVIK2i1+8YI
rc5vQWCqut0BCtoHCH5E7G8XmSG5ZWHsLjRsW1b8JZBBIyNKSezkLq2dBes7u0Wj
j5qSoHnh4/aBPKqfBJBdkoC6OTT35UigK9+xttuuV+ZHLmJ+NeFoCj9dl4YjOxIN
VKz9uUjae9TmWFemKzCDEFQevg60f4wPLnY/isb3/dJ1DaaHj3fpLkb2WUT3IlsH
a9ia2TpbpdofnWMeKO3qU3cCiFkxrhbfhIxGk/Of6cGau++5V57OYk4nQDNY7Iv8
4G+y+U/0jHstgZVErAf0Gbmmi+y6DItGm4BApAMETl0298KqPs53aw7KviKsn4om
lkSPJPDNCR0HnxEJIAlMCD2Je+zLiexstfPOavZfNOc5SNw7KSB3xICquPBl72A0
kfMcnoPOuYPw45ZzPPq2JNBK482lfrum4QtcY6bzkAgvBbZ1WSYOBSmzog6QNTFs
AYyah+gDuc0BpWwZzLzPg41NETXtdX0XYcxiM7d3WZAeAZtCeKAGp4vwf7w+YMrd
lFBCUbMEa6eo2yteG4xLaIVNAU3psubA2ny+QNqOToW1aifFSj0PJ9+oycbyXXPp
X0JKGLjxpit2v+VYD84O+8EUk4t/EroD0r6xZPu/2LWjLyLYyZM=
=cJK5
-END PGP SIGNATURE-



Bug#904984: ITP: r-cran-callr -- Call GNU R from GNU R

2018-07-30 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-callr
  Version : 2.0.4
  Upstream Author : Gábor Csárdi, Winston Chang, RStudio, Mango Solutions
* URL : https://cran.r-project.org/package=callr
* License : MIT
  Programming Lang: GNU R
  Description : Call GNU R from GNU R
 It is sometimes useful to perform a computation in a separate R
 process, without affecting the current R process at all. This
 package does exactly that.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-callr
This package is needed to upgrade r-cran-roxygen2 to its latest upstream 
version.


Bug#904918: man: clarify KillUserProcesses default configuration for Debian

2018-07-30 Thread Michael Prokop
Hi,

* Michael Biebl [Sun Jul 29, 2018 at 11:30:33PM +0200]:
> Am 29.07.2018 um 15:55 schrieb Michael Prokop:

> > quoting from systemd-run(1):

> > | If KillUserProcesses=yes is configured in logind.conf(5), the default,
> > | the session scope will be terminated when the user logs out of that 
> > session.

> > On Debian the KillUserProcesses setting defaults to "no".
> > The manpage should clarify this, IMO.

> Duplicate of
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827159

Meh, sorry for missing that :(

> I kinda agree that patching the documentation is kinda meh. It will be a
> patch which we'd have to carry and update for possibly eternity.

> Not sure if a better alternative would be to document in README.Debian,
> where the systemd package in Debian differs from the upstream default
> behaviour.

Good idea, I've just prepared a MR:

  https://salsa.debian.org/systemd-team/systemd/merge_requests/15

regards,
-mika-


signature.asc
Description: Digital signature


Bug#904923: RFS: golang-github-avast-retry-go

2018-07-30 Thread Alexandre Viau
Hello,

On 2018-07-29 11:44 AM, Jongmin Kim wrote:
> I prepared packaging for https://github.com/avast/retry-go .
> It is present at:
> https://salsa.debian.org/go-team/packages/golang-github-avast-retry-go

d/copyright:
 - Please use "Expat" instead of "MIT-License".
See:
https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#license-short-name


d/patches:
 - please also use DH_GOLANG_EXCLUDES in d/rules instead of removing
examples with patches. (see man Debian::Debhelper::Buildsystem::golang)

Cheers,

-- 
Alexandre Viau
av...@debian.org



signature.asc
Description: OpenPGP digital signature


Bug#904983: bind9: Syntax error in /etc/apparmor.d/usr.sbin.named prevents bind9 from starting

2018-07-30 Thread Giorgos Skafidas
Package: bind9
Version: 1:9.11.4+dfsg-3
Severity: grave
Justification: renders package unusable

Dear Maintainer,

bind9 9.11.4+dfsg-3's /etc/apparmor.d/usr.sbin.named is missing a comma at the 
end of line 33, which
causes apparmor to fail parsing it and in turn deny bind9's access to 
/usr/share/dns/root.hints:

Ιουλ 30 10:36:23 hs named[21729]: could not configure root hints from 
'/usr/share/dns/root.hints': permission denied
Ιουλ 30 10:36:23 hs named[21729]: loading configuration: permission denied
Ιουλ 30 10:36:23 hs named[21729]: exiting (due to fatal error)

After adding a comma at this end of this line, bind9 is able to start again:

/usr/share/dns/root.* r


Thank you!

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.17.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=el_GR.UTF-8, LC_CTYPE=el_GR.UTF-8 (charmap=UTF-8), 
LANGUAGE=el_GR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages bind9 depends on:
ii  adduser3.117
ii  bind9utils 1:9.11.4+dfsg-3
ii  debconf [debconf-2.0]  1.5.69
ii  dns-root-data  2018013001
ii  libbind9-160   1:9.11.4+dfsg-3
ii  libc6  2.27-5
ii  libcap21:2.25-1.2
ii  libcom-err21.44.3-1
ii  libdns1102 1:9.11.4+dfsg-3
ii  libfstrm0  0.3.0-1+b1
ii  libgeoip1  1.6.12-1
ii  libgssapi-krb5-2   1.16-2
ii  libisc169  1:9.11.4+dfsg-3
ii  libisccc1601:9.11.4+dfsg-3
ii  libisccfg160   1:9.11.4+dfsg-3
ii  libjson-c3 0.12.1-1.3
ii  libk5crypto3   1.16-2
ii  libkrb5-3  1.16-2
ii  liblmdb0   0.9.22-1
ii  liblwres1601:9.11.4+dfsg-3
ii  libprotobuf-c1 1.2.1-2
ii  libssl1.1  1.1.0h-4
ii  libxml22.9.4+dfsg1-7+b1
ii  lsb-base   9.20170808
ii  net-tools  1.60+git20161116.90da8a0-2
ii  netbase5.4
ii  zlib1g 1:1.2.11.dfsg-1

bind9 recommends no packages.

Versions of packages bind9 suggests:
pn  bind9-doc   
ii  dnsutils1:9.11.4+dfsg-3
pn  resolvconf  
pn  ufw 

-- Configuration Files:
/etc/apparmor.d/usr.sbin.named changed:
/usr/sbin/named flags=(attach_disconnected) {
  #include 
  #include 
  capability net_bind_service,
  capability setgid,
  capability setuid,
  capability sys_chroot,
  capability sys_resource,
  # /etc/bind should be read-only for bind
  # /var/lib/bind is for dynamically updated zone (and journal) files.
  # /var/cache/bind is for slave/stub data, since we're not the origin of it.
  # See /usr/share/doc/bind9/README.Debian.gz
  /etc/bind/** r,
  /var/lib/bind/** rw,
  /var/lib/bind/ rw,
  /var/cache/bind/** lrw,
  /var/cache/bind/ rw,
  # gssapi
  /etc/krb5.keytab kr,
  /etc/bind/krb5.keytab kr,
  # ssl
  /etc/ssl/openssl.cnf r,
  # root hints from dns-data-root
  /usr/share/dns/root.* r,
  # GeoIP data files for GeoIP ACLs
  /usr/share/GeoIP/** r,
  # dnscvsutil package
  /var/lib/dnscvsutil/compiled/** rw,
  # Allow changing worker thread names
  owner @{PROC}/@{pid}/task/@{tid}/comm rw,
  @{PROC}/net/if_inet6 r,
  @{PROC}/*/net/if_inet6 r,
  @{PROC}/sys/net/ipv4/ip_local_port_range r,
  /usr/sbin/named mr,
  /{,var/}run/named/named.pid w,
  /{,var/}run/named/session.key w,
  # support for resolvconf
  /{,var/}run/named/named.options r,
  # some people like to put logs in /var/log/named/ instead of having
  # syslog do the heavy lifting.
  /var/log/named/** rw,
  /var/log/named/ rw,
  # gssapi
  /var/lib/sss/pubconf/krb5.include.d/** r,
  /var/lib/sss/pubconf/krb5.include.d/ r,
  /var/lib/sss/mc/initgroups r,
  /etc/gss/mech.d/ r,
  # ldap
  /etc/ldap/ldap.conf r,
  /{,var/}run/slapd-*.socket rw,
  # dynamic updates
  /var/tmp/DNS_* rw,
  # Site-specific additions and overrides. See local/README for details.
  #include 
}

/etc/bind/named.conf changed:
// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the 
// structure of BIND configuration files in Debian, *BEFORE* you customize 
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
//include "/etc/bind/named.conf.default-zones";

/etc/bind/named.conf.local changed:
// // Do any local configuration here //
// Consider adding the 1918 zones here, if they are not used in your // 
organization //include "/etc/bind/zones.rfc1918";
include "/etc/bind/ddns.key";
include "/etc/bind/view.main";
include "/etc/bind/view.internet";
include "/etc/bind/view.local";

/etc/bind/named.conf.options changed:
options {
directory "/var/cache/bind";
// If there is a firewall between

Bug#904662: stretch-pu: package sddm/0.14.0-4+deb9u1

2018-07-30 Thread Salvatore Bonaccorso
Hi,

On Sat, Jul 28, 2018 at 09:29:01AM +0100, Adam D. Barratt wrote:
> Control: tags -1 + confirmed
> 
> On Thu, 2018-07-26 at 12:45 +0200, Salvatore Bonaccorso wrote:
> > sddm in stable is affected by the following issues, which are both
> > fixed in unstable already and I would like to propose a fix for the
> > next point release.
> > 
> >  - #898191: sddm: Does not honor PAM's ambient supplemental groups
> > (via
> >    e.g. pam_group.so)
> > 
> [...]
> >  - #878956: sddm doesn't update utmp or wtmp
> > 
> >    If someone logs in via sddm, sddm does not update utmp and wtmp
> > and
> >    e.g. as consequence  'w' and 'who' would not show the logged in
> > user.
> >    Nor will last or lastb record the logins/failed logins.
> 
> From the SRM side, please feel free to go ahead.

Thank you, uploaded.

Regards,
Salvatore



Bug#904982: ITP: r-cran-processx -- GNU R execute and control system processes

2018-07-30 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-processx
  Version : 3.1.0
  Upstream Author : Gábor Csárdi, Winston Chang, RStudio, Mango Solutions
* URL : https://cran.r-project.org/package=processx
* License : MIT
  Programming Lang: GNU R
  Description : GNU R execute and control system processes
 Tools to run system processes in the background.
 It can check if a background process is running; wait on a background
 process to finish; get the exit status of finished processes; kill
 background processes and their children; restart processes. It can read
 the standard output and error of the processes, using non-blocking
 connections. 'processx' can poll a process for standard output or
 error, with a timeout. It can also poll several processes at once.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-processx
This package is needed to upgrade r-cran-roxygen2 to its latest upstream
version.


Bug#575691: childsplay-alphabet-sounds-fr: Incoherent vocal descriptions and pictures in French version of flashcard

2018-07-30 Thread Markus Koschany
The flashcard game was disabled by upstream. I don't believe this issue
will be addressed anytime soon.

Markus



signature.asc
Description: OpenPGP digital signature


Bug#904978: ITP: protobuf-2 -- This is the protobuf pacakge but version 2.6.1 same as that foudn in jessie but is being packaged to unstable since kotlin-1.1.1 needs it. p.s kotlin-1.1.1 is also being

2018-07-30 Thread Bastian Blank
On Mon, Jul 30, 2018 at 12:20:36PM +0530, Saif Abdul Cassim wrote:
>   Description : This is the protobuf pacakge but version 2.6.1 same as 
> that foudn in jessie but is being packaged to unstable since kotlin-1.1.1 
> needs it. p.s kotlin-1.1.1 is also being packaged to unstable.

This is not a description.  Also kotlin, if this is the same as
https://kotlinlang.org/, lists 1.2.51 as version, not 1.1.1.

Bastian

-- 
Deflector shields just came on, Captain.



Bug#758024: openvpn: Doesn't detach from stdin/stdout/stderr after startup

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Matthew,


thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release.
 
So I close this bug. If the bug still exists please file a new bug from
a supported release.

CU
Jörg

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAltevhIACgkQCfifPIyh
0l2Z7A/+KaFIcNJq3qxz94FkyFPzq88n694vT+V9LpLQISUoYRPcN6nalJA8LG49
Q8KNlQgjRi9F+ieNpDmsr1BL2HerVzaG0WzSuFgNUG9Jp4JtTNpnUhCYYIoc+IyP
fZ2dOe4R4iuo2P0feOmz+Rzc8MelzeKrgMdHcdQtkdCXeQq3kzzM2MdUIqmXYkXk
GJWfWRnDalDzrqbbRp0UgBcvJinoglQnISjm550/jnRPUCsL7pY8nm/gA9gOfyjA
zsPQWBRgunSPhzPsccSSHK4SC+wIg++L19uvC9BhRp5CwKRKctj8PBDYXf9xgZwf
WLsW8TCpRsR0rVgm+yuXcOXC1Jv2by8sxDX0ozOMmqr1T9S49SNNEKMI+/Uxt92F
U566syeA3USffY4o+1aP1/6EHA743Rf4njgAkh9MhvkjDB2TaqAR99PgndC8cNZo
g0PsllDf7IuQ2qZYp/TH8NstfSlIJUOSMmukefm+eN8GbG+JcgiR7ep/mE7CiJw/
CQgGmmgBa+WYE1RhGo8QN7KSKp5hQ1aZiezsgCV70F2Z+HecdNL0WHItSLh9Rwk/
TNzQLnUdPwTwGCovBJfvevQSR1T1/z0Rtg1Boc71WU5WbLbBlK06y97F+/xKRoHV
GN9PAsd4Yg94Kd0ro+VKMFZPyBmeEcsd6FVrpzr/fR8zWycfatI=
=vnL/
-END PGP SIGNATURE-



Bug#904740: libtext-bidi-perl: FTBFS: 'fribidi_uint32' undeclared

2018-07-30 Thread gregor herrmann
On Mon, 30 Jul 2018 09:24:46 +0300, Niko Tyni wrote:

> > Upstream acknowledges in the above cited issue that the module
> > currently doesn't work with fribidi >= 1.
> It works for me if I make sure that private.c gets regenerated
> (eg. by putting it to debian/clean) and add the patch from
>  https://rt.cpan.org/Ticket/Display.html?id=124618

D'oh! I found out the first point, I've seen the RT ticket, and I
didn't connect the dots.

Building right now for the upload.


Cheers,
gregor 

-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   NP: Beatles


signature.asc
Description: Digital Signature


Bug#904981: RFS: moc/1:2.6.0~svn-r2984-1

2018-07-30 Thread Elimar Riesebieter
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "moc"

Package name: moc
Version : 1:2.6.0~svn-r2984-1
Upstream Author : Damian Pietras 
URL : http://moc.daper.net/
License : GPL-2+
Section : sound

It builds those binary packages:

moc - ncurses based console audio player
moc-ffmpeg-plugin - ncurses based console audio player - ffmpeg plugin

To access further information about this package, please visit the following 
URL:

https://mentors.debian.net/package/moc


Alternatively, one can download the package with dget using this command:

   dget -x 
https://mentors.debian.net/debian/pool/main/m/moc/moc_2.6.0~svn-r2984-1.dsc

Changes since the last upload:

* Update to r2984
  - Incooperate upstreams overhaul for the ffmpeg plugin. Makes moc playing
with FFmpeg 4.0 again. Therefor removed 05_ffmpeg4.patch.
* Removed Nico Golde from uploaders as he has retired. (Closes: #903257).
* Reworked 04_playtime_perc.patch as suggested by kirifuda. (Closes: #872954)
* Bumped debhelper compatibility level to 11
* Declare compliance with Debian Policy 4.1.5. (No changes needed.)

Regards,
 Elimar Riesebieter

-- 
  Excellent day for drinking heavily.
  Spike the office water cooler;-)


signature.asc
Description: PGP signature


Bug#726151: [openvpn] openVPN connection breaks power management

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Gennady,

thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release.
 
So I close this bug. If the bug still exists please file a new bug from
 a supported release.

CU
Jörg

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAlteu80ACgkQCfifPIyh
0l30sxAAyst4cyog4PARfIF+x9JjBnjlINVhL3wsZzpLfH8KQSoZU8gbLwLUq6vM
c6/D7YGAtXfuGLzpuGEJIxG9GVgNeRKhE9nUZec09AY2x8ymHSyhgLmcbz72VC1H
gA+0GMYSeSfg6Cbh6ZlWEOa6qlkeVIcrvgIzSojs8zywlYEa1taB3O3glII7p+7B
Vwc+hLFrPdbN3SPtCmef/LFyempa8+Q1A0KAYa1ZK4SxFt8tfSFZo9YHYewYfV2M
71bD0mGNos+e8N9yxrlEyEACTCDOph3LkR61OipL+YBAkEGrT0mvE3QrqIpPPUMa
xVzqKVP6thAzyFNVM6VzVSEQEH4ppxeOGy9vRmdls8hpimIXVktQt6aPHc8+lrj5
mo1zgnJYX0e1+RevH3UDlemz4RtfaEmZYowcrpYHiIBrLpfs/aHAisA1supOkyJy
u+SZT5bYmrYAM8zYRNmG/Yk9/BbQ8bWyh0kdecTCnxpkiHWuS7yHsJEtcGrDGi2D
jWiEqGPQnpLa8G0lEIjeXyFE/8hTzk34EfTD0FRfnujkoi2Pc3SRNLp9cYr3Ffb7
nKtANbnB5AQ8iz4HWDNVGxpm/QqURCtwVHNVmgQXedgr84bci+4/qqh3KMGZd+2J
Wr+XW8M01mjaLXbVUpx7bTpn7YuoZjDPB/kmvdAyN5ucen72YZg=
=sKWA
-END PGP SIGNATURE-



Bug#882674: mount: Mounting a remote samba share in /etc/fstab as cifs mounts it read-only.

2018-07-30 Thread Chris Hofstaedtler
Control: tags -1 + moreinfo

Tagging this moreinfo as I cannot reproduce the problem locally with
these package versions:

cifs-utils  2:6.8-2   
linux-image-4.17.0-1-amd64  4.17.8-1  
linux-image-amd64   4.17+95   
util-linux  2.32-0.3  

And a samba server version 2:4.8.2+dfsg-2.

My fstab entry was:

//127.0.0.1/tmp /mnt cifs username=ch,password=xx 0 0

Chris



Bug#904949: [Pkg-electronics-devel] Bug#904949: geda package disappeared from your system

2018-07-30 Thread أحمد المحمودي
reassign debhelper
quit

For some reason:
dh_installdocs -pgeda -pgeda-doc --link-doc=geda-doc

installs the docs in geda-doc package indeed, but in usr/share/doc/geda 
instead of usr/share/doc/geda-doc !

-- 
‎أحمد المحمودي (Ahmed El-Mahmoudy)
 Digital design engineer
GPG KeyIDs: 4096R/A7EF5671 2048R/EDDDA1B7
GPG Fingerprints:
 6E2E E4BB 72E2 F417 D066  6ABF 7B30 B496 A7EF 5761
 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7


signature.asc
Description: PGP signature


Bug#721741: "[FAIL] Killing all remaining processes...failed" at shutdown probably caused by Openvpn

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello,


thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release.
 
So I close this bug. If the bug still exists please file a new bug from
 a supported release.

CU
Jörg

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAlteujcACgkQCfifPIyh
0l0PUBAAoNGs3AROoNbYLPiL4ZWKsf7U4Wbz1TK8D5dMnb6Bky9Ph3CFzaUBZMpF
LozLLtmSHv5TEPhmnG15Xhz5/X7+5OUQ8SNAVUXBqMLBWmYwgfD0aXEqm4xVv4SU
sGulG0o5/ZQv5JpKhV8Mgb7hasK12dg9NJvhGupBklBqE47NNpGIMl7VdMl5gfoG
uUQL4Sw+RZ3FYrDHV6p1I3LZEjxqaTUJz9avbM5JZxNBEl2WM6SS6aW2Jz+f0Rdw
KtxdvtiDUkezcGSygU5FSLBJT5Q0bTAL1HEcrdY7R5p2o7AsE2G6fUoAWCbLMotH
ByAOF2XmSxX7I9gRRAPt4kOCCZ5XOkrAopBTpozNxwbu3uchHAsjoWNALVrUkduB
9p5sqgFwiSkgG1ZoLveXURiyjqbEbOx4uZJEEJmiJoD4OdnxunixQYvbPdDL18+B
3oq7HwEd9IZ1ZaSkgM65Sx6CeOCNTFHzTaiU3EQEhn4by8CI3ZkS7IkO7TZB2hLn
5RLCTSUfBVBn5BXCk+EqtJXxUtJrNzs+5X2PYVk06x3WDP531kOdRxV+cCAfS8qr
jrkEg41YPHkO6WD6fYeEyZrgj/qcqyzAVziulG3n9kFBzBPzIaPUEr3FGuq7XYfJ
gk09s8eoV1UoqiVlah7Ngxsj2Yn6S+BWSsKnKUH1VeZxHYdoR8s=
=97Qs
-END PGP SIGNATURE-



Bug#711156: openvpn: breaks CCD handling with spaces in certificates

2018-07-30 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hello Johannes,


thank you for spending your time helping to make Debian better with
this bug report.

You file this bug against a currently not longer supported release.
 
So I close this bug. If the bug still exists please file a new bug from
 a supported release.

CU
Jörg

- -- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema:  SYR8SJXB
Wire: @joergfringsfuerst
Skype:joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.
-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEY+AHX8jUOrs1qzDuCfifPIyh0l0FAlteuOAACgkQCfifPIyh
0l1N/w//aIlfU7AbGGhmphO8gOaw36ZpScU5j5TztQk9prcvsokrpXyYg71khIdx
fxHtQoRWfT5LB10QKJ6OeFRASd9Bw62dgvD0J0aZI1bGiO9b/LWAAx1JMyDxRvul
Zr0sfLhwxmO3gJDuWv3a5oeuGsGIy3zL1jbmUhuJf/ekEMQ+SVxiaZMWejjD+wNv
TXNhUUWaXgd4s7R6fCxkP9VVNPCrJqKz4UehQneCqo5bjhvt4fKtaX4z7PI9C8CW
llelLeHGflvbV9zXBDdMjILL6XjoCxMHeFSalLw9EEhLeRwE/AH0q6bJUFlIMzlf
x10vgT9DZrlWvEGmtpwibdEQq0AGOXq+abuTvp+1q06+dNMGRtMbvR5rtwS0vSIw
aXLgbZlYHyZGeiEBOv6YQNDrB+97yuC7fTLRfgQBztMa49fYQ6xRXOkbhBonue3c
4vqrD8TsIaJzBgl5SlAthzZPGlgSW6gAwP48WtjOg7udt5C4scZeytnBTFv96aiA
5cX/psLVLqRU0r3LyyYvK+GL/q9grDXHtDqA7ctkKpX1q9uLoSK9SViuQH5P55Lk
lFMpdPOXGjj5jfETAxpXOVfu0AXXdljJpJ6kc4kH/Tr7rNDyvOrU7hnVVuR/nvv0
GAK5sKzKw8KgkbrmA1LKuU6QOzeaOCNdb8G5tS5lI2WhsXBM6uc=
=v8JF
-END PGP SIGNATURE-



Bug#901804: autopkgtest: consider using exit status 8 ("no tests found") if every test was ignored

2018-07-30 Thread Rebecca N. Palmer

Control: tags -1 patch
(in https://salsa.debian.org/ci-team/autopkgtest/merge_requests/24)

On 29/07/18 14:58, Paul Gevers wrote:

I think we should keep
neutral-to-fail a regression.


I agree that neutral (tests all ignored) -> fail should be a regression. 
 I was referring to the no tests -> fail case; as the fix you refer to 
has now been applied to britney, this change no longer affects that case.




Bug#904919: [3dprinter-general] Bug#904919: cura: AssertionError on STL load

2018-07-30 Thread Gregor Riepl
This is a really strange bug, because I can load the STL file just fine.
But somebody else reported a file to me that they couldn't load (it would bail
out with the same error), and it seems like this is a known issue.

I just wonder what's different on my machine that it doesn't have this problem?

It's a long shot, but do you have python3-stl installed?
I have marked it as a Recommended dependency in python3-uranium, so it might
not be installed on every system.



Bug#904980: ITP: spullara-cli-parser -- This is simple commandline parser reuired by kotlin.

2018-07-30 Thread Saif Abdul Cassim
Package: wnpp
Severity: wishlist
Owner: Saif Abdul Cassim 

* Package name: spullara-cli-parser
  Version : 1.1.3
  Upstream Author : Sam Pullara
* URL : https://github.com/spullara/cli-parser
* License : (Apache-2.0)
  Programming Lang: (Java)
  Description : This is simple commandline parser reuired by kotlin.

This package is required for kotlin-1.1.1 which being packaged for debian at 
the moment.



Bug#904979: autopkgtest: add option to mark tests as trivial

2018-07-30 Thread Rebecca N. Palmer

Package: autopkgtest
Severity: wishlist
Control: block -1 by 901804

(From #901804 discussion, moving to a new bug as requested.)

On 29/07/18 14:58, Paul Gevers wrote:

[...]> On 27-07-18 22:49, Rebecca N. Palmer wrote:

[...]
Simon McVittie wrote:

At some point I might add a way to mark some tests as trivial, with
the intention that migration is never sped up by trivial tests passing,
only slowed down by them failing - but that's a future feature.


With the neutral state proposed here, a test can effectively mark itself
as trivial by returning 77(skip) if it passes.[...]

However, that's also true of flaky (return 77 on fail), and I agree it
would be more user-friendly to make this option explicit.


Which option, to use flaky versus skippable? Sorry, could you try to
phrase that sentence again, because I don't get what you mean here.


I meant that once you have skippable, you can use it to simulate either 
flaky or trivial:


#equivalent to Restrictions: flaky
Restrictions: skippable
Test-Command: do_the_test || exit 77

#equivalent to Restrictions: trivial
Restrictions: skippable
Test-Command: do_the_test && exit 77

but that this doesn't imply they shouldn't exist explicitly.  For much 
the same reasons, trivial is easy to implement:


--- a/lib/testdesc.py
+++ b/lib/testdesc.py
@@ -43,7 _43,7 @@
 known_restrictions = ['rw-build-tree', 'breaks-testbed', 'needs-root',
   'build-needed', 'allow-stderr', 
'isolation-container',
   'isolation-machine', 'needs-recommends', 
'needs-reboot',

-  'flaky', 'skippable']
+  'flaky', 'skippable', 'trivial']


 class Unsupported(Exception):
--- a/runner/autopkgtest
+++ b/runner/autopkgtest
@@ -177,7 +177,7 @@
 errorcode |= 2
 else:
 errorcode |= 4
-else:
+elif 'trivial' not in t.restrictions:
 any_passed = True

 if 'breaks-testbed' in t.restrictions:

(Not calling that a patch because there should also be documentation and 
tests; needs to be applied after 
https://salsa.debian.org/ci-team/autopkgtest/merge_requests/24.)



Do you[Simon McVittie] propose to add this[trivial] to autodep8-generated 
"check that we can
import the top-level module" tests?


His original proposed use case (in 
https://salsa.debian.org/ci-team/autopkgtest/merge_requests/19) was:

I've seriously considered mass-bug-filing patches to add trivial autopkgtests to as many 
shared libraries as I can, because even something as trivial as "link an 
implementation of hello(1) to the library using pkg-config and -Wl,--no-as-needed" 
catches surprisingly many embarrassing packaging errors.

which would effectively be an autopkgtest-pkg-c, so probably yes.


A similar idea has come to my mind
about allow-stderr, so I think this is worth discussing.


Do you mean setting allow-stderr by default in autodep8-generated tests? 
 There are packages that would pass only with that (e.g. theano prints 
a warning to stderr if one of its Recommends is not installed), but I 
don't know how many.




<    1   2   3