Language:
switch to room list switch to menu My folders
Go to page: First ... 89 90 91 92 [93] 94 95 96 97 ... Last
[#] Tue Oct 25 2011 10:41:21 PM EDT from IGnatius T Foobar @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]


I sure wish I was coding, but there's so much else to work on right now...

I spent the evening redesigining the front page of http://www.citadel.org

The page looks a little more modern now. It's tough, as a hacker, for me to reduce the amount of information on that front page. I want to give everyone as much as I can right away. But, business sense and a review of what others are doing seem to dictate that the front page should just capture viewers' attention and then lead them to more information.

So, that big banner which takes up most of the screen will eventually rotate between three or four different banners, each highlighting a different reason why you should use Citadel.

One of them might even jump on the cloud computing hypewagon and point out that Citadel integrates perfectly with "infrastructure as a service" architectures.
The tag line will of course be "Castle on a Cloud" <big stupid grin>

[#] Wed Oct 26 2011 11:37:24 AM EDT from Stefan @ Uncensored

Subject: webcit logging questions

[Reply] [ReplyQuoted] [Headers] [Print]

Hi,

how does webcit 8.0 log? I found out that the options -t and -x are still working and the specified files are created. That seams odd, as webcit doesn't use them.

The syslog facilities are user and daemon. But what are the severities?

Where should the default log go, or do we use the distribution defaults?

Thanks

Stefan



[#] Wed Oct 26 2011 11:06:33 PM EDT from IGnatius T Foobar @ Uncensored

Subject: Re: webcit logging questions

[Reply] [ReplyQuoted] [Headers] [Print]

Ooops. Gotta remove those command line options.

citserver and webcit both use syslog() now.

Each program is also set up so that if run in the foreground, it will log to stderr as well.

[#] Thu Oct 27 2011 10:17:56 AM EDT from Stefan @ Uncensored

Subject: Re: webcit logging questions

[Reply] [ReplyQuoted] [Headers] [Print]

The documentation for the following option is missing in webcit/README.txt:

-h home_dir
-d
-D path
-T val

The default http_port is 2000 and not 80 as mentioned.



[#] Fri Oct 28 2011 07:31:40 AM EDT from dothebart @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

should we link this howto on our site referencing those imap copy tools?

http://www.howtoforge.com/how-to-migrate-mailboxes-between-imap-servers-with-imap-tools



[#] Wed Oct 26 2011 11:08:43 PM EDT from jame @ CobWeb

Subject: Re: Net::Citadel

[Reply] [ReplyQuoted] [Headers] [Print]

 

All,

   As I mentioned I was going to do, I have started work on packaging Net::Citadel for Debian. 



Now, how to proceed with getting into Debian?   I could see about getting it into the support by the Debian Perl team (which I've been planning to join in any case).  OTOH, it is Citadel specific and when I first brought up packaging it for Debian, I was under the impression that it would or could be supported by the Debian Citadel packaging team in some way.

 

Note that I also found a minor bug in the documentation, which I've already submitted at CPAN.

 

 

Jame

 



[#] Fri Nov 04 2011 06:01:25 AM EDT from dothebart @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

whew. deleting my trashbin with 2k messages happenes in the time of an eye twinkle on release 8 webcit :]



[#] Sun Nov 06 2011 07:15:25 AM EST from dothebart @ Uncensored

Subject: citadel 8 <-> phpimap fuckup...

[Reply] [ReplyQuoted] [Headers] [Print]

hm, so I did a little debugging with squirrelmail.

this is the message it spills:

Body retrieval error. The reason for this is most probably that the message is malformed.
Command: FETCH 4738 BODY[2]
Response: OK
Message: UID FETCH completed
FETCH line: * 1 FETCH (UID 4738 shgixsgi

thats whats on the wire:

#
T 127.0.0.1:34997 -> 127.0.0.1:143 [AP]
A006 UID FETCH 4738 BODY[2].

##
T 127.0.0.1:143 -> 127.0.0.1:34997 [AP]
* 1 FETCH (UID 4738 shgixsgi.
BODY[2] {0}.
).
A006 OK UID FETCH completed.

 

the plain text body is

shgixsgi

which it seems was requested.

if I get that correctly, that body isn't supposed to be inside of that line?

need to compare with 7.8x... any hints?



[#] Sun Nov 06 2011 03:15:51 PM EST from dothebart @ Uncensored

Subject: Re: citadel 8 <-> phpimap fuckup...

[Reply] [ReplyQuoted] [Headers] [Print]

ok, found & fixed.

hope that this is all.



[#] Wed Nov 09 2011 03:54:14 AM EST from Stefan @ Uncensored

Subject: systemd

[Reply] [ReplyQuoted] [Headers] [Print]

Hi,

I'm looking into systemd stuff right now. I'm not sure if citadel is "systemd ready" (I haven't tested it yet), but this document (http://0pointer.de/public/systemd-man/daemon.html) describes systemd's requirements on a daemon. May be it's of interest for someone.

Regards
Stefan



[#] Wed Nov 09 2011 07:57:59 AM EST from dothebart @ Uncensored

Subject: Re: systemd

[Reply] [ReplyQuoted] [Headers] [Print]

 

Wed Nov 09 2011 03:54:14 EST from Stefan @ Uncensored Subject: systemd

Hi,

I'm looking into systemd stuff right now. I'm not sure if citadel is "systemd ready" (I haven't tested it yet), but this document (http://0pointer.de/public/systemd-man/daemon.html) describes systemd's requirements on a daemon. May be it's of interest for someone.

Regards
Stefan



fuckers.

http://refspecs.freestandards.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/iniscrptact.html

redirects to http://www.linuxfoundation.org/



[#] Fri Nov 11 2011 10:54:53 AM EST from Stefan @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

Hi,

there seams to be a bug with the citserver's "-h <homedir>" option.

When calling:

# citserver -d -h /my/dir

I get the log message:

unable to change into directory [/var/run/citadel/my/dir/]: No such file or directory

The /var/run/citadel prefix seams wrong.

Regards
Stefan



[#] Fri Nov 11 2011 11:04:06 AM EST from Stefan @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

Hi,

is citserver's "-t <trace_file>" option still supported?

When calling:

# citserver -d -t/tmp/test -lmail -x3

then the file "/tmp/test" is created, but is empty and stays empty.

Regards

Stefan



[#] Sat Nov 12 2011 06:06:42 AM EST from dothebart @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

-D will print out all directories calculated

a leading / should make -h absolute, without relative.



[#] Sun Nov 13 2011 10:52:31 AM EST from jame @ Rocasa Mail System

Subject: Re:

[Reply] [ReplyQuoted] [Headers] [Print]

 

Fri Nov 11 2011 10:54:53 AM EST from Stefan @ Uncensored
unable to change into directory [/var/run/citadel/my/dir/]: No such file or directory

The /var/run/citadel prefix seams wrong.

Regards
Stefan



What does the "-D" option show for that? 

 



[#] Tue Nov 15 2011 02:03:09 PM EST from Stefan @ Uncensored

Subject: Re:

[Reply] [ReplyQuoted] [Headers] [Print]

Sun Nov 13 2011 10:52:31 ESTfrom jame @ Rocasa Mail System Subject: Re:

 What does the "-D" option show for that?

Strange. I can not reproduce the problem. Forget it.



[#] Tue Nov 15 2011 02:04:13 PM EST from Stefan @ Uncensored

[Reply] [ReplyQuoted] [Headers] [Print]

IG: What about citserver's "-t <trace_file>" option? Should it still work?



[#] Tue Nov 15 2011 02:25:36 PM EST from Stefan @ Uncensored

Subject: systemd

[Reply] [ReplyQuoted] [Headers] [Print]

Hi devs,

I attached a systemd service file. If you think that file is OK, then add it to the source tarball, please.

There is a small problem with systemd: As far as I know it's not possible to print a message to stdout/stderr while starting a service. A user who is starting an unconfigured citserver will not be notified that something went wrong.

----------------
# systemctl start citadel.service
# echo $?
0
# systemctl status citadel.service
...
Active: failed ...
Main PID: 5616 (code=exited, status=101) ...

# tail -7 /var/log/maillog
citserver[5617]: *** Citadel server engine v8.01 (build (unknown)) ***
citserver[5617]: Copyright ...
citserver[5617]: This programm ...
citserver[5617]:
citserver[5617]: Called as: /usr/sbin/citserver
citserver[5617]: libcitadel(unnumbered)
citserver[5617]: Loading citadel.config

# citserver -d -lmail -x3 -h
# echo $?
0
# tail -1 /var/log/mail
citserver[5631]: Loading citadel.config
----------------

citserver should not quit with a return code of 0, because that would suggest that it started properly.

citserver should log that it could not open citadel.config, and may log a hint to run 'citadel-setup'.

Best regards
Stefan



citadel.service (application/octet-stream, 966 bytes) [ View | Download ]
[#] Tue Nov 15 2011 02:32:28 PM EST from Stefan @ Uncensored

Subject: systemd and citadel-setup

[Reply] [ReplyQuoted] [Headers] [Print]

Hi,

With systemd there is no need for a init file or links to it in the rc.? directories. As citadel-setup doesn't know anything about systemd it will create the init file (that's fatal) and/or suggest to create the links and will fail with:

Error

failed to set system V init links

that's not fatal, but will irritate the user.

Regards
Stefan



[#] Sun Nov 20 2011 04:34:09 PM EST from jame @ Rocasa Mail System

Subject: Re: Net::Citadel

[Reply] [ReplyQuoted] [Headers] [Print]

 

Mon Oct 17 2011 06:05:01 AM EDT from jame Subject: Net::Citadel
   As I mentioned I was going to do, I have started work on packaging Net::Citadel for Debian. ....
Packaging for Net::Citadel is being done as the package libnet-citadel-perl under the auspices of the Debian Perl Team.  The status of the package can be seen by going to http://pet.debian.net/pkg-perl/pet.cgi and searching for the package name.
 
 
Jame
 


Go to page: First ... 89 90 91 92 [93] 94 95 96 97 ... Last