Главная страница


ru.unix.bsd

 
 - RU.UNIX.BSD ------------------------------------------------------------------
 From : Dmitrij Lystsov                      2:5020/400     12 Jan 2006  16:27:45
 To : All
 Subject : fatal trap 12: - машина дальше не грузится!!! Что делать, что делать?!
 -------------------------------------------------------------------------------- 
 
 ...
 
 Привет всем!
 Hарод, пожскажите что делать.
 Собрал сегодня новое ядро, после CVSup для RELENG_5_4
 CVSup накотил после выхода
 FreeBSD-SA-06:01.texindex
 FreeBSD-SA-06:02.ee
 FreeBSD-SA-06:03.cpio
 
 Hу потом make и т.п.
 
 Конфиг нового ядра писал почти по памяти, похерил старый.
 Сборка и установка проходят без ошибок - а машина после строк
 ...
 Timecounter "TSC" frequency 2793193616 Hz quality 800
 Timecounters tick every 10.000 msec
 ipfw2 initialized, divert enabled, rule-based forwarding enabled, 
 default to deny, logging limited to 30 packets/entry by default
 
 выдает fatal trap 12: ...
 и перегружается.
 
 При загрузке принудительно старого ядра - все нормально.
 Старое ядро было как FreeBSD-5.4-RELEASE-p8, была так же сборка мира.
 
 Вот конфиг нового ядра:
 
 - ---
 machine         i386
 cpu             I686_CPU
 options         CPU_SUSP_HLT
 ident           K54_dmtr_2006011206
 
 # To statically compile in device wiring instead of /boot/device.hints
 #hints          "GENERIC.hints"         # Default places to look for 
 devices.
 
 options         SCHED_4BSD              # 4BSD scheduler
 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         MSDOSFS                 # MSDOS Filesystem
 options         NTFS                    #NT File System
 
 options         MD_ROOT                 # MD is a potential root device
 
 options         CD9660                  # ISO 9660 Filesystem
 options         PSEUDOFS                # Pseudo-filesystem framework
 options         PROCFS
 options         GEOM_GPT                # GUID Partition Tables.
 options         COMPAT_43               # Compatible with BSD 4.3 [KEEP 
 THIS!]
 options         COMPAT_FREEBSD4         # Compatible with FreeBSD4
 options         SCSI_DELAY=15000        # Delay (in ms) before probing SCSI
 options         KTRACE                  # ktrace(1) support
 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         AHC_REG_PRETTY_PRINT
 options         AHD_REG_PRETTY_PRINT
 
 options         SYSVSHM         # SYSV-Style SHared Memory
 options         SYSVMSG         # SYSV-Style MeSaGess
 options         SYSVSEM         # SYSV-Style SEMaphores
 
 device          apic            # I/O APIC
 
 # Bus support.  Do not remove isa, even if you have no isa slots
 device          isa
 device          eisa
 device          pci
 
 # Floppy drives - NO
 # ATA and ATAPI devices
 device          ata
 device          atadisk         # ATA disk drives
 device          atapicd         # ATAPI CDROM drives
 options         ATA_STATIC_ID   # Static device numbering
 
 # SCSI peripherals
 device          scbus           # SCSI bus (required for SCSI)
 device          da              # Direct Access (disks)
 device          pass            # Passthrough device (direct SCSI access)
 device          atapicam
 device          cd
 
 # 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          vga             # VGA video card driver
 device          splash          # Splash screen and screen saver support
 options         VESA
 
 # syscons is the default console driver, resembling an SCO console
 device          sc
 options         MAXCONS=7
 device          sio               # 8250, 16[45]50 based serial ports
 # Floating point support - do not disable.
 device          npx
 
 # Add suspend/resume support for the i8254.
 device          pmtimer
 
 # PCCARD (PCMCIA) support
 # PCMCIA and cardbus bridge support
 device          cbb               # cardbus (yenta) bridge
 device          pccard            # PC Card (16-bit) bus
 device          cardbus           # CardBus (32-bit) bus
 
 # Parallel port
 device          ppc
 device          ppbus      # Parallel port bus (required)
 device          lpt        # Printer
 device          vpo
 device          puc
 
 # 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          rl              # RealTek 8129/8139
 # Pseudo devices.
 device          loop            # Network loopback
 device          mem             # Memory and kernel memory devices
 device          io              # I/O device
 device          random          # Entropy device
 device          ether           # Ethernet support
 device          pty             # Pseudo-ttys (telnet etc)
 device          ppp
 device          tun
 
 # The `bpf' device enables the Berkeley Packet Filter.
 # Be aware of the administrative consequences of enabling this!
 device          bpf             # Berkeley packet filter
 
 # USB support
 device          uhci            # UHCI PCI->USB interface
 device          ohci            # OHCI PCI->USB interface
 device          ehci            # USB 2.0
 device          usb             # USB Bus (required)
 device          umass           # Disks/Mass storage - Requires scbus and da
 device          ugen          # Generic
 device          ukbd          # Keyboard
 device          ulpt          # Printer
 device          ums           # Mouse
 device          urio          # Diamond Rio 500 MP3 player
 device          uscanner      # Scanners
 device          ucom
 device          uvisor
 device          uplcom
 device          umodem
 device          umct
 device          ubsa
 device          md            # Memory ''disks''
 # FireWire support
 device          firewire      # FireWire bus code
 device          sbp           # SCSI over FireWire (Requires scbus and da)
 device          fwe           # Ethernet over FireWire (non-standard!)
 
 #Monitoring MB
 device          smbus
 device          iicbus
 device          iicbb
 device          intpm
 device          smb
 device          speaker
 
 #IPFIREWALL
 options         IPFIREWALL                      #firewall
 options         IPFIREWALL_VERBOSE              #enable logging to 
 syslogd(8)
 options         IPFIREWALL_VERBOSE_LIMIT=30     #limit verbosity
 options         IPFIREWALL_FORWARD
 options         IPDIVERT
 
 #QUOTA
 options         QUOTA
 -- 
 Отправлено через сервер Форумы@mail.ru - http://talk.mail.ru
 --- ifmail v.2.15dev5.3
  * Origin: Talk.Mail.Ru (2:5020/400)
 
 

Вернуться к списку тем, сортированных по: возрастание даты  уменьшение даты  тема  автор 

 Тема:    Автор:    Дата:  
 fatal trap 12: - машина дальше не грузится!!! Что делать, что делать?!   Dmitrij Lystsov   12 Jan 2006 16:27:45 
 Re: fatal trap 12: - машина дальше не грузится!!! Что делать, что делат   Ivan Omelchenko   12 Jan 2006 16:36:28 
 Re: fatal trap 12: - машина дальше не грузится!!! Что делать, что делат   Dmitrij Lystsov   12 Jan 2006 18:25:23 
 fatal trap 12: - машина дальше не грузится!!! Что делать, что делат   Andrey Ostanovsky   13 Jan 2006 02:26:10 
Архивное /ru.unix.bsd/648880ff8c61.html, оценка 2 из 5, голосов 10
Яндекс.Метрика
Valid HTML 4.01 Transitional