Debian GNU/Linux スレッド Ver. 8

このエントリーをはてなブックマークに追加
1シャー前スレの1ではない
前スレ
Debian GNU/Linux スレッド Ver.7
http://pc.2ch.net/test/read.cgi/linux/1018445203/
過去ログ、Debian関連サイトは大体>>2-10
2シャー前スレの1ではない:02/05/12 18:03 ID:PW60jHiM
過去ログ
Debian GNU/Linux スレッド Ver.7
http://pc.2ch.net/test/read.cgi?bbs=linux&key=999724231&ls=50
Debian GNU/Linux スレッド! Ver.2
http://cocoa.2ch.net/linux/kako/992/992323048.html
Debian GNU/Linux スレッド!
http://cocoa.2ch.net/linux/kako/980/980163775.html
UNIX板旧スレッド
http://cocoa.2ch.net/unix/kako/970/970632381.html
3前スレの1ではない:02/05/12 18:06 ID:PW60jHiM
過去ログ
Debian GNU/Linux スレッド! Ver.5
http://pc.2ch.net/test/read.cgi/linux/1011766081/


Debian Project オフィシャルサイト
http://www.debian.org/

Debian-JP Project オフィシャルサイト
http://www.debian.or.jp/

『改訂版 Debian GNU/Linux 徹底入門 potato対応』情報ページ
http://www.topstudio.co.jp/~kmuto/debian/

今日から本情報ページ 2.2
http://www.shishamo.com/~yoshio/debook2/

Debian 初級からの脱出
http://debian.g-com.ne.jp/

The Linux Japanese FAQ Project
http://www.linux.or.jp/JF/JFdocs/INDEX-JF.html

略語の解説
http://www.debian.or.jp/devel/abbreviation.html

Debian 便利ワザ集
http://www.linux.or.jp/JF/JFdocs/debiantips.html

パッケージ検索
http://packages.debian.org/

バグ追跡システム (BTS)
http://bugs.debian.org/

日本語 ML 検索
http://www.debian.or.jp/search/

本家 ML 検索
http://lists.debian.org/search.html
4login:Penguin:02/05/12 18:07 ID:QHkS90E1
5前スレの1ではない:02/05/12 18:11 ID:PW60jHiM
Tips

コマンドやファイルがどのパッケージに入ってるか探すには、
#apt-get install auto-apt
#auto-apt update
#auto-apt search コマンドやファイル名

あるパッケージに入ってるファイルの一覧は
# dpkg -L パッケージ名

パッケージに自分で修正を加えたかったら。(例、xsnow)
$ apt-get source xsnow
$ cd xsnow-1.42
ホゲる
$ dch
$ dpkg-buildpackage -rfakeroot
パケジ作成終了

$ sudo dpkg -i ../xsnow*.deb
か、
# dpkg -i ../xsnow*.deb

buildするのにパケジが足りないと言われたら、(xsnowだと、xlibs-devとか)
# apt-get build-dep xsnow
6login:Penguin:02/05/12 18:12 ID:zwLiGouu
二枚目のLANボードをさして、tulipドライバをインストールしようとしたら、

Device or Resource busy.
Hint: this error can be caused by incorrect module parameters,
including invalid IO or IRQ parameters.

というエラーが出てきました。
PCIスロットの空きがないので、場所を変えずにインストールしたいのですが、
なにか方法はありませんか?
2枚目のNICが認識してくれなくて困ったという経験のある人はいませんか?
誰か教えてください。
7:02/05/12 18:14 ID:zwLiGouu
その2枚目のLANボードは、一枚目と違うものを買ってきたのですが、
同じのを買いなおしてくればドライバのインストールはしなくてもいいんですか?

それとも何か設定は必要なのですか? どうなんでしょう。
8別スレの1:02/05/12 18:21 ID:PW60jHiM
『potato 用 /etc/apt/sources.list』

deb http://近くのringサーバ/pub/linux/debian/debian potato main contrib
non-free
deb http://近くのringサーバ/pub/linux/debian/debian-non-US potato/non-US
main contrib non-free
deb http://近くのringサーバ/pub/linux/debian/debian-jp potato-jp main
contrib non-free
deb http://近くのringサーバ/pub/linux/debian/debian dists/
potato-proposed-updates/
deb http://近くのringサーバ/pub/linux/debian/debian-non-US dists/
potato-proposed-updates/
deb http://近くのringサーバ/pub/linux/debian/debian-jp dists/
potato-jp-proposed-updates/
deb http://security.debian.org/ potato/updates main contrib non-free

