[餅] 餅空 blog / Nucleus支店

2006-06-05

Debian backports

 先月(?)くらいから http://www.jp.backports.org/ に繋がらなくなってしまったので、/etc/apt/sources.list を変更しました。

deb http://www.jp.backports.org/debian/ sarge-backports main contrib non-free
deb-src http://www.jp.backports.org/debian/ sarge-backports main contrib non-free
#deb http://www.jp.backports.org/debian/ sarge-backports main contrib non-free
#deb-src http://www.jp.backports.org/debian/ sarge-backports main contrib non-free
deb http://backports.mithril-linux.org/ sarge-backports main contrib non-free
deb-src http://backports.mithril-linux.org/ sarge-backports main contrib non-free
 http://www.backports.org/から探し始めたんだけど、ミラーのリストが古すぎて役に立ちません。

 stable - Debian GNU/Linux スレッドテンプレを参考にしました。
10:11:21 - mochy - No comments

2006-06-04

SuSE Linux 10.x をpxeブートでネットワークインストール

 SuSE Linuxをpxeでブートしてネットワークインストールするための(自分のための)覚え書き。

PXELinux

SuSE Linux 10.0
http://download.opensuse.org/distribution/SL-10.0-OSS/
SuSE Linux 10.1
http://download.opensuse.org/distribution/SL-10.1/
SuSE Linux 10.x 開発版(おそらく10.2になる)
http://download.opensuse.org/distribution/SL-OSS-factory/

ミラーサーバ
ftp.kddilabs.jp
http://ftp.kddilabs.jp/Linux/distributions/opensuse/distribution/
ftp.riken.go.jp (factory版無し)
http://ftp.riken.go.jp/pub/Linux/opensuse/distribution/

/etc/dhcpd.conf
host suse10.0-ts {
filename "opensuse/pxelinux.0";
next-server "192.168.x.x";
}

/tftboot/opensuse/pxelinux.cfg/default
default suse10.1

label suse10.0
kernel linux10_0
append initrd=initrd10_0 splash=silent showopts install=http://ftp.kddilabs.jp/Linux/distributions/opensuse/distribution/SL-10.0-OSS/inst-source/ hostip=192.168.x.x netmask=255.255.255.0 gateway=192.168.x.x nameserver=192.168.x.x

label suse10.1
kernel linux10_1
append initrd=initrd10_1 splash=silent showopts install=http://ftp.kddilabs.jp/Linux/distributions/opensuse/distribution/SL-10.1/inst-source/ hostip=192.168.x.x netmask=255.255.255.0 gateway=192.168.x.x nameserver=192.168.x.x

label susefactory
kernel linux_factory
append initrd=initrd_factory splash=silent showopts install=http://ftp.kddilabs.jp/Linux/distributions/opensuse/distribution/SL-OSS-factory/inst-source/ hostip=192.168.x.x netmask=255.255.255.0 gateway=192.168.x.x nameserver=192.168.x.x

prompt 1
timeout 0
 10.1にはPlesk8がインスコできなかったので10.0も必要かな、と。また、kddilabs.jpを選択したことに他意は無い。本来は同じLAN内のサーバにコピーを用意するべき。

10.0 (x86)
http://download.opensuse.org/distribution/SL-10.0-OSS/inst-source/boot/loader/linux
http://download.opensuse.org/distribution/SL-10.0-OSS/inst-source/boot/loader/initrd

10.1 (x86)
http://download.opensuse.org/distribution/SL-10.1/inst-source/boot/i386/loader/linux
http://download.opensuse.org/distribution/SL-10.1/inst-source/boot/i386/loader/initrd

10.1 (x86_64)
http://download.opensuse.org/distribution/SL-10.1/inst-source/boot/x86_64/loader/initrd
http://download.opensuse.org/distribution/SL-10.1/inst-source/boot/x86_64/loader/linux

10.x開発版 (x86)
http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/boot/i386/loader/linux
http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/boot/i386/loader/initrd

10.x開発版 (x86_64)
http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/boot/x86_64/loader/initrd
http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/boot/x86_64/loader/linux
[Read More!]
11:03:17 - mochy - 2 comments

2006-06-02

Nucleusのウェブサーバをlighttpdに移行

 Apache2からlighttpdに移行してみました。

 pukiwikiは楽に移行でき(外部プラグインがmod_rewriteを使ってたので、そこだけ若干修正)、NucleusはfancyURLで使っている ForceTypeディレクティブで苦しんだものの、なんとか動くようになりました。

 どうしたかについては後でこの下に書く、と。さて、忘れないうちに書いておこう。 [Read More!]
05:47:00 - mochy - No comments