Bug#962623: ImportError: cannot import name 'parse_qs' from 'cgi' (/usr/lib/python3.8/cgi.py)

2020-08-31 Thread Hermann Lauer
This is a multi-part MIME message sent by reportbug.


--===0522418674==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: graphite-web
Followup-For: Bug #962623

Dear Maintainer,

please upgrade to 1.1.7 available upstream and replace 
debian/patches/settings_debian.patch
with the appended version.

This makes 1.1.7 working in testing(bullseye).

Thanks a lot,
 greetings
   Hermann

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing'), (40, 'unstable')
Architecture: armhf (armv7l)

Kernel: Linux 5.7.8 (SMP w/2 CPU threads)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages graphite-web depends on:
ii  adduser 3.118
ii  python3 3.8.2-3
ii  python3-cairo   1.16.2-4
ii  python3-cairocffi   0.9.0-4
ii  python3-django  2:2.2.15-2
ii  python3-django-tagging  1:0.4.5-3
ii  python3-pyparsing   2.4.7-1
ii  python3-simplejson  3.17.0-1
ii  python3-six 1.15.0-1
ii  python3-tz  2020.1-2
ii  python3-urllib3 1.25.9-1
ii  python3-whisper 1.1.4-2

graphite-web recommends no packages.

Versions of packages graphite-web suggests:
pn  graphite-carbon  
pn  libapache2-mod-wsgi-py3  
pn  python3-ldap 
pn  python3-memcache 
pn  python3-mysqldb  

-- Configuration Files:
/etc/graphite/local_settings.py changed [not included]

-- no debconf information

--===0522418674==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="settings_debian.patch"

# HG changeset patch
# Parent  bc853f64d61b2a37516e59c5c8edff74c78feccd

diff --git a/webapp/graphite/settings.py b/webapp/graphite/settings.py
--- a/webapp/graphite/settings.py
+++ b/webapp/graphite/settings.py
@@ -20,6 +20,9 @@
 from warnings import warn
 from importlib import import_module
 
+# Debian add etc/graphite into path
+sys.path.append('/etc/graphite')
+
 from django import VERSION as DJANGO_VERSION
 try:
 from django.urls import reverse_lazy
@@ -221,7 +224,7 @@
 FLUSHRRDCACHED = ''
 
 ## Load our local_settings
-SETTINGS_MODULE = os.environ.get('GRAPHITE_SETTINGS_MODULE', 
'graphite.local_settings')
+SETTINGS_MODULE = os.environ.get('GRAPHITE_SETTINGS_MODULE', 'local_settings')
 try:
   globals().update(import_module(SETTINGS_MODULE).__dict__)
 except ImportError:

--===0522418674==--



Bug#770174: salt-common: service module doesn't work for init scripts

2014-12-02 Thread Hermann Lauer
Package: salt-minion
Version: 2014.1.13+ds-2
Followup-For: Bug #770174

Dear Maintainer,

after fixing service.status (many thanks) service.enabled seems to need also a 
fix: 

# salt-call service.enabled shinken
[INFO] Executing command 'systemctl is-enabled shinken.service' in 
directory '/root'
[ERROR   ] Command 'systemctl is-enabled shinken.service' failed with return 
code: 1
[ERROR   ] output: Failed to get unit file state for shinken.service: No such 
file or directory
local:
False

As after a reboot shinken is running and this is also told by service shinken 
status,
the above result is wrong and should be True.

Thanks,
 greetins
  Hermann

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages salt-minion depends on:
ii  dctrl-tools  2.23
ii  init-system-helpers  1.22
ii  python-crypto2.6.1-5+b2
ii  python-m2crypto  0.21.1-3
ii  python-msgpack   0.4.2-1
ii  python-zmq   14.4.0-1
pn  python:any   none
ii  salt-common  2014.1.13+ds-2

Versions of packages salt-minion recommends:
ii  debconf-utils  1.5.54
ii  dmidecode  2.12-3

