Bug#918475:

2019-05-20 Thread BD L
I can confirm dwfreed's fix works; specifically adding the following to my
~/.hgrc allows hg operations with Bitbucket to succeed without error:

[hostsecurity]
api.media.atlassian.com:ciphers = DEFAULT@SECLEVEL=1


Bug#814489: tails-installer: fails with "Could not find the 'ifcpu64.c32' COM32 module"

2016-02-11 Thread Satish BD
Package: tails-installer
Version: 4.4.7+dfsg-1
Severity: normal

Dear Maintainer,

Running 'tails-installer-launcher' starts the GUI installer. I chose
tails-i386-2.0.iso. The installation failed with error message:

Could not find the 'ifcpu64.c32' COM32 module

The missing module in question is actually provided by 'syslinux-common'
package. I apt-get install'ed it and Tails installation successfully completed.

The bug is that 'syslinux-common' is not in Depends list of 'tails-installer'.
I'm not sure whether this was intentional or not, but at least it should be in
Recommends.

Thanks and regards,
--Satish



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

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

Versions of packages tails-installer depends on:
ii  dosfstools 3.0.28-2
ii  gdisk  1.0.1-1
ii  genisoimage9:1.1.11-3
ii  gir1.2-glib-2.01.46.0-3
ii  gir1.2-gtk-3.0 3.18.7-1
ii  gir1.2-udisks-2.0  2.1.6-2
ii  mtools 4.0.18-2
ii  p7zip-full 9.20.1~dfsg.1-5
ii  policykit-10.105-14.1
ii  python 2.7.11-1
ii  python-configobj   5.0.6-2
ii  python-gi  3.18.2-2
ii  python-urlgrabber  3.9.1-4.2
ii  syslinux   3:6.03+dfsg-11

tails-installer recommends no packages.

tails-installer suggests no packages.

-- no debconf information



Bug#795615: mate-tweak: Cannot start due to missing Notify python package

2015-08-15 Thread Satish BD
Package: mate-tweak
Version: 3.5.0-1
Severity: important

Dear Maintainer,

mate-tweak cannot be started due to some missing dependency:

mate-tweak
Traceback (most recent call last):
  File /usr/bin/mate-tweak, line 32, in module
from gi.repository import Gdk, GdkPixbuf, Gio, GObject, Gtk, Notify
ImportError: cannot import name Notify

I checked that I do have python-gi installed:

apt-cache policy python-gi
python-gi:
  Installed: 3.16.2-1
  Candidate: 3.16.2-1
  Version table:
 *** 3.16.2-1 0
990 http://httpredir.debian.org/debian/ stretch/main amd64 Packages
-10 http://httpredir.debian.org/debian/ sid/main amd64 Packages
100 /var/lib/dpkg/status


but it doesn't contain Notify.py




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

Kernel: Linux 4.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mate-tweak depends on:
ii  dconf-cli 0.24.0-2
ii  libnotify40.7.6-2
ii  mesa-utils8.2.0-1
ii  python2.7.9-1
ii  python-gobject-2  2.28.6-12+b1
ii  python-pkg-resources  18.0.1-2
pn  python:anynone
ii  wmctrl1.07-7

mate-tweak recommends no packages.

Versions of packages mate-tweak suggests:
pn  metacity  none
pn  mutternone

-- no debconf information



Bug#756522: [SOLVED] Cannot access secondary GPU - error: [XORG] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied

2015-04-15 Thread Daniel BD
Hola Xavi,

Probably I've got the same laptop as you, Mountain Cobalt :) . The
important thing is that I've got the same hardware and finally I've manage
to get the nvidia 960M working with bumblebee.

The problem is not related with the DRM message. The main problem is that
we can't use the package bumblebee-nvidia because we need, at least, the
version 346.59 (released few days ago) and the package install the version
340.65-2. These are the steps I''ve followed after a fresh installation of
debian jessie.
1.- # aptitude install bumblebee primus
2.- # adduser youruser bumblebee
3.- Download the latest nvidia driver (at 15/04/2015 is 346.59) from
nvidia.com
4.- Install the driver. Be aware not to install the opengl files or you
will probably break your current X installation. Use the options
./NVIDIAx.run --dkms -Z --no-opengl-files
5.- Restart X to check if everything is OK
6.- Now starts the tricky part. We need to setup the system in a way that
bumblebee finds the nvidia driver and it doesn't break the intel
configuration. Extract the files of the nvidia installer ./NVIDIA.run
-x. To get everything in the same place I've copied all the files
extracted to /nvidia and created two folders within it lib and lib32
for 64bits and 32 bits respectively.
7.- # mkdir /nvidia/lib
8.- # cp /nvidia/libnvidia-tls.so.346.59 /nvidia/lib
9.- # cp -R /nvidia/tls /nvidia/lib
10.- # cp /nvidia/libnvidia-openglcore.so.346.59 /nvidia/lib
11.- # cp /nvidia/libGL.so.346.59 /nvidia/lib
12.- # ln -s /nvidia/lib/libGL.so.346.59 /nvidia/lib/libGL.so.1
13.- # ln -s /nvidia/lib/libGL.so.346.59 /nvidia/lib/libGL.so
14.- # ln -s /nvidia/lib/libnvidia-tls.so.346.59 /usr/lib/x86_64-linux-gnu
15.- # ln -s /nvidia/lib/tls /usr/lib/x86_64-linux-gnu
16.- # ln -s /nvidia/lib/libnvidia-openglcore.so.346.59
/usr/lib/x86_64-linux-gnu
17.- Repeat steps 7 to 16 with /nvidia/32, /nvidia/lib32 and
/usr/lib/i386-linux-gnu in case you want the 32bits working (for example
for steam)
18.- Edit /etc/bumblebee/bumblebee.conf and set up the driver=nvidia,
Kerneldriver=nvidia, LibraryPath=/nvidia/lib:/nvidia/lib32,
ModulePath=/nvidia/lib,/nvidia/lib32,/usr/lib/xorg/modules,/usr/lib/xorg/modules/drivers,/usr/lib/xorg/modules/input
19.- Edit /etc/bumblebee/xorg.conf.nvidia and uncomment bus pci line
20.- # /etc/init.d/bumblebee stop
21.- # /etc/init.d/bumblebee start
22.- $ glxgears -info (working with intel)
23.- $ primusrun glxgears -info (working with nvidia)

I hope this works for your too. I've written the steps by hearth, so
forgive if any file is not written properly. Any question don't hesitate to
contact me.

Un saludo,
Kind regards,
Daniel


Bug#774596: babiloo: fails to start with ImportError: No module named PyQt4

2015-01-04 Thread Satish BD
Package: babiloo
Version: 2.0.11-1
Severity: important

Dear Maintainer,

As the subject says, babiloo fails to start with this error:

Traceback (most recent call last):
  File /usr/bin/babiloo, line 43, in module
import qt.main
  File /usr/share/babiloo/qt/main.py, line 30, in module
from PyQt4 import QtCore, QtGui
ImportError: No module named PyQt4

It's obvious that python-qt4 package was not installed on my system.
As shown in sys info below, python-qt4 is in Recommends instead of Depends.
I think this is a bug, due to which the application won't even start.

Installing python-qt4 solved the problem.


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-updates'), (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages babiloo depends on:
ii  python  2.7.8-2
ii  python-support  1.0.15

Versions of packages babiloo recommends:
ii  python-qt4  4.11.2+dfsg-1

babiloo 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#755798: clvm: error in parsing the -d parameter

2014-07-23 Thread bd
Package: clvm
Version: 2.02.95-8
Severity: normal

Dear Maintainer,

the man page of clvm states:

-d[value]
Enable debug logging. Value can be 0, 1 or 2.
0 disables debug logging

however there is a bug in the initialization code, that will enable syslog
debuging when passing -d0.

The bug is fixed upstream in

v2_02_98-15-g13fe333

Thanks,

STefan

-- System Information:
Debian Release: 7.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/4 CPU cores)
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 clvm depends on:
pn  cmannone
ii  libc6   2.13-38+deb7u3
pn  libcman3none
ii  libdevmapper1.02.1  2:1.02.74-8
pn  libdlm3 none
ii  lsb-base4.1+Debian8+deb7u1
ii  lvm22.02.95-8

clvm recommends no packages.

clvm suggests no packages.
-- 
Beware the one behind you.
commit 13fe333b54c2dedf91af2f663d6ac9bd883c3b87
Author: Zdenek Kabelac zkabe...@redhat.com
Date:   Fri Oct 19 15:18:19 2012 +0200

clvmd: fix parsing of -d argument

clvmd -d option parsing was not working properly.

clvmd -d 2   (with space) has been ignored because of
'::' used in getopt string, and as failsafe it's been used '1'.

Later this debug_arg has been ignored and debug_opt was used
instead which happend to have value '1'.

Submitted-by: Robert Milasan rmilasan at suse.com
Reported-by: Robert Milasan  rmilasan at suse.com

diff --git a/WHATS_NEW b/WHATS_NEW
index 7d3995b..2c4e516 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.99 - 
 ===
+  Fix clvmd support for option -d and properly use its argument.
   Support use of option --yes for lvchange --persistent.
   Fix memory leak on error path for pvcreate with invalid uuid.
   Use lv_is_active() instead of lv_info() call.
diff --git a/daemons/clvmd/clvmd.c b/daemons/clvmd/clvmd.c
index ac465d9..eb0bffd 100644
--- a/daemons/clvmd/clvmd.c
+++ b/daemons/clvmd/clvmd.c
@@ -362,7 +362,7 @@ int main(int argc, char *argv[])
 	/* Deal with command-line arguments */
 	opterr = 0;
 	optind = 0;
-	while ((opt = getopt_long(argc, argv, vVhfd::t:RST:CI:E:,
+	while ((opt = getopt_long(argc, argv, vVhfd:t:RST:CI:E:,
   longopts, NULL)) != -1) {
 		switch (opt) {
 		case 'h':
@@ -449,7 +449,7 @@ int main(int argc, char *argv[])
 		return debug_clvmd(debug_arg, clusterwide_opt)==1?0:1;
 	}
 
-	clvmd_set_debug(debug_opt);
+	clvmd_set_debug(debug_arg);
 
 	/* Fork into the background (unless requested not to) */
 	if (!foreground_mode)


Bug#728732: revelation: cannot open a file with 'é' character at startup

2013-11-05 Thread bd
 Dear Maintainer,

Hi Samy,

 
 I use several password files with Revelation. All are in a folder named
 Privé. I can open each of them when Revelation is already open.
 But when I choose to open one of them at startup, in Préferences, I have this
 message at next startup :
 --- 8 --- 8 ---
 Unable to open file
 The file '/home/x/Priv%C3%A9/passwdfile' could not be opened. Make sure
 that the file exists, and that you have permissions to open it.
 --- 8 --- 8 ---
 
 A coding character bug ?

Hm, looks like it. Can you open the file when starting revelation from
commandline and sepcify it as parameter:

revelation /home/x/Privé/passwdfile

Thanks,

Stefan


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



Bug#691844: Fix released

2013-10-15 Thread bd
Hi,

a new version of xauth has been released that fixes this issue:

https://bugs.freedesktop.org/show_bug.cgi?id=43425#c8

  Stefan

-- 
You will feel hungry again in another hour.


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



Bug#700079: pu: package dtach/0.8-2

2013-02-09 Thread bd
 Please go ahead and ping us once it has been uploaded.  :)

dtach_0.8-2+squeeze1_i386.changes uploaded successfully to localhost

Regards,

Stefan

-- 
You recoil from the crude; you tend naturally toward the exquisite.


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



Bug#698225: linux-image-2.6.32-5-686-bigmem: split-brain when running drbdadm primary $DEV with dual primary setup in Sec/Sec state

2013-01-15 Thread bd
Package: linux-2.6
Version: 2.6.32-46
Severity: normal

While in this state:

 0: cs:Connected ro:Secondary/Secondary ds:UpToDate/UpToDate C r
ns:0 nr:0 dw:0 dr:0 al:0 bm:0 lo:0 pe:0 ua:0 ap:0 ep:1 wo:b oos:0

Issue

drbdadm primary $DEV

On both nodes at the same time (either via cluster resource manager, or mssh) 
will lead to a split brain:

[ 5067.503912] block drbd0: Split-Brain detected, dropping connection!

 0: cs:StandAlone ro:Primary/Unknown ds:UpToDate/DUnknown   r
ns:0 nr:0 dw:0 dr:420 al:0 bm:0 lo:0 pe:0 ua:0 ap:0 ep:1 wo:b oos:0

I can reproduce this with a 64 bit kernel, and with kernel/drbd8-utils from 
backports (also 32/64 bit).

-- System Information:
Debian Release: 6.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/4 CPU cores)
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 drbd8-utils depends on:
ii  debconf [debconf-2.0] 1.5.36.1   Debian configuration management sy
ii  libc6 2.11.3-4   Embedded GNU C Library: Shared lib

drbd8-utils recommends no packages.

Versions of packages drbd8-utils suggests:
pn  heartbeat none (no description available)

-- Configuration Files:
/etc/drbd.d/debian7.res
resource debian7 {
  net {
sndbuf-size 0;
max-buffers 8000;
max-epoch-size 8000;
allow-two-primaries;

after-sb-0pri discard-zero-changes;
after-sb-1pri consensus;
after-sb-2pri disconnect;
  }
  syncer {
rate 40M;
  }

  device/dev/drbd0;
  disk  /dev/sys/debian7;
  meta-disk internal;

  on debian8 {
address   192.168.0.8:7791;
  }
  on debian9 {
address   192.168.0.9:7791;
  }
}

/etc/drbd.d/global_common.conf changed:
global {
usage-count no;
# minor-count dialog-refresh disable-ip-verification
}
common {
protocol C;
handlers {
pri-on-incon-degr /usr/lib/drbd/notify-pri-on-incon-degr.sh; 
/usr/lib/drbd/notify-emergency-reboot.sh; echo b  /proc/sysrq-trigger ; reboot 
-f;
pri-lost-after-sb /usr/lib/drbd/notify-pri-lost-after-sb.sh; 
/usr/lib/drbd/notify-emergency-reboot.sh; echo b  /proc/sysrq-trigger ; reboot 
-f;
local-io-error /usr/lib/drbd/notify-io-error.sh; 
/usr/lib/drbd/notify-emergency-shutdown.sh; echo o  /proc/sysrq-trigger ; halt 
-f;
# fence-peer /usr/lib/drbd/crm-fence-peer.sh;
# split-brain /usr/lib/drbd/notify-split-brain.sh root;
# out-of-sync /usr/lib/drbd/notify-out-of-sync.sh root;
# before-resync-target 
/usr/lib/drbd/snapshot-resync-target-lvm.sh -p 15 -- -c 16k;
# after-resync-target 
/usr/lib/drbd/unsnapshot-resync-target-lvm.sh;
}
startup {
# wfc-timeout degr-wfc-timeout outdated-wfc-timeout 
wait-after-sb
}
disk {
# on-io-error fencing use-bmbv no-disk-barrier no-disk-flushes
# no-disk-drain no-md-flushes max-bio-bvecs
}
net {
# sndbuf-size rcvbuf-size timeout connect-int ping-int 
ping-timeout max-buffers
# max-epoch-size ko-count allow-two-primaries cram-hmac-alg 
shared-secret
# after-sb-0pri after-sb-1pri after-sb-2pri data-integrity-alg 
no-tcp-cork
}
syncer {
# rate after al-extents use-rle cpu-mask verify-alg csums-alg
}
}

-- no debconf information

-- Package-specific info:
** Version:
Linux version 2.6.32-5-686-bigmem (Debian 2.6.32-46) (da...@debian.org) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Sun Sep 23 10:27:25 UTC 2012

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.32-5-686-bigmem root=/dev/mapper/sys-root ro quiet

** Not tainted

** Kernel log:
[ 5034.677693] block drbd0: peer( Unknown - Secondary ) conn( WFReportParams 
- WFBitMapT ) pdsk( DUnknown - UpToDate ) 
[ 5034.690089] block drbd0: conn( WFBitMapT - WFSyncUUID ) 
[ 5034.691786] block drbd0: helper command: /sbin/drbdadm before-resync-target 
minor-0
[ 5034.692927] block drbd0: helper command: /sbin/drbdadm before-resync-target 
minor-0 exit code 0 (0x0)
[ 5034.692931] block drbd0: conn( WFSyncUUID - SyncTarget ) disk( UpToDate - 
Inconsistent ) 
[ 5034.692934] block drbd0: Began resync as SyncTarget (will sync 0 KB [0 bits 
set]).
[ 5035.242347] block drbd0: Resync done (total 1 sec; paused 0 sec; 0 K/sec)
[ 5035.242355] block drbd0: conn( SyncTarget - Connected ) disk( Inconsistent 
- UpToDate ) 
[ 5035.242362] block drbd0: helper command: /sbin/drbdadm after-resync-target 
minor-0
[ 5035.243575] block drbd0: helper command: /sbin/drbdadm after-resync-target 
minor-0 exit code 0 (0x0)
[ 5046.639518] block drbd0: peer( Secondary - Unknown ) conn( Connected - 
TearDown ) pdsk( UpToDate - DUnknown ) 
[ 5046.639942] block drbd0: meta connection shut down by peer.
[ 5046.639993] block 

Bug#698225: linux-image-2.6.32-5-686-bigmem: split-brain when running drbdadm primary $DEV with dual primary setup in Sec/Sec state

2013-01-15 Thread bd
  [ 5067.155466] block drbd0: Starting worker thread (from cqueue [2337])
  [ 5067.155541] block drbd0: disk( Diskless - Attaching ) 
  [ 5067.207081] block drbd0: conn( Unconnected - WFConnection ) 
 
 Device enabled again and trying to connect.
 
  [ 5067.208501] block drbd0: role( Secondary - Primary ) 
  [ 5067.212759] block drbd0: Creating new current UUID
 
 Set to primary.
 
  [ 5067.503518] block drbd0: Handshake successful: Agreed network protocol 
  version 91
  [ 5067.503525] block drbd0: conn( WFConnection - WFReportParams ) 
 
 Connection established _after_ it was promoted to primary.

$CURSES, I have been looking at this problem for hours but this splipped my
attention.

  [ 5067.503888] block drbd0: drbd_sync_handshake:
  [ 5067.503894] block drbd0: self 
  D88E7AD12FFEA493:49D971C9C18FC2FE:167E069D45704F1A:F1C0D4200B9792F4 bits:0 
  flags:0
  [ 5067.503899] block drbd0: peer 
  DD932456670DF62F:49D971C9C18FC2FE:167E069D45704F1A:F1C0D4200B9792F4 bits:0 
  flags:0
 
 The remote device was also promoted to primary before the connection was
 established.
 
 You have to wait until both machines are connected before promoting them
 to primary. The init script does this.

TLDR: Please close this bug, the real problem lies in the drbd resource
agent. Sorry for the noise.

The original problem I was hunting was pacemaker always creating a drbd split
brain when stop/starting the dual primary resource. Turns out the resource agent
does not wait for the connection to be established before promoting both nodes
to primary, the same this test setup did.

I'll open a new bug against drbd8-utils

Regards,

Stefan
-- 
The surest protection against temptation is cowardice.
-- Mark Twain


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



Bug#698217: mssh: shift+insert only pastes to first window

2013-01-15 Thread bd
Hi Axel,

On Tue, Jan 15, 2013 at 03:51:18PM +0100, Axel Beckert wrote:
 Did you try to press Shift-Insert with focus on the inputfield at the
 top or into single subwindows when you experienced that issue? (Maybe
 we can track down and reproduce it that way.)

Focus was on the input field, but it turned out this mssh instance was running
on a different host using NoMachine.

When I access the remote host via VNC and start mssh there it works as expected,
shift+insert inserts into all windows when focus is on the inputfield.

FWIW, using clusterssh through NoMachine and shift+insert works but I may be
comparing apples and bananas.

Since this may well be a bug in NoMachine I am fine with you closing the bug as
invalid.

Regards,

Stefan
-- 
You will always have good luck in your personal affairs.


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



Bug#691844: xauth: Failed X11 forwarding when using GDM via XDMCP

2012-11-04 Thread bd
On Sun, Nov 04, 2012 at 01:01:12AM +0100, Julien Cristau wrote:
 On Tue, Oct 30, 2012 at 10:41:35 +0100, Stefan Voelkel wrote:
 
  Package: xauth
  Version: 1:1.0.4-1
  Severity: normal
  Tags: upstream patch
  
  
  When using GDM via XDMCP, for examle when accessing GDM via
  vncserver-XDMCP-localhost, ssh is no longer able to forward X11.
  
  Invalid MIT-MAGIC-COOKIE-1 keyxterm Xt error: Can't open display:
  localhost:10.0
  
  The problem is, that xauth is unable to deal with the Family FamilyWild 
  which
  is used by GDM in XDMCP to store the MIT-MAGIC-COOKIE-1 for the user.
  
  Attached are two patches, one for 1.0.4-1 and one for 1.0.7-1. The original
  Patch is by Dr. Tilmann Bubeck.
  
  Upstream Bug is at
  
  https://bugs.freedesktop.org/show_bug.cgi?id=43425
  
  FWIW, Redhat also has a bug for this:
  
  https://bugzilla.redhat.com/show_bug.cgi?id=505545
  
 Why does gdm do that?

I guess because off:

commit 5e5addf03e94bfe3b56e60f19c2f628e4d395dd9
Author: George Lebl ji...@5z.com
Date:   Mon Aug 25 21:05:31 2003 +

Server auth file now uses FamilyWild and we set up the different access


Mon Aug 25 13:55:09 2003  George Lebl ji...@5z.com

* daemon/gdm.h, daemon/auth.[ch], daemon/xdmcp.c, daemon/server.c:
  Server auth file now uses FamilyWild and we set up the different
  access stuff for the user auth file.  Don't add FamilyInternet
  stuff to the xauth file if we start the server with
  -nolisten tcp.  The purging is done right and doesn't
  mistakenly whack entries we didn't add.

* NEWS: update

 How is that not a gdm bug?

AFIUI FamilyWild is a valid option, maybe

https://bugzilla.redhat.com/show_bug.cgi?id=505545#c17

sheds some light on why enhanceing xauth might be the right thing to do.

HTH,

Stefan

-- 
By trying we can easily learn to endure adversity.  Another man's, I mean.
-- Mark Twain


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



Bug#600886: arpwatch: Add an option to filter specific MAC addresses

2012-10-20 Thread bd
 For example, my pcap filter looks like this:
 -F 'not ether host (MAC1 or MAC2)'
 and the ARGS line in /etc/default/arpwatch is
 ARGS=-N -p -i br0 -F 'not ether host (MAC1 or MAC2)'
 
 When I run /etc/init.d/arpwatch with sh -x or strace, I see arpwatch
 apparently gets called correctly:
 
 (strace)
 execve(/usr/sbin/arpwatch, [/usr/sbin/arpwatch, -u, arpwatch,
 -N, -p, -i, br0, -F, 'not, ether, host,
 (78:d6:f0:d3:33:f2, or, 90:c1:15:cb:f4:6b)'], [/* 22 vars */]) =
 0

Actually that is wrong, it should be:

... br0, -F, 'not ether host  6b)

 + exec start-stop-daemon --start --quiet --exec /usr/sbin/arpwatch --
 -u arpwatch -N -p -i br0 -F 'not ether host (78:d6:f0:d3:33:f2 or
 90:c1:15:cb:f4:6b)'

see below

 I'm out of ideas, any hints about what could be wrong?

arpwatch should log what filter it want's to use, and you should see something
like

using filter '(arp or rarp) and not'

note the missing ether host ...

Could you try replacing the exec start-stop-daemon call with eval, e.g.:

eval start-stop-daemon --start ...

  Stefan

-- 
BOFH excuse #171:

NOTICE: alloc: /dev/null: filesystem full


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



Bug#686428: revelation: Displays error dialog with error: Error -3 while decompressing data: incorrect header check

2012-09-03 Thread bd
On Sat, Sep 01, 2012 at 02:08:34PM +0200, Olivier Berger wrote:
 /usr/lib/python2.6/dist-packages/revelation/datahandler/rvl.py, line
 375, in import_data
 input = zlib.decompress(input[0:-padlen])
 error: Error -3 while decompressing data: incorrect header check

Does this happen only on one machine and/or with just that file?

Is the filesize 0 bytes by any chance?

Stefan
-- 
BOFH excuse #64:

CPU needs recalibration


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



Bug#523605: Present in squeeze

2012-08-08 Thread bd
I just ran into this problem on squeeze.

Stefan
-- 
BOFH excuse #223:

The lines are all busy (busied out, that is -- why let them in to begin with?).


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



Bug#681068: gnome-control-center segfaults

2012-07-10 Thread bd
Package: gnome-control-center
Version: 1:3.4.2-2
Severity: important

Dear Maintainer,

starting gnome-control-center leads to an immediate segfault:

bd@dell:/etc/dma$ gdb gnome-control-center
...
Starting program: /usr/bin/gnome-control-center 
[Thread debugging using libthread_db enabled]
Using host libthread_db library 
/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1.

Program received signal SIGSEGV, Segmentation fault.
0xafb97b0b in ?? () from /usr/lib/i386-linux-gnu/dri/i915_dri.so
(gdb) 

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

Kernel: Linux 3.2.0-3-686-pae (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 gnome-control-center depends on:
ii  accountsservice0.6.21-5
ii  apg2.2.3.dfsg.1-2
ii  desktop-file-utils 0.20-0.1
ii  gnome-control-center-data  1:3.4.2-2
ii  gnome-desktop3-data3.4.2-1
ii  gnome-icon-theme   3.4.0-2
ii  gnome-icon-theme-symbolic  3.4.0-2
ii  gnome-menus3.4.2-3
ii  gnome-settings-daemon  3.4.2-3
ii  gsettings-desktop-schemas  3.4.2-1
ii  libatk1.0-02.4.0-2
ii  libc6  2.13-33
ii  libcairo-gobject2  1.12.2-2
ii  libcairo2  1.12.2-2
ii  libcanberra-gtk3-0 0.28-4
ii  libcanberra0   0.28-4
ii  libcheese-gtk213.4.2-1
ii  libcheese3 3.4.2-1
ii  libclutter-1.0-0   1.10.8-1
ii  libcogl-pango0 1.10.2-6
ii  libcogl9   1.10.2-6
ii  libcolord1 0.1.21-1
ii  libcomerr2 1.42.4-3
ii  libcups2   1.5.3-1
ii  libdbus-1-31.6.0-1
ii  libdbus-glib-1-2   0.100-1
ii  libfontconfig1 2.9.0-6
ii  libgcrypt111.5.0-3
ii  libgdk-pixbuf2.0-0 2.26.1-1
ii  libglib2.0-0   2.32.3-1
ii  libgnome-bluetooth10   3.4.1-1
ii  libgnome-desktop-3-2   3.4.2-1
ii  libgnome-menu-3-0  3.4.2-3
ii  libgnomekbd7   3.4.0.2-1
ii  libgnutls262.12.20-1
ii  libgoa-1.0-0   3.4.2-1
ii  libgssapi-krb5-2   1.10.1+dfsg-1
ii  libgstreamer0.10-0 0.10.36-1
ii  libgtk-3-0 3.4.2-2
ii  libgtop2-7 2.28.4-3
ii  libjson-glib-1.0-0 0.14.2-1
ii  libk5crypto3   1.10.1+dfsg-1
ii  libkrb5-3  1.10.1+dfsg-1
ii  libnm-glib40.9.4.0-5
ii  libnm-gtk0 0.9.4.1-1+b1
ii  libnm-util20.9.4.0-5
ii  libnotify4 0.7.5-1
ii  libpango1.0-0  1.30.0-1
ii  libpolkit-gobject-1-0  0.105-1
ii  libpulse-mainloop-glib02.0-3
ii  libpulse0  2.0-3
ii  libsocialweb-client2   0.25.20-2
ii  libupower-glib10.9.17-1
ii  libwacom2  0.5-1
ii  libx11-6   2:1.5.0-1
ii  libxcomposite1 1:0.4.3-2
ii  libxdamage11:1.1.3-2
ii  libxext6   2:1.3.1-2
ii  libxfixes3 1:5.0-4
ii  libxi6 2:1.6.1-1
ii  libxklavier16  5.2.1-1
ii  libxml22.8.0+dfsg1-4
ii  zlib1g 1:1.2.7.dfsg-13

Versions of packages gnome-control-center recommends:
ii  cups-pk-helper 0.2.1.2-1
ii  gnome-online-accounts  3.4.2-1
ii  gnome-session  3.4.2.1-1
ii  gnome-user-guide   3.4.2-1
ii  iso-codes  3.37-1
ii  mesa-utils 8.0.1-2+b3
ii  mousetweaks3.4.2-1
ii  policykit-1-gnome  0.105-2

Versions of packages gnome-control-center suggests:
ii  gnome-screensaver 3.4.1-1
ii  gstreamer0.10-pulseaudio  0.10.31-3
ii  libcanberra-gtk-module0.28-4
ii  x11-xserver-utils 7.7~3

-- no debconf information

-- 
Never laugh at live dragons.
-- Bilbo Baggins [J.R.R. Tolkien, The Hobbit]



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



Bug#520305: still present in 2.1.1-1

2012-02-20 Thread bd
Hi,

I'd also like to see this feature in parallel-ssh.

Stefan
-- 
Troubled day for virgins over 16 who are beautiful and wealthy and live
in eucalyptus trees.



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



Bug#586646: Processed: notfound 586646 in 0.4.11-9.2

2011-11-07 Thread bd
  thanks, but I am still seeing this on sid, however with a -10 i prepared 
  today.
 
 Are you running Python 2.7 ?

[...]

 So maybe the version change helped somehow.

You are right, with the latest python version in unstable this seems to be
fixed.

Odd, a no longer depcrecated module.

Stefan
-- 
Give thought to your reputation.  Consider changing name and moving to
a new town.



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



Bug#586646: Processed: notfound 586646 in 0.4.11-9.2

2011-11-06 Thread bd
Hi,

thanks, but I am still seeing this on sid, however with a -10 i prepared today.

Not sure what happens here, but I am out of time right now.

Stefan

On Sun, Nov 06, 2011 at 06:51:24PM +0100, Olivier Berger wrote:
 Hi.
 
 I wanted to let you know that this is fixed apparently in 0.4.11-9.2,
 but it seems debbugs didn't understand my commands (see
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647828 for my report).
 
 Hope this helps.
 
 Best regards,
 
 ow...@bugs.debian.org (Debian Bug Tracking System) writes:
 
  Processing commands for cont...@bugs.debian.org:
 
  notfound 586646 0.4.11-9.2
  Bug #586646 [revelation] DeprecationWarning: the sha module is deprecated
  Ignoring request to alter found versions of bug #586646 to the same values 
  previously set
  thanks
  Stopping processing here.
 
  Please contact me if you need assistance.
 
 -- 
 Olivier BERGER 
 (OpenPGP: 4096R/7C5BB6A5)
 http://www.olivierberger.com/weblog/
 
 

-- 
You teach best what you most need to learn.



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



Bug#639240: Please test newly created file

2011-08-25 Thread bd
Please test if a newly created file also produces an error.

Thanks,

Stefan
-- 
This will be a memorable month -- no matter how hard you try to forget it.



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



Bug#580887: affected

2011-06-06 Thread bd
I just tripped over this.

I had an entry in my crontab:

42 7-24/3 * * * /bin/foo ...

after upgrading to squeeze, the job was no longer run and I did not find any
cron related error in /var/log.

what helped was:

crontab -e
:wq
...
... there is an error in line X, invalid hout

changing that to

42 7-23/3 

stopped cron from complaining.

  stefan

-- 
BOFH excuse #26:

first Saturday after first full moon in Winter



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



Bug#628852: revelation: FTBFS with Python 2.7: fatal error: Python.h: No such file or directory

2011-06-06 Thread bd
 When rebuilt against python-defaults 2.7.2-1 (currently in
 experimental), revelation failed to build from source:
 | Making all in crack
 | make[5]: Entering directory 
 `/build/revelation-tQlV06/revelation-0.4.11/src/wrap/crack'
 | sed \
 | -e s|\@CRACK_DICTPATH\@|/usr/share/revelation/pwdict| \
 | crack.c.in crack.c
 | gcc -pthread -fno-strict-aliasing -fPIC -I/usr/include/python2.6 -c crack.c 
 -o crack.o
 | crack.c:21:20: fatal error: Python.h: No such file or directory
 | compilation terminated.
 | make[5]: *** [crack.o] Error 1

Can I get the complete buildlog for that? I suspect that something regarding
python version detection or include path voodoo is going wrong.

  Stefan
-- 
Tonight you will pay the wages of sin; Don't forget to leave a tip.



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



Bug#511133: Present in Squeeze

2011-05-25 Thread bd
Still present in Squeeze:

# apt-get install phppgadmin
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
  libdbi0
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common 
libapache2-mod-php5 libapr1 libaprutil1
  libaprutil1-dbd-sqlite3 libaprutil1-ldap libmagic1 libonig2 libpcre3 
libqdbm14 mime-support php5-common php5-pgsql
Suggested packages:
  www-browser apache2-doc apache2-suexec apache2-suexec-custom php-pear file 
slony1-bin
Recommended packages:
  php5-cli php5-suhosin postgresql-doc
The following NEW packages will be installed:
  apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common 
libapache2-mod-php5 libapr1 libaprutil1
  libaprutil1-dbd-sqlite3 libaprutil1-ldap libmagic1 libonig2 libpcre3 
libqdbm14 mime-support php5-common php5-pgsql
  phppgadmin
0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded.
Need to get 7,207 kB of archives.
After this operation, 24.4 MB of additional disk space will be used.
Do you want to continue [Y/n]?
...
Setting up apache2-mpm-prefork (2.2.16-6+squeeze1) ...
Starting web server: apache2apache2: Syntax error on line 227 of
/etc/apache2/apache2.conf: Could not open configuration file
/etc/apache2/conf.d/phppgadmin: No such file or directory
Action 'start' failed.
The Apache error log may have more information.
 failed!
 invoke-rc.d: initscript apache2, action start failed.
 Setting up libonig2 (5.9.1-1) ...
 Setting up libqdbm14 (1.8.77-4) ...
 Setting up php5-common (5.3.3-7+squeeze1) ...
 Setting up libapache2-mod-php5 (5.3.3-7+squeeze1) ...

 Creating config file /etc/php5/apache2/php.ini with new version
 Action 'configtest' failed.
 The Apache error log may have more information.
 Your apache2 configuration is broken, so we're not restarting it for you.
 Setting up php5-pgsql (5.3.3-7+squeeze1) ...
 Setting up phppgadmin (4.2.3-1.1) ...
 Reloading web server config: apache2

-- 
Are you a turtle?



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



Bug#627895: phppgadmin: Reports setup reference missing INSTALL file

2011-05-25 Thread bd
Subject: phppgadmin: Reports setup reference missing INSTALL file
Package: phppgadmin
Version: 4.2.3-1.1
Severity: normal

This is a fresh install of phppgadmin. When connected to the DB in localhost and
clicking on Reports:

  You have not created the reports database. Read the INSTALL file for
  directions.

However there is no INSTALL file in the Package:

  $ dpkg -L phppgadmin  | grep INSTALL |wc -l
  0

FWIW, the needed sql file to create the DB is present:

  /usr/share/phppgadmin/sql/reports-pgsql.sql

-- System Information:
Debian Release: 6.0.1
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (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 phppgadmin depends on:
ii  apache22.2.16-6+squeeze1 Apache HTTP Server metapackage
ii  apache2-mpm-prefork [h 2.2.16-6+squeeze1 Apache HTTP Server - traditional n
ii  libapache2-mod-php55.3.3-7+squeeze1  server-side, HTML-embedded scripti
ii  php5-pgsql 5.3.3-7+squeeze1  PostgreSQL module for php5

Versions of packages phppgadmin recommends:
ii  postgresql-doc   8.4.7-0squeeze2 documentation for the PostgreSQL d

Versions of packages phppgadmin suggests:
ii  postgresql   8.4.7-0squeeze2 object-relational SQL database (su
pn  slony1-bin   none  (no description available)

-- Configuration Files:
/etc/phppgadmin/apache.conf changed [not included]

-- no debconf information
-- 
BOFH excuse #375:

Root name servers corrupted.



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



Bug#269842: possible fix

2011-05-09 Thread bd
looks like there is going to ba a 0.4.12 maintenance release which might fix
this bug:

changeset:   519:42abc322ee9b
user:Jakob Westhoff ja...@westhoffswelt.de
date:Tue Jun 08 19:59:02 2010 +0200
summary: Applied a patch to sort all entries alphabetically.

https://bitbucket.org/erikg/revelation/wiki/Home

-- 
An exotic journey in downtown Newark is in your future.



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



Bug#586646: pending release

2011-05-09 Thread bd
Looks like there is going to be maintenance release soon, where this problem is
going to be addressed.
-- 
It is a wise father that knows his own child.
-- William Shakespeare, The Merchant of Venice



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



Bug#625302: dtach: random text sent on window close

2011-05-03 Thread bd
 If the terminal window is closed without detaching the session, a string of
 random characters seems to be sent to the application in the session.  This
 can cause some problems - for example the text can be a message in irssi, or
 can affect settings in rtorrent.

What terminal emulator are you using?

Does it happen with different ones?

-- 
BOFH excuse #25:

Decreasing electron flux



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



Bug#625040: revelation: FTBFS: gcc: error: unrecognized option '--export-dynamic'

2011-05-02 Thread bd
FWIW,

this may be due to:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47390

that should have been fixed in 4.6:

Author: jsm28
Date: Thu Feb 17 18:35:41 2011
New Revision: 170253

gcc-4.6_4.6.0-6 seems to include that patch

no idea why it fails then.

OTOH the right thing to do seems to get rid of --export-dynamic in favour of
-rdynamic, so I'll try to do that.

Stefan

On Mon, May 02, 2011 at 02:37:49PM +0200, Lucas Nussbaum wrote:
 Source: revelation
 Version: 0.4.11-8
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110502 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
 Relevant part:
  gcc -Wl --export-dynamic -pthread -shared crack.o -lcrack -o crack.so
  gcc: error: unrecognized option '--export-dynamic'
  make[5]: *** [crack.so] Error 1
 
 The full build log is available from:

 http://people.debian.org/~lucas/logs/2011/05/02/revelation_0.4.11-8_lsid64.buildlog
 
 A list of current common problems and possible solutions is available at 
 http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
 
 About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
 of the Grid'5000 platform, using a clean chroot.  Internet was not
 accessible from the build systems.
 
 -- 
 | Lucas Nussbaum
 | lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
 | jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |
 
 

-- 
BOFH excuse #253:

We've run out of licenses



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



Bug#603572: revelation: panel applet is not loaded

2011-05-02 Thread bd
Looks like the applet is in fact starting, but the Icon is not drawn.

On Mon, Dec 13, 2010 at 09:06:23PM +0100, Grzegorz Kolorz wrote:
 Package: revelation
 Version: 0.4.11-8
 Severity: normal
 
 Applet is not loaded when I disable search entry in preferences.  
 
 -- System Information:
 Debian Release: squeeze/sid
   APT prefers testing
   APT policy: (900, 'testing'), (800, 'unstable'), (500, 
 'testing-proposed-updates'), (300, 'experimental')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.36.2.titan (SMP w/2 CPU cores)
 Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages revelation depends on:
 ii  gconf22.28.1-6   GNOME configuration database 
 syste
 ii  gnome-extra-icons 1.1-2  Optional GNOME icons
 ii  gnome-icon-theme  2.30.3-2   GNOME Desktop icon theme
 ii  libc6 2.11.2-7   Embedded GNU C Library: Shared 
 lib
 ii  libcrack2 2.8.16-4   pro-active password checker 
 librar
 ii  python2.6.6-3+squeeze2   interactive high-level 
 object-orie
 ii  python-central0.6.16+nmu1register and build utility for 
 Pyt
 ii  python-crypto 2.1.0-2cryptographic algorithms and 
 proto
 ii  python-gnome2 2.28.1-1   Python bindings for the GNOME 
 desk
 ii  python-gnomeapplet2.30.0-4   Python bindings for the GNOME 
 pane
 ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject 
 li
 ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ 
 widge
 ii  shared-mime-info  0.71-4 FreeDesktop.org shared MIME 
 databa
 
 revelation recommends no packages.
 
 revelation suggests no packages.
 
 -- no debconf information
 
 

-- 
A gift of a flower will soon be made to you.



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



Bug#614370: LB_BINARY_IMAGES wrong

2011-02-21 Thread bd
Looks like my LB_BINARY_IMAGES was set wrong

How about this patch:

diff --git a/lb_binary_syslinux b/lb_binary_syslinux
index fa4d963..67d1615 100755
--- a/lb_binary_syslinux
+++ b/lb_binary_syslinux
@@ -402,6 +402,10 @@ case ${LB_BINARY_IMAGES} in
LIVE_DATA_PATH=${LIVE_SCREEN_PATH}
MEDIA=hd-media
;;
+   default)
+   echo Error: unsupported option '${LB_BINARY_IMAGES}' for 
LB_BINARY_IMAGES
+   exit 1
+   ;;
 esac

 Check_multiarchitecture

-- 
BOFH excuse #357:

I'd love to help you -- it's just that the Boss won't let me near the computer. 



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



Bug#599375: freezes randomly using xserver-xorg-video-intel on Intel 82845G/GL graphics chipset

2011-02-15 Thread bd
Subject: Re: freezes randomly using xserver-xorg-video-intel on Intel 82845G/GL 
graphics chipset
Package: xserver-xorg-video-intel
Version: 2:2.13.0-5
Severity: normal

*** Please type your report below this line ***

After upgrading to Squeeze this bug just affected me.

With xserver-xorg-video-intel installed, I got X up and running (LXDE) until I
started the Monitor Settings Thingy, which lead to an X lockup. Switching to
Console still worked for me. I found:

[drm:i915_do_wait_request] *ERROR* i915_do_wait_request returns -5

in dmesg.

When I remove xserver-xorg-video-intel, the system just locks up, no ping, no
nothing. -fbdev is installed.

However it seems, that with the backports kernel:

2.6.32-bpo.5-686

and xserver-xorg-video-intel installed, I get no lockups.

HTH

  Stefan

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Feb 15 23:07 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1733468 Jan 12 04:50 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE 
Chipset Integrated Graphics Device (rev 01)

/etc/X11/xorg.conf does not exist.

Kernel version (/proc/version):
Linux version 2.6.32-5-686 (Debian 2.6.32-30) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 04:01:41 UTC 2011

Xorg X server log files on system:
-rw-r--r-- 1 root root 0 Feb 15 23:44 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

udev information:
P: /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4
N: input/event4
S: char/13:68
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4
E: MAJOR=13
E: MINOR=68
E: DEVNAME=/dev/input/event4
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=Dell Computer Corporation
E: DEVLINKS=/dev/char/13:68

P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3
N: input/event3
S: char/13:67
E: UDEV_LOG=3
E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DMI_VENDOR=Dell Computer Corporation
E: DEVLINKS=/dev/char/13:67

P: /devices/pci:00/:00:1d.1/usb3/3-2/3-2.1/3-2.1:1.0/input/input0/event0
N: input/event0
S: char/13:64
S: input/by-id/usb-CHESEN_USB_Keyboard-event-kbd
S: input/by-path/pci-:00:1d.1-usb-0:2.1:1.0-event-kbd
E: UDEV_LOG=3
E: 
DEVPATH=/devices/pci:00/:00:1d.1/usb3/3-2/3-2.1/3-2.1:1.0/input/input0/event0
E: MAJOR=13
E: MINOR=64
E: DEVNAME=/dev/input/event0
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_INPUT_KEYBOARD=1
E: ID_VENDOR=CHESEN
E: ID_VENDOR_ENC=CHESEN
E: ID_VENDOR_ID=0a81
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=0101
E: ID_REVISION=0110
E: ID_SERIAL=CHESEN_USB_Keyboard
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:03:030102:
E: ID_USB_INTERFACE_NUM=00
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-:00:1d.1-usb-0:2.1:1.0
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DEVLINKS=/dev/char/13:64 /dev/input/by-id/usb-CHESEN_USB_Keyboard-event-kbd 
/dev/input/by-path/pci-:00:1d.1-usb-0:2.1:1.0-event-kbd

P: /devices/pci:00/:00:1d.1/usb3/3-2/3-2.1/3-2.1:1.1/input/input1/event1
N: input/event1
S: char/13:65
S: input/by-id/usb-CHESEN_USB_Keyboard-event-if01
S: input/by-path/pci-:00:1d.1-usb-0:2.1:1.1-event
E: UDEV_LOG=3
E: 
DEVPATH=/devices/pci:00/:00:1d.1/usb3/3-2/3-2.1/3-2.1:1.1/input/input1/event1
E: MAJOR=13
E: MINOR=65
E: DEVNAME=/dev/input/event1
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_VENDOR=CHESEN
E: ID_VENDOR_ENC=CHESEN
E: ID_VENDOR_ID=0a81
E: ID_MODEL=USB_Keyboard
E: ID_MODEL_ENC=USB\x20Keyboard
E: ID_MODEL_ID=0101
E: ID_REVISION=0110
E: ID_SERIAL=CHESEN_USB_Keyboard
E: ID_TYPE=hid
E: ID_BUS=usb
E: ID_USB_INTERFACES=:030101:03:030102:
E: ID_USB_INTERFACE_NUM=01
E: ID_USB_DRIVER=usbhid
E: ID_PATH=pci-:00:1d.1-usb-0:2.1:1.1
E: XKBMODEL=pc105
E: XKBLAYOUT=de
E: XKBVARIANT=nodeadkeys
E: XKBOPTIONS=terminate:ctrl_alt_bksp
E: DEVLINKS=/dev/char/13:65 /dev/input/by-id/usb-CHESEN_USB_Keyboard-event-if01 
/dev/input/by-path/pci-:00:1d.1-usb-0:2.1:1.1-event

P: /devices/pci:00/:00:1d.1/usb3/3-2/3-2.1/3-2.1:1.2/input/input2/event2
N: input/event2
S: char/13:66
S: input/by-id/usb-CHESEN_USB_Keyboard-event-mouse
S: input/by-path/pci-:00:1d.1-usb-0:2.1:1.2-event-mouse
E: UDEV_LOG=3
E: 
DEVPATH=/devices/pci:00/:00:1d.1/usb3/3-2/3-2.1/3-2.1:1.2/input/input2/event2
E: MAJOR=13
E: MINOR=66
E: 

Bug#608269: also fixes

2011-01-03 Thread bd
Hi,

this also fixes my startup problems, thanks.

Stefan
-- 
Be cautious in your daily affairs.



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



Bug#601974: works

2011-01-03 Thread bd
Hi,

I built grub-probe today, and it seems to work:

foo:~# /tmp/grub-probe --device /dev/xvda2
/tmp/grub-probe: warn: disk does not exist, so falling back to partition device
/dev/xvda2.
xfs
foo:~#

However, I have not tested with update-grub.

HTH

Stefan
-- 
The abuse of greatness is when it disjoins remorse from power.
-- William Shakespeare, Julius Caesar



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



Bug#603572: revelation: panel applet icon is missing

2010-11-15 Thread bd
Hi,

On Mon, Nov 15, 2010 at 08:35:30AM -0500, Don Custer wrote:
 Package: revelation
 Version: 0.4.11-5ubuntu1
 Severity: important
 
 I am running Debian Squeeze. The panel applet icon is missing in this package
 (revelation_0.4.11-8_i386.deb).

Just to confirm, you are running Debian with the ubuntu package since the debian
package is missing the icon?

Stefan
-- 
Try to get all of your posthumous medals in advance.



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



Bug#595702: Revelation: Wish that the Password Generator include symbols and other characters besides letters and numbers

2010-09-08 Thread bd
On Sun, Sep 05, 2010 at 05:46:24PM -0500, Fernando C. Estrada wrote:
 Hi!

Hi,

 Revelation is great, I only wish that the Password Generator include
 symbols and other characters besides letters and numbers, unfortunately,
 the actual development of Revelation is not very active.

Yes, upstream pretty much disappeard and is looking for someone to take over
(for quite some time).

So unless you find someone willing to write a patch, this won't happen, sorry.

 Thanks a lot for your hard work! ;-)

Thanks,

 Regards,
 
 P.S. Maybe Steven Harms did something related with this issue:
 http://www.sharms.org/blog/2009/12/a-thousand-passwords/

Not as far as I can see.

Stefan
-- 
You have no real enemies.



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



Bug#587600: revelation: Saving the file via SSH failed

2010-06-30 Thread bd
Hi,

 Saving the file via SSH failed with this error:

[...]

 I attach the file io.py with my patch and the diff file.

Thanks for the patch.

Can you please describe your setup in enough detail so that I can recreate and
test it? Thanks,

Stefan
-- 
BOFH excuse #242:

Software uses US measurements, but the OS is in metric...



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



Bug#587600: Patch incomplete

2010-06-30 Thread bd
The patch looks incomplete to me:

+   if written != len(data):
+   os.unlink(file)
+   os.rename(backup, file)
+   raise IOError

have you tried saving when the remote machine has no space left?

Also, sicne gnomevfs doesn't have a rename() function we need top copy the whole
file. This means:

a) (in the ssh case) it travels down the pipe to revelation and up again
   to the server.
b) in a cornercase we may not be able to restore the backup file if
   there is not enough space for a copy of it.

There isn't much we can do about a), I need to think about b) for a while, maybe
we just error out in that case ...

-- 
You can rent this space for only $5 a week.



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



Bug#578064: revelation: Icons missing after update of gnome-icon-theme

2010-06-25 Thread bd
On Fri, Jun 25, 2010 at 06:12:22PM +0300, Alexey wrote:
 I've made a fix for this issue. Hope I did it right.
 http://googleparasite.com/res/575.html

Thanks for the patch, however I already have one prepared (that is why the bug
is tagged pending) and from a quick look you seem to miss at least the
creditcard icon.

FWIW, you can download the latest-not-yet-in-debian package here:

http://mentors.debian.net/debian/pool/main/r/revelation/

  Stefan
-- 
BOFH excuse #290:

The CPU has shifted, and become decentralized.



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



Bug#586792: debian-maintainers Please update key for Stefan Völkel

2010-06-22 Thread bd
Package: debian-maintainers
Severity: normal

My key's primary uid (as present in the current debian-keyring package) leads to
packages being rejected when uploaded:

Reject Reasons:
invalid-uid (3C0B6EB0AB2729E8CE2255A7385AE490868EFA66) is not authorised
to sponsor uploads
invalid-uid is not in Maintainer or Uploaders of source package
revelation

The attached jetring modify changeset contains the same key as present in the
debian-keyring packagage but with the primary uid changed to:

[ultimate] (1). Stefan Völkel ste...@bc-bd.org

Please apply.

Rergards

Stefan
-- 
You will feel hungry again in another hour.
Comment: Change Primary UID
Date: Tue, 22 Jun 2010 17:27:09 +0200
Action: import
Data: 
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1.4.9 (GNU/Linux)
  
  mQGiBDtrPi8RBADrrZiSpYf3UYdmRqxaT9BdUXodS9WZ/CFtgQRQe5SHa4u1bYXw
  wtQ5z64xcID1qsBKjEBi8xrvkl+h+aOJdDLWF6wSS3l2J8JVIsKPYz2M9bB0wMv3
  MSweTqUmLTFJ3scLcc7m+UNIvNEmSCNhXRUeQjOSEoGZj3udVTy3m4YQ4wCg/25k
  MJuCsUitULSYWQvVTK9D2VEEAOLl8fNksmsWiITq/GXy696lSx5ppeRuCxBbWwzA
  yoPxijg2rooAGK7rM7xAjtY4op/BR6e7OIPGAn/Lnoyz2bSpnpgVb43/SwxW6K9G
  dYZSdJxMkA6QKzAgf0/jFS10OHDmH8oI13ZZIQduv7/8LHYzcx+UTHI9W+LTYrTR
  8RBUA/9//k9euTMY+YbrL5EkZqW+GdNyQ011kE/K11HQiYkZq/wBijTx/aEv49rr
  2b072K2p5RcUfONAcJCiZ3EbXZDKzmlhheQn4Eqiq+QPqAgIk+QT9xxx/D/hWMPa
  bFtjh6BToyCrrDNxpDQTWikvGIgzFBds/bOIy0yt/VtZQQYmQLQbYmRAYmMtYmQu
  b3JnIDxiZEBiYy1iZC5vcmc+iE4EEBECAA4FAjtrPi8ECwMCAQIZAQAKCRA4WuSQ
  ho76ZkgYAJ9JiZtopKXtb+FoMVhpR0Utd6eSlQCggnlDco7HYEKSJp9ipfGatKyA
  9YCIVgQQEQIADgUCO2s+LwQLAwIBAhkBABIJEDha5JCGjvpmB2VHUEcAAQFIGACf
  SYmbaKSl7W/haDFYaUdFLXenkpUAoIJ5Q3KOx2BCkiafYqXxmrSsgPWAiGgEEBEC
  ACACGQEFAkVHXmMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAASB2VHUEcAAQEJEDha
  5JCGjvpm8ScAnj7x8C+VypeFN7AyZx26HQqlWWRbAKDBQb6UR52FmZFONDpJr+Yw
  wXjL24hGBBARAgAGBQJFR16aAAoJELVhdvAuBxrENOEAmwZyu4L5WRTkltpOxdij
  eB55DjVzAJ9fiDQmD008Dcm+4PsqP53626kt5ohGBBARAgAGBQI8B5BfAAoJEHi6
  giKbfptJVPMAniwGkIYMJjFo7UvKQGFN6MFMsPbQAKDAU0JUdMXDGKXNGp85jpvN
  iJSDSohGBBARAgAGBQJG3sgvAAoJEDACjSRIE7X+wpgAoIuAsedEsvsLbeLhbGjc
  UlrogYcVAJ4pAgEaXp2lJmUnet+0XrRytvWJFIhGBBARAgAGBQJLYqmiAAoJEHK0
  1bJasoS3RAoAn2MeKPkDKBjifg0L0dAwC9dHjiLdAJ9enfzO+cU1K4oP1CdFRBup
  a/XFn4hGBBARAgAGBQJLxyAeAAoJEM4ECA6UVq3iDwoAn3qmIRn3sxPh12graIxF
  KRRScrr1AJ42eMkvapRx5/ZcRMWUWXbI9Ecci4hlBBARAgAdBgsJCAcDAgQVAggD
  BBYCAwECHgECF4AFAkwg1GUAEgdlR1BHAAEBCRA4WuSQho76ZoguAJ9bKnBw3UKH
  VmpLQfvSjRU1Y0ZFwgCgh4eYSgeFc0k8Y9OC5lo1Ju72hcG0IVN0ZWZhbiBWb2Vs
  a2VsIDxzdGVmYW5AYmMtYmQub3JnPohgBBMRAgAgBQJHk4TlAhsjBgsJCAcDAgQV
  AggDBBYCAwECHgECF4AACgkQOFrkkIaO+maZsQCeP/kx4ORhk6VgF4VtBlS5RBsJ
  s9EAn3BCGyvGZJ1LT0W50qDukEBxS8rNiEYEEBECAAYFAkeUfPEACgkQtWF28C4H
  GsSzWQCbBCx9w04ioxasOstTwUR/CmBUOQIAn1xDFWzXaj8dz28tsu/5UF4ip8Tz
  iEYEEBECAAYFAkeYdbAACgkQMAKNJEgTtf6v1QCgmH9Ug7GhDBJq/WTEELO60kNJ
  3Y8AoJljI1IIV6tpB/HyTdznxVBUzAzuiEYEEBECAAYFAktiqaIACgkQcrTVslqy
  hLf/pwCbByfXe1y7CQ4bEMvo8CWGKMlCzwQAnixrRdeNWO5CH08AfsQxa8oMe6GP
  iEYEEBECAAYFAkvHIB4ACgkQzgQIDpRWreKYKgCcDxIJVg6i17QeLdpZvdcqxfvq
  7DYAmwUlhyQ6dFwxHJ0Mj0ucMSLP+BdytCNTdGVmYW4gVsODwrZsa2VsIDxzdGVm
  YW5AYmMtYmQub3JnPohgBBMRAgAgBQJJ01FiAhsjBgsJCAcDAgQVAggDBBYCAwEC
  HgECF4AACgkQOFrkkIaO+mYqvgCcCxcvIJNrq/IYAN7eywGSJOeSV84AoIkJHK34
  cCjScvkrIW5hZcLsDZUxiEYEEBECAAYFAkvMQ0UACgkQzgQIDpRWreKqZwCeLy/g
  UskImrQN59YOCcfbkHW8cNMAmwRJYRM3sjubeTWU1YCa9ilIaQ+mtCFTdGVmYW4g
  VsO2bGtlbCA8c3RlZmFuQGJjLWJkLm9yZz6IYAQTEQIAIAUCS45WogIbIwYLCQgH
  AwIEFQIIAwQWAgMBAh4BAheAAAoJEDha5JCGjvpmeh4An0l4ggVINlg/Ho6Uezdl
  4nijNNphAKDE0EBV6Kp4ACPZqRVuzhvHQtTR1ohGBBARAgAGBQJLzENFAAoJEM4E
  CA6UVq3iEhMAnijKfYKhSIlh0VnorcjS8P7yYuWeAJ9nUBYpm+k+w5sSvr1pLbPd
  +uPJoohjBBMRAgAjAhsjBgsJCAcDAgQVAggDBBYCAwECHgECF4AFAkwg1GgCGQEA
  CgkQOFrkkIaO+mbDGwCg+jafw9hVHVAJwcRkervh0wk9RfEAoJNDL5j70rXXG67v
  9V+P133DSjFOtB1TdGVmYW4gVsO2bGtlbCA8YmRAYmMtYmQub3JnPohgBBMRAgAg
  BQJMIKHXAhsjBgsJCAcDAgQVAggDBBYCAwECHgECF4AACgkQOFrkkIaO+maLfQCe
  MiM3UzIvwZxoWbUPRo3e+3xRtIUAnjHBZU4VtH3LuYAYJ4obyTFGzmtGuQINBDtr
  PjAQCAD2Qle3CH8IF3KiutapQvMF6PlTETlPtvFuuUs4INoBp1ajFOmPQFXz0AfG
  y0OplK33TGSGSfgMg71l6RfUodNQ+PVZX9x2Uk89PY3bzpnhV5JZzf24rnRPxfx2
  vIPFRzBhznzJZv8V+bv9kV7HAarTW56NoKVyOtQa8L9GAFgr5fSI/VhOSdvNILSd
  5JEHNmszbDgNRR0PfIizHHxbLY7288kjwEPwpVsYjY67VYy4XTjTNP18F1dDox0Y
  bN4zISy1Kv884bEpQBgRjXyEpwpy1obEAxnIByl6ypUM2Zafq9AKUJsCRtMIPWak
  XUGfnHy9iUsiGSa6q6Jew1XpMgs7AAICCADCNoe4wIJ6acTHqY2qNNGKfWzhhcfo
  O89b16Q9oCrvu+vnih3F/yQ49wicluBBIBvTjDumdaHFKvv5nu7b+3Yb0Tq0mS7J
  K++h1TaSyFxhdEdFkpCjXrKgWDZ3SXUjrTR/0O71xsxtbnBJNF6+YFVYGxDtUIaY
  es7R7hZ1yk6OYJWAS7SwMOQhh/pylJFuSa04/33YRjmdxKq0HxWxe9hxff0jaqE+
  0hN9HLBSMtx5bQbiavCZJ1ZLPhBrA3K1mK7LA703pk265WDnsxmZbavez9lParDH
  tEhbnZ2IRmyxW3slq4R7xxoKuDyHEtjWENpJfHcKTzPX2sT2Pe+Hw0POiE4EGBEC
  AAYFAjtrPjAAEgkQOFrkkIaO+mYHZUdQRwABAaprAKDyZV5OVLBSWD22eUe28Lbt
  iNo/ZQCZAaAl4eBv0TY8eU8yNFsEND+jzRc=
  =NtGh
  -END PGP PUBLIC KEY BLOCK-



signature.asc
Description: Digital signature


Bug#586646: DeprecationWarning: the sha module is deprecated

2010-06-21 Thread bd
Package: revelation
Version: 0.4.11-6
Severity: wishlist

$ revelation
/usr/lib/python2.6/dist-packages/revelation/bundle/AfSplitter.py:41:
DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha, string, math, struct
  /usr/lib/python2.6/dist-packages/revelation/bundle/luks.py:64:
  DeprecationWarning: the md5 module is deprecated; use hashlib instead
import os, math, struct, stat, sha, md5


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (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 revelation depends on:
ii  gconf2   2.28.1-3GNOME configuration database syste
ii  gnome-icon-theme 2.30.3-1GNOME Desktop icon theme
ii  libc62.11.1-3Embedded GNU C Library: Shared lib
ii  libcrack22.8.16-2pro-active password checker librar
ii  python   2.6.5-3 An interactive high-level object-o
ii  python-central   0.6.16  register and build utility for Pyt
ii  python-crypto2.1.0-2 cryptographic algorithms and proto
ii  python-gi0.6.0-1 Python GObject Introspection modul
ii  python-gnome22.28.1-1Python bindings for the GNOME desk
ii  python-gnomeapplet   2.30.0-1+b1 Python bindings for the GNOME pane
ii  python-gobject   2.21.1-2Python bindings for the GObject li
ii  python-gtk2  2.17.0-2Python bindings for the GTK+ widge
ii  shared-mime-info 0.71-3  FreeDesktop.org shared MIME databa

revelation recommends no packages.

revelation 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#585519: revelation: PyGI support not enabled

2010-06-11 Thread bd
 I installed 0.4.11-6 from incoming, but apparently there was no dependency
 that would have pulled in pygi.

THis seems like this bug

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579018

in python-gobject 2.21.1-1, fixed in 2.21.1-2.

What version of python-gobject do you have installed?

FWIW, the new python-gobject does not pull in python-gi and python-gnomeapplet
which is now needed, so just unstall those and you should be ok.

I'll prepare a new upload to fix that.

Stefan
-- 
You will obey or molten silver will be poured into your ears.



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



Bug#583486: libmoosex-yaml-perl: Please update to 0.04

2010-05-27 Thread bd
On Thu, May 27, 2010 at 11:05:20PM +0200, gregor herrmann wrote:
 On Thu, 27 May 2010 21:01:47 +0200, Stefan Voelkel wrote:
 
  version 0.04 is available please update, thanks.
 
 0.04 is already in our svn repository but the changes don't look like
 they are worth an upload:
 
 http://search.cpan.org/diff?from=MooseX-YAML-0.03to=MooseX-YAML-0.04
 
 (Please note that there is no older version of
 libmoosex-blessed-reconstruct-perl in Debian than 0.03).
 
 Any specific reason you would need this new release?

Yes, KiokuDB 0.43 needs it:

21:08   bd  nothingmuch: do you really need MooseX::YAML 0.04 for
  the latest kiokudb or would 0.03 also do?

21:10   stevan  bd: yes, you do, IIRC 0.04 fixes a bug

and KiokuDB 0.43 fixes a bug in it's JSON serializer which should fix a bug when
using it with the MongoDB backend (making schema versions work).

regards

Stefan
-- 
Q:  How many college football players does it take to screw in a light bulb?
A:  Only one, but he gets three credits for it.



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



Bug#582854: obexfs: copied files are corrupted

2010-05-26 Thread =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9_?= =?UTF-8?Q?=D0=91=D1=83=D1=80=D0=BB=D0=B0=D0=B4=D1=8F=D0=BD
Hendrik Sattler p...@hendrik-sattler.de writes:

 Am Dienstag 25 Mai 2010, 05:13:26:
 [...]
  error on connect(): Success -- strange error :) may be the library does not
  report the correct error code to obexfs and obexfs continue reading from
  some old buffers containing the previous file?

 Maybe the firmware of your phone is broken. Actually, obexftp has the problem 

I am sure that the firmware has bugs like any other program :)

 of handling error codes wrong under some conditions. However, that mostly 
 only 
 affects the printing of the error message, not the actual abort action.

BTW, I did some simple test today:

obexfs -b $B m

ls m/Memory Stick/DCIM/100MSDCF
DSC00957.JPG  DSC00982.JPG  DSC00990.JPG  DSC00998.JPG  DSC01006.JPG  
DSC01019.JPG  DSC01027.JPG  DSC01035.JPG  DSC01045.JPG
DSC00973.JPG  DSC00983.JPG  DSC00991.JPG  DSC00999.JPG  DSC01010.JPG  
DSC01020.JPG  DSC01028.JPG  DSC01036.JPG
DSC00974.JPG  DSC00984.JPG  DSC00992.JPG  DSC01000.JPG  DSC01011.JPG  
DSC01021.JPG  DSC01029.JPG  DSC01037.JPG
DSC00975.JPG  DSC00985.JPG  DSC00993.JPG  DSC01001.JPG  DSC01012.JPG  
DSC01022.JPG  DSC01030.JPG  DSC01038.JPG
DSC00976.JPG  DSC00986.JPG  DSC00994.JPG  DSC01002.JPG  DSC01014.JPG  
DSC01023.JPG  DSC01031.JPG  DSC01039.JPG
DSC00977.JPG  DSC00987.JPG  DSC00995.JPG  DSC01003.JPG  DSC01015.JPG  
DSC01024.JPG  DSC01032.JPG  DSC01040.JPG
DSC00979.JPG  DSC00988.JPG  DSC00996.JPG  DSC01004.JPG  DSC01016.JPG  
DSC01025.JPG  DSC01033.JPG  DSC01042.JPG
DSC00981.JPG  DSC00989.JPG  DSC00997.JPG  DSC01005.JPG  DSC01017.JPG  
DSC01026.JPG  DSC01034.JPG  DSC01043.JPG

cp m/Memory Stick/DCIM/100MSDCF/* .

[now wait some files and just disconnect bluetooth dongle from PC]

cp completed without any error message. All files is present in target 
directory and contain copy of last
received portion of file plus some garbage.

ls -la --time-style=full *.JPG
-rw-r--r-- 1 root root 82390 2010-05-27 00:14:41.0 +0400 DSC00957.JPG
-rw-r--r-- 1 root root 61388 2010-05-27 00:14:48.0 +0400 DSC00973.JPG
-rw-r--r-- 1 root root 71889 2010-05-27 00:15:03.0 +0400 DSC00974.JPG
-rw-r--r-- 1 root root 68917 2010-05-27 00:15:20.0 +0400 DSC00975.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:40.0 +0400 DSC00976.JPG

[here bluetooth dongle was disconnect, but cp still run without any error]

-rw-r--r-- 1 root root 67978 2010-05-27 00:15:58.0 +0400 DSC00977.JPG
-rw-r--r-- 1 root root 63893 2010-05-27 00:15:58.0 +0400 DSC00979.JPG
-rw-r--r-- 1 root root 77849 2010-05-27 00:15:58.0 +0400 DSC00981.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC00982.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC00983.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC00984.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC00985.JPG
-rw-r--r-- 1 root root 69577 2010-05-27 00:15:58.0 +0400 DSC00986.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC00987.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC00988.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC00989.JPG
-rw-r--r-- 1 root root 75670 2010-05-27 00:15:58.0 +0400 DSC00990.JPG
-rw-r--r-- 1 root root 70943 2010-05-27 00:15:58.0 +0400 DSC00991.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC00992.JPG
-rw-r--r-- 1 root root 77385 2010-05-27 00:15:58.0 +0400 DSC00993.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC00994.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC00995.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC00996.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC00997.JPG
-rw-r--r-- 1 root root 73122 2010-05-27 00:15:58.0 +0400 DSC00998.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC00999.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC01000.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC01001.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC01002.JPG
-rw-r--r-- 1 root root 72573 2010-05-27 00:15:58.0 +0400 DSC01003.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC01004.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC01005.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC01006.JPG
-rw-r--r-- 1 root root 67246 2010-05-27 00:15:58.0 +0400 DSC01010.JPG
-rw-r--r-- 1 root root 66050 2010-05-27 00:15:58.0 +0400 DSC01011.JPG
-rw-r--r-- 1 root root 79762 2010-05-27 00:15:58.0 +0400 DSC01012.JPG
-rw-r--r-- 1 root root 58556 2010-05-27 00:15:58.0 +0400 DSC01014.JPG
-rw-r--r-- 1 root root 54917 2010-05-27 00:15:58.0 +0400 DSC01015.JPG
-rw-r--r-- 1 root root 61290 2010-05-27 00:15:58.0 +0400 DSC01016.JPG

Bug#582854: obexfs: copied files are corrupted

2010-05-24 Thread =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9_?= =?UTF-8?Q?=D0=91=D1=83=D1=80=D0=BB=D0=B0=D0=B4=D1=8F=D0=BD
Hendrik Sattler p...@hendrik-sattler.de writes:

 Am Montag 24 Mai 2010, 10:39:12 schrieb Sergey Burladyan:
[skip]
  ls -la DSC0102?.JPG
  -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01020.JPG
  -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01021.JPG
  -rw-r--r-- 1 root root 42900 Май 22 20:59 DSC01022.JPG
  -rw-r--r-- 1 root root 78115 Май 22 20:59 DSC01023.JPG
  -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01024.JPG
  -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01025.JPG
  -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01026.JPG
  -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01027.JPG
  -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01028.JPG
  -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01029.JPG
  
  as you can see, copied files are broken, they are less than the originals,

 Not all of them, only those larger that 79866 bytes. Can you try to transfer 
 one such large file using obexftp directly (not using obexfs)? Does that work?

yes, it works:

obexftp -b XX:XX:XX:XX:XX:XX -l Memory Stick/DCIM/100MSDCF
Browsing XX:XX:XX:XX:XX:XX ...
Connecting..\done
Tried to connect for 41ms
Receiving Memory Stick/DCIM/100MSDCF... Sending Memory Stick...|Sending 
DCIM.../done
|?xml version=1.0 encoding=UTF-8?
!DOCTYPE folder-listing SYSTEM obex-folder-listing.dtd
!--
 XML Coder, Apr 10 2006, 21:03:28, (C) 2001 Sony Ericsson Mobile Communications 
AB 
--
folder-listing version=1.0parent-folder/
file name=DSC00973.JPG size=61388/
file name=DSC00974.JPG size=71889/
file name=DSC00975.JPG size=68917/
file name=DSC00976.JPG size=79762/
file name=DSC00977.JPG size=67978/
file name=DSC00979.JPG size=63893/
file name=DSC00981.JPG size=77849/
file name=DSC00982.JPG size=133713/
file name=DSC00984.JPG size=123747/
file name=DSC00985.JPG size=95879/
file name=DSC00987.JPG size=124687/
file name=DSC00989.JPG size=127849/
file name=DSC00991.JPG size=70943/
file name=DSC00993.JPG size=77385/
file name=DSC00995.JPG size=90129/
file name=DSC00997.JPG size=97514/
file name=DSC01010.JPG size=67246/
file name=DSC01011.JPG size=66050/
file name=DSC01014.JPG size=58556/
file name=DSC01016.JPG size=61290/
file name=DSC00957.JPG size=82390/
file name=DSC00983.JPG size=106904/
file name=DSC00986.JPG size=69577/
file name=DSC00988.JPG size=79866/
file name=DSC00990.JPG size=75670/
file name=DSC00992.JPG size=88856/
file name=DSC00994.JPG size=105502/
file name=DSC00996.JPG size=88634/
file name=DSC00998.JPG size=73122/
file name=DSC00999.JPG size=102439/
file name=DSC01000.JPG size=89457/
file name=DSC01001.JPG size=86667/
file name=DSC01002.JPG size=83896/
file name=DSC01003.JPG size=72573/
file name=DSC01004.JPG size=101202/
file name=DSC01005.JPG size=128259/
file name=DSC01006.JPG size=105420/
file name=DSC01012.JPG size=127381/
file name=DSC01015.JPG size=54917/
file name=DSC01017.JPG size=87701/
file name=DSC01019.JPG size=73416/
file name=DSC01020.JPG size=88859/
file name=DSC01021.JPG size=98821/
file name=DSC01022.JPG size=42900/
file name=DSC01023.JPG size=78115/
file name=DSC01024.JPG size=94686/
file name=DSC01025.JPG size=97512/
file name=DSC01026.JPG size=106394/
file name=DSC01027.JPG size=109294/
file name=DSC01028.JPG size=108162/
file name=DSC01029.JPG size=112662/
file name=DSC01030.JPG size=30/
file name=DSC01031.JPG size=81587/
file name=DSC01032.JPG size=76097/
file name=DSC01033.JPG size=66010/
file name=DSC01034.JPG size=81368/
file name=DSC01035.JPG size=54014/
file name=DSC01036.JPG size=40353/
file name=DSC01037.JPG size=66370/
file name=DSC01038.JPG size=66326/
file name=DSC01039.JPG size=46718/
file name=DSC01040.JPG size=79253/
file name=DSC01042.JPG size=66967/
file name=DSC01043.JPG size=60228/
file name=DSC01045.JPG size=89196/
/folder-listing
done
Disconnecting../done

obexftp -b XX:XX:XX:XX:XX:XX -g Memory Stick/DCIM/100MSDCF/DSC01029.JPG
Browsing XX:XX:XX:XX:XX:XX ...
Connecting..\done
Tried to connect for 44ms
Receiving Memory Stick/DCIM/100MSDCF/DSC01029.JPG... Sending Memory 
Stick...|Sending DCIM.../Sending 100MSDCF...-done
\done
Disconnecting..|done

obexftp -b XX:XX:XX:XX:XX:XX -v -g Memory Stick/DCIM/100MSDCF/DSC01028.JPG
Browsing XX:XX:XX:XX:XX:XX ...
Connecting..\done
Tried to connect for 42ms
Receiving Memory Stick/DCIM/100MSDCF/DSC01028.JPG... Sending Memory 
Stick...|Sending DCIM.../Sending 100MSDCF...-done
-done
Disconnecting..\done

obexftp -b XX:XX:XX:XX:XX:XX - -g Memory Stick/DCIM/100MSDCF/DSC01027.JPG
Browsing XX:XX:XX:XX:XX:XX ...
Connecting..\done
Tried to connect for 42ms
Receiving Memory Stick/DCIM/100MSDCF/DSC01027.JPG... Sending Memory 
Stick...|Sending DCIM.../Sending 100MSDCF...-done
\done
Disconnecting..|done

ls -la
итого 348
drwxr-xr-x  2 seb seb   4096 Май 25 04:47 .
drwxr-xr-x 82 seb seb   4096 Май 25 04:41 ..
-rw-r--r--  1 seb seb 109294 Май 25 04:47 DSC01027.JPG
-rw-r--r--  1 seb seb 108162 Май 25 04:46 DSC01028.JPG
-rw-r--r--  1 seb seb 112662 Май 25 04:46 DSC01029.JPG

-- 
С уважением, Сергей Бурладян



--
To UNSUBSCRIBE, email to 

Bug#582854: obexfs: copied files are corrupted

2010-05-24 Thread =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9_?= =?UTF-8?Q?=D0=91=D1=83=D1=80=D0=BB=D0=B0=D0=B4=D1=8F=D0=BD
eshkin...@gmail.com (Сергей Бурладян) writes:

 Hendrik Sattler p...@hendrik-sattler.de writes:

  Am Montag 24 Mai 2010, 10:39:12 schrieb Sergey Burladyan:
 [skip]
   ls -la DSC0102?.JPG
   -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01020.JPG
   -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01021.JPG
   -rw-r--r-- 1 root root 42900 Май 22 20:59 DSC01022.JPG
   -rw-r--r-- 1 root root 78115 Май 22 20:59 DSC01023.JPG
   -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01024.JPG
   -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01025.JPG
   -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01026.JPG
   -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01027.JPG
   -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01028.JPG
   -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01029.JPG
   
   as you can see, copied files are broken, they are less than the originals,

  Not all of them, only those larger that 79866 bytes. Can you try to 
  transfer 
  one such large file using obexftp directly (not using obexfs)? Does that 
  work?

 yes, it works:

hmm, that's interesting... i try to download files with this script:

obexftp -b XX:XX:XX:XX:XX:XX -l Memory Stick/DCIM/100MSDCF  list

xmlstarlet pyx list | grep 'Aname\|Asize' | perl -we 'while(){chomp;/ 
(DSC\d+.JPG)/;$name=$1;$_=;chomp;/ (\d+)/;$size=$1;print$name 
$size\n;if(-e$name-s$name==$size){printskip\n;next;};system(obexftp -b 
XX:XX:XX:XX:XX:XX -g \Memory Stick/DCIM/100MSDCF/$name\)==0 or diesystem 
obexftp: $?; $readed=-s $name;diereaded: $readed need 
$sizeif($readed!=$size);}'

and while I download files, my phone rebooted many times! (i never saw this 
with lenny and KDE3 kdebluetooth) %)

i think it was rebooted before, I just did not notice.

and this files:
   -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01024.JPG
   -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01025.JPG
   -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01026.JPG
   -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01027.JPG
   -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01028.JPG
   -rw-r--r-- 1 root root 79866 Май 22 20:59 DSC01029.JPG

was download from booting/halted phone, by the way, many of these broken files 
are the same:
96baa7f52a543d58c733085ec9cfe0b6  DSC00994.JPG
96baa7f52a543d58c733085ec9cfe0b6  DSC00995.JPG
96baa7f52a543d58c733085ec9cfe0b6  DSC00996.JPG

may be obexfs or bluetooth library incorrectly handle errors?

also, when I run obexftp too early, even before the phone is fully loaded after 
reboot,
obexftp showed me this error message, i think it is incorrect:

Browsing XX:XX:XX:XX:XX:XX ...
Connecting..\failed: send UUID
Tried to connect for 37ms
error on connect(): Success
Still trying to connect
Connecting..|failed: send UUID
Tried to connect for 1ms
error on connect(): Success
Still trying to connect
Connecting../failed: send UUID
Tried to connect for 2ms
error on connect(): Success
Still trying to connect

error on connect(): Success -- strange error :) may be the library does not 
report the correct error code to obexfs and obexfs continue reading from some 
old buffers containing the previous file?

-- 
С уважением, Сергей Бурладян



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



Bug#546878: applet: error window on each start

2010-04-28 Thread bd
 The error message changed but the error window is still there:
 TypeError: can't convert return value to desired type

if the error message changes than this is not the same bug as the one
initially reported here.

I'll mark this as fixed in -4 and open another bug for the new problem (which I
can reproduce).

Stefan
-- 
BOFH excuse #154:

You can tune a file system, but you can't tune a fish (from most tunefs man 
pages)



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



Bug#579540: applet: TypeError: could not convert type NoneType to (null) required for parameter 0 on start

2010-04-28 Thread bd
Subject: applet: TypeError: could not convert type NoneType to (null) required 
for parameter 0 on start
Package: revelation
Version: 0.4.11-5
Severity: normal

When starting the applet this error pops up:

Traceback (most recent call last):
  File /usr/share/revelation/libexec/revelation-applet, line 914, in factory
RevelationApplet(applet, iid)
  File /usr/share/revelation/libexec/revelation-applet, line 55, in __init__
self.__init_states()
  File /usr/share/revelation/libexec/revelation-applet, line 134, in 
__init_states
self.datafile.emit(changed, self.datafile.get_file())
  File /usr/lib/python2.5/warnings.py, line 62, in warn
globals)
  File /usr/lib/python2.5/warnings.py, line 85, in warn_explicit
if ((msg is None or msg.match(text)) and
TypeError: could not convert type NoneType to (null) required for parameter 0

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686 (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 revelation depends on:
ii  gconf22.28.1-3   GNOME configuration database syste
ii  gnome-icon-theme  2.30.1-1   GNOME Desktop icon theme
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libcrack2 2.8.16-1   pro-active password checker librar
ii  python2.5.4-9An interactive high-level object-o
ii  python-central0.6.16 register and build utility for Pyt
ii  python-crypto 2.1.0-2cryptographic algorithms and proto
ii  python-gnome2 2.28.1-1   Python bindings for the GNOME desk
ii  python-gtk2   2.17.0-2   Python bindings for the GTK+ widge
ii  shared-mime-info  0.71-1 FreeDesktop.org shared MIME databa

revelation recommends no packages.

revelation 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#579018: also applies to revelation

2010-04-28 Thread bd
Hi,

this seems to also trigger a bug in revelation:

Traceback (most recent call last):
  File /usr/share/revelation/libexec/revelation-applet, line 917, in factory
RevelationApplet(applet, iid)
  File /usr/share/revelation/libexec/revelation-applet, line 55, in __init__
self.__init_states()
  File /usr/share/revelation/libexec/revelation-applet, line 140, in 
__init_states
self.config.monitor(show_searchentry, self.__cb_config_show_searchentry)
  File /usr/lib/python2.5/site-packages/revelation/config.py, line 150, in 
monitor
callback(key, self.get(key), userdata)
  File /usr/share/revelation/libexec/revelation-applet, line 218, in 
__cb_config_show_searchentry
if value == True:
ImportError: PyGI support not enabled

regards

Stefan
-- 
BOFH excuse #372:

Forced to support NT servers; sysadmins quit.



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



Bug#546878: revelation: still showing error after fresh install of lenny

2010-04-26 Thread bd
On Sat, Apr 24, 2010 at 06:40:57PM +0200, josh wrote:
 Subject: revelation: still showing error after fresh install of lenny
 Followup-For: Bug #546878
 Package: revelation
 Version: 0.4.11-3.1
 
 I'm still getting the same error window after a fresh install of
 lenny. Here's the error message:

As said in an earlier message, this looks like #518534 for which there is a fix
in 0.4.11-4 which is in _testing_, not stable.

The original bug report was sent with

  APT policy: (500, 'testing')

thus I assumed you are on testing where the update would be available.

FWIW, you can install revelation from testing when also upgrading
python-central.

Regards

Stefan
-- 
Q:  What's the difference between a dead dog in the road and a dead
lawyer in the road?
A:  There are skid marks in front of the dog.



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



Bug#576698: ImportError: No module named Crypto.Cipher

2010-04-07 Thread bd
On Tue, Apr 06, 2010 at 05:53:24PM +0200, Sbaturzio Cantina wrote:
 [...]
 Crypto.Cipher import Blowfish ImportError: No module named Crypto.Cipher  and
 then I get again the bash prompt.

this is due to python-crypto 2.1.0-1 only containig documentation, see #576478.

downgrading python-crypto to either

 2.0.1+dfsg1-5 0
500 http://debian.netcologne.de squeeze/main Packages
 2.0.1+dfsg1-2.3+lenny0 0
500 http://debian.netcologne.de lenny/main Packages

fixes this.

Regards

Stefan
-- 
BOFH excuse #25:

Decreasing electron flux



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



Bug#575629: revelation: Should support fpm2 (that is now in Debian and no longer fpm) import

2010-03-27 Thread bd
On Sat, Mar 27, 2010 at 08:29:55PM +0100, Olivier Berger wrote:
 Package: revelation
 Version: 0.4.11-5
 Severity: wishlist
 
 FPM has been superseded by FPM2.
 
 It would be great that revelation supports it as an import source.

Upstream has been unresponsive for ages, so I guess this won't happen.

regards

Stefan

-- 
October 12, the Discovery.

It was wonderful to find America, but it would have been more wonderful to miss
it.
-- Mark Twain, Pudd'nhead Wilson's Calendar



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



Bug#552321: Patch works only partly

2010-02-03 Thread bd
On Thu, Feb 04, 2010 at 09:40:08AM +1300, martin f krafft wrote:
 also sprach b...@bc-bd.org b...@bc-bd.org [2010.02.03.0021 +1300]:
  I still think the patch is a valuable addition to molly-guard, as
  it fixes a problem I and maybe others have. I think that holding
  this patch back because you feel molly-guard needs to be rewritten
  is the wrong thing to do.
 
 There is no reason for me *not* to include it, so I will.

Great :).

 However, there is one remaining problem, as far as I can see. While
 your patch gets rid of the pgrep-based approach and hence solves the
 kFreeBSD-problem, where the tty-name of the sshd process is not
 exported by ps, it introduces another Linux-ism:
 
   EXE=$(basename $(readlink /proc/$PARENT/exe) )
 
 /proc/$PARENT/exe does not exist on FreeBSD. Can you fathom another
 way to achieve this?

Since I don't have a kfreebsd machine I asked in irc.debian.org/#debian-kbsd,
where I have been told that kfreebsd normally does have /proc mounted and the
exe link exists.

We discovered one bash-ism, but the test for /proc/$PID/exe worked.

Attached is an updated version of the patch fixing said bash-ism.

regards

Stefan
-- 
You will be winged by an anti-aircraft battery.
diff --git a/rc b/rc
index d5b87cc..eb456ed 100644
--- a/rc
+++ b/rc
@@ -4,3 +4,9 @@
 # when set, causes the 30-query-hostname script to always ask for the
 # hostname, even if no SSH session was detected.
 #ALWAYS_QUERY_HOSTNAME=true
+#
+# CHECK_IMAGES
+#
+# Space seperated list of image names to look for and if found to protect
+# against.
+CHECK_IMAGES=sshd screen
diff --git a/run.d/30-query-hostname b/run.d/30-query-hostname
index d040603..0aa9833 100755
--- a/run.d/30-query-hostname
+++ b/run.d/30-query-hostname
@@ -3,6 +3,7 @@
 # 30-ask-hostname - request the user to type in the hostname of the local host
 #
 # Copyright © martin f. krafft madd...@madduck.net
+# Copyright © 2009-2010 Stefan Völkel b...@bc-bd.org
 # Released under the terms of the Artistic Licence 2.0
 #
 set -eu
@@ -21,28 +22,57 @@ done
 # require an interactive terminal connected to stdin
 test -t 0 || exit 0
 
-# we've been asked to always protect this host
+# whether we should check for an ssh session or not
+CHECK=1
+
+# should we bypass ssh session checking and handle as if we found one?
+if [ $PRETEND_SSH -eq 1 ]; then
+  CHECK=0
+  echo I: $ME: --pretend-ssh was given, handling as ssh session 2
+fi
+
+# should this hostname always be guarded?
 case ${ALWAYS_QUERY_HOSTNAME:-0} in
   0|false|False|no|No|off|Off)
-# only run if we are being called over SSH, that is if the current terminal
-# was created by sshd.
-PTS=$(readlink /proc/$$/fd/0)
-if ! pgrep -f ^sshd.+${PTS#/dev/}\ /dev/null \
-   [ -z ${SSH_CONNECTION:-} ]; then
-if [ $PRETEND_SSH -eq 1 ]; then
-  echo I: $ME: this is not an SSH session, but --pretend-ssh was given... 2
-else
-  exit 0
-fi
-else
-  echo W: $ME: SSH session detected! 2
-fi
-;;
+  ;;
   *)
+CHECK=0
 echo I: $ME: $MOLLYGUARD_CMD is always molly-guarded on this system. 2
 ;;
 esac
 
+# bypass image check?
+if [ $CHECK -ne 0 ]; then
+  # no, set parent pid
+  PARENT=$$
+
+  FOUND=
+  # keep looking at parent pid until ...
+  while [ -z $FOUND ]; do
+# ... no more parents
+#   = molly-guard was NOT started as child of sshd
+#   = this is NOT an ssh/screen/whatever session
+#   = reboot/halt/... as requested
+[ $PARENT -eq 0 ]  exit 0
+
+# find out image name
+EXE=$(basename $(readlink /proc/$PARENT/exe) )
+
+# ... parent image is one of sshd, screen
+for p in $CHECK_IMAGES; do
+  if [ $p = $EXE ]; then
+FOUND=$p
+break;
+  fi
+done
+
+# get next pid
+PARENT=$(ps -o ppid= $PARENT | sed 's/^ \+//')
+  done
+
+  echo I: $ME: $FOUND found. 2
+fi
+
 HOSTNAME=$(hostname --short)
 
 sigh()


Bug#552321: Patch works only partly

2010-02-02 Thread bd
On Tue, Feb 02, 2010 at 08:32:20AM +1300, martin f krafft wrote:
 also sprach b...@bc-bd.org b...@bc-bd.org [2010.02.01.2237 +1300]:
  Well, this feels to me like trying to prove a negative, which is
  always hard or impossible.
 
 Actually, I thought that is what we are doing now: the impossible.
 
 Think about a firewall: there, you'd configure it to REJECT all
 packages it does not ACCEPT. So why should molly-guard not be
 equally careful and REJECT (ask for confirmation) everything except
 when it knows for sure that it can ACCEPT (continue without
 confirmation)?

As I see it, a Firewall tests for the presence of things (certain port, IP,
protocol, etc) molly-guard tests for the absence of things (ssh ENV, etc).

Now, to get back to what this bug was originally about.

I still think the patch is a valuable addition to molly-guard, as it fixes a
problem I and maybe others have. I think that holding this patch back because
you feel molly-guard needs to be rewritten is the wrong thing to do.

regards

Stefan
-- 
BOFH excuse #239:

CPU needs bearings repacked



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



Bug#552321: Patch works only partly

2010-02-01 Thread bd
On Mon, Feb 01, 2010 at 04:49:34PM +1300, martin f krafft wrote:
 tags 552321 help moreinfo
 thanks
 
 also sprach Stefan Völkel b...@bc-bd.org [2009.12.11.0029 +1300]:
  after playing around with this, it looks like this will only work
  as long as the screen session has not been detached.
 [???]
  Now if you run molly-guard from bash (PID 4986) it will walk up
  the process hierarchy and _NOT_ encounter ssh, since SCREENs
  parent is now init.
  
  I changed the patch to walk up the process hierarchy and
  molly-guard the machine if screen or sshd is found.
 
 While I appreciate your work, this is very much going into the
 direction of a hack (if molly-guard isn't a giant hack already).

I guess one could patch /sbin/halt to accept a --hostname parameter:

r...@foo $ /sbin/halt --hostname bar
E: dude, no, wrong machine.

 I was thinking that we should take a different approach: prompt
 UNLESS we can verify that the current tty is local. Any ideas how to
 accomplish that?

Well, this feels to me like trying to prove a negative, which is always hard or
impossible.

The current approach, hackish or not, does state pretty clear what it does do 
and
what not. If you run molly-guarded halt from a screen or ssh session it will ask
you for the hostname you want to shutdown.

I think this burns down to, what is it that molly-guard is trying to acomplish?

  a) Should it protect you from shuting down a/the wrong _remote_ machine?

or

 b) Should  it protect you from shuting down _the wrong_ machine?

If a), well it fails when ssh is run from screen, which makes it unusable at
least for me, because it provides me with a false feeling of security.

If b), then it's more of a --hostname approach.

HTH

Stefan
-- 
Your manuscript is both good and original, but the part that is good is not
original and the part that is original is not good.
-- Samuel Johnson



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



Bug#467432: Updated Patch

2009-12-03 Thread bd
Hi,

updated the patch for 1.5.20-5.

Can we please get this included/upstream? I don't want to maintain yet another
patched debian package.

regards

Stefan
-- 
Don't get stuck in a closet -- wear yourself out.
diff --git a/debian/changelog b/debian/changelog
index 27ceeef..7a710cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mutt (1.5.20-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Do not write out BCC header to MTA (Closes: 467432)
+
+ -- Stefan Völkel b...@bc-bd.org  Thu, 03 Dec 2009 11:15:54 +0100
+
 mutt (1.5.20-5) unstable; urgency=low
 
   * debian/patches:
diff --git a/debian/patches/debian-specific/Muttrc b/debian/patches/debian-specific/Muttrc
index 02173fa..fa02bff 100644
--- a/debian/patches/debian-specific/Muttrc
+++ b/debian/patches/debian-specific/Muttrc
@@ -3,9 +3,11 @@
  * 2009-01-15 myon: refreshed for mutt-1.5.19; drop our list of ignored headers
in favor of upstream's new unignore list
 
 a/doc/Muttrc.head
-+++ b/doc/Muttrc.head
-@@ -12,6 +12,32 @@ unignore from: subject to cc date x-mail
+Index: mutt/doc/Muttrc.head
+===
+--- mutt.orig/doc/Muttrc.head	2009-06-30 17:44:37.837828815 +0200
 mutt/doc/Muttrc.head	2009-06-30 17:46:20.668989316 +0200
+@@ -12,6 +12,31 @@
  # Display the fields in this order
  hdr_order date from to cc subject
  
@@ -24,9 +26,8 @@
 +# Specifies how to sort messages in the index menu.
 +set sort=threads
 +
-+# Uncomment if your MTA does not strip Bcc: headers.
-+# (postfix strips them, exim4 does not.)
-+#unset write_bcc
++# Do not write out Bcc headers
++unset write_bcc
 +# Postfix and qmail use Delivered-To for detecting loops
 +unset bounce_delivered
 +
@@ -38,7 +39,7 @@
  # imitate the old search-body function
  macro index \eb search~b  search in message bodies
  
-@@ -23,7 +49,7 @@ macro index,pager,attach,compose \cb \
+@@ -23,7 +48,7 @@
  call urlview to extract URLs out of a message
  
  # Show documentation when pressing F1
@@ -47,7 +48,7 @@
  
  # show the incoming mailboxes list (just like mutt -y) and back when pressing y
  macro index,pager y change-folder?toggle-mailboxes show incoming mailboxes list
-@@ -35,7 +61,7 @@ bind browser y exit
+@@ -35,7 +60,7 @@
  # append-hook \\.gz$ gzip -c %t  %f
  
  # If Mutt is unable to determine your site's domain name correctly, you can
@@ -56,7 +57,7 @@
  #
  # set hostname=cs.hmc.edu
  
-@@ -101,6 +127,9 @@ attachments   +I text/plain
+@@ -101,6 +126,9 @@
  attachments   -A message/external-body
  attachments   -I message/external-body
  
diff --git a/debian/patches/debian-specific/document_debian_defaults b/debian/patches/debian-specific/document_debian_defaults
index 7240bef..b9a1dd4 100644
--- a/debian/patches/debian-specific/document_debian_defaults
+++ b/debian/patches/debian-specific/document_debian_defaults
@@ -3,8 +3,8 @@ only on Debian systems
 
 Index: mutt/init.h
 ===
 mutt.orig/init.h	2009-06-25 12:36:35.0 +0200
-+++ mutt/init.h	2009-06-25 12:36:36.0 +0200
+--- mutt.orig/init.h	2009-06-30 17:51:50.080932210 +0200
 mutt/init.h	2009-06-30 17:52:09.189609014 +0200
 @@ -312,6 +312,9 @@
** .pp
** When this variable is \fIset\fP, mutt will include Delivered-To headers when
@@ -66,13 +66,3 @@ Index: mutt/init.h
*/
{ sort_alias,	DT_SORT|DT_SORT_ALIAS,	R_NONE,	UL SortAlias, SORT_ALIAS },
/*
-@@ -3348,6 +3367,9 @@
-   ** is set to deliver directly via SMTP (see $$smtp_url), this
-   ** option does nothing: mutt will never write out the ``Bcc:'' header
-   ** in this case.
-+  ** .pp
-+  ** \fBNote:\fP On Debian systems, exim4 and postfix strip BCC headers by
-+  ** default. The above warning applies to exim3 users, see /etc/Muttrc.
-   */
-   { write_inc,	DT_NUM,	 R_NONE, UL WriteInc, 10 },
-   /*
diff --git a/debian/patches/debian-specific/write_bcc.patch b/debian/patches/debian-specific/write_bcc.patch
new file mode 100644
index 000..7a28c8b
--- /dev/null
+++ b/debian/patches/debian-specific/write_bcc.patch
@@ -0,0 +1,93 @@
+Index: mutt/headers.c
+===
+--- mutt.orig/headers.c	2009-06-30 17:51:05.276042945 +0200
 mutt/headers.c	2009-06-30 17:53:33.055007250 +0200
+@@ -52,7 +52,7 @@
+   }
+   
+   mutt_env_to_local (msg-env);
+-  mutt_write_rfc822_header (ofp, msg-env, NULL, 1, 0);
++  mutt_write_rfc822_header (ofp, msg-env, NULL, 1, 0, 1);
+   fputc ('\n', ofp);	/* tie off the header. */
+ 
+   /* now copy the body of the message. */
+Index: mutt/init.h
+===
+--- mutt.orig/init.h	2009-06-30 17:53:32.683367849 +0200
 mutt/init.h	2009-06-30 17:53:33.075058388 +0200
+@@ -3365,11 +3365,9 @@
+   { write_bcc,	DT_BOOL, R_NONE, OPTWRITEBCC, 1},
+   /*
+   ** .pp
+-  ** Controls whether mutt writes out the ``Bcc:'' header when preparing
+-  ** 

Bug#557342: pitivi: Doesn't start (Error: Icon 'misc' not present in theme)

2009-11-21 Thread bd
Package: pitivi
Version: 0.10.3-1.1
Severity: grave
Justification: renders package unusable

Just installed pitivi on lenny:

$ pitivi
Error:  Icon 'misc' not present in theme
$


-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-bpo.1-686 (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/bash

Versions of packages pitivi depends on:
ii  gstreamer0.10-gnonlin  0.10.9-1  non-linear editing module for GStr
ii  gstreamer0.10-plugins- 0.10.19-2 GStreamer plugins from the base 
ii  gstreamer0.10-plugins- 0.10.8-4.1~lenny2 GStreamer plugins from the good 
ii  gstreamer0.10-x0.10.19-2 GStreamer plugins for X11 and Pang
ii  libgstreamer0.10-0 0.10.19-3 Core GStreamer libraries and eleme
ii  python 2.5.2-3   An interactive high-level object-o
ii  python-cairo   1.4.12-1.2Python bindings for the Cairo vect
ii  python-central 0.6.8 register and build utility for Pyt
ii  python-glade2  2.12.1-6  GTK+ bindings: Glade support
ii  python-gnome2  2.22.0-1  Python bindings for the GNOME desk
ii  python-gst0.10 0.10.12-1.1   generic media-playing framework (P
ii  python-gtk22.12.1-6  Python bindings for the GTK+ widge

pitivi recommends no packages.

pitivi 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#552321: molly-guard does not work with screen

2009-10-25 Thread bd
Package: molly-guard
Version: 0.4.4-2
Severity: normal

Hi,

molly-guard fails to detect an ssh session when run from within an active
screen.

I guess this is because of (30-query-hostname):

PTS=$(readlink /proc/$$/fd/0)
if ! pgrep -f ^sshd.+${PTS#/dev/}\ /dev/null \
 [ -z ${SSH_CONNECTION:-} ]; then

PTS will point to something that pgrep can not find.

We could check for $STY to test if inside screen or not, but no idea how to
proceed from there.

OTOH I don't understand the need for the pgrep-voodoo anyway, why not simply
check for ! -z $SSH_CONNECTION?

regards

Stefan

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-bpo.1-686 (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/bash

Versions of packages molly-guard depends on:
ii  procps1:3.2.7-11 /proc file system utilities

molly-guard recommends no packages.

molly-guard 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#546878: revelation applet: error window on each start

2009-09-16 Thread bd
On Wed, Sep 16, 2009 at 10:17:16AM +0200, josh wrote:
 Subject: revelation: error window on each start
 Package: revelation
 Version: 0.4.11-3.1
 Severity: normal
 
 each time I use the revelation applet for the first time after logging
 in, an error window appears stating unknown error with the error
 message below. It says you may attempt to continue, but may behave
 unexpectedly. When I continue, it appears to work ok.
 

[...]

 IndexError: list index out of range

This looks like #518534

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

Testing has -4, please update revelation.

regards

Stefan
-- 
BOFH excuse #296:

The hardware bus needs a new token.



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



Bug#430825: Confirm crash

2009-08-24 Thread bd
I can confirm a crash happening with the version in lenny.

Running wallpaper-tray in gdb does stop the crash from happening.

The mentioned debug package does no longer exists.

Stefan
-- 
BOFH excuse #228:

That function is not currently supported, but Bill Gates assures us it will be 
featured in the next upgrade.



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



Bug#541788: duplicity: Operation not permitted missing operation in question

2009-08-16 Thread bd
Package: duplicity
Version: 0.5.16-1~bpo50+1
Severity: normal

While running a test restore, duplicity reported these errors:

Error '[Errno 1] Operation not permitted: 'git/export'' processing export
Error '[Errno 1] Operation not permitted: 'git/hover.git/git-daemon-export-ok''
processing hover.git/git-daemon-export-ok
Error '[Errno 1] Operation not permitted: 'git/irssi.git/git-daemon-export-ok''
processing irssi.git/git-daemon-export-ok
Error '[Errno 1] Operation not permitted: 'git'' processing .

The files in question are owned by root on the source machine, the duplicity
restore test was run on another machine using a non-root account.

I am guessing that the the reported failed operation is chown() as the files
still belong to the user running the restore.

Duplicity should log which operation failed, including all details, e.g.
setting owner to root:root or similar.

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-xen-686 (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/bash

Versions of packages duplicity depends on:
ii  gnupg 1.4.9-3+lenny1 GNU privacy guard - a free PGP rep
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  librsync1 0.9.7-5rsync remote-delta algorithm libra
ii  python2.5.2-3An interactive high-level object-o
ii  python-central0.6.8  register and build utility for Pyt
ii  python-gnupginterface 0.3.2-9Python interface to GnuPG (GPG)
ii  python-pexpect2.1-1  Python module for automating inter

duplicity recommends no packages.

Versions of packages duplicity suggests:
pn  ncftp none (no description available)
pn  python-boto   none (no description available)

-- no debconf information

-- 
They spell it da Vinci and pronounce it da Vinchy.  Foreigners
always spell better than they pronounce.
-- Mark Twain



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



Bug#539892: More messages

2009-08-05 Thread bd
I now have these messages reported:

Aug  5 03:33:56 bc-bd deliver(bd): 
msgid=r3l_p2g-bpvhwke-kmwirzbgucnzo9_l7hohzylg_4x6oejxrj4rjdb10yxpt2jmjj7ppbmr...@...:
 saved mail to INBOX.git

I hope this:

^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ deliver\([...@[:alnum:]]+\): 
msgid=([^[:space:]]+[*]|:)?( \((added by 
[^[:space:]]+|sfid-[_[:xdigit:]]+)\))?: (saved mail to 
[-_.[:alnum:]]+|forwarded to [^[:space:]]+)$

does the trick.

Stefan

-- 
BOFH excuse #287:

Telecommunications is downshifting.



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



Bug#539411: New Patch

2009-08-04 Thread bd
Hi,

a new patch wrt to the previos one and wordpress 2.8.3

Stefan
-- 
Excellent time to become a missing person.


wordpress.2.8.3.patch.gz
Description: Binary data


Bug#536085: locales: ru_RU.UTF8 collate UKR-GHE incorrectly

2009-07-08 Thread =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9_?= =?UTF-8?Q?=D0=91=D1=83=D1=80=D0=BB=D0=B0=D0=B4=D1=8F=D0=BD
Bastian Blank wa...@debian.org writes:
 On Tue, Jul 07, 2009 at 10:58:56PM +0400, eshkin...@gmail.com wrote:
  Bastian Blank wa...@debian.org writes:
   You have to describe _why_ it is wrong. Different languages may have
   different collation rules.
  Yes, i try :) Yes, different languages have different collation, but
  ru_RU.UTF8 locale is unicode locale and as i can understand this table:
  http://unicode.org/charts/collation/chart_Cyrillic.html
 
 Where is the reference to the russian language?

I don't know, is you really need it ? Please, see below.

  why after U0453 ? This is mistake, IMHO.
 
 Please present evidence in form of official documents for the russian
 language. According to wikipedia[1], this letter is not used in russian
 anyway.

Yes, this is what I was trying to say :) Russian locale define this
non-Russian (Ukrainian) letter (why ?), and define it at IMHO very
strange position - after U0434, because U0453 is after U0434
in unicode ( http://unicode.org/charts/collation/chart_Cyrillic.html ).

I assume that someone trying to implement correct Ukrainian collation
with Russian locale, but do this incorrectly... This is not a problem for
Russian text, because Russian is not use this letter.

If definition of this U0491 letter can be removed from Russian locale, or
placed at correct position, like in Ukrainian locale - before U0434 at least,
then Ukrainian collation rules will be work properly with Russian locale too.

It would be useful IMHO.

BTW, as you can see in [1], U0491 (ґ) is located _before_ U0434 (д).

 [1]: http://en.wikipedia.org/wiki/List_of_Cyrillic_letters

-- 
С уважением, Сергей Бурладян



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



Bug#536085: locales: ru_RU.UTF8 collate UKR-GHE incorrectly

2009-07-07 Thread =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9_?= =?UTF-8?Q?=D0=91=D1=83=D1=80=D0=BB=D0=B0=D0=B4=D1=8F=D0=BD
Bastian Blank wa...@debian.org writes:

 On Tue, Jul 07, 2009 at 06:01:15PM +0400, Sergey Burladyan wrote:
  ru_RU.UTF8 locale collate UKR-GHE (U0491 and U0490) incorrectly, here is 
  example:
 
 You have to describe _why_ it is wrong. Different languages may have
 different collation rules.

Yes, i try :) Yes, different languages have different collation, but
ru_RU.UTF8 locale is unicode locale and as i can understand this table:
http://unicode.org/charts/collation/chart_Cyrillic.html

U0491 must be after U0433 and before U0434

but /usr/share/i18n/locales/ru_RU define it like this:
reorder-after U0453

why after U0453 ? This is mistake, IMHO.

-- 
С уважением, Сергей Бурладян



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



Bug#467432: Patch updated

2009-06-30 Thread bd
Hi,

I updated the patch for 1.5.20-2.

Stefan
-- 
BOFH excuse #230:

Lusers learning curve appears to be fractal
diff --git a/debian/patches/debian-specific/Muttrc 
b/debian/patches/debian-specific/Muttrc
index bc8db21..fa02bff 100644
--- a/debian/patches/debian-specific/Muttrc
+++ b/debian/patches/debian-specific/Muttrc
@@ -3,9 +3,11 @@
  * 2009-01-15 myon: refreshed for mutt-1.5.19; drop our list of ignored headers
in favor of upstream's new unignore list
 
 a/doc/Muttrc.head
-+++ b/doc/Muttrc.head
-@@ -12,6 +12,32 @@ unignore from: subject to cc date x-mail
+Index: mutt/doc/Muttrc.head
+===
+--- mutt.orig/doc/Muttrc.head  2009-06-30 17:44:37.837828815 +0200
 mutt/doc/Muttrc.head   2009-06-30 17:46:20.668989316 +0200
+@@ -12,6 +12,31 @@
  # Display the fields in this order
  hdr_order date from to cc subject
  
@@ -24,9 +26,8 @@
 +# Specifies how to sort messages in the index menu.
 +set sort=threads
 +
-+# Uncomment if your MTA does not strip Bcc: headers.
-+# (exim4 and postfix strip them, exim(3) does not.)
-+#unset write_bcc
++# Do not write out Bcc headers
++unset write_bcc
 +# Postfix and qmail use Delivered-To for detecting loops
 +unset bounce_delivered
 +
@@ -38,7 +39,7 @@
  # imitate the old search-body function
  macro index \eb search~b  search in message bodies
  
-@@ -23,7 +49,7 @@ macro index,pager,attach,compose \cb \
+@@ -23,7 +48,7 @@
  call urlview to extract URLs out of a message
  
  # Show documentation when pressing F1
@@ -47,7 +48,7 @@
  
  # show the incoming mailboxes list (just like mutt -y) and back when 
pressing y
  macro index,pager y change-folder?toggle-mailboxes show incoming 
mailboxes list
-@@ -35,7 +61,7 @@ bind browser y exit
+@@ -35,7 +60,7 @@
  # append-hook \\.gz$ gzip -c %t  %f
  
  # If Mutt is unable to determine your site's domain name correctly, you can
@@ -56,7 +57,7 @@
  #
  # set hostname=cs.hmc.edu
  
-@@ -101,6 +127,9 @@ attachments   +I text/plain
+@@ -101,6 +126,9 @@
  attachments   -A message/external-body
  attachments   -I message/external-body
  
diff --git a/debian/patches/debian-specific/document_debian_defaults 
b/debian/patches/debian-specific/document_debian_defaults
index 7240bef..b9a1dd4 100644
--- a/debian/patches/debian-specific/document_debian_defaults
+++ b/debian/patches/debian-specific/document_debian_defaults
@@ -3,8 +3,8 @@ only on Debian systems
 
 Index: mutt/init.h
 ===
 mutt.orig/init.h   2009-06-25 12:36:35.0 +0200
-+++ mutt/init.h2009-06-25 12:36:36.0 +0200
+--- mutt.orig/init.h   2009-06-30 17:51:50.080932210 +0200
 mutt/init.h2009-06-30 17:52:09.189609014 +0200
 @@ -312,6 +312,9 @@
** .pp
** When this variable is \fIset\fP, mutt will include Delivered-To headers 
when
@@ -66,13 +66,3 @@ Index: mutt/init.h
*/
{ sort_alias, DT_SORT|DT_SORT_ALIAS,  R_NONE, UL SortAlias, 
SORT_ALIAS },
/*
-@@ -3348,6 +3367,9 @@
-   ** is set to deliver directly via SMTP (see $$smtp_url), this
-   ** option does nothing: mutt will never write out the ``Bcc:'' header
-   ** in this case.
-+  ** .pp
-+  ** \fBNote:\fP On Debian systems, exim4 and postfix strip BCC headers by
-+  ** default. The above warning applies to exim3 users, see /etc/Muttrc.
-   */
-   { write_inc,  DT_NUM,  R_NONE, UL WriteInc, 10 },
-   /*
diff --git a/debian/patches/debian-specific/write_bcc.patch 
b/debian/patches/debian-specific/write_bcc.patch
new file mode 100644
index 000..7a28c8b
--- /dev/null
+++ b/debian/patches/debian-specific/write_bcc.patch
@@ -0,0 +1,93 @@
+Index: mutt/headers.c
+===
+--- mutt.orig/headers.c2009-06-30 17:51:05.276042945 +0200
 mutt/headers.c 2009-06-30 17:53:33.055007250 +0200
+@@ -52,7 +52,7 @@
+   }
+   
+   mutt_env_to_local (msg-env);
+-  mutt_write_rfc822_header (ofp, msg-env, NULL, 1, 0);
++  mutt_write_rfc822_header (ofp, msg-env, NULL, 1, 0, 1);
+   fputc ('\n', ofp);  /* tie off the header. */
+ 
+   /* now copy the body of the message. */
+Index: mutt/init.h
+===
+--- mutt.orig/init.h   2009-06-30 17:53:32.683367849 +0200
 mutt/init.h2009-06-30 17:53:33.075058388 +0200
+@@ -3365,11 +3365,9 @@
+   { write_bcc,  DT_BOOL, R_NONE, OPTWRITEBCC, 1},
+   /*
+   ** .pp
+-  ** Controls whether mutt writes out the ``Bcc:'' header when preparing
+-  ** messages to be sent.  Exim users may wish to unset this. If mutt
+-  ** is set to deliver directly via SMTP (see $$smtp_url), this
+-  ** option does nothing: mutt will never write out the ``Bcc:'' header
+-  ** in this case.
++  ** Controls whether mutt writes out the Bcc header when saving
++  ** messages to FCC. Bcc headers will never be written to a message
++  ** when sending it.
+   */
+   { write_inc,  

Bug#518085: See Ubuntu Bug #96968

2009-04-20 Thread bd
Bug #96968 on launchpad may be related or even be the same bug.
-- 
If you think last Tuesday was a drag, wait till you see what happens tomorrow!



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



Bug#524471: revelation: full disk on save will destroy data file

2009-04-17 Thread bd
Package: revelation
Version: 0.4.11-4
Severity: normal

when there is not enough space left on the drive when saving the data file, a 
corrupt data file will be created, leading to a complete data loss.

see ubuntu bug 338138

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages revelation depends on:
ii  gconf2 2.24.0-7  GNOME configuration database syste
ii  gnome-icon-theme   2.24.0-4  GNOME Desktop icon theme
ii  libc6  2.9-6 GNU C Library: Shared libraries
ii  libcrack2  2.8.13-8  pro-active password checker librar
ii  python 2.5.4-2   An interactive high-level object-o
ii  python-central 0.6.11register and build utility for Pyt
ii  python-crypto  2.0.1+dfsg1-4 cryptographic algorithms and proto
ii  python-gnome2  2.22.3-3  Python bindings for the GNOME desk
ii  python-gtk22.14.1-2  Python bindings for the GTK+ widge
ii  shared-mime-info   0.60-2FreeDesktop.org shared MIME databa

revelation recommends no packages.

revelation suggests no packages.

-- no debconf information
-- 
BOFH excuse #150:

Arcserve crashed the server again.


signature.asc
Description: Digital signature


Bug#483980: Can not reproduce

2009-03-28 Thread bd
Hi,

I can not reproduce this with 0.4.11-3.1 (which is in lenny). Can you confirm
that this problem still exists?

regards

Stefan
-- 
The lunatic, the lover, and the poet,
Are of imagination all compact...
-- Wm. Shakespeare, A Midsummer Night's Dream


signature.asc
Description: Digital signature


Bug#490234: revelation: should use new cracklib2 (= 2.8.12-1) binary packages

2008-07-11 Thread bd
Hi,

 The new cracklib2 package provides new binary packages libcrack2 and
 libcrack2-dev, revelation should depend on these.

are they backward compatible?

regards

Stefan

PS: thanks for the patch
-- 
One man's magic is another man's engineering.  Supernatural is a null word.
-- Robert Heinlein



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



Bug#485298: Useless dependency on python-gnome2-extras

2008-06-18 Thread bd
 currently, this package has a dependency on python-gnome2-extras.
 However, it does not seem to use any of the modules in it. 

We still need it to build the package else ./configure fails and I do not want
to start patching it.

Notheless the binary package does not need it.

Stefan
-- 
No modern woman with a grain of sense ever sends little notes to an
unmarried man -- not until she is married, anyway.
-- Arthur Binstead



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



Bug#483980: revelation: Gnome applet crashes and can't be loaded

2008-06-03 Thread bd
On Mon, Jun 02, 2008 at 08:18:04PM +0200, Éric Veiras Galisson wrote:
 [EMAIL PROTECTED] a écrit :
  Since last upgrade of the revelation package, its applet, loaded in my
  Gnome panel, can't be loaded. It crashes everytime.
  
  What version of revelation have you been using before?
  
  Stefan
 
 I don't know. I think the one in testing/lenny distribution, but maybe i
 missed some upgrades.
 
 I have tried loading the applet with a new user which never used it and
 i got the same problem.

Could you try to run the applet from a shell and see if there is a stacktrace?

Stefan
-- 
Old musicians never die, they just decompose.



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



Bug#483980: revelation: Gnome applet crashes and can't be loaded

2008-06-02 Thread bd
 Since last upgrade of the revelation package, its applet, loaded in my
 Gnome panel, can't be loaded. It crashes everytime.

What version of revelation have you been using before?

Stefan
-- 
In charity there is no excess.
-- Francis Bacon



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



Bug#473597: Wordpress 2.5 available

2008-04-22 Thread bd
Hi,

since 2.5 is in sid you may want to close this bug.

regards

Stefan
-- 
share, n.:
To give in, endure humiliation.



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



Bug#447189: translation problem

2008-04-03 Thread bd
Hi,

 The attached patch provides an NMU fix, should one care to apply it (cannot 
 myself, not being a DD).

thanks for the patch, I'll try to get a new version out.

regards

Stefan
-- 
A penny saved is a penny to squander.
-- Ambrose Bierce



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



Bug#463405: gnome bugzilla

2008-02-01 Thread bd
There is a bugzilla entry:

http://bugzilla.gnome.org/show_bug.cgi?id=447507
-- 
BOFH excuse #134:

because of network lag due to too many people playing deathmatch



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



Bug#446385: Bug confirmed

2007-11-03 Thread bd
I can confirm the double click problem with my T42p. I also had Mouse
sections, to be able to use USB mice as core pointer besides my
trackpoint.

Removing the psaux section did _NOT_ fix the problem (still double click
instead of one click), removing the input/mice section did help.

regards

Stefan
-- 
Hideously disfigured by an ancient Indian curse?

WE CAN HELP!

Call (511) 338-0959 for an immediate appointment.



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



Bug#352701: No closing recently

2007-10-28 Thread bd
Hi,

I have not experienced a connection closing recently, so this might be
fixed.

regards
Stefan
-- 
BOFH excuse #211:

Lightning strikes.



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



Bug#441131: Any News?

2007-10-28 Thread bd
Hi,

any news regarding this problem? Anything I might be able to test?

regards

Stefan
-- 
Luck, that's when preparation and opportunity meet.
-- P. E. Trudeau



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



Bug#329666: mutt 1.5.16-3 fixes this problem

2007-08-27 Thread bd
Hi, 

I just built and installed 

mutt 1.5.16-3

from sid on my etch machine. I can no longer reproduce this problem with
1.5.16-3.

regards
Stefan
-- 
Morton's Law:
If rats are experimented upon, they will develop cancer.


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



Bug#329666: mutt: imap folder changing leads to segfault

2007-02-20 Thread bd
 Could you also give the version in experimental a try? The CVS
 snapshot has some IMAP fixes.
 
 mutt 1.5.13+cvs20070215-1

$ dpkg -l mutt | grep ^ii
ii  mutt   1.5.13+cvs20070215 text-based mailreader
supporting MIME, GPG, PGP and

still the same...

Getting folder list...Segmentation fault

I also created a new user and copied my .muttrc into it's home folder. I
can still crash mutt.

regards
stefan
-- 
Stay away from hurricanes for a while.


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



Bug#329666: mutt: imap folder changing leads to segfault

2007-02-14 Thread bd
On Tue, Feb 13, 2007 at 06:03:54PM +0100, Christoph Berg wrote:
 Hi,
 
 can you still confirm that mutt crashes for you with recent versions
 of the Debian package? A similar bug (#329442) was fixed in the
 meantime, so I suspect yours is also fixed.

I can still crash mutt 1.5.13-1.1

Program received signal SIGSEGV, Segmentation fault.
0xb7c47833 in strlen () from /lib/tls/libc.so.6
(gdb) bt
#0  0xb7c47833 in strlen () from /lib/tls/libc.so.6
#1  0x080d8bd8 in ?? ()
#2  0x in ?? ()
(gdb)

I wanted to rebuild mutt with debuging enabled, but as I found out it is
already on.

regards
Stefan
-- 
Good day to let down old friends who need help.


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



Bug#126438: itunder object executable form

2006-12-04 Thread detailsThe bd

35217



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



Bug#396191: autofs: NFS Submount still fails

2006-10-30 Thread bd
Package: autofs
Version: 4.1.4-12
Severity: important

*** Please type your report below this line ***

(Not sure if this is related to
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393663)

Submounting of an NFS export fails with autofs:

server $ cat /etc/exports
/home   *.bc(rw,async,no_subtree_check)
/home/samba *.bc(rw,async,no_subtree_check)

client $ uname -a
Linux lt-sv 2.6.18-1-686 #1 SMP Sat Oct 21 17:21:28 UTC 2006 i686 GNU/Linux

client $ mount | grep hk:/home
hk:/home on /net/hk/home type nfs (rw,nosuid,nodev,hard,intr,addr=10.0.0.234)

client $ ls /net/hk/home/samba
client $

client $ tail -n 1 /var/log/daemon.log 
Oct 30 13:18:09 lt-sv automount[13485]: mount(nfs): mkdir_path
/net/hk/home/samba failed: Permission denied

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages autofs depends on:
ii  libc62.3.6.ds1-7 GNU C Library: Shared libraries
ii  ucf  2.0016  Update Configuration File: preserv

Versions of packages autofs recommends:
ii  nfs-common1:1.0.10-3 NFS support files common to client

-- debconf information:
* autofs/upgrade-from-broken-version:
-- 
Ever heard of .cshrc?
That's a city in Bosnia.  Right?
-- Discussion in comp.os.linux.misc on the intuitiveness of 
commands


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



Bug#391404: libapache2-modxslt: conflicts with modxslt-tools

2006-10-06 Thread bd
Package: libapache2-modxslt
Version: 2005072700-1
Severity: normal


I tried to dist-upgrade my testing system today, resulting in this
error:

Preparing to replace libapache2-modxslt 2004112100-3.1 (using
.../libapache2-modxslt_2005
072700-1_i386.deb) ...
Unpacking replacement libapache2-modxslt ...
dpkg: error processing
/var/cache/apt/archives/libapache2-modxslt_2005072700-1_i386.deb (
--unpack):
 trying to overwrite `/usr/share/man/man1/modxslt-parse.1.gz', which is
 also in package m
 odxslt-tools
 Errors were encountered while processing:
  /var/cache/apt/archives/libapache2-modxslt_2005072700-1_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libapache2-modxslt depends on:
ii  libapr02.0.55-4.1the Apache Portable Runtime
ii  libc6  2.3.6.ds1-4   GNU C Library: Shared libraries
ii  libmodxslt02005072700-1  modxslt libraries to parse XML usi
ii  libpcre3   6.4-2 Perl 5 Compatible Regular Expressi
ii  libxml22.6.26.dfsg-3 GNOME XML library
ii  libxslt1.1 1.1.17-4  XSLT processing library - runtime 

libapache2-modxslt recommends no packages.

-- no debconf information


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



Bug#379308: Patch integrated

2006-08-31 Thread bd
Hi,

the patch is integrated into trunk:

https://bc-bd.org/svn/repos/irssi/trunk/chanact.pl

fyi, the ticket

https://bc-bd.org/trac/irssi/ticket/20

regards
bd
-- 
BOFH excuse #439:

Hot Java has gone cold


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



Bug#382023: Acknowledgement (webalizer: Upgrade failes: moving of config file)

2006-08-08 Thread bd
Hi,

seems I have been to quick about this. The upgrade works (after the
installation the file is under /etc/webalizer), althoug the error
message is displayed.

regards
Stefan
-- 
If you can read this, you're too close.


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



Bug#366403: xen-tools: abort on existing image files

2006-05-08 Thread bd
Hi Radu,

  xen-create-image will overwrite existing files. perhaps a command line
  option should be added to force overwriting and refuse to overwrite
  files as default?
 
 
 Could you be more specific ? What files are you talking about ?

Sorry :). I was talking about the image files. Something like this (be
advised, this patch is untested):

--- xen-create-image.orig   2006-05-05 13:57:05.0 +0200
+++ xen-create-image2006-05-05 13:59:18.0 +0200
@@ -671,6 +671,10 @@
 }
 else
 {
+if ( -f $swap ) {
+   print ERROR: file exists, aborting.\n);
+   exit
+}
 $swap_cmd = /bin/dd if=/dev/zero of=$swap bs=1024k count=$CONFIG{'swap'};
 }
 
@@ -700,6 +704,10 @@
 {
 #
 # Loopback
+if ( -f $image ) {
+   print ERROR: file exists, aborting.\n);
+   exit
+}
 $image_cmd = /bin/dd if=/dev/zero of=$image bs=$CONFIG{'size'} count=0 
seek=1024;
 }

regards
Stefan

-- 
Do not overtax your powers.


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



Bug#362087: one link missing

2006-04-30 Thread bd
On Sat, Apr 29, 2006 at 03:51:53PM +0200, Flavio Stanchina wrote:
 [EMAIL PROTECTED] wrote:
  this link is also needed in /usr/lib/xorg/modules/linux
  
  libfglrxdrm.so - /usr/X11R6/lib/modules/linux/libfglrxdrm.so
 
 It is required for what?
 
 Please provide an explanation and version information on the packages you
 are using. I suspect you're using old or third-party packages that install
 the driver (or parts of it) in incorrect places.

In a previos mail Joachim Breitner [EMAIL PROTECTED] wrote that the
driver is working with 7.0, but that it needs some links because of
hardcoded paths.

With my system I needed not only Joachims two links but also the one I
mentioned above.

I just wanted this to be written down, in case someone else is trying to
get the driver working during this transition.

regards,
bd
-- 
We cannot do everything at once, but we can do something at once.
-- Calvin Coolidge


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



Bug#362087: one link missing

2006-04-22 Thread bd
Hi,

this link is also needed in /usr/lib/xorg/modules/linux

libfglrxdrm.so - /usr/X11R6/lib/modules/linux/libfglrxdrm.so

regards
stefan
-- 
The only way I can lose this election is if I'm caught in bed with a dead
girl or a live boy.
-- Louisiana governor Edwin Edwards


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



Bug#361859: dovecot-imapd: login only succeeds from localhost

2006-04-19 Thread bd
On Tue, Apr 18, 2006 at 06:14:24PM -0500, Jaldhar H. Vyas wrote:
 On Wed, 12 Apr 2006, Jaldhar H. Vyas wrote:
 
  I am about to upload 1.0.beta7.  Please let me know if it fixes the
  problem.  If not, send  your dovecot.conf (with any private info obscured
  of course.) and any other details  about your setup e.g. are you using
  LDAP, SASL etc.
 
 
 Did you get a chance to test 1.0.beta7?

I just installed it. Seems like it fixes the problem.

regards
Stefan
 
 -- 
 Jaldhar H. Vyas [EMAIL PROTECTED]
 La Salle Debain - http://www.braincells.com/debian/

-- 
The only thing necessary for the triumph of evil is for good men to do nothing.
-- Edmund Burke


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



