Bug#812708: Also affected: Baltimore CyberTrust Root used by Mailchimp

2016-02-08 Thread Rich Lott - Artful Robot

Hi Michael,

Thanks for getting back. Good you did as I was wrong!

Here's what's failing under Debian Jessie:

echo GET | openssl s_client -CApath /etc/ssl/certs/ -connect 
us9.api.mailchimp.com:443  2>&1  | head -n5
depth=2 C = IE, O = Baltimore, OU = CyberTrust, CN = Baltimore 
CyberTrust Root

verify error:num=20:unable to get local issuer certificate
verify return:0


I tracked this down to the following change in ca-certificates.conf:

Was:
mozilla/GTE_CyberTrust_Global_Root.crt

Is:
#!mozilla/GTE_CyberTrust_Global_Root.crt

By adding that certificate back in (from a local Ubuntu), adding it back 
to /etc/ca-certificates.conf and running update-ca-certificates, 
Mailchimp's API works again.


Hope this is useful, I have to admit I'm at the limit of my 
understanding on this!


Thanks,

Rich




On 05/02/16 15:40, Michael Shuler wrote:

On 02/05/2016 05:49 AM, Rich wrote:

subject says it all.


Please provide a specific URL to test. The "Baltimore CyberTrust Root" 
CA may be a different issue, looking at several mozilla bugzilla 
tickets, but I can't tell without any detail.


Thanks, Michael




Bug#645787: doxygen: php heredoc with certain content cause failure to document elements

2011-10-18 Thread Rich Lott
Package: doxygen
Version: 1.7.4-4
Severity: normal


This bug was apparently fixed in 1.7.4.3
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619902

but having installed doxygen 1.7.4.4 I'm sad to say that classes are
still not documented correctly when heredocs are used.

Under a lot of trial and error tests, I've found it fails when a
heredoc includes an unbalanced single or double quote.

So if your heredoc is a sentence using an apostrophe, you've had it.



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

Kernel: Linux 2.6.32.26-kvm-i386-20101122 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages doxygen depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3

Versions of packages doxygen recommends:
pn  doxygen-latex none (no description available)

