Here are questions and answers about FreeBSD for beginners.
You are not require to read neither the handbook nor old logs,
but just write your question frankly, but the official language
for FreeBSD users is English even for Japanese users.
Also you don't have to show the "how to repeat" information nor
the error message, because the esper will presume it.
The FreeBSD Project
http://www.freebsd.org/ja/
FreeBSD handbook
http://www.freebsd.org/doc/ja/books/handbook/
old logs
http://www9.atwiki.jp/freebsd/
previous thread (part 107)
http://pc12.2ch.net/test/read.cgi/unix/1272187442/
探検
FreeBSD Q&A for beginners, part 108
1名無しさん@お腹いっぱい。
2010/07/15(木) 10:51:15111名無しさん@お腹いっぱい。
2010/08/10(火) 13:49:38 yes, you can.
2010/08/10(火) 14:04:22
>>111
Huh? the subject is not "you"
Huh? the subject is not "you"
2010/08/10(火) 23:29:46
You and me, Me and you
Let's rock'n'roll.
Let's rock'n'roll.
2010/08/11(水) 13:51:20
So say we all
2010/08/11(水) 15:34:40
She never eats noni.
2010/08/11(水) 19:24:10
>>110
freebsd isn't made for such a client use.
freebsd isn't made for such a client use.
117名無しさん@お腹いっぱい。
2010/08/12(木) 07:07:44 really ? if so, why freebsd has such x gnome and kde ports ?
118名無しさん@お腹いっぱい。
2010/08/18(水) 18:57:12 >>117
those are for compiling use.
the users would just compile them and satisfied and never use them.
those are for compiling use.
the users would just compile them and satisfied and never use them.
2010/08/18(水) 19:45:13
えっと、ここでいいんですか?
NetBSD ゆらいの LACP 使ったリンクアグリゲーションがうまく動かないんです
passive に設定できないんですけど…
つか、 passive に設定するコマンドインターフェースすらないように見える
# なにぶんFteeBSDは初心者なもの
NetBSD ゆらいの LACP 使ったリンクアグリゲーションがうまく動かないんです
passive に設定できないんですけど…
つか、 passive に設定するコマンドインターフェースすらないように見える
# なにぶんFteeBSDは初心者なもの
120名無しさん@お腹いっぱい。
2010/08/19(木) 21:56:11 Please answer to >>13. Doesn't anyone know about it ?
2010/08/19(木) 22:44:10
>>120 What is glxgear?
2010/08/19(木) 22:46:16
>>121
I mean glxgear[s], right ?
I mean glxgear[s], right ?
2010/08/20(金) 09:10:33
>99 >119
>90
>90
124名無しさん@お腹いっぱい。
2010/08/24(火) 20:42:21 glxgears reports 60 or 75 or something like that, low value, why ?
125名無しさん@お腹いっぱい。
2010/08/30(月) 21:51:02 >>124
coz Ur video card is poor.
coz Ur video card is poor.
2010/08/31(火) 08:03:09
>>125
No. OpenGL itself works very fast. I need more clever someone to answer.
No. OpenGL itself works very fast. I need more clever someone to answer.
127名無しさん@お腹いっぱい。
2010/09/03(金) 17:56:51 Sorry to bother you with a newbie question,
where is the freebsd install CD or DVD image
with full set of X, gnome and kde.
I would like to install freebsd on my PC
in a completely off-line environment.
I don't want to download anything additional,
but install just with the CD or DVD containing
the full set of X, gnome and kde.
Where is it? Any helps, appreciate
where is the freebsd install CD or DVD image
with full set of X, gnome and kde.
I would like to install freebsd on my PC
in a completely off-line environment.
I don't want to download anything additional,
but install just with the CD or DVD containing
the full set of X, gnome and kde.
Where is it? Any helps, appreciate
128名無しさん@お腹いっぱい。
2010/09/04(土) 18:37:09 Which is strong freebsd jail or linux xen ?
129名無しさん@お腹いっぱい。
2010/09/05(日) 20:49:50 >>127
FreeBSD is not designed to use in such an off-line environment.
FreeBSD is not designed to use in such an off-line environment.
130名無しさん@お腹いっぱい。
2010/09/06(月) 19:42:34 I installed FreeBSD-8.1 and found all the binaries link to libc.so.7 rather than libc.so.8.
Funny, mistake numbered ? Is it a bug ?
Funny, mistake numbered ? Is it a bug ?
131名無しさん@お腹いっぱい。
2010/09/07(火) 19:55:47 >>130
maybe your install cd was 7.x
maybe your install cd was 7.x
132名無しさん@お腹いっぱい。
2010/09/08(水) 19:01:52133名無しさん@お腹いっぱい。
2010/09/10(金) 04:02:54 ワロタ
こんなことしてっから過疎るんだろw
こんなことしてっから過疎るんだろw
2010/09/10(金) 13:59:46
違うよ 過疎っているから何やっても問題ないんだよ
2010/09/10(金) 17:43:55
だって全部自作自演だもん
136名無しさん@お腹いっぱい。
2010/09/10(金) 19:34:08 >>130
Yes, it is a bug. You should send-pr about it.
Yes, it is a bug. You should send-pr about it.
137名無しさん@お腹いっぱい。
2010/09/13(月) 17:00:13 To alt-228,
use shell as follows:
while :; do command; sleep 5; done
use shell as follows:
while :; do command; sleep 5; done
2010/09/14(火) 21:56:37
>>137
Don't say "shell", idiot !
Don't say "shell", idiot !
139名無しさん@お腹いっぱい。
2010/09/15(水) 16:13:53 to-alt-239
set StrictHostKeyChecking "no" at ssh_config to avoid asking.
and always remove $HOME/.ssh/known_hosts before ssh login.
Use shell below:
#!/bin/sh
rm $HOME/.ssh/known_hosts
ssh "$@"
set StrictHostKeyChecking "no" at ssh_config to avoid asking.
and always remove $HOME/.ssh/known_hosts before ssh login.
Use shell below:
#!/bin/sh
rm $HOME/.ssh/known_hosts
ssh "$@"
2010/09/15(水) 19:12:33
>>139
Don't say "shell", idiot !
Don't say "shell", idiot !
2010/09/15(水) 20:02:40
The "J" thread is too low intelligent.
You don't need to get any keys for .ssh/known_hosts.
new keys are automatically written into known_hosts
whenever you have a new ssh connection to every server.
You don't need to get any keys for .ssh/known_hosts.
new keys are automatically written into known_hosts
whenever you have a new ssh connection to every server.
2010/09/16(木) 06:26:14
143名無しさん@お腹いっぱい。
2010/09/17(金) 11:33:14 To J-263
don't need to use sed. just rm whole file $HOME/.ssh/known_hosts
don't need to use sed. just rm whole file $HOME/.ssh/known_hosts
2010/09/17(金) 18:23:43
>>143
moreover that, J-263 mistakes sed command.
s/^$1.*/d/ will substitute the line to letter "d".
it doesn't delete the line !!
moreover that, J-263 mistakes sed command.
s/^$1.*/d/ will substitute the line to letter "d".
it doesn't delete the line !!
145名無しさん@お腹いっぱい。
2010/09/18(土) 01:42:10 J-270, We already pointed out that.
Or you probably stole >>144 .
Or you probably stole >>144 .
146名無しさん@お腹いっぱい。
2010/09/20(月) 22:05:22 -> J279 J276
This is an ESPer thread. You can write your question here.
No panic message nor back trace is required.
This is an ESPer thread. You can write your question here.
No panic message nor back trace is required.
2010/09/21(火) 12:53:19
lol
148名無しさん@お腹いっぱい。
2010/10/14(木) 20:52:44 J456 doesn't know multi-process, sigh
2010/10/15(金) 10:04:48
>148
Is this your question?
Is this your question?
2010/10/15(金) 19:02:21
マルチだかネズミだか知んないけどよー
151名無しさん@お腹いっぱい。
2010/10/17(日) 11:58:20 freebsd is a sort of server OS that isn't used as a dhcp client.
2010/10/17(日) 16:38:20
そんな眠い事言ってるからXXXXなんだよ!
問1 XXXXに適した文字列を答えよ
問1 XXXXに適した文字列を答えよ
2010/10/18(月) 09:05:13
Don't try to use NFS on FreeBSD.
2010/10/18(月) 21:28:27
Have the NFS lock problem been solved ?
2010/10/19(火) 19:42:06
I recommend a book "You Can Quit Using NFS in a Week"
156名無しさん@お腹いっぱい。
2010/10/28(木) 20:59:14 he knows such a thing. he asks why does the symlink loop as the result of "make" > J530
157名無しさん@お腹いっぱい。
2010/11/09(火) 18:29:39 yes, it's faster when ipv6 is disabled
158名無しさん@お腹いっぱい。
2010/11/16(火) 22:54:38 Don't "make" anything as root, sucks!
159名無しさん@お腹いっぱい。
2010/11/29(月) 09:38:22 J809, don't talk newbie!
J808 is talking about connecting to BIOS on serial console.
It's impossible with normal PCs.
How do you J809 connect to such PCs BIOS from TeraTerm ??
J808 is talking about connecting to BIOS on serial console.
It's impossible with normal PCs.
How do you J809 connect to such PCs BIOS from TeraTerm ??
2010/11/29(月) 12:39:28
ここは独り言のスレか?
2010/11/29(月) 15:58:35
idiot ! J809 the TeraTerm'er
2010/12/02(木) 11:22:09
ZFS is too heavy, memory pig, buggy.
163名無しさん@お腹いっぱい。
2010/12/03(金) 15:53:13 Using FreeBSD 8.1-RELEASE, how can I send a binary file as an attachment by mail(1) ?
2010/12/03(金) 15:55:55
$ uuencode binfile binfile |mail toaddress
2010/12/03(金) 15:59:54
2010/12/03(金) 16:02:39
受信側はメールクライアントなに使ってんの?
2010/12/03(金) 16:07:51
As a matter of course OE.
2010/12/03(金) 16:28:19
>>163
You can try like this:
$ hexdump -C binary | mail hoge@example.com
It's not a random character file, it's meaningful, your receiver will understand what it is.
You can try like this:
$ hexdump -C binary | mail hoge@example.com
It's not a random character file, it's meaningful, your receiver will understand what it is.
2010/12/03(金) 17:21:43
>>167
無問題
無問題
170名無しさん@お腹いっぱい。
2011/01/07(金) 17:44:58 freebsd can't handle UPnP. you should give it up > J42
2011/01/07(金) 19:36:32
一ヶ月もどこ行ってたんだよ
172名無しさん@お腹いっぱい。
2011/01/08(土) 19:25:08 J63 says "256MB at maximum" > J65
173名無しさん@お腹いっぱい。
2011/01/08(土) 20:47:59 HAHA!!
174名無しさん@お腹いっぱい。
2011/01/20(木) 14:57:53 ports is obsolete. why not using ./configure
2011/01/20(木) 19:26:08
autoconf 使うバカがいたのか
2011/01/20(木) 19:35:19
you J145 J147 J148 should laugh at yourself. it's not the problem.
2011/01/20(木) 20:22:38
二週間ぶりかな?
折角のネタスレなんだからもっと頑張って欲しいね。
折角のネタスレなんだからもっと頑張って欲しいね。
2011/01/20(木) 20:56:06
wanna delete a file in a tar, but since it seems freebsd's tar has no delete option, how can i delete it without this option ?
2011/01/20(木) 21:15:50
2011/01/20(木) 21:18:42
>>178
At first, take off your clothes.
At first, take off your clothes.
2011/01/20(木) 21:21:32
Then fold the clothes orderly.
2011/01/20(木) 21:27:02
Make some coffee.
2011/01/20(木) 21:30:35
Pour the coffee on the orderly folded clothes.
2011/01/20(木) 21:33:53
Then wear the clothes with coffee poured on.
2011/01/20(木) 22:17:22
tell me the way to reflect "/etc/rc.conf" without reboot
186名無しさん@お腹いっぱい。
2011/01/20(木) 22:35:19 age
2011/01/20(木) 23:29:55
>>180-185
I took off my clothes and folded, made coffee, poured it on my clothes and wore them, but couldn't delete a file in a tar. why ?
I took off my clothes and folded, made coffee, poured it on my clothes and wore them, but couldn't delete a file in a tar. why ?
2011/01/21(金) 16:35:22
>185
restart related daemons
restart related daemons
2011/01/21(金) 16:39:31
>>188
i'm afraid that isn't help me. i want to make sure if /etc/rc.conf is correct.
manually restart related daemons doesn't solve the question.
i'm afraid that isn't help me. i want to make sure if /etc/rc.conf is correct.
manually restart related daemons doesn't solve the question.
2011/01/21(金) 16:57:57
>>185
Only to avoid reboot, you can type "init 1" to switch to single user mode and then type init 3 to multi user mode.
All daemons will start as subject to /etc/rc.conf.
Only to avoid reboot, you can type "init 1" to switch to single user mode and then type init 3 to multi user mode.
All daemons will start as subject to /etc/rc.conf.
2011/01/21(金) 17:06:26
>>190
RETURN to LINUX board, freebsd has no such commands like "init 3"
RETURN to LINUX board, freebsd has no such commands like "init 3"
2011/01/21(金) 18:35:35
kill -HUP 1 ?
2011/01/21(金) 18:50:51
>>192
no, HUP will rescan the ttys only.
no, HUP will rescan the ttys only.
194名無しさん@お腹いっぱい。
2011/01/22(土) 08:46:32 >>190-191
even on freebsd, "init 1" can work and can switch to single user mode.
then just exit the single user shell instead of "init 3".
even on freebsd, "init 1" can work and can switch to single user mode.
then just exit the single user shell instead of "init 3".
195名無しさん@お腹いっぱい。
2011/01/23(日) 16:41:46 replace all user-land commands with GNU's -> J167
196名無しさん@お腹いっぱい。
2011/01/27(木) 22:21:04 >>192
you might want to say "kill -TERM 1".
you might want to say "kill -TERM 1".
2011/01/27(木) 22:28:01
kill -1 プロセスID のつもりが kill 1 としてしまい
"あああああ" となる事はまれによくある
"あああああ" となる事はまれによくある
198age
2011/01/27(木) 22:42:53 アージュ
199名無しさん@お腹いっぱい。
2011/01/30(日) 20:43:38 well-trained freebsd fanatics don't use "init 1".
200age
2011/01/30(日) 21:47:12 アージュ
201名無しさん@お腹いっぱい。
2011/02/03(木) 20:18:38 i hate ports dont u ?
2011/02/11(金) 02:11:50
You shuld ten made to be.
2011/02/11(金) 09:43:36
天まで飛べ
204名無しさん@お腹いっぱい。
2011/02/11(金) 16:38:00 >>202 "shuld" ???
you should learn english.
you should learn english.
2011/02/11(金) 17:20:04
engrish だから
2011/02/12(土) 11:45:28
well-trained freebsd fanatics don't use JDK.
207名無しさん@お腹いっぱい。
2011/02/21(月) 20:09:35.65 freebsd isn't designed for japanese -> J350
208名無しさん@お腹いっぱい。
2011/02/23(水) 19:28:42.92 >> J374
all-20110131.tar.bz2 can't work for a certain video file.
all-20100303.tar.bz2 is better though it is older and corrupted.
i don't know why all-20100303.tar.bz2 size is truncated now.
all-20110131.tar.bz2 can't work for a certain video file.
all-20100303.tar.bz2 is better though it is older and corrupted.
i don't know why all-20100303.tar.bz2 size is truncated now.
209名無しさん@お腹いっぱい。
2011/03/08(火) 20:38:03.34 a bpf programmer doesn't know a cast operator.
210名無しさん@お腹いっぱい。
2011/03/08(火) 23:21:21.32 (+Φ Φ) ・・・
レスを投稿する
ニュース
- 🇺🇸🇨🇳米中関係は「極めて強固」とトランプ氏… ★4 [BFU★]
- 🇺🇸🇨🇳米中関係は「極めて強固」とトランプ氏… ★3 [BFU★]
- 【野球】大谷翔平、WBC出場を正式表明! 「日本を代表して再びプレー嬉しく思う」 侍ジャパンで世界一連覇狙う★2 [冬月記者★]
- 日米首脳、電話で緊密な連携確認 台湾答弁協議の有無明言せず… [BFU★]
- 【速報】外務次官が中国大使と面会 [蚤の市★]
- きょう日米電話首脳会談で調整…トランプ大統領が中国・習主席との電話会談受け高市首相に説明か 台湾問題の認識は… [ぐれ★]
- 高市早苗、トランプに電話会談でガチギレされた模様wwwwwwwwwwwww会見で半泣きだったという情報も [271912485]
- 【悲報】高市早苗をコントロールしてる男が見つかる🥺 [616817505]
- 高市、国連の全ての加盟国に「私悪くないもん」という趣旨の迷惑メールを送付 [931948549]
- 【あっ…】トランプと習近平、ガッツリ握手。高市早苗、ガチで終了。 [153490809]
- 自分から挨拶する奴ってダサいよなw
- 小野田大臣「山上はただのテロリスト」政府によってテロリスト公認 [245325974]
