Bug#968268: debian-edu-config: wakeupclients script fail because SiteSummary.pm is missing

2020-08-12 Thread Petter Reinholdtsen
/network/if-up.d/hostname' /etc/network/if-up.d/wpad-proxy-update [Errno 2] No such file or directory: '/etc/network/if-up.d/wpad-proxy-update' -- debconf information excluded -- Happy hacking Petter Reinholdtsen

Bug#950198: restinio

2020-08-11 Thread Petter Reinholdtsen
[Alexandre Viau] > I have just uploaded a new version of opendht. > > For the next step I will attempt to build Jami to see if there is > anything missing. Hi. Is there any progress on this? I see there is a new version of restino available, perhaps time to update it? I doubt it will solve the

Bug#207394: Socond thoughts: common-auth

2020-07-27 Thread Petter Reinholdtsen
ternative for /etc/environment for variables that should be set everywhere for every user and process on the machine. :) -- Happy hacking Petter Reinholdtsen

Bug#966119: popularity-contest: Unable to find runuser due to missing /sbin/ in PATH?

2020-07-25 Thread Petter Reinholdtsen
now we are most likely the only two that have been near this bug. :) -- Happy hacking Petter Reinholdtsen

Bug#966119: popularity-contest: Unable to find runuser due to missing /sbin/ in PATH?

2020-07-24 Thread Petter Reinholdtsen
small interlude with 1.63~pre2 before returning back to 1.56, followed by 1.61, 1.64 and finally 1.67. -- Happy hacking Petter Reinholdtsen

Bug#838069: calibre: Please announce supported hardware using AppStream

2020-07-24 Thread Petter Reinholdtsen
isenkram specific "cache" with information that I believe should be available for everyone using the appstream system, and for calibre this cache contain the following entries: Package: calibre Modaliases: unused(usb:v2237p*d*ic08isc*ip*, usb:v0525pA4A5d*ic08isc*ip*) -- Happy hacking Petter Reinholdtsen

Bug#825336: isenkram-lookup: suggests enhancements to programs I don't use

2020-07-24 Thread Petter Reinholdtsen
all packages and their relationship in Debian, a feature I believe isenkram should not have. Anyone got any ideas how to use the existing metadata in the package archive to do better choices? -- Happy hacking Petter Reinholdtsen

Bug#964853: hw-probe: add support for running hw-probe once for the Debian installer

2020-07-23 Thread Petter Reinholdtsen
rdware information? Looking at the boot log, I see the host name and LVM volume names being included. I suspect it is best to avoid submitting such information in the default setup. Perhaps 'hw-probe -probe -upload' is a good setup to use for install time reporting? -- Happy hacking Petter Reinholdtsen

Bug#966119: popularity-contest: Unable to find runuser due to missing /sbin/ in PATH?

2020-07-23 Thread Petter Reinholdtsen
sion seem to lack the PATH line. Any idea how that could happen? I added the PATH line manually, and hope it solve the problem for me, at least. :) -- Happy hacking Petter Reinholdtsen

Bug#966119: popularity-contest: Unable to find runuser due to missing /sbin/ in PATH?

2020-07-23 Thread Petter Reinholdtsen
tecture Description +++-==-==--=== ii anacron2.3-28 amd64cron-like program that doesn't go by ti ii cron 3.0pl1-134+deb10u1 amd64process scheduling daemon -- Happy hacking Petter Reinholdtsen

Bug#960824: restinio: Missing atomic library on several architectures

2020-07-20 Thread Petter Reinholdtsen
Upstream is trying to fix it, but unfortunately the first draft did not solve it completely. Hopefully soon. The current new version do not solve it, as far as I know. -- Happy hacking Petter Reinholdtsen

Bug#956285: Problems identified in debian/copyright

2020-07-06 Thread Petter Reinholdtsen
[Michael Lustfield] > I noticed that this package appears to have some issues with debian/copyright. Hi. Any hope to have a fix for this in time for the next stable release? -- Happy hacking Petter Reinholdtsen