Versions of packages doxygen suggests:
pn  doxygen-doc   none (no description available)
pn  doxygen-gui   none (no description available)
pn  graphviz  none (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#619902: doxygen: php heredoc with certain content cause failure to document anything except @file

2011-03-28 Thread Rich Lott
Package: doxygen
Version: 1.5.6-2
Severity: normal


No documentation (beyond the files summary) was being produced for my
php files. I found out by trial and error that this is caused by certain
content within a heredoc.

In the example below, it will fail. But if you remove the first
.api_demo css rule, it will work.

IMO doxygen should be completely ignoring all content in heredocs (and
php5.3 nowdocs).


?php
/** @file
 * This text is displayed on the file page, but nothing else.
 */

/** some useful class
 */
class some_useful_class
{
/** Crude api demo
 */
public function api_demo()/*{{{*/
{
$this-story['content_main'] .=
$this-api_demo_process()
. $this-api_demo_data();

$this-story['extra_headers'] = HERE
style type='text/css' 
.api_demo { border:solid 1px #ddd; padding: 8px; font-size: 12px; 
background-color:#eee;margin:5px 0; }
.api_demo .api_demo { background-color:white; }
/style
HERE;
}/*}}}*/
}



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

Kernel: Linux 2.6.32.26-kvm-i386-20101122 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages doxygen depends on:
ii  libc62.7-18lenny7GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libpng12-0   1.2.27-2+lenny4 PNG library - runtime
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3

doxygen recommends no packages.

Versions of packages doxygen suggests:
pn  doxygen-doc   none (no description available)
pn  doxygen-gui   none (no description available)
pn  graphviz  none (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#619902: oops: correction: discovered/reported on Lenny.

2011-03-28 Thread Rich Lott





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



Bug#619902: Bug still present in Doxygen version 1.7.1 (ubuntu maverick)

2011-03-28 Thread Rich Lott
Discovered and reported on Debian Squeeze, but tested it on latest 
Ubuntu too and same fault.






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



Bug#383139: xbase-clients: just says Please install the program before using and dies

2007-04-11 Thread Rich Lott
Hi

Can't reproduce it now.

Thanks,
Rich

On Tuesday 10 April 2007 22:02:50 Brice Goglin wrote:
 Hi,

 About a years ago, you reported a bug to the Debian BTS regarding
 xvidtune failing to start. Did you reproduce this problem recently? With
 Xorg/Etch? If so, could you give more details how to reproduce the
 problem? Does strace or gdb give anything interesting?

 Thanks,
 Brice




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



Bug#383139: xvidtune still dead

2006-10-16 Thread Rich Lott
Can anyone help? Or acknowledge the bug?

thanks,

rich


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



Bug#383139: xbase-clients: just says Please install the program before using and dies

2006-08-15 Thread rich lott
Package: xbase-clients
Version: 1:7.1.ds-2
Severity: normal


I've googled around, but other than seeing that some people filed bug
reports about similar things back in 1995, I couldn't find anything, so
thought it may be a bug.

(In case it's relevant; I'm trying to run it to tweaked the modeline when using 
the fglrx
driver.)

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

Versions of packages xbase-clients depends on:
ii  libc6   2.3.6-15 GNU C Library: Shared libraries
ii  libfontconfig1  2.3.2-7  generic font configuration library
ii  libfreetype62.2.1-2  FreeType 2 font engine, shared lib
ii  libfs6  2:1.0.0-3X11 Font Services library
ii  libgl1-mesa-glx [libgl1]6.4.2-1  A free implementation of the OpenG
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libx11-62:1.0.0-7X11 client-side library
ii  libxau6 1:1.0.0-3X11 authorisation library
ii  libxaw7 1:1.0.1-5X11 Athena Widget library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxkbfile1 1:1.0.2-3X11 keyboard file manipulation lib
ii  libxmu6 1:1.0.1-3X11 miscellaneous utility library
ii  libxmuu11:1.0.1-3X11 miscellaneous micro-utility li
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxss1 1:1.0.1-4X11 Screen Saver extension library
ii  libxt6  1:1.0.0-5X11 toolkit intrinsics library
ii  libxtrap6   1:1.0.0-3X11 event trapping extension libra
ii  libxtst61:1.0.1-3X11 Testing -- Resource extension 
ii  libxv1  1:1.0.1-5X11 Video extension library
ii  libxxf86dga12:1.0.0-3X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.0.0-4X11 XFree86 video mode extension l
ii  x11-common  1:7.0.22 X Window System (X.Org) infrastruc
ii  zlib1g  1:1.2.3-13   compression library - runtime

xbase-clients recommends no packages.

-- no debconf information


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



Bug#383139: xbase-clients: just says Please install the program before using and dies

2006-08-15 Thread Rich Lott
On Tuesday 15 August 2006 10:56, Michel Dänzer wrote:
 'it' referring to which of the 79 binaries in the xbase-clients package?

Oh you're so picky! [joke] Doh!

SORRY. I'm referring to xvidtune.

hee hee.
rich



Bug#363071: amarok: crashes using crossfade

2006-06-14 Thread rich lott
Package: amarok
Version: 1.4.0a-1
Followup-For: Bug #363071


Leaves:

$ ps ax | grep ama
9844 pts/1Sl 0:33 amarok
9860 ?S  0:00 kio_file [kdeinit] file 
/var/tmp/ksocket-rich/klauncherKJD0tc.slave-socket 
/var/tmp/ksocket-rich/amaroklaeWza.slave-socket
9944 ?S  0:00 kio_http [kdeinit] http 
/var/tmp/ksocket-rich/klauncherKJD0tc.slave-socket 
/var/tmp/ksocket-rich/amaroktWgiNa.slave-socket

Can't restart until I kill these processes.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages amarok depends on:
ii  amarok-engines1.4.0a-1   output engines for the amaroK audi
ii  amarok-xine [amarok-engin 1.4.0a-1   xine engine for the amaroK audio p
ii  kdelibs4c2a   4:3.5.2-2+b1   core libraries for all KDE applica
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libexscalibar11.0.4-5Library for audio-signal manipulat
ii  libgcc1   1:4.1.0-1  GCC support library
ii  libglib2.0-0  2.10.2-1   The GLib library of C routines
ii  libgpod0  0.3.2-1a library to read and write songs 
ii  libice6   6.9.0.dfsg.1-6 Inter-Client Exchange library
ii  libifp4   1.0.0.2-3  communicate with iRiver iFP audio 
ii  libmysqlclient15off   5.0.20-1   mysql database client library
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libpq48.1.3-3PostgreSQL C client library
ii  libqt3-mt 3:3.3.6-1  Qt GUI Library (Threaded runtime v
ii  libsdl1.2debian   1.2.9-5Simple DirectMedia Layer
ii  libsm66.9.0.dfsg.1-6 X Window System Session Management
ii  libstdc++64.1.0-1The GNU Standard C++ Library v3
ii  libtag1c2a1.4-3  TagLib Audio Meta-Data Library
ii  libtunepimp3  0.4.2-3MusicBrainz tagging library and si
ii  libusb-0.1-4  2:0.1.12-2 userspace USB programming library
ii  libvisual0.2  0.2.0-4Audio visualization framework
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  xlibmesa-gl [libgl1]  6.9.0.dfsg.1-6 Mesa 3D graphics library [X.Org]
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins   4:3.5.2-2+b2 enables the browsing of audio CDs 
ii  ruby1.8.2-1  An interpreter of object-oriented 

-- no debconf information


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



Bug#337681: amarok: causes unkillable other kde processes

2005-11-06 Thread rich lott
   I can't reproduce this with amarok 1.3.5. Seems like you use testing,
   let's check back if this is reproducible when amarok 1.3.5 enters
   testing, or when you upgrade to it from unstable.

yes, this is with the Etch version. Any idea when 1.3.5 will make it into 
testing?


  This is similar to a previous bug I reported which I put down to
  a dodgy soundcard

   Was that one #324519? If so, please let me know so I can close it.

No, that's separate. The bug I was referring to is already closed (on my 
request).

thanks.


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



Bug#337681: amarok: causes unkillable other kde processes

2005-11-05 Thread rich lott
Package: amarok
Version: 1.2.4-1
Severity: normal


1. start amarok
1.a optionally, quit amarok
2. try to start k3b.
3. k3b never launches, causes process listed as D by `ps ax` which
cannot be killed.

This is similar to a previous bug I reported which I put down to
a dodgy soundcard, but I have  anew soundcard now and it only seems to
happen when amarok is involved somewhere.

anyone help?

rich


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8r9sndch
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages amarok depends on:
ii  amarok-arts [amarok-engin 1.2.4-1aRts engine for the amaroK audio p
ii  amarok-engines1.2.4-1output engines for the amaroK audi
ii  amarok-gstreamer [amarok- 1.2.4-1GStreamer engine for the amaroK au
ii  amarok-xine [amarok-engin 1.2.4-1xine engine for the amaroK audio p
ii  kdelibs4  4:3.3.2-6.1KDE core libraries
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libmysqlclient12  4.0.24-10  mysql database client library
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libqt3c102-mt 3:3.3.4-3  Qt GUI Library (Threaded runtime v
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libsqlite3-0  3.2.7-1SQLite 3 shared library
ii  libstdc++51:3.3.6-7  The GNU Standard C++ Library v3
ii  libtag1   1.3.1-1TagLib Audio Meta-Data Library
ii  libtunepimp2  0.3.0-3MusicBrainz tagging library and si
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxrandr26.8.2.dfsg.1-7 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  xlibmesa-gl [libgl1]  6.8.2.dfsg.1-7 Mesa 3D graphics library [X.Org]
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:3.3.2-1  Support for browsing audio CDs und

-- no debconf information


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



Bug#335180: openoffice.org: autopilot form from datasource not working

2005-10-22 Thread rich lott
Package: openoffice.org
Version: 1.1.4-7
Severity: normal


I get 

 The files required could not be found.
 Please start the OpenOffice.org Setup and choose 'Repair'.

in a message box when choosing AutoPilot Form from a datasource.

thanks.

rich

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

Versions of packages openoffice.org depends on:
ii  dictionaries-common [openoff 0.50.4  Common utilities for spelling dict
ii  openoffice.org-bin   1.1.4-7.0.1 OpenOffice.org office suite binary
ii  openoffice.org-debian-files  1.1.4-6+1   Debian specific parts of OpenOffic
ii  openoffice.org-l10n-en [open 1.1.4-7 English (US) language package for 
ii  ttf-opensymbol   1.1.4-7 The OpenSymbol TrueType font
ii  xml-core 0.09XML infrastructure and XML catalog

openoffice.org recommends no packages.

-- no debconf information


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



Bug#328430: test case attached!

2005-10-09 Thread Rich Lott

Ok, have found out when it happens. If the font-size is between a
particular range (11-15px, also css: font-size:x-small) numbers are
ignored after a GBP (£) sign.

If the font-size is bigger or smaller it seems to work.


rich
Title: Statements

	

£214.12+ 



Bug#332573: konqueror: should have short-cut keys for profiles and/or views

2005-10-07 Thread rich lott
Package: konqueror
Version: 4:3.4.2-3
Severity: wishlist


I generally work with icon view, but frequently need to swap to tree
view. It would be great to be able to asign shortcut keys to the view
modes. alternatively, I suppose, short cut keys to the saved view
profiles.

ta.
rich

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

Versions of packages konqueror depends on:
ii  kcontrol  4:3.4.2-3  control center for KDE
ii  kdebase-kio-plugins   4:3.4.2-3  core I/O slaves for KDE
ii  kdelibs4c24:3.4.2-4  core libraries for all KDE applica
ii  kdesktop  4:3.4.2-3  miscellaneous binaries and files f
ii  kfind 4:3.4.2-3  file-find utility for KDE
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfam0c102 [libfam0] 2.7.0-7client library to control the FAM 
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libkonq4  4:3.4.2-3  core libraries for Konqueror
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libqt3-mt 3:3.3.5-1  Qt GUI Library (Threaded runtime v
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libstdc++64.0.2-2The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxi66.8.2.dfsg.1-7 X Window System Input extension li
ii  libxinerama1  6.8.2.dfsg.1-8 X Window System multi-head display
ii  libxrandr26.8.2.dfsg.1-7 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

konqueror recommends no packages.

-- no debconf information


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



Bug#331413: fam: can't unmount cdrom

2005-10-03 Thread rich lott
Package: fam
Version: 2.7.0-8
Severity: important


Lots of others seem to have had similar problems. Quite straight
forward, mounted stuff won't unmount because fam is keeping it busy.

There may be a correlation between browsing/mounting the thing through
KDE's devices:/ 

I can kill famd and unmount, but that can't be a good solution!

any help much appreciated.

(this often happens with samba shares too).


rich 
# lsof | grep cdrom
famd  2340  rich  146r  DIR   22,06144  26112 /cdrom
famd  2340  rich  149r  DIR3,14096 408715 /cdrom0



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (600, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8r3air
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages fam depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-2  GCC support library
ii  libstdc++64.0.1-2The GNU Standard C++ Library v3

Versions of packages fam recommends:
ii  portmap   5-15   The RPC portmapper

-- no debconf information


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



Bug#330017: amarok: should update collection on start up

2005-09-25 Thread rich lott
Package: amarok
Version: 1.2.4-1
Severity: wishlist


If you've updated your collection by adding files / folders while amarok
is not running, it takes a couple of mins for amarok to realise, once
you've stared it up. I don't konw what the trigger is for it to do this
(FAMD?), but anyway, quite often I rip a cd, start amarok and have to
wait until it updates before listening to it and it's anoying.

(
I know there's the rebuild collection thing, but that seems different
to the update collection thing, the first takes forever (big collection)
)

just a suggestion! Keep up the good work on an excellent player!

rich

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (600, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8r3air
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages amarok depends on:
ii  amarok-arts [amarok-engin 1.2.4-1aRts engine for the amaroK audio p
ii  amarok-engines1.2.4-1output engines for the amaroK audi
ii  amarok-gstreamer [amarok- 1.2.4-1GStreamer engine for the amaroK au
ii  amarok-xine [amarok-engin 1.2.4-1xine engine for the amaroK audio p
ii  kdelibs4  4:3.3.2-6.1KDE core libraries
ii  libaudio2 1.7-2  The Network Audio System (NAS). (s
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-2  GCC support library
ii  libice6   6.8.2.dfsg.1-6 Inter-Client Exchange library
ii  libmysqlclient12  4.0.24-10  mysql database client library
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libqt3c102-mt 3:3.3.4-3  Qt GUI Library (Threaded runtime v
ii  libsm66.8.2.dfsg.1-6 X Window System Session Management
ii  libsqlite3-0  3.2.1-1SQLite 3 shared library
ii  libstdc++51:3.3.6-7  The GNU Standard C++ Library v3
ii  libtag1   1.3.1-1TagLib Audio Meta-Data Library
ii  libtunepimp2  0.3.0-3MusicBrainz tagging library and si
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-6 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxrandr26.8.2.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-6 X Toolkit Intrinsics
ii  xlibmesa-gl [libgl1]  6.8.2.dfsg.1-6 Mesa 3D graphics library [X.Org]
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.2-4  compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:3.3.2-1  Support for browsing audio CDs und

-- no debconf information


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



Bug#316526: amarok: 100% CPU after playlist has finished

2005-09-22 Thread rich lott

On Thursday 22 September 2005 12:40, Adeodato Simó wrote:
   Can you tell me, which gstreamer engine do you use? Thanks.

Name: GStreamer Engine
Library: libamarok_gstengine_plugin
Authors: Mark Kretschmann
Email : [EMAIL PROTECTED]
Version: 1
Framework Version: 5

--
HTH. 
Rich.



Bug#316526: amarok: 100% CPU after playlist has finished

2005-09-22 Thread rich lott
alsasink

On Thursday 22 September 2005 13:30, Adeodato Simó wrote:
 * rich lott [Thu, 22 Sep 2005 13:21:43 +0100]:
  On Thursday 22 September 2005 12:40, Adeodato Simó wrote:
 Can you tell me, which gstreamer engine do you use? Thanks.

   Ooops, sorry: I meant which gstreamer _sink_.

   Cheers,



Bug#328430: xprint: Numbers not printed after GBP pound sign!

2005-09-15 Thread rich lott
Package: xprint
Version: 1:0.1.0.alpha1-11
Severity: important


I noticed this when printing from Mozilla Firefox. Whenever the page
contains a £123 the 123 is missing on the print out. Not handy feature
for printing your bank statements! It happens on any page with £signs
in.

My work around has been to not use xprint, but to ask Firefox to print
using postscript operators, which works ok.

I'd like to use xprint, some output is better than using ps, but this
bug makes it unusable by me.

rich lott


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (600, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8r3air
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages xprint depends on:
ii  libc6  2.3.5-6   GNU C Library: Shared libraries an
ii  libice66.8.2.dfsg.1-6Inter-Client Exchange library
ii  libsm6 6.8.2.dfsg.1-6X Window System Session Management
ii  libx11-6   6.8.2.dfsg.1-6X Window System protocol client li
ii  libxaw76.8.2.dfsg.1-6X Athena widget set library
ii  libxext6   6.8.2.dfsg.1-6X Window System miscellaneous exte
ii  libxmu66.8.2.dfsg.1-6X Window System miscellaneous util
ii  libxp6 6.8.2.dfsg.1-6X Window System printing extension
ii  libxpm46.8.2.dfsg.1-6X pixmap library
ii  libxt6 6.8.2.dfsg.1-6X Toolkit Intrinsics
ii  xlibs  6.8.2.dfsg.1-6X Window System client libraries m
ii  xprint-common  1:0.1.0.alpha1-11 Xprint - the X11 print system (con
ii  zlib1g 1:1.2.2-4 compression library - runtime

xprint recommends no packages.

-- no debconf information



Bug#328430: xprint: Numbers not printed after GBP pound sign!

2005-09-15 Thread rich lott
Hey, thanks for reply.

I've been meaning to report this bug for ages, and now I get round to it I 
can't replicate it, even though it's been a consistant problem for a while.

Thanks for the hint about locales (which I confess that I really don't 
understand), will try faffing with that next time I get a problem, then 
report back.

Sorry for dud bug report! When I get it again, I'll submit example page.

ta.
rich

On Thursday 15 September 2005 11:01, Drew Parsons wrote:
 On Thu, 2005-09-15 at 09:18 +0100, rich lott wrote:
  I noticed this when printing from Mozilla Firefox. Whenever the page
  contains a £123 the 123 is missing on the print out. Not handy feature
  for printing your bank statements! It happens on any page with £signs
  in.

 Thanks for the report, Rich.

 It's helpful for this kind of report to give a sample url which
 reproduces your problem.

 As it is, the numbers and £ sign are printing fine here (I tested
 against www.amazon.co.uk).

 I use a UTF-8 locale.  I notice yours is ISO-8859.

 Could you consider installing a UTF-8 locale and reporting back if the
 problem goes away when you use it?  dpkg-reconfigure locales.

 (It may in fact be sufficient simply to invoke LANG=en_GB.UTF-8
 firefox without compiling the UTF-8 locale, but I'm not sure.  Best to
 compile it and set it as default to be sure both Xprt and firefox are
 using it.)

 In the meantime, think of it as a security feature - no one will know
 how much money is in your account...

 Drew



Bug#316526: amarok: 100% user CPU

2005-09-07 Thread rich lott
Package: amarok
Version: 1.2.4-1
Followup-For: Bug #316526


Yes, I get 100% usr cpu use too. GSTreamer and KDE. 

I'm afraid I can't recreate it easily - it's something I noticed on my
laptop when the fan starts and I have nothing that should be using a lot
of power. Doing a top showed a strange thing: user cpu use 100% but
amarok doesn't appear at the top of the list of processes.

Anyway, I found that quitting Amarok restored the CPU to normal levels,
so I know it's to do with amarok.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (600, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8r3air
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages amarok depends on:
ii  amarok-arts [amarok-engi 1.2.4-1 aRts engine for the amaroK audio p
ii  amarok-engines   1.2.4-1 output engines for the amaroK audi
ii  amarok-gstreamer [amarok 1.2.4-1 GStreamer engine for the amaroK au
ii  amarok-xine [amarok-engi 1.2.4-1 xine engine for the amaroK audio p
ii  kdelibs4 4:3.3.2-6.1 KDE core libraries
ii  libaudio21.7-2   The Network Audio System (NAS). (s
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.2-1 generic font configuration library
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.1-2   GCC support library
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libmysqlclient12 4.0.24-10   mysql database client library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.4-3   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libsqlite3-0 3.2.1-1 SQLite 3 shared library
ii  libstdc++5   1:3.3.6-7   The GNU Standard C++ Library v3
ii  libtag1  1.3.1-1 TagLib Audio Meta-Data Library
ii  libtunepimp2 0.3.0-3 MusicBrainz tagging library and si
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxrandr2   4.3.0.dfsg.1-14 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-14 X Toolkit Intrinsics
ii  xlibmesa-gl [libgl1] 4.3.0.dfsg.1-14 Mesa 3D graphics library [XFree86]
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:3.3.2-1  Support for browsing audio CDs und

-- no debconf information


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



Bug#324651: gimp: should be able to work with CMYK and spot-colours

2005-08-23 Thread rich lott
Package: gimp
Version: 2.2.7-1
Severity: wishlist


Lack of a professional standard (like GIMP) editor for CMYK files is
holding designers back from moving to Free Software. I'd be over the
moon to see GIMP move towards a robust implementation of CMYK support.

Secondary: spot colour channels would be very groovy too. (Although,
hey, Photoshop is still no good at making it easy to work with these!)

Many thanks, I realise this is a challenge, just wanted to see it on the
wishlist.

Rich

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8r3air
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages gimp depends on:
ii  aalib11.4p5-22   ascii art library
ii  gimp-data 2.2.7-1Data files for The GIMP
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libexif10 0.6.9-6library to parse EXIF files
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libgimp2.02.2.7-1Libraries necessary to run the GIM
ii  libgimpprint1 4.2.7-10   The Gimp-Print printer driver libr
ii  libglib2.0-0  2.6.5-1The GLib library of C routines
ii  libgtk2.0-0   2.6.8-1The GTK+ graphical user interface 
ii  libice6   4.3.0.dfsg.1-14Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  liblcms1  1.13-1 Color management library
ii  libmng1   1.0.8-1Multiple-image Network Graphics li
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libsm64.3.0.dfsg.1-14X Window System Session Management
ii  libtiff4  3.7.3-1Tag Image File Format (TIFF) libra
ii  libwmf0.2-7   0.2.8.3-2  Windows metafile conversion librar
ii  libx11-6  4.3.0.dfsg.1-14X Window System protocol client li
ii  libxmu6   4.3.0.dfsg.1-14X Window System miscellaneous util
ii  libxpm4   4.3.0.dfsg.1-14X pixmap library
ii  libxt64.3.0.dfsg.1-14X Toolkit Intrinsics
ii  wget  1.10-3+1.10.1beta1 retrieves files from the web
ii  xlibs 4.3.0.dfsg.1-14X Keyboard Extension (XKB) configu
ii  zlib1g1:1.2.2-4  compression library - runtime

Versions of packages gimp recommends:
ii  gimp-svg  2.2.7-1SVG plugin for The GIMP, stable ve

-- no debconf information


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



Bug#318398: Think it was a hardware problem

2005-08-22 Thread rich lott
Shortly after noticing that behaviour (which /was/ only with amarok), other 
apps would die and be un-killable. Think it's a bug in the ALSA kernel module 
(or faulty hardware).

Anyway, someone ought to close/delete this bug report. I've not had any probs 
with my new soundcard.

thanks,

rich


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



Bug#324519: amarok: sudden decrease in volume during cross-fade

2005-08-22 Thread rich lott
Package: amarok
Version: 1.2.4-1
Severity: normal


On many tracks, the volume is significantly reduced while the cross-over
happens, then there's a sudden increase again when the cross-over is
done.

Perhaps obviously, but just in case I've not been clear: when the
cross-over takes hold, the music volume of the first track should stay
at the same level as the moment before the cross-over started. Likewise,
the cross-over should end with the second tract at the volume that it
will then continue to play at for the rest of the song.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8r3air
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages amarok depends on:
ii  amarok-arts [amarok-engi 1.2.4-1 aRts engine for the amaroK audio p
ii  amarok-engines   1.2.4-1 output engines for the amaroK audi
ii  amarok-gstreamer [amarok 1.2.4-1 GStreamer engine for the amaroK au
ii  amarok-xine [amarok-engi 1.2.4-1 xine engine for the amaroK audio p
ii  kdelibs4 4:3.3.2-6.1 KDE core libraries
ii  libaudio21.7-2   The Network Audio System (NAS). (s
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.2-1 generic font configuration library
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.1-2   GCC support library
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libmysqlclient12 4.0.24-10   mysql database client library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.4-3   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libsqlite3-0 3.2.1-1 SQLite 3 shared library
ii  libstdc++5   1:3.3.6-7   The GNU Standard C++ Library v3
ii  libtag1  1.3.1-1 TagLib Audio Meta-Data Library
ii  libtunepimp2 0.3.0-3 MusicBrainz tagging library and si
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxrandr2   4.3.0.dfsg.1-14 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-14 X Toolkit Intrinsics
ii  xlibmesa-gl [libgl1] 4.3.0.dfsg.1-14 Mesa 3D graphics library [XFree86]
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:3.3.2-1  Support for browsing audio CDs und

-- no debconf information


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



Bug#318248: mozilla-firefox: seg faults when printing some pages

2005-07-14 Thread rich lott
Package: mozilla-firefox
Version: 1.0.4-2
Severity: important

When I choose Print, and press ok, the dialog comes up saying
Preparing..., then it segfaults and dies. I have tried printing
using xprint, and using postscript operators to a printer (CUPS driven)
and to a file, and the behaviour is the same.

I shall attach a .tbz of an example page.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8r3air
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages mozilla-firefox depends on:
ii  debianutils  2.14.1  Miscellaneous utilities specific t
ii  fontconfig   2.3.2-1 generic font configuration library
ii  libatk1.0-0  1.10.1-2The ATK accessibility toolkit
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.2-1 generic font configuration library
ii  libfreetype6 2.1.7-2.4   FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.0-9   GCC support library
ii  libglib2.0-0 2.6.5-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.8-1 The GTK+ graphical user interface 
ii  libidl0  0.8.5-1 library for parsing CORBA IDL file
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libkrb53 1.3.6-3 MIT Kerberos runtime libraries
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libstdc++5   1:3.3.5-13  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxp6   4.3.0.dfsg.1-14 X Window System printing extension
ii  libxt6   4.3.0.dfsg.1-14 X Toolkit Intrinsics
ii  psmisc   21.6-1  Utilities that use the proc filesy
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

mozilla-firefox recommends no packages.

-- no debconf information


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



Bug#318248: sample html file to recreate bug

2005-07-14 Thread rich lott
attached.


problemhtml.tar.bz2
Description: application/tbz


Bug#181706: I'd like to see this in debian too.

2005-07-14 Thread Rich Lott - People Planet


--
Rich Lott



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