免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2101 | 回复: 4
打印 上一主题 下一主题

痛哭流涕。。。。。内核编译无防火墙选项 编译后却很多功能无法实现 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-11-12 12:11 |只看该作者 |倒序浏览
失败 真是失败 编译内核以后 开机自动PPP不行了 手动却可以启动 而且PPP共享也没了 想恢复默认的内核却发现已经被覆盖了。。。。。。。
请问
1如何能弄到刚装好系统以后的默认内核???
2如何查看防火墙是否启动?如何在编译内核时候把它咔嚓掉?



谢谢。。。。。。。。

论坛徽章:
0
2 [报告]
发表于 2007-11-12 12:24 |只看该作者
ftp中的bsd这个文件应该是默认内核!

另外在定制的时候最好不要直接在GENERIC上修改,应该复制一份!
在复制出来的那个文件上修改!
安装的时候目前有两个方法,一个是手动复制,这个要注意备份,另一个是用make install安装,旧的内核会备份为/obsd
防火墙的设置似乎在conf/GENERIC里!
具体路经参考GENERIC里的这句!
include        "../../../conf/GENERIC"

稍微具体点的可以参考这里!
http://bbs.chinaunix.net/thread-1014507-1-1.html

论坛徽章:
0
3 [报告]
发表于 2007-11-12 12:28 |只看该作者
这个就是我的内核 貌似大哥说的这句阿

machine                i386
cpu                I686_CPU
ident                SUPERMANBAR

# To statically compile in device wiring instead of /boot/device.hints
#hints                "GENERIC.hints"                # Default places to look for devices.

makeoptions        DEBUG=-g                # Build kernel with gdb(1) debug symbols

options         SCHED_4BSD                # 4BSD scheduler
options         PREEMPTION                # Enable kernel thread preemption
options         INET                        # InterNETworking
options         FFS                        # Berkeley Fast Filesystem
options         SOFTUPDATES                # Enable FFS soft updates support
options         UFS_ACL                        # Support for access control lists
options         UFS_DIRHASH                # Improve performance on big directories
options         MD_ROOT                        # MD is a potential root device
options         NFSCLIENT                # Network Filesystem Client
options         NFSSERVER                # Network Filesystem Server
options         NFS_ROOT                # NFS usable as /, requires NFSCLIENT
options         MSDOSFS                        # MSDOS Filesystem
options         CD9660                        # ISO 9660 Filesystem
options         PROCFS                        # Process filesystem (requires PSEUDOFS)
options         PSEUDOFS                # Pseudo-filesystem framework
options         GEOM_GPT                # GUID Partition Tables.
options         COMPAT_43                # Compatible with BSD 4.3 [KEEP THIS!]
options         COMPAT_FREEBSD4                # Compatible with FreeBSD4
options         COMPAT_FREEBSD5                # Compatible with FreeBSD5
options         SCSI_DELAY=5000                # Delay (in ms) before probing SCSI
options         KTRACE                        # ktrace(1) support
options         SYSVSHM                        # SYSV-style shared memory
options         SYSVMSG                        # SYSV-style message queues
options         SYSVSEM                        # SYSV-style semaphores
options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
options         ADAPTIVE_GIANT                # Giant mutex is adaptive.

device                apic                        # I/O APIC

# Bus support.
device                pci


# ATA and ATAPI devices
device                ata
device                atadisk                # ATA disk drives
device                atapicd                # ATAPI CDROM drives
options         ATA_STATIC_ID        # Static device numbering

# SCSI Controllers
device                ahc                # AHA2940 and onboard AIC7xxx devices

# SCSI peripherals
device                scbus                # SCSI bus (required for SCSI)
device                ch                # SCSI media changers
device                da                # Direct Access (disks)
device                sa                # Sequential Access (tape etc)
device                pass                # Passthrough device (direct SCSI access)
device                ses                # SCSI Environmental Services (and SAF-TE)


# atkbdc0 controls both the keyboard and the PS/2 mouse
device                atkbdc                # AT keyboard controller
device                atkbd                # AT keyboard
device                psm                # PS/2 mouse

device                kbdmux                # keyboard multiplexer

device                vga                # VGA video card driver

device                splash                # Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device                sc

# Enable this for the pcvt (VT220 compatible) console driver
#device                vt
#options         XSERVER                # support for X server on a vt console
#options         FAT_CURSOR        # start with block cursor

device                agp                # support several AGP chipsets

# Power management support (see NOTES for more options)
#device                apm
# Add suspend/resume support for the i8254.
device                pmtimer


# Serial (COM) ports
device                sio                # 8250, 16[45]50 based serial ports

# Parallel port
device                ppc
device                ppbus                # Parallel port bus (required)
device                lpt                # Printer
device                plip                # TCP/IP over parallel
device                ppi                # Parallel port interface device

# If you've got a "dumb" serial or parallel PCI card that is
# supported by the puc(4) glue driver, uncomment the following
# line to enable it (connects to the sio and/or ppc drivers):
#device                puc

# PCI Ethernet NICs.
device                de                # DEC/Intel DC21x4x (``Tulip'')
device                em                # Intel PRO/1000 adapter Gigabit Ethernet Card
device                ixgb                # Intel PRO/10GbE Ethernet Card
device                txp                # 3Com 3cR990 (``Typhoon'')
device                vx                # 3Com 3c590, 3c595 (``Vortex'')

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device                miibus
device                rl                # RealTek 8129/8139
device                vr                # VIA Rhine, Rhine II


# Pseudo devices.
device                loop                # Network loopback
device                random                # Entropy device
device                ether                # Ethernet support
device                sl                # Kernel SLIP
device                ppp                # Kernel PPP
device                tun                # Packet tunnel.
device                pty                # Pseudo-ttys (telnet etc)
device                md                # Memory "disks"
device                gif                # IPv6 and IPv4 tunneling
device                faith                # IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device                bpf                # Berkeley packet filter

# USB support
device                uhci                # UHCI PCI->USB interface
device                ohci                # OHCI PCI->USB interface
device                ehci                # EHCI PCI->USB interface (USB 2.0)
device                usb                # USB Bus (required)
#device                udbp                # USB Double Bulk Pipe devices
device                ugen                # Generic
device                uhid                # "Human Interface Devices"
device                umass                # Disks/Mass storage - Requires scbus and da
device                ums                # Mouse
device                urio                # Diamond Rio 500 MP3 player
device                uscanner        # Scanners
# USB Ethernet, requires miibus
device                sound
device                snd_es137x

论坛徽章:
0
4 [报告]
发表于 2007-11-12 12:46 |只看该作者
哦,看来弄错了,我的是OpenBSD4.2!
你的看样子似乎是FreeBSD吧.
你看看是否有
/kernel

/kernel.GENERIC
这两个文件!

论坛徽章:
0
5 [报告]
发表于 2007-11-12 13:15 |只看该作者
唉 真是 不容易阿  干脆我重做系统吧
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP