cd /usr/src cvs update -rRELENG_4_4 -P -d make buildworld buildkernel shutdown now cd /usr/src make installworld installkernel mergemaster (適当にiとかdとかmとかする) sync;sync;sync reboot
こんにちわ。いっつもmuleを使っていましたが、 今度xemacsを使って見ようと思いました。 muleのカラフルな設定が気に入っていたので、 .emacsに ; ; set color mode if running under window system ; (cond (window-system (require 'hilit19))) とすると、 Can't open load file hilit19 と怒られます。 mule時代は全く同じことを書いていて、何も文句を言われなかったのに。 何故ですか?
w3mをportsからインストールして、 .emacsに (autoload 'w3m "w3m" "Interface for w3m on Emacs." t) (autoload 'w3m-find-file "w3m" "w3m interface function for local file." t) (autoload 'w3m-browse-url "w3m" "Ask a WWW browser to show a URL." t) (autoload 'w3m-search "w3m-search" "Search QUERY using SEARCH-ENGINE." t) (autoload 'w3m-weather "w3m-weather" "Display weather report." t) (autoload 'w3m-antenna "w3m-antenna" "Report chenge of WEB sites." t) と書いて、再起動してみて、 M-x w3m としたけど、 cannot open w3mといわれます。
HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin export HOME PATH
の下に、
# bookmarks ide cp /home/mako/.netscape/bookmarks.html /mnt/win/ide/documents/web_page/
と書きました。この後は、
# If there is a global system configuration file, suck it in. # if [ -r /etc/defaults/rc.conf ]; then . /etc/defaults/rc.conf source_rc_confs elif [ -r /etc/rc.conf ]; then . /etc/rc.conf fi
と続いています。
84 名前: 初心者 投稿日: 01/09/18 12:54
XF86Setup で XF86Config を設定し、startxで起動させようとしたのですが、 次のようなエラーがでてうまくいきません。 よろしければどなたか教えてもらえないでしょか? Fatal server error: no screens found ・・・
giving up. xinit: Connection refused (errno 61): unable to connent to X server xinit: No Such process (errno 3): Server error
です。
85 名前: 名無しさん@お腹いっぱい。 投稿日: 01/09/18 13:08
>>84 しらんけど、 no screens found があやしいと思わないか? XF86Confを見て見たら?
>>19 をみて4.4Rにupdateしようとしましたが、 2行目のコマンドをtryすると、 # cvs update -rRELENG_4_4 -P -d cvs update: in directory .: cvs update: ignoring CVS/Root because it specifies a non-existent repository /home/ncvs cvs update: No CVSROOT specified! Please use the `-d' option cvs [update aborted]: or set the CVSROOT environment variable. といわれます。 どこに問題がありますか?
めっせーじは以下の通りです。 BIOS drive A: is disk0 BIOS drive C: is disk1 Can't work out which disk we are booting from. Guessed BIOS device 0x8b not found by probes,defaulting to disk0
>>235 関係ありそうなところをちゃんと抜き出せているんだから、 (WW) Option ClearRTS not supported on this OS どうして、これを見てXF86Configから Options "ClearRTS" という行をコメントアウトしようという気にならないのか不思議だ。
A.ログをよく見てみよう。ワーニング(WW)やエラー(EE)の行の 直前にまずい設定をしてしまってることがある。 たとえば (**) Option "ClearRTS" (WW) Option ClearRTS not supported on this OS というログが出ているなら、XF86Configから Option "ClearRTS" の行をコメントアウトすれば幸せになれるかもしれない。
>>178 です。 4.4Rにupdateしようと思います。 /usr/share/examples/cvsup/stable-supfile の設定は、 ## *default host=cvsup2.jp.freebsd.org *default base=/usr *default prefix=/usr # The following line is for 4-stable. If you want 3-stable or 2.2-stable, # change "RELENG_4" to "RELENG_3" or "RELENG_2_2" respectively. *default release=cvs tag=RELENG_4 *default delete use-rel-suffix
# If your network link is a T1 or faster, comment out the following line. *default compress ## という感じです。 これで、 cvsup /usr/share/examples/cvsup/stable-supfile make buildworld buildkernel shutdown now cd /usr/src make installworld installkernel mergemaster (適当にiとかdとかmとかする) sync;sync;sync reboot という感じでいいのでしょうか?
>>342 # cd /var/db/pkg # ls いらないやつを # pkg_delete hogehoge
346 名前: 名無しさん@お腹いっぱい。 投稿日: 01/09/22 10:35
>>343 さん 有難う御座います。 /etc/rc.confは # -- sysinstall generated deltas -- # # Created: Sat May 12 10:27:32 2001 # Enable network daemons for user convenience. # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. hostname="***.***.***.***" ifconfig_dc0="DHCP" inetd_enable="YES" ipv6_enable="YES" lpd_enable="YES" kern_securelevel_enable="NO" keymap="jp.106" sendmail_enable="YES" sshd_enable="YES" usbd_enable="YES" linux_enable="YES" ipv6_enable="YES" # -- sysinstall generated deltas -- # sshd_enable="YES"
こんにちは。xemacsをインストールしようと以下の手順を行いました。 # cd /usr/ports/japanese/xemacs21-canna # make install ===> Patching for ja-xemacs-canna-21.1.14 ===> Applying FreeBSD patches for ja-xemacs-canna-21.1.14 File to patch:
今、/usr/portsからjapanese/xemacs21.1-cannaをまたインストール しました。そしたら今度はこのようなメッセージが出て来ます。 これってどのようにしたらいいのかなあ? 38 Emacs Lisp load-path shadowings were found Building finder database ...
xemacs exiting.Opening input file: No such file or directory, /usr/local/lib/xemacs/site-lisp/sdic-compat.el *** Error code 255
Stop in /usr/ports/japanese/xemacs21-canna/work/xemacs-21.1.14. *** Error code 1
Stop in /usr/ports/japanese/xemacs21-canna. *** Error code 1
Stop in /usr/ports/japanese/xemacs21-canna. *** Error code 1
Stop in /usr/ports/japanese/xemacs21-canna.
370 名前: 名無しさん@お腹いっぱい。 投稿日: 01/09/22 18:59
もともと入ってるxemacsとconflictしてるんじゃねーの? # cd /var/db/pkg; pkg_delete *xemacs* で全部消してからやってみたら?
add 1000 skipto 9000 ルール色々 out via $oif keep-state add 1010 skipto 9000 ... : add 2000 divert natd all from any to any in via $oif ルール色々 add 9000 divert natd all from any to any out via $oif ルール色々
hoge:/usr/ports/graphics>grep -nR DVD */pkg-descr libdvdcss/pkg-descr:1:libdvdcss is a simple library designed for accessing DVDs like a block device libdvdread/pkg-descr:1:This is needed by ogle, which is a DVD player that supports DVD menus vcdimager/pkg-descr:3:VCD players or DVD players. BIN/CUE images can be burned with cdrdao. vlc/pkg-descr:8:to play MPEG2 streams from a hard disk or a DVD. vlc/pkg-descr:13:information about MPEG and DVD playing. Have a look at the documentation xine/pkg-descr:10:xine can play Video CDs and DVDs directly (but only unlocked, unencrypted xine/pkg-descr:11:DVDs for obvious - legal - reasons, see the FAQ or homepage for a
Invalid command or syntax. Type `?' for help. config> q avail memory = 503214080 (491420K bytes) Preloaded elf kernel "kernel" at 0xc0325000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc032509c. Preloaded elf module "snd_cmi.ko" at 0xc03250ec. Preloaded elf module "snd_pcm.ko" at 0xc032518c. Using $PIR table, 6 entries at 0xc00f13e0
pci1: <PCI bus> on pcib2 pci1: <SiS model 6300 VGA-compatible display device> at 0.0 irq 11 pcm0: <CMedia CMI8738> port 0x9800-0x98ff irq 10 at device 5.0 on pci0
>>583http://xfree86.org/4.1.0/Status17.html >4.1.0: > Support (accelerated) for the Intel i740 is provided by the > "i740" driver, and support for the Intel i810 (including > i810-dc100 and i810e) and i815 is provided by the "i810" > driver. The "i810" driver is currently supported only on Linux > and FreeBSD (4.1 and later), and requires AGP GART kernel > support.
しかし、nescapeだとできなくなりました(突然そうなりました) logを見るとこんなことになってます。 Format of data that was input differs といわれても、どこを変えたから出来なくなったのかわかりません。 最近の設定も元に戻したりして、いろいろやり直したんだけど。 なにか、心当たりのある方おられませんか?
Photo Image Print System PM-770C Version 1.2 GNU Ghostscript: Unrecoverable error, exit code 1 PIPS Error : STDIN : Format of data that was input differs [1] Wrote 1 pages, 14398 bytes
下記のdmesgはslot0にカードを入れてリブートしました。 立ち上がりましたらslot1にカードを入れましたが pccardd[94] No card in database for "(null)"("(null)") で認識してもらえず...
---dmesg Preloaded elf kernel "kernel" at 0xc044d000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc044d09c. md0: Malloc disk npx0: <math processor> on motherboard npx0: INT 16 interface isa0: <ISA bus> on motherboard fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 atkbd0: <AT Keyboard> flags 0x4 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> pcic0: <Intel i82365> at port 0x3e0 iomem 0xd0000 on isa0 pcic0: Polling mode pccard0: <PC Card bus -- kludge version> on pcic0 pccard1: <PC Card bus -- kludge version> on pcic0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: cannot reserve I/O port range ad0: 1551MB <IBM-DDLA-21620> [3152/16/63] at ata0-master BIOSPIO Mounting root from ufs:/dev/ad0s1a pccard: card inserted, slot 0 ed1 at port 0x240-0x25f iomem 0xd4000-0xd7fff irq 5 slot 0 on pccard0 ed1: address **:**:**:**:**:**, type NE2000 (16 bit) pccard: card inserted, slot 1 pccard: card removed, slot 1 pccard: card inserted, slot 1 pccard: card removed, slot 1 pccard: card inserted, slot 1
This driver is modified by Realtek Semiconductor corp. and it has been tested OK on FreeBSD 4.3. Because the FreeBSD kernel has a default Rtl8139C driver, this default driver will be loaded even though the NIC on your computer is Rtl8139C+ (because they have the same vender ID and device ID). To use the new features of 8139C+, you need to update your NIC driver and recompile your FreeBSD kernel.
The main steps you have to do:(FreeBSDSrcDir means the directory of FreeBSD source code and it may be "/usr/src/sys")
0.Replace your NIC with 8139C+. 1.copy if_rl.c and if_rlreg.h to /FreeBSDSrcDir/pci directory 2.copy rl directory to /FreeBSDSrcDir/modules directory 3.recompile your kernel (you must install your FreeBSD source code first !!)
# cd /usr/src/sys/i386/conf # /usr/sbin/config GENERIC # cd ../../compile/GENERIC # make depend # make # make install # reboot
Q:How to check whether my new driver is working ? A:Use the "dmesg|more" command and if you can see "<RealTek 8139C+ 10/100BaseTX>" then it is working. --
やはり、 * The RealTek 8139 PCI NIC redefines the meaning of 'low end.' This is * probably the worst PCI ethernet controller ever made, with the possible * exception of the FEAST chip made by SMC. The 8139 supports bus-master * DMA, but it has a terrible interface that nullifies any performance * gains that bus-master DMA usually offers. こういう煽りを書かれて黙ってられなかったのか。(わら
4.4今インストールしました。 apacheを/stand/sysinstall でapacheを入れたんですが起動しようと思うと hogehoge# /usr/local/sbin/apachectl start [Sat Oct 6 23:21:20 2001] [alert] httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName /usr/local/sbin/apachectl start: httpd could not be started というような感じです。 なにが悪いのでしょうか? よろしくおねがいします。
make buildkernelをしているのですが 毎回 ===> ipfilter make: don't know how to make /usr/src/sys/modules/ipfilter/../../contrib/ipfilte r/netinet/mlfk_ipl.c. Stop *** Error code 2 と止まってしまいます。