Bug#352701: strace

2006-03-16 Thread bd
Hi,

I straced my imap process untill it closed the connection, don't think
it will be of much help though...

[...]
gettimeofday({1142359326, 119370}, {4294967176, 0}) = 0
gettimeofday({1142359326, 119449}, NULL) = 0
poll([{fd=6, events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}, {fd=4,
events=POLLIN|POLLPRI|POLLERR|POLL
HUP|POLLNVAL}, {fd=0, events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}],
3, 999) = 0
gettimeofday({1142359327, 118973}, {4294967176, 0}) = 0
gettimeofday({1142359327, 119049}, NULL) = 0
poll([{fd=6, events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}, {fd=4,
events=POLLIN|POLLPRI|POLLERR|POLL
HUP|POLLNVAL}, {fd=0, events=POLLIN|POLLPRI|POLLERR|POLLHUP|POLLNVAL}],
3, 0) = 0
gettimeofday({1142359327, 119218}, {4294967176, 0}) = 0
stat64(/home/bd/Maildir/cur, {st_mode=S_IFDIR|0700, st_size=8192,
...}) = 0
stat64(/home/bd/Maildir/new, {st_mode=S_IFDIR|0700, st_size=4096,
...}) = 0
fcntl64(12, 0x402 /* F_??? */, 0)   = 0
fcntl64(12, F_SETSIG, 0)= 0
close(12)   = 0
fcntl64(8, 0x402 /* F_??? */, 0)= 0
fcntl64(8, F_SETSIG, 0) = 0
close(8)= 0
munmap(0x4019f000, 112648)  = 0
close(9)= 0
munmap(0x401bc000, 1224)= 0
munmap(0x4019, 60416)   = 0
close(10)   = 0
close(11)   = 0
close(0)= 0
close(1)= 0
close(3)= 0
close(6)= 0
close(7)= 0
rt_sigaction(SIGRT_2, {SIG_IGN}, {0x80b4e60, [],
SA_RESTART|SA_NOMASK|SA_SIGINFO}, 8) = 0
close(4)= 0
close(5)= 0
exit_group(0)   = ?

