Bug#548317: barry-util: include bjavaloader in package

2009-09-25 Thread David Everly
Package: barry-util
Version: 0.15-1
Severity: normal


Please include bjavaloader (new in barry 0.15) in this package.

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

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

Versions of packages barry-util depends on:
ii  libbarry0 0.15-1 Library for using the BlackBerry h
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.2-1.1GCC support library
ii  libstdc++64.3.2-1.1  The GNU Standard C++ Library v3
ii  libusb-0.1-4  2:0.1.12-13userspace USB programming library
ii  udev  0.125-7+lenny3 /dev/ and hotplug management daemo

barry-util recommends no packages.

Versions of packages barry-util suggests:
pn  ppp   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#410311: gaim: Quotes and gt/lt printed as HTML in Sametime Group Chat

2007-02-09 Thread David Everly
Package: gaim
Version: 1:2.0.0+beta5-9
Severity: important


This is very annoying to anyone who is in Sametime Group Chat with
anyone using Gaim ...

Please see this gaim bug:

https://sourceforge.net/tracker/index.php?func=detailaid=1596466group_id=235atid=100235

And please apply this patch (I've tested, and it fixes the issue):

https://sourceforge.net/tracker/index.php?func=detailaid=1655707group_id=235atid=300235

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

Versions of packages gaim depends on:
ii  gaim-data1:2.0.0+beta5-9 multi-protocol instant messaging c
ii  libatk1.0-0  1.12.4-1The ATK accessibility toolkit
ii  libavahi-compat-howl00.6.16-2Avahi Howl compatibility library
ii  libc62.3.6.ds1-10GNU C Library: Shared libraries
ii  libcairo21.2.4-4 The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.0.2-1 simple interprocess messaging syst
ii  libdbus-glib-1-2 0.71-3  simple interprocess messaging syst
ii  libfontconfig1   2.4.2-1 generic font configuration library
ii  libglib2.0-0 2.12.4-2The GLib library of C routines
ii  libgstreamer0.10-0   0.10.10-2   Core GStreamer libraries and eleme
ii  libgtk2.0-0  2.8.20-5The GTK+ graphical user interface 
ii  libgtkspell0 2.0.10-3+b1 a spell-checking addon for GTK's T
ii  libice6  1:1.0.1-2   X11 Inter-Client Exchange library
ii  libncursesw5 5.5-5   Shared libraries for terminal hand
ii  libnspr4-0d  1.8.0.9-1   NetScape Portable Runtime Library
ii  libnss3-0d   1.8.0.9-1   Network Security Service libraries
ii  libpango1.0-01.14.8-4Layout and rendering of internatio
ii  libperl5.8   5.8.8-7 Shared Perl library
ii  libsm6   1:1.0.1-3   X11 Session Management library
ii  libstartup-notification0 0.8-2   library for program launch feedbac
ii  libx11-6 2:1.0.3-5   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-5   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxml2  2.6.27.dfsg-1   GNOME XML library
ii  libxrandr2   2:1.1.0.2-5 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra
ii  libxss1  1:1.1.0-1   X11 Screen Saver extension library

Versions of packages gaim recommends:
ii  gstreamer0.10-alsa0.10.10-4  GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-base0.10.10-4  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.4-4   GStreamer plugins from the good 
ii  python2.4.4-2An interactive high-level object-o

-- no debconf information
Index: libgaim/protocols/sametime/sametime.c
===
--- libgaim/protocols/sametime/sametime.c	(revision 18184)
+++ libgaim/protocols/sametime/sametime.c	(working copy)
@@ -4820,7 +4820,7 @@
 
   struct mwGaimPluginData *pd;
   struct mwConference *conf;
-  char *msg;
+  char *tmp;
   int ret;
 
   pd = gc-proto_data;
@@ -4828,19 +4828,19 @@
   g_return_val_if_fail(pd != NULL, 0);
   conf = ID_TO_CONF(pd, id);
 
-  msg = gaim_markup_strip_html(message);
+  tmp = gaim_markup_strip_html(message);
 
   if(conf) {
-ret = ! mwConference_sendText(conf, message);
+ret = ! mwConference_sendText(conf, tmp);
 
   } else {
 struct mwPlace *place = ID_TO_PLACE(pd, id);
 g_return_val_if_fail(place != NULL, 0);
 
-ret = ! mwPlace_sendText(place, message);
+ret = ! mwPlace_sendText(place, tmp);
   }
 
-  g_free(msg);
+  g_free(tmp);
   return ret;
 }
 


Bug#263826: waiting for sponsor

2006-11-06 Thread David Everly

waiting for sponsor
--
ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
   Information:  http://www.expita.com/nomime.html


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



Bug#384076: mutt MYRIGHTS not understood by Mirapoint IMAP4PROXY 3.5.8-GR server

2006-08-21 Thread David Everly

Package: mutt
Version: 1.5.13-1
Severity: important


I think the fact that MYRIGHTS is not understood by the imap server I
connect to causes mutt to think my folders are read-only.

If anyone knows of a patch I can use for this, I'll be glad to try it.

from mutt -d2:

Connected to imap.mcilink.com:143 on fd=4
4 * OK Mirapoint IMAP4PROXY 3.5.8-GR server ready
IMAP queue drained
4 a CAPABILITY^M
4 * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS
Handling CAPABILITY
4 a OK Completed
IMAP queue drained
imap_authenticate: Using any available method.
local ip: 166.34.132.36;41513, remote ip:166.38.62.50;143
SASL: No worthy mechs found
imap_auth_sasl: IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS
unavailableSending LOGIN command for [EMAIL PROTECTED]
4 a0001 OK LOGIN completed.
IMAP queue drained
4 a0002 LIST  ^M
4 * LIST (\Noselect) / 
Root delimiter: /
4 a0002 OK LIST completed.
IMAP queue drained
4 a0003 MYRIGHTS INBOX^M
a0004 STATUS INBOX.Drafts (MESSAGES)^M
a0005 SELECT INBOX^M
4 a0003 BAD Protocol Error: Unidentifiable command specified.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.16-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages mutt depends on:
ii  exim4 4.50-8sarge2   metapackage to ease exim MTA (v4)
ii  exim4-daemon-light [m 4.50-8sarge2   lightweight exim MTA (v4) daemon
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
ii  libdb4.4  4.4.20-2bpo1   Berkeley v4.4 Database Libraries [
ii  libgnutls11   1.0.16-13.2GNU TLS library - runtime library
ii  libidn11  0.5.13-1.0 GNU libidn library, implementation
ii  libncursesw5  5.4-4  Shared libraries for terminal hand
ii  libsasl2  2.1.19-1.5sarge1   Authentication abstraction library

-- no debconf information


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



Bug#384076: CAPABILITY before and after LOGIN

2006-08-21 Thread David Everly

I just noticed by connecting from telnet that the CAPABILITY results
are different before and after LOGIN.

Before:

CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS

After (note there is no ACL capability here):

CAPABILITY IMAP4 IMAP4rev1 IDLE LOGIN-REFERRALS MAILBOX-REFERRALS
NAMESPACE LITERAL+ UIDPLUS CHILDREN


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



Bug#384076: patch to recheck capabilities after login

2006-08-21 Thread David Everly

+patch
--- imap/imap.c	2006-08-21 15:30:26.0 -0600
+++ imap/imap.c	2006-08-21 15:32:03.0 -0600
@@ -376,6 +376,7 @@
   }
   if (new  idata-state == IMAP_AUTHENTICATED)
   {
+imap_check_capabilities (idata);
 /* get root delimiter, '/' as default */
 idata-delim = '/';
 imap_cmd_queue (idata, LIST \\ \\);


Bug#372907: mutt: Linking threads broken with IMAP server

2006-06-12 Thread David Everly
Package: mutt
Version: 1.5.9-2sarge1
Severity: normal


I'm using mutt with courier-imap, here, but I also have seen this
behavior with other IMAP servers (haven't tried it without IMAP).

I have also seen the problem with latest mutt from www.backports.org
(1.5.11+cvs20060403-0bpo1).

To reproduce:

t (to tag a message)
# (on another message to link the two into a thread)
$ (to sync to the server)

Note that after '#', everything looks good, but then it disappears after
'$'.  However, if I exit mutt and then return, everything looks good
again, so I guess it is some kind of display issue?

The following in my ~/.muttrc may be relevant:

set sort=threads
set sort_aux=reverse-last-date
set strict_threads=yes


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages mutt depends on:
ii  exim4 4.50-8sarge2   metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [m 4.50-8sarge2   lightweight exim MTA (v4) daemon
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
ii  libdb4.3  4.3.27-2   Berkeley v4.3 Database Libraries [
ii  libgnutls11   1.0.16-13.2GNU TLS library - runtime library
ii  libidn11  0.5.13-1.0 GNU libidn library, implementation
ii  libncursesw5  5.4-4  Shared libraries for terminal hand
ii  libsasl2  2.1.19-1.5sarge1   Authentication abstraction library

-- no debconf information

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


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



Bug#263831: Status of ITP

2006-03-15 Thread David Everly
Martín,

I think everything in this mail is done.  The updated package is here:

http://users.adelphia.net/~david.everly/emilda/sarge/

Thanks,
Dave.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 15 Mar 2006 06:01:34 -0700
Source: libgd-barcode-perl
Binary: libgd-barcode-perl
Architecture: source all
Version: 1.15-5
Distribution: unstable
Urgency: low
Maintainer: David Everly [EMAIL PROTECTED]
Changed-By: David Everly [EMAIL PROTECTED]
Description: 
 libgd-barcode-perl - Create barcode images with GD (GD::Barcode)
Changes: 
 libgd-barcode-perl (1.15-5) unstable; urgency=low
 .
   * Updated email address.
   * Added examples.  Thanks: Martín Ferrari [EMAIL PROTECTED]
   * Clean up dh_make cruft in debian/rules.  Thanks: Martín Ferrari
 [EMAIL PROTECTED]
   * Better description and add package name for apt-cache search.
 Thanks: Martín Ferrari [EMAIL PROTECTED]
Files: 
 acec7ed626f06cbd2c184a8493f1f75d 642 perl optional 
libgd-barcode-perl_1.15-5.dsc
 7f140fcda737c2e941897f4e9b610471 2302 perl optional 
libgd-barcode-perl_1.15-5.diff.gz
 8c2d7abef5c80d7baa6ef934bdf013f6 924490 perl optional 
libgd-barcode-perl_1.15-5_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFEGBKeZCfddIUnua8RAhgxAJ0Q78vcp0os+inl9Mao/k7Q/jvHBwCgno2F
cb8sF7KdER5iyAXZyvOLrEM=
=wXUD
-END PGP SIGNATURE-


On Mon, Mar 06, 2006 at 09:47:59PM -0300, Martín Ferrari wrote:
 David, my sponsor told me that she'd upload your package. And ask me
 to review it first, so, some comments:
 
 - You're not including the examples, which can be handy.
 - I think the upstream description is not very good, since it is not a
 GD subclass in the first place. Also, you could add the package name
 (for apt-cache search) and the barcode types supported.
 - Lastly, remember to clean up thinks left by dh_make in the rules file.
 
 
 
 On 3/6/06, Martín Ferrari [EMAIL PROTECTED] wrote:
  Sorry, I really missed that one.. I googled for the package and didn't
  found anything recent
 
  Well... I guess you'll have to bug louder in -mentors so finally
  somebody does the upload! :)
 
  On 3/6/06, David Everly [EMAIL PROTECTED] wrote:
   On 3/6/06, Martín Ferrari [EMAIL PROTECTED] wrote:
Hi!
   
Oh, I thought you'd have lost interest in it, since there was nothing
in -mentors since march/05 about it.
  
   My last message is here:
  
   http://lists.debian.org/debian-mentors/2006/02/msg00066.html
  
I'm not a DD yet, still waiting for my AM. My usual sponsor was
checking my package and remind me of doing an ITP :)
   
   
On 3/6/06, David Everly [EMAIL PROTECTED] wrote:
 It is already available as per the ITP.  However, I have no sponsor
 yet.  Are you a Debian Developer?

 On 3/6/06, Martín Ferrari [EMAIL PROTECTED] wrote:
  Hi!
 
  Not aware of your ITP, today I packaged libgd-barcode-perl for my 
  own
  use and when I was about to file an ITP for uploading to debian, I 
  saw
  yours.
 
  Are you still going to package/upload it? If not, I would like to...
 
  Regards, Martín.
 
  --
  Martín Ferrari
 


 --
 ASCII ribbon campaign:
 ()  against HTML email
 /\  against Microsoft attachments
 Information:  http://www.expita.com/nomime.html

   
   
--
Martín Ferrari
   
  
  
   --
   ASCII ribbon campaign:
   ()  against HTML email
   /\  against Microsoft attachments
   Information:  http://www.expita.com/nomime.html
  
 
 
  --
  Martín Ferrari
 
 
 
 --
 Martín Ferrari
 

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#263831: libgd-barcode-perl Depends: libgd-gd2-perl

2006-03-15 Thread David Everly
Hi Marga,

I can see both viewpoints.  Perhaps you can help us solve this:

The issue is whether to depend on libgd-gd2-perl or to recommend
libgd-gd2-perl.

The examples included with the package require libgd-gd2-perl, but as
Martín indicates, perhaps someone finds a use for libd-barcode-perl
without using plot.

And if we only recommend libgd-gd2-perl, then should other packages
needing libd-barcode-perl and using plot implement the libgd-gd2-perl
Depends?

Thanks for your help,
Dave.

On Wed, Mar 08, 2006 at 12:10:11AM -0300, Martín Ferrari wrote:
 Hi again!
 
 On 3/7/06, David Everly [EMAIL PROTECTED] wrote:
  On 3/7/06, David Everly [EMAIL PROTECTED] wrote:
   On 3/6/06, Martín Ferrari [EMAIL PROTECTED] wrote:
One thing more: why you added the gd dependency? It is not true that
you can go without it? (as upstream says)
 
  It seemed to me that libgd-barcode-perl wouldn't be very useful
  without plot, so I thought it would be good to require libgd-gd2-perl
  so that everything in libgd-barcode-perl would always work.
 
  I assume an alternative to this would be to require packages needing
  to use plot to know that libgd-barcode-perl depends on
  libgd-gd2-perl in order for plot to be functional.  Are you suggesting
  this?  Or somehow having a hollow libgd-barcode-with-plot-perl
  package to manage that issue?
 
 
 I haven't really tried to see if it works OK, but using it without GD
 would have a lot of sense if you want to produce your own image, but
 you need the black/white pattern specific to each standard. I never
 needed to do that, but upstream says it is there...
 
 As you say, packages needing to generate an barcode image, would have
 to require also libgd, and it is not obvious. May be you should say it
 explicitly, and put a recommends line for libgd. I don't really think
 the hollow package is a good idea, for such an small and simple
 library.

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#352259: nsis: !addincludedir doesn't seem to actually add the dir to the search path

2006-02-10 Thread David Everly
Package: nsis
Version: 2.14-2
Severity: normal


Supplying the full path to the file I wanted allowed me to proceed, but
I thought I should report this as a bug anyway.

; this doesn't seem to work:

!addincludedir \home\deverly\nsis\files
!include myfile.nsh

; this does work:

!include \home\deverly\nsis\files\myfile.nsh

I really appreciate your work on this package as it helps me provide
support to my windows users without requiring me to use windows.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages nsis depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-13   GCC support library
ii  libstdc++5  1:3.3.5-13   The GNU Standard C++ Library v3

-- no debconf information



Bug#351284: nsis: MultiLanguage.nsi Uninstall Error

2006-02-03 Thread David Everly
Package: nsis
Version: 2.06-6
Severity: normal


When testing the install/uninstall of the example supplied:

   /usr/share/doc/nsis/examples/Modern UI/MultiLanguage.nsi.gz

Uninstalling the result compiled by makensis fails with the following
message:

   Error launching installer

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages nsis depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-13   GCC support library
ii  libstdc++5  1:3.3.5-13   The GNU Standard C++ Library v3

-- no debconf information


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



Bug#273800: Bug#273900: gnucash: abort on scheduled transaction

2005-08-31 Thread David Everly
On Wed, Aug 31, 2005 at 06:22:18PM -0700, Thomas Bushnell BSG wrote:
 
 Do you still encounter this abort?

Yes.

 If so, can you please try with gnucash 1.8.10-15 or later, and let me
 know if the problem occurs even then?

This will take a while, since I'm on Sarge right now.  But I can try
this weekend.

Thanks,
Dave.

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


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



Bug#309218: grub and xfs

2005-06-21 Thread David Everly
While the patch in this bug removes the freeze followed by an attempt to
write (always guaranteed to have a lockup!), my testing indicates that
this patch doesn't cover all the possible scenarios within grub-install.

And even if this patch was corrected to cover all the scenarios, it will
still fail intermittently until the following bug is addressed:

   http://bugs.debian.org/306966

Because of that kernel bug, some unknown amount of time is needed to
wait until everything is synced.

The patch to grub-install.in (found in the following bugs) addresses
these two issues:

http://bugs.debian.org/239111

   
http://bugs.debian.org/cgi-bin/bugreport.cgi/xfs_freeze.diff?bug=239111msg=97att=1

http://bugs.debian.org/243835

   
http://bugs.debian.org/cgi-bin/bugreport.cgi/xfs_freeze.diff?bug=243835msg=34att=1

http://bugs.debian.org/246111

   
http://bugs.debian.org/cgi-bin/bugreport.cgi/xfs_freeze.diff?bug=246111msg=35att=1

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#309218: updated xfs_freeze.diff (--help output improved)

2005-06-21 Thread David Everly
Here is an updated xfs_freeze.diff

It is the same as the previous version, except the output of --help
is a little better.
-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html
--- grub-install2005-04-25 11:47:21.0 -0600
+++ grub-install2005-04-29 10:01:11.978324529 -0600
@@ -40,6 +40,7 @@
 no_floppy=
 force_lba=
 recheck=no
+sync_sleep=20
 debug=no
 
 # look for secure tempfile creation wrappers on this platform
@@ -70,6 +71,8 @@
   --force-lba force GRUB to use LBA mode even for a buggy
   BIOS
   --recheck   probe a device map even if it already exists
+  --sync-sleep=SECONDSnumber of seconds to sleep while trying to
+  sync XFS
 
 INSTALL_DEVICE can be a GRUB device name or a system device filename.
 
@@ -81,6 +84,20 @@
 EOF
 }
 
+# Usage: xfs_hack
+# Routine to flush xfs filesystem log (sync doesn't do this)
+# sleep is needed to give time for the log to be flushed
+xfs_hack () {
+sync
+if which xfs_freeze /dev/null ; then
+echo Trying to sync filesystem, do not interrupt until complete.
+xfs_freeze -f ${grubdir} 2/dev/null
+   sleep $sync_sleep
+   xfs_freeze -u ${grubdir} 2/dev/null
+echo Trying to sync filesystem is complete.
+fi
+}
+
 # Usage: convert os_device
 # Convert an OS device to the corresponding GRUB drive.
 # This part is OS-specific.
@@ -247,6 +264,8 @@
force_lba=--force-lba ;;
 --recheck)
recheck=yes ;;
+--sync-sleep=*)
+   sync_sleep=`echo $option | sed 's/--sync-sleep=//'` ;;
 # This is an undocumented feature...
 --debug)
