[FUG-BR] Nova maquina 64, 7.0 ou 7.0cvsupado, ou 7.1 beta ? ERRO KERNEL
Leonardo Augusto
lalinden em gmail.com
Sábado Setembro 27 13:40:31 BRT 2008
Bom fiz com o RELENG_7 compilou tudo kernel GENERIC e reboot OK
server# uname -a
FreeBSD server.intervir.no-ip.org 7.1-PRERELEASE FreeBSD
7.1-PRERELEASE #0: Sat Sep 27 03:50:43 UTC 2008
root em server.intervir.no-ip.org:/usr/obj/usr/src/sys/GENERIC amd64
Como se nota esta no 7.1 PRERELEASE...
Se eu fizer para o 7_0 vai ser o 7.0 atualizado ? pq a versao que est
ano ftp é de fevereiro de 2008, ja vai ter as atualizacoes do bind e
etc ?
Bom, aí fui recompilar o kernel desse 7.1... para por ipfw e etc.
Simplemente copiei o GENERIC para K1 e:
/usr/sbin/config K1...
Da o seguinte erro:
------------------------------------------------------
server# /usr/sbin/config K1
Kernel build directory is ../compile/K1
Don't forget to do ``make cleandepend && make depend''
server# cd ../compile/K1/
server# make cleandepend
rm -f .depend machine amd64
cd ../../../modules;
MAKEOBJDIRPREFIX=/usr/src/sys/i386/compile/K1/modules
KMODDIR=/boot/kernel MACHINE=i386
KERNBUILDDIR="/usr/src/sys/i386/compile/K1" make cleandepend
===> aac (cleandepend)
rm -f @ machine amd64
rm -f .depend GPATH GRTAGS GSYMS GTAGS
===> accf_data (cleandepend)
rm -f @ machine amd64
rm -f .depend GPATH GRTAGS GSYMS GTAGS
===> accf_http (cleandepend)
rm -f @ machine amd64
rm -f .depend GPATH GRTAGS GSYMS GTAGS
===> acpi (cleandepend)
===> acpi/acpi (cleandepend)
"Makefile", line 4: "ACPI can only be compiled into the kernel on the
amd64 and ia64 platforms"
*** Error code 1
Stop in /usr/src/sys/modules/acpi.
*** Error code 1
Stop in /usr/src/sys/modules.
*** Error code 1
Stop in /usr/src/sys/i386/compile/K1.
------------------------------------------------------
O arquivo do kernel esta abaixo :
cpu I686_CPU
ident K1
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
options SCTP # Stream Control Transmission Protocol
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 UFS_GJOURNAL # Enable gjournal-based UFS journaling
options MD_ROOT # MD is a potential root device
options NFSCLIENT # Network Filesystem Client
options NFSSERVER # Network Filesystem Server
options NFSLOCKD # Network Lock Manager
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_PART_GPT # GUID Partition Tables.
options GEOM_LABEL # Provides labelization
options COMPAT_43TTY # BSD 4.3 TTY compat [KEEP THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options COMPAT_FREEBSD6 # Compatible with FreeBSD6
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options KTRACE # ktrace(1) support
options STACK # stack(9) 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.
options STOP_NMI # Stop CPUS using NMI instead of IPI
options AUDIT # Security event auditing
#options KDTRACE_HOOKS # Kernel DTrace hooks
# To make an SMP kernel, the next two lines are needed
options SMP # Symmetric MultiProcessor Kernel
device apic # I/O APIC
# CPU frequency control
device cpufreq
# Bus support.
device pci
# ATA and ATAPI devices
device ata
device atadisk # ATA disk drives
device ataraid # ATA RAID drives
device atapicd # ATAPI CDROM drives
device atapifd # ATAPI floppy drives
device atapist # ATAPI tape drives
options ATA_STATIC_ID # Static device numbering
# SCSI Controllers
device mpt # LSI-Logic MPT-Fusion
# 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 cd # CD
device pass # Passthrough device (direct SCSI access)
device ses # SCSI Environmental Services (and SAF-TE)
# RAID controllers interfaced to the SCSI subsystem
device iir # Intel Integrated RAID
# RAID controllers
device aac # Adaptec FSA RAID
device mfi # LSI MegaRAID SAS
# 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
device agp # support several AGP chipsets
# Serial (COM) ports
device sio # 8250, 16[45]50 based serial ports
device uart # Generic UART driver
# PCI Ethernet NICs.
device em # Intel PRO/1000 Gigabit Ethernet Family
# 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 # MII bus support
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
# 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)
device firmware # firmware assist module
# 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 ukbd # Keyboard
device umass # Disks/Mass storage - Requires scbus and da
device ums # Mouse
--------------------------------------
Nao mudei nada do original GENERIC apenas removi os devices nao utilizados...
Ja catei na net esse erro e ninguem conseguiu resolver, ehehe
O que pode ser isso ?
> cvsup para ".", você vai pegar o -current (FreeBSD 8.0)
>
> meu supfile é:
> ----------------------CUT-------------------
> *default host=cvsup2.FreeBSD.org
> *default base=/var/db
> *default prefix=/usr
> *default release=cvs tag=RELENG_7_0
> *default delete use-rel-suffix
>
> *default compress
>
> src-all
> ----------------------CUT-------------------
>
> se você usar RELENG_7 vai pegar o 7.1-PRERELEASE
>
> --
Mais detalhes sobre a lista de discussão freebsd