Bug#1025825: More information on bug

2024-05-15 Thread Joe Pfeiffer
See this discussion, including a patch, on google groups:
https://groups.google.com/g/linux.debian.bugs.dist/c/FzL7OUmy8jw
-- 



Bug#1057920: libasound2: segmentation violation playing sound using ALC272 sound card

2023-12-10 Thread Joe Pfeiffer
Package: libasound2
Version: 1.2.10-1
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

I'm getting a segmentation violation attempting to play sound with libasound2 
1.2.10-1.  Reverting to 1.2.8-1+b1 fixes it.
More information about my configuration:
% aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

% aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
lavrate
Rate Converter Plugin Using Libav/FFmpeg Library
samplerate
Rate Converter Plugin Using Samplerate Library
speexrate
Rate Converter Plugin Using Speex Resampler
jack
JACK Audio Connection Kit
oss
Open Sound System
pulse
PulseAudio Sound Server
speex
Plugin using Speex DSP (resample, agc, denoise, echo, dereverb)
upmix
Plugin for channel upmix (4,6,8)
vdownmix
Plugin for channel downmix (stereo) with a simple spacialization
soft0
soft1
soft2
soft3
hw:CARD=Intel,DEV=0
HDA Intel, ALC272 Analog
Direct hardware device without any conversions
plughw:CARD=Intel,DEV=0
HDA Intel, ALC272 Analog
Hardware device with all software conversions
default:CARD=Intel
HDA Intel, ALC272 Analog
Default Audio Device
sysdefault:CARD=Intel
HDA Intel, ALC272 Analog
Default Audio Device
front:CARD=Intel,DEV=0
HDA Intel, ALC272 Analog
Front output / input
surround21:CARD=Intel,DEV=0
HDA Intel, ALC272 Analog
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=Intel,DEV=0
HDA Intel, ALC272 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
HDA Intel, ALC272 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
HDA Intel, ALC272 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
HDA Intel, ALC272 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
HDA Intel, ALC272 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
dmix:CARD=Intel,DEV=0
HDA Intel, ALC272 Analog
Direct sample mixing device
usbstream:CARD=Intel
HDA Intel
USB Stream Output

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
'experimental'), (500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 6.5.0-5-686-pae (SMP w/2 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libasound2 depends on:
ii  libasound2-data  1.2.10-1
ii  libc62.37-12

libasound2 recommends no packages.

Versions of packages libasound2 suggests:
ii  libasound2-plugins  1.2.7.1-1+b1

-- no debconf information



Bug#1022252: fuse3: update-initramfs fails on fuse hook

2022-10-29 Thread Joe Pfeiffer
Update -- it appears mount.fuse has already been added to the initramfs
before this hook is called, so the call to copy_exec fails.  Replacing
the failing line with

copy_exec /sbin/mount.fuse3 /sbin || true

enables the initramfs to be created, though I doubt it's the optimal
solution.

On Sat, 22 Oct 2022 12:16:16 -0600 Joe Pfeiffer  
wrote:
> Package: fuse3
> Version: 3.11.0-1
> Severity: important
> 
> Dear Maintainer,
> 
> Attempting to upgrade my system, I get the following in the output for
> every kernel:
> 
> E: /usr/share/initramfs-tools/hooks/fuse failed with return 1.
> 
> Trying to get a little more information, I ran
> 
> update-initramfs -u -v -k all
> 
> and after many lines of output, got:
> 
> Adding binary /usr/lib/x86_64-linux-gnu/libe2p.so.2.3
> Calling hook fuse
> Adding binary /sbin/mount.fuse3
> E: /usr/share/initramfs-tools/hooks/fuse failed with return 1.
> 
> *** Reporter, please consider answering these questions, where appropriate ***
> 
>* What led up to the situation?
>* What exactly did you do (or not do) that was effective (or
>  ineffective)?
>* What was the outcome of this action?
>* What outcome did you expect instead?
> 
> *** End of the template - remove these template lines ***
> 
> 
> -- System Information:
> Debian Release: bookworm/sid
>   APT prefers testing
>   APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
> 'experimental'), (500, 'oldstable')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
> 
> Kernel: Linux 5.18.0-3-amd64 (SMP w/12 CPU threads; PREEMPT)
> Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not 
> set
> Shell: /bin/sh linked to /usr/bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
> 
> Versions of packages fuse3 depends on:
> ii  adduser3.129
> ii  libc6  2.35-3
> ii  libfuse3-3 3.11.0-1
> ii  lsb-base   11.4
> ii  mount  2.38.1-1.1+b1
> ii  sed4.8-1
> ii  sysvinit-utils [lsb-base]  3.05-6
> 
> fuse3 recommends no packages.
> 
> fuse3 suggests no packages.
> 



Bug#1022252: fuse3: update-initramfs fails on fuse hook

2022-10-22 Thread Joe Pfeiffer
Package: fuse3
Version: 3.11.0-1
Severity: important

Dear Maintainer,

Attempting to upgrade my system, I get the following in the output for
every kernel:

E: /usr/share/initramfs-tools/hooks/fuse failed with return 1.

Trying to get a little more information, I ran

update-initramfs -u -v -k all

and after many lines of output, got:

Adding binary /usr/lib/x86_64-linux-gnu/libe2p.so.2.3
Calling hook fuse
Adding binary /sbin/mount.fuse3
E: /usr/share/initramfs-tools/hooks/fuse failed with return 1.

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
'experimental'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.18.0-3-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages fuse3 depends on:
ii  adduser3.129
ii  libc6  2.35-3
ii  libfuse3-3 3.11.0-1
ii  lsb-base   11.4
ii  mount  2.38.1-1.1+b1
ii  sed4.8-1
ii  sysvinit-utils [lsb-base]  3.05-6

fuse3 recommends no packages.

fuse3 suggests no packages.

-- no debconf information



Bug#998245: virtualbox-dkms upgrades out of sync with other virtualbox packages

2021-11-01 Thread Joe Pfeiffer
Package: virtualbox-dkms
Version: 6.1.28-dfsg-1+b1
Severity: important

Dear Maintainer,

Following updates in aptitude, I now have the following situation:
snowball:511$ dpkg -l "virtualbox*" | grep ii
ii  virtualbox 6.1.26-dfsg-4amd64x86 
virtualization solution - base binaries
ii  virtualbox-dkms6.1.28-dfsg-1+b1 amd64x86 
virtualization solution - kernel module sources for dkms
ii  virtualbox-ext-pack6.1.26-2 all  extra 
capabilities for VirtualBox, downloader.
ii  virtualbox-guest-additions-iso 6.1.22-1 all  guest 
additions iso image for VirtualBox
ii  virtualbox-qt  6.1.26-dfsg-4amd64x86 
virtualization solution - Qt based user interface

Because virtualbox-dkms was upgraded and virtualbox was not, I am
unable to launch a VM (when I try I get an error popup).  I would have
expected the varius virtualbox* packages to have been kept in sync so
this could not happen.

-- System Information:
Debian Release: 11.0
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
'experimental'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-8-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages virtualbox-dkms depends on:
ii  dkms  2.8.4-3

Versions of packages virtualbox-dkms recommends:
ii  virtualbox  6.1.26-dfsg-4

virtualbox-dkms suggests no packages.

-- debconf-show failed



Bug#972044: still there

2021-06-17 Thread Joe Pfeiffer
The problem persists with version 21.1.0-4



Bug#985473: slic3r: symbol lookup error after gcode export

2021-04-07 Thread Joe Pfeiffer
Bernhard Übelacker writes:
>Hello Joe,
>thanks for the backtrace. It enabled me to reproduce it.
>You have configured a post processing step in your printer settings?

Yes.  I'm sorry I didn't mention that in my original report; it simply
didn't occur to me.

>Then this setenv function is tried to be located in the loaded
>shared objects. Unfortunately Slic3r/XS/XS.so does not show to be
>linked to libboost_nowide.so, where the missing symbols seems to be.
>
>With the 2 lines changed at the bottom of this mail,
>ldd XS.so shows also a line for libboost_nowide.so,
>therefore it gets loaded automatically by the dynamic loader
>and symbol resolution should find it.
>A package build with it shows then a correct error message
>about my missing post processing file.
>
>The given upstream commit contain similar changes.

Excellent!  After a couple of quick passes it's clear I don't have
nearly enough relevant libraries on my machine to build and test the
changes; if you could send me a binary or .deb I'd be happy to give it
a try.
-- 
Joe Pfeiffer   575.525.2764 (H)
1440 Tierra del Sol Dr 575.496.3501 (C)
Las Cruces, NM 88007-5548  



Bug#985473: slic3r: symbol lookup error after gcode export

2021-04-06 Thread Joe Pfeiffer
Hmmm, when I connect gdb to the process, I get an immediate

0x7f9480ca33ff in __GI___poll (fds=0x55943c327d50, nfds=2, timeout=-1) at 
../sysdeps/unix/sysv/linux/poll.c:29
29  ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.

but am then able to proceed.  I set a breakpoint on

boost::nowide::setenv(char const*, char const*, int)@plt

and sliced AK_Bed.stl

gdb did halt on the breakpoint, and got
Thread 73 "perl" hit Breakpoint 1, 0x7f948024f700 in 
boost::nowide::setenv(char const*, char const*, int)@plt ()
   from /usr/lib/slic3r/auto/Slic3r/XS/XS.so
(gdb) where
#0  0x7f948024f700 in boost::nowide::setenv(char const*, char const*, 
int)@plt () at /usr/lib/slic3r/auto/Slic3r/XS/XS.so
#1  0x7f948045e2f9 in Slic3r::ConfigBase::setenv_() () at 
/usr/lib/slic3r/auto/Slic3r/XS/XS.so
#2  0x7f94803306b6 in  () at /usr/lib/slic3r/auto/Slic3r/XS/XS.so
#3  0x559436bc4047 in Perl_pp_entersub ()
#4  0x559436bba736 in Perl_runops_standard ()
#5  0x559436b1fc44 in Perl_call_sv ()
#6  0x7f94807d352a in  () at 
/usr/lib/x86_64-linux-gnu/perl/5.32/auto/threads/threads.so
#7  0x7f94807d4f6d in  () at 
/usr/lib/x86_64-linux-gnu/perl/5.32/auto/threads/threads.so
#8  0x7f9480d80ea7 in start_thread (arg=) at 
pthread_create.c:477
#9  0x7f9480caddef in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95
(gdb) 

I just tried uninstalling and reinstalling it, with the same result.



Bug#985473: slic3r: symbol lookup error after gcode export

2021-03-18 Thread Joe Pfeiffer
Package: slic3r
Version: 1.3.0+dfsg1-3.2
Severity: important

Dear Maintainer,

When I export a gcode file, the file is created successfully, but
slic3r then prints

perl: symbol lookup error: /usr/lib/slic3r/auto/Slic3r/XS/XS.so: undefined 
symbol: _ZN5boost6nowide6setenvEPKcS2_i

to the terminal and terminates.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
'experimental'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-4-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages slic3r depends on:
ii  libboost-filesystem1.74.0  1.74.0-9
ii  libboost-geometry-utils-perl   0.15-2+b9
ii  libboost-thread1.74.0  1.74.0-9
ii  libc6  2.31-9
ii  libencode-locale-perl  1.05-1.1
ii  libexpat1  2.2.10-2
ii  libgcc-s1  10.2.1-6
ii  libio-stringy-perl 2.111-3
ii  libmath-convexhull-monotonechain-perl  0.1-1+b9
ii  libmath-geometry-voronoi-perl  1.3-3+b3
ii  libmath-planepath-perl 129-1
ii  libmoo-perl2.004004-1
ii  libstdc++6 10.2.1-6
pn  libstorable-perl   
ii  perl [libtime-hires-perl]  5.32.1-3
ii  perl-base [perlapi-5.32.0] 5.32.1-3

Versions of packages slic3r recommends:
ii  libclass-xsaccessor-perl  1.19-3+b7
ii  libio-all-perl0.87-1
ii  libopengl-perl0.7000+dfsg-5+b1
ii  libpdf-api2-perl  2.038-3
ii  libsvg-perl   2.85-1
ii  libwx-glcanvas-perl   0.09-5+b4
ii  libwx-perl1:0.9932-5+b5
ii  libxml-sax-expatxs-perl   1.33-2+b7

slic3r suggests no packages.

-- debconf-show failed



Bug#962284: mailman: File "/usr/lib/mailman/cron/cull_bad_shunt", line 77 SyntaxError with Python 3

