Bug#1058671: [debian-mysql] Bug#1058671: mariadb-server: [Warning] You need to use --log-bin to make --expire-logs-days or --binlog-expire-logs-seconds work.

2024-04-15 Thread Daniel Lewart
Otto, et al, On Sun, Apr 7, 2024 at 12:09 AM Otto Kekäläinen wrote: > > Hi Daniel! > > Do you think this change is still needed? > > Do you want to participate in some open source development/testing to > make it work? > > On Sun, 14 Jan 2024 at 16:03, Otto Kekäläinen wrote: > > > > FYI:

Bug#1058724: automysqlbackup: "Referencing the /etc/mysql/debian.cnf file is not advised anymore"

2023-12-15 Thread Daniel Lewart
* sometimes improve logic By the way, I believe that /usr/sbin/automysqlbackup has no bashisms and should change from "#!/bin/bash" to "#!/bin/sh" (dash). Thank you! Daniel Lewart Urbana, Illinois --- diff -ru a/etc/default/automysqlbackup b/etc/default/automysqlback

Bug#1058671: mariadb-server: [Warning] You need to use --log-bin to make --expire-logs-days or --binlog-expire-logs-seconds work.

2023-12-14 Thread Daniel Lewart
lines: #log_bin= /var/log/mysql/mysql-bin.log expire_logs_days= 10 log_bin defaults to OFF, thus the warning. Commenting out "expire_log_days" is a simple fix. Patch below. Thank you! Daniel Lewart Urbana, Illinois --- diff -ru a/debian/additions/mariadb

Bug#1055016: override: tasksel-data:admin/optional

2023-10-30 Thread Daniel Lewart
on for another day. Thank you! Daniel Lewart Urbana, Illinois

Bug#1055016: override: tasksel-data:admin/optional

2023-10-29 Thread Daniel Lewart
| grep -E '^(Package|Depends|Priority)' Package: tasksel-data Depends: tasksel (= 3.73) Priority: important Please change tasksel-data from: admin/important to: admin/optional Thank you! Daniel Lewart Urbana, Illinois

Bug#1042894: cron: PATH values should be modernized

2023-08-02 Thread Daniel Lewart
ian/crontab.main has the following line: PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin Could it be changed to this? PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin Thank you! Daniel Lewart Urbana, Illinois

Bug#1025536: crontab_5_manpage.patch undoes No-multiple-timezones.patch and more

2023-08-02 Thread Daniel Lewart
-timezones.patch and more. If this was accidental and No-multiple-timezones.patch is restored, please remove "SHELL=/bin/sh", which is a no op. Thank you! Daniel Lewart Urbana, Illinois

Bug#1040315: pam: Binary packages include old CHANGELOG instead of ChangeLog and NEWS

2023-07-04 Thread Daniel Lewart
, please look at the NEWS file. A more verbose list of changes can be found in ChangeLog. Please replace it with the following upstream files, which are maintained: * ChangeLog -> changelog.gz * NEWS -> NEWS.gz Thank you! Daniel Lewart Urbana, Illinois

Bug#1040314: devscripts: uscan(1) github.com example could be improved

2023-07-04 Thread Daniel Lewart
(1), which is confusing. Of course, the best solution would be the following: #1010604 Support commonly used providers like github.com and gitlab.com within watch file: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010604 Thank you! Daniel Lewart Urbana, Illinois

Bug#1040310: pam: debian/watch broken by GitHub change

2023-07-04 Thread Daniel Lewart
. Thank you! Daniel Lewart Urbana, Illinois diff -ru a/watch b/watch --- a/watch 2023-01-04 14:40:45.0 -0600 +++ b/watch 2023-07-04 00:00:00.0 -0500 @@ -1,2 +1,4 @@ version=4 - https://github.com/linux-pam/linux-pam/releases .*/\S+-([\d.]+)\.tar\.xz +opts="filenameman

Bug#1036091: release-notes: What's new: OpenJDK and OpenLDAP rows out of alphabetical order

2023-05-15 Thread Daniel Lewart
/new-llvm-toolchain/ 3) Alphabetize OpenJDK and OpenLDAP rows Wishlist: Add a link to the Debian page on Distrowatch.com: https://distrowatch.com/table.php?distribution=debian This has a complete history and is well-maintained. Thank you! Daniel Lewart Urbana, Illinois --- diff -ru a/en

Bug#1036088: release-notes: What's new table missing bash, openssl, systemd rows

2023-05-15 Thread Daniel Lewart
, the following rows have popcon < 5% and could perhaps be deleted: * dovecot (3.23%) * lighttpd (1.60%) * rustc(1.48%) Thank you! Daniel Lewart Urbana, Illinois --- diff -ru a/en/whats-new.dbk b/en/whats-new.dbk --- a/en/whats-new.dbk 2023-05-14 12:57:24.0 -0500 +++ b/en/whats-new.

Bug#1035914: cron(8) says system administrator should not use /etc/cron.d/

