Bug#679600: Info received (Info to make a ptach?)

2012-06-30 Thread Gordon Haverland
The sample program to demonstrate the bug at CPAN, has MMagic 
analyse a string containing the letter 'a' and this bug report has 
MMagic analysing the contents of the /etc/debian_version file.

At the point in checktype_contents() where it is about to call 
itself again (hence the infinite recursion problem), the 
suggestion is that checktype_container() be called instead.  In 
order for checktype_container to be of any use here, the $self 
object needs to have something useful in the chook component of 
the object.  At this point, chook is empty, which is going to 
result in checktype_container returning an empty string to 
checktype_contents.

Debugging in emacs/perldb, I tried calling checktype_data instead, 
and it would end up returning undef in trying to identify data for 
a string of 'a'.

I made the suggested change in sub checktype_contents().  The 
subroutine checktype_container() doesn't return a type.
Checktype_magic() is called next, it too fails.  Checktype_data() 
also can't find a type.  Which would result at the end, of a type 
of text/plain be assigned for the type, if that line of code 
wasn't commented out.  So it returns undef.

Trying a string of "#!/usr/bin/perl\n", MMagic also returns undef.

Trying a string of:
 'TitleBody'
,
MMagic returns text/html.

To me, it sort of looks like this checktype_container() was added 
for some reason, but the changes were never completed.  It kinds 
of looks like the user has to provide their own subroutines to 
check for the contents of containers (similar to checktype_*), but 
there doesn't seem to be documentatino on this.

But I am just guessing.  I never looked at this code before.  
Downloading the tarball from CPAN, the only function really tested 
is checktype_filename(), and the only types returned are 
text/plain and text/html in the tests.

Gord



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



Bug#679600: Info to make a ptach?

2012-06-30 Thread Gordon Haverland
This bug was reported to CPAN about 2 weeks ago, with no response 
as of yet that I can see.  The initial reporting suggests a patch, 
but does not contain a patch.

https://rt.cpan.org/Public/Bug/Display.html?id=77836


Gord



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



Bug#676463: #676463 sysv-rc: complains incorrectly(?) about obsolete init.d scripts for fuse and others

2012-06-11 Thread Gordon Haverland
On June 11, 2012, Paul Menzel wrote:
> Am Montag, den 11.06.2012, 16:11 +0300 schrieb Timo Juhani 
Lindfors:
> > after changing
> >
> > 
> >  add_problematic "package $package left obsolete init.d
> >script behind" 
> >
> > in /var/lib/dpkg/info/sysv-rc.postinst to
> >
> > 
> >  add_problematic "package $package left obsolete init.d
> >script $initscript behind" 
> >
> > I get
> 
> nice, the suggestion worked. ;-)

The 3 scripts from initscripts this flags for me, all involved 
bootlogd.  Bootlogd stuff with the same 3 file names was in the 
version of initscripts currently in stable.  There are some 
bootlogd scripts in the version of initscripts in testing, but not 
all of them.  The bootlogd package is available for unstable, with 
these same scripts in them (by name, not necessarily content).  
Manually deleting those files and then installing bootlogd got rid 
of the 3 initscript errors for sysv-rc.

With fuse, the upgrade of fuse-utils was supposed to let people 
purge fuse-utils (its marked as transitional).  The problem that I 
see, is that fuseiso still depends on fuse-utils.  Purging fuse-
utils and fuseiso, I still get the sysv-rc complaining about fuse 
(and smartmontools).

Manually deleting /etc/init.d/fuse and any /etc/rc[0-6].d/*fuse 
symlinks, and then doing a reinstall of fuse got rid of the fuse 
problems for sysv-rc.  Manually deleting smartmontools and smartd 
from /etc/init.d/ and any *smart* symlinks from /etc/rc[0-6].d/ 
and then doing a reinstall of smartmontools got rid of the 
smartmontools problems for sysv-rc.

Which just leaves the LSB tags and overrides of scsi-idle and its 
symlink.  Scsi-idle as a package was removed from Debian in 2007 
(the file of mine is dated 2004).  I still show scsi-idle-2.4.23-5 
as being installed.  Purging that package, allows dependency based 
booting to be set by sysv-rc for me.

Gord



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



Bug#676463: me too and more info

2012-06-08 Thread Gordon Haverland
On June 8, 2012, Paul Menzel wrote:
> Am Freitag, den 08.06.2012, 16:34 -0600 schrieb Gordon 
Haverland:
> > On June 8, 2012, Paul Menzel wrote:
> > > thank for the follow up. In the future please add the
> > > addresses of all people who responded in that bug thread
> > > to CC.
> > > 
> > > Even better, import the messages from the mbox you get with
> > > 
> > > bts show --mbox 676463
> > 
> > What mbox?  I don't get any mboxen.
> 
> Did you run the command? `bts` is in package `devscripts`.
> Normally mutt opens automatically, but you can exit with `q`
> right away. The downloaded mbox (mail box) files is stored
> under
> `~/.devscripts_cache/bts/`.
> 
> > I just sent an email with kmail to the bugs address for this
> > bug.
> 
> I know. And I did not receive your message. I had to check the
> Web page manually to see if there was an answer.

Sorry, I am not a developer or a Debian maintainer.  I've lived 
with UNIX since 1984 and computers since 1978.  At heart, I am a 
FORTRAN programmer, but I've dabbled in lots of stuff.  I have 
more than enough other stuff to keep me busy, I was just trying to 
help.  Downloading other mbox to add to my kmail isn't on my list 
of things I want to do.

> > > and reply to the appropriate message to keep the threading
> > > and ease the life of everyone.
> > 
> > I'm sure if I do that all the time, someone will come along
> > with something else I am doing wrong.
> 
> Nobody has said such things to me yet. I am pretty sure that is
> the preferred way.

Over the years, I seldom "reply to all".  As a general principle, 
it seemed to cause more problems than it solved.  I will try to do 
this with bugreports, but I suspect even there, I will find more 
people wondering why I wrote them, than people thanking me for 
writing them.

> > > Am Freitag, den 08.06.2012, 21:40 +0100 schrieb Roger Leigh:
> > > > On Fri, Jun 08, 2012 at 02:16:58PM -0600, Gordon Haverland 
wrote:
> > > > > I have the same packages triggering init script
> > > > > warnings.
> > > > > 
> > > > > In addition, I get a warning from insserv files about
> > > > > K20scsi-idle and scsi-idle missing LSB tags and
> > > > > overrides.
> > > > 
> > > > Could you possibly attach a copy of each failing script?
> > > 
> > > Please find the scripts attached. There seem to be also
> > > three scripts from the `initscripts` package which cause
> > > some problems.
> > > 
> > > /etc/init.d
> > > /etc/init.d/rmnologin
> > > /etc/init.d/umountnfs.sh
> > > /etc/init.d/umountroot
> > > /etc/init.d/sendsigs
> > > /etc/init.d/single
> > > /etc/init.d/killprocs
> > > /etc/init.d/hostname.sh
> > > /etc/init.d/mountall.sh
> > > /etc/init.d/halt
> > > /etc/init.d/umountfs
> > > /etc/init.d/checkfs.sh
> > > /etc/init.d/mountall-bootclean.sh
> > > /etc/init.d/mountnfs.sh
> > > /etc/init.d/bootlogs
> > > /etc/init.d/mountdevsubfs.sh
> > > /etc/init.d/bootmisc.sh
> > > /etc/init.d/checkroot.sh
> > > /etc/init.d/mountnfs-bootclean.sh
> > > /etc/init.d/skeleton
> > > /etc/init.d/reboot
> > > /etc/init.d/mountoverflowtmp
> > > /etc/init.d/rc.local
> > > /etc/init.d/mtab.sh
> > > /etc/init.d/mountkernfs.sh
> > > /etc/init.d/urandom
> > 
> > Okay, I forced dpkg to install the new initscripts package
> > with -- force-depends.  I now get 3 mystery files from
> > initscripts causing problems.
> 
> I also get these errors with `initscripts` 2.88dsf-22.1
> installed. Only `sysv-rc` is currently not configured on this
> system.
> 
> > I looked at all the files from initscripts that install in
> > init.d/
> > 
> > There are 6 files which do not have a last line which starts
> > with a full colon.  One that does has
> > 
> >   : exit 0
> > 
> > There are 6 files where the first executable line is not
> > PATH= There are 6 files where the first non-empty line after
> > ### END INIT INFO line is a comment line.

This doesn't seem to matter.

> > There are 5 or 6 lines in the INIT INFO area, where there is
> > no argument to the field, but there is whitespace after the
> > full colon.  I believ

Bug#676463: me too and more info

2012-06-08 Thread Gordon Haverland
On June 8, 2012, Paul Menzel wrote:
> Gordon,
> 
> 
> thank for the follow up. In the future please add the addresses
> of all people who responded in that bug thread to CC.
> 
> Even better, import the messages from the mbox you get with
> 
> bts show --mbox 676463

What mbox?  I don't get any mboxen.  I just sent an email with 
kmail to the bugs address for this bug.

> and reply to the appropriate message to keep the threading and
> ease the life of everyone.

I'm sure if I do that all the time, someone will come along with 
something else I am doing wrong.

> Am Freitag, den 08.06.2012, 21:40 +0100 schrieb Roger Leigh:
> > On Fri, Jun 08, 2012 at 02:16:58PM -0600, Gordon Haverland 
wrote:
> > > I have the same packages triggering init script warnings.
> > > 
> > > In addition, I get a warning from insserv files about
> > > K20scsi-idle and scsi-idle missing LSB tags and overrides.
> > 
> > Could you possibly attach a copy of each failing script?
> 
> Please find the scripts attached. There seem to be also three
> scripts from the `initscripts` package which cause some
> problems.
> 
> /etc/init.d
> /etc/init.d/rmnologin
> /etc/init.d/umountnfs.sh
> /etc/init.d/umountroot
> /etc/init.d/sendsigs
> /etc/init.d/single
> /etc/init.d/killprocs
> /etc/init.d/hostname.sh
> /etc/init.d/mountall.sh
> /etc/init.d/halt
> /etc/init.d/umountfs
> /etc/init.d/checkfs.sh
> /etc/init.d/mountall-bootclean.sh
> /etc/init.d/mountnfs.sh
> /etc/init.d/bootlogs
> /etc/init.d/mountdevsubfs.sh
> /etc/init.d/bootmisc.sh
> /etc/init.d/checkroot.sh
> /etc/init.d/mountnfs-bootclean.sh
> /etc/init.d/skeleton
> /etc/init.d/reboot
> /etc/init.d/mountoverflowtmp
> /etc/init.d/rc.local
> /etc/init.d/mtab.sh
> /etc/init.d/mountkernfs.sh
> /etc/init.d/urandom

Okay, I forced dpkg to install the new initscripts package with --
force-depends.  I now get 3 mystery files from initscripts causing 
problems.

I looked at all the files from initscripts that install in init.d/

There are 6 files which do not have a last line which starts with 
a full colon.  One that does has
  : exit 0
There are 6 files where the first executable line is not PATH=
There are 6 files where the first non-empty line after ### END 
INIT INFO line is a comment line.
There are 5 or 6 lines in the INIT INFO area, where there is no 
argument to the field, but there is whitespace after the full 
colon.  I believe two of the files have a tab as the trailing 
whitespace, the remainder having a single space as the trailing 
whitespace.  I think one file has both (one of each).

Without knowing what your program is looking for, that is all I 
can guess at.

Time to get back to writing a presentation on NORM.

Gord





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



Bug#676463: me too and more info

2012-06-08 Thread Gordon Haverland
I have the same packages triggering init script warnings.

In addition, I get a warning from insserv files about K20scsi-idle 
and scsi-idle missing LSB tags and overrides.

Gord



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



Bug#454214:

2012-05-10 Thread Gordon Haverland
On May 10, 2012, Mathieu Malaterre wrote:
> tags 454214 - patch
> thanks
> 
> The bug is tag as wontfix, so I guess it is time to remove the
> patch tag too.

And close it too.

Gord



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



Bug#666691: A different occurrence

2012-04-07 Thread Gordon Haverland
I should amend my previous note.  Any new emacs session in text 
mode freezes.  I had an existing emacs in text mode before 
something was upgraded, which still works normally.

Gord



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



Bug#666691: A different occurence

2012-04-06 Thread Gordon Haverland
I've got a number of emacs sessions running, all normally.

Today I cloned a GIT tree and went to explore the tree with emacs 
in a text session terminal, and had emacs start using 100% CPU.  
Emacs didn't respond to anything, but was killable in another 
session.

Gord



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



Bug#664037: openclipart-svg: Update is too large

2012-03-14 Thread Gordon Haverland
Package: openclipart-svg
Version: 0.18+dfsg-12
Severity: wishlist

After conversing with the maintainer, I am submitting a wishlist
bug report.

I am not sure if it is just openclipart-svg or if it includes
openclipart-png as well (both is the most likely), but the recent
update to these packages requires something a little less than
1 GB.

Breaking up the packages in some logical way would be one
alternative.  Being able to upgrade via rsync would allow people
to just update the changed images is another possibility, but
one which Debian I don't think has ever offered.

In any event, it would be nice to not have to download quite so
much data to upgrade those 2 packages.


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

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

openclipart-svg depends on no packages.

Versions of packages openclipart-svg recommends:
ii  librsvg2-bin  2.34.2-3

Versions of packages openclipart-svg suggests:
pn  gimp-svg  
pn  inkscape  0.48.1-2.2
pn  ksvg  
pn  sketch
pn  sodipodi  

-- 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#656036: Acknowledgement (lxpanel dying a lot (today))

2012-01-31 Thread Gordon Haverland
This problem lxpanel seems to be an incompatibility with 
LibreOffice.  I was using it heavily for a couple of days, and had 
lxpanel dying all the time.  When I stopped using LibreOffice, the 
problems went away.  Today, I had to use LibreOffice again, and 
lxpanel got wiped out again.

Gord




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



Bug#656036: Possibly consistent recovery.

2012-01-17 Thread Gordon Haverland
lxpanel is still being a yoyo.

If on hovering over a virtual desktop, you don't get a small 
banner telling you what virtual desktop you are running, then 
lxpanel is hooped again.

Get to a shell, and do a listing with top.  lxpanel should be near 
the top, getting most of the CPU cycles.  Note the PID of lxpanel.

Quit top.  Try 'lxpanelctl restart'.  It probably won't work.  Use 
top again to see if lxpanel is still hogging the CPU.  If lxpanel 
still hooped, get out of top and send SIGHUP to the lxpanel 
program:
  kill -SIGHUP lxpanel_PID
where lxpanel_PID is the PID of the lxpanel process.  This causes 
lxpanel to die, and then a short time later, (usually) a new 
process is started (which still has a start application button).  
Top will show lxpanel behaving, and hover over a virtual desktop 
should give a banner again.  At this point, I am being paranoid 
and running lxpanelctl restart.  It has worked 3 times, the same 
every time.

What I suspect is causing lxpanel to go crazy, is moving the mouse 
while clicking a mouse button in lxpanel (or in my case, a 
trackball).  It might be just moving the mouse while clicking a 
mouse button in lots of places (not just the panel).  But I have 
no proof so far.  Just lots of times I need to restart lxpanel.

Gord



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



Bug#656036: lxpanel dying a lot (today)

2012-01-15 Thread Gordon Haverland
Package: lxpanel
Version: 0.5.8-1
Severity: normal

Dear Maintainer,

I've had lxpanel start using 100% CPU and become non-responsive.
Sending a SIGHUP usually worked, but I gather that isn't an
official way to fix things (I didn't know of lxpanelctl).

I upgraded all kinds of packages today, and my SIGHUP trick
got to the point where it wouldn't work at all, and I had to log out.
I've been trying to use lxpanelctl restart since then, and usually
it works.  But, lxpanel still gets to the point where it doesn't
respond.  If I start a new lxpanel from a command line, it doesn't
have a Start Application button, and hence logging out is not that
easy.

In the last 7 hours, I think lxpanel has become nonresponsive probably
25 times.


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

Kernel: Linux 3.1.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lxpanel depends on:
ii  libasound2  1.0.24.1-4
ii  libatk1.0-0 2.2.0-2
ii  libc6   2.13-24
ii  libcairo2   1.10.2-6.2
ii  libfontconfig1  2.8.0-3
ii  libfreetype62.4.8-1
ii  libgdk-pixbuf2.0-0  2.24.0-2
ii  libglib2.0-02.30.2-4
ii  libgtk2.0-0 2.24.8-2
ii  libmenu-cache1  0.3.2-2.1
ii  libpango1.0-0   1.29.4-2
ii  libx11-62:1.4.4-4
ii  lxmenu-data 0.1.2-1

Versions of packages lxpanel recommends:
ii  manpages-dev  3.35-0.1

Versions of packages lxpanel suggests:
ii  iceweasel [www-browser]8.0-3
ii  konqueror [www-browser]4:4.6.5-1
ii  lxsession [lxsession-lite] 0.4.6.1-1
ii  lynx-cur [www-browser] 2.8.8dev.9-3
ii  menu   2.1.46
ii  midori [www-browser]   0.4.3-1
ii  swiftfox-athlon64-32bit [www-browser]  3.6.13-1
ii  w3m [www-browser]  0.5.3-5

-- 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#649782: /usr/bin/apt-get: Wishlist: block - temporary pinning

2011-11-23 Thread Gordon Haverland
Package: apt

Version: 0.8.15.9
File: /usr/bin/apt-get
Severity: wishlist

Dear Maintainer,

Occassionally on doing upgrades, I am informed by listbugs, of a bug, that I 
think is worth
waiting for a fix on.  Yes, a person probably could pin the package in 
question, and then at
some point in the future, unpin it.  But what if you forget?  I think it would 
be nice to "block"
a package (and its dependencies) for the purpose of a single apt-get (aptitude, 
synaptic, ...)
session.  Once a bug fix was issued, a person could stop blocking the package.

I'm a bit of a dinosaur, so my normal operating procedure is:
 apt-get update
 yes n | apt-get upgrade >& /tmp/upgrade.me
 less /tmp/upgrade.me
pick and choose among packages
 apt-get install list_of_packages

What I am thinking, is that if listbugs picks up a problem, a person does:
 apt-get install -b buggy_package list_of_packages


-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "true";
APT::Install-Suggests "0";
APT::Authentication "";
APT::Authentication::TrustCDROM "true";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^firmware-linux.*";
APT::NeverAutoRemove:: "^linux-firmware$";
APT::NeverAutoRemove:: "^linux-image.*";
APT::NeverAutoRemove:: "^kfreebsd-image.*";
APT::NeverAutoRemove:: "^linux-restricted-modules.*";
APT::NeverAutoRemove:: "^linux-ubuntu-modules-.*";
APT::NeverAutoRemove:: "^gnumach$";
APT::NeverAutoRemove:: "^gnumach-image.*";
APT::Never-MarkAuto-Sections "";
APT::Never-MarkAuto-Sections:: "metapackages";
APT::Never-MarkAuto-Sections:: "restricted/metapackages";
APT::Never-MarkAuto-Sections:: "universe/metapackages";
APT::Never-MarkAuto-Sections:: "multiverse/metapackages";
APT::Never-MarkAuto-Sections:: "oldlibs";
APT::Never-MarkAuto-Sections:: "restricted/oldlibs";
APT::Never-MarkAuto-Sections:: "universe/oldlibs";
APT::Never-MarkAuto-Sections:: "multiverse/oldlibs";
APT::Architectures "";
APT::Architectures:: "i386";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::mirrors "mirrors/";
Dir::State::extended_states "extended_states";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::netrc "auth.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Etc::preferencesparts "preferences.d";
Dir::Etc::trusted "trusted.gpg";
Dir::Etc::trustedparts "trusted.gpg.d";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
Dir::Media "";
Dir::Media::MountPath "/media/apt";
Dir::Log "var/log/apt";
Dir::Log::Terminal "term.log";
Dir::Log::History "history.log";
Dir::Ignore-Files-Silently "";
Dir::Ignore-Files-Silently:: "~$";
Dir::Ignore-Files-Silently:: "\.disabled$";
Dir::Ignore-Files-Silently:: "\.bak$";
Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$";
Dir::Ignore-Files-Silently:: "\.save$";
Dir::Ignore-Files-Silently:: "\.orig$";
Acquire "";
Acquire::cdrom "";
Acquire::cdrom::mount "/media/cdrom/";
Acquire::Languages "";
Acquire::Languages:: "en";
Acquire::Languages:: "none";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/apt-listbugs apt || exit 10";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Tools "";
DPkg::Tools::Options "";
DPkg::Tools::Options::/usr/sbin/apt-listbugs "";
DPkg::Tools::Options::/usr/sbin/apt-listbugs::Version "2";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "/usr/sbin/update-dpsyco || true";
CommandLine "";
CommandLine::AsString "apt-config dump";

-- (no /etc/apt/preferences present) --


-- /etc/apt/sources.list --

# 
# deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 NETINST Binary-1 
20070407-11:29]/ etch contrib main

#deb cdrom:[Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 NETINST Binary-1 
20070407-11:29]/ etch contrib main

deb http://mirrors.ece.ubc.ca/debian/ unstable main contrib non-free
deb-src http://mirrors.ece.ubc.ca/debian/ unstable main contrib non-free

deb http://mirrors.ece.ubc.ca/debian/ testing main contrib non-free
deb-src http://mirrors.ece.ubc.ca/debian/ testing main contrib non-free

#deb http://mirrors.ece.ubc.ca/debian/ stable main contrib non-free
#deb-src http://mirrors.ece.ubc.ca/debian/ stable main contrib non-free

deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free

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

Kernel: Linux 3.0.0-2-686-pae (SMP w/2 CPU

Bug#648092: Acknowledgement (boinc-client: Consistent segfaulting for ClimatePrediction)

2011-11-16 Thread Gordon Haverland
On November 8, 2011, Debian Bug Tracking System wrote:
> Thank you for filing a new Bug report with Debian.
[ ... ]

This morning, I noticed updates to boinc (curl and ssl) were 
available.  I updated all of them at the same time.

My boinc processes restarted on their own because of the upgrade, 
and after several hours are still running.  I presume whatever was 
causing problems, has been fixed.  I didn't see any notes in the 
changelogs to indicate changes specifically addressing whatever 
caused my problem.

Please close the bug.

Gord



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



Bug#648092: boinc-client: Consistent segfaulting for ClimatePrediction

2011-11-08 Thread Gordon Haverland
Package: boinc-client

Version: 6.13.10+dfsg-1
Severity: normal

Hello Maintainer,
I have seen that some people are getting segfaults with boinc-client.
I don't know my particular situation is manifesting the same bug.
I run SETI and ClimatePrediction.  The last couple of days, my BOINC
clients died during the night, which made me look up bugreports.
Earlier today I told the boinc manager to Update ClimatePrediction.
Since then, all BOINC jobs die within a minute or so of starting
boinc-client (in /etc/init.d).

A short snippet of the boinc stderr file
-
SIGSEGV: segmentation violation
Stack trace (4 frames):
/usr/bin/boinc_client[0x80915ff]
/lib/i686/cmov/libpthread.so.0[0xb7c87648]
/usr/lib/libcurl-openssl.so.4(curl_multi_remove_handle+0x4f)[0xb7f9639f]
/usr/bin/boinc_client[0x807ca62]


This is consistent across the stderr file from last night, and all the
ones I have generated by telling ClimatgePrediction to call home.
There was an update for SSL available for unstable today, and applying it
didn't change things.  I don't remember when libcurl was last upgraded




-- Package-specific info:
-- Contents of /etc/default/boinc-client:
# This file is /etc/default/boinc-client, it is a configuration file for the
# /etc/init.d/boinc-client init script.

# Set this to 1 to enable and to 0 to disable the init script.
ENABLED="1"

# Set this to 1 to enable advanced scheduling of the BOINC core client and
# all its sub-processes (reduces the impact of BOINC on the system's
# performance).
SCHEDULE="1"

# The BOINC core client will be started with the permissions of this user.
BOINC_USER="boinc"

# This is the data directory of the BOINC core client.
BOINC_DIR="/var/lib/boinc-client"

# This is the location of the BOINC core client, that the init script uses.
# If you do not want to use the client program provided by the boinc-client
# package, you can specify here an alternative client program.
#BOINC_CLIENT="/usr/local/bin/boinc"
BOINC_CLIENT="/usr/bin/boinc"

# Here you can specify additional options to pass to the BOINC core client.
# Type 'boinc --help' or 'man boinc' for a full summary of allowed options.
#BOINC_OPTS="--allow_remote_gui_rpc"
BOINC_OPTS=""

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

Kernel: Linux 3.0.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages boinc-client depends on:
ii  adduser3.113   
ii  ca-certificates20111025
ii  debconf [debconf-2.0]  1.5.41  
ii  libc6  2.13-21 
ii  libcurl3   7.21.7-3
ii  libgcc11:4.6.2-4   
ii  libssl1.0.01.0.0e-2.1  
ii  libstdc++6 4.6.2-4 
ii  python 2.6.7-3 
ii  zlib1g 1:1.2.3.4.dfsg-3

boinc-client recommends no packages.

Versions of packages boinc-client suggests:
ii  boinc-app-seti 5.13+cvs20060510-7
ii  boinc-manager  6.13.10+dfsg-1
ii  x11-xserver-utils  7.6+3 

-- Configuration Files:
/etc/boinc-client/gui_rpc_auth.cfg [Errno 13] Permission denied: 
u'/etc/boinc-client/gui_rpc_auth.cfg'
/etc/init.d/boinc-client [Errno 13] Permission denied: 
u'/etc/init.d/boinc-client'

-- debconf information:
  boinc-client/remove_boinc_dir: false



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



Bug#636303: Done? No patches into kernel images yet

2011-11-04 Thread Gordon Haverland
There have been 2 updated kernel images in unstable since Matthias 
Dellweg's patch of the kernel demonstrated a fix of the problem.  
The second updated kernel image was beginning of November.  This 
patch is not yet applied in kernels being distributed by Debian.  
The log messages about not claiming the interface before use are 
still showing up.

Gord



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



Bug#636303: Probably upstream #3884

2011-08-10 Thread Gordon Haverland
I agree the description looks to be the same.

The printer in my case is a HP-2550L.

Gord



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



Bug#636303: Me too

2011-08-02 Thread Gordon Haverland
I get this error for an ordinary user, and for root.  I've tried 
printing to a local printer from emacs, and with a2ps.  Same error 
(over USB).  I'm running unstable.

Gord



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



Bug#635567: desktop-base: ~/Documents

2011-07-26 Thread Gordon Haverland
Package: desktop-base
Version: 6.0.6
Severity: wishlist

I would not be surprised if this is not the place to report this to, but I have 
no idea
where this comes from.

I don't use ~/Documents.  I don't want stuff downloaded into that directory.  I 
don't want emacs
thinking that I do all my editing in that directory.  Having to pop out of that 
damned directory
all the time when doing something is getting annoying.  Where does a person 
change this stupid
default directory to ~/?

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

Kernel: Linux 2.6.39-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages desktop-base depends on:
ii  librsvg2-common   2.34.0-1   SAX-based renderer library for SVG

desktop-base recommends no packages.

Versions of packages desktop-base 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#635315: linux-doc-2.6.39: Crashes (swapping related?)

2011-07-24 Thread Gordon Haverland
Package: linux-doc-2.6.39
Severity: normal

For a while now, I've had the kernel crash.  Way back when, I used to run 
crashme (1.2.13) and
I am seeing more crashes now, on hardware that is not new.  It's baffling.  
Memtest doesn't see
a problem with RAM (booting from ubuntu CD, booting off the disk it can't find 
memtest).

When I let BOINC run models, it was usually BOINC which triggered a crash 
(Climate Prediction, not SETI).
I've suspended BOINC from running anything until Climate Prediction gets its 
server running again.
And still, I get crashes.  The latest one on installing new stuff (aptitude 
safe-upgrade).  The only common
thread seems to be the need to swap.  I've looked around Debian and kernel.org 
bug reports, and I don't see
any that seem to be realted to swapping.

How can I produce information which is useful?  I'm tired of this crashing.


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

Kernel: Linux 2.6.39-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#615590: Line 501 of MIMEEval.pm

2011-06-05 Thread Gordon Haverland
I've got another perl script (home made) which started acting up 
with Perl-5.12, so I've been seeing this uninitialised value error 
for a while.

It may be a clunky fix, but I think the following diff fixes it.

Gord

--- /usr/share/perl5/Mail/SpamAssassin/Plugin/MIMEEval.pm~  
2010-03-16 08:49:21.0 -0600 

+++ /usr/share/perl5/Mail/SpamAssassin/Plugin/MIMEEval.pm   
2011-06-05 06:40:45.0 -0600 

@@ -498,7 +498,8 @@ 

 # perhaps just limit to test, and image?   

 next if ($ctype eq 'application/ics'); 



-my $cte = lc $p->get_header('content-transfer-encoding') || 
'';
+my $tmp_cte = $p->get_header('content-transfer-encoding'); 

+my $cte = defined( $tmp_cte ) ? lc $tmp_cte : '';  

 next if ($cte !~ /^base64$/);  

 foreach my $l ( @{$p->raw()} ) {   

   my $len = length $l; 




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



Bug#626596: wishlist: Interaction between $HOME_NET and community-virus.rules (! any)

2011-05-13 Thread Gordon Haverland
Package: snort-common
Version: 2.8.5.2-9
Severity: wishlist

I guess I've had a misconfigured snort-pgsql for a while, but as
I hadn't been reading the logs on a regular basis, I missed it.

I ran snort -T and got a fatal error about the use of the negation
operator with 'any' on line 19 of community-virus.rules.  It seems
the cause of this being a fatal error, is that $HOME_NET is empty.
https://www.alienvault.com/forum/index.php?t=msg&goto=4348&S=dc28fb318c691e055eb39c39c0577980

Putting the IP of my LAN in $HOME_NET at least gets if the
fatal error from snort -T.  I don't see any bugs related to this,
nor files in /usr/share/doc/snort-*/*Debian* which mention this.

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

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages snort-common depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  debconf [debconf-2.0] 1.5.39 Debian configuration management sy
ii  lsb-base  3.2-27 Linux Standard Base 3.2 init scrip
ii  perl-modules  5.10.1-20  Core Perl modules

