Bug#826026: Upstream 2.0 resolves #329192

2017-05-18 Thread Donald Gordon
Hi

I'm hitting bug #329192 (permanent SMTP failures are retried endlessly) a
lot.  Where did you get with posting an upgraded nullmailer package?

Regards

Donald


Bug#691717: pdns-server: zone2sql does not accept documented --bare switch

2012-10-28 Thread Donald Gordon
Package: pdns-server
Version: 3.1-4
Severity: normal

Dear Maintainer,

The manpage for zone2sql documents the existence of a --bare switch:

  --bare Output in a bare format, suitable for further parsing. [...]

However the zone2sql executable shipped as part of the pdns-server package
does not recognise this switch:

  donald@vm5:~$ zone2sql --bbare --named-conf=/etc/bind/named.conf

  Fatal error: Trying to set unexisting parameter 'bbare'

When passed one of the other output format options, e.g. --gmysql, the same
command returns a pile of insert statements, as expected.

A fix (ideally to make --bare work) would be greatly appreciated.

thanks

donald

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

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_NZ.utf8, LC_CTYPE=en_NZ.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pdns-server depends on:
ii  adduser 3.113+nmu3
ii  debconf [debconf-2.0]   1.5.44
ii  libboost-program-options1.49.0  1.49.0-3.1
ii  libboost-serialization1.49.01.49.0-3.1
ii  libc6   2.13-33
ii  libcrypto++95.6.1-6
ii  libgcc1 1:4.7.1-2
ii  liblua5.1-0 5.1.5-2
ii  libpolarssl01.1.4-1
ii  libsqlite3-03.7.13-1
ii  libstdc++6  4.7.1-2
ii  ucf 3.0025+nmu3
ii  zlib1g  1:1.2.7.dfsg-13

pdns-server recommends no packages.

Versions of packages pdns-server suggests:
ii  pdns-backend-pipe [pdns-backend]  3.1-4
pn  pdns-recursor 

-- Configuration Files:
/etc/powerdns/pdns.d/pdns.simplebind [Errno 13] Permission denied:
u'/etc/powerdns/pdns.d/pdns.simplebind'

-- debconf information:
* pdns-server/localaddress: 0.0.0.0
* pdns-server/allowrecursion: 127.0.0.1
  pdns-server/autostart: true


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



Bug#665434: btrfs-tools: btrfs scrub status fails on armel

2012-03-23 Thread Donald Gordon
Package: btrfs-tools
Version: 0.19+2005-2
Severity: normal
Tags: patch


btrfs scrub status  always fails on armel, complaining about invalid
arguments:

root@algy:~# btrfs scrub status /storage
ERROR: scrub status args invalid.
 -d  stats per device

This appears to be due to a problem with the argument parsing code --
getopt's return value is cast to a char, which on this platform appears
to be unsigned.  The following patch fixes it:

--- btrfs-tools-0.19+2005.orig/scrub.c  2011-11-19
--- 14:01:34.0 +1300
+++ btrfs-tools-0.19+2005/scrub.c   2012-03-24 18:11:06.855166804 +1300
@@ -1546,7 +1546,7 @@
optind = 1;
int print_raw = 0;
int do_stats_per_dev = 0;
-   char c;
+   int c;
char fsid[37];
int fdres = -1;
int err = 0;


-- System Information:
Debian Release: 6.0.2
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable')
Architecture: armel (armv5tel)

Kernel: Linux 3.2.0-2-kirkwood
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages btrfs-tools depends on:
ii  e2fslibs  1.42.1-2   ext2/ext3/ext4 file system librari
ii  libc6 2.13-18Embedded GNU C Library: Shared lib
ii  libcomerr21.42.1-2   common error description library
ii  libgcc1   1:4.6.1-4  GCC support library
ii  libuuid1  2.20.1-4   Universally Unique ID library
ii  zlib1g1:1.2.6.dfsg-2 compression library - runtime

btrfs-tools recommends no packages.

btrfs-tools suggests no packages.

-- no debconf information



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



Bug#663515: And a way out...

2012-03-11 Thread Donald Gordon
At the suggestion of Darkstat's author, I tried the latest upstream
version, 3.0.715.  It does not have this issue.

Could this new version be packaged?

thanks!