Bug#936268: caldav-tester: Python2 removal in sid/bullseye

2020-07-06 Thread Petter Reinholdtsen
not know if this already happened. :( -- Happy hacking Petter Reinholdtsen

Bug#958710: ITP: nss-tls -- encrypted glibc name resolving library which uses DNS-over-HTTPS (DoH)

2020-06-26 Thread Petter Reinholdtsen
[Kan-Ru Chen] > Working on it :) Very glad to hear it. I notice Apple already announced support for encrypted DNS. I hope Debian will follow soon. :) -- Happy hacking Petter Reinholdtsen

Bug#890517: killer's CRON logs out users once per hour

2020-06-18 Thread Petter Reinholdtsen
rwared url. :) -- Happy hacking Petter Reinholdtsen

Bug#962081: gnucobol: Failing autopkgtest scripts should report what went wrong

2020-06-05 Thread Petter Reinholdtsen
test04.exp t$AUTOPKGTEST_TMP/est04.act res=$? -if [ $res ] ; then +if [ 0 == $res ] ; then echo "success: test04 produced proper results" else echo "error: test04 did not produce proper results" -- Happy hacking Petter Reinholdtsen

Bug#962081: gnucobol: Failing autopkgtest scripts should report what went wrong

2020-06-03 Thread Petter Reinholdtsen
ter! Just glad to be of assistance. :) -- Happy hacking Petter Reinholdtsen

Bug#962081: gnucobol: Failing autopkgtest scripts should report what went wrong

2020-06-03 Thread Petter Reinholdtsen
--- a/debian/tests/test04 +++ b/debian/tests/test04 @@ -2,10 +2,10 @@ cd debian/tests echo "info: compiling" -(cobc test04.cob > test04.act 2>&1) +(cobc test04.cob > $AUTOPKGTEST_TMP/test04.act 2>&1) echo "info: running" -cmp -s test04.exp test04.act +cmp -s test04.exp t$AUTOPKGTEST_TMP/est04.act res=$? if [ $res ] ; then echo "success: test04 produced proper results" -- Happy hacking Petter Reinholdtsen

Bug#958888: ITP: pytorch -- Tensors and Dynamic neural networks in Python with strong GPU acceleration

2020-06-03 Thread Petter Reinholdtsen
[Mo Zhou] > I've uploaded all the necessary build dependencies to the NEW queue. > Now I'm waiting for the upstream to merge my pull requests. > > will be maintained under Debian Deep Learning Team Hi. Any news on this? See there are two versions pending in NEW. -- Happy ha

Bug#956734: gnucobol FTCBFS: lots of AC_RUN_IFELSE

2020-06-03 Thread Petter Reinholdtsen
Dear Helmut, Do you have time to test version 3.0~rc1-2 to see if it is easier to cross-build? -- Happy hacking Petter Reinholdtsen

Bug#962081: gnucobol: Failing autopkgtest scripts should report what went wrong

2020-06-03 Thread Petter Reinholdtsen
"error: test04 did not produce proper results" +diff -u test04.exp test04.act fi exit $res -- Happy hacking Petter Reinholdtsen

Bug#953686: Add support for list-table :widths: and :header-rows: to rst2html?

2020-06-02 Thread Petter Reinholdtsen
and xmlto do not? Perhaps they all should be made to agree on the syntax... Anyway, thank you very much for the idea for a workaround. -- Happy hacking Petter Reinholdtsen

Bug#961984: pagekite: Embedded SSL certificate expired

2020-06-01 Thread Petter Reinholdtsen
ct the latest upstream version. Setting severity seriuos as this break the default installation of pagekite. -- Happy hacking Petter Reinholdtsen

Bug#961483: vlc-plugin-bittorrent: vlc crashes (SIGSEGV) on quit via Ctrl+q or Quit menu item

2020-05-31 Thread Petter Reinholdtsen
ch myself. JFYI. -- Happy hacking Petter Reinholdtsen

