[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#932246: Re : Bug#932246: Re : Bug#932246: printer-driver-hpcups: no more printing to a HP LaserJet 1320: stack smashing detected and hpcups crashed on signal 6



On Sat, 21 Sep 2019 09:33:25 +0200 nicolas.patrois@gmail.com wrote:

> Le 21/09/2019 00:02:42, Brian Potkin a écrit :
> 
> > No idea. I haven't even begun to think about it because I was awaiting
> > confirmation or otherwise.
> 
> I checked it again this morning after the morning upgrade.
> Version 11 crashes printing.
> Downgrading to version 10.3+deb10u1 makes it work back again.

What's this? Magic?!?    :-o

I compared the two source packages of base-files (10.3+deb10u1 vs. 11),
see the attached diff output.
I really cannot see any relevant difference.
Should we suppose that printer-driver-hpcups reads /etc/os-release
(or /etc/issue* or /etc/debian_version) and decides whether it will
crash, based on this?!?


-- 
 http://www.inventati.org/frx/
 There's not a second to spare! To the laboratory!
..................................................... Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE
diff -ruN base-files-10.3+deb10u1/debian/changelog base-files-11/debian/changelog
--- base-files-10.3+deb10u1/debian/changelog	2019-08-30 14:31:26.000000000 +0200
+++ base-files-11/debian/changelog	2019-07-09 12:05:50.000000000 +0200
@@ -1,8 +1,11 @@
-base-files (10.3+deb10u1) buster; urgency=medium
+base-files (11) unstable; urgency=medium
 
-  * Change /etc/debian_version to 10.1, for Debian 10.1 point release.
+  * Change issue, issue.net, debian_version and os-release to read
+    "bullseye/sid".
+  * Drop VERSION, VERSION_ID and CODENAME from os-release.
+  * Make "mesg n" silent in default /root/.profile. Closes: #930654.
 
- -- Santiago Vila <sanvila@debian.org>  Fri, 30 Aug 2019 14:31:26 +0200
+ -- Santiago Vila <sanvila@debian.org>  Tue, 09 Jul 2019 12:05:50 +0200
 
 base-files (10.3) unstable; urgency=medium
 
diff -ruN base-files-10.3+deb10u1/etc/debian_version base-files-11/etc/debian_version
--- base-files-10.3+deb10u1/etc/debian_version	2019-08-30 09:00:00.000000000 +0200
+++ base-files-11/etc/debian_version	2019-07-09 12:00:00.000000000 +0200
@@ -1 +1 @@
-10.1
+bullseye/sid
diff -ruN base-files-10.3+deb10u1/etc/issue base-files-11/etc/issue
--- base-files-10.3+deb10u1/etc/issue	2019-04-19 13:00:00.000000000 +0200
+++ base-files-11/etc/issue	2019-07-09 12:00:00.000000000 +0200
@@ -1,2 +1,2 @@
-Debian #OSNAME# 10 \n \l
+Debian #OSNAME# bullseye/sid \n \l
 
diff -ruN base-files-10.3+deb10u1/etc/issue.net base-files-11/etc/issue.net
--- base-files-10.3+deb10u1/etc/issue.net	2019-04-19 13:00:00.000000000 +0200
+++ base-files-11/etc/issue.net	2019-07-09 12:00:00.000000000 +0200
@@ -1 +1 @@
-Debian #OSNAME# 10
+Debian #OSNAME# bullseye/sid
diff -ruN base-files-10.3+deb10u1/etc/os-release base-files-11/etc/os-release
--- base-files-10.3+deb10u1/etc/os-release	2019-04-19 13:00:00.000000000 +0200
+++ base-files-11/etc/os-release	2019-07-09 12:00:00.000000000 +0200
@@ -1,8 +1,5 @@
-PRETTY_NAME="Debian #OSNAME# 10 (buster)"
+PRETTY_NAME="Debian #OSNAME# bullseye/sid"
 NAME="Debian #OSNAME#"
-VERSION_ID="10"
-VERSION="10 (buster)"
-VERSION_CODENAME=buster
 ID=debian
 HOME_URL="https://www.debian.org/";
 SUPPORT_URL="https://www.debian.org/support";
diff -ruN base-files-10.3+deb10u1/share/dot.profile base-files-11/share/dot.profile
--- base-files-10.3+deb10u1/share/dot.profile	2015-08-17 17:30:33.000000000 +0200
+++ base-files-11/share/dot.profile	2019-07-09 12:05:50.000000000 +0200
@@ -6,4 +6,4 @@
   fi
 fi
 
-mesg n || true
+mesg n 2> /dev/null || true

Attachment: pgpjSwS2wp9wh.pgp
Description: PGP signature


Reply to: