Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Sep 2001 10:06:54 -0400
From:      Yanek Korff <yanek@cigital.com>
To:        "'freebsd-stable@FreeBSD.org'" <freebsd-stable@FreeBSD.org>
Subject:   arith failure on MAKEDEV
Message-ID:  <4BC10D47D7ACD3119FA800104B1F8836013A4C88@exchange.cigital.com>

next in thread | raw e-mail | index | archive | help
Any idea what's going on here?  It's happened to every single =
4.3-STABLE
machine I've just upgraded to 4.4-STABLE.  Usually the last several =
lines
come up box-art & special chars... seems to look good on paste though. =
:)

Kernel configuration included below.


root@relay:/dev> sh -x MAKEDEV all
+ [ -n  ]
+ PATH=3D/sbin:/bin
+ umask 77
+ mknod=3D/sbin/mknod
+ IFS=3D:
+ echo /sbin /bin
+ [ -x /sbin/mknod ]
+ mknod=3D/sbin/mknod
+ break
+ dkrawpart=3D2
+ dkcompatslice=3D0
+ dkrawslice=3D1
+ disk_umask=3D037
+ tape_umask=3D017
+ sh MAKEDEV std
+ sh MAKEDEV fd0 fd1
+ sh MAKEDEV da0 da1 da2 da3
+ sh MAKEDEV ad0 ad1 ad2 ad3
+ sh MAKEDEV ar0 ar1
+ sh MAKEDEV acd0 afd0 ast0
+ sh MAKEDEV wd0 wd1 wd2 wd3
+ sh MAKEDEV wcd0 wfd0 wst0
+ sh MAKEDEV vn0
+ sh MAKEDEV cd0 matcd0 mcd0 scd0
+ sh MAKEDEV sa0 wt0
+ sh MAKEDEV vty12
+ sh MAKEDEV cuaa0 cuaa1 cuaa2 cuaa3
+ sh MAKEDEV pty0
+ sh MAKEDEV ttyd0 ttyd1 ttyd2 ttyd3
+ sh MAKEDEV zs0
+ sh MAKEDEV kbd0 kbd1
+ sh MAKEDEV mse0 psm0 sysmouse
+ sh MAKEDEV pcaudio speaker snd0
+ sh MAKEDEV lpt0 lpt1 lpt2
+ sh MAKEDEV ppi0 ppi1 ppi2
+ sh MAKEDEV iic0 iic1
+ sh MAKEDEV smb0 smb1
+ sh MAKEDEV usb usb0 uhid0 ums0 ulpt0 ugen0
+ sh MAKEDEV urio0 uscanner0 umodem0
+ sh MAKEDEV bpf0 bpf1 bpf2 bpf3
+ sh MAKEDEV ipl tun0 tun1 tun2 tun3
+ sh MAKEDEV tap0 tap1 tap2 tap3
+ sh MAKEDEV ch0 perfmon tw0
+ sh MAKEDEV apm apmctl card0 card1 card2 card3
+ sh MAKEDEV pass4 xpt2
+ sh MAKEDEV i4b i4bctl i4btrc0 i4btrc1
+ sh MAKEDEV i4btel0 i4btel1 i4bteld0 i4bteld1
MAKEDEV: arith: syntax error: =E0=C8=E0=E9=EB=EE"

bad node: mknod i4bteld1
+ sh MAKEDEV i4brbch0 i4brbch1
+ sh MAKEDEV agpgart
root@relay:/dev>=20




Kernel Configuration:

machine         i386
cpu             I386_CPU
cpu             I486_CPU
cpu             I586_CPU
cpu             I686_CPU
ident           RELAY
maxusers        32

options         MATH_EMULATE            #Support for x87 emulation
options         INET                    #InterNETworking
options         FFS                     #Berkeley Fast Filesystem
options         FFS_ROOT                #FFS usable as root device =
[keep
this!]
options         SOFTUPDATES             #Enable FFS soft updates =
support
options         MFS                     #Memory Filesystem
options         MD_ROOT                 #MD is a potential root device
options         CD9660                  #ISO 9660 Filesystem
options         CD9660_ROOT             #CD-ROM usable as root, CD9660
required
options         PROCFS                  #Process filesystem
options         COMPAT_43               #Compatible with BSD 4.3 [KEEP
THIS!]
options         SCSI_DELAY=3D15000        #Delay (in ms) before probing =
SCSI
options         UCONSOLE                #Allow users to grab the =
console
options         USERCONFIG              #boot -c editor
options         VISUAL_USERCONFIG       #visual boot -c editor
options         KTRACE                  #ktrace(1) support
options         SYSVSHM                 #SYSV-style shared memory
options         SYSVMSG                 #SYSV-style message queues
options         SYSVSEM                 #SYSV-style semaphores
options         P1003_1B                #Posix P1003_1B real-time =
extensions
options         _KPOSIX_PRIORITY_SCHEDULING
options         ICMP_BANDLIM            #Rate limit bad replies
options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
device          isa
device          eisa
device          pci
device          fdc0    at isa? port IO_FD1 irq 6 drq 2
device          fd0     at fdc0 drive 0
device          fd1     at fdc0 drive 1
device          ata0    at isa? port IO_WD1 irq 14
device          ata1    at isa? port IO_WD2 irq 15
device          ata
device          atadisk                 # ATA disk drives
device          atapicd                 # ATAPI CDROM drives
options         ATA_STATIC_ID           #Static device numbering
device          scbus           # SCSI bus (required)
device          atkbdc0 at isa? port IO_KBD
device          atkbd0  at atkbdc? irq 1 flags 0x1
device          psm0    at atkbdc? irq 12
device          vga0    at isa?
pseudo-device   splash
device          sc0     at isa? flags 0x100
device          npx0    at nexus? port IO_NPX irq 13
device          sio0    at isa? port IO_COM1 flags 0x10 irq 4
device          sio1    at isa? port IO_COM2 irq 3
device          sio2    at isa? disable port IO_COM3 irq 5
device          sio3    at isa? disable port IO_COM4 irq 9
device          ppc0    at isa? irq 7
device          ppbus           # Parallel port bus (required)
device          ppi             # Parallel port interface device
device          miibus          # MII bus support
device          xl              # 3Com 3c90x (``Boomerang'', =
``Cyclone'')
pseudo-device   loop            # Network loopback
pseudo-device   ether           # Ethernet support
pseudo-device   pty             # Pseudo-ttys (telnet etc)
pseudo-device   md              # Memory "disks"
pseudo-device   bpf             #Berkeley packet filter
device          uhci            # UHCI PCI->USB interface
device          ohci            # OHCI PCI->USB interface
device          usb             # USB Bus (required)
device          ugen            # Generic
device          uhid            # "Human Interface Devices"
device          ukbd            # Keyboard
device          umass           # Disks/Mass storage

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




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