potato 用 XFree86 4.1.0
deb http://people.debian.org/~cpbotha xf410_potato/all/
deb http://people.debian.org/~cpbotha xf410_potato/i386/

詳しくはここ↓
http://www.topstudio.co.jp/~kmuto/debian/column/xf40.html
9別スレの1:02/05/12 18:22 ID:PW60jHiM
woody 用 /etc/apt/souces.list navi2ch付き

deb http://近くのringサーバ/pub/linux/debian/debian woody main contrib
non-free
deb http://近くのringサーバ/linux/debian/debian-jp woody-jp main contrib
non-free
deb http://近くのringサーバ/linux/debian/debian-non-US woody non-US/main
non-US/contrib non-US/non-free
deb http://近くのringサーバ/pub/linux/debian/debian-jp dists/
proposed-updates-jp/
deb http://近くのringサーバ/pub/linux/debian/debian-non-US dists/
proposed-updates/
10login:Penguin:02/05/12 18:22 ID:QHkS90E1
111:02/05/12 18:24 ID:PW60jHiM
>>8>>9 ちょっと変だった。スマソ。
『potato 用 /etc/apt/sources.list』
deb http://近くのringサーバ/pub/linux/debian/debian potato main contrib non-free
deb http://近くのringサーバ/pub/linux/debian/debian-non-US potato/non-US main contrib non-free
deb http://近くのringサーバ/pub/linux/debian/debian-jp potato-jp main contrib non-free
deb http://近くのringサーバ/pub/linux/debian/debian dists/potato-proposed-updates/
deb http://近くのringサーバ/pub/linux/debian/debian-non-US dists/potato-proposed-updates/
deb http://近くのringサーバ/pub/linux/debian/debian-jp dists/potato-jp-proposed-updates/
deb http://security.debian.org/ potato/updates main contrib non-free

potato 用 XFree86 4.1.0
deb http://people.debian.org/~cpbotha xf410_potato/all/
deb http://people.debian.org/~cpbotha xf410_potato/i386/

詳しくはここ↓
http://www.topstudio.co.jp/~kmuto/debian/column/xf40.html


### woody 用 /etc/apt/souces.list navi2ch付き
deb http://近くのringサーバ/pub/linux/debian/debian woody main contrib non-free
deb http://近くのringサーバ/linux/debian/debian-jp woody-jp main contrib non-free
deb http://近くのringサーバ/linux/debian/debian-non-US woody non-US/main non-US/contrib non-US/non-free
deb http://近くのringサーバ/pub/linux/debian/debian-jp dists/proposed-updates-jp/
deb http://近くのringサーバ/pub/linux/debian/debian-non-US dists/proposed-updates/
121:02/05/12 18:25 ID:PW60jHiM
翻訳されたパッケージファイルの使用法:
あなたの /etc/apt/sources.lists の "先頭" に以下の行のいずれかを、
あなたの使用しているリリース ("potato"、"woody"、"sid") に合わせて追加してください。
翻訳作業に参加してくださる方は、3行とも記述してください。

deb http://ftp.jp.debian.org/debian-ddtp ja/potato main
deb http://ftp.jp.debian.org/debian-ddtp ja/woody main
deb http://ftp.jp.debian.org/debian-ddtp ja/sid main

その後 'apt-get update' すれば、全てのツール (dselect, gnome-apt, deity, ...) で翻訳済の説明文を使用できます。
131:02/05/12 18:27 ID:PW60jHiM
woody/sidにこれも追加かな?
deb http://近くのringサーバ/pub/linux/debian/debian dists/proposed-updates/

sidのapt-line
deb http://core.ring.gr.jp/pub/linux/debian/debian sid main contrib non-free
deb http://core.ring.gr.jp/pub/linux/debian/debian-non-US sid non-US/main non-US/contrib non-US/non-free
deb http://core.ring.gr.jp/pub/linux/debian/debian-jp sid-jp main contrib non-free

woodyでsidのパッケージを借りるには
http://lists.debian.or.jp/debian-users/200104/msg00270.html
141:02/05/12 18:28 ID:PW60jHiM
忘れちゃったのとか

ORCAネタはORCAスレで
http://pc.2ch.net/test/read.cgi/linux/1006685378/


Debian セキュリティマニュアル
http://www.debian.org/doc/manuals/securing-debian-howto/

Debian CD
http://www.debian.org/CD/


#navi2ch-cvs
deb http://navi2ch.sourceforge.net/debian ./

#debuan
deb http://www.debuan.org/ ./

#flash plugin
deb http://marillat.free.fr/ unstable main

#java
deb ftp://ftp.lab.kdd.co.jp/Linux/java-linux/debian woody non-free
15login:Penguin:02/05/12 18:39 ID:CyAWw66p
>>14
> #flash plugin
> deb http://marillat.free.fr/ unstable main
sid ならこれは不要。
woody には入るかな?
http://packages.debian.org/flashplugin
16login:Penguin:02/05/12 18:41 ID:xgUWho3/
>>1
おつかれ− ・・・

(´-`).。oO(誰にも文句言われないスレ立てって結構気使いそう。漏れは敬遠しちゃうな・・・)
171:02/05/12 18:45 ID:PW60jHiM
>>16
実は重複スレだったりする………。スマソ。
http://pc.2ch.net/test/read.cgi/linux/1020967965/l50
に行ってくれ。
181:02/05/12 18:46 ID:PW60jHiM
重複スレ
http://pc.2ch.net/test/read.cgi/linux/1020967965/l50
が本スレ

重複スレ
http://pc.2ch.net/test/read.cgi/linux/1020967965/l50
が本スレ

重複スレ
http://pc.2ch.net/test/read.cgi/linux/1020967965/l50
が本スレ

削除依頼出してきます。
19981:02/05/12 18:55 ID:PW60jHiM
>>6>>7
http://pc.2ch.net/test/read.cgi/linux/1018445203/984-
にコピペしました。


重複スレ
http://pc.2ch.net/test/read.cgi/linux/1020967965/l50
が本スレ

重複スレ
http://pc.2ch.net/test/read.cgi/linux/1020967965/l50
が本スレ

重複スレ
http://pc.2ch.net/test/read.cgi/linux/1020967965/l50
が本スレ

削除依頼出してきます。

201:02/05/12 19:03 ID:PW60jHiM
>>6>>7
http://pc.2ch.net/test/read.cgi/linux/1018445203/984-
にコピペしました。
http://pc.2ch.net/test/read.cgi/linux/1020967965/61-
にもコピペしました。


重複スレ
http://pc.2ch.net/test/read.cgi/linux/1020967965/l50
が本スレ

重複スレ
http://pc.2ch.net/test/read.cgi/linux/1020967965/l50
が本スレ

重複スレ
http://pc.2ch.net/test/read.cgi/linux/1020967965/l50
が本スレ

削除依頼出してきます。
211:02/05/12 19:05 ID:PW60jHiM
ageちゃったヨ。

>>6>>7
http://pc.2ch.net/test/read.cgi/linux/1018445203/984-
にコピペしました。
http://pc.2ch.net/test/read.cgi/linux/1020967965/61-
にもコピペしました。

221:02/05/12 19:05 ID:PW60jHiM
ageちゃったヨ。

>>6>>7
http://pc.2ch.net/test/read.cgi/linux/1018445203/984-
にコピペしました。
http://pc.2ch.net/test/read.cgi/linux/1020967965/61-
にもコピペしました。

重複スレ
http://pc.2ch.net/test/read.cgi/linux/1020967965/l50
が本スレ

削除依頼出してきます。
231:02/05/12 19:14 ID:PW60jHiM
このスレは重複スレです。

>>6>>7
http://pc.2ch.net/test/read.cgi/linux/1018445203/984-
にコピペしました。
http://pc.2ch.net/test/read.cgi/linux/1020967965/61-
にもコピペしました。

http://pc.2ch.net/test/read.cgi/linux/1020967965/l50
が本スレ

削除依頼出してき「ました。」
真・スレッドストッパー。。。( ̄ー ̄)ニヤリッ