Bug#335374: batch unset LD_LIBRARY_PATH, no switch, no doc for this

2008-07-25 Thread Ulf Rompe
Hi,

the removal of LD_LIBRARY_PATH is not directly the fault of this
package. See what's going on:

  * "batch" is a shell script that calls "at".
  * "at" is installed setuid and setgid daemon.
  * The dynamic loader keeps setuid/setgid executables from seeing
LD_LIBRARY_PATH. That is a security feature.
  * Thus "at" has no way to determine your LD_LIBRARY_PATH variable.

I think most people can live with this behaviour, but it would lower the
confusion if there were some words about it in the man page (especially
because searching the web for words like "at" is a pita).

So, may I suggest a "fix" through documentation?

[x] ulf 

-- 
I love deadlines. I like the whooshing sound they make as they fly by.
(Douglas Adams)




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



Bug#345025: evolution-plugins needs an dependencies update for latest dbus

2006-01-02 Thread Ulf Rompe
The dependency update happens automatically on recompiling.

In order to recompile with libpisock-dev 0.11.8-0.12.0-pre4-3 from
experimental, you seem to have to apply this little patch:


diff -ru evolution-2.4.1/addressbook/conduit/address-conduit.c 
evolution-2.4.1_new/addressbook/conduit/address-conduit.c
--- evolution-2.4.1/addressbook/conduit/address-conduit.c   2004-09-23 
20:50:17.0 +0200
+++ evolution-2.4.1_new/addressbook/conduit/address-conduit.c   2006-01-02 
12:47:27.0 +0100
@@ -838,7 +838,7 @@
if (dlp_ReadRecordById (ctxt->dbi->pilot_socket,
ctxt->dbi->db_handle,
local->local.ID, &record,
-   NULL, NULL, NULL, &cat) > 0) {
+   NULL, NULL, &cat) > 0) {
local->local.category = cat;
memset (&addr, 0, sizeof (struct Address));
unpack_Address (&addr, record, 0x);
diff -ru evolution-2.4.1/calendar/conduits/calendar/calendar-conduit.c 
evolution-2.4.1_new/calendar/conduits/calendar/calendar-conduit.c
--- evolution-2.4.1/calendar/conduits/calendar/calendar-conduit.c   
2005-09-30 19:07:05.0 +0200
+++ evolution-2.4.1_new/calendar/conduits/calendar/calendar-conduit.c   
2006-01-02 13:17:07.0 +0100
@@ -825,7 +825,7 @@
if (dlp_ReadRecordById (ctxt->dbi->pilot_socket,
ctxt->dbi->db_handle,
local->local.ID, &record,
-   NULL, NULL, NULL, &cat) > 0) {
+   NULL, NULL, &cat) > 0) {
local->local.category = cat;
memset (&appt, 0, sizeof (struct Appointment));
unpack_Appointment (&appt, record, 0x);
diff -ru evolution-2.4.1/calendar/conduits/todo/todo-conduit.c 
evolution-2.4.1_new/calendar/conduits/todo/todo-conduit.c
--- evolution-2.4.1/calendar/conduits/todo/todo-conduit.c   2005-07-01 
17:14:33.0 +0200
+++ evolution-2.4.1_new/calendar/conduits/todo/todo-conduit.c   2006-01-02 
13:17:42.0 +0100
@@ -604,7 +604,7 @@
if (dlp_ReadRecordById (ctxt->dbi->pilot_socket,
ctxt->dbi->db_handle,
local->local.ID, &record,
-   NULL, NULL, NULL, &cat) > 0) {
+   NULL, NULL, &cat) > 0) {
local->local.category = cat;
}
}




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



Bug#326007: imapfilter: Immediately aborts with "*** glibc detected *** corrupted double-linked list: 0xb7d84218 ***"

2005-09-15 Thread Ulf Rompe
Am Dienstag, den 06.09.2005, 18:49 +0530 schrieb Y Giridhar Appaji Nag:
> Ulf, can you please check if it works for you as well?

Sorry for the delay. Yes, the patch cures my problem!

Thank you very much,
-- 
Ulf Rompe



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



Bug#326007: imapfilter: Immediately aborts with "*** glibc detected *** corrupted double-linked list: 0xb7d84218 ***"

2005-09-01 Thread Ulf Rompe
Package: imapfilter
Version: 1:1.1-1
Severity: grave
Justification: renders package unusable

imapfilter dies after setting up an imap connection:

LANG=C imapfilter -v
S (3): * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE 
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION 
STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc.  See 
COPYING for distribution information.
C (3): 1000 CAPABILITY
S (3): 1000 OK CAPABILITY completed
C (3): 1001 STARTTLS
S (3): 1001 OK Begin SSL/TLS negotiation now.
C (3): 1002 CAPABILITY
S (3): 1002 OK CAPABILITY completed
*** glibc detected *** corrupted double-linked list: 0xb7df1218 ***
Aborted


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)

Versions of packages imapfilter depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  liblua50  5.0.2-5Main interpreter library for the L
ii  liblualib50   5.0.2-5Extension library for the Lua 5.0 
ii  libssl0.9.7   0.9.7g-1   SSL shared libraries

imapfilter recommends no packages.

-- no debconf information


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