Bug#961483: vlc-plugin-bittorrent: vlc crashes (SIGSEGV) on quit via Ctrl+q or Quit menu item

2020-05-31 Thread Petter Reinholdtsen
Could this be the same issue reported as https://bugs.debian.org/916399 >? Do not seem like the backtraces match, but it is too a crash bug when exiting. -- Happy hacking Petter Reinholdtsen

Bug#961729: education-networked-common: Please remove Recommends: haveged

2020-05-29 Thread Petter Reinholdtsen
to load the tpm module on its own, which might affect the result. Not quite sure what it does, but it depend on rng_core which make me suspect it can be a randomness source. -- Vennlig hilsen Petter Reinholdtsen

Bug#961729: education-networked-common: Please remove Recommends: haveged

2020-05-29 Thread Petter Reinholdtsen
t done by the d-i developers indicated that d-i still need haveged. -- Happy hacking Petter Reinholdtsen

Bug#702914: CVE-2013-1841 still unsolved?

2020-05-28 Thread Petter Reinholdtsen
y do reverse lookup without comparing it to the addresses returned by a lookup of the name returned by the reverse lookup, which seem to be the problem described in the CVE. In short, I believe the problem from 2013 still is unsolved in version 2.009, but do not know the code and might have overlooked

Bug#961729: education-networked-common: Please remove Recommends: haveged

2020-05-28 Thread Petter Reinholdtsen
er run short on entropy. :) I tried searching the web for information about the added entropy sources in the kernel, but came up short, unless the idea is that the kernel will use hardware entropy sources like the TPU. I hope these drivers also work on older hardware. -- Happy hacking Petter Reinholdtsen

Bug#702914: CVE-2013-1841 still unsolved?

2020-05-28 Thread Petter Reinholdtsen
CVE-2013-1841 >. Is the CVE-2013-1841 issue still unsolved, or was it solved in one of the releases 2.008 or 2.009 without being mentioned in the changelog? Cc to issue #702914 in the Debian bug tracker, to make the maintainer aware of any replies. -- Happy hacking Petter Reinholdtsen

Bug#702914: libnet-server-perl: CVE-2013-1841: Improper reverse DNS matching check for the given hostname

2020-05-28 Thread Petter Reinholdtsen
- There are several dozen outstanding bugs that will be addressed in the next release -- Happy hacking Petter Reinholdtsen

Bug#961483: vlc-plugin-bittorrent: vlc crashes (SIGSEGV) on quit via Ctrl+q or Quit menu item

2020-05-25 Thread Petter Reinholdtsen
Control: forwarded -1 https://github.com/johang/vlc-bittorrent/issues/38 Control: tags -1 upstream Thank you for letting us know. I passed it on to upstream. -- Happy hacking Petter Reinholdtsen

Bug#958710: ITP: nss-tls -- encrypted glibc name resolving library which uses DNS-over-HTTPS (DoH)

2020-05-22 Thread Petter Reinholdtsen
Hi, Any news on getting nss-tls into Debian? -- Happy hacking Petter Reinholdtsen

Bug#961254: libpam-mklocaluser: stop enforcing logout on initial login

2020-05-22 Thread Petter Reinholdtsen
directory path, nor what was caching it, so be careful. The patch could use a comment explaining the background and constraints. I do not see anything wrong with the patch, and assuming it has been tested, feel free to upload it when it suits you. :) -- Happy hacking Petter Reinholdtsen

Bug#961094: [Pkg-zfsonlinux-devel] Bug#961094: zfsutils-linux: Hostid is not regenerated on a clone/copy/restore of the underlying OS

2020-05-19 Thread Petter Reinholdtsen
The sad state of affairs with hostid and gethostid() on Linux is somehow described in https://bugs.debian.org/595790 >. The zfs package have a workaround creating /etc/hostid to make sure it do not change every time dhclient update the IP address of the machine. -- Happy hacking Pet

Bug#960772: [Debian-lego-team] nbc NXC compiler bug

2020-05-18 Thread Petter Reinholdtsen
ersion? The history.txt file did not say. -- Happy hacking Petter Reinholdtsen