2020-06-07 Thread Joe Pfeiffer
Dominic Hargreaves writes:
>
>Mailman 2 will never support python 3 and it has been removed from
>unstable and testing (see mailman3 for the future, but bear in mind it's
>very much not a transparent upgrade).

Yeah, the amount of work I anticipate for the switch is why I've been
procrastinating.  I wasn't aware it had been removed from unstable and
testing; it sounds like I'm going to have to bite the bullet sooner
rather than later

>That said, as far as I can tell even
>in unstable, /usr/bin/python is still pointing to /usr/bin/python2.7,
>so you must have manually changed the link in /usr/bin/python behind
>the packaging system's back?

At this point, update-alternatives lists python3 as the "auto"
alternative, so that appears to be the default (I'm nothing resembling
an expert on Debian policies or packaging, so it's entirely possible
I'm reading more into that than I should).

>It does appear to be a bug in this package that /usr/bin/python is used
>(Python policy says that /usr/bin/python2 must be used if the
>application requires a specific major version of python), but
>in practical terms it doesn't appear need fixing since the default isn't
>going to change in the stable releases.
>
>I've attached a trivial patch for completeness (which I prepared before
>I realised that there is no supported mechanism to actually switch
>/usr/bin/python that I can see) in case it's of help. If you're manually
>changing files in /usr/bin, you could of course just fix the scripts
>to specify /usr/bin/python2 by hand, though I don't recommend this
>approach.

That's what I've wound up doing (after filing the bug report, I found
several more scripts in mailman that also break with python3).
-- 
Joe Pfeiffer   575.525.2764 (H)
1440 Tierra del Sol Dr 575.496.3501 (C)
Las Cruces, NM 88007-5548  



Bug#962284: mailman: File "/usr/lib/mailman/cron/cull_bad_shunt", line 77 SyntaxError with Python 3

2020-06-05 Thread Joe Pfeiffer
Package: mailman
Version: 1:2.1.29-1+deb10u1
Severity: normal

Got the following this morning, after switching to Python 3:

From: r...@pfeifferfamily.net (Cron Daemon)
To: l...@pfeifferfamily.net
Subject: Cron  [ -x /usr/lib/mailman/cron/cull_bad_shunt ] && 
/usr/lib/mailman/cron/cull_bad_shunt
Date: Fri, 05 Jun 2020 04:30:01 -0600
Content-Type: text/plain; charset=UTF-8
X-Bogosity: Ham, tests=bogofilter, spamicity=0.28, version=1.2.4

  File "/usr/lib/mailman/cron/cull_bad_shunt", line 77
except getopt.error, msg:
   ^
SyntaxError: invalid syntax

The issue appears to be that Python3 no longer accepts the comma in an
except block.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
'experimental'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.6.0-1-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mailman depends on:
ii  apache2 [httpd]2.4.43-1
ii  cron [cron-daemon] 3.0pl1-136
ii  debconf [debconf-2.0]  1.5.74
ii  libc6  2.30-4
ii  logrotate  3.16.0-3
ii  lsb-base   11.1.0
ii  python 2.7.17-2
ii  python-dnspython   1.16.0-1
ii  ucf3.0038+nmu1

Versions of packages mailman recommends:
ii  exim4-daemon-light [mail-transport-agent]  4.93-15

Versions of packages mailman suggests:
pn  listadmin  
ii  lynx   2.9.0dev.5-1
pn  mailman3-full  
pn  spamassassin   

-- debconf information excluded



Bug#955758: python3-more-itertools: incompatible upstream version 8.2.0

2020-04-04 Thread Joe Pfeiffer
Package: python3-more-itertools
Version: 4.2.0-1
Severity: important

Dear Maintainer,

This package upstream is at 8.2.0.  The order of operands for the
grouper recipe was changed in 6.0.0, so recent packages using it are
incompatible with this version

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
'experimental'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-4-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-more-itertools depends on:
ii  python3  3.7.5-3
ii  python3-six  1.14.0-2

python3-more-itertools recommends no packages.

python3-more-itertools suggests no packages.

-- no debconf information



Bug#941988: libncurses-dev: Please package libncurses_g

2019-10-08 Thread Joe Pfeiffer
Package: libncurses-dev
Version: 6.1+20190803-1
Severity: wishlist

I'm tracking down a bug in a program of mine, which is either a
regression in the current version of libncurses-dev or a bug in my
code which has been exposed by the current version.  It would be very
helpful to me to be able to use the trace() function, to see the
activity of the library.  This is documented as requiring a program to
be linked against libncurses_g (instead of libncurses); so far as I've
been able to find this library is not currently packaged, so I'll need
to rebuild from source.  I'd appreciate it if it could be packaged.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
'experimental'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.2.0-3-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libncurses-dev depends on:
ii  libc6-dev [libc-dev]  2.29-2
ii  libncurses6   6.1+20190803-1
ii  libncursesw6  6.1+20190803-1
ii  libtinfo6 6.1+20190803-1
ii  ncurses-bin   6.1+20190803-1

libncurses-dev recommends no packages.

Versions of packages libncurses-dev suggests:
ii  ncurses-doc  6.1+20190803-1

-- no debconf information



Bug#834298: nis: problem appears to be in invocation in /etc/init.d/nis

2018-10-16 Thread Joe Pfeiffer
Package: nis
Version: 3.17.1-3+b1
Followup-For: Bug #834298

The problem appears to be in line 172 of /etc/init.d/nis:
--exec ${NET}/ypbind -- $broadcast ${YPBINDARGS}

If I execute this by hand (for my environment, which does not use
-broadcast and has empty YPBINDARGS), ie

/usr/sbin/ypbind --

I get the response

babs:~# ypbind --
Usage:
ypbind [-broadcast | -ypset | -ypsetme] [-f configfile]
  [-no-ping] [-broken-server] [-local-only] [-i ping-interval]
  [-r rebind-interval] [-debug] [-verbose] [-n | -foreground]
ypbind -c [-f configfile]
ypbind --version

If I delete the -- from the invocation it works.



Bug#889362: libfuse-dev: libfuse 3 upstream

2018-02-03 Thread Joe Pfeiffer
Package: libfuse-dev
Version: 2.9.7-1
Severity: wishlist

It appears FUSE upstream has released versions up to 3.2.1, while it
is only packaged for Debian as far as 2.9.7.  Are there any prospects
for packaging FUSE 3?

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
'experimental'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libfuse-dev depends on:
ii  libfuse2  2.9.7-1
ii  libselinux1-dev [libselinux-dev]  2.7-2

libfuse-dev recommends no packages.

Versions of packages libfuse-dev suggests:
ii  fuse  2.9.7-1

-- no debconf information



Bug#872258: slic3r-prusa: workaround

2017-09-08 Thread Joe Pfeiffer
Package: slic3r-prusa
Version: 1.37.0+dfsg-1.1
Followup-For: Bug #872258

I'm seeing the same problem.  Deleting the three lines in
/usr/lib/slic3r-prusa/Slic3r/GUI/3DScene.pm that use the macro (lines
998, 1024, 1100) seems to get the program working again.


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
'experimental'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages slic3r-prusa depends on:
ii  libboost-filesystem1.62.0  1.62.0+dfsg-4+b1
ii  libboost-geometry-utils-perl   0.15-2+b6
ii  libboost-log1.62.0 1.62.0+dfsg-4+b1
ii  libboost-system1.62.0  1.62.0+dfsg-4+b1
ii  libboost-thread1.62.0  1.62.0+dfsg-4+b1
ii  libc6  2.24-17
ii  libencode-locale-perl  1.05-1
ii  libexpat1  2.2.3-1
ii  libgcc11:7.2.0-3
ii  libgl1-mesa-glx [libgl1]   13.0.6-1+b2
ii  libglew2.0 2.0.0-5
ii  libglu1-mesa [libglu1] 9.0.0-2.1
ii  libio-stringy-perl 2.111-2
ii  libmath-convexhull-monotonechain-perl  0.1-1+b6
ii  libmath-geometry-voronoi-perl  1.3-2+b5
ii  libmath-planepath-perl 124-1
ii  libmoo-perl2.003002-1
ii  libperl5.26 [libtime-hires-perl]   5.26.0-5
ii  libstdc++6 7.2.0-3
pn  libstorable-perl   
ii  libtbb22017~U7-6
ii  libwxbase3.0-0v5   3.0.3.1+dfsg-1
ii  libwxgtk3.0-0v53.0.3.1+dfsg-1
ii  perl   5.26.0-5
ii  perl-base [perlapi-5.26.0] 5.26.0-5

Versions of packages slic3r-prusa recommends:
ii  libclass-xsaccessor-perl  1.19-2+b9
ii  libio-all-perl0.86-2
ii  libopengl-perl0.7000+dfsg-1
ii  libpdf-api2-perl  2.030-1
ii  libsvg-perl   2.64-1
ii  libwx-glcanvas-perl   0.09-3+b5
ii  libwx-perl1:0.9932-2
ii  libxml-sax-expatxs-perl   1.33-2+b4

slic3r-prusa suggests no packages.

-- debconf-show failed



Bug#870210: slic3r-prusa: Execute end G-code on abort

2017-07-30 Thread Joe Pfeiffer
Package: slic3r-prusa
Version: 1.36.0+dfsg-1
Severity: wishlist

It would be nice if it were possible to execute the custom End G-code
when a print is aborted.  I end up doing all the steps manually
anyway, and it would add a bit of convenience.

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
'experimental'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages slic3r-prusa depends on:
ii  libboost-filesystem1.62.0  1.62.0+dfsg-4+b1
ii  libboost-geometry-utils-perl   0.15-2+b6
ii  libboost-log1.62.0 1.62.0+dfsg-4+b1
ii  libboost-system1.62.0  1.62.0+dfsg-4+b1
ii  libboost-thread1.62.0  1.62.0+dfsg-4+b1
ii  libc6  2.24-12
ii  libencode-locale-perl  1.05-1
ii  libexpat1  2.2.2-2
ii  libgcc11:7.1.0-10
ii  libgl1-mesa-glx [libgl1]   13.0.6-1+b2
ii  libglew2.0 2.0.0-4
ii  libglu1-mesa [libglu1] 9.0.0-2.1
ii  libio-stringy-perl 2.111-2
ii  libmath-convexhull-monotonechain-perl  0.1-1+b6
ii  libmath-geometry-voronoi-perl  1.3-2+b5
ii  libmath-planepath-perl 124-1
ii  libmoo-perl2.003002-1
ii  libperl5.26 [libtime-hires-perl]   5.26.0-4
ii  libstdc++6 7.1.0-10
pn  libstorable-perl   
ii  libtbb24.3~20150611-2
ii  libwxbase3.0-0v5   3.0.2+dfsg-4
ii  libwxgtk3.0-0v53.0.2+dfsg-4
ii  perl   5.26.0-4

Versions of packages slic3r-prusa recommends:
ii  libclass-xsaccessor-perl  1.19-2+b9
ii  libio-all-perl0.86-2
ii  libopengl-perl0.6704+dfsg-2+b4
ii  libpdf-api2-perl  2.030-1
ii  libsvg-perl   2.64-1
ii  libwx-glcanvas-perl   0.09-3+b5
ii  libwx-perl1:0.9932-1+b1
ii  libxml-sax-expatxs-perl   1.33-2+b4

slic3r-prusa suggests no packages.

-- no debconf information



Bug#868694: vm-pcrisis is calling make-face incorrectly with emacs 25

2017-07-17 Thread Joe Pfeiffer
Package: vm
Version: 8.2.0b-2.1
Severity: normal

Loading vm-pcrisis on emacs 25 generates an error because an extra
argument is passed to makeface.  A more complete dscription, and fix,
is available on launchpad.  I tried the fix on my local copy and it
cleared it up.

https://bugs.launchpad.net/vm/+bug/1627814


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
'experimental'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages vm depends on:
ii  dpkg1.18.24
ii  emacsen-common  2.0.8
ii  install-info6.4.0.dfsg.1-2
ii  make4.1-9.1
ii  ucf 3.0036

vm recommends no packages.

Versions of packages vm suggests:
ii  exim4  4.89-3
ii  exim4-daemon-light [mail-transport-agent]  4.89-3
pn  stunnel

-- no debconf information



Bug#849850: encfs: same problem

2017-07-13 Thread Joe Pfeiffer
I'm seeing the same problem following an upgrade today, with version
1.9.1-4.  My log message is
Message-ID: <149998600914.4028.4334536845084459008.reportbug@snowball>
X-Mailer: reportbug 7.1.7
Date: Thu, 13 Jul 2017 16:46:49 -0600

Package: encfs
Followup-For: Bug #849850