2023-05-11 Thread Daniel Lewart
package named "local". If cron(8) was changed to: The system administrator may create cron jobs in /etc/cron.d/ with file names like "local" or "local-foo". then package changes to /etc/crontab would not require user interaction during upgrades. Thank you! Daniel Lewart Urbana, Illinois

Bug#1034784: release-notes: bookworm section 5.1.5 has "rsylog" typo

2023-04-24 Thread Daniel Lewart
ot;rsylog" typo. Patch below. Thank you! Daniel Lewart Urbana, Illinois --- diff -ru a/en/issues.dbk b/en/issues.dbk --- a/en/issues.dbk 2023-04-21 06:37:14.0 -0500 +++ b/en/issues.dbk 2023-04-24 00:00:00.0 -0500 @@ -197,7 +197,7 @@ If you d

Bug#1033936: fwupd: FuEngine failed to get releases for UEFI dbx ... requires >= 1.8.14

2023-04-04 Thread Daniel Lewart
be helpful. Thank you! Daniel Lewart Urbana, Illinois --- $ journalctl --no-hostname --no-pager _SYSTEMD_UNIT=fwupd.service -- Journal begins at Thu 2021-11-25 17:09:56 CST, ends at Tue 2023-04-04 02:29:53 CDT. -- Apr 01 11:21:51 fwupd[893544]: 16:21:51:0555 FuEngine failed to get

Bug#1030927: automysqlbackup: Week 48 and sometimes Week 47 backups are never removed

2023-02-09 Thread Daniel Lewart
of the year is in ISO week 53. Actually, it is 52 (89%) or 51 (11%). The following would be correct: REMW=$(date -d '-35 days' +%V) 2) Ancient backups are never removed. Below is an untested patch which should fix these. Thank you! Daniel Lewart Urbana, Illinois --- diff -ru a/usr

Bug#1022271: mysqltuner: new version // debian/watch not working

2023-02-09 Thread Daniel Lewart
or/MySQLTuner-perl/releases/ > is a version 1.9.9 Could you try the debian/watch file below? It is based on the github.com Watch File Example from: https://manpages.debian.org/testing/devscripts/uscan.1.en.html Thank you! Daniel Lewart Urbana, Illinois --- version=4 opts="filenam

Bug#1009290: [debian-mysql] Bug#1009290: mariadb-server-10.6: Fails to start on live system

2023-01-30 Thread Daniel Lewart
Otto, et al, How about temporarily inserting something like the implementation below of Arnaud R's workaround somewhere (where?) in mariadb-server(-10.6).postinst? Thank you! Daniel Lewart Urbana, Illinois --- # Temporary workaround which should be removed after upstream fixes # https

Bug#1009290: [debian-mysql] Bug#1009290: mariadb-server-10.6: Fails to start on live system

2023-01-30 Thread Daniel Lewart
upstream bug: Daniel Black added a comment - 2022-06-07 04:50 I'll be just pushing this to the kernel (overlayfs) developers. I don't know what happened with that. The good news is that Arnaud R's upstream "innodb_flush_method = fsync" workaround still works. Sorry! Daniel L

Bug#1025536: cron: No-multiple-timezones.patch can be improved

2022-12-06 Thread Daniel Lewart
! Daniel Lewart Urbana, Illinois --- diff -ru a/debian/patches/features/No-multiple-timezones.patch b/debian/patches/features/No-multiple-timezones.patch --- a/debian/patches/features/No-multiple-timezones.patch 2022-11-28 09:33:00.0 -0600 +++ b/debian/patches/features/No-multiple

Bug#992474: override: bind9-libs:libs/optional

2022-09-18 Thread Daniel Lewart
Sean, et al, On Sat 03 Sep 2022 22:39:18 -0700, Sean Whitton wrote: > On Sun 28 Aug 2022 at 07:42PM -05, Daniel Lewart wrote: > > > Debian FTP Master(s) and Debian DNS Team, > > > > "Accepted bind9 1:9.18.6-1 (source amd64 all) into unstable, unstable": >

Bug#1018748: reportbug: override requests offer deprecated 'extra' priority option

2022-09-09 Thread Daniel Lewart
or your understanding Thank you for the feedback! I did several tests of my patch (with reportbug -d ftp.debian.org) and they worked. Grazie! Daniel Lewart Urbana, Illinois

Bug#1018748: reportbug: override requests offer deprecated 'extra' priority option

2022-08-29 Thread Daniel Lewart
Policy 4.0.1 (Aug 2017) deprecated the 'extra' priority. Therefore the 'extra' priority option should be removed. Untested patch below. Thank you! Daniel Lewart Urbana, Illinois --- diff -ru a/reportbug/debbugs.py b/reportbug/debbugs.py --- a/reportbug/debbugs.py 2022-08-17 14:00:40.0

Bug#1018690: override: python3-reportbug:python/optional

2022-08-28 Thread Daniel Lewart
ority of a package should not be increased merely because another higher-priority package depends on it; ..." I think that applies in this case. Please change the python3-reportbug Priority from standard to optional. Thank you! Daniel Lewart Urbana, Illinois

