Your message dated Sat, 4 Feb 2006 16:38:33 +0100
with message-id <[EMAIL PROTECTED]>
and subject line [EMAIL PROTECTED]: Bug#350630: fixed]
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
>From [EMAIL PROTECTED] Wed Dec 28 09:04:13 2005
Received: (at submit) by bugs.debian.org; 28 Dec 2005 17:04:13 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from walter.medienlabor.de ([83.136.81.104])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1Ereii-0003Bm-Pl
        for [EMAIL PROTECTED]; Wed, 28 Dec 2005 09:04:13 -0800
Received: from dude.localguru.de (tun.bi.localguru.de [192.168.100.2])
        by walter.medienlabor.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id 
jBSH4ABm029754
        (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL)
        for <[EMAIL PROTECTED]>; Wed, 28 Dec 2005 18:04:10 +0100
Received: from cramer.localguru.de (cramer.localguru.de [192.168.1.20])
        (authenticated bits=0)
        by dude.localguru.de (8.13.4/8.13.4/Debian-3) with ESMTP id 
jBSH4AGc005442
        for <[EMAIL PROTECTED]>; Wed, 28 Dec 2005 18:04:10 +0100
Subject: working kronolith.sql for postgres; fixes events not
        saved/displayed
From: Marcus Schopen <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Content-Type: text/plain
Date: Wed, 28 Dec 2005 18:04:09 +0100
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.4.1 
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-milter (http://www.amavis.org/)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: kronolith
Version: 1.1.4-2

if using the standard kronolith.sql in
"/usr/share/doc/kronolith/examples/scripts/drivers/" with postgres
(7.4.7-6sarge1) no sequence table "kronolith_events_seq" will be created
(check /var/log/postgresql/postgres.log for errors) . 
  Therefore events will be saved, but not stored to database. These
lines (at the end of kronolith.sql) will help:

 CREATE SEQUENCE kronolith_events_seq; 
 GRANT SELECT, INSERT, UPDATE, DELETE ON kronolith_events_seq TO horde;

This is a working kronolith.sql for postgres:

-------------------
-- $Horde: kronolith SQL table for postgresql, Schoppa 28.12.2005
<[EMAIL PROTECTED]>

CREATE TABLE kronolith_events (
    event_id BIGINT DEFAULT 0 NOT NULL,
    calendar_id VARCHAR(255) NOT NULL,
    event_description TEXT,
    event_location TEXT,
    event_keywords TEXT,
    event_exceptions TEXT,
    event_title VARCHAR(80),
    event_category VARCHAR(80),
    event_recurtype VARCHAR(11) DEFAULT '0',
    event_recurinterval VARCHAR(11),
    event_recurdays VARCHAR(11),
    event_recurenddate TIMESTAMP,
    event_start TIMESTAMP,
    event_end TIMESTAMP,
    event_alarm INT DEFAULT 0,
    event_modified INT NOT NULL,

    PRIMARY KEY (event_id)
);

CREATE INDEX kronolith_calendar_idx ON kronolith_events (calendar_id);
GRANT SELECT, INSERT, UPDATE, DELETE ON kronolith_events TO horde;
CREATE SEQUENCE kronolith_events_seq;
GRANT SELECT, INSERT, UPDATE, DELETE ON kronolith_events_seq TO horde;
-------------------

-- 
   Hobbes: What would you call the creation of the universe?  
   Calvin: The Horrendous Space Kablooie!



--- End Message ---
--- Begin Message ---
>From [EMAIL PROTECTED] Sat Feb 04 07:37:14 2006
Received: (at 345044-done) by bugs.debian.org; 4 Feb 2006 15:37:14 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from c-adt-5.ataco.se ([213.115.168.248] helo=bixbite.opalsys.net)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1F5PTM-000184-27; Sat, 04 Feb 2006 07:37:12 -0800
Received: from ola by bixbite.opalsys.net with local (Exim 4.50)
        id 1F5PUf-0000aX-L0; Sat, 04 Feb 2006 16:38:33 +0100
Date: Sat, 4 Feb 2006 16:38:33 +0100
From: Ola Lundqvist <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: [EMAIL PROTECTED]: Bug#350630: fixed]
Message-ID: <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Closing the bugs now as the packages have been removed from Debian.

----- Forwarded message from Debian Archive Maintenance <[EMAIL PROTECTED]> 
-----

Envelope-to: [EMAIL PROTECTED]
Delivery-date: Thu, 02 Feb 2006 16:12:02 +0100
From: Debian Archive Maintenance <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: melanie $Revision: 1.44 $
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED],
        [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED],
        [EMAIL PROTECTED],
        [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED]
Subject: Bug#350630: fixed
X-Spam-Score: -2.5 (--)
X-Spamcheck-provider: Checked for spam by opalsys.net, [EMAIL PROTECTED]

We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

    horde2 |    2.2.9-1 | source, all
      imp3 |    3.2.8-3 | source, all
 kronolith |    1.1.4-4 | source, all
     mnemo |    1.1.4-1 | source, all
       nag |    1.1.3-1 | source, all
sork-accounts |    2.1.2-2 | source, all
sork-forwards |    2.2.2-2 | source, all
sork-passwd |    2.2.2-2 | source, all
sork-vacation |    2.2.2-3 | source, all
     turba |    1.2.5-3 | source, all

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)


----- End forwarded message -----

-- 
 --------------------- Ola Lundqvist ---------------------------
/  [EMAIL PROTECTED]                     Annebergsslingan 37      \
|  [EMAIL PROTECTED]                 654 65 KARLSTAD          |
|  +46 (0)54-10 14 30                  +46 (0)70-332 1551       |
|  http://www.opal.dhs.org             UIN/icq: 4912500         |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---------------------------------------------------------------

--- End Message ---

Reply via email to