debug=yes ;;
@@ -336,6 +355,7 @@
 # Create a safe temporary file.
 test -n $mklog  log_file=`$mklog`
 
+xfs_hack
 $grub_shell --batch $no_floppy --device-map=$device_map EOF $log_file
 quit
 EOF
@@ -414,6 +434,7 @@
 ${pkglibdir}/stage1 ${pkglibdir}/stage2 ${pkglibdir}/*stage1_5; do
 cp -f $file ${grubdir} || exit 1
 done
+xfs_hack
 
 # Make a default file.
 ${grub_set_default} --root-directory=${rootdir} default
@@ -451,6 +472,7 @@
 test -n $mklog  log_file=`$mklog`
 
 # Now perform the installation.
+xfs_hack
 $grub_shell --batch $no_floppy --device-map=$device_map EOF $log_file
 root $root_drive
 setup $force_lba --stage2=$grubdir/stage2 --prefix=$grub_prefix $install_drive


signature.asc
Description: Digital signature


Bug#312564: acknowledged by developer (Bug#312564: fixed in nsis 2.06-5)

2005-06-13 Thread David Everly
On Mon, Jun 13, 2005 at 03:03:30PM -0700, Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 #312564: nsis: problem with !insertmacro MUI_PAGE_FINISH,
 which was filed against the nsis package.
 
 It has been closed by one of the developers, namely
 Paul Wise [EMAIL PROTECTED].

Whoohoo!  Thanks!

Is there somewhere I can grab the source package from now, or do I need
to wait for some process to cycle?

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#312564: nsis: problem with !insertmacro MUI_PAGE_FINISH

2005-06-08 Thread David Everly
Package: nsis
Version: 2.06-4
Severity: normal

The finish page in the attached example never seems to display
when installing the generated package on windows (after building the
package on debian).

To repeat this, use my example1.nsi (attached) and substitute any two
files for dns.txt and COPYING.txt.

Thanks,
Dave.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages nsis depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-13   GCC support library
ii  libstdc++5  1:3.3.5-13   The GNU Standard C++ Library v3

-- no debconf information

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html
; example1.nsi
;
; This script is perhaps one of the simplest NSIs you can make. All of the
; optional settings are left to their default settings. The installer simply 
; prompts the user asking them where to install, and drops a copy of 
makensisw.exe
; there. 

!include MUI.nsh

;

; The name of the installer
Name Example1

; The file to write
OutFile example1.exe

; The default installation directory
InstallDir $PROGRAMFILES\Example1

;

; Pages

!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_LICENSE COPYING.txt
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH

!insertmacro MUI_UNPAGE_INSTFILES
!insertmacro MUI_LANGUAGE English

;

; The stuff to install
Section  ;No components page, name is not important

  ; Set output path to the installation directory.
  SetOutPath $INSTDIR
  
  ; Put file there
  File dns.txt
  
SectionEnd ; end the section


signature.asc
Description: Digital signature


Bug#306966: [hch@lst.de: Re: xfs_freeze returns before sync is complete]

2005-05-15 Thread David Everly
See attached FYI ...
-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html
---BeginMessage---
On Sat, May 14, 2005 at 05:55:38PM -0600, David Everly wrote:
 Good news!  This patch worked.
 
 Now that you know what is going on, I would like to see what you think
 about the relative severity of this issue would be.
 
 Obviously in relation to grub, one can just use lilo instead without too
 much discomfort.
 
 But the reason I pursued this is that perhaps this affected people's
 backups if they were using a tool that expected xfs_freeze to flush
 everything completely so that when the backup tool read from the raw
 device, it would be a sane backup image.  Do you agree that this is the
 effect of this freeze issue?

Yes, this should be fixes mostly for lvm snapshots.  grub is still buggy
with or without this patch, with a fully working snapshot we just work
around it's braindamage enough to make it actually work.

 FYI, these are the Debian bugs that I know are open on the topic:
 
 http://bugs.debian.org/306966
 http://bugs.debian.org/239111
 http://bugs.debian.org/243835
 http://bugs.debian.org/246111

I'll take a look

---End Message---


signature.asc
Description: Digital signature


Bug#308838: java-package: update-alternatives not working for browser plugin

2005-05-12 Thread David Everly
Package: java-package
Version: 0.24
Severity: normal

To reproduce:

install sun-j2sdk1.5 (built from make-jpkg)
purge sun-j2sdk1.5
install sun-j2sdk1.4 (built from make-jpkg)

Now about:plugins in the browser shows no java plugin.

To repair I had to run the following:

for i in firefox-javaplugin.so \
 mozilla-javaplugin.so \
 netscape-javaplugin.so
do update-alternatives --auto $i
done

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2The GNU core utilities
ii  debhelper 4.2.32 helper programs for debian/rules
ii  fakeroot  1.2.10 Gives a fake root environment

-- no debconf information

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#294346: guessnet/sarge missing Depends: iproute

2005-05-08 Thread David Everly
On Sun, May 08, 2005 at 09:50:52PM +0200, Enrico Zini wrote:
 The severity was not serious because iproute is not needed to run
 guessnet, but one of the optional scripts.  It could use a 'recommend',
 though.  The version of guessnet I'll upload in the next days has the
 script changed (thanks to Thomas Hood) to just not use iproute.

That approach works for me.

 But I see you're quite strongly motivated to see guessnet depend on
 iproute, which suggests me you are using the test-wireless-ap script:
 does it work well?  I don't use guessnet for wireless and I can't test
 it (or support it decently), but I'm definitely looking for feedback on
 it.

I was using the following in my /etc/network/interfaces:

   test wireless essid blah blah blah

However, I am interested in test-wireless-ap, but am a little confused
regarding how it would work for me.

I have one card and several networks which require a key and do not
broadcast their SSID.

The man page indicates that all tests are run concurrently and the first
one to succeed wins.  So if all four of my tests are trying to run
iwconfig wlan0 with different settings, not sure how it can determine
who wins.  How would I place this script in /etc/network/interfaces in
my case?

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#294346: guessnet/sarge missing Depends: iproute

2005-05-06 Thread David Everly
severity 294346 serious
tags 294346 + sarge
tags 294346 + patch
thanks

According to http://release.debian.org/sarge_rc_policy.txt

   - Packages must include a Depends: line listing any other packages
 they require for operation, unless those packages are marked
 Essential: yes.

I had the same problem and had to install the iproute package, which
fixed it.

It seems to me that this should be added to the Depends so that is is
installed automatically, so I'm attaching a patch to that effect against
guessnet 0.35-1.

By the way, this package has been a great help to me, thanks for
maintaining it.

Dave.

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html
--- guessnet-0.35-old/debian/control2004-11-23 17:38:58.0 -0700
+++ guessnet-0.35/debian/control2005-05-05 21:50:22.708744012 -0600
@@ -8,7 +8,7 @@
 Package: guessnet
 Architecture: any
 Enhances: ifupdown
-Depends: ${shlibs:Depends}
+Depends: iproute, ${shlibs:Depends}
 Suggests: pppoe, waproamd, ifplugd
 Description: Guess which LAN a network device is connected to
  Guessnet is a non-aggressive network detection tool to use when moving


signature.asc
Description: Digital signature


Bug#307314: mutt: header cache seg fault when accessing same folder from two different locales

2005-05-02 Thread David Everly
Package: mutt
Version: 1.5.9-1
Severity: normal

I have a setup where all my mail goes to a local instance of
courier-imap.  Then I use mutt to access this imap server.  I have a
habit of leaving mutt running on my INBOX on my local machine.  Then at
times during the day I ssh to this machine from whichever unix machine I
happen to be near and start a second instance of mutt.  It seems that
because this other machine uses a different locale, this practice
corrupts the header cache and causes a segmentation fault some time
later.  Here are the exact steps to reproduce this (for convenience, all
on one machine):

   - set the locale to LANG=en_US.UTF-8 and open mutt to the INBOX on an
 imap server
   - in another window or terminal, unset any locale (LANG) so that it
 defaults to C and open a second instance of mutt to the INBOX on
 the same imap server
   - delete a message on the second instance of mutt
   - exit the second instance of mutt
   - wait until a new message is received on the first instance
 (LANG=en_US.UTF-8) of mutt
   - exit the first instance (LANG=en_US.UTF-8) of mutt
   - open again the first instance (LANG=en_US.UTF-8) of mutt to the
 INBOX on the imap server (this is the point where it will seg fault
 unless you delete the header cache)

Thanks for your help!

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages mutt depends on:
ii  exim4   4.50-4   metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tr 4.50-4   lightweight exim MTA (v4) daemon
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libdb4.34.3.27-2 Berkeley v4.3 Database Libraries [
ii  libgnutls11 1.0.16-9 GNU TLS library - runtime library
ii  libidn110.5.13-1.0   GNU libidn library, implementation
ii  libncursesw55.4-4Shared libraries for terminal hand
ii  libsasl22.1.19-1.5   Authentication abstraction library

-- no debconf information

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#307314: mutt: header cache seg fault when accessing same folder from two different locales

2005-05-02 Thread David Everly
On Mon, May 02, 2005 at 08:13:09PM +0200, Adeodato Simó wrote:
   To make sure it fixes, what about following this procedure:
 
 - with the old package, set header_cache to a new dir, e.g.
   /tmp/cache1, and reproduce the crash.
 
 - install the new package set header_cache to e.g. /tmp/cache2 (or
   rm cache1/*), and try to reproduce following the same steps than
   with the old package.

Sorry, but I see no change in behavior (the bug is not fixed) with the
new package.

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#307314: mutt: header cache seg fault when accessing same folder from two different locales

2005-05-02 Thread David Everly
On Mon, May 02, 2005 at 06:25:43PM +0200, Adeodato Simó wrote:
 - do you set $charset in your ~/.muttrc?

No, since I have previously followed /usr/share/doc/mutt/README.Debian.

 - can you reproduce without using your ~/.muttrc? (I.e., start mutt
   with mutt -F /dev/null).

I haven't tried, but I'm fairly certain I will be unable to reproduce
this without my ~/.muttrc, since header_cache is by default not enabled.

I'm attaching my ~/.muttrc for informational purposes.  I've done no
other mutt customization other than that.

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html
#my_hdr Reply-To: David Everly [EMAIL PROTECTED]
alternates [EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL 
PROTECTED]

set mbox_type=Maildir
set imap_user=deverly
set folder=imap://localhost/
set imap_home_namespace=INBOX.
set spoolfile=+INBOX
set mbox=+INBOX
set postponed=+INBOX.Drafts
set record=+INBOX.Sent
set timeout=15
set header_cache=~/.mutt_header_cache

set crypt_autosmime=no
set editor=vim \+set ft=mail\
set index_format=%4C %Z %{%b %d} %-15.15L (%4c) %s
set mark_old=no
set markers=no
set mime_forward=yes
set crypt_autosign=yes
set pgp_timeout=14400
set sort=threads
set sort_aux=reverse-date
set strict_threads=yes

# colors
color attachment yellowdefault
color hdrdefault blue  default
color markersbrightred default
color normal default   default
color quoted green default
color signature  cyan  default
color tilde  blue  default
color tree   red   default

# get rid of most headers in the default view
ignore *
unignore  from subject to cc date user-agent x-mailer
hdr_order from subject to cc date user-agent x-mailer

# interface with abook
#set query_command=abook --mutt-query '%s'
#macro pager A |'abook --add-email'\n

# ldap interface to evolution address book
set query_command = /usr/lib/lbdb/mutt_ldap_query --ignorant '%s'

# report spam
#macro index X |'spamassassin -r'\n

# get new mail
macro index G |'fetchmail ; fetchyahoo'\n 'get new mail from servers'

# use muttprint
set print_command=muttprint

# move to Inbox and mark as non-spam (ham)
macro index,pager I 'enter-commandunset wait_keyenterpipe-entrysa-learn 
--no-sync --hamenterenter-commandset 
wait_keyentersave-entry+INBOXenter' 'mark the current message as Ham'

# move to Spam and mark as spam (spam)
macro index,pager X 'enter-commandunset wait_keyenterpipe-entrysa-learn 
--no-sync --spamenterenter-commandset 
wait_keyentersave-entry+INBOX.Spamenter' 'mark the current message as 
Spam'



signature.asc
Description: Digital signature


Bug#307314: mutt: header cache seg fault when accessing same folder from two different locales

2005-05-02 Thread David Everly
On Tue, May 03, 2005 at 05:19:14AM +0200, Adeodato Simó wrote:
  OK. The maintainer of the header cache patch ask me to try another
  fix:
 
  
 http://the-swirl.org/~adeodato/tmp/2005/05/02/mutt-307314/mutt_1.5.9-1+fix307314b_i386.deb
 
  2001d3504a72b0a0bb6a28ee14c347da  mutt_1.5.9-1+fix307314b_i386.deb

Sorry I see no difference in this one either.  FYI, I am using a file as
cache (instead of a directory).

Also, I find that a work around for me is to start mutt from a script
which first exports LANG=en_US.UTF-8 before starting mutt.

I may be unavailable for most of tomorrow, so don't be worried, I can
respond when I return late in the evening.

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#306966: kernel-image-2.6.8-2-686: xfs_freeze -f returns before data I/O is complete

2005-04-29 Thread David Everly
Package: kernel-image-2.6.8-2-686
Version: 2.6.8-13
Severity: normal

While trying to make /sbin/grub-install work with system containing only
a single XFS partition, I found that I had to add an arbitrary amount of
sleep time so as to proceed after sync and xfs_freeze -f.

I'm attaching my version of /sbin/grub-install for reference.  It does
work if sleep is long enough, but what should really happen is
xfs_freeze -f should not return until all of this is ready.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kernel-image-2.6.8-2-686 depends on:
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  fileutils 5.2.1-2The GNU file management utilities 
ii  initrd-tools  0.1.78 tools to create initrd image for p
ii  module-init-tools 3.2-pre1-2 tools for managing Linux kernel mo

-- no debconf information

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html
#! /bin/sh

# Install GRUB on your drive.
#   Copyright (C) 1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

# Initialize some variables.
prefix=/
exec_prefix=${prefix}
sbindir=${exec_prefix}/sbin
libdir=${exec_prefix}/lib
PACKAGE=grub
VERSION=0.95
host_cpu=i386
host_os=linux-gnu
host_vendor=pc
pkglibdir=${libdir}/${PACKAGE}/${host_cpu}-${host_vendor}

grub_shell=${sbindir}/grub
log_file=/tmp/grub-install.log.$$
img_file=/tmp/grub-install.img.$$
rootdir=
grub_prefix=/boot/grub

install_device=
no_floppy=
force_lba=
recheck=no
sync_sleep=20
debug=no

# look for secure tempfile creation wrappers on this platform
if test -x /bin/tempfile; then
mklog=/bin/tempfile --prefix=grub
mkimg=/bin/tempfile --prefix=grub
elif test -x /bin/mktemp; then
mklog=/bin/mktemp /tmp/grub-install.log.XX
mkimg=/bin/mktemp /tmp/grub-install.img.XX
else
mklog=
mkimg=
fi

# Usage: usage
# Print the usage.
usage () {
cat EOF
Usage: grub-install [OPTION] install_device
Install GRUB on your drive.

  -h, --help  print this message and exit
  -v, --version   print the version information and exit
  --root-directory=DIRinstall GRUB images under the directory DIR
  instead of the root directory
  --grub-shell=FILE   use FILE as the grub shell
  --no-floppy do not probe any floppy drive
  --force-lba force GRUB to use LBA mode even for a buggy
  BIOS
  --recheck   probe a device map even if it already exists
  --sync-sleepnumber of seconds to sleep while trying to
  sync XFS

INSTALL_DEVICE can be a GRUB device name or a system device filename.

grub-install copies GRUB images into the DIR/boot directory specfied by
--root-directory, and uses the grub shell to install grub into the boot
sector.

Report bugs to bug-grub@gnu.org.
EOF
}

# Usage: getraid_mdadm mddevice
# Routine to find a physical device from an md device
# If found, the first grub BIOS device (from device.map) is returned 
# If no BIOS drives match the RAID devices, the first device returned
# from mdadm -D is returned
getraid_mdadm() {
device=$1
mdadm=$(mdadm -D $device) || {
echo $PROG: mdadm -D $device failed 2
exit 1
}
eval $(
echo $mdadm | awk '
$1 == Number  $2 == Major { start = 1; next }
$1 == UUID { print uuid= $3; start = 0; next }
!start { next }
$2 == 0  $3 == 0 { next }
{ devices = devices \n $NF }
END { print devices='\'' devices '\'' }
'
)

# Convert RAID devices list into a list of disks

Bug#243835: new version of xfs_freeze.diff

2005-04-29 Thread David Everly
tags 239111 + patch
tags 246111 + patch
tags 243835 + patch
thanks

I'm attaching a new version of xfs_freeze.diff which can replace the
current one in the sarge version of grub (debian/patches).

For xfs, in theory it is only needed to run 'xfs_freeze -f' followed
immediately by 'xfs_freeze -u'.  This is because xfs_freeze is not
supposed to return until disk I/O is complete.  However, this is
currently not the case with kernel-image-2.6.8-2-686 2.6.8-13:

   http://bugs.debian.org/306966

So this patch defaults to a 20 second sleep (which is what consistently
works on my systems), but has a new option (--sync-sleep) to customize
the sleep time.

In any case, the existing approach which tries to freeze, run a grub
shell, and then unfreeze really needs to be corrected, since it will
ALWAYS hang a system that is a single XFS partition for everything.

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html
--- svn.old/util/grub-install.in2005-04-25 11:47:21.0 -0600
+++ svn/util/grub-install.in2005-04-29 10:01:11.978324529 -0600
@@ -40,6 +40,7 @@
 no_floppy=
 force_lba=
 recheck=no
+sync_sleep=20
 debug=no
 
 # look for secure tempfile creation wrappers on this platform
@@ -70,6 +71,8 @@
   --force-lba force GRUB to use LBA mode even for a buggy
   BIOS
   --recheck   probe a device map even if it already exists
+  --sync-sleepnumber of seconds to sleep while trying to
+  sync XFS
 
 INSTALL_DEVICE can be a GRUB device name or a system device filename.
 
@@ -81,6 +84,20 @@
 EOF
 }
 
+# Usage: xfs_hack
+# Routine to flush xfs filesystem log (sync doesn't do this)
+# sleep is needed to give time for the log to be flushed
+xfs_hack () {
+sync
+if which xfs_freeze /dev/null ; then
+echo Trying to sync filesystem, do not interrupt until complete.
+xfs_freeze -f ${grubdir} 2/dev/null
+   sleep $sync_sleep
+   xfs_freeze -u ${grubdir} 2/dev/null
+echo Trying to sync filesystem is complete.
+fi
+}
+
 # Usage: convert os_device
 # Convert an OS device to the corresponding GRUB drive.
 # This part is OS-specific.
@@ -247,6 +264,8 @@
force_lba=--force-lba ;;
 --recheck)
recheck=yes ;;
+--sync-sleep=*)
+   sync_sleep=`echo $option | sed 's/--sync-sleep=//'` ;;
 # This is an undocumented feature...
 --debug)
debug=yes ;;
@@ -336,6 +355,7 @@
 # Create a safe temporary file.
 test -n $mklog  log_file=`$mklog`
 
+xfs_hack
 $grub_shell --batch $no_floppy --device-map=$device_map EOF $log_file
 quit
 EOF
@@ -414,6 +434,7 @@
 ${pkglibdir}/stage1 ${pkglibdir}/stage2 ${pkglibdir}/*stage1_5; do
 cp -f $file ${grubdir} || exit 1
 done
+xfs_hack
 
 # Make a default file.
 ${grub_set_default} --root-directory=${rootdir} default
@@ -451,6 +472,7 @@
 test -n $mklog  log_file=`$mklog`
 
 # Now perform the installation.
+xfs_hack
 $grub_shell --batch $no_floppy --device-map=$device_map EOF $log_file
 root $root_drive
 setup $force_lba --stage2=$grubdir/stage2 --prefix=$grub_prefix $install_drive


signature.asc
Description: Digital signature


Bug#301082: I no longer see this problem in evolution 2.0.4-1

2005-04-27 Thread David Everly
Hi,

This problem may have been fixed in evolution 2.0.4-1, since I no longer
see the crashing I reported earlier.

Thanks,
Dave.
-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#239111: grub and xfs

2005-04-25 Thread David Everly
I have a Debian/Sarge installation (completely up to date as of today)
on which I can reproduce the hanging problem.  I have only one XFS
partition on which to boot and run Debian/Sarge.

Please note that I don't understand a lot of this, but I made some
changes to /sbin/grub-install and it seems to no longer hang.  However,
my system was fairly quiet when I did the test.

Also it would be better to somehow test if /boot/grub is on an XFS
filesystem, and if so, run xfs_magic.  But I don't know how to do this.

My test was to 'rm -r /boot/grub' and then run 'grub-install /dev/hda'.

Here is my version of grub-install which seems to work.

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html
#! /bin/sh

# Install GRUB on your drive.
#   Copyright (C) 1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

# Initialize some variables.
prefix=/
exec_prefix=${prefix}
sbindir=${exec_prefix}/sbin
libdir=${exec_prefix}/lib
PACKAGE=grub
VERSION=0.95
host_cpu=i386
host_os=linux-gnu
host_vendor=pc
pkglibdir=${libdir}/${PACKAGE}/${host_cpu}-${host_vendor}

grub_shell=${sbindir}/grub
log_file=/tmp/grub-install.log.$$
img_file=/tmp/grub-install.img.$$
rootdir=
grub_prefix=/boot/grub

install_device=
no_floppy=
force_lba=
recheck=no
debug=no

# look for secure tempfile creation wrappers on this platform
if test -x /bin/tempfile; then
mklog=/bin/tempfile --prefix=grub
mkimg=/bin/tempfile --prefix=grub
elif test -x /bin/mktemp; then
mklog=/bin/mktemp /tmp/grub-install.log.XX
mkimg=/bin/mktemp /tmp/grub-install.img.XX
else
mklog=
mkimg=
fi

# Usage: usage
# Print the usage.
usage () {
cat EOF
Usage: grub-install [OPTION] install_device
Install GRUB on your drive.

  -h, --help  print this message and exit
  -v, --version   print the version information and exit
  --root-directory=DIRinstall GRUB images under the directory DIR
  instead of the root directory
  --grub-shell=FILE   use FILE as the grub shell
  --no-floppy do not probe any floppy drive
  --force-lba force GRUB to use LBA mode even for a buggy
  BIOS
  --recheck   probe a device map even if it already exists

INSTALL_DEVICE can be a GRUB device name or a system device filename.

grub-install copies GRUB images into the DIR/boot directory specfied by
--root-directory, and uses the grub shell to install grub into the boot
sector.

Report bugs to bug-grub@gnu.org.
EOF
}

xfs_magic () {
   sync
   if which xfs_freeze  /dev/null ; then
  xfs_freeze -f ${grubdir}
  sleep 1
  xfs_freeze -u ${grubdir}
   fi
}

# Usage: getraid_mdadm mddevice
# Routine to find a physical device from an md device
# If found, the first grub BIOS device (from device.map) is returned 
# If no BIOS drives match the RAID devices, the first device returned
# from mdadm -D is returned
getraid_mdadm() {
device=$1
mdadm=$(mdadm -D $device) || {
echo $PROG: mdadm -D $device failed 2
exit 1
}
eval $(
echo $mdadm | awk '
$1 == Number  $2 == Major { start = 1; next }
$1 == UUID { print uuid= $3; start = 0; next }
!start { next }
$2 == 0  $3 == 0 { next }
{ devices = devices \n $NF }
END { print devices='\'' devices '\'' }
'
)

# Convert RAID devices list into a list of disks
tmp_disks=`echo $devices | sed -e 's%\([sh]d[a-z]\)[0-9]*$%\1%' \
 -e 's%\(d[0-9]*\)p[0-9]*$%\1%' \
 -e 's%\(fd[0-9]*\)$%\1%' \
 -e 's%/part[0-9]*$%/disc%' \
 -e 's%\(c[0-7]d[0-9]*\).*$%\1%' \
 -e '/^$/d' |

Bug#239111: grub and xfs

2005-04-25 Thread David Everly
Sorry, but I realized after reading ...

http://lists.debian.org/debian-boot/2004/06/msg02301.html

... that what I was doing was a little overkill.

Here is a better approach.  I've tested it both on ext3 (to ensure I
haven't broken something when xfs_freeze exists, but the filesystem is
not xfs), and xfs.

Here is xfs_freeze.diff, suitable for replacing xfs_freeze.diff that is
in debian/patches of the source package.

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html
--- svn.old/util/grub-install.in2005-04-25 11:47:21.563643409 -0600
+++ svn/util/grub-install.in2005-04-25 11:51:26.828576206 -0600
@@ -81,6 +81,17 @@
 EOF
 }
 
+# Usage: xfs_hack
+# Routine to flush xfs filesystem log (sync doesn't do this)
+# sleep is needed to give time for the log to be flushed
+xfs_hack () {
+if which xfs_freeze /dev/null ; then
+xfs_freeze -f ${grubdir} 2/dev/null
+   sleep 1
+   xfs_freeze -u ${grubdir} 2/dev/null
+fi
+}
+
 # Usage: convert os_device
 # Convert an OS device to the corresponding GRUB drive.
 # This part is OS-specific.
@@ -336,6 +347,7 @@
 # Create a safe temporary file.
 test -n $mklog  log_file=`$mklog`
 
+xfs_hack
 $grub_shell --batch $no_floppy --device-map=$device_map EOF $log_file
 quit
 EOF
@@ -426,6 +438,7 @@
 count=5
 tmp=`echo $file | sed s|^${grubdir}|${grub_prefix}|`
 while test $count -gt 0; do
+xfs_hack
$grub_shell --batch $no_floppy --device-map=$device_map EOF $log_file
 dump ${root_drive}${tmp} ${img_file}
 quit
@@ -451,6 +464,7 @@
 test -n $mklog  log_file=`$mklog`
 
 # Now perform the installation.
+xfs_hack
 $grub_shell --batch $no_floppy --device-map=$device_map EOF $log_file
 root $root_drive
 setup $force_lba --stage2=$grubdir/stage2 --prefix=$grub_prefix $install_drive


signature.asc
Description: Digital signature


Bug#239111: my grub/xfs patch was no good

2005-04-25 Thread David Everly
tags 239111 - patch
thanks

Sorry, but after more testing, it seems my patch is no good.  It only
works inconsistently.

Sorry for the bother.

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#286704: kernel 2.6.9 and 2.6.10

2005-04-21 Thread David Everly
I had experienced this problem, but it is now gone in 1.0.7174-3.

On Mon, Jan 24, 2005 at 05:52:15AM -0700,  wrote:
 I have found the following:
 
http://www.nvnews.net/vbulletin/showthread.php?t=43321
 
 Which includes this quote from zander at nvidia:
 
1.0-6629 is incompatible with some older GPUs; this is a known
problem, and NVIDIA hopes to have it resolved in the next driver
release. Both 1.0-6111 and 1.0-6629 need to be patched to work with
Linux 2.6.10 (Linux 2.6.9+ for 1.0-6111). Please stick to your
working configuration until the problem with 1.0-6629 and your GPU
has been addressed.


-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#283899: nVidia splash screen remains on screen

2005-04-21 Thread David Everly
I had earlier experienced this problem but it is now gone in 1.0.7174-3.

On Mon, Jan 24, 2005 at 05:38:18AM -0700,  wrote:
 I have found the following:
 
http://www.nvnews.net/vbulletin/showthread.php?t=43321
 
 Which includes this quote from zander at nvidia:
 
1.0-6629 is incompatible with some older GPUs; this is a known
problem, and NVIDIA hopes to have it resolved in the next driver
release. Both 1.0-6111 and 1.0-6629 need to be patched to work with
Linux 2.6.10 (Linux 2.6.9+ for 1.0-6111). Please stick to your
working configuration until the problem with 1.0-6629 and your GPU
has been addressed.
 
 Given that the stock kernel in Sarge is currently 2.6.8, I wonder if
 version 1.0-6111 should be what needs to be in Sarge at this time?
 
 Or perhaps have both versions available so that one could choose, based
 on the age of the video card and the desired kernel?

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#305042: discover-modprobe uses /usr/bin/install before /usr is mounted

2005-04-17 Thread David Everly
Package: discover
Version: 2.0.7-2
Severity: serious
Tags: patch
Justification: 9.1.1 Filesystem Structure (see 3.1 The Root Filesystem of 
FHS 2.2)


Since mkdir is in /bin, changing install -d to mkdir -p seems to fix
the problem.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages discover depends on:
ii  libdiscover2  2.0.7-2hardware identification library

-- no debconf information

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#301824: libapache-mod-php4: Please Depend on 'apache | apache-ssl | apache-perl'

2005-03-28 Thread David Everly
Package: libapache-mod-php4
Version: 4:4.3.10-9
Severity: normal

It would seem that installing libapache-mod-php4 without one of apache,
apache-ssl, or apache-perl would be useless?  If so, then I would like
to suggest adding 'apache | apache-ssl | apache-perl' to Depends of
libapache-mod-php4.

This would then be similar to the Depends of libapache2-mod-php4.

Also, think of an example php4 application package trying to get its
Depends right when the following situation exists

Require one of the following web servers:

   apache, apache-ssl, apache2-mpm-prefork

If apache or apache-ssl is selected, require libapache-mod-php4.

If apache2-mpm-prefork is selected, require libapache2-mod-php4.

Is there a syntax for the Depends of this example package that would
correctly handle this situation, given the current Depends of the php4
packages in testing, so that one doesn't end up with an unusable
installation of libapache-mod-php4 and apache2-mpm-prefork?

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libapache-mod-php4 depends on:
ii  apache-common   1.3.33-4 support files for all Apache webse
ii  debconf [debconf-2.0]   1.4.30.11Debian configuration management sy
ii  libbz2-1.0  1.0.2-5  high-quality block-sorting file co
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libcomerr2  1.35-6   The Common Error Description libra
ii  libdb4.24.2.52-18Berkeley v4.2 Database Libraries [
ii  libexpat1   1.95.8-1 XML parsing C library - runtime li
ii  libkrb531.3.6-1  MIT Kerberos runtime libraries
ii  libmagic1   4.12-1   File type determination library us
ii  libpcre34.5-1.1  Perl 5 Compatible Regular Expressi
ii  libssl0.9.7 0.9.7e-2 SSL shared libraries
ii  libzzip-0-120.12.83-4library providing read access on Z
ii  mime-support3.28-1   MIME files 'mime.types'  'mailcap
ii  php4-common 4:4.3.10-9   Common files for packages built fr
ii  zlib1g  1:1.2.2-3compression library - runtime

-- debconf information:
  php4/update_apache_php_ini: true

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#301082: evolution/evolution-data-server intermittently crashes with defined web calendars

2005-03-23 Thread David Everly
Package: evolution
Version: 2.0.3-1.2
Severity: normal

I have three calendars on the web which are defined to refresh every 30
minutes.  These seem to cause intermittent high cpu utilization and
intermittent crashes (about twice daily) within evolution-data-server
and/or evolution.

Removing all web calendars appears to fix the problem.

If there is a way to collect more data on this, I will be glad to do it,
but will need some details on the mechanism for doing so.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages evolution depends on:
ii  evolution-data-server1.0.3-2 evolution database backend server
ii  gconf2   2.8.1-4 GNOME configuration database syste
ii  gnome-icon-theme 2.8.0-4 GNOME Desktop icon theme
ii  gtkhtml3.2   3.2.4-1 HTML rendering/editing library - b
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-2 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libcompfaceg11989.11.11-24   Compress/decompress images for mai
ii  libdb4.2 4.2.52-18   Berkeley v4.2 Database Libraries [
ii  libebook81.0.3-2 Client library for evolution addre
ii  libecal6 1.0.3-2 Client library for evolution calen
ii  libedataserver3  1.0.3-2 Utily library for evolution data s
ii  libegroupwise6   1.0.3-2 Client library for accessing group
ii  libesd0  0.2.35-2Enlightened Sound Daemon - Shared 
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgail-common   1.8.2-1 GNOME Accessibility Implementation
ii  libgail171.8.2-1 GNOME Accessibility Implementation
ii  libgal2.2-1  2.2.4-1 G App Libs (run time library)
ii  libgal2.2-common 2.2.4-1 G App Libs (common files)
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libgcrypt11  1.2.0-4 LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.4.2-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.3-1 The GLib library of C routines
ii  libgnome-keyring00.4.1-1 GNOME keyring services library
ii  libgnome-pilot2  2.0.12-1.1  Support libraries for gnome-pilot
ii  libgnome2-0  2.8.1-2 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeprint2.2-0   2.8.2-1 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0 2.8.2-2 GNOME 2.2 print architecture User 
ii  libgnomeui-0 2.8.1-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.4-2 The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-9GNU TLS library - runtime library
ii  libgpg-error01.0-1   library for common error values an
ii  libgtk2.0-0  2.6.2-4 The GTK+ graphical user interface 
ii  libgtkhtml3.2-11 3.2.4-1 HTML rendering/editing library - r
ii  libhowl0 0.9.8-2 Library for Zeroconf service disco
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libldap2 2.1.30-3OpenLDAP libraries
ii  libnspr4 2:1.7.5-1   Netscape Portable Runtime Library
ii  libnss3  2:1.7.5-1   Network Security Service Libraries
ii  liborbit21:2.10.5-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpisock8   0.11.8-10   Library for communicating with a P
ii  libpisync0   0.11.8-10   Synchronization library for PalmOS
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libsoup2.2-7 2.2.2-1 an HTTP library implementation in 
ii  libtasn1-2   0.2.10-3Manage ASN.1 structures (runtime)
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxml2  

Bug#299296: evolution: conversion of all day event to appointment does not work with icalx.com

2005-03-13 Thread David Everly
Package: evolution
Version: 2.0.3-1.2
Severity: normal

When changing an All Day Event to one that has a start and stop time
(Appointment), it does not create the same entry in the .ics file as
when creating a new Appointment.

This means that when uploading the .ics file to www.ics.com,
phpicalendar 0.9 (used by that site) does not show the appointment that
was converted from the all day event.

I've created and uploaded a few test calendars with a single entry for
March 17, 2005 for your consideration:

Appointment:
   http://www.icalx.com/html/deckrider/month.php?cal=appointment

All Day Event:
   http://www.icalx.com/html/deckrider/month.php?cal=all-day-event

All Day Event that was converted to an Appointment by unchecking the All
Day Event box and giving the start time of 10 AM and stop time of 12:30
PM:
   http://www.icalx.com/html/deckrider/month.php?cal=all-day-event-2-appointment

For each of these, you can click on Subscribe or Download to work with
the actual .ics files created by Evolution

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages evolution depends on:
ii  evolution-data-server1.0.3-2 evolution database backend server
ii  gconf2   2.8.1-4 GNOME configuration database syste
ii  gnome-icon-theme 2.8.0-1 GNOME Desktop icon theme
ii  gtkhtml3.2   3.2.4-1 HTML rendering/editing library - b
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-1 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libcompfaceg11989.11.11-24   Compress/decompress images for mai
ii  libdb4.2 4.2.52-18   Berkeley v4.2 Database Libraries [
ii  libebook81.0.3-2 Client library for evolution addre
ii  libecal6 1.0.3-2 Client library for evolution calen
ii  libedataserver3  1.0.3-2 Utily library for evolution data s
ii  libegroupwise6   1.0.3-2 Client library for accessing group
ii  libesd0  0.2.35-2Enlightened Sound Daemon - Shared 
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgail-common   1.8.2-1 GNOME Accessibility Implementation
ii  libgail171.8.2-1 GNOME Accessibility Implementation
ii  libgal2.2-1  2.2.4-1 G App Libs (run time library)
ii  libgal2.2-common 2.2.4-1 G App Libs (common files)
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libgcrypt11  1.2.0-4 LGPL Crypto library - runtime libr
ii  libglade2-0  1:2.4.2-1   library to load .glade files at ru
ii  libglib2.0-0 2.6.3-1 The GLib library of C routines
ii  libgnome-keyring00.4.1-1 GNOME keyring services library
ii  libgnome-pilot2  2.0.12-1.1  Support libraries for gnome-pilot
ii  libgnome2-0  2.8.1-2 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeprint2.2-0   2.8.2-1 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0 2.8.2-2 GNOME 2.2 print architecture User 
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.4-2 The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-9GNU TLS library - runtime library
ii  libgpg-error01.0-1   library for common error values an
ii  libgtk2.0-0  2.6.2-3 The GTK+ graphical user interface 
ii  libgtkhtml3.2-11 3.2.4-1 HTML rendering/editing library - r
ii  libhowl0 0.9.8-2 Library for Zeroconf service disco
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  libldap2 2.1.30-3OpenLDAP libraries
ii  libnspr4 2:1.7.5-1   Netscape Portable Runtime Library
ii  libnss3  2:1.7.5-1   Network Security Service Libraries
ii  liborbit21:2.10.5-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpisock8   0.11.8-10 

Bug#298083: hotplug does not detect my snd-sb16 compatible sound card

2005-03-04 Thread David Everly
Package: hotplug
Version: 0.0.20040329-17


`cat /sys/bus/pnp/devices/*/id` contains the following line:

   CTL0043

/lib/modules/2.6.8-2-686/modules.alias contains the following line:

   alias pnp:cCTL00f0dCTL0043* snd_sb16

However, `modprobe --show-depends pnp:dCTL0043` returns the following:

   FATAL: Module pnp:dCTL0043 not found.

Adding the following line to /etc/modprobe.d/isapnp/isapnp.aliases
allows hotplug to detect my sound card and load the appropriate module:

   alias pnp:dCTL0043 snd-sb16

However, I don't know if this is the correct approach or if this is
related to http://bugs.debian.org/295684


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages hotplug depends on:
ii  debconf  1.4.30.11   Debian configuration management sy
ii  grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii  module-init-tools3.2-pre1-2  tools for managing Linux kernel mo
ii  modutils 2.4.26-1.2  Linux module utilities
ii  procps   1:3.2.1-2   The /proc file system utilities

-- debconf information:
* hotplug/ignore_pci_class_display: false
* hotplug/net_agent_policy: hotplug
* hotplug/static_module_list:
* hotplug/usb_keyboard:
  hotplug/x11_usbmice_hack: false


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



Bug#286896: Is there a work around for this?

2005-03-04 Thread David Everly
I have tried using 'pilot-dedupe ToDoDB' to get rid of all but one of
the blank records, then deleting the final blank record on the palm.

There appear to be no blank records in Evolution's task list.  However,
each time I synchronize, many many blanks are inserted again into the
palm and I have to delete all the blanks on the palm again.  Now I'm in
an endless loop of this.

Is there some workaround that I can do to get to a sane state where
synchronizing can work again?

I have the latest (as of today) sarge.
-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#286896: endless loop of blank todo entries

2005-03-01 Thread David Everly
FYI...I am also experiencing this issue of synchronizing causing
thousands of blank tasks added to the pilot's todo database.

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#294566: java-package: manage ttf fonts with defoma

2005-02-10 Thread David Everly
Package: java-package
Version: 0.19
Severity: wishlist

Thanks for making this package.  This is just a suggestion to manage
the fonts with defoma so that (for example) they are automatically
picked up by:

  FontPath   /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType

which is in XF86Config-4.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages java-package depends on:
ii  debhelper 4.2.30 helper programs for debian/rules
ii  fakeroot  1.2.2  Gives a fake root environment

-- no debconf information

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#293868: evolution-data-server

2005-02-07 Thread David Everly
I realized that I had been using a small script to start evolution,
which includes the following at the end of the script:

  evolution --force-shutdown

When starting evolution the normal way from the provided menu entry, the
following process remains after ending the user's gnome session:

deverly   4723 1  1 06:35 ?00:00:00 
/usr/lib/evolution/evolution-data-server-1.0 
--oaf-activate-iid=OAFIID:GNOME_Evolution_DataServer_InterfaceCheck 
--oaf-ior-fd=44

Whenever evolution-data-server remains, another process also remains:

deverly   4622 1  0 06:35 ?00:00:00 
/usr/lib/bonobo-activation/bonobo-activation-server --ac-activate 
--ior-output-fd=18

This process exits after killing the remaining evolution-data-server
processes.

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#283899: nVidia splash screen remains on screen

2005-01-24 Thread David Everly
I have found the following:

   http://www.nvnews.net/vbulletin/showthread.php?t=43321

Which includes this quote from zander at nvidia:

   1.0-6629 is incompatible with some older GPUs; this is a known
   problem, and NVIDIA hopes to have it resolved in the next driver
   release. Both 1.0-6111 and 1.0-6629 need to be patched to work with
   Linux 2.6.10 (Linux 2.6.9+ for 1.0-6111). Please stick to your
   working configuration until the problem with 1.0-6629 and your GPU
   has been addressed.

Given that the stock kernel in Sarge is currently 2.6.8, I wonder if
version 1.0-6111 should be what needs to be in Sarge at this time?

Or perhaps have both versions available so that one could choose, based
on the age of the video card and the desired kernel?

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#286704: kernel 2.6.9 and 2.6.10

2005-01-24 Thread David Everly
I have found the following:

   http://www.nvnews.net/vbulletin/showthread.php?t=43321

Which includes this quote from zander at nvidia:

   1.0-6629 is incompatible with some older GPUs; this is a known
   problem, and NVIDIA hopes to have it resolved in the next driver
   release. Both 1.0-6111 and 1.0-6629 need to be patched to work with
   Linux 2.6.10 (Linux 2.6.9+ for 1.0-6111). Please stick to your
   working configuration until the problem with 1.0-6629 and your GPU
   has been addressed.

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature


Bug#283899: nVidia splash screen remains on screen

2005-01-23 Thread David Everly
I have exactly this problem on one of my machines, although not on
another, even though identical packages are installed:

nvidia-glx/sarge uptodate 1.0.6629+1-1
nvidia-kernel-2.6.8-686-mppe/sarge uptodate 1.0.6629+1-1+2.6.8-12
nvidia-kernel-common/testing uptodate 1.0.6629+1
nvidia-kernel-2.6.8-686-mppe/sarge uptodate 1.0.6629+1-1+2.6.8-12

This used to work on both machines when identical packages were
installed, but at the earlier version (1.0.6111).

However, I know that there are different video cards on each the machines, so
here they are, in case it gives someone a clue.  Perhaps others with
non-working systems can see if their cards are similar to the card on my
system that does not work.

First the machine that works:

lspci -vv:

:01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 
400] (rev a1) (prog-if 00 [VGA])
Subsystem: CardExpert Technology: Unknown device 0001
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 248 (1250ns min, 250ns max)
Interrupt: pin A routed to IRQ 10
Region 0: Memory at d800 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at d000 (32-bit, prefetchable) [size=128M]
Capabilities: [60] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [44] AGP version 2.0
Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA- ITACoh- GART64- HTrans- 
64bit- FW+ AGP3- Rate=x1,x2,x4
Command: RQ=32 ArqSz=0 Cal=0 SBA- AGP+ GART64- 64bit- FW- 
Rate=x2

lspci -vvn:

ubsystem: 10b0:0001
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 248 (1250ns min, 250ns max)
Interrupt: pin A routed to IRQ 10
Region 0: Memory at d800 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at d000 (32-bit, prefetchable) [size=128M]
Capabilities: [60] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [44] AGP version 2.0
Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA- ITACoh- GART64- HTrans- 
64bit- FW+ AGP3- Rate=x1,x2,x4
Command: RQ=32 ArqSz=0 Cal=0 SBA- AGP+ GART64- 64bit- FW- 
Rate=x2

Finally, the machine that does NOT work:

lspci -vv:

:01:00.0 VGA compatible controller: nVidia Corporation NV4 [RIVA TNT] (rev 
04) (prog-if 00 [VGA])
Subsystem: CardExpert Technology: Unknown device 
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 32 (1250ns min, 250ns max)
Interrupt: pin A routed to IRQ 11
Region 0: Memory at d000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at d200 (32-bit, prefetchable) [size=16M]
Capabilities: [60] Power Management version 1
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [44] AGP version 1.0
Status: RQ=16 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 
64bit- FW- AGP3- Rate=x1,x2
Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- 
Rate=none

lspci -vvn:

:01:00.0 0300: 10de:0020 (rev 04)
Subsystem: 10b0:
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 32 (1250ns min, 250ns max)
Interrupt: pin A routed to IRQ 11
Region 0: Memory at d000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at d200 (32-bit, prefetchable) [size=16M]
Capabilities: [60] Power Management version 1
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [44] AGP version 1.0
Status: RQ=16 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 
64bit- FW- AGP3- Rate=x1,x2
Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- 
Rate=none


Perhaps others with non-working systems can see if their cards are
similar to the card on my system that does not work.

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 

Bug#291287: common files in two packages

2005-01-20 Thread David Everly
This has now gone to Sarge and is also a problem there:

Preparing to replace libyaz-dev 2.0.21-2 (using 
.../libyaz-dev_2.0.30-1_i386.deb) ...
Unpacking replacement libyaz-dev ...
dpkg: error processing /var/cache/apt/archives/libyaz-dev_2.0.30-1_i386.deb 
(--unpack):
 trying to overwrite `/usr/share/man/man1/yaz-asncomp.1.gz', which is also in 
