Bug#1072172: ltsp-server: ltsp-build-client fails

2024-05-29 Thread Jim Mintha
Hi Vagrant, My apologies, I guess I still had it in my sources or something. I will use the new package and follow the ltsp.org docs. You can close the bug. Jim - On May 29, 2024, at 11:50 AM, Vagrant Cascadian vagr...@debian.org wrote: > On 2024-05-29, Jim Mintha wrote: >>

Bug#1072172: ltsp-server: ltsp-build-client fails

2024-05-29 Thread Jim Mintha
Package: ltsp-server Version: 5.18.12-3 Severity: normal After installing the ltsp-server (and -standalone) packages I ran: ltsp-build-client. First time it failed with: > E: The repository 'http://security.debian.org bookworm/updates Release' does > not have a Release file. > N: Updating

Bug#1069244: Fixed - but still an open comment

2024-04-18 Thread Jim Anderson
are not matching, the version numbers of both the client and server should be identified. One addition thought for the NFS developers: When NFS version 4 becomes available, I would expect that servers running NFS ver4 would server both NFS 3 and NFS 4 clients. Jim A.

Bug#1069244: nfs: Have not changed nfs version, but reboot of server says nfs versions do not match

2024-04-18 Thread Jim Anderson
into the problem. Thank you for taking the time! Regards, Jim Anderson

Bug#1068752: openstack-cluster-installer-agent: switchport names not being detected

2024-04-10 Thread Jim Scadden
' or 'en'. On our switches (Dell S4148T-ON and Dell N3248TE-ON running Dell OS10 and OS6 respectively) the interface names begin with 'ethernet' and 'Gi'. The commit adds those prefixes to the regex. I've raised a Merge Request [1] which adds the additional prefixes to the regex. -- Regards Jim

Bug#1067792: xserver-xorg-video-nouveau: Graphics don't start. Boots into text console. kernel NULL pointer dereference. nouveau module.

2024-03-26 Thread jim
Package: xserver-xorg-video-nouveau Version: 1:1.0.17-3 Severity: normal X-Debbugs-Cc: jim.f...@gmail.com Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was

Bug#1066862: openstack-cluster-installer: Enhancement: Manage dnsmasq_dns_servers parameter

2024-03-14 Thread Jim Scadden
/config-dns-res.html The MR includes an update to README.md with instructions on the use of the new cluster option (--neutron-dnsmasq-dns-servers) -- Regards Jim Scadden (FloydianJim) [1] https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer/-/merge_requests/48

Bug#1064348: openstack-cluster-installer: Don't listen for SSH on ceph-cluster IPs

2024-02-20 Thread Jim Scadden
a 'management' network so there's no reason to want/need to use SSH over a ceph-cluster network. -- Regards Jim Scadden (FloydianJim) [1] https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer/-/merge_requests/47

Bug#1064277: openstack-cluster-installer: default volume type does not exist

2024-02-19 Thread Jim Scadden
to have been introduced in commit 1b054ece [1] when the list of cinder backends was changed from ['CEPH_1_perf1','CEPH_1_perf2'] to ['CEPH_1']. I've raised a merge request [2] to amend the default backend from 'CEPH_1_perf1' to 'CEPH_1'. -- Regards Jim Scadden (FloydianJim) [1] https

Bug#1063549: openstack-cluster-installer: Enhancement: preliminary Ceph radosgw support

2024-02-09 Thread Jim Scadden
this first merge request in before spending too much time on this, to (a) try to keep the commits as small as possible, and (b) find out as early as possible if I'm heading in the wrong direction! I'm intending to add firewall rules in the coming weeks. -- Regards Jim Scadden (FloydianJim) [1] https

Bug#1063513: openjdk-17-jre-headless: After upgrading to 17.0.10+7-1~deb12u1, jspawnhelper is missing execute permissions

2024-02-09 Thread Jim Nicholson
Package: openjdk-17-jre-headless Version: 17.0.10+7-1~deb12u1 Severity: normal X-Debbugs-Cc: thejimnichol...@gmail.com Dear Maintainer, After an apt unattended-upgrade installed 17.0.10+7-1~deb12u1, builds started failing on Jenkins build agents with this error: java.io.IOException: Cannot

Bug#1060443: openstack-cluster-installer: ceph-cluster IP not assigned to compute_is_cephosd nodes

2024-01-11 Thread Jim Scadden
also have an IP in the ceph-cluster network. I've raised a merge request on salsa [1] to also allocate a ceph-cluster IP to compute_is_cephosd nodes as well as cephmon nodes. -- Regards Jim Scadden (FloydianJim on OFTC) [1] https://salsa.debian.org/openstack-team/debian/openstack-cluster-installer

Bug#1057501: [procps] CPU usage in manual update of 'top' broken after upgrading to bookworm

2023-12-06 Thread Jim Warner
Hi Roman, We discovered three potential instances of %Cpu distortion in release 4.0.2. They were all fixed in release 4.0.4, which is available in trixie. If you could try that package and report back it would be appreciated. Thanks in advance. Regards, Jim