donald



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



Bug#663515: darkstat: Immediately exits when monitoring ppp0

2012-03-11 Thread Donald Gordon
Package: darkstat
Version: 3.0.714+dfsg-1
Severity: important


Darkstat refuses to monitor my ppp0 interface.  It starts up fine if I ask
it to monitor eth0, but for ppp0, it exits with no error message after
switching UID/GID:

donald@algy:/var/lib/darkstat$ sudo darkstat -i ppp0 --no-daemon --verbose
darkstat (04644): max 1000 hosts, cutting down to 500 when exceeded
darkstat (04644): max 200 ports per host, cutting down to 30 when exceeded
darkstat (04644): starting up
darkstat (04644): DNS child has PID 4645
darkstat (04644): linktype is 113
darkstat (04644): calculated snaplen minimum 76
darkstat (04644): using snaplen 96
darkstat (04645): set uid/gid to 65534/65534
darkstat (04645): DNS child entering main DNS loop
darkstat (04645): entering blocking read loop
darkstat (04644): capturing in promiscuous mode
darkstat (04644): listening on http://[::]:667/
darkstat (04644): loaded 53 protos
darkstat (04644): loaded 312 tcp and 227 udp servs, from total 544
darkstat (04644): chrooted into: /var/lib/darkstat
darkstat (04644): set uid/gid to 65534/65534
donald@algy:/var/lib/darkstat$

-- System Information:
Debian Release: 6.0.2
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'unstable')
Architecture: armel (armv5tel)

Kernel: Linux 3.1.0-1-kirkwood
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages darkstat depends on:
ii  debconf [debconf-2.0]   1.5.36.1 Debian configuration management sy
ii  libc6   2.13-18  Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.6.1-4GCC support library
ii  libpcap0.8  1.2.1-1  system interface for user-level pa
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

darkstat recommends no packages.

darkstat suggests no packages.

-- Configuration Files:
/etc/darkstat/init.cfg changed [not included]

-- debconf information excluded



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



Bug#658759: More information

2012-02-05 Thread Donald Gordon
Upgrading my u-boot to the version from here:

  http://www.cyrius.com/debian/kirkwood/sheevaplug/uboot-upgrade.html

made my boot progress futher.  Now the kernel starts. But the last
message I see is that udev has started; after this, the boot process
stalls again.

donald



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



Bug#658759: Also on Guruplug

2012-02-05 Thread Donald Gordon
I've seen what looks like the same issue on my Guruplug.
linux-image-3.1.0-1-kirkwood (3.1.8-2) boots fine,
linux-image-3.2.0-1-kirkwood (3.2.2-1) doesn't get anywhere.

My U-boot banner looks like this:


U-Boot 2011.03 (Apr 26 2011 - 21:35:00)
Marvell-GuruPlug

SoC:   Kirkwood 88F6281_A1
DRAM:  512 MiB
NAND:  512 MiB
In:serial
Out:   serial
Err:   serial
Net:   egiga0, egiga1
88E1121 Initialized on egiga0
88E1121 Initialized on egiga1


And when I boot 3.2.0-1, this is what I see:


Loading file "/uImage.bak" from ide device 0:1 (hda1)
1570456 bytes read
Loading file "/uInitrd.bak" from ide device 0:1 (hda1)
8211832 bytes read


Marvell>> bootm 0x0080 0x0110
## Booting kernel from Legacy Image at 0080 ...
   Image Name:   Debian kernel

   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:1570392 Bytes = 1.5 MiB
   Load Address: 8000
   Entry Point:  8000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 0110 ...
   Image Name:   Debian ramdisk
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:8211768 Bytes = 7.8 MiB
   Load Address: 
   Entry Point:  
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.


After this, no more messages are visible on the serial console, and
there is no other indication that the boot progresses.

Thanks

donald



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



Bug#648261: [Pkg-libvirt-maintainers] Bug#648261: libvirt-bin: Multihead SPICE/QXL with Windows Guest fails to use second head

