From owner-freebsd-questions Sun Sep 19 15:12:15 1999 Delivered-To: freebsd-questions@freebsd.org Received: from zagnut.hotpop.com (zagnut.hotpop.com [204.57.55.32]) by hub.freebsd.org (Postfix) with ESMTP id 0D29A15206 for ; Sun, 19 Sep 1999 15:12:04 -0700 (PDT) (envelope-from ertank@hotpop.com) Received: from Ertan (unknown [212.252.146.42]) by zagnut.hotpop.com (Postfix) with SMTP id 9E1BA63A09 for ; Sun, 19 Sep 1999 18:11:44 -0400 (EDT) Message-ID: <001e01bf02ec$1b806540$2a92fcd4@Ertan> From: "Ertan Kucukoglu" To: "FreeBSD" Subject: silo overflow Date: Mon, 20 Sep 1999 01:11:38 +0300 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0019_01BF0305.17178380" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0019_01BF0305.17178380 Content-Type: text/plain; charset="iso-8859-9" Content-Transfer-Encoding: 7bit Hello, When I try to make ppp connection my kernel says: Sep 19 21:38:51 darkstar /kernel: sio3: 1 more silo overflow (total 1) I tried to manually connect. After a short while from that message it says NO CARRIER and hangs up. Here is the output of ppp messages: ----- # ppp superonline Working in interactive mode Using interface: tun0 Warning: Carrier: Invalid log value Warning: Usage: set log [local] [+|-]async|cbcp|ccp|chat|command|connect|debug|hdlc|id0|ipcp|lcp|lqm|phase|t cp/ip|timer|tun... Warning: Too many idle timeout values Warning: set timeout: Failed 1 ppp ON darkstar> term deflink: Entering terminal mode on /dev/cuaa3 Type `~?' for help atdt0,822,2120003 CONNECT 115200 User Access Verification Username: Password: Session Started Entering PPP mode. Async interface address is unnumbered (Loopback0) Your IP address is 212.252.145.49. MTU is 1500 bytes. Header compressio... (here kernel gives the message) NO CARRIER ----- I also attached kernel configuration file and dmesg-result as well. I do not know how to correct this problem. (I am a newbie) Although if there is some other information needed please inform. Thanks in advance. Ertan Kucukoglu ertank@softhome.net ------=_NextPart_000_0019_01BF0305.17178380 Content-Type: application/octet-stream; name="Mykernel" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Mykernel" #=0A= # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks=0A= #=0A= # For more information read the handbook part System Administration -> =0A= # Configuring the FreeBSD Kernel -> The Configuration File. =0A= # The handbook is available in /usr/share/doc/handbook or online as=0A= # latest version from the FreeBSD World Wide Web server =0A= # =0A= #=0A= # An exhaustive list of options and more detailed explanations of the =0A= # device lines is present in the ./LINT configuration file. If you are =0A= # in doubt as to the purpose or necessity of a line, check first in LINT.=0A= #=0A= # $Id: GENERIC,v 1.143.2.12 1999/05/14 15:12:26 jkh Exp $=0A= =0A= machine "i386"=0A= #cpu "I386_CPU"=0A= #cpu "I486_CPU"=0A= cpu "I586_CPU"=0A= cpu "I686_CPU"=0A= ident MYKERNEL=0A= maxusers 32=0A= =0A= options MATH_EMULATE #Support for x87 emulation=0A= options INET #InterNETworking=0A= options FFS #Berkeley Fast Filesystem=0A= options FFS_ROOT #FFS usable as root device [keep this!]=0A= options MFS #Memory Filesystem=0A= options MFS_ROOT #MFS usable as root device, "MFS" req'ed=0A= options NFS #Network Filesystem=0A= options NFS_ROOT #NFS usable as root device, "NFS" req'ed=0A= options MSDOSFS #MSDOS Filesystem=0A= options "CD9660" #ISO 9660 Filesystem=0A= options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed=0A= options PROCFS #Process filesystem=0A= options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]=0A= options SCSI_DELAY=3D5000 #Be pessimistic about Joe SCSI device=0A= options UCONSOLE #Allow users to grab the console=0A= options FAILSAFE #Be conservative=0A= options USERCONFIG #boot -c editor=0A= options VISUAL_USERCONFIG #visual boot -c editor=0A= =0A= config kernel root on wd0=0A= =0A= # To make an SMP kernel, the next two are needed=0A= #options SMP # Symmetric MultiProcessor Kernel=0A= #options APIC_IO # Symmetric (APIC) I/O=0A= # Optionally these may need tweaked, (defaults shown):=0A= #options NCPU=3D2 # number of CPUs=0A= #options NBUS=3D4 # number of busses=0A= #options NAPIC=3D1 # number of IO APICs=0A= #options NINTR=3D24 # number of INTs=0A= =0A= controller isa0=0A= controller pnp0=0A= controller eisa0=0A= controller pci0=0A= =0A= controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2=0A= disk fd0 at fdc0 drive 0=0A= disk fd1 at fdc0 drive 1=0A= =0A= options "CMD640" # work around CMD640 chip deficiency=0A= controller wdc0 at isa? port "IO_WD1" bio irq 14=0A= disk wd0 at wdc0 drive 0=0A= disk wd1 at wdc0 drive 1=0A= =0A= controller wdc1 at isa? port "IO_WD2" bio irq 15=0A= disk wd2 at wdc1 drive 0=0A= disk wd3 at wdc1 drive 1=0A= =0A= options ATAPI #Enable ATAPI support for IDE bus=0A= options ATAPI_STATIC #Don't do it as an LKM=0A= device acd0 #IDE CD-ROM=0A= #device wfd0 #IDE Floppy (e.g. LS-120)=0A= =0A= # A single entry for any of these controllers (ncr, ahb, ahc) is=0A= # sufficient for any number of installed devices.=0A= #controller ncr0=0A= controller ahb0=0A= controller ahc0=0A= controller isp0=0A= =0A= # This controller offers a number of configuration options, too many to=0A= # document here - see the LINT file in this directory and look up the=0A= # dpt0 entry there for much fuller documentation on this.=0A= controller dpt0=0A= =0A= #controller adv0 at isa? port ? cam irq ?=0A= controller adw0=0A= #controller bt0 at isa? port ? cam irq ?=0A= #controller aha0 at isa? port ? cam irq ?=0A= =0A= controller scbus0=0A= =0A= device da0=0A= =0A= device sa0=0A= =0A= device pass0=0A= =0A= device cd0 #Only need one of these, the code dynamically grows=0A= =0A= device wt0 at isa? port 0x300 bio irq 5 drq 1=0A= #device mcd0 at isa? port 0x300 bio irq 10=0A= =0A= #controller matcd0 at isa? port 0x230 bio=0A= =0A= #device scd0 at isa? port 0x230 bio=0A= =0A= # atkbdc0 controlls both the keyboard and the PS/2 mouse=0A= controller atkbdc0 at isa? port IO_KBD tty=0A= device atkbd0 at isa? tty irq 1=0A= device psm0 at isa? tty irq 12=0A= =0A= device vga0 at isa? port ? conflicts=0A= =0A= # splash screen/screen saver=0A= pseudo-device splash=0A= =0A= # syscons is the default console driver, resembling an SCO console=0A= device sc0 at isa? tty=0A= # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver=0A= #device vt0 at isa? tty=0A= #options XSERVER # support for X server=0A= #options FAT_CURSOR # start with block cursor=0A= # If you have a ThinkPAD, uncomment this along with the rest of the PCVT = lines=0A= #options PCVT_SCANSET=3D2 # IBM keyboards are non-std=0A= =0A= device npx0 at isa? port IO_NPX irq 13=0A= =0A= #=0A= # Laptop support (see LINT for more options)=0A= #=0A= device apm0 at isa? disable flags 0x31 # Advanced Power Management=0A= =0A= # PCCARD (PCMCIA) support=0A= #controller card0=0A= #device pcic0 at card?=0A= #device pcic1 at card?=0A= =0A= device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4=0A= device sio1 at isa? port "IO_COM2" tty irq 9=0A= device sio2 at isa? port "IO_COM3" tty irq 5=0A= device sio3 at isa? port "IO_COM4" tty irq 3=0A= =0A= # Parallel port=0A= device ppc0 at isa? port? flags 0x40 net irq 7=0A= controller ppbus0=0A= device lpt0 at ppbus?=0A= device plip0 at ppbus?=0A= device ppi0 at ppbus?=0A= #controller vpo0 at ppbus?=0A= =0A= #=0A= # The following Ethernet NICs are all PCI devices.=0A= #=0A= #device ax0 # ASIX AX88140A=0A= #device de0 # DEC/Intel DC21x4x (``Tulip'')=0A= #device fxp0 # Intel EtherExpress PRO/100B (82557, 82558)=0A= #device mx0 # Macronix 98713/98715/98725 (``PMAC'')=0A= #device pn0 # Lite-On 82c168/82c169 (``PNIC'')=0A= #device rl0 # RealTek 8129/8139=0A= #device tl0 # Texas Instruments ThunderLAN=0A= #device tx0 # SMC 9432TX (83c170 ``EPIC'')=0A= device vr0 # VIA Rhine, Rhine II=0A= #device vx0 # 3Com 3c590, 3c595 (``Vortex'')=0A= #device wb0 # Winbond W89C840F=0A= device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'')=0A= =0A= # Order is important here due to intrusive probes, do *not* alphabetize=0A= # this list of network interfaces until the probes have been fixed.=0A= # Right now it appears that the ie0 must be probed before ep0. See=0A= # revision 1.20 of this file.=0A= =0A= device ed0 at isa? port 0x300 net irq 3 iomem 0xd8000=0A= #device ie0 at isa? port 0x300 net irq 3 iomem 0xd0000=0A= #device ep0 at isa? port 0x300 net irq 10=0A= device ex0 at isa? port? net irq?=0A= #device fe0 at isa? port 0x300 net irq ?=0A= #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000=0A= #device lnc0 at isa? port 0x280 net irq 10 drq 0=0A= #device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000=0A= #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000=0A= #device cs0 at isa? port 0x300 net irq ?=0A= =0A= pseudo-device loop=0A= pseudo-device ether=0A= pseudo-device sl 1=0A= pseudo-device ppp 1=0A= pseudo-device tun 1=0A= pseudo-device pty 16=0A= pseudo-device gzip # Exec gzipped a.out's=0A= =0A= # KTRACE enables the system-call tracing facility ktrace(2).=0A= # This adds 4 KB bloat to your kernel, and slightly increases=0A= # the costs of each syscall.=0A= options KTRACE #kernel tracing=0A= =0A= # This provides support for System V shared memory and message queues.=0A= #=0A= options SYSVSHM=0A= options SYSVMSG=0A= options SYSVSEM=0A= =0A= # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be=0A= # aware of the legal and administrative consequences of enabling this=0A= # option. The number of devices determines the maximum number of=0A= # simultaneous BPF clients programs runnable.=0A= #pseudo-device bpfilter 4 #Berkeley packet filter=0A= =0A= =0A= ------=_NextPart_000_0019_01BF0305.17178380 Content-Type: application/octet-stream; name="dmesg-output" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="dmesg-output" Copyright (c) 1992-1999 FreeBSD Inc.=0A= Copyright (c) 1982, 1986, 1989, 1991, 1993=0A= The Regents of the University of California. All rights reserved.=0A= FreeBSD 3.2-RELEASE #5: Sun Sep 19 21:24:55 EEST 1999=0A= ertan@darkstar.freebsd:/usr/src/sys/compile/MYKERNEL=0A= Timecounter "i8254" frequency 1193182 Hz=0A= CPU: Pentium II/Xeon/Celeron (299.94-MHz 686-class CPU)=0A= Origin =3D "GenuineIntel" Id =3D 0x650 Stepping=3D0=0A= = Features=3D0x183f9ff>=0A= real memory =3D 67043328 (65472K bytes)=0A= avail memory =3D 62095360 (60640K bytes)=0A= Bad SMBIOS table checksum!=0A= Bad DMI table checksum!=0A= Preloaded elf kernel "kernel" at 0xc02f8000.=0A= Probing for devices on PCI bus 0:=0A= chip0: rev 0x03 on pci0.0.0=0A= chip1: rev 0x03 on pci0.1.0=0A= chip2: rev 0x02 on pci0.7.0=0A= ide_pci0: rev 0x01 on pci0.7.1=0A= chip3: rev 0x02 on pci0.7.3=0A= ahc0: rev 0x01 int a irq 9 on pci0.9.0=0A= ahc0: aic7880 Wide Channel A, SCSI Id=3D7, 16/255 SCBs=0A= Probing for devices on PCI bus 1:=0A= vga0: rev 0x01 int a irq 10 on pci1.0.0=0A= Probing for PnP devices:=0A= CSN 1 Vendor ID: CSC4835 [0x3548630e] Serial 0xffffffff Comp ID: @@@0000 = [0x00000000]=0A= Probing for devices on the ISA bus:=0A= sc0 on isa=0A= sc0: VGA color <16 virtual consoles, flags=3D0x0>=0A= ed0 not found at 0x300=0A= atkbdc0 at 0x60-0x6f on motherboard=0A= atkbd0 irq 1 on isa=0A= psm0 irq 12 on isa=0A= psm0: model IntelliMouse, device ID 3=0A= sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa=0A= sio0: type 16550A=0A= sio1: configured irq 9 not in bitmap of probed irqs 0x8=0A= sio1 at 0x2f8-0x2ff irq 9 on isa=0A= sio1: type 16550A=0A= sio2: configured irq 5 not in bitmap of probed irqs 0=0A= sio2 not found at 0x3e8=0A= sio3: configured irq 3 not in bitmap of probed irqs 0=0A= sio3 at 0x2e8-0x2ef irq 3 on isa=0A= sio3: type 16550A=0A= fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa=0A= fdc0: FIFO enabled, 8 bytes threshold=0A= fd0: 1.44MB 3.5in=0A= wdc0 at 0x1f0-0x1f7 irq 14 on isa=0A= wdc0: unit 0 (wd0): =0A= wd0: 1625MB (3329424 sectors), 3303 cyls, 16 heads, 63 S/T, 512 B/S=0A= wdc1 at 0x170-0x177 irq 15 on isa=0A= wdc1: unit 1 (atapi): , removable, dma, iordy=0A= acd0: drive speed 689 - 2062KB/sec, 240KB cache=0A= acd0: supported read types: CD-R, CD-DA=0A= acd0: Audio: play, 255 volume levels=0A= acd0: Mechanism: ejectable tray=0A= acd0: Medium: no/blank disc inside, unlocked=0A= wt0 not found at 0x300=0A= ppc0 at 0x378 irq 7 flags 0x40 on isa=0A= ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode=0A= lpt0: on ppbus 0=0A= lpt0: Interrupt-driven port=0A= ppi0: on ppbus 0=0A= plip0: on ppbus 0=0A= lpt0: on ppbus 0=0A= lpt0: Interrupt-driven port=0A= ex0 not found=0A= vga0 at 0x3c0-0x3df maddr 0xa0000 msize 131072 on isa=0A= npx0 on motherboard=0A= npx0: INT 16 interface=0A= Waiting 5 seconds for SCSI devices to settle=0A= changing root device to wd0s1a=0A= ------=_NextPart_000_0019_01BF0305.17178380-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message