Bug#951877: Patch: OpenSSL linking without license exception

2020-05-17 Thread Petter Reinholdtsen
ing Petter Reinholdtsen

Bug#960837: opendht: Need -latomic on at least RISC-V architecture

2020-05-17 Thread Petter Reinholdtsen
trying to fix opendht too. [4] https://buildd.debian.org/status/package.php?p=restinio=sid > [5] https://github.com/kimwalisch/primesieve/pull/46 >. -- Happy hacking Petter Reinholdtsen

Bug#960824: restinio: Missing atomic library on several architectures

2020-05-17 Thread Petter Reinholdtsen
Control: forwarded -1 https://github.com/Stiffstream/restinio/issues/98 I've registered an issue upstream tracking this problem. -- Happy hacking Petter Reinholdtsen

Bug#960824: restinio: Missing atomic library on several architectures

2020-05-17 Thread Petter Reinholdtsen
ppy hacking Petter Reinholdtsen

Bug#960772: [Debian-lego-team] nbc NXC compiler bug

2020-05-16 Thread Petter Reinholdtsen
ricks.stackexchange.com/questions/14766/mindstorms-nxt-nxc-remotestopprogram-fails-compilation?noredirect=1#comment17516_14766 > > I understand this is an old program, and that a fix may not be coming. > > greetings, > paul -- Happy hacking Petter Reinholdtsen

Bug#950198: restinio

2020-05-15 Thread Petter Reinholdtsen
[Alexandre Viau] > The next step would now be to update OpenDHT, which should be quick > once restinio passes new. The restinio package was just accepted into unstable. https://tracker.debian.org/pkg/restinio > -- Happy hacking Petter Reinholdtse

Bug#910876: first version of a package

2020-04-29 Thread Petter Reinholdtsen
[Gürkan Myczko] > And I'm not sure on the issue: > https://github.com/swwa/audmes/issues/1 > (it might, or not might pass ftp-master, bets?) Note, swwa now have write access to the upstream repo on https://sourceforge.net/projects/audmes/ >. So do I, btw. :) -- Happy ha

Bug#959124: RFA: casparcg-server -- layered real-time video compositor to multiple outputs

2020-04-29 Thread Petter Reinholdtsen
of any of them using the Debian package. Description: layered real-time video compositor to multiple outputs Play out professional graphics, audio and video to multiple outputs as a layerbased real-time compositor. https://tracker.debian.org/pkg/casparcg-server > -- Happy hacking Pet

Bug#910876: first version of a package

2020-04-29 Thread Petter Reinholdtsen
d. :) > If you disagree it is yours, go ahead. No objections here. Note, there have been upstream improvements since you made your package. :) -- Happy hacking Petter Reinholdtsen

Bug#910876: first version of a package

2020-04-29 Thread Petter Reinholdtsen
Happy hacking Petter Reinholdtsen

Bug#945816: O: gnucobol -- COBOL compiler

2020-04-23 Thread Petter Reinholdtsen
y in contact with one of the upstream developers, and he suggested uploading the release candidates to Debian. Perhaps worth a try, to get a fix for the CVEs into the package archive? -- Happy hacking Petter Reinholdtsen

Bug#958441: debtags: Please add Cobol language tag (devel::lang:cobol)

2020-04-22 Thread Petter Reinholdtsen
prefer not to introduce tags without associated packages, > though. I used TODO on gnucobol, but thought it was time to get a cobol tag in place and filed here too. :) -- Happy hacking Petter Reinholdtsen

Bug#958441: debtags: Please add Cobol language tag (devel::lang:cobol)

2020-04-21 Thread Petter Reinholdtsen
hacking Petter Reinholdtsen

Bug#945816: O: gnucobol -- COBOL compiler

2020-04-21 Thread Petter Reinholdtsen
[Al Stone] > Petter, if you'd rather adopt it, let me know. Otherwise, assuming > it is in reasonably decent shape to start with, which it seems to > be, I'll adopt it. Please go ahead and adopt it. I do not really have capacity for more packages. :) -- Happy hacking Petter Reinholdtsen

