最新版はこちら。 突っ込みは各日付の BBS エントリのほか、 メール (nakano@st.seikei.ac.jp) や フォーム からどうぞ。 なおスパム除けのため、BBS 機能には 緩い認証を入れて います。 検索エンジンから来た方は、エンジンの方のキャッシュを見るか、 下の簡易検索を試してみてください。
|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||||
babaserv:/etc/apt# apt-get install apt Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: The following packages have unmet dependencies: apt: Depends: libc6 (>= 2.7-1) but 2.3.6.ds1-13etch9 is to be installed Depends: libstdc++6 (>= 4.2.1) but it is not going to be installed kernel-package: Depends: gcc but it is not going to be installed or c-compilerでいきなり躓く。
# apt-get install apt libc6 libstdc++6で通った。ええんかな。 その後 upgrade → dist-upgrade までは順調。ただし texlive-*-doc がデカくて強烈にウザい。 さきに --download-only してから始めるべきだった。
smbldap-useradd -a -u UID -g users -G "Domein Users" -d /home/UNAME UNAMEというような感じで追加しておく。
コンパネ→管理ツール→コンピュータの管理→ローカルユーザーとグループ→グループより "Power Users" のプロパティを開け、"BABALAB\Domain Users" を追加してあげると、だいたい良い感じになるっぽい。 なお "Administrators" には、もともと "BABALAB\Domain Admins" が登録されてるので、 samba サーバで
smbldap-groupmod -G "Domain Admins" UNAMEをしてあげれば、そのユーザはドメインの全マシンで管理者権限となる模様。 これは危険だが。