Jul 13 16:28:19 snowball kernel: [  545.053729] encfs[3542]: segfault at 0 ip 
7fe2ba2d4e62 sp 7fe2b8819960 error 4 in 
libencfs.so.1.9.1[7fe2ba27b000+75000]

I'm running it on top of ext4, using pam_mount

I've reverted to 1.7.4-5 and seem to be running OK.

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
'experimental'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages encfs depends on:
ii  debconf   1.5.62
ii  fuse  2.9.7-1
ii  libboost-filesystem1.55.0 1.55.0+dfsg-3
ii  libboost-serialization1.55.0  1.55.0+dfsg-3
ii  libboost-system1.55.0 1.55.0+dfsg-3
ii  libc6 2.24-12
ii  libfuse2  2.9.7-1
ii  libgcc1   1:7.1.0-9
ii  librlog5  1.4-2.1
ii  libssl1.0.0   1.0.2d-1
ii  libstdc++67.1.0-9

encfs recommends no packages.

encfs suggests no packages.

-- debconf-show failed



Bug#536401: meaningless errors in syslog: error caught in getattr

2017-07-07 Thread Joe Pfeiffer
Ah.  I had a configuration error.  Having fixed it, I'm not seeing the
errors anymore.



Bug#865354: java.lang.NoClassDefFoundError: org/apache/tomcat/InstanceManager

2017-06-21 Thread Joe Pfeiffer
OK, just sent a message to try to reassign it to eclipse (first time
I've tried this!  Hoping the reporter can do the reassign, not a
maintainer...).

Emmanuel Bourg writes:
>Le 20/06/2017 à 21:48, Joe Pfeiffer a écrit :
>
>> So...  should this bug be reported against eclipse (or, I suppose,
>> eclipse-platform-data)?  And can you suggest a workaround?
>
>Considering that InstanceManager is properly built by tomcat8 I think
>this is indeed an eclipse issue and the bug should be reassigned (I'm
>not sure about the right package to target though).
>
>I'm not familiar enough with eclipse to suggest a workaround
>unfortunately, sorry.

-- 
Joe Pfeiffer   575.525.2764 (H)
1440 Tierra del Sol Dr 575.496.3501 (C)
Las Cruces, NM 88007-5548  



Bug#865354: java.lang.NoClassDefFoundError: org/apache/tomcat/InstanceManager

2017-06-20 Thread Joe Pfeiffer
Yes --

snowball:569$ dpkg -l "*eclipse*" | grep ii
ii  eclipse 3.8.1-10 all  Extensible Tool Platform 
and Java IDE
ii  eclipse-jdt 3.8.1-10 all  Eclipse Java Development 
Tools (JDT)
ii  eclipse-pde 3.8.1-10 amd64Eclipse Plug-in 
Development Environment (PDE)
ii  eclipse-platform3.8.1-10 amd64Eclipse platform without 
development plug-ins
ii  eclipse-platform-data   3.8.1-10 all  Eclipse platform without 
development plug-ins (data)
ii  eclipse-rcp 3.8.1-10 amd64Eclipse Rich Client 
Platform (RCP)

So...  should this bug be reported against eclipse (or, I suppose,
eclipse-platform-data)?  And can you suggest a workaround?

Emmanuel Bourg writes:
>Thank your for the report Joe. The InstanceManager class is in
>/usr/share/java/tomcat8-api.jar. It looks like this jar is missing from
>the classpath used by Eclipse. Did you use the version of eclipse
>currently in testing/unstable?
>
>Emmanuel Bourg

-- 
Joe Pfeiffer   575.525.2764 (H)
1440 Tierra del Sol Dr 575.496.3501 (C)
Las Cruces, NM 88007-5548  



Bug#865354: java.lang.NoClassDefFoundError: org/apache/tomcat/InstanceManager

2017-06-20 Thread Joe Pfeiffer
Package: libtomcat8-java
Version: 8.5.14-2
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

Attempted to run a new install of eclipse

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

Upon making a fresh install of eclipse, I selected the default
workspace; when the Welcome window appeared I clicked on "Overview"
and then "Workbench basics".

   * What was the outcome of this action?

A popup appeared stating, "
HTTP ERROR: 500

Problem accessing /help/index.jsp. Reason:

java.lang.NoClassDefFoundError: org/apache/tomcat/InstanceManager"

   * What outcome did you expect instead?

A window describing the eclipse workbench

*** End of the template - remove these template lines ***

The complete log including stack trace is:

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; 
support was removed in 8.0
NOT SANDBOXED
2017-06-20 09:45:52.818:INFO::Start Help Server: Logging initialized @11708ms
2017-06-20 09:45:53.216:WARN:oejs.ServletHandler:qtp366797302-39: ERROR:  Error 
for /help/index.jsp
java.lang.NoClassDefFoundError: org/apache/tomcat/InstanceManager
at org.eclipse.equinox.jsp.jasper.JspServlet.init(JspServlet.java:123)
at 
org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.initializeDelegate(ServletManager.java:195)
at 
org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:179)
at 
org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
at 
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
at 
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:60)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at 
org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:356)
at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:499)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:258)
at 
org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
at java.lang.Thread.run(Thread.java:748)
Caused by: 
java.lang.ClassNotFoundException: org.apache.tomcat.InstanceManager
at 
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at 
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at 
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at 
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.eclipse.equinox.jsp.jasper.JspServlet.init(JspServlet.java:123)
at 
org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.initializeDelegate(ServletManager.java:195)
at 
org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:179)
at 
org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
at 
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
at 
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:60)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at 
org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:356)
at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
 

Bug#536401: meaningless errors in syslog: error caught in getattr

2017-01-07 Thread Joe Pfeiffer
Package: encfs
Version: 1.9.1-3
Followup-For: Bug #536401

The issue appears to be that encfs is logging errors when getattr is
called on a nonexistent file, instead of simply returning an error
code.  My /var/log/syslog is littered with messages of the form

Jan  7 18:26:08 snowball encfs: 2017-01-07 18:26:08,462 DEBUG [default] 
[user@unknown-host] [int encfs::withFileNode(const char*, const char*, 
fuse_file_info*, std::function)] 
[/build/encfs-VGUC5_/encfs-1.9.1/encfs/encfs.cpp:145] op: getattr error: No 
such file or directory

Reverting to 1.7.4-5 (the most recent version in my package cache,
other than the current version) makes it go away.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
'experimental'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages encfs depends on:
ii  debconf [debconf-2.0]  1.5.59
ii  fuse   2.9.7-1
ii  libc6  2.24-8
ii  libfuse2   2.9.7-1
ii  libgcc11:6.2.1-5
ii  libssl1.1  1.1.0c-2
ii  libstdc++6 6.2.1-5
ii  libtinyxml2-4  4.0.1-1
ii  mount  2.29-1

encfs recommends no packages.

encfs suggests no packages.

-- debconf-show failed



Bug#834624: vm-bonus-el: vm-bogofilter.el doesn't byte-compile

2016-08-17 Thread Joe Pfeiffer
Package: vm-bonus-el
Version: 35.2+nmu1
Severity: serious

Attempting to install, byte-compilation fails.  The compilation log in
/tmp/ contains

