delphij's Chaos

A script to update site periodically through CVSup(R)

• Development

The script I am using for updating my own website(s) is not quite complex, it is here:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#!/bin/sh
# Detect and update the files
#
# $Phantasm$

CVSROOT="/home/ncvs"
SUPFILE="/home/delphij/cvsup/supfile-delphijweb"
LOCKFILE="/home/delphij/cvsup/cvsup-lock"

if [ -f ${CVSROOT}/CVSROOT/commitlogs/have_updates ]
then
	rm ${CVSROOT}/CVSROOT/commitlogs/have_updates
	cvsup -1gL 2 ${SUPFILE}
fi

Of course you need some CVSROOT scripts to get it work, but the idea is not too complex.

参与评论

平淡的浪漫zz

• Shared Chaos

发信人: jiejie (jiejie), 信区: love
标 题: 平淡的浪漫
发信站: 知新园 (Sat Oct 2 15:40:09 2004)

  今天去学校北门早市去买水果的时候碰到一对老年夫妻,大概七十多岁的样子,丈夫是花白的头发,妻子则已经是满头白发了。

阅读全文… ( 本文约 704 字,阅读大致需要 2 分钟 )

5.3-RC1 today

• Development

Today FreeBSD will have its 5.3-RC1 if there is no other problem occours. I have sent a private mail to Doug Barton about a strange issue I have in BIND9, however, it does seem to be serious enough nor it is clear to determine the impact. I may post it later on a public list.

5.3-RC1 is also the point that I can suggest you to install 5-STABLE instead of 4-STABLE because most of the show-stopping issues are addressed and being corrected.

参与评论

beastie.frontfree.net is now running bind 9.3

• Networking

I finally got beastie.frontfree.net running bind 9.3 (as FreeBSD 5.3-BETA7 does, which is chroot’ed by default). While this is accomplished primarily with help of src/UPDATING’s instructions and Doug Barton’s excellent mergemaster(8). BIND stands for “Berkeley Internet Name Daemon” and is the de-facto standard of DNS implementation.

阅读全文… ( 本文约 95 字,阅读大致需要 1 分钟 )

歇斯底里的Load

• Life

一台正常运行的*nix机器,在满负荷运转的时候的load是1.0。

我们这里有4台机器,负载是1000。

经过近乎疯狂的整治,第一天将负荷降到了0.7,但第二天终于还是绷不住了,基本维持在100左右。中秋节发短信的人真多啊……

阅读全文… ( 本文约 175 字,阅读大致需要 1 分钟 )

David to became my mentor for the next week

• Life

As Murray is moving, David E. O’Brien would be my mentor for the next week. My pending commit queue is on my freefall home directory. Among this, I have patch-handbook_update and patch-cron the first priority. The latter needs more review, though.

参与评论

delphijfork 20040927 released

• Kernel

As always, it’s available at ftp.freebsdchina.org/china_ports/delphijfork.

I have adopted all RELENG_5 features here, bind9, etc. Also the delphijfork features are retained.

参与评论