Bug#956734: gnucobol FTCBFS: lots of AC_RUN_IFELSE

2020-04-21 Thread Petter Reinholdtsen
pen-cobol/ >? This is the kind of problem that is best solved upstream. Note, I am not involved in maintaining gnucobol, just a passing developer noticing the package status. :) -- Happy hacking Petter Reinholdtsen

Bug#945816: O: gnucobol -- COBOL compiler

2020-04-21 Thread Petter Reinholdtsen
ing this package, or what a future maintainer should keep in mind? I visited what I believe is the official IRC channel for the project, irc://irc.oftc.net/#gnucobol, and there were no-one there, which I found worrying. -- Happy hacking Petter Reinholdtsen

Bug#923940: libtheoraenc.so: undefined symbols: needs -ltheoradec

2020-04-14 Thread Petter Reinholdtsen
Control: forwarded -1 https://github.com/xiph/theora/pull/11 I've requested the change upstream. -- Happy hacking Petter Reinholdtsen

Bug#956738: Review the Debian patches when the next release come out

2020-04-14 Thread Petter Reinholdtsen
hacking Petter Reinholdtsen

Bug#923940: libtheoraenc.so: undefined symbols: needs -ltheoradec

2020-04-14 Thread Petter Reinholdtsen
:58.799385927 +0200 @@ -79,6 +79,7 @@ apiwrapper.c \ fragment.c \ idct.c \ + info.c \ internal.c \ state.c \ quant.c \ -- Happy hacking Petter Reinholdtsen

Bug#894158: libogg: diff for NMU version 1.3.4-0.1

2020-04-13 Thread Petter Reinholdtsen
Petter Reinholdtsen

Bug#901238: Acknowledgement (wnorwegian: Both word list files should be in UTF-8, not in ISO-8859 anymore)

2020-04-12 Thread Petter Reinholdtsen
ictionary-common specific system. Why is dictionaries-common used here instead of updated-alternatives? -- Happy hacking Petter Reinholdtsen

Bug#956450: libreoffice-common: Upgrade fail because of Application.xba file conflict with libreoffice-base

2020-04-11 Thread Petter Reinholdtsen
y rare problem. :) > Already added: Great. :) -- Happy hacking Petter Reinholdtsen

Bug#956450: libreoffice-common: Upgrade fail because of Application.xba file conflict with libreoffice-base

2020-04-11 Thread Petter Reinholdtsen
in the package libreoffice-base 1:6.1.5-3+deb1@u5. Not sure which one of these packages have this problem, but found it best to report the issue anyway. Missing breaks/replaces? -- Happy hacking Petter Reinholdtsen

Bug#953851: pymissile: should this package be removed?

2020-03-15 Thread Petter Reinholdtsen
orting to keep working, and lack the spare time required to do it myself. :( -- Happy hacking Petter Reinholdtsen

Bug#953686: Add support for list-table :widths: and :header-rows: to rst2html?

2020-03-12 Thread Petter Reinholdtsen
der. -- Happy hacking Petter Reinholdtsen

Bug#952665: debian-edu-config: Don't do unnecessary wget to the internet

2020-02-27 Thread Petter Reinholdtsen
[Mike Gabriel] > The dc=skole object in LDAP can reference a Firefox/Chromium default > homepage in its labeledURI field. If this URI points to some school > homepage on the internet, we observe bad system logon performance in > computer labs. If you place (

Bug#947518: casparcg-server: FTBFS: xf86vmode library not found - required for GLFW

2020-02-14 Thread Petter Reinholdtsen
[Dimitri John Ledkov] > Anyway, I hacked up something that works, albeit looks ugly. Thank you very much. I hope upstream will accept the fix or some variant of it. :) -- Happy hacking Petter Reinholdtsen

Bug#940678: Please import pools by stable device label

2019-12-17 Thread Petter Reinholdtsen
So, should this problem be considered a documentation issue, a local configuration error, a bug in the startup scripts or something else? In other words, should it be kept over or closed as fixed? It is the only open RC issue with zfs on linux. -- Happy hacking Petter Reinholdtsen

Bug#946832: RTP: restinio -- C++14 header library implementing HTTP/Websocket server

2019-12-16 Thread Petter Reinholdtsen
Petter Reinholdtsen

Bug#946497: zfs-dkms: fails to build module for 5.3.0-3-amd64

2019-12-09 Thread Petter Reinholdtsen
UTC. Is the test insufficient to discover this problem, or did something change in the mean time? -- Happy hacking Petter Reinholdtsen

Bug#740373: fetchmail: Generated emails about authentication failure is missing message-id

2019-12-05 Thread Petter Reinholdtsen
truly do not know. Anyway, I was just curious what the answer to the question "why" would be. Now I know. Thank you for the clarifying answer. :) -- Happy hacking Petter Reinholdtsen