snort-common recommends no packages.

Versions of packages snort-common suggests:
pn  snort-doc  (no description available)

-- Configuration Files:
/etc/snort/snort.conf [Errno 13] Permission denied: u'/etc/snort/snort.conf'

-- debconf information:
  snort/deprecated_config:
  snort/config_error:



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



Bug#620699: dpkg-query: version string does not start with digit

2011-04-04 Thread Gordon Haverland
Hello.

On April 4, 2011, Hilmar Preusse wrote:
> On 03.04.11 Gordon Haverland (ghave...@materialisations.com)
> wrote:
> > I normally compile my own kernels.  dpkg-query is giving
> > errors on these self-compiled kernels.  (newmain.1 and
> > newmain.2) are the specific strings causing problems.
> 
> This could be an intended change:
> 
> dpkg (1.16.0) unstable; urgency=low
> 
>   * Do not allow versions starting with non-digit when doing
> strict parsing, warn otherwise.
> 
> How does your version exactly look like?

linux-image-2.6.32_newmain.1.0_i386.deb

It isn't restricted to kernels I made myself.  For example, the 
entry for widelands generates the same error.  Grepping 
/var/lib/dpkg/available for widelands, I get:

Package: widelands-dbg
Source: widelands
Depends: widelands (= build10-1)
Filename: pool/main/w/widelands/widelands-dbg_build10-1_i386.deb
 This package contains the debugging symbols associated to 
widelands.
 If you don't want to debug widelands (nor repport bugs against 
it), you
Package: widelands
Depends: widelands-data (= build10-1), libc6 (>= 2.5), libgcc1 (>= 
1:4.1.1-12), libpng12-0 (>= 1.2.13-4), libsdl-image1.2 (>= 1.2.5), 
libsdl-mixer1.2 (>= 1.2.6), libsdl-net1.2, libsdl-ttf2.0-0, 
libsdl1.2debian (>= 1.2.10-1), libstdc++6 (>= 4.1.1-12), zlib1g 
(>= 1:1.2.1)
Filename: pool/main/w/widelands/widelands_build10-1_i386.deb
 URL: http://www.sourceforge.net/projects/widelands
Package: widelands-data
Source: widelands
Filename: pool/main/w/widelands/widelands-data_build10-1_all.deb
 URL: http://www.sourceforge.net/projects/widelands


Gord




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



Bug#620699: Version string problems are getting larger

2011-04-03 Thread Gordon Haverland
My latest upgrading of some packages (not upgrade, dist-upgrade or 
similar) is starting to complain about a bunch of other version 
number errors.

Gord



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



Bug#576016: Info received (Bug#576016: Acknowledgement (amarok getting repetitious))

2011-04-03 Thread Gordon Haverland
close



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



Bug#413175: Acknowledgement (amarok: Loving songs at Last.fm)

2011-04-03 Thread Gordon Haverland
close



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



Bug#620699: dpkg-query: version string does not start with digit

2011-04-03 Thread Gordon Haverland
Package: dpkg
Version: 1.16.0
Severity: normal

I normally compile my own kernels.  dpkg-query is giving errors
on these self-compiled kernels. (newmain.1 and newmain.2) are the
specific strings causing problems.

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

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dpkg depends on:
ii  coreutils   8.5-1GNU core utilities
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libselinux1 2.0.98-1 SELinux runtime shared libraries
ii  xz-utils5.0.0-2  XZ-format compression utilities
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

dpkg recommends no packages.

Versions of packages dpkg suggests:
ii  apt   0.8.13 Advanced front-end for dpkg

-- 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#618907: libvigraimpex3: .so.3 not a symlink

2011-03-19 Thread Gordon Haverland
Package: libvigraimpex3
Version: 1.7.1+dfsg-3
Severity: normal