package yaz
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libyaz-dev_2.0.30-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Some errors occurred while unpacking. I'm going to configure the
packages that were installed. This may result in duplicate errors
or errors caused by missing dependencies. This is OK, only the errors
above this message are important. Please fix them and run [I]nstall again
Press enter to continue.

apt-cache policy libyaz-dev
libyaz-dev:
  Installed: 2.0.21-2
  Candidate: 2.0.30-1
  Version Table:
 2.0.30-1 0
500 http://http.us.debian.org sarge/main Packages
 *** 2.0.21-2 0
100 /var/lib/dpkg/status

apt-cache policy yaz
yaz:
  Installed: 2.0.30-1
  Candidate: 2.0.30-1
  Version Table:
 *** 2.0.30-1 0
500 http://http.us.debian.org sarge/main Packages
100 /var/lib/dpkg/status

apt-cache policy libyaz
libyaz:
  Installed: 2.0.30-1
  Candidate: 2.0.30-1
  Version Table:
 *** 2.0.30-1 0
500 http://http.us.debian.org sarge/main Packages
100 /var/lib/dpkg/status

-- 
Encrypted Mail Preferred:
Key ID:  8527B9AF
Key Fingerprint:  E1B6 40B6 B73F 695E 0D3B  644E 6427 DD74 8527 B9AF
Information:  http://www.gnupg.org/

ASCII ribbon campaign:
()  against HTML email
/\  against Microsoft attachments
Information:  http://www.expita.com/nomime.html


signature.asc
Description: Digital signature