Bug#1018689: override: python3:python/standard

2022-08-28 Thread Daniel Lewart
to: Priority: standard Thank you! Daniel Lewart Urbana, Illinois

Bug#1018687: override: perl-modules-5.34:libs/optional perl-modules-5.36:libs/optional

2022-08-28 Thread Daniel Lewart
iority:standard" and Depends on perl-modules-5.36. Therefore, perl-modules-5.xx will still be pulled into Standard systems. Thank you, Daniel Lewart Urbana, Illinois

Bug#992474: override: bind9-libs:libs/optional

2022-08-28 Thread Daniel Lewart
e Priority for bind9-libs from "standard" back to "optional". Thank you! Daniel Lewart Urbana, Illinois

Bug#1018685: override: libnfsidmap1:libs/optional

2022-08-28 Thread Daniel Lewart
triggered by "nfs-utils 1:2.6.1-1 MIGRATED to testing" [2]. Please change libnfsidmap1 from Priority "standard" to "optional". [1] https://salsa.debian.org/kernel-team/nfs-utils/-/commit/aba2cc13 [2] https://tracker.debian.org/news/1307526 Thank you! Daniel Lewart Urbana, Illinois

Bug#1016992: libdbd-oracle-perl: Built against unsupported Oracle Instant Client 12.1

2022-08-10 Thread Daniel Lewart
3 2) Build against OIC 19c (Version 19.16) or 21c (Version 21.7) However, two problems remain: 1) Bookworm will be supported well beyond Apr 30, 2024 2) Oracle may release higher 19.xx and 21.x versions Perhaps the only solution is for the user to build from source? Thank you! Daniel Lewart Urbana, Illinois

Bug#1016967: apt_preferences(5) downgrade rule is off-by-one

2022-08-10 Thread Daniel Lewart
o "equals or exceeds". Patch below. Thank you! Daniel Lewart Urbana, Illinois --- diff -ru a/doc/apt_preferences.5.xml b/doc/apt_preferences.5.xml --- a/doc/apt_preferences.5.xml 2022-07-24 10:57:24.0 -0500 +++ b/doc/apt_preferences.5.xml 2022-08-10 00:00:00.0 -0500 @@

Bug#1016832: release-notes: Chapter 4 Upgrading commands are spread out over 20 pages

2022-08-08 Thread Daniel Lewart
er? Thank you! Daniel Lewart Urbana, Illinois --- Basic System Quick Upgrade For a basic system: * Latest stable point release * Debian packages only * No APT pinning * Sufficient disk space (1 GB free for /var) the following upgrade procedures should work. Edit /etc/apt/sources.list:

Bug#1014311: ftp.debian.org: Signing service occasionally generates bad 254-byte signatures

2022-07-04 Thread Daniel Lewart
Does the signing service use a non-free YubiKey? Thank you! Dan Urbana, Illinois

Bug#1012741: Subject: Re: Bug#1012741: modprobe: ERROR: could not insert 'crc_itu_t': Key was rejected by service

2022-07-04 Thread Daniel Lewart
It's like déjà vu all over again: #942881 - snd-hda-codec-hdmi signature corruption https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942881 Thank you! Dan Urbana, Illinois

Bug#1014272: src:linux: sign-file: correct error handling

2022-07-03 Thread Daniel Lewart
patched sign-file and that > still worked. Wow! This may help solve the following signing bugs: * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012741 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014311 Thank you! Daniel Lewart Urbana, Illinois

Bug#1012741: modprobe: ERROR: could not insert 'crc_itu_t': Key was rejected by service

2022-07-03 Thread Daniel Lewart
Ben, et al, On Sun, 19 Jun 2022 12:59:55 +0200, Ben Hutchings wrote: > In the mean time, we have another security update coming which might > not hit this bug again. But there are 28,679 signed binaries across > the three architectures, so the probability is only about 65%. I looked at the

Bug#1014311: ftp.debian.org: Signing service occasionally generates bad 254-byte signatures

2022-07-03 Thread Daniel Lewart
?bug=1012741 Here is one example: * linux-image-5.10.0-15-amd64 5.10.120-1 lib/modules/5.10.0-15-amd64/kernel/net/netfilter/xt_l2tp.ko 1) Which version of OpenSSL/libssl does the signing service use? 2) Are signing logs available? Perhaps they could provide a clue. Thank you! Daniel Lewart

Bug#1012741: modprobe: ERROR: could not insert 'crc_itu_t': Key was rejected by service

2022-06-26 Thread Daniel Lewart
Ben, et al, On Mon, 13 Jun 2022 18:23:18 +0200 Ben Hutchings wrote: > Since the truncated signatures are in the source packages, this is a > problem introduced by the code signing service and will need to be > fixed there. Assuming that the code-signing service uses the kernel's

Bug#1012741: modprobe: ERROR: could not insert 'crc_itu_t': Key was rejected by service