2011-11-10 Thread Donald Gordon
Sorry, looks like I got confused.  I had a different problem with 0.9.7-rc2
(it didn't like my VM configuration) but now that I've got that sorted my
multihead works fine -- the fix mentioned in that fedora package is in
0.9.7-rc2 afterall.

thanks

donald


Bug#648261: libvirt-bin: Multihead SPICE/QXL with Windows Guest fails to use second head

2011-11-09 Thread Donald Gordon
Package: libvirt-bin
Version: 0.9.6-2
Severity: normal
Tags: upstream

libvirt-bin starts up qxl PCI devices (all but the first) with
multifunction=on.  This isn't supported by the Windows QXL drivers, so the
extra heads don't work.  The sort of KVM commandline this results in looks
like:

-vga qxl -global qxl-vga.vram_size=67108864 -device
qxl,id=video1,vram_size=67108864,bus=pci.0,multifunction=on,addr=0x5.0x0

This has been fixed in the Fedora libvirt package.  Could the same patch be
applied to the Debian one?

http://lists.fedoraproject.org/pipermail/package-
announce/2011-October/067693.html

I've tested this with 0.9.7~rc2 from experimental, and it has the same problem.



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages libvirt-bin depends on:
ii  adduser 3.112add and remove users and groups
ii  gettext 0.18.1.1-1   GNU Internationalization utilities
ii  libavah 0.6.30-5 Avahi client library
ii  libavah 0.6.30-5 Avahi common library
ii  libblki 2.19.1-5 block device id library
ii  libc6   2.13-21  Embedded GNU C Library: Shared lib
ii  libcap- 0.6.6-1  An alternate POSIX capabilities li
ii  libdevm 2:1.02.65-1  Linux Kernel Device Mapper userspa
ii  libgcry 1.4.6-5  LGPL Crypto library - runtime libr
ii  libgnut 2.12.10-2GNU TLS library - runtime library
ii  libnl1  1.1-7library for dealing with netlink s
ii  libpart 2.3-8disk partition manipulator - share
ii  libpcap 1.1.1-8  system interface for user-level pa
ii  libpcia 0.12.1-1 Generic PCI access library for X
ii  libread 6.2-4GNU readline and history libraries
ii  libsasl 2.1.24~rc1.dfsg1+cvs2011-05-23-6 Cyrus SASL - authentication abstra
ii  libudev 172-1libudev shared library
ii  libvirt 0.9.6-2  library for interfacing with diffe
ii  libxens 4.1.1-2  Xenstore communications library fo
ii  libxml2 2.7.8.dfsg-4 GNOME XML library
ii  libyajl 1.0.12-1 Yet Another JSON Library
ii  logrota 3.7.8-6  Log rotation utility

Versions of packages libvirt-bin recommends:
ii  bridge-utils  1.4-5  Utilities for configuring the Linu
ii  dmidecode 2.9-1.2Dump Desktop Management Interface 
ii  dnsmasq-base  2.58-2 Small caching DNS proxy and DHCP/T
ii  ebtables  2.0.9.2-2  Ethernet bridge frame table admini
ii  gawk  1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
ii  iproute   20100519-3 networking and traffic control too
ii  iptables  1.4.12-1   administration tools for packet fi
ii  libxml2-utils 2.7.8.dfsg-4   XML utilities
ii  netcat-openbsd1.89-4 TCP/IP swiss army knife
ii  parted2.3-8  disk partition manipulator
ii  qemu  0.14.1+dfsg-3  fast processor emulator
ii  qemu-kvm  0.15.0+dfsg-2  Full virtualization on x86 hardwar

Versions of packages libvirt-bin suggests:
ii  policykit-1   0.102-1framework for managing administrat
pn  radvd  (no description available)

-- no debconf information



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



Bug#641772: spice-client: Mouse motion stops when dragging between screens in multihead

2011-09-15 Thread Donald Gordon
Package: spice-client
Version: 0.8.2-2
Severity: normal

When using spice-client in fullscreen mode to connect to a dual head KVM
instance (Windows 7; vdservice in use), when I drag items from one screen to
the other, the item being dragged stops moving after the pointer crosses to the
second screen.  When the mouse button is released, the item being dragged is
dropped where the pointer was released.

If the mouse button is held down and the item is dragged from screen 1 to
screen 2 and then back again, the ceases movement while the pointer is on
screen 2 but restarts moving when the pointer returns to the first screen.

I've tested this mostly with dragging windows around between screens.  It
happens no matter which screen the dragging starts on: the item always stops
moving when the pointer reaches the other screen.

Tcpdump shows that no SPICE protocol traffic occurs while the dragging is
occurring over the second screen (i.e. the screen which the dragging did not
start on),  suggesting that the issue is the client not sending mouse movement
events rather than a problem on the server end.



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages spice-client depends on:
ii  libasound2  1.0.24.1-3   shared library for ALSA applicatio
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libcegui-mk2-1  0.6.2-4  Crazy Eddie's GUI (libraries)
ii  libgcc1 1:4.6.0-7GCC support library
ii  libjpeg88c-2 Independent JPEG Group's JPEG runt
ii  libpixman-1-0   0.22.2-1 pixel-manipulation library for X a
ii  libspice-server10.8.2-2  Implements the server side of the 
ii  libssl1.0.0 1.0.0e-2 SSL shared libraries
ii  libstdc++6  4.6.0-7  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.5-1X11 miscellaneous 'fixes' extensio
ii  libxrandr2  2:1.3.0-3X11 RandR extension library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

spice-client recommends no packages.

spice-client suggests no packages.

-- no debconf information



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



Bug#384300: ITP: libvirt -- virtualization API

2007-09-28 Thread Donald Gordon
I'm also keen on using this with qemu/kvm.  Is it still waiting on Xen?

donald



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#405216: hal: Battery status has large granularity when ACPI provides unreasonably low voltage figure

2007-01-01 Thread Donald Gordon
Package: hal
Version: 0.5.8.1-4
Severity: normal


On my Acer Travelmate 3002WTCi laptop, /proc/acpi/battery/BAT1/state claims
that the laptop is always drawing a voltage of 1mV:

[EMAIL PROTECTED]:/proc/acpi/battery/BAT1# cat state
present: yes
capacity state:  ok
charging state:  discharging
present rate:1596 mA
remaining capacity:  2174 mAh
present voltage: 1 mV

This throws off the calculations in hald/linux/acpi.c, which divide a
(current*present voltage) by 1000 to get mWh; this loses most of the precision 
in
the figure ACPI provides in mA.  As a result, the GNOME battery applet
displays very round figures of how much battery time is left (3/2/1 hours,
and 100/66/33/0% remaining).

The patch below fixes the problem by assuming that all voltages <= 1mV count
as unknown and should be ignored, instead of the 0mV used for this
comparison at present.  This makes the battery meter on my laptop usable
again.

=
--- hal-0.5.8.1.orig/hald/linux/acpi.c  2006-09-20 08:23:25.0 +1200
+++ hal-0.5.8.1/hald/linux/acpi.c   2007-01-02 00:16:29.0 +1300
@@ -163,7 +163,7 @@
/* If the current voltage is unknown or greater than design,
 * then use design voltage.
 */
-   if (voltage <= 0 || voltage > design_voltage)
+   if (voltage <= 1 || voltage > design_voltage)
voltage = design_voltage;

normalised_current = (reporting_current * voltage) / 1000;
=

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)

Versions of packages hal depends on:
ii  adduser   3.100  Add and remove users and groups
ii  dbus  1.0.2-1simple interprocess messaging syst
ii  libc6 2.3.6.ds1-8GNU C Library: Shared libraries
ii  libdbus-1-3   1.0.2-1simple interprocess messaging syst
ii  libdbus-glib-1-2  0.71-3 simple interprocess messaging syst
ii  libexpat1 1.95.8-3.3 XML parsing C library - runtime li
ii  libglib2.0-0  2.12.4-2   The GLib library of C routines
ii  libhal-storage1   0.5.8.1-4  Hardware Abstraction Layer - share
ii  libhal1   0.5.8.1-4  Hardware Abstraction Layer - share
ii  libusb-0.1-4  2:0.1.12-2 userspace USB programming library
ii  libvolume-id0 0.103-1libvolume_id shared library
ii  lsb-base  3.1-22 Linux Standard Base 3.1 init scrip
ii  pciutils  1:2.2.4~pre4-1 Linux PCI Utilities
ii  udev  0.103-1/dev/ and hotplug management daemo
ii  usbutils  0.72-7 USB console utilities

Versions of packages hal recommends:
ii  eject 2.1.4-2.1  ejects CDs and operates CD-Changer

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]