Bug#919572: simple-cdd: python code syntax error

2019-01-17 Thread Vladislav Tsendrovskii
Package: simple-cdd
Version: 0.6.6
Severity: minor

Dear Maintainer,

I've found simple bug in reporting problems during building

$ build-simple-cdd

...

  File "/usr/lib/python3/dist-packages/simple_cdd/gnupg.py", line 55, in 
verify_gpg_sig
raise Fail("Signature verification failed on %s", pathname)

...

Should be

raise Fail("Signature verification failed on %s" % pathname)


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

Kernel: Linux 4.9.0-8-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), 
LANGUAGE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages simple-cdd depends on:
ii  dctrl-tools 2.24-3
ii  debian-cd   3.1.21
ii  lsb-release 10.2018112800
ii  python3 3.7.1-3
ii  python3-simple-cdd  0.6.6
ii  reprepro5.2.0-1
ii  rsync   3.1.3-1
ii  wget1.20.1-1

Versions of packages simple-cdd recommends:
ii  dose-distcheck  5.0.1-11+b2

Versions of packages simple-cdd suggests:
pn  qemu-system | qemu-kvm  

-- no debconf information



Bug#759785: wicd-daemon: Problem with default wpa2-peap template

2014-08-30 Thread Vladislav Tsendrovskii
Package: wicd-daemon
Version: 1.7.2.4-4.1
Severity: normal

Dear Maintainer,

With default wpa2-eap wicd fails to get authentication. 
Default wpa2-eap template contains $_DOMAIN\$_IDENTITY, and this leads to 
string

User-Name = DEFAULT\\$_IDENTITY 

in freeradius log, when domain name set to DEFAULT.

It's config contains 

proxy.conf:

.
realm DEFAULT {
type = radius
authhost = LOCAL
acchost = LOCAL
}

users:

...
wifiuser Cleartext-Password :=passpasspass


With modified wpa2-eap, which is given below, authentication works.



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

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

Versions of packages wicd-daemon depends on:
ii  adduser  3.113+nmu3
ii  dbus 1.8.6-1
ii  debconf  1.5.53
ii  ethtool  1:3.13-1
ii  iproute  1:3.15.0-2
ii  iputils-ping 3:20121221-5+b1
ii  isc-dhcp-client  4.3.0+dfsg-1
ii  lsb-base 4.1+Debian13
ii  net-tools1.60-26
ii  psmisc   22.21-2
ii  python   2.7.8-1
ii  python-dbus  1.2.0-2+b3
ii  python-gobject   3.12.1-1
ii  python-wicd  1.7.2.4-4.1
ii  wireless-tools   30~pre9-8
ii  wpasupplicant1.1-1

Versions of packages wicd-daemon recommends:
ii  rfkill 0.5-1
ii  wicd-curses [wicd-client]  1.7.2.4-4.1

Versions of packages wicd-daemon suggests:
ii  pm-utils  1.4.1-15

Versions of packages wicd-curses depends on:
ii  python2.7.8-1
ii  python-urwid  1.1.1-1+b2

Versions of packages wicd-curses recommends:
ii  sudo  1.8.9p5-1

Versions of packages python-wicd depends on:
ii  python  2.7.8-1

-- Configuration Files:
/etc/wicd/encryption/templates/wpa2-peap changed:
name = WPA2-PEAP
author = atiketemola
version = 1
require identity *Username domain *Domain password *Password
protected password *Password
-
ctrl_interface=/var/run/wpa_supplicant
network={
ssid=$_ESSID
proto=RSN
key_mgmt=WPA-EAP
pairwise=CCMP
eap=PEAP
identity=$_IDENTITY
password=$_PASSWORD
phase2=auth=MSCHAPv2
}


-- debconf information:
* wicd/users:


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