2022-06-26 Thread Daniel Lewart
Ben, et al, BH> I wrote a script to check for short signatures (and other unexpected BH> things) in detached signature files: BH> https://salsa.debian.org/kernel-team/kernel-team/-/blob/master/scripts/benh/check-sig-params DL> I tried running your script, but it generates an error (see below).

Bug#1012741: modprobe: ERROR: could not insert 'crc_itu_t': Key was rejected by service

2022-06-20 Thread Daniel Lewart
Ben, > I wrote a script to check for short signatures (and other unexpected > things) in detached signature files: > https://salsa.debian.org/kernel-team/kernel-team/-/blob/master/scripts/benh/check-sig-params Thank you for your excellent detective work! I tried running your script, but it

Bug#1012741: modprobe: ERROR: could not insert 'crc_itu_t': Key was rejected by service

2022-06-13 Thread Daniel Lewart
/modules/5.10.0-15-686-pae/kernel/lib/crc-itu-t.ko': Key was rejected by service modprobe: ERROR: could not insert 'crc_itu_t': Key was rejected by service modprobe: INFO: ../libkmod/libkmod.c:332 kmod_unref() context 0x204a2d0 released Thank you! Daniel Lewart Urbana, Illinois

Bug#1009290: [debian-mysql] Bug#1009290: mariadb-server-10.6: Fails to start on live system

2022-06-05 Thread Daniel Lewart
tags + upstream Faustin, I found a much simpler way to demonstrate my problem with a Debian Bullseye Live image and MariaDB generic Linux server: * debian-live-11.3.0-amd64-standard.iso * mariadb-10.6.8-linux-systemd-x86_64.tar.gz I decided to file a new bug upstream: [DEV-28751]

Bug#1009290: [debian-mysql] Bug#1009290: mariadb-server-10.6: Fails to start on live system

2022-06-03 Thread Daniel Lewart
Faustin, DL> I will give this a try. I'm curious what filesystem the container uses. $ podman exec -it sys-test findmnt -J / { "filesystems": [ { "target": "/", "source": "fuse-overlayfs", "fstype": "fuse.fuse-overlayfs", "options":

Bug#1009290: [debian-mysql] Bug#1009290: mariadb-server-10.6: Fails to start on live system

2022-05-25 Thread Daniel Lewart
Faustin, > I am not able to reproduce this with the latest > mariadb-server-10.6-dbgsym version (10.6.8). > Can you try with the latest version and tell me? Yes, I tried 10.6.8-1 with the same result. > Also, can you describe a bit better your setup? If this is a filesystem > related issue, I

Bug#1009803: xorriso : NOTE : -as mkisofs: Ignored option '-cache-inodes'

2022-04-18 Thread Daniel Lewart
/binary_iso * scripts/build/source_iso Thank you! Daniel Lewart Urbana, Illinois diff -ru a/scripts/build/binary_iso b/scripts/build/binary_iso --- a/scripts/build/binary_iso 2021-04-02 10:43:54.0 -0500 +++ b/scripts/build/binary_iso 2022-04-18 00:00:00.0 -0500 @@ -63,7 +63,7

Bug#1009629: live-tools: postinst generates two update-rc.d warnings

2022-04-13 Thread Daniel Lewart
runlevel arguments (none) do not match live-tools Default-Start values (S) ... I believe that the simple (untested) patch below will remove these warnings. Thank you! Daniel Lewart Urbana, Illinois --- diff -ru a/debian/rules b/debian/rules --- a/debian/rules 2020-10-23 09:08:54.0 -0500

Bug#1009354: sane-utils postinst generates warning if no /etc/inetd.conf

2022-04-12 Thread Daniel Lewart
-utils depends on update-inetd but it should not (anymore): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842605 you quoted from DEP-9: "inetd is irrelevant" Does that imply that inetd support should be removed? Thank you! Daniel Lewart Urbana, Illinois diff -ru a/sane-utils.

Bug#1009290: mariadb-server-10.6: Fails to start on live system

2022-04-10 Thread Daniel Lewart
to: #983002 - plocate: does not work with /var on overlayfs https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983002 Please let me know any additional information that you could use. Thank you! Daniel Lewart Urbana, Illinois --- 2022-04-10 22:53:02 0 [Warning] InnoDB: Retry attempts for writing

Bug#1007265: override: gcc-12-base:libs/optional

2022-03-14 Thread Daniel Lewart
=992477 Thank you! Daniel Lewart Urbana, Illinois

Bug#1006921: apache2: security.conf can be improved

2022-03-08 Thread Daniel Lewart
* Add reference URLs to comments * Change indentation from spaces to tabs Thank you! Daniel Lewart Urbana, Illinois diff -ru a/debian/config-dir/conf-available/security.conf b/debian/config-dir/conf-available/security.conf --- a/debian/config-dir/conf-available/security.conf2021-12-29 00

Bug#1004710: Invoke "useradd -r" when creating a system user

