From owner-freebsd-stable@FreeBSD.ORG Tue Jun 26 19:25:38 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 003CA1065745 for ; Tue, 26 Jun 2012 19:25:37 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id BE46F8FC19 for ; Tue, 26 Jun 2012 19:25:37 +0000 (UTC) Received: by obbun3 with SMTP id un3so374380obb.13 for ; Tue, 26 Jun 2012 12:25:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=fRWdiWyjNSjE96t0/nirqQlAaW3XcbPM9uTcvou9g8Y=; b=doO0Y/ZMnE9ILxzCFA6XEll9GM8Hf0pRO5c+LrPWeHFGrPfpiup1Asqp9LrV1KEytK UT8YDmKzKVWzS9y4rCFRCMJt22NsigVdd8iy/StNzQoygeVwwUjc8cZltGHpWmetH06M LfU5HkAAuvrV/xVLW0n/zYwDbCDkcpaJRxV1AAbpm+B0p9tXO8+W4qiH9K7ruJFqbN/O l6eBKUyDxMPF1VAJFRe0dJ2yhJXWW5IBJOOslw5PsgKNmR5VlEBIA8twPes5EJX9Z6/W vRjKzdwESP+KFSMihalgMOhOq5wvWw7dmxeQ2KNoWYPoe3Gcjtc7DU0Sp2fWXWzj6Aff BnGQ== MIME-Version: 1.0 Received: by 10.182.43.67 with SMTP id u3mr2315527obl.5.1340738736527; Tue, 26 Jun 2012 12:25:36 -0700 (PDT) Received: by 10.182.7.67 with HTTP; Tue, 26 Jun 2012 12:25:36 -0700 (PDT) Date: Tue, 26 Jun 2012 22:25:36 +0300 Message-ID: From: Alexander Yerenkow To: FreeBSD Stable Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Strange reboot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jun 2012 19:25:38 -0000 Hello guys. I have a freebsd installation for routing/and other general purposes (file share/web etc). which is freebsd-updated to 9-stable I have there such cardreader: # usbconfig -u 4 -a 2 ugen4.2: at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON # usbconfig -u 4 -a 2 dump_device_desc ugen4.2: at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x0000 bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000 bMaxPacketSize0 = 0x0040 idVendor = 0x05e3 idProduct = 0x070e bcdDevice = 0x9602 iManufacturer = 0x0000 iProduct = 0x0001 iSerialNumber = 0x0002 <000000009602> bNumConfigurations = 0x0001 # usbconfig -u 4 -a 2 dump_curr_config_desc ugen4.2: at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON Configuration index 0 bLength = 0x0009 bDescriptorType = 0x0002 wTotalLength = 0x0020 bNumInterfaces = 0x0001 bConfigurationValue = 0x0001 iConfiguration = 0x0000 bmAttributes = 0x0080 bMaxPower = 0x00fa Interface 0 bLength = 0x0009 bDescriptorType = 0x0004 bInterfaceNumber = 0x0000 bAlternateSetting = 0x0000 bNumEndpoints = 0x0002 bInterfaceClass = 0x0008 bInterfaceSubClass = 0x0006 bInterfaceProtocol = 0x0050 iInterface = 0x0000 Endpoint 0 bLength = 0x0007 bDescriptorType = 0x0005 bEndpointAddress = 0x0081 bmAttributes = 0x0002 wMaxPacketSize = 0x0200 bInterval = 0x0000 bRefresh = 0x0000 bSynchAddress = 0x0000 Endpoint 1 bLength = 0x0007 bDescriptorType = 0x0005 bEndpointAddress = 0x0002 bmAttributes = 0x0002 wMaxPacketSize = 0x0200 bInterval = 0x0000 bRefresh = 0x0000 bSynchAddress = 0x0000 It have pretty strange behavior (like "stuck" gpart show entries, when pluggin new device, which is fixed by reset though), but it kinda working. And I have repeatable panic (probably) or reset, with such last messages in dmesg: da2 at umass-sim0 bus 0 scbus7 target 0 lun 2 da2: Removable Direct Access SCSI-0 device da2: 40.000MB/s transfers da2: 3781MB (7744512 512 byte sectors: 255H 63S/T 482C) ... g_vfs_done():da2s1[WRITE(offset=3227648, length=4096)]error = 5 g_vfs_done():da2s1[WRITE(offset=3227648, length=4096)]error = 5 g_vfs_done():da2s1[WRITE(offset=3227648, length=4096)]error = 5 fsync: giving up on dirty 0xfffffe012e30c3c0: tag devfs, type VCHR usecount 1, writecount 0, refcount 122 mountedhere 0xfffffe0046468200 flags () v_object 0xfffffe0046389360 ref 0 pages 120 lock type devfs: UNLOCKED dev da2s1 I'm producing this panic by trying to mount 4gb microsd card, like this: mount -t msdosfs /dev/da2s1 /mnt The card itself have fresh FAT32 one (just formatted+erased by panasonic tool). I will probably have some time to toy with this on thursday, I need to get a monitor to see console. -- Regards, Alexander Yerenkow