-- 
BOFH excuse #312:

incompatible bit-registration operators


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



Bug#352701: mutt strace

2006-03-16 Thread bd
Hi,

and a mutt strace, HTH.

regards
bd

-- 
BOFH excuse #80:

That's a great computer you have there; have you considered how it would work 
as a BSD machine?


mutt.strace.gz
Description: Binary data


Bug#352701: beta3 stil closes the connection

2006-03-02 Thread bd
Hello,

Package: dovecot-imapd
Status: install ok installed
Priority: optional
Section: mail
Installed-Size: 876
Maintainer: Jaldhar H. Vyas [EMAIL PROTECTED]
Architecture: i386
Source: dovecot
Version: 1.0.beta3-1
Replaces: imap-server
Provides: imap-server
Depends: libc6 (= 2.3.5-1), libssl0.9.8 (= 0.9.8a-1), dovecot-common
(= 1.0.beta3-1)

still closes the connection.

regards
bd
-- 
You work very hard.  Don't try to think as well.


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



Bug#354887: tulip: segfault on import

2006-03-01 Thread bd
Package: tulip
Version: 2.0.2-7
Severity: normal


When creating  a graph through File-Import tulip segfaults (Path
plugin, Random plugins, etc)

#0  0xb7e356bb in GlGraph::makeNodeSelect () from
/usr/lib/libtulip-ogl-2.0.so.0
#1  0xb7e35cc5 in GlGraph::doNodeSelect () from
/usr/lib/libtulip-ogl-2.0.so.0
#2  0xb7e3608e in GlGraph::doSelect () from
/usr/lib/libtulip-ogl-2.0.so.0
#3  0xb7db02d9 in GlGraphWidget::clickAt () from
/usr/lib/libtulip-qt-2.0.so.0
#4  0xb7db0596 in GlGraphWidget::clickAt () from
/usr/lib/libtulip-qt-2.0.so.0
#5  0xb7dbe1b0 in MouseSelect::mPressEvent () from
/usr/lib/libtulip-qt-2.0.so.0
#6  0xb7daffde in GlGraphWidget::mousePressEvent () from
/usr/lib/libtulip-qt-2.0.so.0
#7  0xb73a6e82 in QWidget::event () from /usr/lib/libqt-mt.so.3
#8  0xb7301698 in QApplication::internalNotify () from
/usr/lib/libqt-mt.so.3
#9  0xb7301c6b in QApplication::notify () from /usr/lib/libqt-mt.so.3
#10 0xb7291653 in QApplication::sendSpontaneousEvent () from
/usr/lib/libqt-mt.so.3
#11 0xb728cae4 in QETWidget::translateMouseEvent () from
/usr/lib/libqt-mt.so.3
#12 0xb728adbe in QApplication::x11ProcessEvent () from
/usr/lib/libqt-mt.so.3
#13 0xb72a48c0 in QEventLoop::processEvents () from
/usr/lib/libqt-mt.so.3
#14 0xb7319da2 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#15 0xb7319ccb in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#16 0xb7300225 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#17 0x08096a35 in std::_List_basenode, std::allocatornode ::_M_clear
()
#18 0xb785bed0 in __libc_start_main () from /lib/tls/libc.so.6
#19 0x0805feb1 in ?? ()

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages tulip depends on:
ii  libc6  2.3.5-13  GNU C Library: Shared libraries an
ii  libgcc11:4.0.2-9 GCC support library
ii  libgle33.1.0-5.1 OpenGL tubing and extrusion librar
ii  libjpeg62  6b-11 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.8rel-5PNG library - runtime
ii  libqt3-mt  3:3.3.5-3 Qt GUI Library (Threaded runtime v
ii  libstdc++6 4.0.2-9   The GNU Standard C++ Library v3
ii  libtulip-2.0c2a2.0.2-7   Tulip graph library - core runtime
ii  libtulip-ogl-2.0c2a2.0.2-7   Tulip graph library - OpenGL runti
ii  libtulip-qt-2.0c2a 2.0.2-7   Tulip graph library - Qt/OpenGL gu
ii  libxext6   6.9.0.dfsg.1-4X Window System miscellaneous exte
ii  libxi6 6.9.0.dfsg.1-4X Window System Input extension li
ii  libxml22.6.23.dfsg.1-0.1 GNOME XML library
ii  libxmu66.9.0.dfsg.1-4X Window System miscellaneous util
ii  ttf-bitstream-vera 1.10-5The Bitstream Vera family of free 
ii  xlibmesa-gl [libgl1]   6.9.0.dfsg.1-4Mesa 3D graphics library [X.Org]
ii  xlibmesa-glu [libglu1] 4.3.0.dfsg.1-14   Mesa OpenGL utility library [XFree
ii  xlibs  6.9.0.dfsg.1-4X Window System client libraries m
ii  zlib1g 1:1.2.3-9 compression library - runtime

tulip recommends no packages.

-- no debconf information


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



Bug#352701: open mail - keeps connection

2006-02-27 Thread bd
Hello,

the error does not occur when a mail is open within mutt, in other words
only when displaying the list of mails the connection gets closed.

regards
bd
-- 
Day of inquiry.  You will be subpoenaed.


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



Bug#352701: dovecot-imapd: closes imap connection

2006-02-17 Thread bd
 On Thu, Feb 16, 2006 at 01:01:43PM +0100,  wrote:
 On Thu, Feb 16, 2006 at 02:11:32PM +0200, Timo Sirainen wrote:
  On Thu, 2006-02-16 at 11:12 +0100, bd wrote:
   this _might_ be a mutt problem, I'am going to test this with etch
 later.
 
  I just fixed a couple of days ago one problem that caused mutt to
 close
  connection and/or crash:
 
  2006-02-13 18:35  Timo Sirainen [EMAIL PROTECTED]
 
  * src/imap/imap-sync.c: Don't notify client about changes in
messages it hasn't yet even been notified about.

 perhaps I can find the time to build a version containing this fix.

 does not seem to work.

 applied this patch:

 [...]

I have seen an TLS error just before the mailbox is closed, sadly I could
not read it completely since it was displayed only for a second or so:

Something about an incomplete package.

The error occures when starting mutt on the machine running dovecot-imapd
and from another machine (that one is testing though).

regards
  bd



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



Bug#352701: dovecot-imapd: closes imap connection

2006-02-17 Thread bd
Found somehing in the log files

mail.log:Feb 16 14:50:24 server-244 dovecot: Killed with signal 15
mail.log:Feb 17 13:27:32 server-244 dovecot: Killed with signal 15
mail.log.0:Feb  9 12:13:28 server-244 dovecot: Killed with signal 15

regards
bd
-- 
BOFH excuse #189:

SCSI's too wide.


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



Bug#352701: dovecot-imapd: closes imap connection

2006-02-17 Thread bd
Hi,

I captuted the mutt error message:

tls_socket_read (A TLS packet with unexpected length was received.)

I could not find the signal 15 log message though.

regards
bd
-- 
You have a strong appeal for members of the opposite sex.


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



Bug#352701: dovecot-imapd: closes imap connection

2006-02-16 Thread bd
Hi,

this _might_ be a mutt problem, I'am going to test this with etch later.

regards
bd
-- 
BOFH excuse #289:

Interference between the keyboard and the chair.


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



  1   2   >