2022-02-25 Thread Daniel Lewart
Debian Adduser Developers, Also "sudo apt install openssh-server" warns: useradd warning: sshd's uid 116 outside of the UID_MIN 1000 and UID_MAX 6 range. Tested patch which keeps options in alphabetic order is below. Thank you! Daniel Lewart Urbana, Illinois --- diff -ru

Bug#1002798: live-tools: live-persistence needs live-boot and cryptsetup-bin

2021-12-28 Thread Daniel Lewart
is the best solution? Thank you! Daniel Lewart Urbana, Illinois --- diff -ru a/debian/control b/debian/control --- a/debian/control2019-08-31 09:38:48.0 -0500 +++ b/debian/control2021-12-28 00:00:00.0 -0600 @@ -16,6 +16,9 @@ lsb-base, initramfs-tools, ${misc:Depends

Bug#1002796: live-boot: 9990-cmdline-old and 9990-misc-helpers.sh cryptsetup dependencies

2021-12-28 Thread Daniel Lewart
: Suggests: cryptsetup to: Recommends: cryptsetup *Untested* patch below. Thank you! Daniel Lewart Urbana, Illinois --- diff -ru a/debian/control b/debian/control --- a/debian/control2021-02-08 05:18:07.0 -0600 +++ b/debian/control2021-12-28 00:00:00.0 -0600 @@ -19,12 +19,12

Bug#996816: hw-detect: check-missing-firmware generates modprobe errors

2021-10-19 Thread Daniel Lewart
responding module. 2) Rename variables in the remove/reload section for improved clarity: module -> driver; driver -> drv_path; actual_module -> module 3) Remove unused get_module function 4) Fix UUOC 5) Change "! -n" to "-z" 6) Fix comment typo Tested patch is a

Bug#521102: automysqlbackup: Why is "mysql" excluded?

2021-10-06 Thread Daniel Lewart
ich is essentially: DBNAMES=all MDBNAMES="$DBNAMES" DBEXCLUDE="information_schema performance_schema" Thank you! Daniel Lewart Urbana, Illinois --- debian/defaults.orig2021-08-30 09:51:22.0 -0500 +++ debian/defaults2021-10-06 00:00:00.

Bug#994121: debian-cd: Default CODENAME should be changed to bookworm (testing)

2021-09-12 Thread Daniel Lewart
Makefile patch is attached. Dan --- a/Makefile 2021-09-06 05:22:44.0 -0500 +++ b/Makefile 2021-09-12 00:00:00.0 -0500 @@ -191,14 +191,14 @@ fi endif -# Make sure unstable/sid points to testing/buster, as there is no build +# Make sure unstable/sid points to testing/bookworm,

Bug#994121: debian-cd: Default CODENAME should be changed to bookworm (testing)

2021-09-12 Thread Daniel Lewart
Source: debian-cd Version: 3.1.35 Severity: normal Tags: patch X-Debbugs-Cc: szilard.an...@gmail.com Debian CD Group, The default CODENAME should be changed to bookworm (testing). Below is a patch, which I successfully tested with: $ ./easy-build.sh NETINST Thank you! Daniel Lewart Urbana

Bug#994117: debian-cd: Links to alioth/~fjp/debmirror/ and d-i.alioth/manual/

2021-09-12 Thread Daniel Lewart
to: https://d-i.debian.org/manual/ Thank you! Daniel Lewart Urbana, Illinois diff -Nru a/README.easy-build b/README.easy-build --- a/README.easy-build 2021-09-06 05:22:44.0 -0500 +++ b/README.easy-build 2021-09-12 00:00:00.0 -0500 @@ -92,9 +92,9 @@ - ./dists//main/installer

Bug#993563: override: gcc-11-base:libs/optional

2021-09-03 Thread Daniel Lewart
Also, discussed here: https://lists.debian.org/debian-devel/2021/07/msg00046.html https://lists.debian.org/debian-devel/2021/07/msg00048.html By the way, buster had: * gcc-7-base: libs/optional * gcc-8-base: libs/optional Thank you! Daniel Lewart Urbana, Illinois

Bug#992851: apt-setup generated sources.list differs from sources.list(5)

2021-08-24 Thread Daniel Lewart
Patch attached diff -ru apt-setup-0.166/generators/50mirror apt-setup-0.166-new/generators/50mirror --- apt-setup-0.166/generators/50mirror 2020-07-05 14:34:06.0 -0500 +++ apt-setup-0.166-new/generators/50mirror 2021-08-24 00:00:00.0 -0500 @@ -47,7 +47,7 @@ if [ -e

Bug#992851: apt-setup generated sources.list differs from sources.list(5)

2021-08-24 Thread Daniel Lewart
ns up various syntax issues If the Maintainers do not like any of the above changes, I would be happy to resubmit an updated patch. Thank you! Daniel Lewart Urbana, Illinois

Bug#992258: www.debian.org: packages.debian.org still has stable=buster and doesn't know about bullseye-security

2021-08-21 Thread Daniel Lewart
bullseye-backports. Rhonda D'Vine submitted a Merge Request for this on Aug 16: https://salsa.debian.org/webmaster-team/packages/-/merge_requests/21 I don't know what is taking so long for it to be merged. Daniel Lewart Urbana, Illinois

Bug#992485: override: mime-support:oldlibs/optional

2021-08-19 Thread Daniel Lewart
declaring a dependency. Thank you! Daniel Lewart Urbana, Illinois

Bug#992479: override: libreadline8:libs/optional

2021-08-18 Thread Daniel Lewart
) Debian Policy 2.5 Priorities Also, discussed here: https://lists.debian.org/debian-devel/2021/07/msg00046.html https://lists.debian.org/debian-devel/2021/07/msg00048.html Thank you! Daniel Lewart Urbana, Illinois