Versions of packages salt-minion suggests:
pn  python-augeas  none

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#720469: msgpack-python: [sparc] msgpack-python missing in wheezy

2013-08-22 Thread Hermann Lauer
Package: msgpack-python
Version: 0.2.0-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

msgpack-python is not build for sparc in wheezy, but a build here worked
after installing cython and manually installing python-setuptools.

Maybe only a build dependency problem ?

Thanks,
 greetings
  Hermann

-- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: sparc (sparc64)

Kernel: Linux 3.2.0-4-sparc64-smp (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages msgpack-python depends on:
ii  libc6   2.13-38
ii  libgcc1 1:4.7.2-5
ii  libstdc++6  4.7.2-5
ii  python  2.7.3-4

msgpack-python recommends no packages.

msgpack-python suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#622745: linux-image-2.6-sparc64-smp: squeeze provided kernels did not boot on Sun Fire 480R or 880

2011-04-14 Thread Hermann Lauer
Package: linux-image-2.6-sparc64-smp
Version: 2.6.38+33
Severity: critical
Tags: d-i upstream
Justification: breaks the whole system

As discussed in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516785,
there is no working kernel in squeeze available for this class of machines.

vanilla 2.6.38.2 compiles and runs (with minor glitches) on 480R and 880.

After Moritz's hint in #516785 appended is the result of a boot try of 2.6.38 
from wheezy.

Thanks,
 Hermann

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable'), (50, 'testing')
Architecture: sparc (sparc64)

Kernel: Linux 2.6.38.2 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6-sparc64-smp depends on:
ii  linux-image-2.6.38-2-sparc64- 2.6.38-3   Linux 2.6.38 for multiprocessor 64

linux-image-2.6-sparc64-smp recommends no packages.

linux-image-2.6-sparc64-smp suggests no packages.

-- no debconf information
[0.00] PROMLIB: Sun IEEE Boot Prom 'OBP 4.22.34 2007/07/23 13:01'
[0.00] PROMLIB: Root node compatible: 
[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.38-2-sparc64-smp (Debian 2.6.38-3) 
(b...@decadent.org.uk) (gcc version 4.4.5 (Debian 4.4.5-15) ) #1 SMP Thu Apr 7 
06:53:29 UTC 2011
[0.00] bootconsole [earlyprom0] enabled
[0.00] ARCH: SUN4U
[0.00] Ethernet address: 00:03:ba:29:7c:9f
[0.00] Kernel: Using 2 locked TLB entries for main kernel image.
[0.00] Remapping the kernel... done.
[0.00] OF stdout device is: /pci@9,70/ebus@1/serial@1,40:a
[0.00] PROM: Built device tree with 103627 bytes of memory.
[0.00] Top of RAM: 0xa3ffb22000, Total RAM: 0x3ffb0e000
[0.00] Memory hole size: 655360MB
[0.00] [01014000-f8a000c0] page_structs=131072 node=0 
entry=1280/8192
[0.00] [01014000-f8a00100] page_structs=131072 node=0 
entry=1281/8192
[0.00] [01014080-f8a00140] page_structs=131072 node=0 
entry=1282/8192
[0.00] [01014080-f8a00180] page_structs=131072 node=0 
entry=1283/8192
[0.00] [01014100-f8a001c0] page_structs=131072 node=0 
entry=1284/8192
[0.00] [01014100-f8a00200] page_structs=131072 node=0 
entry=1285/8192
[0.00] [01014180-f8a00240] page_structs=131072 node=0 
entry=1286/8192
[0.00] [01014180-f8a00280] page_structs=131072 node=0 
entry=1287/8192
[0.00] [01014200-f8a002c0] page_structs=131072 node=0 
entry=1288/8192
[0.00] [01014200-f8a00300] page_structs=131072 node=0 
entry=1289/8192
[0.00] [01014280-f8a00340] page_structs=131072 node=0 
entry=1290/8192
[0.00] [01014280-f8a00380] page_structs=131072 node=0 
entry=1291/8192
[0.00] [01014300-f8a003c0] page_structs=131072 node=0 
entry=1292/8192
[0.00] [01014300-f8a00400] page_structs=131072 node=0 
entry=1293/8192
[0.00] [01014380-f8a00440] page_structs=131072 node=0 
entry=1294/8192
[0.00] [01014380-f8a00480] page_structs=131072 node=0 
entry=1295/8192
[0.00] [01014400-f8a004c0] page_structs=131072 node=0 
entry=1296/8192
[0.00] [01014400-f8a00500] page_structs=131072 node=0 
entry=1297/8192
[0.00] [01014480-f8a00540] page_structs=131072 node=0 
entry=1298/8192
[0.00] [01014480-f8a00580] page_structs=131072 node=0 
entry=1299/8192
[0.00] [01014500-f8a005c0] page_structs=131072 node=0 
entry=1300/8192
[0.00] [01014500-f8a00600] page_structs=131072 node=0 
entry=1301/8192
[0.00] [01014580-f8a00640] page_structs=131072 node=0 
entry=1302/8192
[0.00] [01014580-f8a00680] page_structs=131072 node=0 
entry=1303/8192
[0.00] [01014600-f8a006c0] page_structs=131072 node=0 
entry=1304/8192
[0.00] [01014600-f8a00700] page_structs=131072 node=0 
entry=1305/8192
[0.00] [01014680-f8a00740] page_structs=131072 node=0 
entry=1306/8192
[0.00] [01014680-f8a00780] page_structs=131072 node=0 
entry=1307/8192
[0.00] [01014700-f8a007c0] page_structs=131072 node=0 
entry=1308/8192
[0.00] [01014700-f8a00800] page_structs=131072 node=0 
entry=1309/8192
[0.00] [01014780-f8a00840] page_structs=131072 node=0 
entry=1310/8192
[0.00] [01014780-f8a00880] page_structs=131072 node=0 
entry=1311/8192
[0.00] Zone PFN ranges:
[0.00]   Normal 

Bug#574990: nscd crashes after restart after sshd hangs

2010-07-29 Thread Hermann Lauer
Hello,

with libnss-ldap and nscd on lenny latest from time to time we have
unresolved bug #552431, which makes sshd hanging due to suddenly unresolvable
sshd system user.

Today nscd crashed after sshd hanging and login was possible.
I set paranoia yes in nscd.conf without setting restart-interval so it
should be default 3600.

Now nscd crashed, probably while restarting itself:

Jul 29 11:00:43 quadopt3 kernel: [3616361.904197] nscd[6891]: segfault at 10 ip 
7f587be30685 sp 7fffd960 error 6 in nscd[7f587be2a000+1c000]

Set persistent no now and restarted nscd. Current config is below.

Any help for solving this and #552431 is most welcome !

Thanks,
  Hermann

nscd.conf:
debug-level 0
#   reload-count5
paranoiayes
#   restart-interval3600

enable-cachepasswd  yes
positive-time-to-live   passwd  600
negative-time-to-live   passwd  20
suggested-size  passwd  211
check-files passwd  yes
persistent  passwd  no
shared  passwd  yes
max-db-size passwd  33554432
auto-propagate  passwd  yes

enable-cachegroup   yes
positive-time-to-live   group   3600
negative-time-to-live   group   60
suggested-size  group   211
check-files group   yes
persistent  group   no
shared  group   yes
max-db-size group   33554432
auto-propagate  group   yes

# hosts caching is broken with gethostby* calls, hence is now disabled
# per default.  See /usr/share/doc/nscd/NEWS.Debian.
enable-cachehosts   no
positive-time-to-live   hosts   3600
negative-time-to-live   hosts   20
suggested-size  hosts   211
check-files hosts   yes
persistent  hosts   no
shared  hosts   yes
max-db-size hosts   33554432

enable-cacheservicesyes
positive-time-to-live   services28800
negative-time-to-live   services20
suggested-size  services211
check-files servicesyes
persistent  servicesno
shared  servicesyes
max-db-size services33554432



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org