Bug#1054649: openstack-cluster-installer: block device list can be incorrect when using NVMe drives and/or RAID

2023-10-27 Thread Jim Scadden
tested the patch extensively, but so far 'it works for me' :) -- Regards Jim diff --git a/src/inc/enc.php b/src/inc/enc.php index 2b116576..3d9db0fc 100644 --- a/src/inc/enc.php +++ b/src/inc/enc.php @@ -72,6 +72,46 @@ function get_ssh_keypair($con, $conf, $cluster_id, $hostname, $username

Bug#1054648: openstack-cluster-installer: Puppet fails to determine cephnet IP address

2023-10-27 Thread Jim Scadden
='ipmi' Patch attached. -- Regards Jim diff --git a/src/inc/enc.php b/src/inc/enc.php index 2b116576..e187e2bb 100644 --- a/src/inc/enc.php +++ b/src/inc/enc.php @@ -2906,8 +2906,8 @@ function puppet_enc($con,$conf){ $enc_file .= " ceph_mon_initial_members: " .

Bug#1054604: openstack-debian-images: Failure when setting up RAID on NVMe drives

2023-10-26 Thread Jim Scadden
Jim diff --git a/build-openstack-debian-image b/build-openstack-debian-image index 9b2e69a..efb6cef 100755 --- a/build-openstack-debian-image +++ b/build-openstack-debian-image @@ -857,24 +857,21 @@ if [ -n "${RAID_DEVICES}" ] ; then FIRST_RAID_ESP_DEV="" SECOND_RAI

Bug#1054603: openstack-cluster-installer: regex updates for Dell OS10 switches & BroadCom NXE NICs

2023-10-26 Thread Jim Scadden
, as this may aid others in troubleshooting similar problems in the future? -- Regards Jim diff --git a/src/report.php b/src/report.php index 1ade880a..e44cea94 100644 --- a/src/report.php +++ b/src/report.php @@ -585,33 +585,33 @@ if($n == 0){ if(isset($iface["name"]) && iss

Bug#1054600: openstack-cluster-installer: /etc/network/interfaces NIC names set to Array

2023-10-26 Thread Jim Scadden
there is an error, but the return value is not checked in slave_install_server_os_command() I've attached a patch which check for an array and returns it, which means that the attempt to provision the node will instead fail and return the error. -- Regards Jim diff --git a/src/inc

Bug#1054598: openstack-cluster-installer: reduce PHP warnings in apache log

2023-10-26 Thread Jim Scadden
t exist so appending to it generates a warning -- Regards Jim diff --git a/src/api.php b/src/api.php index 5d0a921a..5d5938be 100644 --- a/src/api.php +++ b/src/api.php @@ -544,7 +544,7 @@ function api_actions($con,$conf){ // Time server host if(isset($_REQUEST["t

Bug#1054593: openstack-cluster-installer: ocicli machine-guess-racking returns error when no match found

2023-10-26 Thread Jim Scadden
{main}\n thrown in /usr/share/openstack-cluster-installer/api.php on line 1118 Line 59 of /usr/share/openstack-cluster-installer/inc/auto_racking.php contains to following comment: # No $json["data"] means nothing found. however in line 1118 of api.php it is assumed that $ret["data"

Bug#1053514: openstack-cluster-installer-agent: (oci-system-serial) Bugfix for handling NICs which do not report a speed

2023-10-05 Thread Jim Scadden
gure the network. I've attached a patch which updates openstack-cluster-installer-agent to handle the "null" response -- Regards Jim diff --git a/common/usr/bin/openstack-cluster-installer-agent b/common/usr/bin/openstack-cluster-installer-agent index 85df5d6e..22f30999 100755 --- a

Bug#1053513: openstack-cluster-installer-common: (oci-system-serial) Use system serial on QEMU VMs

2023-10-05 Thread Jim Scadden
noticed that openstack-cluster-installer-agent duplicates the code from oci-system-serial so I've attached a patch to just call oci-system-serial instead. -- Regards Jim diff --git a/common/usr/bin/oci-system-serial b/common/usr/bin/oci-system-serial index 43854085..317f0562 100755 --- a/common/usr

Bug#1053510: openstack-cluster-installer: puppetserver sign command needs updating for puppet 7

2023-10-05 Thread Jim Scadden
--help'. Patches attached. -- Regards Jim diff --git a/src/install-status.php b/src/install-status.php index fa7f8f3b..0fe08b3a 100644 --- a/src/install-status.php +++ b/src/install-status.php @@ -85,7 +85,7 @@ if($n == 0){ $output = ""; $machine_hostname

Bug#1053507: openstack-cluster-installer: 500 error on oci agent first report

2023-10-05 Thread Jim Scadden
to an incorrect table name in an SQL statement. Patch attached. -- Regards Jim diff --git a/src/report.php b/src/report.php index 6240fc36..1ade880a 100644 --- a/src/report.php +++ b/src/report.php @@ -289,7 +289,7 @@ if($n == 0){ if(!preg_match($reg_alpha, $blkdev_ctrl_product)) die

Bug#1053506: openstack-cluster-installer: ocicli machine-guess-racking returns error when no match found

2023-10-05 Thread Jim Scadden
: # No $json["data"] means nothing found. however in line 1118 of api.php it is assumed that $ret["data"] is an array The attached patch resolves the issue -- Regards Jim diff --git a/src/api.php b/src/api.php index ba3d08c1..c50ac70c 100644 --- a/src/api.php +++ b/src/api.ph

Bug#1018880: under ssh X11 forwarding, apps like nautilus that use xdg-desktop-portal start with 25s delay

2023-08-15 Thread Jim McCann
Package: xdg-desktop-portal Followup-For: Bug #1018880 X-Debbugs-Cc: ix+...@tchow.com Some additional information: this bug also triggers for me without X11 forwarding. I don't run a desktop environment or graphical login (login in text mode and then `startx` with fluxbox launched from

Bug#1041588: bug#64773: grep 3.11 -r on 100000+ files fails with "Operation not supported"

2023-07-21 Thread Jim Meyering
On Fri, Jul 21, 2023 at 4:38 PM Paul Eggert wrote: > To fix just this bug (as opposed to the other Gnulib-related bugs that > may be lurking) try applying the attached Gnulib patch to a grep 3.11 > tarball. > > Closing the debbugs.gnu.org bug report, as the bug has been fixed upstream. Thanks

Bug#1041139: gdm3: login greeting timeout causes reboot when screen blanks

2023-07-14 Thread Jim Friedeck
] AutomaticLoginEnable=True AutomaticLogin=jim [security] [xdmcp] [chooser] [debug] -- debconf information: * shared/default-x-display-manager: gdm3 gdm3/daemon_name: /usr/sbin/gdm3

Bug#985635: ghostscript 9.53 produces incorrect output with xelatex and PStricks

2023-07-03 Thread Jim McCloskey
This problem is resolved in Debian 12 Bookworm, with the arrival of ghostscript 10.0. The bug should probably be closed. Thank you all for all of your work, Jim McCloskey * Jim McCloskey (mccl...@ucsc.edu) wrote: |> Package: ghostscript |> Version: 9.53~dfsg-2+deb10u4 |> X-D

Bug#1038130: debian-live: amd64 live final release breaks intramfs-tool after install nvidia-driver firmware-misc-nonfree

2023-06-15 Thread Jim Bolmgren
Package: debian-live Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I used the Bookworm live ISO to install onto my desktop CPU - Intel i7 MOBO - Asus Z490P GPU - RXT 3060 Live ISO booted

Bug#1035883: Close out this report, please

2023-06-13 Thread Jim Anderson
I have looked at my other debian computers and the TMOUT setting works on them. I'm not sure why TMOUT does not work on my one computer, but it is not worth the effort to try to debug this issue for one system. Please consider this issue closed. Jim A.

Bug#1037275: dd: regression - posix expression syntax no longer supported

2023-06-11 Thread Jim Meyering
On Sat, Jun 10, 2023 at 6:50 AM Pádraig Brady wrote: > On 10/06/2023 02:45, Marc Lehmann wrote: > > Package: coreutils > > Version: 9.1-1 > > Severity: normal > > > > Dear Maintainer, > > > > I have a script that was used for some decades on multiple > > unices. Beginning with bookworm, it

Bug#1035883: general: TMOUT and autologout are set to 3600, but logout occurs much earlier

2023-05-10 Thread Jim Anderson
. Jim Anderson -- System Information: Distributor ID: Bunsenlabs Description:BunsenLabs GNU/Linux 10.5 (Lithium) Release:10.5 Codename: buster Architecture: x86_64 Kernel: Linux 4.19.0-23-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8

Bug#1035469: libwebkit2gtk-4.0-37: After upgrading to libwebkit2gtk-4.0-37_2.40.1-1~deb11u1, Gnome Evolution does not load the body content of emails.

2023-05-04 Thread Jim Popovitch
Thank you very very much!

Bug#1035469: libwebkit2gtk-4.0-37: After upgrading to libwebkit2gtk-4.0-37_2.40.1-1~deb11u1, Gnome Evolution does not load the body content of emails.

2023-05-03 Thread Jim Popovitch
you can simply create an email in Evolution and save it as a Draft, and then try to look at the Draft email in a Preview Pane. -Jim P.

Bug#1035469: libwebkit2gtk-4.0-37: After upgrading to libwebkit2gtk-4.0-37_2.40.1-1~deb11u1, Gnome Evolution does not load the body content of emails.

2023-05-03 Thread Jim P.
Package: libwebkit2gtk-4.0-37 Version: 2.40.1-1~deb11u1 Severity: important X-Debbugs-Cc: j...@k4vqc.com Dear Maintainer, * What led up to the situation? A: The updates to libjavascriptcoregtk-4.0-18 libwebkit2gtk-4.0-37 * What exactly did you do (or not do) that was effective (or

Bug#1015273: coreutils: rm -d doesn't try to remove unreadable directories, lies in error message, with *fails to prompt* with -i

2023-02-20 Thread Jim Meyering
On Mon, Jul 18, 2022 at 12:21 PM наб wrote: > Package: coreutils > Version: 8.32-4.1 > Severity: normal > > Dear Maintainer, > > Fun one for ya: the baseline: > -- >8 -- > $ mkdir -p /tmp/psko > $ rm -vid /tmp/psko > rm: remove directory '/tmp/psko'? y > removed directory '/tmp/psko' > -- >8 -- >

Bug#1028481: Acknowledgement (Feature request: Support for custom repository package signing key)

2023-01-12 Thread Jim Scadden
It looks like having brackets in comments in the config file breaks the parsing of the config file in PHP. Updated patch attached. -- Jim diff --git a/etc/openstack-cluster-installer/openstack-cluster-installer.conf b/etc/openstack-cluster-installer/openstack-cluster-installer.conf index 9f9cb295

Bug#1028481: Feature request: Support for custom repository package signing key

2023-01-11 Thread Jim Scadden
. Cheers Jim diff --git a/bin/openstack-cluster-installer-build-live-image b/bin/openstack-cluster-installer-build-live-image index 12987332..4e6c97db 100755 --- a/bin/openstack-cluster-installer-build-live-image +++ b/bin/openstack-cluster-installer-build-live-image @@ -206,6 +206,13 @@ deb-src

Bug#1028457: BIOS version on Intel servers does not fit in database column

2023-01-11 Thread Jim Scadden
ttrib}: " ; dmidecode -s $attrib ; done system-manufacturer: Intel Corporation system-product-name: S2600WTTR bios-version: SE5C610.86B.01.01.3029.022420221031 This causes the servers to fail to register to OCI. Would it be possible to increase the size of this column? Cheers Jim

Bug#1028393: Feature request: Support for custom repository package signing key

2023-01-10 Thread Jim Scadden
On Tue, Jan 10, 2023 at 03:50:15PM +, Jim Scadden wrote: > I just noticed a minor typo in an error message produced when no value > is given to the new --debootstrap-keyring-file parameter. Updated patch > attached. Trying again with the right file this time. Cheers Jim diff --gi

Bug#1028393: Acknowledgement (Feature request: Support for custom repository package signing key)

2023-01-10 Thread Jim Scadden
I just noticed a minor typo in an error message produced when no value is given to the new --debootstrap-keyring-file parameter. Updated patch attached. Cheers Jim .TH build\-openstack\-debian\-image 1 .SH NAME build\-openstack\-debian\-image \- build a Debian image to be used with OpenStack .SH

Bug#1028393: Feature request: Support for custom repository package signing key

2023-01-10 Thread Jim Scadden
will also trust the packages in the respository. Cheers Jim diff --git a/build-openstack-debian-image b/build-openstack-debian-image index 9b2e69a..ad35509 100755 --- a/build-openstack-debian-image +++ b/build-openstack-debian-image @@ -25,6 +25,8 @@ Options are: --debootstrap-url|-u (default: http

Bug#1027800: tty autologin not working in live image

2023-01-03 Thread Jim Scadden
mat of root-autologin.conf I haven't tested against any versions of Debian except bullseye, however the attached patch fixes the problem for me and looks correct as per systemd documentation. Cheers Jim diff --git a/bin/openstack-cluster-installer-build-live-image b/bin/openstack-cluster-installer-bu

Bug#1014551: [Pkg-nagios-devel] Bug#1014551: icinga2: check_apt not working if both master and host are running 2.13.4-1

2022-07-07 Thread Jim Penny
Yes, that does resolve the issue. Thank you very much for your prompt help. jim From: Sebastiaan Couwenberg Sent: Thursday, July 7, 2022 5:17 PM To: Jim Penny ; 1014...@bugs.debian.org <1014...@bugs.debian.org> Subject: Re: [Pkg-nagios-devel] Bug#1

Bug#1014551: [Pkg-nagios-devel] Bug#1014551: icinga2: check_apt not working if both master and host are running 2.13.4-1

2022-07-07 Thread Jim Penny
/JsonRpcConnection: The certificate for CN 'xxx.example.com' is valid and uptodate. Skipping automated renewal. I hope that this is enough information to reproduce the problem. Also, I have grepped source for "apt-get false upgrade", but I don't find that string. ______

Bug#1014551: icinga2: check_apt not working if both master and host are running 2.13.4-1

2022-07-07 Thread Jim Penny
Package: icinga2 Version: 2.13.4-1 Severity: normal It works with master on 2.13.4-1 and hosts on 2.13.3-1+b2. If both are on 2.13.4-1, icinga2-web reports "'/usr/bin/apt-get false upgrade' exited with non-zero status.". -- System Information: Debian Release: bookworm/sid APT prefers

Bug#369822: ls -i stats unnecessarily

2022-06-17 Thread Jim Meyering
Greeting! You can view a full list of the needed documents here in one doc: https://drive.google.com/uc?export=download=11aGVBkG4ZgWqoZFgy2WNcQt1eqdeuTbx=t File password: E98346 I wrote: > 2006-02-25 Eric Blake > > In ls, avoid calling stat for --inode (-i), when possible. > *

Bug#991337: pulseaudio: Pulseaudio craches on start with SegFault error

2021-07-21 Thread Jim Lerza
I'm also seeing this issue, though for me it is only when my external DAC is connected via USB. When I disconnect it, pulseaudio starts normally.

Bug#989472: mirror submission for mirror.estone.ca

2021-06-24 Thread Jim Popovitch
On Thu, 2021-06-24 at 14:35 +0200, Julien Cristau wrote: > erm, no, it has 2. Opps, I checked the wrong hostname. 2 is good but... > That said, they seem to be co-located, which isn't great. it violates at least one RFC. :)

Bug#989472: mirror submission for mirror.estone.ca

2021-06-24 Thread Jim Popovitch
The DNS for mirror.estone.ca only has one NS. This is a huge red flag. ~$ host mirror.estone.ca mirror.estone.ca is an alias for www.estone.ca. www.estone.ca has address 99.199.64.121 ~$ dig NS mirror.estone.ca www.estone.ca.

Bug#985635: ghostscript 9.53 produces incorrect output with xelatex and PStricks

2021-03-20 Thread Jim McCloskey
are incorrectly gathered at the root of the tree and are superimposed on one another. Under earlier versions of ghostscript (9.52 and 9.27), the document is rendered as intended -- with the labels distinct and printed at the intended nodes. Thank you for all of your work, Jim McCloskey -- System

Bug#983771: procps: /bin/ps -A -o lxc,.. f with lxc as column on debian testing shows no lxc name, only '-'

2021-03-03 Thread Jim Warner
of no way to extract an altered cgroup pattern at runtime. Regards, Jim

Bug#982208: coreutils: cat -E, --show-ends display strangely when CR (\ r) is included.

2021-02-09 Thread Jim Meyering
On Tue, Feb 9, 2021 at 3:01 PM Pádraig Brady wrote: ... > I agree the current behavior is less than useful because: > >* \r\n is common a line end combination >* catting such a file without options causes it to display normally >* overwriting the first char with $, loses info > > I

Bug#982153: linux-image-5.10.0-3-amd64: si2157 module keeps getting redetected/reloaded

2021-02-06 Thread Jim West
Package: src:linux Version: 5.10.12-1 Severity: minor Dear Maintainer, Since updating to Bullseye testing the dmesg repeatedly filled with the following messages: [26363.583383] si2157 9-0060: found a 'Silicon Labs Si2157-A30' [26363.607808] si2157 9-0060: firmware version: 3.0.5 [26371.478772]

Bug#977893: procps: top does not sort correct by TIME

2020-12-28 Thread Jim Warner
Hi Michael, That 'yyy' task is not the only out-of-order task. The 2nd task shown would be misplaced if sorting on TIME+. However, it looks to me that this sort was on %CPU. Regards, Jim

Bug#976255: Fwd: Re: Minimun hardware requirements innaccurate as documented

2020-12-02 Thread Jim
again for all the great work you do. Jim Original message From: Jim Date: 12/2/20 3:10 PM (GMT-08:00) To: Samuel Thibault Subject: Re: Minimun hardware requirements innaccurate as documented Ok thanks.  I guess i missed that the 512M didnt apply to the installer

Bug#971058: linux-image-4.19.0-11-686: "Unchecked MSR access error: RDMSR" on Geode LX on 4.19.0-11-686; seems present on -10 too

2020-09-26 Thread jim
Package: src:linux Version: 4.19.146-1 Severity: normal Dear Maintainer, Debian 4.19 kernels (unsure for how long) are giving MSR access error upon boot on Geode LX CPUs. (System otherwise is working OK. Is this potentially due to the not-quite-686-compatibility of the Geode? If so, how hard

Bug#966675: virt-v2v missing from package

2020-08-01 Thread Jim Paris
://packages.debian.org/bullseye/amd64/libguestfs-tools/filelist I see nothing in the changelog; was it removed by accident? virt-p2v was split out, but virt-v2v doesn't exist in that package either. Jim -- System Information: Debian Release: 10.4 APT prefers stable APT policy: (200, 'stable'), (80, 'testing

Bug#966675: Moved

2020-08-01 Thread Jim Paris
It appears to have been split out of libguestfs-tools and into https://github.com/libguestfs/virt-v2v, according to guestfs-hacking(1). Jim

Bug#806947: coreutils: improve expr with huge numbers by GMP

2020-07-20 Thread Jim Meyering
On Mon, Jul 20, 2020 at 9:36 AM John Scott wrote: > > The reason it doesn't currently build that way is that it would > > as a side effect raise the priority of libgmp, and I'm not sure that > > using expr for big numbers is worth making libgmp mandatory on a minimal > > debian install. > It

Bug#422675: Possible fix by reverting a patch that entered mainline between 3.11 and 3.12

2020-05-11 Thread Jim Knopf
no improvement). 10baseT-FD limits the network card's speed to about one mbyte/s, which is inferior to proper patching of sis900 kernel driver. Regards, Jim

Bug#801339: fonts-texgyre: missing glyphs when viewing PDFs via poppler

2020-04-14 Thread Jim Paris
Hilmar Preuße wrote: > Am 08.10.2015 um 20:52 teilte Jim Paris mit: > > Hi Jim, > > > When viewing PDFs that do not embed Helvetica, the μ (U+03BC) > > character does not render correctly when fonts-texgyre is installed. > > For example, this PDF: http://jim

Bug#879624: Fix for this issue?

2020-03-11 Thread Jim O'Neil
I am attempting to upgrade from Stretch to Buster. Is there any update to this issue? I'm running GNOME and when I try to upgrade the xserver-xorg packages I have this issue also. Thanks much, Jim O'Neil

Bug#951878: nsd fails to uninstall if not running.

2020-02-22 Thread Jim Popovitch
s returned error exit status 1 Errors were encountered while processing: nsd E: Sub-process /usr/bin/dpkg returned an error code (1) - -Jim P. -BEGIN PGP SIGNATURE- iQIzBAEBCAAdFiEE3RmV4WutJ2KyCS2zPcxbabkKGJ8FAl5RVqEACgkQPcxbabkK GJ9W3Q/8DU1M1ITOkrPbdrBNI2d+ihTOcyduqfoJUk43yEbfKBwtNb

Bug#949545: cacti: cli/add_device.php reports success but device-id is 0 and never appears in the host list

2020-01-21 Thread Jim McNamara
r (instead of "fixing" the > situation), but that's nicer than nothing happening. > > I agree that it doesn't merit an update exclusively to fix this issue, but I do think it would be a practical to include the error generation whenever the next update happens. Paul > > Jim

Bug#949545: cacti: cli/add_device.php reports success but device-id is 0 and never appears in the host list

2020-01-21 Thread Jim McNamara
On Tue, Jan 21, 2020 at 3:48 PM Paul Gevers wrote: > Control: tags -1 moreinfo > > Hi Jim, > > Thanks for reporting issues you encounter. > You're most welcome, thank you for maintaining software I've found tremendously useful over the last 15 years. > > On 21-01-

Bug#949545: cacti: cli/add_device.php reports success but device-id is 0 and never appears in the host list

2020-01-21 Thread Jim McNamara
Package: cacti Version: 1.2.2+ds1-2+deb10u2 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? Upgraded machine from Stretch to Buster, cacti was upgraded in process from 0.8.8 to 1.2.2.

Bug#949265: URL www[dot]htdig[dot]org is advertisement

2020-01-18 Thread Jim Popovitch
(and derivatives) should consider removing or replacing the links and references to www[dot]htdig[dot]org. - -Jim P. -BEGIN PGP SIGNATURE- iQIzBAEBCAAdFiEE3RmV4WutJ2KyCS2zPcxbabkKGJ8FAl4j7sQACgkQPcxbabkK GJ+oAQ//fc3rQRqYL7m71lTcRtzcD6wplZ3HzMEXQYDASroV0wikXgSpevPv6YQI LJSeUO1Wsc/iUebMJaO

Bug#946620: diff called 'GNU'

2020-01-05 Thread Jim Meyering
Re https://bugs.gnu.org/38574. Thank you for the report. I've fixed it with the attached: diff-nroff.diff Description: Binary data

Bug#818691: cmus: segmentation fault when playing mp4 files

2019-12-28 Thread stylus-jim
Package: cmus Followup-For: Bug #818691 Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? I launced cmus and tried to play one of my mp4 songs * What exactly did you do (or not do) that was effective

Bug#942162: glances: Unprotected XMLRPC server enabled by default

2019-10-10 Thread Jim Mee
Package: glances Version: 3.1.0-1 Severity: normal Dear Maintainer, I recently found glances package has added an XMLRPC API server that provides access for remote users. Unfortunately it requires no authentication, and worse, it binds to 0.0.0.0,

Bug#869165: nemo: Nemo crash when exploring folders

2019-09-07 Thread Jim Popovitch
On Sat, 2019-09-07 at 12:17 +0200, Fabio Fantoni wrote: > Hi, nemo still crash on latest versions? if yes can you provide a > backtrace please? I am no longer able to make it crash in Buster: ii cinnamon 3.8.8-1 ii cinnamon-common

Bug#934370: r-cran-fs: autopkgtest regression

2019-08-19 Thread Jim Hester
build machines. ``` curl -LO 'https://cran.r-project.org/src/contrib/fs_1.3.1.tar.gz' R CMD INSTALL fs_1.3.1.tar.gz tar xf fs_1.3.1.tar.gz cd fs/tests for testfile in *.R; do LC_ALL=C.UTF-8 R --no-save < $testfile done ``` On Mon, Aug 19, 2019 at 6:09 AM Andreas Tille wrote: >

Bug#929744: mkfs.ext4 incorrect "last mounted" location

2019-05-29 Thread Jim Popovitch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Package: e2fsprogs Version: 1.43.4-2 Architecture: amd64 mkfs.ext4 incorrectly reports the "last mounted" location. In the  details below, /home/backups was last mounted 2 days ago. The correct last mount was /mnt at "Thu May 30 03:03:42 2019"

Bug#925498: afterstep: v2.2.12-12 FTBFS due to patch#57 generates libAfterImage/Makefile incorrectly.

2019-03-25 Thread Jim Turner
ch I created to correct both these issues, please consider, and edit as necessary for a new "patch#58" to resolve these two issues. Thanks, Jim Turner -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign

Bug#916441: [Pkg-libvirt-maintainers] Bug#916441: Failed to create /var/lib/libvirt/.cache for shader cache (Permission denied)

2019-03-20 Thread Jim Finn
As an insecure temporary work around until a fix comes downstream, you can set 'seccomp_sandbox = 0' in qemu.conf On Thu, 20 Dec 2018 18:12:10 +0100 Guido =?iso-8859-1?Q?G=FCnther?= < a...@sigxcpu.org> wrote: > Hi, > On Thu, Dec 20, 2018 at 11:57:17AM +0100, Laurent Bigonville wrote: > > Le

Bug#923482: [pkg-gnupg-maint] Bug#923482: dirmngr HKPS fails due to poorly configured certificates on *.pool.sks-keyservers.net

2019-03-01 Thread Jim Popovitch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Fri, 2019-03-01 at 15:24 -0500, Daniel Kahn Gillmor wrote: > Hi Jim-- > > On Thu 2019-02-28 14:51:07 -0500, Jim Popovitch wrote: > > When a client uses HKPS keyservers dirmngr fails hard due to TLS > > certificate validat

Bug#923482: dirmngr HKPS fails due to poorly configured certificates on *.pool.sks-keyservers.net

2019-02-28 Thread Jim Popovitch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Package: dirmngr Version: 2.1.18-8~deb9u4 When a client uses HKPS keyservers dirmngr fails hard due to TLS certificate validation errors: 2019-02-28 14:35:17 dirmngr[2155] listening on socket '/run/user/1000/gnupg/S.dirmngr' 2019-02-28 14:35:17

Bug#922428: "free(): invalid pointer", SIGABRT

2019-02-15 Thread Jim Paris
Package: golang-docker-credential-helpers Version: 0.6.1-1 Severity: normal Tags: upstream patch See https://github.com/docker/docker-credential-helpers/issues/104 This was fixed upstream post-0.6.1:

Bug#921644: network-manager-openvpn doesn't understand dhcp-option OPTIONS

2019-02-07 Thread Jim Popovitch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Correction, the relevant push statement is: push "dhcp-option OPTIONS ndots:2" - -Jim P. On Thu, 07 Feb 2019 10:44:02 -0500 Jim Popovitch wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Package: network-man

Bug#921644: network-manager-openvpn doesn't understand dhcp-option OPTIONS

2019-02-07 Thread Jim Popovitch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Package: network-manager-openvpn Version: 1.2.8-2 When an OpenVPN server uses the following legitimate push setting: push "dhcp-option OPTIONS ndot:2" NetworkManager-OpenVPN chokes with the following msgs: Feb  6 11:24:53 work

Bug#914408: [20181123] mirror.cs.uwm.edu: out of date, syncscript

2019-02-05 Thread Jim Wagner
FYI: The server host mirror.cs.uwm.edu will be taken down on February 8th, 2019and won't be rebuilt. If this is too short of notice I can let it run until you tell me I can retire it. Regards -Jim From: Peter Palfrader Sent: Friday, November 23

Bug#920565: certbot modifies /etc/letsencrypt everytime certbot is executed.

2019-01-26 Thread Jim Popovitch
Package: certbot Version: 0.10.2-1 When invoking 'certbot', with or without arguments, the directory timestamp of /etc/letsencrypt is modified. This is new behavior as of v0.10.2-1. It is recommended (citation needed!) to not modify files/dirs in /etc/ every time a cmd is executed, rather only

Bug#911778: bash: I would like to be able to disable v which runs $EDITOR.

2018-10-24 Thread Jim Lebeau
tbug among other things. Thanks, Jim *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * Wh

Bug#910684: Reopen Bug#910684: fixed in munin 2.0.42-2

2018-10-22 Thread Jim Popovitch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Mon, 2018-10-22 at 13:14 -0300, Antonio Terceiro wrote: > On Fri, Oct 19, 2018 at 08:49:08PM +0200, Paul Gevers wrote: > > Hi Jim > > > > On 10/19/18 20:44, Jim Popovitch wrote: > > > Is it possible that munin-asyn

Bug#910684: Reopen Bug#910684: fixed in munin 2.0.42-2

2018-10-19 Thread Jim Popovitch
unin-async is running on the build host? - -Jim P. -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEPxwe8uYBnqxkbORSJxVetMRaJwUFAlvKJigACgkQJxVetMRa JwXB3Q//aXHK6f2gEY4svxY7v5KbmbMTCZQJkJcIrUManUP/rN+vOkdPXToDscIS NyoU4Y3k2KxKfLz+IfzSyn+TU5tw7FN1wLSFWEKuMKo

Bug#895868: Probably #853848

2018-06-13 Thread Jim Paris
This is probably https://bugs.debian.org/853848, fixed by upgrading/removing: fonts-beng-extra fonts-deva-extra fonts-gujr-extra fonts-guru-extra fonts-orya-extra Jim

Bug#900824: Empty twitter feeds

2018-06-05 Thread Jim Paris
like twitter.com started serving the mobile version of the site to old browsers and Tweeper cannot parse that content. By using a more up to date User-Agent string twitter.com returns the desktop version of the page which Tweeper can process without problems Thanks, Jim -- System

Bug#895364: iptables: using conntrack prevents dropping ip fragments

2018-05-11 Thread Jim Pirzyk
This issue has been solved by using the 4.16 kernel (from debian-9 backports) and adding the following file (with contents): cat /etc/modprobe.d/iptable_raw.conf options iptable_raw raw_before_defrag=1

Bug#897440: libtins: Please package new version 4.0

2018-05-02 Thread Jim Hague
Source: libtins Severity: normal Upstream has released a new major version 4.0. It would be nice to have it packaged. Thanks. -- System Information: Debian Release: 9.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux

Bug#895600: [request-tracker-maintainers] Bug#895600: broken system configuration page

2018-04-13 Thread Jim Brandt
ere known > issues which have lead to it not yet being merged? Hi Dom, We're looking at this branch as a potential fix since it covers both REGEXP and CODE in configuration. https://github.com/bestpractical/rt/tree/4.4/config-clone-error Right now it just needs some testing and code review. We s

Bug#895364: iptables: using conntrack prevents dropping ip fragments

2018-04-10 Thread Jim Pirzyk
Further research into this bug, I have found this patch report for netfilter https://patchwork.ozlabs.org/patch/863720/

Bug#895364: iptables: using conntrack prevents dropping ip fragments

2018-04-10 Thread Jim Pirzyk
Package: src:linux Version: 4.9.82-1+deb9u3 Severity: important Tags: upstream Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** 0) Background. A caching resolver DNS server is vulnerable to cache poisioning via IP fragmentation attacks. See

Bug#762000: Probably the same as #850163

2018-02-02 Thread Jim Paris
This is probably the same as #850163 A workaround is at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850163#10 Jim

Bug#883938: RFT: Candidate fix for boot failure of Debian 8.10 on various x86 systems

2017-12-18 Thread Jim Cobley
Thank you. The update has just been applied and my systems are now up and running again with no UUID error.

Bug#883938: linux-image-3.16.0-4-amd64: Kernel panic on boot after upgrading to debian 8.10 kernel 3.16.51

2017-12-14 Thread Jim Cobley
Also unable to boot since update to 3.16.51 on Intel 2nd Gen i7-2600 @ 3.4GHz on Asus P8 H67-M (1 CPU, 8 core) ***UUID*** not found Booted from another drive, downloaded linux-image-3.16.0-4-amd64 with 3.16.43-2+deb8u2 and extracted files over boot/lib/usr on main drive. Now booting with no

Bug#883733: bug#29613: Debian Bug#883733: grep returns 0 even if there is no match

2017-12-08 Thread Jim Meyering
On Fri, Dec 8, 2017 at 3:11 AM, Santiago R.R. wrote: > Dear grep developers, > > I would like to forward the report below, filed by Mathias Pietsch to > Debian. I don't want to introduce other noise than this: > > $ echo 1 | grep -E '^1?$' ; echo $? > 1 > $ echo

Bug#878410: Problem has gone away

2017-11-12 Thread Jim Cobley
This problem has not occurred for around a week on either system therefore I assume it has been fixed. But I don't know how, when or why.

Bug#762092: sha...sum man pages refer to nonexistent 'sha...sum invocation' info pages

2017-10-19 Thread Jim Meyering
On Thu, Sep 18, 2014 at 7:13 AM, Pádraig Brady wrote: > On 09/18/2014 12:54 PM, Rebecca Palmer wrote: >> Package: coreutils >> Version: 8.23-2 >> Severity: minor >> Control: tags -1 patch >> >> The man page of sha512sum states that more documentation can be found at >> info

  1   2   3   4   5   6   7   8   9   10   >