Bug#992477: override: gcc-10-base:libs/optional

2021-08-18 Thread Daniel Lewart
Also, discussed here: https://lists.debian.org/debian-devel/2021/07/msg00046.html https://lists.debian.org/debian-devel/2021/07/msg00048.html Thank you! Daniel Lewart Urbana, Illinois

Bug#992476: override: gcc-9-base:libs/optional

2021-08-18 Thread Daniel Lewart
, discussed here: https://lists.debian.org/debian-devel/2021/07/msg00046.html https://lists.debian.org/debian-devel/2021/07/msg00048.html Thank you! Daniel Lewart Urbana, Illinois

Bug#992475: exim4-base recommends mailx, which often has heavy dependencies

2021-08-18 Thread Daniel Lewart
se specify a default mailx provider https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849743 Below are the following: 1) *untested* patch for debian/control 2) "apt install exim4-base" debug output 3) "apt install bsd-mailx exim4-base" debug output Thank you!

Bug#992474: override: bind9-libs:libs/optional

2021-08-18 Thread Daniel Lewart
to: libs/optional Thank you! Daniel Lewart Urbana, Illinois

Bug#990580: apache2: [regression] daily cron mails from logrotate: Reloading Apache httpd web server: apache2.

2021-07-15 Thread Daniel Lewart
Debian Apache Maintainers, DSL> Which init system are you using? The answer was in TG's original bug report: Init: sysvinit (via /sbin/init) I believe that this regression only occurs for non-systemd init systems (i.e. sysvinit). Popcon says sysvinit-core is installed on 0.88% of

Bug#990580: apache2: [regression] daily cron mails from logrotate: Reloading Apache httpd web server: apache2.

2021-07-14 Thread Daniel Lewart
ing commands generate no output: * sudo invoke-rc.d apache2 reload * sudo systemctl restart apache2.service Which init system are you using? Daniel Lewart Urbana, Illinois

Bug#990568: netcfg: Link detection timeout question should show interface name

2021-07-02 Thread Daniel Lewart
ted* patch which adds the interface name to the netcfg/link_wait_timeout Description. Thank you! Daniel Lewart Urbana, Illinois --- diff -ru netcfg-1.174/debian/netcfg-common.templates netcfg/debian/netcfg-common.templates --- netcfg-1.174/debian/netcfg-common.templates 2019-11-17 15:18:26.00

Bug#973733: RTW88_8821ce module fails to find firmware during install and must be reloaded

2021-06-26 Thread Daniel Lewart
Attached is a better patch which: 1) Logs modprobe error messages 2) Only reloads modules that do not have a network Thank you! Daniel Lewart Urbana, Illinois --- check-missing-firmware.sh.orig 2021-05-30 15:47:29.0 -0500 +++ check-missing-firmware.sh 2021-06-26 00:00:00.0

Bug#973733: RTW88_8821ce module fails to find firmware during install and must be reloaded

2021-06-24 Thread Daniel Lewart
perhaps by restarting WPA I hope some people experiencing the original problem can test my patch. Thank you! Daniel Lewart Urbana, Illinois

Bug#973733: RTW88_8821ce module fails to find firmware during install and must be reloaded

2021-06-24 Thread Daniel Lewart
moved and loaded rtw88_8821ce * created wlp4s0 interface * lists wireless networks Bad news: * "Failure of key exchange and association" * "purge skb(s) not reported by firmware" Please advise how I can further troubleshoot this. Thank you! Daniel Lewart Urbana, Illinois dif

Bug#989982: live-setup: eatmydata sates my bootstrap.log

2021-06-17 Thread Daniel Lewart
rg/cgi-bin/bugreport.cgi?bug=854660 #906927 eatmydata: Use invalid location of libeatmydata.so https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906927 Thank you! Daniel Lewart Urbana, Illinois

Bug#989978: bugs.debian.org: Pseudo-packages cdimage.debian.org, cdrom, debian-live ambiguity

2021-06-17 Thread Daniel Lewart
re accurate names 2) Improve the descriptions on the web page above Thank you! Daniel Lewart Urbana, Illinois

Bug#988785: firefox-esr-l10n-sv-se should recommend hunspell-sv, not hunspell-sv-se

