Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 2000 21:35:31 -0800 (PST)
From:      Christopher Nielsen <cnielsen@pobox.com>
To:        current@freebsd.org
Subject:   Getty/Init weirdness
Message-ID:  <14532.38179.208634.408231@ender.scient.com>

next in thread | raw e-mail | index | archive | help
After much perusing of source code, scouring of cvs log messages, and
searching the archives, I've determined I have no idea where else to
look for this problem I'm having.

The problem is this:

After booting, starting all services, and getting to the point where
init usually spawns the getty processes on ttyv[0-7], I get no login
prompts and no virtual terminal sessions.

I'm able to login over the network, and everything else looks normal
once logged in, except there are no getty processes.

This is with a -current of a few hours ago, including a new kernel,
running on a ThinkPad 770X. Below is my kernel config file.

Any help would be greatly appreciated, including pointers to relevant
source files.

-- 
Christopher Nielsen
(enkhyl|cnielsen)@pobox.com
Enkhyl on IRC

--- Begin Kernel Config File ---

machine         i386
cpu             I586_CPU
cpu             I686_CPU
ident           ENDER
maxusers        32
makeoptions     DEBUG=-g                #Build kernel with gdb(1) debug symbols
options         MAXMEM="(127*1024)"
options         INET                    #InterNETworking
options         INET6                   #IPv6
options         IPSEC                   #IP security
options         IPSEC_ESP               #IP security (crypto; define w/ IPSEC)
options         IPSEC_IPV6FWD           #IP security tunnel for IPv6
options         IPSEC_DEBUG             #debug for IP security
options         NETGRAPH                #netgraph(4) system
options         FFS                     #Berkeley Fast Filesystem
options         FFS_ROOT                #FFS usable as root device [keep this!]
options         MD_ROOT                 #MFS usable as root device, "MFS" req'ed
options         SOFTUPDATES
options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
options         SCSI_DELAY=15000        #Be pessimistic about Joe SCSI device
options         UCONSOLE                #Allow users to grab the console
options         USERCONFIG              #boot -c editor
options         VISUAL_USERCONFIG       #visual boot -c editor
options         KTRACE                  #ktrace(1) syscall trace support
options         PQ_LARGECACHE           #color for 512k/16k cache
options         INCLUDE_CONFIG_FILE     #Include this file in kernel
options         SYSVSHM                 #SYSV-style shared memory
options         SYSVMSG                 #SYSV-style message queues
options         SYSVSEM                 #SYSV-style semaphores
options         MD5
options         DDB
options         ICMP_BANDLIM
options         P1003_1B
options         _KPOSIX_PRIORITY_SCHEDULING
options         _KPOSIX_VERSION=199309L
options         MSGBUF_SIZE=40960
options         PNPBIOS
device  isa
device  pci
device  fdc0    at isa? port IO_FD1 irq 8 drq 2
device  fd0     at fdc0 drive 0
device  ata
device  atadisk
device  atapicd
device  scbus           # SCSI bus (required)
device  da              # Direct Access (disks)
device  pass            # Passthrough device (direct SCSI access)
device          atkbdc0 at isa? port IO_KBD
device          atkbd0  at atkbdc? irq 1 flags 0x2
device          psm0    at atkbdc? irq 12
device          vga0    at isa?
pseudo-device   splash
device          sc0     at isa?
options         SC_HISTORY_SIZE=32768
options         SC_NORM_ATTR=(FG_GREEN|BG_BLACK)
options         SC_NORM_REV_ATTR=(FG_YELLOW|BG_BLACK)
options         SC_KERNEL_CONS_ATTR=(FG_LIGHTGREEN|BG_BLACK)
options         SC_KERNEL_CONS_REV_ATTR=(FG_YELLOW|BG_BLACK)
options         SC_DEBUG_LEVEL=5
device          npx0    at nexus? port IO_NPX irq 13
device          apm0    at nexus? flags 0x31 # Advanced Power Management
device          card
device          pcic0   at isa?
device          pcic1   at isa?
device          sio0    at isa? port IO_COM1 flags 0x10 irq 4
device  ppc0    at isa? irq 7
device  ppbus   # Parallel port bus (required)
device          ep
device          xe0
device          wi
device          aic0    at isa?
device pcm
device csa
pseudo-device   loop            # Network loopback
pseudo-device   ether           # Ethernet support
pseudo-device   tun             # Packet tunnel.
pseudo-device   pty             # Pseudo-ttys (telnet etc)
pseudo-device   md              # Memory "disks"
pseudo-device   gif     4       # IPv6 and IPv4 tunneling
pseudo-device   faith   1       # IPv6-to-IPv4 relaying (translation)
pseudo-device   streams
pseudo-device   bpf             #Berkeley packet filter
device  uhci            # UHCI PCI->USB interface
device  ohci            # OHCI PCI->USB interface
device  usb             # USB Bus (required)

--- End Kernel Config File ---


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14532.38179.208634.408231>