(2005-08の一覧)
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

2005-08-03 Wed (他の年の同じ日: 2007)

samba3 インストール・ユーザ設定
2005-08-03-2 / カテゴリ: [linux][debian][samba] / [permlink]

インストールはsargeがtestingだったときと同じ[2004-06-16-2]なので略。って、1年以上昔じゃん^^;

ユーザ設定は、woody の頃(1.x)は /etc/samba/smbpasswd だったのが、/var/lib/samba/passdb.tdb に変更されている。
でもって、aptitude install での debconf で "create samba password database" に yes で答えると、(多分)/etc/passwd 全員分のデータが入るので、困る場合はいったん削除(リネーム)して、新たにユーザ登録したほうが良いかも
# smbpasswd -a zaki
(ユーザ zaki を登録する場合)
そーすれば、/var/lib/samba/passdb.tdb が新規に生成される。

samba 自体の設定は /etc/samba/smb.conf で変わらず。

xfce4 インストール
2005-08-03-1 / カテゴリ: [linux][debian][X] / [permlink]

新サーバは、軽いとうわさの xfce4 を入れてみることにする。まぁ、wmaker にちょっと飽きたというのもある…^^;
# aptitude install xfce4

libpango1.0-common についての debconf
Do you want to entrust font management to defoma?
(*Yes / No)
Yes で

x-ttcidfont-conf についての debconf
Backend to use for TrueType handling on X:
(*freetype / xtt)
xtt で

…なんか足りない気がする。

# aptitude install xserver-xfree86

xserver-xfree86 の debconf
Attempt to autodetect video hardware?
(Yes / *No)
Yes がラクそーだけど…

Please select the XKB rule set to use.: xfree86
Please select your keyboard variant.: NULL
Please select your keyboard options.: ctrl:nocaps ... と思ったけど、HHKB Lite2 だからNULL :p
Please choose your mouse port.: /dev/psaux (defaultは/dev/input/miceだったけど、、、どうなんだろ)
Please choose the entry that best describes your mouse.: ImPS/2
Is your monitor an LCD device?: No (週末買っておけばよかった…)
Please choose a method for selecting your monitor characteristics.: Medium
Please select your monitor's best video mode.: 1024x768 @ 60Hz
Select the video modes you would like the X server to use.: 1024x768
Please select you desired default color depth in bits.: 24

で、インストール。

Auto 選択したハードウェア設定は、ちゃんと Identifier: "Matrox Graphics, Inc. MGA G400 AGP", Driver: "mga" で認識されてた :D

で、
$ startx
だめです。

Fatal server error:
could not open default font 'fixed';
the X servers font paths might be misconfigured, remote font server(s)
may be unreachable, and/or local fonts may not be installed or are not
configured correctly.

あぁ、
# aptitude install xfonts-base xfonts-100dpi xfonts-75dpi

で、startx で、X/xfce4 は起動。

んで、xterm しか入ってないので、
# aptitude install rxvt-ml

と、、コンソールで他バイト文字が化けるから LANG=C でやってて気づかなかったが、デフォルトで日本語化されてるっぽい? LANG=ja_JP.EUC-JP で startx すると、ボタン類が豆腐状態に^^;

フォント関連のインストールは、東風じゃなくてさざなみを使うのが今風なのかな…? って、パッケージ一覧には東風もあるなぁ。まぁ、さざなみ使ってみるか。
# aptitude install ttf-sazanami-gothic ttf-sazanami-mincho xfont
s-a12k12 xfonts-intl-japanese xfonts-marumoji
日本語表示OK!
画像

あとは、設定の[ユーザ・インターフェイス設定]で、フォントを好きなのに替えた。
前の日 / 次の日 / 最新 / 2005-08

2013 : 01 02 03 04 05 06 07 08 09 10 11 12
2012 : 01 02 03 04 05 06 07 08 09 10 11 12
2011 : 01 02 03 04 05 06 07 08 09 10 11 12
2010 : 01 02 03 04 05 06 07 08 09 10 11 12
2009 : 01 02 03 04 05 06 07 08 09 10 11 12
2008 : 01 02 03 04 05 06 07 08 09 10 11 12
2007 : 01 02 03 04 05 06 07 08 09 10 11 12
2006 : 01 02 03 04 05 06 07 08 09 10 11 12
2005 : 01 02 03 04 05 06 07 08 09 10 11 12
2004 : 01 02 03 04 05 06 07 08 09 10 11 12

最終更新時間: 2013-05-02 16:12