2021-05-19 Thread Daniel Lewart
recommend hunspell-sv instead. Untested patch below. Thank you! Daniel Lewart Urbana, Illinois --- diff -ru a/debian/control b/debian/control --- a/debian/control2021-05-05 17:02:47.0 -0500 +++ b/debian/control2021-05-19 00:00:00.0 -0500 @@ -1040,7 +1040,7 @@ Section

Bug#988784: firefox-esr-l10n-gl should not recommend transitional hunspell-gl-es

2021-05-19 Thread Daniel Lewart
-gl should only recommend hunspell-gl. Untested patch below. Thank you! Daniel Lewart Urbana, Illinois --- diff -ru a/debian/control b/debian/control --- a/debian/control2021-05-05 17:02:47.0 -0500 +++ b/debian/control2021-05-19 00:00:00.0 -0500 @@ -516,7 +516,7 @@ Section

Bug#986867: fixed in cifs-utils 2:6.11-2

2021-04-19 Thread Daniel Lewart
Mathieu, > * Recommends keyutils (Closes: #986867) This also Closes: #967972: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=967972 Thank you for applying my patch! Daniel Lewart Urbana, Illinois

Bug#986868: keyutils: Please remove cifs.patch

2021-04-12 Thread Daniel Lewart
. If you are using a keyutils version equal to or greater than 1.5, you should use key.dns_resolver to handle the dns_resolver keytype instead of cifs.upcall. Thus, cifs.patch should be removed. Thank you! Daniel Lewart Urbana, Illinois

Bug#986867: cifs-utils: Please Recommend keyutils for DFS support

2021-04-12 Thread Daniel Lewart
rg/cgi-bin/bugreport.cgi?bug=967972 linux/Documentation/admin-guide/cifs/usage.rst says: "To use cifs Kerberos and DFS support, the Linux keyutils package should be installed" Therefore, please move keyutils from Suggests back to Recommends. Untested patch below. Thank you!

Bug#801624: cifs-utils: mounting Windows DFS shares fail

2021-04-12 Thread Daniel Lewart
Jimmy, > Mounting a Windows DFS (Distributed File System) fails with "mount error(115): > Operation now in progress" Please try the following first: # apt install keyutils Good luck! Daniel Lewart Urbana, Illinois

Bug#983002: plocate: updatedb fails with "/var/lib/plocate/: Operation not supported"

2021-02-19 Thread Daniel Lewart
Steinar, > Are you in a position to try latest git? Yes ... plocate - Debian Package Tracker: https://tracker.debian.org/pkg/plocate says: says "VCS: unknown". Could you add Vcs fields to the control file? I downloaded and built the following snapshots from git.sesse.net: *

Bug#983002: plocate: updatedb fails with "/var/lib/plocate/: Operation not supported"

2021-02-19 Thread Daniel Lewart
Steinar, > Aha. So overlayfs simply does not support O_TMPFILE? > I have a workaround for FreeBSD that can probably > be reused, but it has the usual concerns of not > going away if the process is forcibly interrupted. openat(2):

Bug#983002: plocate: updatedb fails with "/var/lib/plocate/: Operation not supported"

2021-02-18 Thread Daniel Lewart
l somehow, but it would be nice > if you could verify by doing > sudo strace updatedb > and seeing which call is the failing one. Correct. Below is the tail of the output. Thank you! Daniel Lewart Urbana, Illinois --- umask(027) = 022 openat(AT_FDCWD, "/var/

Bug#983002: plocate: updatedb fails with "/var/lib/plocate/: Operation not supported"

2021-02-17 Thread Daniel Lewart
Package: plocate Version: 1.1.3-1 and 1.1.4-1 Severity: important Steinar, updatedb fails with: /var/lib/plocate/: Operation not supported However, writing to a database in a different directory works fine. Please see the transcript below. Thank you! Daniel Lewart Urbana, Illinois

Bug#979813: apache2.logrotate is crufty

2021-01-11 Thread Daniel Lewart
apache2 is running 3) Removes crufty "> /dev/null", ";", and "\" 4) Uses consistent four-space indentation Thank you! Daniel Lewart Urbana, Illinois --- apache2.logrotate.orig 2020-09-01 07:50:51.0 -0500 +++ apache2.logrotate 2021-01-11 00:00:00.00

Bug#966345: debian-installer: Please bump Linux kernel ABI to 5.7.0-2

2020-07-30 Thread Daniel Lewart
Cyril, et al, On Mon, Jul 27, 2020 at 4:50 AM Cyril Brulebois wrote: > > Daniel Lewart (2020-07-27): > > Debian Installer Team, > > > > Linux 5.7.10-1 was accepted into unstable Jul 26, 2020. > > ... > > It was already yesterday!!! > We know, no nee

Bug#966345: debian-installer: Please bump Linux kernel ABI to 5.7.0-2

2020-07-27 Thread Daniel Lewart
-cache show linux-image-amd64 | grep ^Depends | cut -d- -f3-4 Thank you! Daniel Lewart Urbana, Illinois --- build/config/common.orig2020-07-26 18:40:47.0 -0500 +++ build/config/common 2020-07-27 00:00:00.0 -0500 @@ -11,7 +11,7 @@ # Default kernel ABI version to use. Append

Bug#956666: logwatch: Homepage URL

2020-04-13 Thread Daniel Lewart
Package: logwatch Version: 7.5.2-1 Severity: minor Tags: patch Dear Maintainer, Please update the logwatch Homepage URL to: https://sourceforge.net/projects/logwatch/ Patch below. Thank you! Daniel Lewart Urbana, Illinois --- debian/control.orig 2020-01-12 05:24:15.0 -0600

Bug#956525: live-tasks: 11.0.2 changelog errors

2020-04-12 Thread Daniel Lewart
Package: live-tasks Version: 11.0.2 Severity: minor Tags: patch Jonathan, et al, The live-tasks 11.0.2 changelog has one false entry and two typos. Patch below. Thank you, Daniel Lewart Urbana, Illinois --- changelog.orig 2020-04-08 02:42:34.0 -0500 +++ changelog 2020-04-12 00

Bug#942834: live-task-recommended should not depend on iputils-ping or less

2020-04-12 Thread Daniel Lewart
Jonathan, et al, > We believe that the bug you reported is fixed in the latest version of > live-tasks, It was not fixed. My patch was not applied. Daniel Lewart Urbana, Illinois

Bug#851195: [debian-mysql] Bug#851195: Bug#851195: Bug#851195: Bug#851195: mariadb-server-10.1: Time Zone system tables are empty

2020-01-07 Thread Daniel Lewart
ed on this, please close this bug. Thank you! Daniel Lewart Urbana, IL

Bug#947553: mariadb-10.3: debian.cnf [mysql_upgrade] basedir option ignored

2019-12-27 Thread Daniel Lewart
you! Daniel Lewart Urbana, IL --- diff -ru a/mariadb-server-10.3.postinst b/mariadb-server-10.3.postinst --- a/mariadb-server-10.3.postinst 2019-11-11 15:55:37.0 -0600 +++ b/mariadb-server-10.3.postinst 2019-12-28 00:00:00.0 -0600 @@ -137,7 +137,6 @@ echo "

Bug#942837: live-task-recommended, not live-task-standard, should depend on firmware-ath9k-htc

2019-10-22 Thread Daniel Lewart
-task-standard. It should have been added to live-task-recommended instead. Untested patch below. Thank you! Daniel Lewart Urbana, IL --- diff -ru a/debian/control b/debian/control --- a/debian/control2019-09-19 07:15:14.0 -0500 +++ b/debian/control2019-10-22 00:00:00.0

Bug#942834: live-task-recommended should not depend on iputils-ping or less

2019-10-22 Thread Daniel Lewart
. Thank you! Daniel Lewart Urbana, IL --- diff -ru a/debian/control b/debian/control --- a/debian/control2019-09-19 07:15:14.0 -0500 +++ b/debian/control2019-10-22 00:00:00.0 -0500 @@ -27,12 +27,10 @@ Depends: ${misc:Depends}, task-laptop, task-english

Bug#932780: live-task-standard should not depend on hdparm

2019-07-22 Thread Daniel Lewart
not depend on hdparm. Untested patch below. Thank you! Daniel Lewart Urbana, Illinois --- diff -ru a/debian/control b/debian/control --- a/debian/control2019-05-24 04:59:42.0 -0500 +++ b/debian/control2019-07-23 00:00:00.0 -0500 @@ -386,7 +386,6 @@ file

Bug#931601: tracker.debian.org: Please update debian-repositories.xml for Buster release

2019-07-08 Thread Daniel Lewart
://wiki.debian.org/Teams/ReleaseTeam/ReleaseCheckList Thank you! Daniel Lewart Urbana, Illinois

Bug#931600: ftp.debian.org: README files have wrong date for Buster release

2019-07-08 Thread Daniel Lewart
Package: ftp.debian.org Severity: minor Debian QA Team, Index of /debian: http://cdn-fastly.deb.debian.org/debian/ says: Debian 10.0 was released Saturday, 9th July 2019. Please s/9th/6th/ in README and README.html Thank you! Daniel Lewart Urbana, Illinois

Bug#929881: cdimage.debian.org: Unofficial non-free live images have 400+ MB bloat from extra firmware

2019-06-02 Thread Daniel Lewart
-30live-wrapper with the **untested** patch below By the way, this bug report supercedes my earlier #929790: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929790 Thank you! Daniel Lewart Urbana, IL --- diff -ru a/available/run-30live-wrapper b/available/run-30live-wrapper --- a/available

Bug#929790: cdimage.debian.org: Non-free live images include two obsolete firmware packages

2019-05-31 Thread Daniel Lewart
Package: cdimage.debian.org Severity: normal Tags: patch Debian Images Team, Unofficial non-free live images including firmware: https://cdimage.debian.org/cdimage/unofficial/non-free/images-including-firmware/weekly-live-builds/amd64/iso-hybrid/ These include the following firmware

  1   2   >