Bug#740373: fetchmail: Generated emails about authentication failure is missing message-id

2019-12-04 Thread Petter Reinholdtsen
and here are emails not originating from the IMAP servers, unfortunatly. -- Happy hacking Petter Reinholdtsen

Bug#945521: [ltsp] libfuse3 / sshfs v3 don't support nonempty option anymore

2019-12-01 Thread Petter Reinholdtsen
Control: forwarded -1 https://github.com/ltsp/ltsp/issues/99 Control: tags -1 upstream Fixed upstream, lets add the link. -- Happy hacking Petter Reinholdtsen

Bug#719013: zbar-tools: zbarimg fail to decode structured qr code

2019-11-26 Thread Petter Reinholdtsen
Control: forwarded -1 https://github.com/mchehab/zbar/issues/66 I reported the problem to the upstream developer, in the hope that it could be fixed there. -- Happy hacking Petter Reinholdtsen

Bug#920842: ITP: rav1e -- AV1 encoder written in rust

2019-11-21 Thread Petter Reinholdtsen
art. -- Happy hacking Petter Reinholdtsen

Bug#943419: NMU-upload python-requests-toolbelt

2019-11-08 Thread Petter Reinholdtsen
ng email to 943...@bugs.debian.org do not reach the requestor. :) It is probably better to adapt it, and join the #debian-python IRC channel and the python team to learn more how to maintain python packages in Debian. :) NMU is probably a waste if you instead can adapt it. :) -- Happy hacking Petter Reinholdtsen

Bug#741878: python-dvdvideo, fix for "IndexError: tuple index out of range"

2019-10-25 Thread Petter Reinholdtsen
, so I do not know if the change is according to it. Sharing the patch here in case others want to use it. I've sent the patch upstream already, but do not know if the project is still being maintained there. -- Happy hacking Petter Reinholdtsen

Bug#938141: python-requests-toolbelt: diff for NMU version 0.8.0-1.1

2019-10-24 Thread Petter Reinholdtsen
[Ross Gammon] > Maybe we should do an RFA bug and see if a new contributor wants to pick > it up? Please do. :) -- Happy hacking Petter Reinholdtsen

Bug#942488: abcde: Some times generate too long file names

2019-10-17 Thread Petter Reinholdtsen
ged to look up _PC_NAME_MAX using pathconf(), see https://www.gnu.org/software/libc/manual/html_node/Pathconf.html >, to avoid this problem by trimming the generated name to stay below the file system limit? -- Happy hacking Petter Reinholdtsen

Bug#938141: python-requests-toolbelt: diff for NMU version 0.8.0-1.1

2019-10-14 Thread Petter Reinholdtsen
appy hacking Petter Reinholdtsen

Bug#942202: sitesummary-client: sitesummary-upload missing https support

2019-10-12 Thread Petter Reinholdtsen
server to use certbot and redirect all http requests to https. -- Happy hacking Petter Reinholdtsen

Bug#942038: godot: New upstream version available