Every once in a while when updating things, I've been seeing
a message from ldconfig, saying that /usr/lib/libvigrimpex.so.3
is not a symlink.  The .so.3 and .so.3.171 files are the same size
and diff says they are the same contents.  I don't know if the .so.3
is supposed to be a symlink or not, but that certainly seems to be
common.  My apologies if things are supposed to be the way they are.

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

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libvigraimpex3 depends on:
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.5.2-6  GCC support library
ii  libhdf5-serial-1.8.4 [lib 1.8.4-patch1-2 Hierarchical Data Format 5 (HDF5) 
ii  libjpeg62 6b1-1  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.44-2   PNG library - runtime
ii  libstdc++64.5.2-6The GNU Standard C++ Library v3
ii  libtiff4  3.9.4-7Tag Image File Format (TIFF) libra

libvigraimpex3 recommends no packages.

libvigraimpex3 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#615651: Wishlist: using a shorewall protected computer for a logserver

2011-02-27 Thread Gordon Haverland
Package: shorewall
Version: 4.4.17-1
Severity: wishlist

I looked around the shorewall site a bit (possibly not long enough).
I've got a computer protected by shorewall on a LAN.  However, in
terms of shorewall rules, my router/firewall is net (it is the same
as the Internet).

I am wanting to accept syslog messages from my router/firewall.
Which seems doable with a rule of
 Syslog(ACCEPT) net(192.168.1.1) $FW

But really, my IP address is provided by the router/firewall via DHCPD
on the router/firewall.  There could easily be other things that a
computer wants to accept from the IP if gets its IP from.  Perhaps
something like
 Syslog(ACCEPT) net($DHCP) $FW
works?

Sometimes people want a stealth logserver, it is NOT the intended recipient
of Syslog messages, but because its NIC is in promiscuous mode, it can grab
those messages as well.

It would be nice if there was an "easy" way to have shorewall, accept syslog
from a router/firewall.  I suspect some people might also find it useful for
some way to accept Syslog on an anonymous (stealth) logserver.

Just an idea.  Maybe a real implementation has to be different?


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

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages shorewall depends on:
ii  bc1.06.95-2  The GNU bc arbitrary precision cal
ii  debconf [debconf-2.0] 1.5.38 Debian configuration management sy
ii  iproute   20110107-2 networking and traffic control too
ii  iptables  1.4.10-1   administration tools for packet fi
ii  perl-modules  5.10.1-17  Core Perl modules

shorewall recommends no packages.

Versions of packages shorewall suggests:
ii  linux-image-2.6.32 [linux-ima newmain.2  Linux kernel binary image for vers
ii  linux-image-2.6.35 [linux-ima newmain.1  Linux kernel binary image for vers
ii  make  3.81-8 An utility for Directing compilati
ii  shorewall-doc 4.4.17-1   documentation for Shoreline Firewa

-- Configuration Files:
/etc/default/shorewall changed:
startup=1
OPTIONS=""

/etc/shorewall/shorewall.conf changed:
STARTUP_ENABLED=Yes
VERBOSITY=1
LOGFILE=/var/log/messages
STARTUP_LOG=/var/log/shorewall-init.log
LOG_VERBOSITY=2
LOGFORMAT="Shorewall:%s:%s:"
LOGTAGONLY=No
LOGLIMIT=
LOGALLNEW=
BLACKLIST_LOGLEVEL=
MACLIST_LOG_LEVEL=info
TCP_FLAGS_LOG_LEVEL=info
SMURF_LOG_LEVEL=info
LOG_MARTIANS=Yes
IPTABLES=
IP=
TC=
IPSET=
PERL=/usr/bin/perl
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin
SHOREWALL_SHELL=/bin/sh
SUBSYSLOCK=""
MODULESDIR=
CONFIG_PATH=/etc/shorewall:/usr/share/shorewall
RESTOREFILE=
IPSECFILE=zones
LOCKFILE=
DROP_DEFAULT="Drop"
REJECT_DEFAULT="Reject"
ACCEPT_DEFAULT="none"
QUEUE_DEFAULT="none"
NFQUEUE_DEFAULT="none"
RSH_COMMAND='ssh ${root}@${system} ${command}'
RCP_COMMAND='scp ${files} ${root}@${system}:${destination}'
IP_FORWARDING=On
ADD_IP_ALIASES=Yes
ADD_SNAT_ALIASES=No
RETAIN_ALIASES=No
TC_ENABLED=Internal
TC_EXPERT=No
TC_PRIOMAP="2 3 3 3 2 3 1 1 2 2 2 2 2 2 2 2"
CLEAR_TC=Yes
MARK_IN_FORWARD_CHAIN=No
CLAMPMSS=No
ROUTE_FILTER=Yes
DETECT_DNAT_IPADDRS=No
MUTEX_TIMEOUT=60
ADMINISABSENTMINDED=Yes
BLACKLISTNEWONLY=Yes
MODULE_SUFFIX=ko
DISABLE_IPV6=No
DYNAMIC_ZONES=No
PKTTYPE=Yes
NULL_ROUTE_RFC1918=No
MACLIST_TABLE=filter
MACLIST_TTL=
SAVE_IPSETS=No
MAPOLDACTIONS=No
FASTACCEPT=No
IMPLICIT_CONTINUE=No
HIGH_ROUTE_MARKS=No
OPTIMIZE=0
EXPORTPARAMS=No
EXPAND_POLICIES=Yes
KEEP_RT_TABLES=No
DELETE_THEN_ADD=Yes
MULTICAST=No
DONT_LOAD=
AUTO_COMMENT=Yes
MANGLE_ENABLED=Yes
USE_DEFAULT_RT=No
RESTORE_DEFAULT_ROUTE=Yes
AUTOMAKE=No
WIDE_TC_MARKS=No
TRACK_PROVIDERS=No
ZONE2ZONE=2
ACCOUNTING=Yes
DYNAMIC_BLACKLIST=Yes
OPTIMIZE_ACCOUNTING=No
LOAD_HELPERS_ONLY=No
REQUIRE_INTERFACE=No
FORWARD_CLEAR_MARK=
COMPLETE=No
EXPORTMODULES=Yes
BLACKLIST_DISPOSITION=DROP
MACLIST_DISPOSITION=REJECT
TCP_FLAGS_DISPOSITION=DROP


-- debconf information:
  shorewall/upgrade_20_22:
  shorewall/upgrade_14_20:
  shorewall/upgrade_to_14:
  shorewall/warnrfc1918:
  shorewall/invalid_config:
  shorewall/warn_about_klogd_floods:
  shorewall/dont_restart:
  shorewall/major_release:



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



Bug#611014: z88: gedit is a dependency?

2011-01-24 Thread Gordon Haverland
Package: z88
Version: 13.0.0+dfsg2-1
Severity: normal

While z88com will run if gedit is not installed, it appears
that the only editor that z88 uses is gedit.  I tried defining
emacs to be the editor via an environment variable, and this
does nothing, it still wants gedit.

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages z88 depends on:
ii  libc6 2.11.2-9   Embedded GNU C Library: Shared lib
ii  libgl1-mesa-glx [libgl1]  7.7.1-4A free implementation of the OpenG
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  libgtkglext1  1.2.0-1.1  OpenGL Extension to GTK+ (shared l
ii  libpango1.0-0 1.28.3-1   Layout and rendering of internatio
ii  z88-data  13.0.0+dfsg2-1 Finite Element Analysis Program - 

Versions of packages z88 recommends:
ii  z88-doc   13.0.0+dfsg2-1 Finite Element Analysis Program - 

z88 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#375258: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#335815: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#428092: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#395827: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#586809: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#273893: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#413175: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#548543: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#505481: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#503671: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#274861: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#547664: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#493166: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#418113: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#224677: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#520050: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#219650: close

2011-01-21 Thread Gordon Haverland
close



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



Bug#584676: Info received (Bug#584676: kmail losing open compositions (autosave directory)))

2011-01-21 Thread Gordon Haverland
close




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



Bug#604987: Acknowledgement (amarok: Classical music)

2011-01-21 Thread Gordon Haverland
close



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



Bug#610660: endless Updating System Configuration

2011-01-20 Thread Gordon Haverland
On January 20, 2011, Modestas Vainius wrote:
> Hello,

Please close this bug report.  Not that the problem is gone, but 
if you do not want reports from people running unstable, there 
really is no point.

I won't send in any more bug reports about amarok to debian.

Gord



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



Bug#610660: endless Updating System Configuration

2011-01-20 Thread Gordon Haverland
On January 20, 2011, Modestas Vainius wrote:
> Please stay on topic because 2/3 of your mail has nothing to do
> with this bug  or even amarok itself. And FWIW, if you don't
> want bleeding edge updates, use stable or at least testing.

Two thirds of my email has to do with how users see problems with 
KDE programs.  In my Linux Users Group, it is not unusual to find 
ongoing problems with upgrades of various KDE components, of which 
Amarok is a member.

My policy about updating, is entirely derived from observing what 
happens in the past.  I don't mind running "unstable" software.  
To get an update, and then a few hours later, get a suggested 
update for the same package, and then possibly get another 
suggested update for the same package in another few hours; leads 
me to think that people that people updating packages don't test 
the packages they are pushing into the Debian system.

I am not suggesting that you are doing something like this.  
Amarok is in some way part of KDE, and I have noticed that this 
problem exists in KDE packages.

If I had no limit for downloading from the internet, the idea of 
downloading a zillion bytes of some package all because 37 bytes 
were different, all because of some typographical error that was 
never tested: I would never have made this report.

In terms of amarok, I will endeavor to not file any more reports 
in the near future.  If I have problems, I will just move to some 
other player.  I don't want to cause you any problems that you 
don't want.

Gord



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



Bug#610660: endless Updating System Configuration

2011-01-20 Thread Gordon Haverland
On January 20, 2011, Modestas Vainius wrote:
> Hello,
> 
> On penktadienis 21 Sausis 2011 02:59:17 Gordon Haverland wrote:
> > On January 20, 2011, you wrote:
> > > Hello,
> > > 
> > > On penktadienis 21 Sausis 2011 00:30:35 Gordon Haverland 
wrote:
> > > > Running amarok from the command line, with or without
> > > > --debug doesn't seem to offer much.  I did run it under
> > > > strace, and an edited version of the strace is below.
> > > 
> > > Try running
> > > 
> > > $ kbuildsycoca4 --noincremental
> > > 
> > > and start amarok again.
> > 
> > I do not have amarok source here.  Is building amarok from
> > source necessary to track this down?  (I do have disk space,
> > but I have never built any component of KDE from source
> > before.)
> 
> That command has nothing to do with building from source. It
> expands as K-BUILD-SYstem-COnfiguration-CAche. Just run it
> from the X terminal as your user.

That command looks like it is involved with building from source.

In any event, I ran that command from a shell, and then asked KDE 
to load amarok.  It loaded.

The window which came up was very small, and all squashed into the 
upper left quadrant.

The first time I tried to start a song (from the saved playlist), 
amarok crashed.  Starting amarok again, and trying to start the 
same song seems to have worked (at least, it didn't crash).

I had noticed updates to KDE (unstable) a couple of weeks ago, and 
not installed them.  Lately (1 week ago?) I noticed that updates 
to amarok were available.  Today, amarok stalled, and so I thought 
updating amarok was something to do.  Even though I see a lot of 
KDE has updates available, I did not update anything of KDE other 
than amarok.  (And from dependencies, nothing of kde was updated.)

But in general, anything having to do with GUIs that I normally 
use (which is mostly KDE), I will not install updates for at least 
1 week.  In the past, I would install an update, and a few hours 
later there was another update to the same packages.  And this 
behavior seems to be consistent.  I am not looking for exercise in 
typing 'apt-get install ...'.  If somebody doesn't know if their 
updated package works, perhaps there is some method they can use 
which doesn't involve a zillion people downloading and installing 
changes which break packages?

In general, I am willing to download and install upgrades.  It 
bugs me to heck when I see certain families of packages require 2 
or 3 updates immediatly afterwards.  More often than not, it seems 
to be some simple problem.  Which to me seems to be I have not 
installed this new package on my own machine.

But, I am not a Debian maintainer, and I don't know what sorts of 
problems come up with updating packages.

I do wish you the best.  I would much rather spend time figuring 
out how atoms work in structures designed by engineers (which is 
my area of expertice).

Gord



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



Bug#610660: endless Updating System Configuration

2011-01-20 Thread Gordon Haverland
Running amarok from the command line, with or without --debug 
doesn't seem to offer much.  I did run it under strace, and an 
edited version of the strace is below.

Gord


many times we see
 access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file 
or directory)
and then we open some other library.

open("/usr/lib/libkdeui.so.5", O_RDONLY) = 3
open("/usr/lib/libamarokcore.so.1", O_RDONLY) = 3
open("/usr/lib/libamaroklib.so.1", O_RDONLY) = 3
open("/usr/lib/libQtGui.so.4", O_RDONLY) = 3
open("/usr/lib/libkdecore.so.5", O_RDONLY) = 3
open("/usr/lib/libQtCore.so.4", O_RDONLY) = 3
open("/usr/lib/libstdc++.so.6", O_RDONLY) = 3
open("/lib/libgcc_s.so.1", O_RDONLY)= 3
open("/lib/i686/cmov/libc.so.6", O_RDONLY) = 3
open("/usr/lib/libQtSvg.so.4", O_RDONLY) = 3
open("/usr/lib/libSM.so.6", O_RDONLY)   = 3
open("/usr/lib/libICE.so.6", O_RDONLY)  = 3
open("/usr/lib/libX11.so.6", O_RDONLY)  = 3
open("/usr/lib/libQtXml.so.4", O_RDONLY) = 3
open("/usr/lib/libXtst.so.6", O_RDONLY) = 3
open("/usr/lib/libXcursor.so.1", O_RDONLY) = 3
open("/usr/lib/libXfixes.so.3", O_RDONLY) = 3
open("/usr/lib/libXrender.so.1", O_RDONLY) = 3
open("/usr/lib/libQtDBus.so.4", O_RDONLY) = 3
open("/lib/i686/cmov/libm.so.6", O_RDONLY) = 3
open("/usr/lib/libkio.so.5", O_RDONLY)  = 3
open("/usr/lib/libsolid.so.4", O_RDONLY) = 3
open("/usr/lib/libthreadweaver.so.4", O_RDONLY) = 3
open("/usr/lib/libkfile.so.4", O_RDONLY) = 3
open("/usr/lib/libknewstuff3.so.4", O_RDONLY) = 3
open("/usr/lib/libknewstuff2.so.4", O_RDONLY) = 3
open("/usr/lib/libkutils.so.4", O_RDONLY) = 3
open("/usr/lib/libphonon.so.4", O_RDONLY) = 3
open("/usr/lib/libplasma.so.3", O_RDONLY) = 3
open("/usr/lib/libtag.so.1", O_RDONLY)  = 3
open("/usr/lib/libtag-extras.so.1", O_RDONLY) = 3
open("/usr/lib/libQtScript.so.4", O_RDONLY) = 3
open("/usr/lib/libQtSql.so.4", O_RDONLY) = 3
open("/usr/lib/libqca.so.2", O_RDONLY)  = 3
open("/lib/i686/cmov/libpthread.so.0", O_RDONLY) = 3
open("/usr/lib/liblastfm.so.0", O_RDONLY) = 3
open("/usr/lib/libofa.so.0", O_RDONLY)  = 3
open("/usr/lib/i686/cmov/libavformat.so.52", O_RDONLY) = 3
open("/usr/lib/i686/cmov/libavcodec.so.52", O_RDONLY) = 3
open("/usr/lib/libamarokpud.so.1", O_RDONLY) = 3
open("/usr/lib/libamarokocsclient.so.4", O_RDONLY) = 3
open("/usr/lib/libamarok-transcoding.so.1", O_RDONLY) = 3
open("/usr/lib/libQtNetwork.so.4", O_RDONLY) = 3
open("/usr/lib/libfontconfig.so.1", O_RDONLY) = 3
open("/usr/lib/libaudio.so.2", O_RDONLY) = 3
open("/lib/libglib-2.0.so.0", O_RDONLY) = 3
open("/lib/libpng12.so.0", O_RDONLY)= 3
open("/usr/lib/libz.so.1", O_RDONLY)= 3
open("/usr/lib/libfreetype.so.6", O_RDONLY) = 3
open("/usr/lib/libgobject-2.0.so.0", O_RDONLY) = 3
open("/usr/lib/libXext.so.6", O_RDONLY) = 3
open("/lib/libbz2.so.1.0", O_RDONLY)= 3
open("/usr/lib/liblzma.so.2", O_RDONLY) = 3
open("/lib/i686/cmov/libdl.so.2", O_RDONLY) = 3
open("/usr/lib/libgthread-2.0.so.0", O_RDONLY) = 3
open("/lib/i686/cmov/librt.so.1", O_RDONLY) = 3
open("/lib/libuuid.so.1", O_RDONLY) = 3
open("/usr/lib/libxcb.so.1", O_RDONLY)  = 3
open("/usr/lib/libXi.so.6", O_RDONLY)   = 3
open("/lib/libdbus-1.so.3", O_RDONLY)   = 3
open("/usr/lib/libstreamanalyzer.so.0", O_RDONLY) = 3
open("/usr/lib/libfam.so.0", O_RDONLY)  = 3
open("/lib/libacl.so.1", O_RDONLY)  = 3
open("/lib/libattr.so.1", O_RDONLY) = 3
open("/usr/lib/libattica.so.0", O_RDONLY) = 3
open("/usr/lib/libkparts.so.4", O_RDONLY) = 3
open("/usr/lib/libXss.so.1", O_RDONLY)  = 3
open("/usr/lib/libpulse.so.0", O_RDONLY) = 3
open("/usr/lib/libpulse-mainloop-glib.so.0", O_RDONLY) = 3
open("/usr/lib/libQtWebKit.so.4", O_RDONLY) = 3
open("/usr/lib/libkdnssd.so.4", O_RDONLY) = 3
open("/usr/lib/libQtOpenGL.so.4", O_RDONLY) = 3
open("/usr/lib/libGL.so.1", O_RDONLY)   = 3
open("/usr/lib/libfftw3.so.3", O_RDONLY) = 3
open("/usr/lib/i686/cmov/libavutil.so.49", O_RDONLY) = 3
open("/usr/lib/libdirac_encoder.so.0", O_RDONLY) = 3
open("/usr/lib/libfaad.so.2", O_RDONLY) = 3
open("/usr/lib/libgsm.so.1", O_RDONLY)  = 3
open("/usr/lib/libopenjpeg.so.2", O_RDONLY) = 3
open("/usr/lib/libschroedinger-1.0.so.0", O_RDONLY) = 3
open("/usr/lib/sse2/libspeex.so.1", O_RDONLY) = 3
open("/usr/lib/libtheora.so.0", O_RDONLY) = 3
open("/usr/lib/libvorbisenc.so.2", O_RDONLY) = 3
open("/usr/lib/libvorbis.so.0", O_RDONLY) = 3
open("/usr/lib/libexpat.so.1", O_RDONLY) = 3
open("/usr/lib/libXt.so.6", O_RDONLY)   = 3
open("/usr/lib/libXau.so.6", O_RDONLY)  = 3
open("/lib/libpcre.so.3", O_RDONLY) = 3
open("/usr/lib/libXdmcp.so.6", O_RDONLY) = 3
open("/usr/lib/libstreams.so.0", O_RDONLY) = 3
open("/usr/lib/libxml2.so.2", O_RDONLY) = 3
open("/usr/lib/libpulsecommon-0.9.21.so", O_RDONLY) = 3
open("/usr/lib/libgdbm.so.3", O_RDONLY) = 3
open("/lib/libcap.so.2", O_RDONLY)  = 3
open("/usr/lib/libsqlite3.so.0", O_RDONLY) = 3
open("/usr/lib/libQtXmlPatterns.so.4", O_RDONLY) = 3
open("/usr/lib/libXxf86vm.so.1", O_RDONLY) = 3
open("/usr/lib/libXdamage.so.1", O_RDONLY) = 3
open("/usr/lib/libdrm.so.2", O_RDONLY)  = 3
open("/usr/lib/li

Bug#610660: amarok: endless Updating System Configuration

2011-01-20 Thread Gordon Haverland
Package: amarok
Version: 2.4.0-1
Severity: normal

I upgraded amarok about 3.5 hours ago.  It immediately started
"updating system configuration".  That was 3.5 hours ago, it is still
doing this.  I cancelled it about 20 minutes ago, and then restarted
amarok.  Same thing.  Sometimes the progress bar moves quickly, sometimes
slowly.  It never seems to finish.


-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages amarok depends on:
ii  amarok-common   2.4.0-1  architecture independent files for
ii  amarok-utils2.4.0-1  utilities for Amarok media player
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  libavcodec524:0.5.2-6ffmpeg codec library
ii  libavformat52   4:0.5.2-6ffmpeg file format library
ii  libc6   2.11.2-8 Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls 7.21.3-1 Multi-protocol file transfer libra
ii  libgcc1 1:4.4.5-10   GCC support library
ii  libgcrypt11 1.4.5-2  LGPL Crypto library - runtime libr
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgpod40.7.93-0.3   library to read and write songs an
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libkdecore5 4:4.4.5-2the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-2the KDE Platform User Interface Li
ii  libkdewebkit5   4:4.4.5-2the KDE WebKit Library
ii  libkdnssd4  4:4.4.5-2the DNS-SD Protocol Library for th
ii  libkfile4   4:4.4.5-2the File Selection Dialog Library 
ii  libkio5 4:4.4.5-2the Network-enabled File Managemen
ii  libknewstuff2-4 4:4.4.5-2the "Get Hot New Stuff" v2 Library
ii  libknewstuff3-4 4:4.4.5-2the "Get Hot New Stuff" v3 Library
ii  libkutils4  4:4.4.5-2various utility classes for the KD
ii  liblastfm0  0.4.0~git20090710-1  The Last.fm web services library
ii  libloudmouth1-0 1.4.3-7  Lightweight C Jabber library
ii  libmtp8 1.0.3-1  Media Transfer Protocol (MTP) libr
ii  libmysqlclient165.1.49-3 MySQL database client library
ii  libofa0 0.9.3-3.1Library for acoustic fingerprintin
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libplasma3  4:4.4.5-2the Plasma Library for the KDE Pla
ii  libqca2 2.0.2-1  libraries for the Qt Cryptographic
ii  libqt4-dbus 4:4.6.3-4Qt 4 D-Bus module
ii  libqt4-network  4:4.6.3-4Qt 4 network module
ii  libqt4-script   4:4.6.3-4Qt 4 script module
ii  libqt4-sql  4:4.6.3-4Qt 4 SQL module
ii  libqt4-svg  4:4.6.3-4Qt 4 SVG module
ii  libqt4-webkit   4:4.6.3-4Qt 4 WebKit module
ii  libqt4-xml  4:4.6.3-4Qt 4 XML module
ii  libqtcore4  4:4.6.3-4Qt 4 core module
ii  libqtgui4   4:4.6.3-4Qt 4 GUI module
ii  libqtscript4-core   0.1.0-3  Qt Script bindings for the Qt 4 Co
ii  libqtscript4-gui0.1.0-3  Qt Script bindings for the Qt 4 Gu
ii  libqtscript4-networ 0.1.0-3  Qt Script bindings for the Qt 4 Ne
ii  libqtscript4-sql0.1.0-3  Qt Script bindings for the Qt 4 SQ
ii  libqtscript4-uitool 0.1.0-3  Qt Script bindings for the Qt 4 Ui
ii  libqtscript4-xml0.1.0-3  Qt Script bindings for the Qt 4 XM
ii  libsolid4   4:4.4.5-2Solid Library for KDE Platform
ii  libstdc++6  4.4.5-10 The GNU Standard C++ Library v3
ii  libtag-extras1  1.0.1-3  TagLib extras library - support fo
ii  libtag1c2a  1.6.3-1  TagLib Audio Meta-Data Library
ii  libthreadweaver44:4.4.5-2the ThreadWeaver Library for the K
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime
ii  phonon-backend-gstr 4:4.6.0really4.4.2-1 Phonon GStreamer 0.10.x backend
ii  phonon-backend-xine 4:4.6.0really4.4.2-1 Phonon Xine 1.1.x backend
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:4.4.5-1  transparent audio CD access for ap

Versions of packages amarok suggests:
ii  libqt4-sql-mysql  4:4.6.3-4  Qt 4 MySQL database driver
pn  libqt4-sql-psql

Bug#609369: gkrellweather: Wishlist (-73C for no data isn't good)

2011-01-08 Thread Gordon Haverland
Package: gkrellweather
Version: 2.0.8-2
Severity: wishlist

Hello.

I've often noticed that gkrellweather displays a temperature of -73C
when there is no data.  I suspect someone just picked a cold temperature,
and hence the reason for -73C.

While this works for the northern hemisphere (I think the record cold 
temperature
for the northern hemisphere is -65C?), it doesn't work for all of Earth.  The
records for the antarctic are I believe about 10C colder than your "no data"
default.  Perhaps you should move that default to something like -273C, which
is not possible for any part of Earth, regardless of global warming, global
cooling or whatever?

Personally, I have walked to school at -54C, where a couple of outlying areas
within 20 miles were at -63C.  Or rather, the temperature at my house was -54C,
but as one walked downhill the temperature got colder.  I don't know what the
temperature was at the school, but it was somewhere between -54C and -63C.

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gkrellweather depends on:
ii  gkrellm   2.3.4-1GNU Krell Monitors
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-6   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-2.1  FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.3-1   Layout and rendering of internatio
ii  libwww-perl   5.837-1simple and consistent interface to
ii  perl  5.10.1-16  Larry Wall's Practical Extraction 
ii  wget  1.12-2.1   retrieves files from the web

gkrellweather recommends no packages.

gkrellweather 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#609182: gnucash: Invoice printing

2011-01-06 Thread Gordon Haverland
Package: gnucash
Version: 1:2.2.9-11
Severity: normal

While I have known of gnucash, and played with it on and off for a
while (10 years?), I never had occasion to print an invoice before
today.  At first, I couldn't figure out why "print" was greyed out
(I must be orthogonal to accounting), and eventually I through away
all my records (and somehow gnucash still remembers the last file
I opened), and went through the wizard to start at the beginning
(note, add something to the --nofile option to indicate that this helps
in getting the wizard again).

I made a customer, job and invoice, and then posted it, and when I asked
to print it, nothing printed.  Then I found the "invoice" underneath the
current window.  Fine, I tell that to print, and it does.

The invoice as shown on the screen was correct (down to the spelling
mistake I made).  The printout was slightly different.  Instead of the
letter "J" in January 6 (under my company name), it had the outline of a
square.  In the table which explains the billing, the last line on the
leftmost column is supposed to say Amount Due.  The "m" in amount is
replaced with another outline of a square, as well as an extra bit of
whitespace.

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnucash depends on:
ii  gconf2  2.28.1-6 GNOME configuration database syste
ii  gnucash-common  1:2.2.9-11   A personal finance and money track
ii  guile-1.6-libs  1.6.8-10 Main Guile libraries
ii  guile-1.6-slib  1.6.8-10 Guile SLIB support
ii  libaqbanking29  4.2.4-2  library for online banking applica
ii  libart-2.0-22.3.21-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.24.3-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.24.3-1 The Bonobo UI library
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libcrypt-ssleay-perl0.57-2   Support for https protocol in LWP
ii  libdate-manip-perl  6.20-1   module for manipulating dates
ii  libenchant1c2a  1.6.0-1  a wrapper library for various spel
ii  libfinance-quote-perl   1.17-1   Perl module for retrieving stock q
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-6 GNOME configuration database syste
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgnome2-0 2.30.0-1 The GNOME library - runtime files
ii  libgnomecanvas2-0   2.30.1-1 A powerful object-oriented display
ii  libgnomeui-02.24.3-1 The GNOME libraries (User Interfac
ii  libgnomevfs2-0  1:2.24.3-1   GNOME Virtual File System (runtime
ii  libgoffice-0.8-80.8.12-1 Document centric objects library -
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libgtkhtml3.14-19   3.30.3-1 HTML rendering/editing library - r
ii  libguile-ltdl-1 1.6.8-10 Guile's patched version of libtool
ii  libgwenhywfar47 3.11.3-1 OS abstraction layer
ii  libice6 2:1.0.7-1X11 Inter-Client Exchange library
ii  libktoblzcheck1c2a  1.29-1   library for verification of accoun
ii  libltdl72.2.6b-2 A system independent dlopen wrappe
ii  libofx4 1:0.9.0-3library to support Open Financial 
ii  liborbit2   1:2.14.18-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libpopt01.16-1   lib for parsing cmdline parameters
ii  libqthreads-12  1.6.8-10 QuickThreads library for Guile
ii  libsm6  2:1.2.0-1X11 Session Management library
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  slib3b1-3.1  Portable Scheme library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gnucash recommends:
ii  gnucash-docs  2.2.0-3Documentation for gnucash, a perso

gnucash suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.de

Bug#607678: snort-pgsql: Error in postinst near line 125

2010-12-20 Thread Gordon Haverland
Package: snort-pgsql
Version: 2.8.5.2-3
Severity: normal

There is a missing "then" and an excess "fi" near line 125.

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages snort-pgsql depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  debconf [debconf-2.0] 1.5.37 Debian configuration management sy
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libgcrypt11   1.4.5-2LGPL Crypto library - runtime libr
ii  libgnutls26   2.8.6-1the GNU TLS library - runtime libr
ii  libltdl7  2.2.6b-2   A system independent dlopen wrappe
ii  libpcap0.81.1.1-2system interface for user-level pa
ii  libpcre3  8.02-1.1   Perl 5 Compatible Regular Expressi
ii  libpq59.0.2-1PostgreSQL C client library
ii  libprelude2   1.0.0-1Security Information Management Sy
ii  logrotate 3.7.8-6Log rotation utility
ii  snort-common  2.8.5.2-3  flexible Network Intrusion Detecti
ii  snort-common-libraries2.8.5.2-3  flexible Network Intrusion Detecti
ii  snort-rules-default   2.8.5.2-3  flexible Network Intrusion Detecti
ii  sysklogd [system-log-daemon]  1.5-6  System Logging Daemon

Versions of packages snort-pgsql recommends:
ii  iproute   20100519-3 networking and traffic control too

Versions of packages snort-pgsql suggests:
pn  snort-doc  (no description available)

-- debconf information:
* snort-pgsql/db_database: snort
* snort-pgsql/db_user: snort
* snort-pgsql/db_host: localhost
  snort-pgsql/send_stats: true
* snort-pgsql/address_range: 192.168.0.0/16
* snort-pgsql/needs_db_config:
* snort-pgsql/stats_rcpt: root
  snort-pgsql/disable_promiscuous: false
  snort-pgsql/config_error:
  snort-pgsql/stats_treshold: 1
  snort-pgsql/options:
  snort-pgsql/invalid_interface:
  snort-pgsql/please_restart_manually:
  snort-pgsql/startup: boot
  snort-pgsql/config_parameters:
* snort-pgsql/interface: eth1
* snort-pgsql/configure_db: true



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



Bug#605213: mimms: Strange behavior on some wmv files

2010-11-27 Thread Gordon Haverland
Package: mimms
Version: 3.2.1-2
Severity: wishlist

I've no real idea what is going on.  I attempted to download a few (11) files.
None of the files will download to completion.  They all come short some amount,
and it seems like the larger the file, the further from the end it refuses to
go past.  I tried restarting from scratch a couple of times.  One file 
consistently
stopped at the same place, the other file stopped close to where it stopped 
before.

The point at where it stops, seems to be about halfway through what is left.
Since it never finishes, perhaps something like the sequence: 500, 749, 873,
934, 964, 978, 984, 986.  These numbers are just made up, but they are sort
of showing the behavior I am seeing.

I don't use mimms very often, a couple of days a year.  I looked in the bug 
reports
(empty), and a bit on the Internet, and I see nothing about problems with mimms
of any kind.


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

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mimms depends on:
ii  libmms0 0.6-1MMS stream protocol library - shar
ii  python  2.6.6-3+squeeze1 interactive high-level object-orie
ii  python-support  1.0.11   automated rebuilding support for P

mimms recommends no packages.

mimms 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#604987: amarok: Classical music

2010-11-25 Thread Gordon Haverland
Package: amarok
Version: 2.3.1-1
Severity: wishlist

This bug is not specific to Amarok.
Most people listen to rock, country, 
And there is a common set of metadata which seems describe those
songs well.
And part of this is a mechanism of coming up with file names
based upon the metadata.

Classical music tends to be more complex than these rules allow.
And what can happen, is that you end up with multiple DIFFERENT
songs, that all have the same name according to whatever naming
convention is chosen.

It would be nice if Amarok (and every other music player), would
warn users of different songs which apparently get described in 
exactly the same way (in terms of title/artist/...).

The eventual solution is to come up with metadata rules which are
designed for classical music, and then map a subset of them to
all the popular music.  I'm not holding my breath this ever happens.

As this is mostly to get the information into the system, feel free
to close the bug immediately.

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

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages amarok depends on:
ii  amarok-common   2.3.1-1  architecture independent files for
ii  amarok-utils2.3.1-1  utilities for Amarok media player
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls 7.21.2-1 Multi-protocol file transfer libra
ii  libgcc1 1:4.4.5-8GCC support library
ii  libgcrypt11 1.4.5-2  LGPL Crypto library - runtime libr
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgpod40.7.93-0.3   library to read and write songs an
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libkdecore5 4:4.4.5-1the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-1the KDE Platform User Interface Li
ii  libkdnssd4  4:4.4.5-1the DNS-SD Protocol Library for th
ii  libkfile4   4:4.4.5-1the File Selection Dialog Library 
ii  libkio5 4:4.4.5-1the Network-enabled File Managemen
ii  libknewstuff2-4 4:4.4.5-1the "Get Hot New Stuff" v2 Library
ii  libknewstuff3-4 4:4.4.5-1the "Get Hot New Stuff" v3 Library
ii  libkutils4  4:4.4.5-1various utility classes for the KD
ii  liblastfm0  0.4.0~git20090710-1  The Last.fm web services library
ii  libloudmouth1-0 1.4.3-5  Lightweight C Jabber library
ii  libmtp8 1.0.3-1  Media Transfer Protocol (MTP) libr
ii  libmysqlclient165.1.49-2 MySQL database client library
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libplasma3  4:4.4.5-1the Plasma Library for the KDE Pla
ii  libqca2 2.0.2-1  libraries for the Qt Cryptographic
ii  libqt4-dbus 4:4.6.3-4Qt 4 D-Bus module
ii  libqt4-network  4:4.6.3-4Qt 4 network module
ii  libqt4-script   4:4.6.3-4Qt 4 script module
ii  libqt4-sql  4:4.6.3-4Qt 4 SQL module
ii  libqt4-svg  4:4.6.3-4Qt 4 SVG module
ii  libqt4-webkit   4:4.6.3-4Qt 4 WebKit module
ii  libqt4-xml  4:4.6.3-4Qt 4 XML module
ii  libqtcore4  4:4.6.3-4Qt 4 core module
ii  libqtgui4   4:4.6.3-4Qt 4 GUI module
ii  libqtscript4-core   0.1.0-3  Qt Script bindings for the Qt 4 Co
ii  libqtscript4-gui0.1.0-3  Qt Script bindings for the Qt 4 Gu
ii  libqtscript4-networ 0.1.0-3  Qt Script bindings for the Qt 4 Ne
ii  libqtscript4-sql0.1.0-3  Qt Script bindings for the Qt 4 SQ
ii  libqtscript4-uitool 0.1.0-3  Qt Script bindings for the Qt 4 Ui
ii  libqtscript4-xml0.1.0-3  Qt Script bindings for the Qt 4 XM
ii  libsolid4   4:4.4.5-1Solid Library for KDE Platform
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libstreamanalyzer0  0.7.2-1+b1   streamanalyzer library for Strigi 
ii  libstreams0 0.7.2-1+b1   streams library for for Strigi Des
ii  libtag-extras1  1.0.1-3  TagLib extras library - support fo
ii  libtag1c2a  1.6.3-1  TagLib Audio Meta-Data Library
ii  libthreadweaver44:4.4.5-1the ThreadWeaver Library for the K
ii  libxml2 2.7.8.dfsg-1 GNOME XML library
ii  phonon  4:4.6.0really4.4.2-1 metapackage fo

Bug#594002: wishlist: usepackage(isotope)

2010-08-22 Thread Gordon Haverland
Package: texlive-latex-extra
Version: 2009-9
Severity: wishlist

Greetings.

Thank you for the earlier suggestions on greek letters in the section headings
of hyperref related metadata (left frame of okular).

In the past, I always took the trivial way out of producing the leading 
superscripting
for isotopes, such as $\ ^{228}Th$.

I never seen an issue with this, until I started  columns in a table
with this sort of input.  The formatting of the table had the excess space
in left formatted columns.  Hence, I decided to look into using the
isotope package (which has very little documentation).

Being cautious, I was changing things in a peculiar way.

Old
  ...  $\ ^{228}Th$
  was responsible for the aftershave effect with Axe products.
New
  ... $\isotope[228]{Th}%$\ ^{228}Th$
  was responsible for the aftershave effect with Axe products.

The old output (rendered as ASCII, and ignoring superscripting) would be:
  ... 228Th was responsible for the aftershave effect with Axe products.

The output (with my commenting out the old mathmode stuff) is
  ... 228Thwas responsible for the aftershave effect with Axe products.

The space between "Ra" and "was" is eaten up if I put the commented section
immediately after the replacement text.

It is entirely possible that this is the way comments work in LaTeX, I've
never run into this before.  Commenting out code in Perl I've done a lot.

But, perhaps a note about the isotope package for LaTeX could mention
this?


-- Package-specific info:
If you report an error when running one of the TeX-related binaries 
(latex, pdftex, metafont,...), or if the bug is related to bad or wrong
output, please include a MINIMAL example input file that produces the
error in your report. 

Please run your example with
(pdf)latex -recorder ...
(or any other program that supports -recorder) and send us the generated
file with the extension .fls, it lists all the files loaded during
the run and can easily explain problems induced by outdated files in
your home directory.

Don't forget to also include minimal examples of other files that are 
needed, e.g. bibtex databases. Often it also helps
to include the logfile. Please, never send included pictures!

If your example file isn't short or produces more than one page of
output (except when multiple pages are needed to show the problem),
you can probably minimize it further. Instructions on how to do that
can be found at

http://www.latex-einfuehrung.de/mini-en.html (english)

or 

http://www.latex-einfuehrung.de/mini.html (german)

##
minimal input file


##
other files

##
 List of ls-R files

-rw-r--r-- 1 root root 1727 Jul 16 13:26 /var/lib/texmf/ls-R
-rw-rw-r-- 1 root staff 80 Apr 17 19:32 /usr/local/share/texmf/ls-R
lrwxrwxrwx 1 root root 29 Jun 18 06:52 /usr/share/texmf/ls-R -> 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 May 26 13:25 /usr/share/texmf-texlive/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 May 26 13:25 /usr/share/texmf-texlive/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVE
##
 Config files
lrwxrwxrwx 1 root root 20 Jun 18 06:52 /usr/share/texmf/web2c/texmf.cnf -> 
/etc/texmf/texmf.cnf
-rw-r--r-- 1 root root 10037 Jul 16 13:26 /var/lib/texmf/web2c/fmtutil.cnf
-rw-r--r-- 1 root root 17183 Jul 16 13:26 /var/lib/texmf/web2c/updmap.cfg
-rw-r--r-- 1 root root 11605 Jul 16 13:26 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 1
-rw-r--r-- 1 root root 283 Apr 14  2007 mktex.cnf
##
 md5sums of texmf.d
3875bf0f4a53a29b7f247399dc9833e2  /etc/texmf/texmf.d/05TeXMF.cnf
6e82a3d4c00ae7e4f86aa8dcf9438cf3  /etc/texmf/texmf.d/15Plain.cnf
d588a08518f705d06ac262acd78f2bc4  /etc/texmf/texmf.d/20xmltex.cnf
c60a084820a0b73e3bfbf2e90bda437c  /etc/texmf/texmf.d/45TeXinputs.cnf
ea33127256c6a9f37145ae5b16fdb80c  /etc/texmf/texmf.d/55Fonts.cnf
afccf1d3f87057411166a77c58e00bd1  /etc/texmf/texmf.d/65BibTeX.cnf
9da7c1c7b1eaf06f941af91f48a23068  /etc/texmf/texmf.d/75DviPS.cnf
7ae52efac46feb97010986e57877d12e  /etc/texmf/texmf.d/80DVIPDFMx.cnf
055e06548bac99958d8ab2dd1248f2b4  /etc/texmf/texmf.d/80tex4ht.cnf
37329819f1109e8a457e64b8b58fecdb  /etc/texmf/texmf.d/85Misc.cnf
a8952d594677235951d447665ec46e9c  /etc/texmf/texmf.d/90TeXDoc.cnf
bab3b7e578107f999fa1b0768994f6f8  /etc/texmf/texmf.d/95NonPath.cnf
1df66bc319cec731e202eaf39f5d85e1  /etc/texmf/texmf.d/96JadeTeX.cnf

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

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages texlive-latex-extra depends on:
ii  dpkg  1.15.8.4   Debian package management system

Bug#592404: texlive-latex-base: hyperref wishlist request

2010-08-09 Thread Gordon Haverland
Package: texlive-latex-base
Version: 2009-10
Severity: wishlist

When one uses hyperref in a LaTeX document, and displays a
PDF in Okular, you see a hierarchial table of contents in a
panel on the left in Okular.  If any of the section headings
involve greek letters, they are not present in this contents
panel.  Consequently, having section headings talking about
$\beta^{-}$ radiation looks odd.

The section headings in the table of contents itself (full
page panel) come out fine.

(Oh, I don't understand the texmf_wrong/missing in the debconf
info below.)

-- Package-specific info:
If you report an error when running one of the TeX-related binaries 
(latex, pdftex, metafont,...), or if the bug is related to bad or wrong
output, please include a MINIMAL example input file that produces the
error in your report. Don't forget to also include minimal examples of
other files that are needed, e.g. bibtex databases. Often it also helps
to include the logfile. Please, never send included pictures!

If your example file isn't short or produces more than one page of
output (except when multiple pages are needed to show the problem),
you can probably minimize it further. Instructions on how to do that
can be found at

http://www.latex-einfuehrung.de/mini-en.html (english)

or 

http://www.latex-einfuehrung.de/mini.html (german)

##
minimal input file


##
other files

##
 List of ls-R files

-rw-r--r-- 1 root root 1727 Jul 16 13:26 /var/lib/texmf/ls-R
-rw-rw-r-- 1 root staff 80 Apr 17 19:32 /usr/local/share/texmf/ls-R
lrwxrwxrwx 1 root root 29 Jun 18 06:52 /usr/share/texmf/ls-R -> 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 May 26 13:25 /usr/share/texmf-texlive/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 May 26 13:25 /usr/share/texmf-texlive/ls-R -> 
/var/lib/texmf/ls-R-TEXLIVE
##
 Config files
lrwxrwxrwx 1 root root 20 Jun 18 06:52 /usr/share/texmf/web2c/texmf.cnf -> 
/etc/texmf/texmf.cnf
-rw-r--r-- 1 root root 10037 Jul 16 13:26 /var/lib/texmf/web2c/fmtutil.cnf
-rw-r--r-- 1 root root 17183 Jul 16 13:26 /var/lib/texmf/web2c/updmap.cfg
-rw-r--r-- 1 root root 11605 Jul 16 13:26 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 1
-rw-r--r-- 1 root root 283 Apr 14  2007 mktex.cnf
##
 md5sums of texmf.d
3875bf0f4a53a29b7f247399dc9833e2  /etc/texmf/texmf.d/05TeXMF.cnf
6e82a3d4c00ae7e4f86aa8dcf9438cf3  /etc/texmf/texmf.d/15Plain.cnf
d588a08518f705d06ac262acd78f2bc4  /etc/texmf/texmf.d/20xmltex.cnf
c60a084820a0b73e3bfbf2e90bda437c  /etc/texmf/texmf.d/45TeXinputs.cnf
ea33127256c6a9f37145ae5b16fdb80c  /etc/texmf/texmf.d/55Fonts.cnf
afccf1d3f87057411166a77c58e00bd1  /etc/texmf/texmf.d/65BibTeX.cnf
9da7c1c7b1eaf06f941af91f48a23068  /etc/texmf/texmf.d/75DviPS.cnf
7ae52efac46feb97010986e57877d12e  /etc/texmf/texmf.d/80DVIPDFMx.cnf
055e06548bac99958d8ab2dd1248f2b4  /etc/texmf/texmf.d/80tex4ht.cnf
37329819f1109e8a457e64b8b58fecdb  /etc/texmf/texmf.d/85Misc.cnf
a8952d594677235951d447665ec46e9c  /etc/texmf/texmf.d/90TeXDoc.cnf
bab3b7e578107f999fa1b0768994f6f8  /etc/texmf/texmf.d/95NonPath.cnf
1df66bc319cec731e202eaf39f5d85e1  /etc/texmf/texmf.d/96JadeTeX.cnf

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

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages texlive-latex-base depends on:
ii  dpkg  1.15.8.3   Debian package management system
ii  tex-common2.08   common infrastructure for building
ii  texlive-base  2009-10TeX Live: Essential programs and f
ii  texlive-binaries  2009-6 Binaries for TeX Live
ii  texlive-common2009-10TeX Live: Base component

Versions of packages texlive-latex-base recommends:
pn  texlive-latex-base-doc (no description available)

texlive-latex-base suggests no packages.

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0] 1.5.35 Debian configuration management sy
ii  dpkg  1.15.8.3   Debian package management system
ii  ucf   3.0025 Update Configuration File: preserv

Versions of packages texlive-latex-base is related to:
ii  tetex-base 2007.dfsg.2-4 TeX Live: teTeX transitional packa
ii  tetex-bin  2007.dfsg.2-4 TeX Live: teTeX transitional packa
pn  tetex-extra(no description available)
ii  tex-common 2.08  common infrastructure for building

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:



-- 
To UNSUBSCRIB

Bug#590115: Wishlist: take password from STDIN instead of prompting

2010-07-23 Thread Gordon Haverland
Package: postgresql-client-common
Version: 109
Severity: wishlist

I'm writing a perl script to help install a package which makes use of
PostgreSQL for the database.  In most instances, using the various
postgres scripts in /usr/bin (createuser, createdb, ...) works well
with other scripting, createuser is the exception.  In order for a Perl
script to make use of createuser, it probably needs to be running Expect
to interact with createuser.

If in addition to --pwprompt, there was something like --pwstdin, a
person could do:

  open( PG, "| createuser ... -pwstdin ..." );
  print PG "$password\n";
  close( PG );

we would have a safe way of getting passwords into PostgreSQL, that
a script could make use of.

But, I am hardly an expert on script safety.  This just seems to be
the concensus opinion I've read over the last few days.

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

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages postgresql-client-common depends on:
ii  debconf [debconf-2.0] 1.5.33 Debian configuration management sy

Versions of packages postgresql-client-common recommends:
ii  lsb-release   3.2-23.1   Linux Standard Base version report

postgresql-client-common 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#584676: kmail losing open compositions (autosave directory))

2010-07-22 Thread Gordon Haverland
On June 5, 2010, you wrote:


I believe this is the same bug as 589938

Gord



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



Bug#589596: libexpect-simple-perl: We need tests (and examples)

2010-07-18 Thread Gordon Haverland
Package: libexpect-simple-perl
Version: 0.04-1
Severity: wishlist

If one looks at the man page for Expect::Simple, we see:

 use Expect::Simple;

 my $obj = new Expect::Simple
   { Cmd => [ dmcoords => 'verbose=1', "infile=$infile"],
 Prompt => [ -re => 'dmcoords>:\s+' ],
 DisconnectCmd => 'q',
 Verbose => 0,
 Debug => 0,
 Timeout => 100
   };

 $obj->send( $cmd );
 
The manpage code snippet does not define $cmd.  This is a common problem
in perl, missing details (not limited to perl however).  But, if I download
the CPAN package and look in the test directory, I can see what $cmd is
supposed to be.  Even looking at the send() command on the man page doesn't
really tell someone what $cmd is supposed to be.  An example that I guess
I will figure out myself, is what if the first send() isn't needed?  Am
I supposed to send a zero length string, UNDEF, or not even call send()?

But a general comment as far as all CPAN modules goes, we really do need
the tests and any examples that are in the CPAN package.  And it would
be really nice if the web page describing libexpect-simple-perl (or
any libXXX-perl package) would actually say that this is the CPAN XXX
package.

But, this is all wishlist.

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

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libexpect-simple-perl depends on:
ii  libexpect-perl1.20-2 Expect.pm - Perl Expect interface
ii  perl  5.10.1-13  Larry Wall's Practical Extraction 

libexpect-simple-perl recommends no packages.

libexpect-simple-perl 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#584676: Acknowledgement (kmail losing open compositions (autosave directory))

2010-07-13 Thread Gordon Haverland
On June 5, 2010, Debian Bug Tracking System wrote:
> If you wish to submit further information on this problem,
> please send it to 584...@bugs.debian.org.

I've had the Xserver crash a few times of late, and every time all 
open compositions in kmail are lost (the MySQL log is bad).

Last night, the power went out here.  To be safe, I got to a root 
shell and did
  shutdown -h now

This too caused kmail to lose all open compositions.  Same 
apparent problem (bad MySQL log).

Gord



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



Bug#586809: okular: Paging differences: scrollbar - keyboard

2010-06-22 Thread Gordon Haverland
Package: okular
Version: 4:4.4.4-1
Severity: wishlist
Tags: upstream

Today, I had the pleasure of viewing some PDF files that had just the right
page size.

If I paged by left clicking in the scrollbar, I would see the end-of-page marker
slowly move in one direction.  If instead, I paged by hitting the PageDown (or
PageUp) key on the keyboard, the end-of-page marker would slowly move in the 
opposite
direction.
Which seems to indicate that the two means of paging, use different definitions.

Whether this is wanted behavior or not, I don't know.  I just thought it
was interesting, and figured someone might be interested.

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

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages okular depends on:
ii  kdebase-runtime 4:4.4.4-1runtime components from the offici
ii  libc6   2.11.2-1 Embedded GNU C Library: Shared lib
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.4-5GCC support library
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  libkdecore5 4:4.4.4-1the KDE Platform Core Library
ii  libkdeui5   4:4.4.4-1the KDE Platform User Interface Li
ii  libkio5 4:4.4.4-1the Network-enabled File Managemen
ii  libkparts4  4:4.4.4-1the Framework for the KDE Platform
ii  libkpty44:4.4.4-1the Pseudo Terminal Library for th
ii  libkutils4  4:4.4.4-1various utility classes for the KD
ii  libokularcore1  4:4.4.4-1libraries for the Okular document 
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libpoppler-qt4-30.12.4-1 PDF rendering library (Qt 4 based 
ii  libqca2 2.0.2-1  libraries for the Qt Cryptographic
ii  libqimageblitz4 1:0.0.4-4QImageBlitz image effects library
ii  libqt4-dbus 4:4.6.3-1Qt 4 D-Bus module
ii  libqt4-svg  4:4.6.3-1Qt 4 SVG module
ii  libqt4-xml  4:4.6.3-1Qt 4 XML module
ii  libqtcore4  4:4.6.3-1Qt 4 core module
ii  libqtgui4   4:4.6.3-1Qt 4 GUI module
ii  libspectre1 0.2.6-1  Library for rendering PostScript d
ii  libstdc++6  4.4.4-5  The GNU Standard C++ Library v3
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

okular recommends no packages.

Versions of packages okular suggests:
ii  ghostscript 8.71~dfsg2-3 The GPL Ghostscript PostScript/PDF
pn  kttsd  (no description available)
ii  okular-extra-backends   4:4.4.4-1additional document format support
ii  poppler-data0.4.2-1  Encoding data for the poppler PDF 
ii  texlive-binaries2009-6   Binaries for TeX Live
ii  unrar   1:3.9.10-1   Unarchiver for .rar files (non-fre

-- 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#584677: mysql-server: Error 1577 on upgrade to 5.1

2010-06-05 Thread Gordon Haverland
Package: mysql-server
Version: 5.1.47-1
Severity: normal

Yesterday I upgraded to KDE-4.4, and this pulled in an upgrade to
mysql-server-5.1.  Quite a while ago I had removed most Debian packages
which could be run with some other dbase (preferring PostgreSQL and SQLite),
I don't think it was being used by much.

In any event, upon upgrading to 5.1, I got a message about this 1577
error, and something to do with Events.  Looking on the Internet a bit,
it seemed that a person needed to run some command with a --force switch,
to fix the table involved.  I have no idea if it worked, and mysqld seems
to be running.

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

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mysql-server depends on:
ii  mysql-server-5.1  5.1.47-1   MySQL database server binaries and

mysql-server recommends no packages.

mysql-server 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#584676: kmail losing open compositions (autosave directory)

2010-06-05 Thread Gordon Haverland
Package: kmail
Version: 4:4.4.4-1
Severity: normal

I upgraded to 4.4.4 yesterday.  I seldom turn my machine off, but on
occasion I do, and in the past all of these open compositions come back
when I log in to KDE.  With the upgrade, I get the main kmail window, but
none of the open compositions.  It appears these compositions still exist in
.kde/share/apps/kmail/autosave/cur/.  I suspect they are no longer listed
in .kde/share/apps/kmail/autosave.index.ids (that file is 1 line of 169 bytes).




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

Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kmail depends on:
ii  kdebase-runtime 4:4.4.4-1runtime components from the offici
ii  kdepim-runtime  4:4.4.4-1Runtime components for akonadi-kde
ii  kdepimlibs-kio-plug 4:4.4.4-1kio slaves used by KDE PIM applica
ii  libakonadi-contact4 4:4.4.4-1library for using the Akonadi PIM 
ii  libakonadi-kde4 4:4.4.4-1library for using the Akonadi PIM 
ii  libc6   2.11.1-1 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.4-4GCC support library
ii  libgpgme++2 4:4.4.4-1c++ wrapper library for gpgme
ii  libkabc44:4.4.4-1library for handling address book 
ii  libkcal44:4.4.4-1library for handling calendar data
ii  libkde3support4 4:4.4.4-1the KDE 3 Support Library for the 
ii  libkdecore5 4:4.4.4-1the KDE Platform Core Library
ii  libkdepim4  4:4.4.4-1KDE PIM library
ii  libkdeui5   4:4.4.4-1the KDE Platform User Interface Li
ii  libkhtml5   4:4.4.4-1the KHTML Web Content Rendering En
ii  libkimap4   4:4.4.4-1library for handling IMAP data
ii  libkio5 4:4.4.4-1the Network-enabled File Managemen
ii  libkldap4   4:4.4.4-1library for accessing LDAP
ii  libkleo44:4.4.4-1certificate based crypto library f
ii  libkmime4   4:4.4.4-1library for handling MIME data
ii  libknotifyconfig4   4:4.4.4-1library for configuring KDE Notifi
ii  libkontactinterface 4:4.4.4-1Kontact interface library
ii  libkparts4  4:4.4.4-1the Framework for the KDE Platform
ii  libkpgp44:4.4.4-1gpg based crypto library for KDE
ii  libkpimidentities4  4:4.4.4-1library for managing user identiti
ii  libkpimtextedit44:4.4.4-1library that provides a textedit w
ii  libkpimutils4   4:4.4.4-1library for dealing with email add
ii  libkresources4  4:4.4.4-1the KDE Resource framework library
ii  libksieve4  4:4.4.4-1KDE mail/news message filtering li
ii  libktnef4   4:4.4.4-1library for handling TNEF data
ii  libkutils4  4:4.4.4-1various utility classes for the KD
ii  libmailtransport4   4:4.4.4-1mail transport service library
ii  libmessagecore4 4:4.4.4-1message core library for KDE
ii  libmessagelist4 4:4.4.4-1message list library for KDE
ii  libmimelib4 4:4.4.4-1KDE MIME library
ii  libnepomuk4 4:4.4.4-1the Nepomuk Meta Data Library
ii  libphonon4  4:4.6.0really4.4.1-2 the core library of the Phonon mul
ii  libqt4-dbus 4:4.6.2-5Qt 4 D-Bus module
ii  libqt4-network  4:4.6.2-5Qt 4 network module
ii  libqt4-qt3support   4:4.6.2-5Qt 3 compatibility library for Qt 
ii  libqt4-xml  4:4.6.2-5Qt 4 XML module
ii  libqtcore4  4:4.6.2-5Qt 4 core module
ii  libqtgui4   4:4.6.2-5Qt 4 GUI module
ii  libstdc++6  4.4.4-4  The GNU Standard C++ Library v3
ii  libthreadweaver44:4.4.4-1the ThreadWeaver Library for the K
ii  perl5.10.1-13Larry Wall's Practical Extraction 
ii  phonon  4:4.6.0really4.4.1-2 metapackage for the Phonon multime

Versions of packages kmail recommends:
ii  gnupg-agent   2.0.14-1.1 GNU privacy guard - password agent
ii  gnupg22.0.14-1.1 GNU privacy guard - a free PGP rep
ii  pinentry-gtk2 [pinentry-x11]  0.8.0-1GTK+-2-based PIN or pass-phrase en

Versions of packages kmail suggests:
ii  clamav 0.96.1+dfsg-1 anti-virus utility for Unix - comm
ii  kaddressbook   4:4.4.4-1 KDE address book
pn  kleopatra  (no description available)
ii  procmail   3.22-19   Versatile e-mail processor
ii  spamassass

Bug#577499: [Pkg-clamav-devel] Bug#577499: Me too

2010-04-24 Thread Gordon Haverland
On April 24, 2010, Michael Tautschnig wrote:
> > On April 24, 2010, Stephen Gran wrote:
> > > This one time, at band camp, Gordon Haverland said:
> > > > with the dfsg-2 update that came out, I seen
> > > > LocalSocketGroup 20 thing with my computer.  I set it to
> > > > 125 (which is the group clamav is on this computer). 
> > > > Clamav started, but I started getting messages from
> > > > freshclam (cron jobs) about some missing argument. 
> > > > Trying to fix things, I then got a message about
> > > > freshclam not being able to contact clamd via
> > > > /var/run/clamav/clamd.ctl.
> > > >
> > > > So, this morning, I purged all of clamav and reinstalled
> > > > it. This message about clamd.ctl persists.
> > >
> > > Can you set LocalSocketGroup to clamav in the config file,
> > > run dpkg-reconfigure and see what it is in the file
> > > afterwards?
> >
> > LocalSocketGroup was already set to clamav, and the mode is
> > 666.
> >
> > dpkg-reconfigure for clamav didn't appear to do anything, no
> > files altered in /etc/clamav
> >
> > dpkg-reconfigure clamav-base asked questions, no files
> > changed.
> >
> > dpkg-reconfigure clamav-daemon asked questions, no files
> > changed.
> >
> > dpkg-reconfigure clamav-freshclam asked questions, no files
> > changed.  It appears that freshclam updated properly, and was
> > able to contact the daemon as part of how dpkg-reconfigure
> > finished for freshclam.  It would seem that the reconfigures
> > did something, but none of the changed were in /etc/clamav.
> >
> > Want me to purge, reinstall and check something else?
> 
> Could you attach your (broken) config files? It should then be
>  pretty easy for us to reproduce the problem. My problem,
>  however, is that I'm not all that sure anymore what your
>  actual problem is. Is it just that freshclam cannot use the
>  socket? Which user are you running freshclam as? Is it the
>  same user that is used for clamd?

After the 4 dpkg-reconfigure runs, things seem to be working.  
That was the end result mentioned above.  That nothing in 
/etc/clamav changed after the fresh re-install (after purging) was 
interesting.

It is hard to see the config files as being broken, if they 
weren't changed by any of the dpkg-reconfigure runs.

As I asked, I could easily purge them all again, and reinstall 
again, to check other things (/var/run ?).  Something must have 
changed, in order for things to be working now, but not after the 
initial install.

Gord
#Automatically Generated by clamav-base postinst
#To reconfigure clamd run #dpkg-reconfigure clamav-base
#Please read /usr/share/doc/clamav-base/README.Debian.gz for details
LocalSocket /var/run/clamav/clamd.ctl
FixStaleSocket true
LocalSocketGroup clamav
LocalSocketMode 666
# TemporaryDirectory is not set to its default /tmp here to make overriding
# the default with environment variables TMPDIR/TMP/TEMP possible
User clamav
AllowSupplementaryGroups true
ScanMail true
ScanArchive true
ArchiveBlockEncrypted false
MaxDirectoryRecursion 15
FollowDirectorySymlinks false
FollowFileSymlinks false
ReadTimeout 180
MaxThreads 12
MaxConnectionQueueLength 15
StreamMaxLength 10M
LogSyslog false
LogFacility LOG_LOCAL6
LogClean false
LogVerbose false
PidFile /var/run/clamav/clamd.pid
DatabaseDirectory /var/lib/clamav
SelfCheck 3600
Foreground false
Debug false
ScanPE true
ScanOLE2 true
ScanHTML true
DetectBrokenExecutables false
ExitOnOOM false
LeaveTemporaryFiles false
AlgorithmicDetection true
ScanELF true
IdleTimeout 30
PhishingSignatures true
PhishingScanURLs true
PhishingAlwaysBlockSSLMismatch false
PhishingAlwaysBlockCloak false
DetectPUA false
ScanPartialMessages false
HeuristicScanPrecedence false
StructuredDataDetection false
CommandReadTimeout 5
SendBufTimeout 200
MaxQueue 100
LogFile /var/log/clamav/clamav.log
LogTime true
LogFileUnlock false
LogFileMaxSize 0
Bytecode true
BytecodeSecurity TrustSigned
BytecodeTimeout 6
OfficialDatabaseOnly false
CrossFilesystems true
# Automatically created by the clamav-freshclam postinst
# Comments will get lost when you reconfigure the clamav-freshclam package

DatabaseOwner clamav
UpdateLogFile /var/log/clamav/freshclam.log
LogVerbose false
LogSyslog false
LogFacility LOG_LOCAL6
LogFileMaxSize 0
LogTime true
Foreground false
Debug false
MaxAttempts 5
DatabaseDirectory /var/lib/clamav/
DNSDatabaseInfo current.cvd.clamav.net
AllowSupplementaryGroups false
PidFile /var/run/clamav/freshclam.pid
ConnectTimeout 30
ReceiveTimeout 30
ScriptedUpdates yes
CompressLocalDatabase no
Bytecode true
NotifyClamd /etc/clamav/clamd.conf
DatabaseMirror db.ca.clamav.net
DatabaseMirror database.clamav.net


Bug#577499: [Pkg-clamav-devel] Bug#577499: Me too

2010-04-24 Thread Gordon Haverland
On April 24, 2010, Stephen Gran wrote:
> This one time, at band camp, Gordon Haverland said:
> > with the dfsg-2 update that came out, I seen LocalSocketGroup
> > 20 thing with my computer.  I set it to 125 (which is the
> > group clamav is on this computer).  Clamav started, but I
> > started getting messages from freshclam (cron jobs) about
> > some missing argument.  Trying to fix things, I then got a
> > message about freshclam not being able to contact clamd via
> > /var/run/clamav/clamd.ctl.
> >
> > So, this morning, I purged all of clamav and reinstalled it. 
> > This message about clamd.ctl persists.
> 
> Can you set LocalSocketGroup to clamav in the config file, run
> dpkg-reconfigure and see what it is in the file afterwards?

LocalSocketGroup was already set to clamav, and the mode is 666.

dpkg-reconfigure for clamav didn't appear to do anything, no files 
altered in /etc/clamav

dpkg-reconfigure clamav-base asked questions, no files changed.

dpkg-reconfigure clamav-daemon asked questions, no files changed.

dpkg-reconfigure clamav-freshclam asked questions, no files 
changed.  It appears that freshclam updated properly, and was able 
to contact the daemon as part of how dpkg-reconfigure finished for 
freshclam.  It would seem that the reconfigures did something, but 
none of the changed were in /etc/clamav.

Want me to purge, reinstall and check something else?

Gord



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



Bug#577499: Me too

2010-04-24 Thread Gordon Haverland
with the dfsg-2 update that came out, I seen LocalSocketGroup 20 
thing with my computer.  I set it to 125 (which is the group 
clamav is on this computer).  Clamav started, but I started 
getting messages from freshclam (cron jobs) about some missing 
argument.  Trying to fix things, I then got a message about 
freshclam not being able to contact clamd via 
/var/run/clamav/clamd.ctl.

So, this morning, I purged all of clamav and reinstalled it.  This 
message about clamd.ctl persists.

Gord



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



Bug#576016: Acknowledgement (amarok getting repetitious)

2010-04-14 Thread Gordon Haverland
On April 12, 2010, Modestas Vainius wrote:
> forwarded 576016 https://bugs.kde.org/show_bug.cgi?id=205284
> tags 576016 upstream
> thanks

Good day Modestas (and others).

I continued to look into this from the point of view that the 
cause of the repetitious behavior was the kernel running out of 
entropy (/dev/random and /dev/urandom).  Thinking about it more, 
it must be /dev/urandom that was being used, and hence it was 
providing numbers that had very few bits of entropy in them.

I knew that I had randomsound installed, but it kind of defeats 
the point to have the gain at maximum, if you want to listen to 
good music.  Hence, randomsound probably wasn't adding much 
entropy to the kernel.  So, I looked around Debian to see what 
else there was as far as sources of entropy goes.

I found haveged.  Before installing haveged, 
/proc/sys/kernel/random/entropy_avail was reporting 180 or so bits 
of entropy (middle of day).  After installing haveged, I am seeing 
around 3600 bits, even first thing when I woke up today.

This doesn't prove my suspicions, but if amarok never gets 
repetitious, then it strongly supports them.

However, it does seem to indicate that amarok is using /dev/random 
or /dev/urandom, as a source of random numbers.  That source of 
numbers is supposed to be present for cyptographically strong 
random number needs.  If the kernel entropy drops to zero, 
security of networking probably goes to zero as well.  Which would 
seem to indicate a severity far above wishlist.

Is it just amarok that is drawing random numbers from 
/dev/urandom, or are there many applications doing this?  Is 
amarok getting its random numbers from kdelibs, and kdelibs is 
doing it wrong?  Is it a Qt library that is being called by 
kdelibs doing it wrong?  Libc?

As I understand things, any application is welcome to call 
/dev/urandom (or /dev/random) after looking at 
/proc/sys/kernel/random/entropy_avail to see that enough entropy 
is present, in order to seed a RNG.  But all of these non-
cryptographic applications should not be calling /dev/urandom for 
all the random numbers they need.

Maybe I am interpretting things wrong.  I'll leave it up to you, 
as to whether this was just a symptom of a more serious problem, 
and if so, what to do about it.  For the present time, it seems 
like haveged is at least able to keep the kernel entropy level 
high enough.  I will write again, if amarok again starts repeating 
itself.

Gord




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



Bug#576016: Acknowledgement (amarok getting repetitious)

2010-04-12 Thread Gordon Haverland
On April 12, 2010, Modestas Vainius wrote:
> forwarded 576016 https://bugs.kde.org/show_bug.cgi?id=205284
> tags 576016 upstream
> thanks
> 
> Hello,
> 
> according to https://bugs.kde.org/show_bug.cgi?id=205284 and
>  amarok upstream developers, you probably have created a filter
>  which matches only a few tracks.
> 
> Please to take further comments about this problem to
> https://bugs.kde.org/show_bug.cgi?id=205284 so amarok
>  developers may think of the way to fix it.

It certainly sounds familiar, but I don't think the amarok people 
have figured out the problem.  Some people have been seeing this a 
lot longer than I have.

If someone at amarok tells me where to find the code involved in 
how the random numbers are generated, and how they are used, I 
will try to make time to see what is happening.

Have a great day!
Gord




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



Bug#576016: Acknowledgement (amarok getting repetitious)

2010-04-12 Thread Gordon Haverland
On March 31, 2010, you wrote:
[ Deleted ]

More follow up.

I woke up this morning, to find that amarok had gotten into a loop 
where it was playing Pavarotti's Mattinata multiple times in a 
row, and occasionally allowing other songs to play.  In the last 3 
hours, Mattinata probably played 15-20 times.

Where does amarok get random number from?  Is it reading 
/dev/random?  Maybe my computer is running out of entropy, and 
that is how these repetitious loops are coming from?

I would hope that amarok isn't reading all of its random numbers 
from /dev/random.  I can see applications like amarok reading 1 
number from /dev/random at startup, to serve as a seed for some 
RNG.  Networking probably has a need for higher quality random 
numbers, but playing music could probably get by with just about 
any old RNG.

What brings up this thought, is that there is some package which 
allows entropy in the audio system to feed back into /dev/random.  
At night, the only thing generating entropy might be the audio 
system.  If amarok is the only thing generating and using entropy, 
it could get to the point where it keeps getting the same numbers 
over and over.

I went over to the Git source tree for amarok, thinking there 
might be some file which obviously is involved in random numbers, 
but nothing looked likely to me.  I suppose it could easily end up 
being kdelibs or even Qt that is providing the random numbers.  
But whether one is talking kdelibs or Qt, I still don't think that 
/dev/random should be the source.  Sure, pull a seed from 
/dev/random, but there are lots of RNG (Numerical Recipes has 
some) that should be good enough for music, card games, and 
whatever else the GUI needs.

Anyway, that is just a guess as to where this behavior is coming 
from.

Gord



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



Bug#576016: Acknowledgement (amarok getting repetitious)

2010-04-08 Thread Gordon Haverland
On April 2, 2010, Gordon Haverland wrote:

{ deleted ]  [ And kmail getting confused forced me to rewrite ]

I'm running at 77%  accepting suggestions from Last.fm with 
respect to tracks.

Where I noticed something unusual, was Couldn't Get It Right by 
the Climax Blues Band.The same song got played inside of an 
hour.

The song before I noticed things is "Sister Fatima" by Don McLean.

I told Amarok to stop playing, and this is what is on the 
playlist:
 Man With Two Hearts
 Sister Fatima
 Sister Fatima
 Couldn't Get It Right
 Sister Fatima
 Couldn't Get it Right
 Couldn't Get it Right
 Dance of the Sugar-Plum Fairy From the Nutcrac...
 Couldn't Get It Right
 Sister Fatima
 Couldn't Get It Right


It's obvious some kind of loop is starting to form.   I suppose if 
I let this go one, I would be listening to playlist that mostly 
was composed of Sister Fatima and Couldn't Get it Right.

Anytway, just more data.  No idea if it is useful, or what might 
be better, as I have had no response.

Gord




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



Bug#576016: Acknowledgement (amarok getting repetitious)

2010-04-02 Thread Gordon Haverland
On March 31, 2010, Debian Bug Tracking System wrote:
[ deleted ]

I've tried restarting with Last.fm artists in Dynamic Playlist 
mode, Last.fm tracks , and Echo Nest.  In all 3 modes, after 
slightly under 1 day (20 hours?  18 hours), they all start to get 
repetitious.  I have also started backing down the fraction, I am 
now running at 78%.

In the morning, I turn on the "stop after track" function.  Once 
that is done, I clean up the statistics at Last.fm due to getting 
repetitious.  After playing has halted, I clean the playlist, and 
copy Mahna Mahna (Muppets song) to the top of the playlist, and 
restart Dynamic play mode.  I have noticed that this first batch 
of 10 songs that Dynamic mode appends to Mahna Mahna either is the 
same as were to play before I stopped play, or substantially the 
same.  I gather that amarok is not querying Last.fm for 
suggestions on this restart?  Cycling the repopulate once or twice 
seems to produce a significantly different playlist.

Hopefully by adding data, at some point some answer is found, or 
maybe others are seeing something similar.  In any event, this 
should give us a place to add information, which might be helpful 
in tracking down this behavior.

Happy Easter to all.
Gord



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



Bug#576016: amarok getting repetitious

2010-03-31 Thread Gordon Haverland
Package: amarok
Version: 2.3.0-1
Severity: wishlist

I like a low level of music to sleep by, and maybe amarok doesn't like my 
snoring.
Yesterday morning I woke up to find that Amarok had just got into a loop
where it was playing Ray La Montagne a lot (3 times in 11 songs).  Clearing the
playlist and restarting it, still brought up too much of this same artist and
song.  So, I backed up the amarok database and deleted it, and then rescanned
my collection.  This morning I awoke to find that amarok had played Talk Radio
by The Dandy Warhols 62 times in the last 70 songs.  The Dynamic Playlist 
function
was on, getting suggestions from Last.fm.  Last night it was in track mode,
I'm not sure if it was in track mode or artist mode the previous evening.
The proportion level was set at around 85-88%.

Probably a bug somewhere, but is it in Amarok, at Last.fm, or somewhere else.
I don't see anything remotely like this at Debian bug reports.  If it happens
again, I guess I could try the Echonest recommendations.

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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages amarok depends on:
ii  amarok-common2.3.0-1 architecture independent files for
ii  amarok-utils 2.3.0-1 utilities for Amarok media player
ii  kdebase-runtime  4:4.3.4-2   runtime components from the offici
ii  kdelibs5 4:4.3.4-3   core libraries for all KDE 4 appli
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls  7.20.0-2Multi-protocol file transfer libra
ii  libgcc1  1:4.4.3-5   GCC support library
ii  libgcrypt11  1.4.5-2 LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.22.4-1The GLib library of C routines
ii  libgpod4 0.7.2-2+b1  library to read and write songs an
ii  libgtk2.0-0  2.18.9-2The GTK+ graphical user interface 
ii  liblastfm0   0.4.0~git20090710-1 The Last.fm web services library
ii  libloudmouth1-0  1.4.3-5 Lightweight C Jabber library
ii  libmtp8  1.0.2-2 Media Transfer Protocol (MTP) libr
ii  libmysqlclient16 5.1.45-1MySQL database client library
ii  libphonon4   4:4.5.3-4   Qt 4 Phonon module
ii  libplasma3   4:4.3.4-3   library for the KDE 4 Plasma deskt
ii  libqca2  2.0.2-1 libraries for the Qt Cryptographic
ii  libqt4-dbus  4:4.5.3-4   Qt 4 D-Bus module
ii  libqt4-network   4:4.5.3-4   Qt 4 network module
ii  libqt4-script4:4.5.3-4   Qt 4 script module
ii  libqt4-sql   4:4.5.3-4   Qt 4 SQL module
ii  libqt4-svg   4:4.5.3-4   Qt 4 SVG module
ii  libqt4-webkit4:4.5.3-4   Qt 4 WebKit module
ii  libqt4-xml   4:4.5.3-4   Qt 4 XML module
ii  libqtcore4   4:4.5.3-4   Qt 4 core module
ii  libqtgui44:4.5.3-4   Qt 4 GUI module
ii  libqtscript4-core0.1.0-3 Qt Script bindings for the Qt 4 Co
ii  libqtscript4-gui 0.1.0-3 Qt Script bindings for the Qt 4 Gu
ii  libqtscript4-network 0.1.0-3 Qt Script bindings for the Qt 4 Ne
ii  libqtscript4-sql 0.1.0-3 Qt Script bindings for the Qt 4 SQ
ii  libqtscript4-uitools 0.1.0-3 Qt Script bindings for the Qt 4 Ui
ii  libqtscript4-xml 0.1.0-3 Qt Script bindings for the Qt 4 XM
ii  libstdc++6   4.4.3-5 The GNU Standard C++ Library v3
ii  libstreamanalyzer0   0.7.1-1 streamanalyzer library for Strigi 
ii  libstreams0  0.7.1-1 streams library for for Strigi Des
ii  libtag-extras1   1.0.1-2 TagLib extras library - support fo
ii  libtag1c2a   1.6.1-1 TagLib Audio Meta-Data Library
ii  libxml2  2.7.7.dfsg-1GNOME XML library
ii  phonon   4:4.5.3-4   Qt 4 Phonon module metapackage
ii  phonon-backend-gstre 4:4.3.1-5   Phonon GStreamer 0.10.x backend
ii  phonon-backend-xine  4:4.3.1-5   Phonon Xine 1.1.x backend
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:4.3.4-1  transparent audio CD access for KD

Versions of packages amarok suggests:
ii  libqt4-sql-mysql   4:4.5.3-4 Qt 4 MySQL database driver
pn  libqt4-sql-psql(no description available)
ii  libqt4-sql-sqlite  4:4.5.3-4 Qt 4 SQLite 3 database driver
ii  libxine1-ffmpeg1.1.18.1-1+b1 MPEG-related plugins for libxine1
pn  moo

Bug#575146: dict-gazetteer2k-counties: Can't decode string

2010-03-23 Thread Gordon Haverland
Package: dict-gazetteer2k-counties
Version: 1.0.0-5.2
Severity: normal

Hello.  I just installed goldendict, and ran the program from the command line
(under X).  Goldendict showed that it was indexing a bunch of stuff.
It had a read error on your index file:

Dictd dictionary reading failed:
 /usr/share/dictd/gazetteer2k-counties.index,
 error: Can't decode the given string from Utf8: A�asco 

There didn't seem to be anything on the bug reports about this.
I've no idea if it was worth reporting.

The -places index has a similar error for:
 Utf8: A�asco zona


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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

dict-gazetteer2k-counties depends on no packages.

dict-gazetteer2k-counties recommends no packages.

Versions of packages dict-gazetteer2k-counties suggests:
ii  dict   1.11.2+dfsg-2 dictionary client
ii  dictd  1.11.2+dfsg-2 dictionary server

-- 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#571771: openoffice.org-java-common: Couldn't configure pre-depend ... probably a dependency cycle

2010-03-02 Thread Gordon Haverland
On March 2, 2010, Rene Engelhard wrote:
> So what should be do with this unreproducible bug on a system
>  no one can see it on (because it's old and probably full of
>  dependency bugs - loads of stuff depend on stuff you don't
>  imagine, even udev)

Close it.

> > I'm a dinosaur from the old UNIX days, I like compiling
> > kernels. There are specific CONFIG options that must be set
> > or not set in order for a kernel to work with udev. 
> > Supposedly my kernel is new enough, but it has the wrong
> > options.  Playing menuconfig with make-kpkg to find these
> > options is fun.  In any event, I've had a bunch of other
> > things that needed to be done, and replacing the kernel still
> > isn't at the top of my TODO list.  Until then, I am stuck
> > with 146-5 of udev.
> 
> Then please don't file bugs on such systems. They will he hard
>  to reproduce.

Surely OO.o isn't dependent on the configuration of the kernel?  
It may turn out that  many packages are, but they shouldn't be.  
Having oddball systems like mine around points out that there are 
problems, that shouldn't be there.  Other than some modules from 
CPAN, everything here is Debian.

Gord



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



Bug#571771: openoffice.org-java-common: Couldn't configure pre-depend ... probably a dependency cycle

2010-03-02 Thread Gordon Haverland
On March 2, 2010, Rene Engelhard wrote:
> Hi,

Hello again.

Okay, I removed (not purged) every package on my system that had 
openoffice.org in the package name (which also took out 
openclipart-png).  I then:

 apt-get install openoffice.org openoffice.org-openclipart 
openclipart-png

and the install went fine, no cycle dependencies.  This is the 
list of packages now installed:

 openclipart-openoffice.org
 openoffice.org
 openoffice.org-base
 openoffice.org-base-core
 openoffice.org-calc
 openoffice.org-common
 openoffice.org-core
 openoffice.org-draw
 openoffice.org-emailmerge
 openoffice.org-filter-binfilter
 openoffice.org-filter-mobiledev
 openoffice.org-gcj
 openoffice.org-impress
 openoffice.org-java-common
 openoffice.org-math
 openoffice.org-officebean
 openoffice.org-report-builder
 openoffice.org-report-builder-bin
 openoffice.org-style-galaxy
 openoffice.org-thesaurus-en-us
 openoffice.org-writer
 openoffice.org-writer2latex


Gord



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



Bug#571771: openoffice.org-java-common: Couldn't configure pre-depend ... probably a dependency cycle

2010-03-02 Thread Gordon Haverland
Hello.

On March 2, 2010, Rene Engelhard wrote:
> On Mon, Mar 01, 2010 at 07:02:25PM -0700, Gordon Haverland 
wrote:
> > > On Sat, Feb 27, 2010 at 02:57:00PM -0700, Gordon Haverland
> >
> > wrote:
> > > > In trying to bring in the 3.2 version, I received the
> > > > following:
> > > >
> > > > E: Couldn't configure pre-depend
> > > > openoffice.org-java-common for
> > > > openoffice.org-report-builder, probably a dependency
> > > > cycle.
> > >
> > > What extra packages do you have installed? How did you try
> > > the upgrade?
> >
> > Extra in what regard?
> 
> Extra in "related to OOo". I mean, you have already one
>  extension package for OOo installed (-report-builder is not in
>  the "standard set" you would get when you did apt-get install
>  openoffice.org)

Here is the list of everything that has oo.o in the package name:

 libbase-java-openoffice.org
 libflute-java-openoffice.org
 libfonts-java-openoffice.org
 libformula-java-openoffice.org
 liblayout-java-openoffice.org
 libloader-java-openoffice.org
 libpentaho-reporting-flow-engine-java-openoffice.org
 librepository-java-openoffice.org
 libserializer-java-openoffice.org
 libxml-java-openoffice.org
 mozilla-openoffice.org
 openclipart-openoffice.org
 openoffice.org
 openoffice.org-base
 openoffice.org-base-core
 openoffice.org-calc
 openoffice.org-common
 openoffice.org-core
 openoffice.org-draw
 openoffice.org-filter-binfilter
 openoffice.org-filter-mobiledev
 openoffice.org-gcj
 openoffice.org-help-en-us
 openoffice.org-impress
 openoffice.org-java-common
 openoffice.org-math
 openoffice.org-officebean
 openoffice.org-report-builder
 openoffice.org-report-builder-bin
 openoffice.org-style-andromeda
 openoffice.org-style-crystal
 openoffice.org-style-galaxy
 openoffice.org-style-hicontrast
 openoffice.org-style-oxygen
 openoffice.org-style-tango
 openoffice.org-thesaurus-en-us
 openoffice.org-writer
 openoffice.org-writer2latex

> > I can't do an apt-get upgrade or apt-get
> > dist-upgrade because of udev problems (I compile my own
> > kernels here, and I am still trying to get around to getting
> > a "modern" enough kernel that udev can work with).  I don't
> > NEED any extra
> 
> Aha. And what if you installed a Debian kernel and then tried a
>  upgrade? Besides that, doesn't udev say what kernel it needs?
>  At least it should survive a 2.6.26 -> 2.6.3x upgrade as that
>  is what will happen for Debian stable users anyway.

I'm a dinosaur from the old UNIX days, I like compiling kernels.  
There are specific CONFIG options that must be set or not set in 
order for a kernel to work with udev.  Supposedly my kernel is new 
enough, but it has the wrong options.  Playing menuconfig with 
make-kpkg to find these options is fun.  In any event, I've had a 
bunch of other things that needed to be done, and replacing the 
kernel still isn't at the top of my TODO list.  Until then, I am 
stuck with 146-5 of udev.

> Anyway, you didn't answer. What did you try to install OOo 3.2
>  on what for a system? (package list if possible)

A few minutes ago, I tried to install just -java-common by itself, 
as well as -report-builder by itself.  In both situations, they 
want to remove -help-en-us and install -l10n-zh-tw and -help-zh-
tw.  They then both get into this cycle problem and quit.  Which I 
thought was interesting.

What I think I am going to do, is uninstall all the openoffice.org 
packages, and then re-install the minimum required.

Gord




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



Bug#571771: openoffice.org-java-common: Couldn't configure pre-depend ... probably a dependency cycle

2010-03-01 Thread Gordon Haverland
On March 1, 2010, Rene Engelhard wrote:
> tag 571771 + moreinfo
> tag 571771 + unreproducible
> thanks
> 
> Hi,
> 
> On Sat, Feb 27, 2010 at 02:57:00PM -0700, Gordon Haverland 
wrote:
> > In trying to bring in the 3.2 version, I received the
> > following:
> >
> > E: Couldn't configure pre-depend openoffice.org-java-common
> > for openoffice.org-report-builder, probably a dependency
> > cycle.
> 
> What extra packages do you have installed? How did you try the
>  upgrade?

Extra in what regard?  I can't do an apt-get upgrade or apt-get 
dist-upgrade because of udev problems (I compile my own kernels 
here, and I am still trying to get around to getting a "modern" 
enough kernel that udev can work with).  I don't NEED any extra 
packages, as most of what I do personally is emacs/LaTeX or 
emacs/DocBook.  But, I often install other stuff because it helps 
if someone sends me a DOC (or other M$ file).

Gord



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



Bug#571771: openoffice.org-java-common: Couldn't configure pre-depend ... probably a dependency cycle

2010-02-27 Thread Gordon Haverland
Package: openoffice.org-java-common
Version: 1:3.1.1-16
Severity: normal

In trying to bring in the 3.2 version, I received the following:

E: Couldn't configure pre-depend openoffice.org-java-common for
openoffice.org-report-builder, probably a dependency cycle.


In submitting this report, I was first presented with more than 1
screenful of "advice" on submitting bugs about OpenOffice.org
bugs.  It really looks like you never want to receive bug reports
on OpenOffice.org packages.  This problem looks entirely involved
with Debian packaging, but I won't ever submit a bug about openoffice.org
to Debian after reading all that stuff.  I'll just wait for updates
quietly.

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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openoffice.org-java-common depends on:
ii  openoffice.org-common 1:3.1.1-16 full-featured office productivity 

openoffice.org-java-common recommends no packages.

Versions of packages openoffice.org-java-common suggests:
ii  bsh   2.0b4-10   Java scripting environment (BeanSh

-- 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#566892: libhdf5-openmpi: libhdf5_fortran.so.6 also in libhdf5-serial

2010-01-25 Thread Gordon Haverland
Package: libhdf5-openmpi
Version: 1.8.4-2
Severity: normal

Install of scilab failed, due to this libhdf5-fortran.so.6 being in
two different packages.

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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#566762: wv: suggests tetex-extra

2010-01-24 Thread Gordon Haverland
Package: wv
Version: 1.2.4-2
Severity: normal

Shouldn't this suggest some component of texlive instead of
tetex-extra?

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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wv depends on:
ii  libc6   2.10.2-5 Embedded GNU C Library: Shared lib
ii  libexpat1   2.0.1-7  XML parsing C library - runtime li
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libglib2.0-02.22.4-1 The GLib library of C routines
ii  libgsf-1-1141.14.16-1Structured File Library - runtime 
ii  libjpeg62   6b-15The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.42-1 PNG library - runtime
ii  libwmf0.2-7 0.2.8.4-6.1  Windows metafile conversion librar
ii  libwv-1.2-3 1.2.4-2  Library for accessing Microsoft Wo
ii  libx11-62:1.3.2-1X11 client-side library
ii  libxml2 2.7.6.dfsg-2 GNOME XML library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

wv recommends no packages.

Versions of packages wv suggests:
ii  evince [postscript-viewer] 2.28.2-1  Document (postscript, pdf) viewer
ii  ghostscript [postscript-vi 8.70~dfsg-2.1 The GPL Ghostscript PostScript/PDF
ii  ghostscript-x [gs] 8.70~dfsg-2.1 The GPL Ghostscript PostScript/PDF
ii  gv [postscript-viewer] 1:3.6.8-1 PostScript and PDF viewer for X
ii  imagemagick7:6.5.8.3-1   image manipulation programs
ii  lynx   2.8.8dev.2-1  Text-mode WWW Browser (transitiona
ii  okular [postscript-viewer] 4:4.3.4-1+b1  document viewer for KDE 4
pn  tetex-extra(no description available)

-- no debconf information



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



Bug#566751: dbconfig-common: --debconf-ok to ucf not passed

2010-01-24 Thread Gordon Haverland
Package: dbconfig-common
Version: 1.8.42
Severity: normal

Upon upgrading this package, I received an error message

*** WARNING: ucf was run from a maintainer script that uses debconf, but
 the script did not pass --debconf-ok to ucf. The maintainer
 script should be fixed to not stop debconf before calling ucf,
 and pass it this parameter. For now, ucf will revert to using
 old-style, non-debconf prompting. Ugh!

 Please inform the package maintainer about this problem.

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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dbconfig-common depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  ucf   3.0025 Update Configuration File: preserv

dbconfig-common recommends no packages.

Versions of packages dbconfig-common suggests:
ii  mysql-client-5.0 [virtual-mys 5.0.84-1   MySQL database client binaries
ii  postgresql-client-8.3 [postgr 8.3.9-1front-end programs for PostgreSQL 

-- debconf information:
* dbconfig-common/remote-questions-default: false
  dbconfig-common/pgsql/revertconf: false
  dbconfig-common/internal/skip-preseed: false
  dbconfig-common/db/dbname:
  dbconfig-common/pgsql/manualconf:
  dbconfig-common/dbconfig-remove: true
  dbconfig-common/mysql/method: unix socket
  dbconfig-common/upgrade-backup: true
  dbconfig-common/pgsql/authmethod-admin: ident
  dbconfig-common/upgrade-error: abort
  dbconfig-common/purge: false
  dbconfig-common/db/basepath:
  dbconfig-common/install-error: abort
  dbconfig-common/pgsql/no-empty-passwords:
  dbconfig-common/pgsql/admin-user: postgres
  dbconfig-common/dbconfig-install: true
  dbconfig-common/dbconfig-reinstall: false
  dbconfig-common/remote/host:
  dbconfig-common/pgsql/changeconf: false
  dbconfig-common/remote/newhost:
  dbconfig-common/missing-db-package-error: abort
  dbconfig-common/dbconfig-upgrade: true
  dbconfig-common/pgsql/no-user-choose-other-method:
  dbconfig-common/internal/reconfiguring: false
  dbconfig-common/passwords-do-not-match:
  dbconfig-common/remove-error: abort
* dbconfig-common/remember-admin-pass: false
  dbconfig-common/mysql/admin-user: root
  dbconfig-common/pgsql/method: unix socket
  dbconfig-common/pgsql/authmethod-user:
  dbconfig-common/database-type:
  dbconfig-common/db/app-user:
  dbconfig-common/remote/port:



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



Bug#557168: amarok: Lots of crashes

2009-11-23 Thread Gordon Haverland
On November 23, 2009, Modestas Vainius wrote:
> tags 557168 upstream
> thanks
> 
> Hello,
> 
> On pirmadienis 23 Lapkritis 2009 03:59:38 Gordon Haverland 
wrote:
> > I hope you had a good weekend.
> >
> > I know KDE has some system.  I also know I don't like it.  Oh
> > well, :-)
> >
> > Okay, please find attached to this note, 9 krash reports. 
> > The first 7 are from -1 versions of amarok, with the numbers
> > of star being 1, 0, 1, 1, 0, 3, 3.  The next 2 reports are
> > from aramok version -2, with stars of 1 and 3.  The last 2
> > "3" reports of -1, are after having installed the -dbg
> > packages.
> 
> Well, you have 3 different issues here:
> 
> 1. https://bugs.kde.org/show_bug.cgi?id=196320 [1,3,4]
> 2. https://bugs.kde.org/show_bug.cgi?id=200546#c30 [6,7,9]
> 3. https://bugs.kde.org/show_bug.cgi?id=215630 [2,8]
>https://bugs.kde.org/show_bug.cgi?id=215051 [2,8]
> 
> > I figured that was enough krash reports, so I am running
> > exaile for music at the moment.
> 
> I seems you have a really bad luck with Amarok :/ Try nuking
>  your amarok config / database (backup it first though).

Okay, I backed up my amarok stuff, deleted it, and restarted 
amarok.  It has been running several hours no, and hasn't stalled, 
let alone crashed.

So, I suspect that the problem is fixed.

I still have the -dbg packages installed, so I can generate better 
crash reports if one happens.  I guess you might as well close 
this bug report.

Thanks for your time.
Gord



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



Bug#557168: amarok: Lots of crashes

2009-11-19 Thread Gordon Haverland
Package: amarok
Version: 2.2.1-1
Severity: normal

I have no idea if this is a Debian problem, or a KDE/Amarok problem.
If you think that I should submit upstream, please delete this
bug report.  I've had a few crash reports pop up, and when it goes
to trace things, it realize the trace is useless.

However, in the last couple of days, I've had amarok crash maybe 20
times.
It crashes on dynamic playlists, and it crashes on some plugin which
chooses albums at random.
What happens more often than a crash, is that it just stops playing.
It got so annoying, I installed exaile to play music.
It also stopped playing at one point (and didn't crash), pointing
to a problem with a couple of my audio files.
Anyway, that is a report.  Maybe it is of interest?

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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages amarok depends on:
ii  amarok-common2.2.1-1 architecture independent files for
ii  amarok-utils 2.2.1-1 utilities for Amarok media player
ii  kdebase-runtime  4:4.3.2-1   runtime components from the offici
ii  kdelibs5 4:4.3.2-2   core libraries for all KDE 4 appli
ii  libc62.10.1-7GNU C Library: Shared libraries
ii  libcurl3-gnutls  7.19.7-1Multi-protocol file transfer libra
ii  libgcc1  1:4.4.2-3   GCC support library
ii  libgcrypt11  1.4.4-5 LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.22.2-2The GLib library of C routines
ii  libgpod4 0.7.2-2 library to read and write songs an
ii  libgtk2.0-0  2.18.3-1The GTK+ graphical user interface 
ii  liblastfm0   0.4.0~git20090710-1 The Last.fm web services library
ii  libloudmouth1-0  1.4.3-4 Lightweight C Jabber library
ii  libmtp8  0.3.7-7 Media Transfer Protocol (MTP) libr
ii  libmysqlclient16 5.1.40-1MySQL database client library
ii  libphonon4   4:4.5.3-4   Qt 4 Phonon module
ii  libplasma3   4:4.3.2-2   library for the KDE 4 Plasma deskt
ii  libqca2  2.0.2-1 libraries for the Qt Cryptographic
ii  libqt4-dbus  4:4.5.3-4   Qt 4 D-Bus module
ii  libqt4-network   4:4.5.3-4   Qt 4 network module
ii  libqt4-script4:4.5.3-4   Qt 4 script module
ii  libqt4-sql   4:4.5.3-4   Qt 4 SQL module
ii  libqt4-svg   4:4.5.3-4   Qt 4 SVG module
ii  libqt4-webkit4:4.5.3-4   Qt 4 WebKit module
ii  libqt4-xml   4:4.5.3-4   Qt 4 XML module
ii  libqtcore4   4:4.5.3-4   Qt 4 core module
ii  libqtgui44:4.5.3-4   Qt 4 GUI module
ii  libqtscript4-core0.1.0-3 Qt Script bindings for the Qt 4 Co
ii  libqtscript4-gui 0.1.0-3 Qt Script bindings for the Qt 4 Gu
ii  libqtscript4-network 0.1.0-3 Qt Script bindings for the Qt 4 Ne
ii  libqtscript4-sql 0.1.0-3 Qt Script bindings for the Qt 4 SQ
ii  libqtscript4-uitools 0.1.0-3 Qt Script bindings for the Qt 4 Ui
ii  libqtscript4-xml 0.1.0-3 Qt Script bindings for the Qt 4 XM
ii  libstdc++6   4.4.2-3 The GNU Standard C++ Library v3
ii  libstreamanalyzer0   0.7.0-1+b2  streamanalyzer library for Strigi 
ii  libstreams0  0.7.0-1+b2  streams library for for Strigi Des
ii  libtag-extras1   1.0.1-2 TagLib extras library - support fo
ii  libtag1c2a   1.6.1-1 TagLib Audio Meta-Data Library
ii  libxml2  2.7.6.dfsg-1GNOME XML library
ii  phonon   4:4.5.3-4   Qt 4 Phonon module metapackage
ii  phonon-backend-gstre 4:4.3.1-5   Phonon GStreamer 0.10.x backend
ii  phonon-backend-xine  4:4.3.1-5   Phonon Xine 1.1.x backend
ii  zlib1g   1:1.2.3.3.dfsg-15   compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:4.3.2-1  transparent audio CD access for KD

Versions of packages amarok suggests:
ii  libqt4-sql-mysql  4:4.5.3-4  Qt 4 MySQL database driver
pn  libqt4-sql-psql(no description available)
ii  libqt4-sql-sqlite 4:4.5.3-4  Qt 4 SQLite 3 database driver
ii  libxine1-ffmpeg   1.1.16.3-2 MPEG-related plugins for libxine1

Versions of packages amarok is related to:
ii  phonon-backend-gstreamer [pho 4:4.3.1-5  Phonon GStreamer 0.10.x backend
ii  phonon-backend-xine [phonon-b 4:4.3.1-5  Phonon Xine 1.1.x backend

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#557166: Zero sized files halt exaile

2009-11-19 Thread Gordon Haverland
Package: exaile
Version: 0.2.14+debian-2
Severity: normal

Normally, I use amarok.  But, 10 or 20 crashes in the last couple
of days brings a search for alternatives.

A couple of the music files in my collection had zero size.  I didn't
know they had zero size.  They happened to be ogg files, but it is
possible that this could happen for any other format.  In any event,
when exaile ran across one of these files it just stopped.  Which at
least pointed to the problem.

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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages exaile depends on:
ii  gstreamer0.10-alsa0.10.25-6  GStreamer plugin for ALSA
ii  gstreamer0.10-esd 0.10.17-1  GStreamer plugin for ESD
ii  gstreamer0.10-plugins-base0.10.25-6  GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-good0.10.17-1  GStreamer plugins from the "good" 
ii  libgstreamer0.10-00.10.25-3  Core GStreamer libraries and eleme
ii  python2.5.4-2An interactive high-level object-o
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  python-elementtree1.2.6-14   Light-weight toolkit for XML proce
ii  python-feedparser 4.1-14 Universal Feed Parser for Python
ii  python-glade2 2.16.0-1   GTK+ bindings: Glade support
ii  python-gst0.100.10.17-1  generic media-playing framework (P
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge
ii  python-mmkeys 1.6.2.1-1  Multimedia key support as a PyGTK 
ii  python-mutagen1.15-2 audio metadata editing library
ii  python-pysqlite2  2.5.5-3Python interface to SQLite 3
ii  python-pyvorbis   1.4-2  Python interface to the Ogg Vorbis
ii  python-support1.0.4  automated rebuilding support for P

Versions of packages exaile recommends:
ii  gstreamer0.10-plugins-ugly0.10.13-2  GStreamer plugins from the "ugly" 
ii  python-cddb   1.4-5.1+b1 Python interface to CD-IDs and Fre
ii  python-eggtrayicon2.25.3-4.1 Python module to display icons in 
ii  python-gamin  0.1.10-2   Python binding for the gamin clien
ii  python-gpod   0.7.2-2Python bindings for libgpod
ii  python-gtkmozembed2.25.3-4.1 Python bindings for the GtkMozEmbe
ii  python-notify 0.1.1-2+b1 Python bindings for libnotify
ii  streamripper  1.64.6-1   download online streams into audio

exaile 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#555614: udev: error initializing netlink socket

2009-11-10 Thread Gordon Haverland
On November 10, 2009, Marco d'Itri wrote:
> On Nov 10, Gordon Haverland  
wrote:
> > I don't know, is an initialization error the same as a
> > creation error? Trying to upgrade udev an hour or so ago, I
> > get:
> > setting up udev (147~git20091109-1) ...
> > error initializing netlink socket
> > Cannot start udevd. (rc=3)
> 
> This is very bad. Please try again with a standard Debian
>  kernel.

I haven't run standard debian kernels in a very long time.  What 
is wrong?

Gord




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



Bug#555614: udev: error initializing netlink socket

2009-11-10 Thread Gordon Haverland
Package: udev
Version: 147~git20091109-1
Severity: normal

I don't know, is an initialization error the same as a creation error?
Trying to upgrade udev an hour or so ago, I get:
setting up udev (147~git20091109-1) ...
error initializing netlink socket
Cannot start udevd. (rc=3)

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 17
lrwxrwxrwx 1 root root   19 May 17  2007 025_libgphoto2.rules -> 
../libgphoto2.rules
-rw-r--r-- 1 root root  495 May 20 06:38 56-hpmud_support.rules
-rw-r--r-- 1 root root 1195 Oct 15 03:54 70-persistent-cd.rules
-rw-r--r-- 1 root root  514 Sep 30 17:22 70-persistent-net.rules
lrwxrwxrwx 1 root root   15 Jan 24  2008 libnjb.rules -> ../libnjb.rules
-rw-r--r-- 1 root root 2079 Apr 13  2009 z60_gpsd.rules
-rw-r--r-- 1 root root 1237 Feb 26  2007 z60_gpsd.rules.dpkg-old
lrwxrwxrwx 1 root root   15 May 19  2007 z60_hdparm.rules -> ../hdparm.rules
-rw-r--r-- 1 root root 5354 Mar 16  2009 z60_hplip.rules
-rw-r--r-- 1 root root 1914 Feb  8  2008 z60_libccid.rules
lrwxrwxrwx 1 root root   17 May 18  2007 z60_usbmount.rules -> ../usbmount.rules

-- /sys/:
/sys/block/hda/dev
/sys/block/loop0/dev
/sys/block/loop1/dev
/sys/block/loop2/dev
/sys/block/loop3/dev
/sys/block/loop4/dev
/sys/block/loop5/dev
/sys/block/loop6/dev
/sys/block/loop7/dev
/sys/block/ram0/dev
/sys/block/ram1/dev
/sys/block/ram10/dev
/sys/block/ram11/dev
/sys/block/ram12/dev
/sys/block/ram13/dev
/sys/block/ram14/dev
/sys/block/ram15/dev
/sys/block/ram2/dev
/sys/block/ram3/dev
/sys/block/ram4/dev
/sys/block/ram5/dev
/sys/block/ram6/dev
/sys/block/ram7/dev
/sys/block/ram8/dev
/sys/block/ram9/dev
/sys/block/sda/dev
/sys/block/sda/sda1/dev
/sys/block/sda/sda10/dev
/sys/block/sda/sda11/dev
/sys/block/sda/sda12/dev
/sys/block/sda/sda13/dev
/sys/block/sda/sda2/dev
/sys/block/sda/sda3/dev
/sys/block/sda/sda4/dev
/sys/block/sda/sda5/dev
/sys/block/sda/sda6/dev
/sys/block/sda/sda7/dev
/sys/block/sda/sda8/dev
/sys/block/sda/sda9/dev
/sys/block/sdb/dev
/sys/block/sdb/sdb1/dev
/sys/block/sdb/sdb2/dev
/sys/block/sdc/dev
/sys/block/sdc/sdc1/dev
/sys/block/sdc/sdc2/dev
/sys/block/sdd/dev
/sys/block/sdd/sdd1/dev
/sys/block/sdd/sdd2/dev
/sys/block/sde/dev
/sys/block/sde/sde1/dev
/sys/block/sde/sde2/dev
/sys/block/sdf/dev
/sys/block/sdf/sdf1/dev
/sys/block/sdf/sdf2/dev
/sys/block/sdg/dev
/sys/block/sdg/sdg1/dev
/sys/block/sdg/sdg2/dev
/sys/block/sdh/dev
/sys/block/sdh/sdh1/dev
/sys/block/sdh/sdh2/dev
/sys/block/sdi/dev
/sys/block/sdi/sdi1/dev
/sys/block/sdi/sdi2/dev
/sys/class/input/input0/event0/dev
/sys/class/input/input1/event1/dev
/sys/class/input/input2/event2/dev
/sys/class/input/input3/event3/dev
/sys/class/input/input4/event4/dev
/sys/class/input/input4/mouse0/dev
/sys/class/input/mice/dev
/sys/class/misc/cpu_dma_latency/dev
/sys/class/misc/device-mapper/dev
/sys/class/misc/fuse/dev
/sys/class/misc/hpet/dev
/sys/class/misc/network_latency/dev
/sys/class/misc/network_throughput/dev
/sys/class/misc/psaux/dev
/sys/class/sound/adsp/dev
/sys/class/sound/audio/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/dsp/dev
/sys/class/sound/mixer/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/pcmC0D1p/dev
/sys/class/sound/seq/dev
/sys/class/sound/sequencer/dev
/sys/class/sound/sequencer2/dev
/sys/class/sound/timer/dev
/sys/class/usb_device/usbdev1.1/dev
/sys/class/usb_device/usbdev2.1/dev
/sys/class/usb_device/usbdev3.1/dev
/sys/class/usb_device/usbdev4.1/dev
/sys/class/usb_device/usbdev5.1/dev
/sys/class/usb_device/usbdev6.1/dev
/sys/class/usb_endpoint/usbdev1.1_ep81/dev
/sys/class/usb_endpoint/usbdev2.1_ep81/dev
/sys/class/usb_endpoint/usbdev3.1_ep81/dev
/sys/class/usb_endpoint/usbdev4.1_ep81/dev
/sys/class/usb_endpoint/usbdev5.1_ep81/dev
/sys/class/usb_endpoint/usbdev6.1_ep81/dev
/sys/devices/pci:00/:00:13.0/usb2/dev
/sys/devices/pci:00/:00:13.1/usb3/dev
/sys/devices/pci:00/:00:13.2/usb4/dev
/sys/devices/pci:00/:00:13.3/usb5/dev
/sys/devices/pci:00/:00:13.4/usb6/dev
/sys/devices/pci:00/:00:13.5/usb1/dev

-- Kernel configuration:


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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages udev depends on:
ii  debconf [debconf-2.0]1.5.28  Debian configuration management sy
ii  libc62.10.1-5GNU C Library: Shared libraries
ii  libselinux1  2.0.88-1SELinux runtime shared libraries
ii  libusb-0.1-4 2:0.1.12-13 userspace USB programming library
ii  lsb-base 3.2-23  Linux Standard Base 3.2 init scrip
ii  util-linux   2.16.1-4Miscellaneous system utilities

Versions of packages udev recommends:
ii  pciutils  1:3.1.4-3  Linux PCI Utilities
ii  usbutils   

Bug#551885: cron: segfaults happening

2009-10-21 Thread Gordon Haverland
Package: cron
Version: 3.0pl1-106
Severity: normal

Immediately upon doing a upgrade, I am getting segfaults from cron.

Here is the current line (manually typed) from another console.
cron[7140]: segfault at b8068ff4 ip b80b9004 sp bfcd50d7 error 7 in ld-2.9.so 
(deleted)[b80b9000+1c000]

As I was typing this in, I got another segfault, the same except for 
cron[14165] at the beginning.


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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cron depends on:
ii  adduser   3.111  add and remove users and groups
ii  debianutils   3.2.1  Miscellaneous utilities specific t
ii  libc6 2.10.1-1   GNU C Library: Shared libraries
ii  libpam0g  1.1.0-4Pluggable Authentication Modules l
ii  libselinux1   2.0.87-3   SELinux runtime shared libraries
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

Versions of packages cron recommends:
ii  exim4 4.69-11metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-heavy [mail-tran 4.69-11+b1 Exim MTA (v4) daemon with extended
ii  lockfile-progs0.1.13 Programs for locking and unlocking

Versions of packages cron suggests:
ii  anacron   2.3-13.2   cron-like program that doesn't go 
ii  checksecurity 2.0.13 basic system security checks
ii  logrotate 3.7.8-4Log rotation utility

-- 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#550016: okular: Overwriting saved files (error messages)

2009-10-06 Thread Gordon Haverland
Package: okular
Version: 4:4.3.1-1
Severity: normal

If a person goes to save a copy of a file (PDF in this situation)
that has the same name (and same size) as an existing file,
getting an error message of being unable to save the file
with no reason really isn't very useful.  If the file name
already exists, saying the filename already exists would be better.
If the previous file also happens to have the same size as
what would be saved, that could also help in making the error
message a little better.

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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages okular depends on:
ii  kdebase-runtime4:4.3.1-1 runtime components from the offici
ii  kdelibs5   4:4.3.1-1 core libraries for all KDE 4 appli
ii  libc6  2.9-27GNU C Library: Shared libraries
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.4.1-5 GCC support library
ii  libjpeg62  6b-15 The Independent JPEG Group's JPEG 
ii  libokularcore1 4:4.3.1-1 libraries for the Okular document 
ii  libphonon4 4:4.5.2-2 Qt 4 Phonon module
ii  libpoppler-qt4-3   0.10.6-1  PDF rendering library (Qt 4 based 
ii  libqca22.0.2-1   libraries for the Qt Cryptographic
ii  libqimageblitz41:0.0.4-4 QImageBlitz image effects library
ii  libqt4-dbus4:4.5.2-2 Qt 4 D-Bus module
ii  libqt4-qt3support  4:4.5.2-2 Qt 3 compatibility library for Qt 
ii  libqt4-svg 4:4.5.2-2 Qt 4 SVG module
ii  libqt4-xml 4:4.5.2-2 Qt 4 XML module
ii  libqtcore4 4:4.5.2-2 Qt 4 core module
ii  libqtgui4  4:4.5.2-2 Qt 4 GUI module
ii  libspectre10.2.2.ds-3Library for rendering Postscript d
ii  libstdc++6 4.4.1-5   The GNU Standard C++ Library v3
ii  phonon 4:4.5.2-2 Qt 4 Phonon module metapackage
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

okular recommends no packages.

Versions of packages okular suggests:
ii  okular-extra-backends  4:4.3.1-1 additional document format support
ii  texlive-base-bin   2007.dfsg.2-7 TeX Live: Essential binaries
ii  unrar  1:3.9.6-1 Unarchiver for .rar files (non-fre

-- 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#548543: kweather: Shouldn't this depend on plasma-widgets-addons?

2009-09-26 Thread Gordon Haverland
Package: kweather
Version: 4:4.3.1-1
Severity: normal

I have been trying to get kweather working again, and was
frustrated because the kweather package was installed, but
I couldn't find any way to get it running.  After too much
experimenting, it seems that the only way to get it working,
is to use the plasma thingy that starts kweather.

I do wonder though, if this means that kweather should depend
on this particular package, and whether some similar is true
for other packages, which need one of these plasma*addons in
order to work?

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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kweather depends on:
ii  kdebase-runtime   4:4.3.1-1  runtime components from the offici
ii  kdelibs5  4:4.3.1-1  core libraries for all KDE 4 appli
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libqt4-dbus   4:4.5.2-2  Qt 4 D-Bus module
ii  libqt4-qt3support 4:4.5.2-2  Qt 3 compatibility library for Qt 
ii  libqtcore44:4.5.2-2  Qt 4 core module
ii  libqtgui4 4:4.5.2-2  Qt 4 GUI module
ii  libstdc++64.4.1-4The GNU Standard C++ Library v3

kweather recommends no packages.

kweather 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#547666: New install, amarok only did single play

2009-09-21 Thread Gordon Haverland
Package: amarok
Version: 2.1.1-4
Severity: normal

I just installed KDE 4.3.1 on the weekend, and also installed
amarok-2.  As installed, the only backend was xine.  While
amarok would build a playlist randomly, it would only single play
through the list (you had to manually start the next track to play).

When I researched this, the suggestion was to choose the gstreamer
backend (which needed to be installed first), exit amarok, and
then restart it.  Amarok would restart with the backend changed
back to the original xine backend.  However, from that point on,
the music correctly played multiple songs in a playlist.

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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages amarok depends on:
ii  amarok-common  2.1.1-4   architecture independent files for
ii  amarok-utils   2.1.1-4   utilities for Amarok media player
ii  kdebase-runtime4:4.3.1-1 runtime components from the offici
ii  kdelibs5   4:4.3.1-1 core libraries for all KDE 4 appli
ii  libc6  2.9-26GNU C Library: Shared libraries
ii  libcurl3-gnutls7.19.5-1.1Multi-protocol file transfer libra
ii  libgcc11:4.4.1-4 GCC support library
ii  libgcrypt111.4.4-4   LGPL Crypto library - runtime libr
ii  libglib2.0-0   2.20.5-1  The GLib library of C routines
ii  libgpod4-nogtk 0.7.2-1.1 library to read and write songs to
ii  libgtk2.0-02.16.6-1  The GTK+ graphical user interface 
ii  libloudmouth1-01.4.3-4   Lightweight C Jabber library
ii  libmtp80.3.7-7   Media Transfer Protocol (MTP) libr
ii  libphonon4 4:4.5.2-2 Qt 4 Phonon module
ii  libplasma3 4:4.3.1-1 library for the KDE 4 Plasma deskt
ii  libqt4-dbus4:4.5.2-2 Qt 4 D-Bus module
ii  libqt4-network 4:4.5.2-2 Qt 4 network module
ii  libqt4-script  4:4.5.2-2 Qt 4 script module
ii  libqt4-sql 4:4.5.2-2 Qt 4 SQL module
ii  libqt4-svg 4:4.5.2-2 Qt 4 SVG module
ii  libqt4-webkit  4:4.5.2-2 Qt 4 WebKit module
ii  libqt4-xml 4:4.5.2-2 Qt 4 XML module
ii  libqtcore4 4:4.5.2-2 Qt 4 core module
ii  libqtgui4  4:4.5.2-2 Qt 4 GUI module
ii  libqtscript4-core  0.1.0-3   Qt Script bindings for the Qt 4 Co
ii  libqtscript4-gui   0.1.0-3   Qt Script bindings for the Qt 4 Gu
ii  libqtscript4-network   0.1.0-3   Qt Script bindings for the Qt 4 Ne
ii  libqtscript4-sql   0.1.0-3   Qt Script bindings for the Qt 4 SQ
ii  libqtscript4-uitools   0.1.0-3   Qt Script bindings for the Qt 4 Ui
ii  libqtscript4-xml   0.1.0-3   Qt Script bindings for the Qt 4 XM
ii  libstdc++6 4.4.1-4   The GNU Standard C++ Library v3
ii  libstreamanalyzer0 0.7.0-1+b2streamanalyzer library for Strigi 
ii  libstreams00.7.0-1+b2streams library for for Strigi Des
ii  libtag-extras0 0.1.6-1   TagLib extras library - support fo
ii  libtag1c2a 1.6-1 TagLib Audio Meta-Data Library
ii  libxml22.7.4.dfsg-2  GNOME XML library
ii  phonon 4:4.5.2-2 Qt 4 Phonon module metapackage
ii  phonon-backend-gstream 4:4.3.1-4 Phonon GStreamer 0.10.x backend
ii  phonon-backend-xine [p 4:4.3.1-4 Phonon Xine 1.1.x backend
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:4.3.1-1  transparent audio CD access for KD

Versions of packages amarok suggests:
ii  libqt4-sql-mysql  4:4.5.2-2  Qt 4 MySQL database driver
pn  libqt4-sql-psql(no description available)
ii  libqt4-sql-sqlite 4:4.5.2-2  Qt 4 SQLite 3 database driver

Versions of packages amarok is related to:
ii  phonon-backend-gstreamer [pho 4:4.3.1-4  Phonon GStreamer 0.10.x backend
ii  phonon-backend-xine [phonon-b 4:4.3.1-4  Phonon Xine 1.1.x backend

-- 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#547664: kaboom: Report on 3.5.10 -> 4.3.1

2009-09-21 Thread Gordon Haverland
Package: kaboom
Version: 1.1.2
Severity: normal

On the weekend, I finally upgraded KDE-3.5.10 to 4.3.1.  The
only issue I've seen as far as kaboom not doing something, was
kmail related.  I do not use my ISP to send email, I login to a
remote SMTP server and send it via them.  Kmail needed the password
to use for that login the first time I sent email.  It did correctly
prompt for the UserID to login to that SMTP server.

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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kaboom depends on:
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.1-4  GCC support library
ii  libqtcore44:4.5.2-2  Qt 4 core module
ii  libqtgui4 4:4.5.2-2  Qt 4 GUI module
ii  libstdc++64.4.1-4The GNU Standard C++ Library v3

kaboom recommends no packages.

kaboom 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#527113: snort-pgsql: Missing host in database: (snort.conf)

2009-06-09 Thread Gordon Haverland
On May 9, 2009, Javier Fernández-Sanguino Peña wrote:

I purged snort-pgsql and then re-installed it.  It seems to be 
working properly.

Gord





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



Bug#530682: diction: Expect is soemtimes preferred to anticipate

2009-05-26 Thread Gordon Haverland
Package: diction
Version: 1.10~rc4-1
Severity: normal

Hello.  It seems silly for an engineer to be filing a bug about some program
designed to make a person's grammar better (of which engineers probably need
more help than others).  However, I have had way more statistics than I should
have, and if a person is writing a paper involving statistical concepts, very 
seldom
should the word anticipate be a substitute for expect.  In large part, it is 
because
expect is being related "expectation", which has a reasonably precise, 
mathematical
definition.

Maybe it is just statistical topics where this happens, but perhaps the 
comments about
substituting anticipate for expect could be expanded to allow for statistics 
being
wierd (or something).
Or, maybe I am wrong.
I just cannot remember the word anticipate being present very often in any 
textbook on
Statistical Mechanics which I have read.

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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages diction depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries

diction recommends no packages.

diction 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#529187: tidy: merge-divs and repeated-attributes

2009-05-17 Thread Gordon Haverland
Package: tidy
Version: 20081224cvs-1
Severity: normal

I have an XHTML file I am playing with, that has the following 2 lines:


These 2 s are getting folded into a single  as (this is default 
behavior?):
  
As the default behavior of tidy for repeated-attributes is supposed to be
keep-last, I was expecting to see:
  
But the repeated class attribute is a problem for XML parsing, which is how
I noticed this.  No, I don't know why someone has a long string of whitespace
as a class.

Oh, there is supposed to be the same number of spaces in that class every time, 
I
didn't take the time to count.

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

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tidy depends on:
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  libtidy-0.99-0 20081224cvs-1 HTML syntax checker and reformatte

tidy recommends no packages.

Versions of packages tidy suggests:
ii  tidy-doc   20081224cvs-1 HTML syntax checker and reformatte

-- 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



  1   2   3   >