]
トップ «前の日記(2004-09-04) 最新 次の日記(2004-09-06)» 編集

Yukiharu YABUKI の tDiary



このtDiaryを検索します。

2004-09-05 [長年日記]

_ 天気

はれ

_ [DPiS] bacula-director-pgsql - Network backup, recovery and verification (Director daemon)

The Bacula Director service supervises all the backup, restore, verify and archive operations. The system administrator uses the Director to schedule backups and to recover files. The Director can run as a daemon or as a service (i.e. in the foreground)

This version stores Bacula's Catalog in a PostgreSQL server, and thus is suited for largish installations.

kbys さんと Director の検討もする.

_ [DPiS] bacula-wxconsole - Network backup, recovery and verification (Console, Gnome version)

The new WX-Console allows the administrator or user to communicate with the Bacula Director. It provides a graphical interface to the backup/restore operations.

This GUI interface has been designed to ease restore operations as much as possible as compared to the "conventional" console.

_ [Debian] upgrade

devfsdをつかっているとkernelの起動オプションに"devfs=mount"をいれよとのdebconfのメッセージがでている./boot/gurb/menu.lst を編集し,対応した.

_ I got cvs account

Account manager accept proposal account name. I should be reading (http://sysadmin.gnome.org/users/security.html)

_ [Debian] /etc/init.d/module-init-tools

#!/bin/sh -e
 
# Silently exit if the kernel does not support modules or needs modutils.
[ -f /proc/modules ] || exit 0
[ ! -f /proc/ksyms ] || exit 0
[ -x /sbin/depmod ] || exit 0
 
PATH="/sbin:/bin"
 
KVER=$(uname -r)
if [ -w /lib/modules/$KVER/ ]; then
  echo -n "Calculating module dependencies... "
  depmod --quick
  echo "done."
else
  echo "Not running depmod because /lib/modules/$KVER/ is not writeable."
fi
 
if [ -e /etc/modules-$KVER ]; then
  MODULES_FILE=/etc/modules-$KVER
elif [ -e /etc/modules-2.6 ]; then
  MODULES_FILE=/etc/modules-2.6
else
  MODULES_FILE=/etc/modules
fi
 
# Loop over every line in /etc/modules.
echo 'Loading modules...'
grep '^[^#]' $MODULES_FILE | \
while read module args; do
  [ "$module" ] || continue
  echo "    $module"
  modprobe $module $args || true
done
echo "All modules loaded."
 
# Just in case a sysadmin prefers generic symbolic links in
# /lib/modules/boot for boot time modules we will load these modules.
boot="$(modprobe --list --type boot)"
for d in $boot; do
    mod="${d##*/}"
    mod="${mod%.ko}"
    modprobe "$mod"
done
exit 0

_ I went to kobe.

神戸へ. フォーマル度数の高い黒のストレートチップをget. 神戸のドイツ料理屋さんのGGCにて、AGWの方々が宴会している所へ参加した. この時に一回目の地震を感じた. その後、移動して神戸のアレゲエリアをひさびさに一緒に見た. 地震があったので会社へよって無事を確認. 帰宅する.

_ Earthquake

家で靴を磨いていたら, 本日,2回地震に合う. うーん, 神戸の震災の記憶がよみがえる. TVの情報などをみると、震度3ぐらいらしいのだが.