2019-10-09 Thread Petter Reinholdtsen
Package: godot3 Version: 3.0.6-2 Severity: wishlist Hi. There is a new upstream version of Godot available. Any hope to get it into Debian unstable? -- Happy hacking Petter Reinholdtsen

Bug#935614: libinfinity: FTBFS on all architectures

2019-10-09 Thread Petter Reinholdtsen
acfghi vs. acbcfghi) FAILED The issue seem to be that the test generate a different value in this part of session/test-01.xml: abcdefghi I have not been able to track down where the author value come from. Perhaps someone who know the code better can have a look? -- Happy hacking Petter Reinholdtsen

Bug#886861: Possibly fixed upstream

2019-10-02 Thread Petter Reinholdtsen
I spoke with the upstream developers, pointed to the Debian bug list and asked which ones might be solved upstream. I was told that these two issues, #886861 and #934381, should be solved upstream. Would be nice to see a new version in Debian. -- Happy hacking Petter Reinholdtsen

Bug#941587: New upstream version available

2019-10-02 Thread Petter Reinholdtsen
Package: jami-daemon Version: 20190215.1.f152c98~ds1-1 Severity: wishlist There is a new upstream version available, fixing several bugs and misfeatures. Please update the Debian package to a new version. -- Happy hacking Petter Reinholdtsen

Bug#941416: RFP: django-rest-framework-simplejwt -- JSON Web Token authentication backend for the Django REST Framework

2019-09-30 Thread Petter Reinholdtsen
: JSON Web Token authentication backend for the Django REST Framework -- Happy hacking Petter Reinholdtsen

Bug#941254: popularity-contest is installed even if user answers No

2019-09-27 Thread Petter Reinholdtsen
s part of the package), and remove it again if the answer was no. Looking at https://salsa.debian.org/installer-team/pkgsel/blob/master/pre-pkgsel.d/90popcon > it seem to be still the case. Did the removal fail during the d-i run? -- Happy hacking Petter Reinholdtsen

Bug#940698: [SPAM] Bug#940698: [debian-edu-config] Add wget as a dependency

2019-09-19 Thread Petter Reinholdtsen
[Mike Gabriel] > And then the cf-agent call fails. We might have to consider adding > wget to Depends: of d-e-c. Is perhaps 'curl' installed by default? What about rewriting the cfengine rules to us curl instead? -- Happy hacking Petter Reinholdtsen

Bug#939619: pygatt -- Python interface to the gatttool Bluetooth command

2019-09-06 Thread Petter Reinholdtsen
rly in Debian. -- Happy hacking Petter Reinholdtsen

Bug#916478: hamradio-maintguide: 'package template' link on page 5 is broken

2019-08-27 Thread Petter Reinholdtsen
from both packaging.rst and vcs.rst (the latter explain how to use svn export)... -- Happy hacking Petter Reinholdtsen

Bug#933283: BD on texlive-generic-extra which isn't build anymore and isn't in bullseye