emacs24 -q -no-site-file --no-site-file -batch -l path.el -f batch-byte-compile 
vm-bogofilter.el
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable vm-supported-sort-keys)
Eager macro-expansion failure: (void-variable 

Bug#834457: libgtk-3-0: inconsistent signed/unsigned length parameter in gtk_builder_new_from_string() and gtk_builder_add_from_string()

2016-08-16 Thread Joe Pfeiffer
My experience with other Debian packages is I report the bug using
reportbug, and the Debian maintainers make the judgement as to whether
to pass it on upstream.  Most of the other bugs reported against this
package look like they almost have to be upstream, not Debian, bugs,
as well.

D. B. writes:
>Why are you reporting this here? Upstream would be happy to hear
>about it, but it's not Debian's problem (and nor is it serious enough
>to warrant a distro-specific patch)
-- 
Joe Pfeiffer   http://pfeifferfamily.net/
1440 Tierra del Sol Dr 575.525.2764 (H)
Las Cruces, NM 88007-5548  575.496.3501 (C)



Bug#834457: libgtk-3-0: inconsistent signed/unsigned length parameter in gtk_builder_new_from_string() and gtk_builder_add_from_string()

2016-08-15 Thread Joe Pfeiffer
Package: libgtk-3-0
Version: 3.21.4-1
Severity: minor

gssize is signed, gsize is not.

gtk_builder_new_from_string() has the prototype

GtkBuilder *
gtk_builder_new_from_string (const gchar *string,
 gssize   length)

It passes length to gtk_builder_add_from_string(), which has the
prototype

guint
gtk_builder_add_from_string (GtkBuilder   *builder,
 const gchar  *buffer,
 gsize length,
 GError  **error)

This in turn passes length to _gtk_builder_parser_parse_buffer(), with
prototype

void
_gtk_builder_parser_parse_buffer (GtkBuilder   *builder,
  const gchar  *filename,
  const gchar  *buffer,
  gsize length,
  gchar   **requested_objs,
  GError  **error)

This passes length to g_markup_parse_context_parse(), with prototype

gboolean
g_markup_parse_context_parse (GMarkupParseContext  *context,
  const gchar  *text,
  gssizetext_len,
  GError  **error)


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
'experimental'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages libgtk-3-0 depends on:
ii  libatk-bridge2.0-0  2.20.1-3
ii  libatk1.0-0 2.20.0-1
ii  libc6   2.23-4
ii  libcairo-gobject2   1.14.6-1+b1
ii  libcairo2   1.14.6-1+b1
ii  libcolord2  1.3.2-1
ii  libcups22.1.4-4
ii  libepoxy0   1.3.1-1
ii  libfontconfig1  2.11.0-6.5
ii  libfreetype62.6.3-3+b1
ii  libgdk-pixbuf2.0-0  2.34.0-1
ii  libglib2.0-02.49.4-1
ii  libgtk-3-common 3.21.4-1
ii  libjson-glib-1.0-0  1.2.2-1
ii  libpango-1.0-0  1.40.1-1
ii  libpangocairo-1.0-0 1.40.1-1
ii  libpangoft2-1.0-0   1.40.1-1
ii  librest-0.7-0   0.8.0-1
ii  libsoup2.4-12.54.1-1
ii  libwayland-client0  1.11.0-2
ii  libwayland-cursor0  1.11.0-2
ii  libwayland-egl1-mesa [libwayland-egl1]  11.2.2-1
ii  libx11-62:1.6.3-1
ii  libxcomposite1  1:0.4.4-1
ii  libxcursor1 1:1.1.14-1+b1
ii  libxdamage1 1:1.1.4-2+b1
ii  libxext62:1.3.3-1
ii  libxfixes3  1:5.0.2-1
ii  libxi6  2:1.7.6-1
ii  libxinerama12:1.1.3-1+b1
ii  libxkbcommon0   0.5.0-1
ii  libxml2 2.9.4+dfsg1-1+b1
ii  libxrandr2  2:1.5.0-1
ii  shared-mime-info1.6-1

Versions of packages libgtk-3-0 recommends:
ii  libgtk-3-bin  3.20.7-1

Versions of packages libgtk-3-0 suggests:
ii  gvfs 1.28.2-1
ii  librsvg2-common  2.40.16-1

-- no debconf information



Bug#828801: Legitimate mail can contain long lines

2016-07-27 Thread Joe Pfeiffer
Please make enforcing this configurable.  I found out this evening
that yahoo.com happily sends the absurdly long lines an acquaintance
of mine uses, and I've been missing email as a result.



Bug#756323: mailman: why does mailman now include original From header in Reply-to?

2014-07-28 Thread Joe Pfeiffer
Package: mailman
Version: 1:2.1.18-1
Severity: normal

Somewhere between versions 1:2.1.15-1 and the current 1:2.1.18-1,
mailman added code to always include the original From header in
mailman's Reply-to header.  Before calling this a bug, I'm curious as
to why (if it's in the changelog, I missed it).

For a list I administer, this has the following consequence:
Member1 sends message to list
Mailman sends message to all members, with reply-to set to original
sender and list
Member2 replies to message.  Sending message to original Member1
explicitly and to list.
If Member1 has set DontReceiveDuplicates, then Member1 receives copy
of message sent directly, but not copy sent through mailman.  This
copy doesn't have Reply-To set to the list.
Member1 replies to Member2's message, sending to Member2 but not list.

The code is in Mailman/Handlers/CookHeaders.py, lines 172-174.
# We also need to put the old From: in Reply-To: in all cases.  
if o_from:
add(o_from)

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

Kernel: Linux 3.14-1-amd64 (SMP w/2 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 mailman depends on:
ii  apache22.4.9-2
ii  apache2-bin [httpd]2.4.9-2
ii  cron   3.0pl1-124.1
ii  debconf [debconf-2.0]  1.5.53
ii  libc6  2.19-7
ii  logrotate  3.8.7-1
ii  lsb-base   4.1+Debian13
ii  python-dnspython   1.11.1-1
pn  python:any none
ii  ucf3.0030

Versions of packages mailman recommends:
ii  exim4-daemon-light [mail-transport-agent]  4.82.1-1+b1

Versions of packages mailman suggests:
ii  listadmin 2.40-4
ii  lynx  2.8.9dev1-2
pn  spamassassin  none

-- Configuration Files:
/etc/mailman/apache.conf [Errno 2] No such file or directory: 
u'/etc/mailman/apache.conf'

-- debconf-show failed


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



Bug#754185: avahi-daemon: Packet too short or invalid while reading known answer record. (Maybe a UTF-8 problem?)

2014-07-14 Thread Joe Pfeiffer
Package: avahi-daemon
Version: 0.6.31-4
Followup-For: Bug #754185

I'm seeing exactly the same problem.

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

Kernel: Linux 3.14-1-686-pae (SMP w/2 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 avahi-daemon depends on:
ii  adduser  3.113+nmu3
ii  bind9-host [host]1:9.9.5.dfsg-4
ii  dbus 1.8.6-1
ii  host 1:9.9.5.dfsg-4
ii  init-system-helpers  1.19
ii  libavahi-common3 0.6.31-4
ii  libavahi-core7   0.6.31-4
ii  libc62.19-5
ii  libcap2  1:2.22-1.2
ii  libdaemon0   0.14-6
ii  libdbus-1-3  1.8.6-1
ii  libexpat12.1.0-6
ii  lsb-base 4.1+Debian13

Versions of packages avahi-daemon recommends:
ii  libnss-mdns  0.10-6

Versions of packages avahi-daemon suggests:
ii  avahi-autoipd  0.6.31-4

-- 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#736258: acpid fails to upgrade on amd64

2014-07-05 Thread Joe Pfeiffer
Package: acpid
Version: 1:2.0.21-1
Followup-For: Bug #736258

I am seeing exactly the problem described here, trying to upgrade from
1:2.0.21-1 to 1:2.0.22-2

babs:517$ dpkg -l acpid
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---=
ii  acpid  1:2.0.21-1   amd64Advanced Configuration and Power 
babs:518$ sudo dpkg --install 
/var/cache/apt/archives/acpid_1%3a2.0.22-2_amd64.deb
(Reading database ... 379072 files and directories currently installed.)
Preparing to unpack .../acpid_1%3a2.0.22-2_amd64.deb ...
Job for acpid.service canceled.
invoke-rc.d: initscript acpid, action stop failed.
dpkg: warning: subprocess old pre-removal script returned error exit status 1
dpkg: trying script from the new package instead ...
Job for acpid.service canceled.
invoke-rc.d: initscript acpid, action stop failed.
dpkg: error processing archive 
/var/cache/apt/archives/acpid_1%3a2.0.22-2_amd64.deb (--install):
 subprocess new pre-removal script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/acpid_1%3a2.0.22-2_amd64.deb

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

Kernel: Linux 3.14-1-amd64 (SMP w/2 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 acpid depends on:
ii  kmod  16-2
ii  libc6 2.19-4
ii  lsb-base  4.1+Debian13

Versions of packages acpid recommends:
ii  acpi-support-base  0.141-3

acpid suggests no packages.

-- debconf-show failed


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



Bug#746194: freecad: Rotating rotationally symetric part components changes result

2014-04-27 Thread Joe Pfeiffer
Package: freecad
Version: 0.13.2935-dfsg-1.1+b1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

Rather than responding to the questions as asked, I'll point to
the URLs

http://pfeifferfamily.net/illuminator
http://pfeifferfamily.net/wp-content/uploads/illuminator/cr3-4.fcstd
http://pfeifferfamily.net/wp-content/uploads/illuminator/cr3-4a.fcstd

Comparing the two parts, the difference between them is that the
component named Outer trim has been rotated 45 degrees in the
correct part, and has not been rotated in the incorrect part.  In the
incorrect part, I have rings around five of the six outer holes.  As
the Outer trim component is rotationally symmetric (with order 8), I
believe the two parts should be identical.

(in fact, the incorrect one is the original part.  I stumbled on the
45 degree rotation as a way to get the correct result through trial
and error).

*** End of the template - remove these template lines ***


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

Kernel: Linux 3.13-1-amd64 (SMP w/8 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 freecad depends on:
ii  libboost-filesystem1.54.0   1.54.0-5
ii  libboost-program-options1.54.0  1.54.0-5
ii  libboost-regex1.54.01.54.0-5
ii  libboost-signals1.54.0  1.54.0-5
ii  libboost-system1.54.0   1.54.0-5
ii  libboost-thread1.54.0   1.54.0-5
ii  libc6   2.18-4
ii  libcoin80   3.1.4~abc9f50-4
ii  libfreeimage3   3.15.4-3+b2
ii  libfreetype62.5.2-1
ii  libgcc1 1:4.8.2-16
ii  libgfortran34.8.2-16
ii  libgl1-mesa-glx [libgl1]10.1.0-5
ii  libglu1-mesa [libglu1]  9.0.0-2
ii  libice6 2:1.0.8-2
ii  liboce-foundation8  0.15-4
ii  liboce-modeling80.15-4
ii  liboce-ocaf-lite8   0.15-4
ii  liboce-ocaf80.15-4
ii  liboce-visualization8   0.15-4
ii  libpython2.72.7.6-8
ii  libqt4-network  4:4.8.5+git242-g0315971+dfsg-2
ii  libqt4-opengl   4:4.8.5+git242-g0315971+dfsg-2
ii  libqt4-svg  4:4.8.5+git242-g0315971+dfsg-2
ii  libqt4-xml  4:4.8.5+git242-g0315971+dfsg-2
ii  libqt4-xmlpatterns  4:4.8.5+git242-g0315971+dfsg-2
ii  libqtcore4  4:4.8.5+git242-g0315971+dfsg-2
ii  libqtgui4   4:4.8.5+git242-g0315971+dfsg-2
ii  libqtwebkit42.2.1-7
ii  libquadmath04.8.2-16
ii  libsm6  2:1.2.1-2
ii  libsoqt4-20 1.6.0~e8310f-1
ii  libspnav0   0.2.2-1
ii  libstdc++6  4.8.2-16
ii  libx11-62:1.6.2-1
ii  libxerces-c3.1  3.1.1-5
ii  libxext62:1.3.2-1
ii  libzipios++0c2a 0.1.5.9+cvs.2007.04.28-5.1
ii  python  2.7.5-5
ii  python-collada  0.4-2
ii  python-matplotlib   1.3.1-1+b1
ii  python-pivy 0.5.0~v609hg-3
ii  python-ply  3.4-3
ii  python-support  1.0.15
ii  zlib1g  1:1.2.8.dfsg-1

freecad recommends no packages.

Versions of packages freecad suggests:
ii  freecad-doc  0.13.2935-dfsg-1.1

-- 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#708152: loop-aes-testsuite: loop-aes-runtests is failing

2013-05-13 Thread Joe Pfeiffer
Subject: loop-aes-testsuite: loop-aes-runtests is failing
Package: loop-aes-testsuite
Version: 3.3a-1
Severity: normal

I'm trying to track down a problem with a machine that is unable to use AES
for ssh connections (I can supply more detail if it's relevant).  Trying
the loop AES testsuite, I got:

root@projections:/usr/share/doc/loop-aes-testsuite# loop-aes-runtests -v
dd if=/dev/zero of=test-file1 bs=1024 count=33
33+0 records in
33+0 records out
33792 bytes (34 kB) copied, 0.000317924 s, 106 MB/s
cp test-file1 test-file3
echo 09876543210987654321 | /sbin/losetup -p 0 -e AES128 /dev/loop7 test-file3
ioctl: LOOP_SET_STATUS: Invalid argument
make: *** [tests] Error 1
root@projections:/usr/share/doc/loop-aes-testsuite# 

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

Kernel: Linux 3.2.0-4-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 loop-aes-testsuite depends on:
ii  make  3.81-8.2

loop-aes-testsuite recommends no packages.

loop-aes-testsuite 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#674195: bug was in csladspa

2012-05-25 Thread Joe Pfeiffer
This turns out to be a result of bug #672204, csladspa causes several
audio programs to segfault



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



Bug#633349: grub-common: 30_os-prober is generating a syntactically invalid entry for a recently deleted kernel

2011-07-09 Thread Joe Pfeiffer
Package: grub-common
Version: 1.99-6
Severity: normal

This morning I purged linux-image-2.6.32.3.686.  update-grub now reports
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.39-2-686-pae
Found initrd image: /boot/initrd.img-2.6.39-2-686-pae
Found linux image: /boot/vmlinuz-2.6.38-2-686
Found initrd image: /boot/initrd.img-2.6.38-2-686
Found Debian GNU/Linux (wheezy/sid) on /dev/sda1
Found Debian GNU/Linux (wheezy/sid) on /dev/sdb1
error: syntax error.
error: Incorrect command.
error: syntax error.
error: line no: 198
Syntax errors are detected in generated GRUB config file.
Ensure that there are no errors in /etc/default/grub
and /etc/grub.d/* files or please file a bug report with
/boot/grub/grub.cfg.new file attached.
done

Line 198 is an entry for 2.6.32-5 which contains lots of nonprinting
characters; /boot/grub/grub.cfg.new is at the end of this report

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-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 grub-common depends on:
ii  gettext-base0.18.1.1-3   GNU Internationalization utilities
ii  libc6   2.13-7   Embedded GNU C Library: Shared lib
ii  libdevmapper1.02.1  2:1.02.63-3  The Linux Kernel Device Mapper use
ii  libfreetype62.4.4-2  FreeType 2 font engine, shared lib
ii  libfuse22.8.5-3  Filesystem in Userspace (library)
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages grub-common recommends:
ii  os-prober 1.47   utility to detect other OSes on a 

Versions of packages grub-common suggests:
pn  desktop-base  none (no description available)
pn  grub-emu  none (no description available)
pn  multiboot-doc none (no description available)
pn  xorriso   none (no description available)

-- no debconf information
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default=0
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod raid
insmod mdraid09
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(mduuid/a5bd68a4e67324e56edd6e1bf730ca6e)'
search --no-floppy --fs-uuid --set=root 6b5622a3-e914-4152-8320-74a29c498ac7
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
  insmod raid
  insmod mdraid09
  insmod part_msdos
  insmod part_msdos
  insmod ext2
  set root='(mduuid/a5bd68a4e67324e56edd6e1bf730ca6e)'
  search --no-floppy --fs-uuid --set=root 6b5622a3-e914-4152-8320-74a29c498ac7
  set locale_dir=($root)/boot/grub/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.39-2-686-pae' --class debian 
--class gnu-linux --class gnu --class os {
insmod gzio
insmod raid
insmod mdraid09
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(mduuid/a5bd68a4e67324e56edd6e1bf730ca6e)'
search --no-floppy --fs-uuid --set=root 
6b5622a3-e914-4152-8320-74a29c498ac7
echo'Loading Linux 2.6.39-2-686-pae ...'
linux   /boot/vmlinuz-2.6.39-2-686-pae 
root=UUID=6b5622a3-e914-4152-8320-74a29c498ac7 ro  quiet
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-2.6.39-2-686-pae
}
menuentry 'Debian GNU/Linux, with Linux 2.6.39-2-686-pae (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os {
insmod gzio
insmod raid
insmod mdraid09
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(mduuid/a5bd68a4e67324e56edd6e1bf730ca6e)'
search --no-floppy --fs-uuid --set=root 
6b5622a3-e914-4152-8320-74a29c498ac7
echo'Loading Linux 2.6.39-2-686-pae ...'
linux   /boot/vmlinuz-2.6.39-2-686-pae 
root=UUID=6b5622a3-e914-4152-8320-74a29c498ac7 ro single 
echo'Loading initial ramdisk ...'
initrd  

Bug#629873: xfwm4: focus follows mouse doesn't always follow

2011-06-08 Thread Joe Pfeiffer
Package: xfwm4
Version: 4.8.1-3
Severity: normal

Occasionally -- and I wish I could come up with a good example that
will show the behavior consistently -- focus follows mouse seems to
lose window-entry events (I'm not saying that's necessarily the actual
cause, but it's the best description I can give of the problem).

If I move the mouse rapidly between windows, the focus is sometimes
left behind either on the window where I started, or one of the
windows in between.  This is most noticeable when the windows involved
belong to relatively resource-intensive processes, such as firefox or
emacs.

Worse, attempting to move a window by using the center-button on the
title bar and dragging occasionally shows a cursor like that for the
window-move, but with no window selected.  The only way I've found out
of this condition is alt-f7, which selects a window for moving (and
clicking the middle button then releases it).

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-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 xfwm4 depends on:
ii  libc6 2.13-4 Embedded GNU C Library: Shared lib
ii  libdbus-glib-1-2  0.92-1 simple interprocess messaging syst
ii  libgdk-pixbuf2.0-02.23.3-3   GDK Pixbuf library
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.3-6   Layout and rendering of internatio
ii  libstartup-notification0  0.10-1 library for program launch feedbac
ii  libwnck22 2.30.4-3   Window Navigator Construction Kit 
ii  libx11-6  2:1.4.3-1  X11 client-side library
ii  libxcomposite11:0.4.3-1  X11 Composite extension library
ii  libxdamage1   1:1.1.3-1  X11 damaged region extension libra
ii  libxext6  2:1.3.0-1  X11 miscellaneous extension librar
ii  libxfce4ui-1-04.8.0-2widget library for Xfce
ii  libxfce4util4 4.8.1-2Utility functions library for Xfce
ii  libxfconf-0-2 4.8.0-3Client library for Xfce4 configure
ii  libxfixes31:5.0-2X11 miscellaneous 'fixes' extensio
ii  libxrandr22:1.3.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.6-1  X Rendering Extension client libra

Versions of packages xfwm4 recommends:
ii  librsvg2-common   2.32.1-1   SAX-based renderer library for SVG
ii  xfwm4-themes  4.6.0-3Theme files for xfwm4

Versions of packages xfwm4 suggests:
ii  xfce4 4.8.0.2Meta-package for the Xfce Lightwei

-- 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#626128: liba52-0.7.4: Package lacks architecture field

2011-05-08 Thread Joe Pfeiffer
Package: liba52-0.7.4
Version: 0.7.4-woody1
Severity: minor

Since dpkg is now warning about packages that lack an architecture
field, this has become an annoyance:

dpkg-query: warning: parsing file '/var/lib/dpkg/status' near line 11671 
package 'liba52-0.7.4':
 missing architecture

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-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 liba52-0.7.4 depends on:
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib

liba52-0.7.4 recommends no packages.

liba52-0.7.4 suggests no packages.

-- debconf-show failed



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



Bug#618687: lyx: LyX crashes immediately on start

2011-03-17 Thread Joe Pfeiffer
Package: lyx
Version: 2.0.0~rc1-1
Severity: important

Immediately upon start (before any windows open), LyX is crashing with
the messages

snowball:502$ lyx
../../../src/support/lassert.cpp(21): ASSERTION initialised_ VIOLATED IN 
../../../src/support/Package.cpp:70
Assertion triggered in void lyx::doAssert(const char*, const char*, long int) 
by failing check false in file ../../../src/support/lassert.cpp:23
Aborted

I'm seeing this both with 2.0.0~beta4-1 and 2.0.0~rc1-1 (I went to rc1
when beta4 showed the problem).  It's a regression from 1.6.7-1 (I've
just now downgraded, and am able to launch).

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, '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/bash

Versions of packages lyx depends on:
ii  libboost-regex1.42.01.42.0-4 regular expression library for C++
ii  libboost-signals1.42.0  1.42.0-4 managed signals and slots library 
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libenchant1c2a  1.6.0-1  a wrapper library for various spel
ii  libgcc1 1:4.5.2-4GCC support library
ii  libmythes-1.2-0 2:1.2.1-1simple thesaurus library
ii  libqtcore4  4:4.6.3-4Qt 4 core module
ii  libqtgui4   4:4.6.3-4Qt 4 GUI module
ii  libstdc++6  4.5.2-4  The GNU Standard C++ Library v3
ii  lyx-common  2.0.0~rc1-1  Architecture-independent files for
ii  xdg-utils   1.1.0~rc1-2  desktop integration utilities from
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages lyx recommends:
ii  acroread [pdf-viewer]  9.4.2-0.0 Adobe Acrobat Reader: Portable Doc
ii  dvipng 1.13-1convert DVI files to PNG graphics
ii  elyxer 1.2.0-1   Standalone LyX to HTML converter
ii  evince [pdf-viewer]2.30.3-3  Document (PostScript, PDF) viewer
ii  ghostscript8.71~dfsg2-10 The GPL Ghostscript PostScript/PDF
ii  gv [pdf-viewer]1:3.7.1-2 PostScript and PDF viewer for X
ii  imagemagick8:6.6.0.4-3   image manipulation programs
ii  poppler-utils  0.12.4-1.2PDF utilitites (based on libpopple
ii  preview-latex-style11.86-2   extraction of elements from LaTeX 
ii  psutils1.17-27   A collection of PostScript documen
ii  texlive-fonts-recommended  2009-11   TeX Live: Recommended fonts
ii  texlive-generic-extra  2009-10   TeX Live: Extra generic packages
ii  texlive-latex-extra2009-10   TeX Live: LaTeX supplementary pack
ii  texlive-latex-recommended  2009-11   TeX Live: LaTeX recommended packag
ii  texlive-science2009-10   TeX Live: Typesetting for natural 
ii  ttf-lyx2.0.0~beta4-1 TrueType versions of some TeX font
ii  xpdf [pdf-viewer]  3.02-12   Portable Document Format (PDF) rea

Versions of packages lyx suggests:
ii  chktex 1.6.4-1   Finds typographic errors in LaTeX
ii  dvipost1.1-4 Post processor for dvi files suppo
ii  gnuhtml2latex  0.4-1 A Perl script that converts html f
ii  groff  1.21-4GNU troff text-formatting system
pn  latex2rtf  none(no description available)
pn  librsvg2-bin | none(no description available)
ii  libtiff-tools  3.9.4-6   TIFF manipulation and conversion t
ii  linuxdoc-tools 0.9.66convert LinuxDoc SGML source into 
ii  menu   2.1.44generates programs menu for all me
ii  noweb  2.11b-7   A WEB-like literate-programming to
ii  rcs5.7-25The GNU Revision Control System
ii  sgmltools-lite 3.0.3.0.cvs.20010909-15.1 convert DocBook SGML source into H
pn  writer2latex   none(no description available)
ii  wv 1.2.4-2+b1Programs for accessing Microsoft W

-- debconf-show failed



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



Bug#590249: mailman: confirmation

2010-07-26 Thread Joe Pfeiffer
Package: mailman
Version: 1:2.1.13-3
Severity: normal

I'm seeing exactly the same symptoms.

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

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages mailman depends on:
ii  apache2   2.2.15-5   Apache HTTP Server metapackage
ii  apache2-mpm-prefork [httpd]   2.2.15-5   Apache HTTP Server - traditional n
ii  cron  3.0pl1-113 process scheduling daemon
ii  debconf [debconf-2.0] 1.5.33 Debian configuration management sy
ii  exim4 4.72-1 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.72-1 lightweight Exim MTA (v4) daemon
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  logrotate 3.7.8-6Log rotation utility
ii  lsb-base  3.2-23.1   Linux Standard Base 3.2 init scrip
ii  pwgen 2.06-1+b1  Automatic Password generation
ii  python2.6.5-5An interactive high-level object-o
ii  python-support1.0.9  automated rebuilding support for P
ii  ucf   3.0025 Update Configuration File: preserv

mailman recommends no packages.

Versions of packages mailman suggests:
ii  listadmin   2.40-4   command line mailman moderator que
ii  lynx2.8.8dev.4-2 Text-mode WWW Browser (transitiona
pn  spamassassinnone   (no description available)

-- debconf-show failed



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



Bug#520085: problem is a mismatch between iceweasel and cups configuration

2009-09-23 Thread Joe Pfeiffer
Package: iceweasel
Version: 3.0.12-1
Severity: normal

The problem is that iceweasel is trying to get the cups printer list
by connecting to /var/run/cups/cups.sock.  If cupsd isn't configured
to listen with

Listen /var/run/cups/cups.sock

in /etc/cupsd.conf, iceweasel won't get any printer information back.

The distributed cupsd.conf now includes this line, but some of us with
older cups installations didn't end up with the change when we got
careless on an upgrade (that's what happened to me).  While this is
admittedly  user error, it seems reasonable to also try to connect
on :631

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

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

Versions of packages iceweasel depends on:
ii  debianutils 3.2.1Miscellaneous utilities specific t
ii  fontconfig  2.6.0-4  generic font configuration library
ii  libc6   2.9-25   GNU C Library: Shared libraries
ii  libgcc1 1:4.4.1-1GCC support library
ii  libglib2.0-02.20.5-1 The GLib library of C routines
ii  libgtk2.0-0 2.16.6-1 The GTK+ graphical user interface 
ii  libnspr4-0d 4.8-1NetScape Portable Runtime Library
ii  libstdc++6  4.4.1-1  The GNU Standard C++ Library v3
ii  procps  1:3.2.8-1/proc file system utilities
ii  psmisc  22.8-1   utilities that use the proc file s
ii  xulrunner-1.9   1.9.0.13-0lenny1 XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  latex-xft-fonts  1.6.3-5 TrueType versions of some TeX font
ii  libkrb53 1.6.dfsg.4~beta1-13 Transitional library package/krb4 
pn  mozplugger   none  (no description available)
pn  ttf-mathematica4.1   none  (no description available)
ii  xfonts-mathml3   Type1 Symbol font for MathML
pn  xprint   none  (no description available)
ii  xulrunner-1.9-gnome- 1.9.0.13-0lenny1Support for GNOME in xulrunner app

-- debconf-show failed



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



Bug#532881: cups: More IPv6 URLs than just that one

2009-07-16 Thread Joe Pfeiffer
Package: cups
Version: 1.3.10-2
Severity: normal

I'm seeing the same thing, but with more of the interface than that.
If I go to the Printers tab, all of the printer management buttons
have similar URLs (which appear to have have at least a fragment of an
IPv6 address in them):
http://::1/printers/HP6210?op=print-test-page
http://::1/admin/?op=stop-printerprinter_name=HP6210
http://::1/admin/?op=reject-jobsprinter_name=HP6210
http://::1/printers/HP6210?op=move-jobsprinter_name=HP6210
http://::1/admin/?op=purge-jobsprinter_name=HP6210
http://::1/admin/?op=set-sharingprinter_name=HP6210shared=0
http://::1/admin/?op=modify-printerprinter_name=HP6210
http://::1/admin/?op=set-printer-optionsprinter_name=HP6210
(etc)

The tabs on the page have the expected URLs
http://localhost:631/
http://localhost:631/admin
http://localhost:631/classes/
(etc)

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

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

Versions of packages cups depends on:
ii  adduser  3.110   add and remove users and groups
ii  bc   1.06.94-3.1 The GNU bc arbitrary precision cal
ii  cups-common  1.3.10-2Common UNIX Printing System(tm) - 
ii  debconf [debconf-2.0 1.5.27  Debian configuration management sy
ii  ghostscript  8.64~dfsg-12The GPL Ghostscript PostScript/PDF
ii  libavahi-compat-libd 0.6.25-1Avahi Apple Bonjour compatibility 
ii  libc62.9-12  GNU C Library: Shared libraries
ii  libcups2 1.3.10-2Common UNIX Printing System(tm) - 
ii  libcupsimage21.3.10-2Common UNIX Printing System(tm) - 
ii  libdbus-1-3  1.2.14-3simple interprocess messaging syst
ii  libgcc1  1:4.4.0-5   GCC support library
ii  libgnutls26  2.6.6-1 the GNU TLS library - runtime libr
ii  libgssapi-krb5-2 1.6.dfsg.4~beta1-13 MIT Kerberos runtime libraries - k
ii  libijs-0.35  0.35-7  IJS raster image transport protoco
ii  libkrb5-31.6.dfsg.4~beta1-13 MIT Kerberos runtime libraries
ii  libldap-2.4-22.4.11-1OpenLDAP libraries
ii  libpam0g 1.0.1-9 Pluggable Authentication Modules l
ii  libpaper11.1.23+nmu1 library for handling paper charact
ii  libpoppler4  0.10.6-1PDF rendering library
ii  libslp1  1.2.1-7.6   OpenSLP libraries
ii  libstdc++6   4.4.0-5 The GNU Standard C++ Library v3
ii  lsb-base 3.2-22  Linux Standard Base 3.2 init scrip
ii  perl-modules 5.10.0-23   Core Perl modules
ii  procps   1:3.2.8-1   /proc file system utilities
ii  ssl-cert 1.0.23  simple debconf wrapper for OpenSSL
ii  ttf-freefont 20080323-3  Freefont Serif, Sans and Mono True
ii  xpdf-utils [poppler- 3.02-1.4+lenny1 Portable Document Format (PDF) sui
ii  zlib1g   1:1.2.3.3.dfsg-13   compression library - runtime

Versions of packages cups recommends:
ii  avahi-utils   0.6.25-1   Avahi browsing, publishing and dis
ii  cups-client   1.3.10-2   Common UNIX Printing System(tm) - 
ii  cups-driver-gutenprint5.2.3-3printer drivers for CUPS
ii  foomatic-filters  4.0-20090509-1 OpenPrinting printer support - fil
ii  smbclient 2:3.3.4-1  command-line SMB/CIFS clients for 

Versions of packages cups suggests:
ii  cups-bsd  1.3.10-2   Common UNIX Printing System(tm) - 
pn  cups-pdf  none (no description available)
ii  foomatic-db   20090616-1 OpenPrinting printer support - dat
ii  foomatic-db-engine4.0-20090509-1 OpenPrinting printer support - pro
ii  hplip 3.9.4b-1   HP Linux Printing and Imaging Syst
pn  xpdf-korean | xpdf-japane none (no description available)

-- debconf-show failed



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



Bug#532075: sitecopy: recompiling seems to fix it....

2009-06-20 Thread Joe Pfeiffer
Package: sitecopy
Version: 1:0.16.6-2
Severity: normal

I'm seeing exactly the same error.  Running strace sitecopy, the error
seems to be a bad parameter when trying to create the ftp socket:

socket(PF_INET, 0x80001 /* SOCK_??? */, IPPROTO_TCP) = -1 EINVAL (Invalid 
argument)
open(/usr/share/locale/en_US/LC_MESSAGES/libc.mo, O_RDONLY) = -1 ENOENT (No 
such file or directory)
open(/usr/share/locale/en/LC_MESSAGES/libc.mo, O_RDONLY) = -1 ENOENT (No such 
file or directory)
write(1, sitecopy: Error: Could not connec..., 67sitecopy: Error: Could not 
connect to server (lcctnm.org port 21).
) = 67

If I

% apt-get source sitecopy

and compile from source, my freshly-compiled version works.

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

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

Versions of packages sitecopy depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libneon27-gnutls  0.28.4-1   An HTTP and WebDAV client library 

sitecopy recommends no packages.

sitecopy suggests no packages.

-- debconf-show failed



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



Bug#479187: chkrootkit: this problem is still present in 0.48-5

2008-08-18 Thread Joe Pfeiffer
Package: chkrootkit
Version: 0.48-5
Followup-For: Bug #479187

This is a confirmation that I'm seeing this problem on one of my
machines (though several others aren't showing, oddly enough...)

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (500, 
'oldstable')
Architecture: i386 (i686)

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

Versions of packages chkrootkit depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  debconf [debconf-2. 1.5.22   Debian configuration management sy
ii  libc6   2.7-13   GNU C Library: Shared libraries
ii  net-tools   1.60-19  The NET-3 networking toolkit
ii  procps  1:3.2.7-8/proc file system utilities

chkrootkit recommends no packages.

chkrootkit suggests no packages.

-- debconf information:
* chkrootkit/run_daily: true
* chkrootkit/run_daily_opts: -q
* chkrootkit/diff_mode: false



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



Bug#455688: Problem still exists

2008-06-20 Thread Joe Pfeiffer
I am still seeing this problem, as of gnome-terminal 2.22.2-1 and
libvte9 1:0.16.13-1+b1 (and emacs 22.2+2-2, if that turns out to be
relevant)





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



Bug#485666: acpi: Doesn't resume if AC plugged in

2008-06-10 Thread Joe Pfeiffer
Package: acpi
Version: 0.09-5
Severity: minor

When I either suspend or resume my laptop with the AC adapter plugged
in, it doesn't successfully resume.

Ie:
If I unplug it and suspend, it resumes correctly.  I can plug the AC
adapter in, and unplug it again, and it still resumes correctly.

If it is plugged in when I suspend it, it doesn't resume correctly.
It doesn't matter whether it is plugged in or not when I attempt to resume.

If it is plugged in when I resume it, it doesn't resume correctly.
It doesn't matter whether it was plugged in or not when I suspended.

By doesn't resume correctly, I mean I see some disk activity and the
power light goes from flashing to steady-on, but the screen and
ethernet aren't restarted.

The laptop is an Averatec 3270-EH1.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (500, 
'oldstable')
Architecture: i386 (i686)

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

Versions of packages acpi depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries

acpi recommends no packages.

-- no debconf information



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



Bug#473589: gkrellm window not always tall enough

2008-04-18 Thread Joe Pfeiffer
It's interesting that the people confirming this use fvwm (as do I).
I don't think it can be just a fvwm bug, since I don't see other
programs showing the same behavior.  But some sort of odd interaction
between the two?



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



Bug#473589: gkrellm window not always tall enough

2008-03-31 Thread Joe Pfeiffer
Package: gkrellm
Version: 2.3.1-1
Severity: minor

gkrellm frequently appears in a window that isn't tall enough to
display all of the krells I have enabled.  It appears to be the height
of a chart, but I'm not sure of that.  Increasing and then decreasing
the number of krells I'm displaying seems to fix it -- I've gotten
into the the habit of enabling and then disabling the 'composite disk'
chart, after which everything is displayed properly.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (500, 
'oldstable')
Architecture: i386 (i686)

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

Versions of packages gkrellm depends on:
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libcairo2   1.4.14-1 The Cairo 2D vector graphics libra
ii  libgcrypt11 1.4.0-3  LGPL Crypto library - runtime libr
ii  libglib2.0-02.16.1-2 The GLib library of C routines
ii  libgnutls13 2.0.4-3  the GNU TLS library - runtime libr
ii  libgtk2.0-0 2.12.5-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.20.0-1 Layout and rendering of internatio
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library

gkrellm recommends no packages.

-- no debconf information



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



Bug#465748: vm: Sven's patch works

2008-03-05 Thread Joe Pfeiffer
Package: vm
Followup-For: Bug #465748

This is a confirmation that I've applied Sven's patch against 8.0.9-1:
it applies cleanly and works.  Thanks Sven!

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (500, 
'oldstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages vm depends on:
ii  emacs [emacsen]  22.1+1-2.3  The GNU Emacs editor (metapackage)
ii  emacs21 [emacsen]21.4a+1-5.3 The GNU Emacs editor
ii  emacs22 [emacsen]22.1+1-2.3  The GNU Emacs editor
ii  make 3.81-3  The GNU version of the make util
ii  ucf  3.005   Update Configuration File: preserv

vm recommends no packages.

-- no debconf information



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



Bug#469312: initramfs-tools: awk reports syntax error in update-initramfs

2008-03-04 Thread Joe Pfeiffer
Package: initramfs-tools
Version: 0.91e
Severity: critical
Justification: breaks the whole system

Attempting to run update-initramfs is giving me the following result:

snowball:552$ sudo update-initramfs -u 2.6.22-3-k7
update-initramfs: Generating /boot/initrd.img-2.6.22-3-k7
awk: /^md/2/{print substr($5, 1, 3)}
awk:^ syntax error

The resulting initrd image apears to be corrupt -- at any rate, my
kernel panicked shortly after trying to mount it.

-- Package-specific info:
-- /proc/cmdline
BOOT_IMAGE=Linux ro root=902

-- /proc/filesystems
cramfs
ext3
fuseblk

-- lsmod
Module  Size  Used by
iptable_mangle  3136  0 
iptable_filter  3264  0 
ipt_MASQUERADE  3904  1 
iptable_nat 7556  1 
nf_nat 18348  2 ipt_MASQUERADE,iptable_nat
nf_conntrack_ipv4  18124  2 iptable_nat
nf_conntrack   61000  4 
ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4
nfnetlink   6168  3 nf_nat,nf_conntrack_ipv4,nf_conntrack
ip_tables  12708  3 iptable_mangle,iptable_filter,iptable_nat
x_tables   14660  3 ipt_MASQUERADE,iptable_nat,ip_tables
binfmt_misc11400  1 
via40192  2 
drm76628  3 via
nfsd  204912  13 
exportfs5952  1 nfsd
ppdev   8964  0 
lp 11300  0 
autofs420804  2 
nfs   225452  0 
lockd  61320  3 nfsd,nfs
nfs_acl 3840  2 nfsd,nfs
sunrpc158972  11 nfsd,nfs,lockd,nfs_acl
ipv6  239524  35 
sd_mod 27584  0 
fuse   42388  1 
dm_snapshot16804  0 
dm_mirror  21376  0 
dm_mod 52672  2 dm_snapshot,dm_mirror
snd_via82xx27224  0 
gameport   15304  1 snd_via82xx
snd_ac97_codec 93220  1 snd_via82xx
ac97_bus2560  1 snd_ac97_codec
snd_pcm_oss39904  0 
snd_mixer_oss  15872  1 snd_pcm_oss
snd_pcm72772  3 snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_page_alloc  9800  2 snd_via82xx,snd_pcm
snd_mpu401_uart 8384  1 snd_via82xx
snd_seq_dummy   4036  0 
snd_seq_oss29760  0 
snd_seq_midi8480  0 
snd_rawmidi23264  2 snd_mpu401_uart,snd_seq_midi
usb_storage77440  0 
parport_pc 34212  1 
parport34312  3 ppdev,lp,parport_pc
evdev   9664  2 
snd_seq_midi_event  7360  2 snd_seq_oss,snd_seq_midi
snd_seq46864  6 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer  21380  2 snd_pcm,snd_seq
snd_seq_device  8012  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
shpchp 31380  0 
usbhid 26144  0 
hid25792  1 usbhid
snd48804  11 
snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_mpu401_uart,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
i2c_viapro  8788  0 
pcspkr  3392  0 
k8temp  5824  0 
soundcore   7840  1 snd
i2c_core   24000  1 i2c_viapro
rtc13144  0 
pci_hotplug29568  1 shpchp
amd64_agp  12420  1 
agpgart32264  2 drm,amd64_agp
pl2303 20036  0 
usbserial  31976  1 pl2303
usblp  13632  0 
ext3  122632  2 
jbd55848  1 ext3
mbcache 8580  1 ext3
raid1  22784  1 
md_mod 74196  4 raid1
ide_cd 36896  0 
cdrom  33184  1 ide_cd
ide_disk   16832  7 
ata_generic 7876  0 
libata116912  1 ata_generic
scsi_mod  137356  3 sd_mod,usb_storage,libata
via_rhine  24136  0 
mii 5696  1 via_rhine
ehci_hcd   31116  0 
uhci_hcd   23376  0 
usbcore   125704  8 
usb_storage,usbhid,pl2303,usbserial,usblp,ehci_hcd,uhci_hcd
via82cxxx   8964  0 [permanent]
generic 5124  0 [permanent]
ide_core  114436  5 usb_storage,ide_cd,ide_disk,via82cxxx,generic
thermal13768  0 
processor  31368  1 thermal
fan 5124  0 

-- /etc/kernel-img.conf
# Do not create symbolic links in /
Do_Symlinks = 
do_initrd = Yes

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
BOOT=local
DEVICE=eth0
NFSROOT=auto


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (500, 
'oldstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked 

Bug#464732: gnumeric: excel export needs second argument on floor() function

2008-02-08 Thread Joe Pfeiffer
Package: gnumeric
Version: 1.6.3-6
Severity: normal

When excel 2000 reads an excel file saved by gnumeric, it reports
errors if a floor(x) function is used with a single argument.  So
excel export needs to convert floor(x) to floor(x,1).

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (500, 
'oldstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-k7 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnumeric depends on:
ii  debconf [debc 1.5.18 Debian configuration management sy
ii  gconf22.20.1-2   GNOME configuration database syste
ii  gnumeric-comm 1.6.3-6common files for Gnumeric, the GNO
ii  gsfonts   1:8.11+urwcyr1.0.7~pre43-2 Fonts for the Ghostscript interpre
ii  libart-2.0-2  2.3.19-3   Library of functions for 2D graphi
ii  libatk1.0-0   1.20.0-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.20.2-1   Bonobo CORBA interfaces library
ii  libbonoboui2- 2.20.0-1   The Bonobo UI library
ii  libc6 2.7-5  GNU C Library: Shared libraries
ii  libcairo2 1.4.10-1+lenny2The Cairo 2D vector graphics libra
ii  libfontconfig 2.5.0-2generic font configuration library
ii  libgconf2-4   2.20.1-2   GNOME configuration database syste
ii  libglade2-0   1:2.6.2-1  library to load .glade files at ru
ii  libglib2.0-0  2.14.3-1   The GLib library of C routines
ii  libgnome-keyr 2.20.3-1   GNOME keyring services library
ii  libgnome2-0   2.20.1.1-1 The GNOME 2 library - runtime file
ii  libgnomecanva 2.20.1.1-1 A powerful object-oriented display
ii  libgnomeprint 2.18.0-2   The GNOME 2.2 print architecture -
ii  libgnomeprint 2.18.1-1   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.20.1.1-1 The GNOME 2 libraries (User Interf
ii  libgnomevfs2- 1:2.20.1-1 GNOME Virtual File System (runtime
ii  libgoffice-1- 0.2.1-4Document centric objects library -
ii  libgsf-1-114  1.14.7-2   Structured File Library - runtime 
ii  libgsf-gnome- 1.14.7-2   Structured File Library - runtime 
ii  libgtk2.0-0   2.12.1-1   The GTK+ graphical user interface 
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  liborbit2 1:2.14.10-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.18.4-1   Layout and rendering of internatio
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libsm62:1.0.3-1+b1   X11 Session Management library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.9-1  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxi62:1.1.3-1  X11 Input extension library
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxml2   2.6.30.dfsg-3.1GNOME XML library
ii  libxrandr22:1.2.2-1  X11 RandR extension library
ii  libxrender1   1:0.9.4-1  X Rendering Extension client libra
ii  zlib1g1:1.2.3.3.dfsg-8   compression library - runtime

gnumeric recommends no packages.

-- debconf information:
  gnumeric/existing-process: false



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



Bug#432256: Xinerama active, but = 0 screens?

2007-08-14 Thread Joe Pfeiffer
I was able to check it after all -- yes, it fixes the problem for me
as well.

Brice Goglin writes:
The problem might be fixed  by the following patch
http://cvs.fedora.redhat.com/viewcvs/*checkout*/rpms/xorg-x11-server/devel/xserver-1.3.0-randrama-no-zero-screens.patch?rev=1.1

Could any of you rebuild xserver-xorg-core 1.3 with it and reports
whether it helps?
-- 
Joseph J. Pfeiffer, Jr., Ph.D.   Phone -- (505) 646-1605
Department of Computer Science   FAX   -- (505) 646-1002
New Mexico State University  http://www.cs.nmsu.edu/~pfeiffer



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



Bug#431746: reverting a version gets rid of the problem

2007-07-28 Thread Joe Pfeiffer
One last note on this:  on i386, reverting from

xserver-xorg-core 2:1.3.0.0.dfsg-11
to
xserver-xorg-core 2:1.1.1-21

makes the problem go away (using the same version of
xserver-xorg-video-vesa I mentioned before).
-- 
Joseph J. Pfeiffer, Jr., Ph.D.   Phone -- (505) 646-1605
Department of Computer Science   FAX   -- (505) 646-1002
New Mexico State University  http://www.cs.nmsu.edu/~pfeiffer



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



Bug#434830: hal startup excruciating slow

2007-07-26 Thread Joe Pfeiffer
Package: hal
Version: 0.5.9.1-2
Severity: important

Starting hal takes on the order of two minutes on my laptop.  Running
hald --verbose=yes --use-syslog

some of the relevant lines of output include:
Jul 26 20:38:59 Valiant hald[7115]: 20:38:59.478 [I] acpi.c:1337: acpi_add: 
acpi_path=/proc/acpi/battery/BAT0 acpi_type=0, parent=0x 
Jul 26 20:39:51 Valiant hald[7115]: 20:39:51.691 [D] acpi.c:176: Current 
voltage is unknown, smaller than 50% or greater than design 

Jul 26 20:39:51 Valiant hald[7115]: 20:39:51.695 [I] acpi.c:1337: acpi_add: 
acpi_path=/proc/acpi/ac_adapter/AC acpi_type=3, parent=0x 
Jul 26 20:40:27 Valiant hald[7115]: 20:40:27.715 [D] acpi.c:176: Current 
voltage is unknown, smaller than 50% or greater than design 
Jul 26 20:40:27 Valiant hald[7115]: 20:40:27.729 [I] hald_dbus.c:4766: 
*** 
Jul 26 20:40:27 Valiant hald[7115]: 20:40:27.729 [I] hald_dbus.c:4767: 
* got a connection 80ce990 
Jul 26 20:40:27 Valiant hald[7115]: 20:40:27.729 [I] hald_dbus.c:4768: 
*** 
Jul 26 20:40:47 Valiant hald[7115]: 20:40:47.795 [D] acpi.c:176: Current 
voltage is unknown, smaller than 50% or greater than design 
So there are delays of up to nearly a minute between several of these
lines.  If you'd like me to send the whole log for the period I was
bringing up hald, I can...

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (550, 
'oldstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-k7 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages hal depends on:
ii  adduser 3.104add and remove users and groups
ii  dbus1.1.1-3  simple interprocess messaging syst
ii  hal-info20070618-1   Hardware Abstraction Layer - fdi f
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libexpat1   1.95.8-3.4   XML parsing C library - runtime li
ii  libgcc1 1:4.2-20070712-1 GCC support library
ii  libglib2.0-02.12.12-1+b1 The GLib library of C routines
ii  libhal-storage1 0.5.9.1-2Hardware Abstraction Layer - share
ii  libhal1 0.5.9.1-2Hardware Abstraction Layer - share
ii  libsmbios1  0.13.6-1 Provide access to (SM)BIOS informa
ii  libstdc++6  4.2-20070712-1   The GNU Standard C++ Library v3
ii  libusb-0.1-42:0.1.12-7   userspace USB programming library
ii  libvolume-id0   0.105-4  libvolume_id shared library
ii  lsb-base3.1-23.1 Linux Standard Base 3.1 init scrip
ii  pciutils1:2.2.4-1Linux PCI Utilities
ii  udev0.105-4  /dev/ and hotplug management daemo
ii  usbutils0.72-8   Linux USB utilities

Versions of packages hal recommends:
ii  eject 2.1.5-2ejects CDs and operates CD-Changer

-- no debconf information


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



Bug#431746: (no subject)

2007-07-26 Thread Joe Pfeiffer
I'm seeing exactly these symptoms with
xserver-xorg-video-vesa   1:1.3.0-1 for i386

From my /var/log/syslog:

Jul 25 23:36:12 Valiant gdm[3392]: Xinerama active, but = 0 screens?
Jul 25 23:36:32 Valiant gdm[3384]: gdm_child_action: Aborting display :0


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



Bug#404423: iceweasel: configural px size?

2006-12-24 Thread Joe Pfeiffer
Package: iceweasel
Version: 2.0+dfsg-1
Severity: wishlist

A persistent problem with a high-resolution monitor and many
poorly-designed websites is their use of pixel-level formatting.
Labels don't fit in boxes; columns overlap.

If it were possible to scale the dimenions of a 'px', it would be
possible to adjust these sites to better work with a high-resolution screen.

(I realize this is really a problem with the websites -- but they
aren't going to change any time soon...)

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (500, 
'oldstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages iceweasel depends on:
ii  debianutils   2.17   Miscellaneous utilities specific t
ii  fontconfig2.4.1-2generic font configuration library
ii  libatk1.0-0   1.12.3-1   The ATK accessibility toolkit
ii  libc6 2.3.6.ds1-8GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libfontconfig12.4.1-2generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-19 GCC support library
ii  libglib2.0-0  2.12.4-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.20-3   The GTK+ graphical user interface 
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libmyspell3c2 1:3.1-18   MySpell spellchecking library
ii  libpango1.0-0 1.14.8-3   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libstdc++64.1.1-19   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-4  X11 client-side library
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxp61:1.0.0.xsf1-1 X Printing Extension (Xprint) clie
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  psmisc22.3-1 Utilities that use the proc filesy
ii  zlib1g1:1.2.3-13 compression library - runtime

iceweasel recommends no packages.

-- no debconf information


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



Bug#393307: does not reconnect to gkrellmd

2006-10-15 Thread Joe Pfeiffer
Package: gkrellm
Version: 2.2.9-1
Severity: wishlist

When I'm using gkrellm to monitor the status of a remote system with
-server, it shows when the system goes down quite well.  But if the
system recovers and restarts gkrellmd, my local gkrellm doesn't appear
to ever try to reconnect, and I never see that it has recovered until
I restart gkrellm.

It could be argued that this should be the default behavior, but I
would like to at least have an option to keep retrying when the server
fails.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (500, 
'oldstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gkrellm depends on:
ii  libatk1.0-0  1.12.2-1The ATK accessibility toolkit
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libcairo21.2.4-1 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libglib2.0-0 2.12.3-2The GLib library of C routines
ii  libgtk2.0-0  2.8.20-2The GTK+ graphical user interface 
ii  libice6  1:1.0.1-2   X11 Inter-Client Exchange library
ii  libpango1.0-01.14.5-1Layout and rendering of internatio
ii  libsm6   1:1.0.1-3   X11 Session Management library
ii  libssl0.9.8  0.9.8c-3SSL shared libraries
ii  libx11-6 2:1.0.0-9   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxi6   1:1.0.1-3   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra

gkrellm recommends no packages.

-- no debconf information


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



Bug#379647: linux-image-2.6.16-2-k7 shows the same behavior

2006-07-31 Thread Joe Pfeiffer
Package: linux-image-2.6.16-2-k7
Version: 2.6.16-17
Followup-For: Bug #379647

I'm seeing exactly the same behavior with 2.6.16-2-k7, also with a
Logitech cordless mouse.  2.6.15-1-k7 worked fine.

Here's the information requested of the
original reporter:

dpkg -l udev:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  udev   0.093-1/dev/ and hotplug management daemon

lsmod:
Module  Size  Used by
radeon 96032  0 
drm62228  1 radeon
binfmt_misc10312  1 
nfsd  200772  13 
exportfs5248  1 nfsd
lockd  54248  2 nfsd
nfs_acl 3328  1 nfsd
sunrpc133476  9 nfsd,lockd,nfs_acl
autofs416836  2 
apm18476  1 
ipv6  218912  16 
dm_mod 48180  0 
evdev   8832  0 
shpchp 39424  0 
pci_hotplug24308  1 shpchp
i2c_amd756  6020  0 
i2c_core   19536  1 i2c_amd756
amd_k7_agp  8012  1 
agpgart29296  2 drm,amd_k7_agp
rtc11444  0 
snd_cmipci 30624  0 
gameport   13576  1 snd_cmipci
snd_pcm_oss44128  0 
snd_mixer_oss  15744  1 snd_pcm_oss
snd_pcm74504  2 snd_cmipci,snd_pcm_oss
snd_page_alloc  9864  1 snd_pcm
snd_opl3_lib9216  1 snd_cmipci
snd_timer  20420  2 snd_pcm,snd_opl3_lib
snd_hwdep   8580  1 snd_opl3_lib
snd_mpu401_uart 6656  1 snd_cmipci
snd_rawmidi22496  1 snd_mpu401_uart
snd_seq_device  8332  2 snd_opl3_lib,snd_rawmidi
snd46400  10 
snd_cmipci,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_opl3_lib,snd_timer,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_device
floppy 55916  0 
soundcore   8736  1 snd
pl2303 17028  0 
usbserial  28364  1 pl2303
pcspkr  3012  0 
psmouse34504  0 
serio_raw   6532  0 
usblp  12224  0 
parport_pc 31728  0 
parport32008  1 parport_pc
ext3  116872  1 
jbd47316  1 ext3
mbcache 7684  1 ext3
raid1  19520  1 
md_mod 64596  2 raid1
ide_generic 1216  0 [permanent]
ide_cd 35680  0 
cdrom  32240  1 ide_cd
ide_disk   14720  6 
generic 4228  0 [permanent]
usbhid 32416  0 
amd74xx12764  0 [permanent]
ide_core  111536  5 ide_generic,ide_cd,ide_disk,generic,amd74xx
ohci_hcd   17348  0 
usbcore   36  6 pl2303,usbserial,usblp,usbhid,ohci_hcd
8139too24384  0 
8139cp 19776  0 
mii 5248  2 8139too,8139cp
processor  21760  0 

And, just for grins, here's ls -R /dev/input
/dev/input:
by-id/
by-path/
event0
event1
event2

/dev/input/by-id:
usb-Logitech_USB_Receiver-event-kbd@
usb-Logitech_USB_Receiver-event-mouse@

/dev/input/by-path:
pci-:00:07.4-usb-0:1:1.0-event-kbd@
pci-:00:07.4-usb-0:1:1.1-event-mouse@
platform-pcspkr-event-spkr@

modprobe mousedev fixes it (and, of course, adding mousedev to
/etc/modules is a successful workaround)

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (500, 
'oldstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages linux-image-2.6.16-2-k7 depends on:
ii  initramfs-tools [linux-initra 0.72   tools for generating an initramfs
ii  module-init-tools 3.2.2-3tools for managing Linux kernel mo

Versions of packages linux-image-2.6.16-2-k7 recommends:
ii  libc6-i6862.3.6-15   GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.16-2-k7/preinst/elilo-initrd-2.6.16-2-k7: true
  linux-image-2.6.16-2-k7/preinst/failed-to-move-modules-2.6.16-2-k7:
  linux-image-2.6.16-2-k7/prerm/would-invalidate-boot-loader-2.6.16-2-k7: true
  linux-image-2.6.16-2-k7/preinst/already-running-this-2.6.16-2-k7:
  linux-image-2.6.16-2-k7/postinst/bootloader-error-2.6.16-2-k7:
  linux-image-2.6.16-2-k7/postinst/bootloader-test-error-2.6.16-2-k7:
  linux-image-2.6.16-2-k7/postinst/kimage-is-a-directory:
  linux-image-2.6.16-2-k7/preinst/bootloader-initrd-2.6.16-2-k7: true
  linux-image-2.6.16-2-k7/preinst/lilo-has-ramdisk:
  

Bug#379647: Info received (linux-image-2.6.16-2-k7 shows the same behavior)

2006-07-31 Thread Joe Pfeiffer
maximilian attems [EMAIL PROTECTED] Suggested the following to fix
this:

 upgrade to latest udev than all the input is loaded!

udev 0.093-1 *is* the latest version in Debian.


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



Bug#376962: dfontmgr: Perl scripts are put in /usr/share/perl5/Debian/Dfongmgr

2006-07-05 Thread Joe Pfeiffer
Package: dfontmgr
Version: 0.11.9
Severity: grave
Justification: renders package unusable

Perl scripts needed for this package are put in
/usr/share/perl5/Debian/Dfongmgr instead of
/usr/share/perl5/Debian/Dfontmgr.  Moving the scripts fixes it.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (500, 
'oldstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages dfontmgr depends on:
ii  defoma0.11.9 Debian Font Manager -- automatic f
ii  libft-perl1.2-16 Perl module for the FreeType libra
ii  libglade-perl 0.61-1 Glade-perl runtime modules
ii  libgtk-perl   0.7009-6   Perl module for the gtk+ library
ii  perl  5.8.8-4Larry Wall's Practical Extraction 

dfontmgr recommends no packages.

-- no debconf information


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



Bug#376043: libnetpbm10-dev: libpbm option processing conflicts with popt

2006-06-29 Thread Joe Pfeiffer
Package: libnetpbm10-dev
Version: 2:10.0-10.1
Severity: wishlist

The libpbm man page specifies that ppm_init must be called before any
option processing is done.  However, it intercepts the --help option,
prints a pretty uninformative message, and terminates; this keeps
libpopt from processing --help.

From some experimentation with it, it doesn't like ppm_init() actually
has to be called?  If that's the case, the man page could just be clarified.
-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (500, 
'oldstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libnetpbm10-dev depends on:
ii  libnetpbm10  2:10.0-10.1 Shared libraries for netpbm

libnetpbm10-dev recommends no packages.

-- no debconf information


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



Bug#366851: Problem appears to be ACPI

2006-05-22 Thread Joe Pfeiffer
The critical difference between my kernel and the precompiled kernel
appears to be that the precompiled kernel has ACPI.  Adding an
acpi=off parameter to the kernel boot string appears to fix it.

My chipset is an old AMD-751 and AMD-756, which claims to support ACPI
though I'd never enabled it before.


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



Bug#366851: linux-image-2.6.15-1-k7: 8139too works with a kernel I compile; not with precompiled

2006-05-11 Thread Joe Pfeiffer
Package: linux-image-2.6.15-1-k7
Version: 2.6.15-8
Severity: important

When I boot a precompiled kernel (both the one I'm filing this against
and 2.6.16-1-k7) I get the following in  dmesg:

8139too Fast Ethernet driver 0.9.27
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
PCI: setting IRQ 10 as level-triggered
ACPI: PCI Interrupt :00:0a.0[A] - Link [LNKC] - GSI 10 (level, low) - 
IRQ 10
PCI: Unable to reserve I/O region #1:[EMAIL PROTECTED] for device :00:0a.0
Trying to free nonexistent resource de00-deff
Trying to free nonexistent resource ef00-efff
8139too: probe of :00:0a.0 failed with error -16

and, of course, eth0 isn't there.  With my self-compiled kernel (which
I'm running as I report this; 8139too is a module), it works.

lspci -vv reports:

:00:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
Subsystem: Realtek Semiconductor Co., Ltd. RT8139
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 64 (8000ns min, 16000ns max)
Interrupt: pin A routed to IRQ 10
Region 0: I/O ports at de00 [size=256]
Region 1: Memory at ef00 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA 
PME(D0-,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (500, 
'oldstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15snowball
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages linux-image-2.6.15-1-k7 depends on:
ii  module-init-tools 3.2.2-2tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool]  0.0.12-9   Yet Another mkInitRD

Versions of packages linux-image-2.6.15-1-k7 recommends:
ii  libc6-i6862.3.6-7GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.15-1-k7/postinst/depmod-error-initrd-2.6.15-1-k7: false
  linux-image-2.6.15-1-k7/postinst/old-initrd-link-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/preinst/abort-install-2.6.15-1-k7:
  linux-image-2.6.15-1-k7/postinst/create-kimage-link-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/postinst/depmod-error-2.6.15-1-k7: false
  linux-image-2.6.15-1-k7/postinst/kimage-is-a-directory:
  linux-image-2.6.15-1-k7/preinst/lilo-has-ramdisk:
  linux-image-2.6.15-1-k7/preinst/failed-to-move-modules-2.6.15-1-k7:
  linux-image-2.6.15-1-k7/preinst/overwriting-modules-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/postinst/old-system-map-link-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/postinst/bootloader-error-2.6.15-1-k7:
  linux-image-2.6.15-1-k7/preinst/already-running-this-2.6.15-1-k7:
  linux-image-2.6.15-1-k7/preinst/initrd-2.6.15-1-k7:
  linux-image-2.6.15-1-k7/preinst/elilo-initrd-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/postinst/old-dir-initrd-link-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/postinst/bootloader-test-error-2.6.15-1-k7:
  linux-image-2.6.15-1-k7/preinst/abort-overwrite-2.6.15-1-k7:
  linux-image-2.6.15-1-k7/preinst/lilo-initrd-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/prerm/would-invalidate-boot-loader-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/preinst/bootloader-initrd-2.6.15-1-k7: true
  linux-image-2.6.15-1-k7/prerm/removing-running-kernel-2.6.15-1-k7: true


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



Bug#339347: aptitude: forbid command isn't sticky

2005-11-15 Thread Joe Pfeiffer
Package: aptitude
Version: 0.2.15.9-7
Severity: normal

If I forbid a broken version of a package (for instance, mime-codecs
7.19-7) in aptitude, leave aptitude, and then run aptitude again, the
F flag is gone (and the package gets upgraded to the broken version
unless I re-set the F flag).

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable'), (500, 
'oldstable'), (500, 'hoary')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12snowball
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.42.1   Advanced front-end for dpkg
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libsigc++-1.2-5c2 1.2.5-5type-safe Signal Framework for C++
ii  libstdc++64.0.2-2The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
pn  aptitude-doc-en | aptitude-do none (no description available)

-- no debconf information


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



Bug#320640: totem doesn't work with submount

2005-07-30 Thread Joe Pfeiffer
Package: totem
Version: 0.100-5
Severity: important

If I use submount (see http://submount.sourceforge.net/) to automount
my CD , together with the /etc/fstab line

/dev/hdc /media/cdrom0   subfs  
fs=cdfss,ro,iocharset=iso8859-1,umask=0 0 0

then running totem and selecting Movie-Play Disc pops up a window containing

Failed to play Audio/Video Disc
Failed to find mountpoint for device /dev/hdc in /etc/fstab

However, if I replace the /etc/fstab line with
/dev/hdc/media/cdrom0   iso9660 ro,user,noauto  0   0

it plays perfectly.
-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11snowball
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages totem depends on:
ii  totem-xine0.100-5A simple media player for the Gnom

totem recommends no packages.

-- no debconf information


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



Bug#315459: step: Counter does not exist: Section with article (Latex8)

2005-06-22 Thread Joe Pfeiffer
Package: lyx-common
Version: 1.3.4-2
Severity: normal
Tags: patch

*** Please type your report below this line ***
(this may be the same as bug 214425)

/usr/share/lyx/layouts/latex8.layout does not define the Section and
SubSection counters used in latex8.sty.  This results in a series of
error messages as in the Subject above when the document layout is set
to article (Latex8).

Adding the counters, as in the following patch, fixes it.

--- latex8.layout.old   2005-06-22 13:37:56.711224536 -0600
+++ latex8.layout   2005-06-22 13:37:12.841893688 -0600
@@ -123,3 +123,13 @@
 Size   Large
   EndFont
 End
+
+# nonstandard counters
+
+Counter
+   NameSection
+End
+
+Counter
+   NameSubSection
+End

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10newport
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages lyx-common depends on:
ii  lyx-qt1.3.4-2High Level Word Processor - Qt fro
ii  perl  5.8.7-3Larry Wall's Practical Extraction 
ii  python2.3.5-2An interactive high-level object-o

-- no debconf information


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



Bug#315187: gnumeric: configurable text export insists on inserting quotes

2005-06-20 Thread Joe Pfeiffer
Package: gnumeric
Version: 1.5.1-1
Severity: normal

In attempting to save a spreadsheet as

Text export (configurable)

using options

Line termination:Unix (linefeed)
Separator:   Tab
Quoting: Never
Quote character: 
Character encoding:  Locale: English (ASCII)
Unknown characters:  Tranliterate
Format:  Auto

fields containing spaces are being surrounded by quotes.  As an
example, the first line of the spreadsheet I'm trying to save contains

First NameLast Name Address1TownState   Zip Code

This  worked properly with older versions of gnumeric.
-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11snowball
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gnumeric depends on:
ii  gconf22.10.0-2   GNOME configuration database syste
ii  gnumeric-common   1.5.1-1common files for Gnumeric, the GNO
ii  gsfonts   8.14+v8.11+urw-0.2 Fonts for the Ghostscript interpre
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libbonobo2-0  2.8.1-2Bonobo CORBA interfaces library
ii  libbonoboui2-02.8.1-2The Bonobo UI library
ii  libc6 2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libgconf2-4   2.10.0-2   GNOME configuration database syste
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.6.4-1The GLib library of C routines
ii  libgnome2-0   2.8.1-2The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.8.0-1A powerful object-oriented display
ii  libgnomeprint2.2-02.8.2-1The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.8.2-2GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.8.1-3The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.8.4-4The GNOME virtual file-system libr
ii  libgoffice-1  0.0.1-2Document centric objects library -
ii  libgsf-1  1.12.0-1   Structured File Library - runtime 
ii  libgsf-gnome-11.12.0-1   Structured File Library - runtime 
ii  libgtk2.0-0   2.6.4-3The GTK+ graphical user interface 
ii  libice6   4.3.0.dfsg.1-14Inter-Client Exchange library
ii  liborbit2 1:2.12.2-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.1-1Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm64.3.0.dfsg.1-14X Window System Session Management
ii  libxml2   2.6.16-7   GNOME XML library
ii  xlibs 4.3.0.dfsg.1-14X Keyboard Extension (XKB) configu
ii  zlib1g1:1.2.2-4  compression library - runtime

-- no debconf information


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



Bug#291840: bash: segfault on variable assignment

2005-01-23 Thread Joe Pfeiffer
Package: bash
Version: 3.0-13
Severity: normal

The command

IFS=$(echo -e \255)

(which is found in the burncdda shell script)
causes a seg fault.  The same command does not have a problem in version
2.05b-24

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.5snowball
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages bash depends on:
ii  base-files  3.1.2Debian base system miscellaneous f
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  passwd  1:4.0.3-30.7 Change and administer password and

-- no debconf information


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