Hans Hübner | 9 Mar 12:22
Picon
Gravatar

Problem with CVS cron job

Message from syslogd <at> tiger at Mar  9 03:20:44 ...
 cvs: error (1, 0) called recursively.  Original message was:
Message from syslogd <at> tiger at Mar  9 03:20:44 ...
 cvs: cvs [checkout aborted]: flow control EOF
Message from syslogd <at> tiger at Mar  9 03:20:44 ...
 cvs: error (1, 0) called recursively.  Second message was:
Message from syslogd <at> tiger at Mar  9 03:20:44 ...
 cvs: cvs [checkout aborted]: received broken pipe signal

Any thoughts?
Hans Hübner | 1 Mar 03:24
Picon
Gravatar

PGP key

Hi guys,

does anyone here feel strongly about the PGP key requirement for new
users?  Given that asdf-install is dead and the common-lisp.net key
ring does not fulfull any useful purpose, I would like to change the
new user shell script so that instead of requiring a PGP key, a ssh
public key would be required and be used to grant the new user access.
 The password would be left empty (password, ha!).

Any objections?  Please speak up.  Otherwise I'll make the change.

-Hans
Zach Beane | 23 Feb 01:06
Gravatar

CVS problem

Whenever I try to "cvs export" something, I get this:

  cvs [export aborted]: unrecognized auth response from common-lisp.net:
  cvs pserver: /project/adw-charting/cvsroot/CVSROOT/config [14]:
  warning: duplicate LogHistory entry found

I get this regardless of what repo I'm trying to export. For example, I
have the message with beirc.

What can I do to troubleshoot?

Thanks,
Zach
Marco Antoniotti | 1 Feb 14:09
Picon

ELS 2012, Zadar, Croatia

Apologies for the multiple postings. 

PAPER SUBMISSION DEADLINE EXTENDED 

European Lisp Symposium 2012, Zadar, Croatia, April 30th - May 1st, 2012 

http://european-lisp-symposium.org 

The purpose of the European Lisp Symposium is to provide a forum for 
the discussion and dissemination of all aspects of design, 
implementation and application of any of the Lisp and Lisp-inspired 
dialects, including Common Lisp, Scheme, Emacs Lisp, AutoLisp, ISLISP, 
Dylan, Clojure, ACL2, ECMAScript, Racket, SKILL, and so on. We 
encourage everyone interested in Lisp to participate. 

The main theme of the 2012 European Lisp Conference is 
"Interoperability: Systems, Libraries, Workflows".  Lisp based and 
functional-languages based systems have grown a variety of solutions 
to become more and more integrated with the wider world of Information 
and Communication Technologies in current use.  There are several 
dimensions to the scope of the solutions proposed, ranging from 
"embedding" of interpreters in C-based systems, to the development of 
abstractions levels that facilitate the expression of complex context 
dependent tasks, to the construction of exchange formats handling 
libraries, to the construction of theorem-provers for the "Semantic 
Web".  The European Lisp Symposium 2012 solicits the submission of 
papers with this specific theme in mind, alongside the more 
traditional tracks which have appeared in the past editions. 

We invite submissions in the following forms: 
(Continue reading)

Raymond Toy | 12 Jan 05:21
Picon

trac ticket mailing lists not working?

Just noticed that the trac ticket mailing list doesn't seem to be
working for cmucl.  According to the list archives (cmucl-ticket), the
last ticket emailed was in June 2011.  But there have been more tickets
created or modified since then, but I haven't received any emails about
them.

Is it a config problem for cmucl, or does it affect other projects?

Ray
Erik Huelsmann | 7 Jan 20:44
Picon
Gravatar

log rotation of trac logs

As Raymond Toy already pointed out earlier, we had lots of huge logs
of Trac laying around in our file systems. Today, I set up logrotation
for trac.log in all projects. The total size of the files was
instantly reduced from >800MB to < 44MB!

It doesn't seem useful to me to retain the logs longer than 4 months,
so I set up weekly rotation with 17 weeks of history.

Bye,

Erik.
Raymond Toy | 7 Jan 19:05
Picon

Update trac mercurial to 0.11.0.8 or later?

Can we update trac mercurial to 0.11.0.8 or later?  I'm getting the
error messages as mentioned in http://trac.edgewall.org/ticket/8897.

I don't see anything bad happening, but the log file fills up pretty
quickly with the error messages.

I tried to update it myself using the trac admin interface to plugins,
but it complains that it's already installed.

Ray
Jean-Claude Beaudoin | 23 Dec 12:56
Picon

Oldish homepage?

What has happened to the http://common-lisp.net/ homepage?
It seems to have reverted to an old (2003 it says on it) version
without links to the list of projects or anything else of the site
for that matter.  The change happened a few days ago.

Cheers,

Jean-Claude Beaudoin

_______________________________________________
clo-devel mailing list
clo-devel <at> common-lisp.net
http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
Raymond Toy | 16 Dec 07:35
Picon

Huge trac.log's

Just noticed that there are huge trac.logs.  The cmucl trac log is 225
MB.  The oct and f2cl logs are huge too.

Is there any script available to rotate the logs?

Ray
Anthony Ventimiglia | 16 Dec 02:55
Picon

Revamping an old account

Hi guys,


A long time ago in a galaxy not so far away, I was once a member and developer on Common-lisp.net

I've been working on a few things and in the process I've resurrected my old project CLHP. I'm currently working on a private git repository which I converted from my original cvs. But I plan on making a new release in the not so distant future. In the long term I think I'll probably set up my own server serving actual clhp pages, but I'd like to keep things on common-lisp.net as well.

My email accounts that everything was forwarded to back then have long gone away. So it's kind of hard to "prove" my identity.

IIRC we did things through PGP back in the day. I have an old backup of my PGP keys from that time, however I don't remember the passphrase I used back then for that key. I'd like to know if there's any way I can get back my old accounts and continue to use your servers for future work with CLHP.

Thanks 

Anthony Ventimiglia
_______________________________________________
clo-devel mailing list
clo-devel <at> common-lisp.net
http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
Raymond Toy | 3 Dec 18:26
Picon

Making project backups?

For a long time, I made project backups by just rsync'ing the project
directories (once a month).  This works fine, and still does.  However,
backing up the trac database is a bit problematic.  According to
<http://trac.edgewall.org/wiki/TracBackup>, you need to use trac-admin
to lock the database and make a copy.

I guess I can use a cronjob for that periodically and have my rsync job
pull that version, but I was wondering how others handled backups.

Ray

Gmane