2019-08-27 Thread Petter Reinholdtsen
* Compat level bumped to 12 * d/control: - Update dependency for texlive-plain-generic (Fixes: #933283) - Update standards-version to 4.4.0 * d/copyright: - Use secure URL for Format -- Iain R. Learmonth Mon, 05 Aug 2019 19:14:25 +0100 -- Happy hacking Petter Reinholdtsen

Bug#934023: resiprocate missing in buster

2019-08-27 Thread Petter Reinholdtsen
le (and thus buster) because it was unmaintained. If it is important to you, perhaps you can reintroduce it and maintain it? -- Happy hacking Petter Reinholdtsen

Bug#935582: dahdi: dahdi_genconf fail with .../spantype: No such file or directory

2019-08-24 Thread Petter Reinholdtsen
-- no spans Generating /etc/dahdi/system.conf Empty configuration -- no spans Generating /etc/asterisk/dahdi-channels.conf # -- Happy hacking Petter Reinholdtsen

Bug#935582: dahdi: dahdi_genconf fail with .../spantype: No such file or directory

2019-08-24 Thread Petter Reinholdtsen
while read st; do case "$st" in *:[ETJ]1) printf "%-10s %-20s %-30s %s\n" \ --- /usr/sbin/dahdi_waitfor_span_assignments.orig 2019-08-24 09:44:03.650535925 +0200 +++ /usr/sbin/dahdi_waitfor_span_assignments2019-08-24 09:44:14.025592490 +0200 @@ -28,7 +28,7 @@ spans_of() { dev="$1" - wc -l < "$dev/spantype" + wc -l < "$dev/dahdi_spantype" } assigned_spans_of() { -- Happy hacking Petter Reinholdtsen

Bug#935080: slapcat used in gosa hook script gosa-modify-host

2019-08-19 Thread Petter Reinholdtsen
eytabs/$i.intern.keytab fi done I have no idea why Wolfgang decided to use slapcat instead of ldapsearch here. Perhaps to make sure he is operating on the local LDAP database, or because he did not have the LDAP connection details available in the script? -- Vennlig hilsen Petter Reinholdtsen

Bug#914381: libsndfile: CVE-2018-19432

2019-08-16 Thread Petter Reinholdtsen
update in Debian to the latest version fix it? (If the question seem strange, keep in mind I do not know much about libsndfile, just noticed a strange security issue status. :) -- Happy hacking Petter Reinholdtsen

Bug#914381: libsndfile: CVE-2018-19432

2019-08-16 Thread Petter Reinholdtsen
According to https://security-tracker.debian.org/tracker/CVE-2018-19432 >, this security issue is only fixed in the jessie (oldoldstable) security repository. Why is it not fixed in unstable, stable and oldstable? -- Happy hacking Petter Reinholdtsen

Bug#655507: hw-detect: Improve handling of firmware with PXE installs

2019-08-06 Thread Petter Reinholdtsen
ppy hacking Petter Reinholdtsen

Bug#932928: restbed: New upstream version available with is_up service method

2019-07-24 Thread Petter Reinholdtsen
Package: librestbed-dev Version: 4.0~dfsg1-5 Severity: wishlist Hi. Please consider updating this library to the latest upstream version to get the is_up() method in the service class. This method is used by the latest version of opendht. -- Happy hacking Petter Reinholdtsen

Bug#932898: dhtnode: Please enable proxy support in build

2019-07-24 Thread Petter Reinholdtsen
=ON CONFIGURE_FLAGS += -DOPENDHT_SHARED=OFF CONFIGURE_FLAGS += -DCMAKE_POSITION_INDEPENDENT_CODE=ON +CONFIGURE_FLAGS += -DOPENDHT_PROXY_SERVER=ON %: dh $@ --with=systemd -- Happy hacking Petter Reinholdtsen

Bug#932898: dhtnode: Please enable proxy support in build

2019-07-24 Thread Petter Reinholdtsen
8000 DHT proxy server requested but OpenDHT built without proxy server support. % Please build the package with proxy server support. -- Happy hacking Petter Reinholdtsen

Bug#929697: fixed in pyglet 1.3.0-2.1

2019-06-13 Thread Petter Reinholdtsen
For the record, this RC bug will cause yagv (gcode viewer) to be missing from Buster unless it is quickly fixed. https://tracker.debian.org/pkg/yagv > Unfortunately I lack the spare time needed to help out myself. :/ -- Happy hacking Petter Reinholdtsen

Bug#930465: jami: Strange KDE integration ('gnome-ring' window title, no window border)

2019-06-13 Thread Petter Reinholdtsen
Package: jami Version: 20190215.1.f152c98~ds1-1 Hi. When testing jami in Buster with KDE, I get a window without the normal borders, and the window title is 'gnome-ring'. Perhaps the title should change to 'jami' and the borders could be recovered? -- Happy hacking Petter Reinholdtsen

Bug#878625: systemd: NIS users login takes longtime.

2019-06-12 Thread Petter Reinholdtsen
se out. It is unclear to me if the login daemon in question uses the PAM system too. -- Happy hacking Petter Reinholdtsen

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