kern/149201: DVD/CD Drive Error

2010-08-02 Thread Robin Carey

>Number: 149201
>Category:   kern
>Synopsis:   DVD/CD Drive Error
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-bugs
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 02 16:30:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Robin Carey
>Release:8.1
>Organization:
None
>Environment:
Sorry I don't have the ability to submit "uname -a". The Kernel is GENERIC 
FreeBSD-8.1/i386
>Description:
I have observed this error message on two different computers, Pentium 4 3.4GHz 
and Pentium 4 3.0Ghz - both dual core chips. They were both Hewlett Packard 
dc7600 Small Form Factor computers.

The error only occurs when a CD/DVD is in the drive.

The error is:

acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x05

I don't know exactly what this error means, but suspect it is an error related 
to an error in the media/medium, i.e. CD/DVD disc.

I had a different computer (but the same HP dc7600) running FreeBSD-8.0 and 
this error was not produced.
>How-To-Repeat:
Access the CD/DVD drive with a CD/DVD in it.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


kern/149215: Delete linux's slice via Gpart - get kernel panic

2010-08-02 Thread vladislav V. Prodan

>Number: 149215
>Category:   kern
>Synopsis:   Delete linux's slice via Gpart - get kernel panic
>Confidential:   no
>Severity:   serious
>Priority:   low
>Responsible:freebsd-bugs
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 02 22:50:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: vladislav V. Prodan
>Release:9.0-CURRENT  amd64
>Organization:
>Environment:
FreeBSD second..com 9.0-CURRENT FreeBSD 9.0-CURRENT #1: Sun Aug  1 04:33:28 
EEST 2010 r...@second..com.local:/usr/obj/usr/src/sys/second.2  amd64

>Description:
Disc ad4 inserted with a Linux server, most likely contained ad4s3 ReiserFS ...
Disc ad8 - native to the system on ZFS

# gpart show
=>63  2930277105  ad4  MBR  (1.4T)
  63  3854971  !253  [active]  (188M)
  385560  29045038053  !253  (1.4T)
  2904889365253827002  !130  (12G)
  29302720655103   - free -  (2.5M)

=>34  2930277101  ad8  GPT  (1.4T)
  34 1281  freebsd-boot  (64K)
 162335544322  freebsd-swap  (16G)
33554594  28967225413  freebsd-zfs  (1.3T)
# gpart create -s gpt ad4
gpart: geom 'ad4': File exists
# df -h
Filesystem   SizeUsed   Avail Capacity  Mounted on
tank 1.3T810M1.3T 0%/
devfs1.0K1.0K  0B   100%/dev
tank/tmp 1.3T243K1.3T 0%/tmp
tank/usr 1.3T2.0G1.3T 0%/usr
tank/usr/home1.3T5.4M1.3T 0%/usr/home
tank/usr/ports   1.3T2.2G1.3T 0%/usr/ports
tank/usr/src 1.3T334M1.3T 0%/usr/src
tank/var 1.3T245K1.3T 0%/var
tank/var/crash   1.3T 20K1.3T 0%/var/crash
tank/var/db  1.3T 56M1.3T 0%/var/db
tank/mysql   1.3T1.7M1.3T 0%/var/db/mysql
tank/mysql/ibdata1.3T 10M1.3T 0%/var/db/mysql/ibdata
tank/mysql/iblogs1.3T 10M1.3T 0%/var/db/mysql/iblogs
tank/var/log 1.3T803K1.3T 0%/var/log
tank/var/mail1.3T 25K1.3T 0%/var/mail
tank/var/run 1.3T 65K1.3T 0%/var/run
tank/var/tmp 1.3T1.4M1.3T 0%/var/tmp
devfs1.0K1.0K  0B   100%/var/named/dev
# gpart destroy ad4
gpart: Device busy
# gpart delete -i 1 ad4
ad4s1 deleted
# gpart delete -i 2 ad4
ad4s2 deleted
# gpart delete -i 3 ad4

and panic...

I am sending a screenshot, because crash dump is not created on zfs ...
http://img841.imageshack.us/img841/3858/dsc00514t.jpg

after reboot:
# gpart show ad4
=>63  2930277105  ad4  MBR  (1.4T)
  63  2930277105   - free -  (1.4T)



My kernel config:
cpu HAMMER
ident   second-nextonmarket
maxusers512
options ROUTETABLES=5   # max 16. 1 is back compatible.
options RADIX_MPATH
options PPS_SYNC


makeoptions DEBUG=-g# Build kernel with gdb(1) debug symbols

options SCHED_ULE   # ULE scheduler
options PREEMPTION  # Enable kernel thread preemption
options INET# InterNETworking
options INET6   # IPv6 communications protocols
options SCTP# Stream Control Transmission Protocol
options SCTP_LOCK_LOGGING
options SCTP_MBUF_LOGGING
options SCTP_MBCNT_LOGGING
options SCTP_PACKET_LOGGING
options SCTP_LTRACE_CHUNKS
options SCTP_LTRACE_ERRORS

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 UFS_GJOURNAL# Enable gjournal-based UFS journaling
options MD_ROOT # MD is a potential root device
options NFSCLIENT   # Network Filesystem Client
options NFSSERVER   # Network Filesystem Server
options NFSLOCKD# Network Lock Manager
options NFS_ROOT# NFS usable as /, requires NFSCLIENT
options MSDOSFS # MSDOS Filesystem
options CD9660  # ISO 9660 Filesystem
options PROCFS  # Process filesystem (requires PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem framework
options NTFS
options NULLFS  #NULL filesystem
options QUOTA   #enable disk quotas
options SUIDDIR

options EXT2FS
options REISERFS

options NFS_MINATTRTIMO=3

Re: kern/149168: [linux] [patch] Linux sendmsg / recvmsg / etc fixes for pulseaudio

2010-08-02 Thread linimon
Old Synopsis: Linux sendmsg / recvmsg / etc fixes for pulseaudio
New Synopsis: [linux] [patch] Linux sendmsg / recvmsg / etc fixes for pulseaudio

Responsible-Changed-From-To: freebsd-bugs->freebsd-emulation
Responsible-Changed-By: linimon
Responsible-Changed-When: Tue Aug 3 00:11:26 UTC 2010
Responsible-Changed-Why: 
Over to maintainer(s).

http://www.freebsd.org/cgi/query-pr.cgi?pr=149168
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Re: bin/149215: [panic] gpart(8): Delete linux's slice via Gpart - get kernel panic

2010-08-02 Thread linimon
Old Synopsis: Delete linux's slice via Gpart - get kernel panic
New Synopsis: [panic] gpart(8): Delete linux's slice via Gpart - get kernel 
panic

Responsible-Changed-From-To: freebsd-bugs->freebsd-fs
Responsible-Changed-By: linimon
Responsible-Changed-When: Tue Aug 3 00:21:19 UTC 2010
Responsible-Changed-Why: 
Not sure exactly how to classify this, but perhaps someone on fs@ can
evalute it.

http://www.freebsd.org/cgi/query-pr.cgi?pr=149215
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Re: kern/149097: [panic] cdpd causes kernel panic

2010-08-02 Thread linimon
Old Synopsis: [panic] [cdpd] cdpd causes kernel panic
New Synopsis: [panic] cdpd causes kernel panic

State-Changed-From-To: open->feedback
State-Changed-By: linimon
State-Changed-When: Tue Aug 3 01:20:41 UTC 2010
State-Changed-Why: 
We're going to need a lot more information to look at this problem,
such as the actual panic message and a traceback.

http://www.freebsd.org/cgi/query-pr.cgi?pr=149097
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Re: kern/149012: [headers] [patch] please replace '#include ' with '#include '

2010-08-02 Thread Mark Linimon
The following reply was made to PR kern/149012; it has been noted by GNATS.

From: Mark Linimon 
To: Tuco 
Cc: lini...@freebsd.org, bug-follo...@freebsd.org
Subject: Re: kern/149012: [headers] [patch] please replace '#include
' with '#include '
Date: Mon, 2 Aug 2010 20:20:17 -0500

 On Thu, Jul 29, 2010 at 02:10:43PM -0400, Tuco wrote:
 > I realize I made a mistake, kernel headers can't use  so my
 > change needs to be reverted in sys/ directory. I tested with make
 > buildkernel now (in my FreeBSD chroot), and it works. Sorry!
 
 So, should this PR be closed?
 
 mcl
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


kern/149219: DL380 G6 P212 trouble

2010-08-02 Thread Anton Gorlov

>Number: 149219
>Category:   kern
>Synopsis:   DL380 G6 P212 trouble
>Confidential:   no
>Severity:   serious
>Priority:   medium
>Responsible:freebsd-bugs
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 03 06:50:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Anton Gorlov
>Release:8.1-RELEASE
>Organization:
Joint stock company limited "ER-Telecom"
>Environment:
FreeBSD mail.espenza.ru 8.1-RELEASE FreeBSD 8.1-RELEASE #5: Mon Aug  2 14:40:42 
MSD 2010 r...@mail.espenza.ru:/usr/obj/usr/src/sys/STLK7  amd64
>Description:
HP DL180 G6 can't boot sometimes with messages:
ciss0: completed invalid request 15704 (0x9a021)
run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config 
...

all firmware is already up to date

dmesg.boot

Copyright (c) 1992-2010 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 8.1-RELEASE #5: Mon Aug  2 14:40:42 MSD 2010
r...@mail:/usr/obj/usr/src/sys/STLK7 amd64
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(R) CPU   E5520  @ 2.27GHz (2266.76-MHz K8-class CPU)
  Origin = "GenuineIntel"  Id = 0x106a5  Family = 6  Model = 1a  Stepping = 5
  
Features=0xbfebfbff
  
Features2=0x9ce3bd
  AMD Features=0x28100800
  AMD Features2=0x1
  TSC: P-state invariant
real memory  = 17179869184 (16384 MB)
avail memory = 16540430336 (15774 MB)
ACPI APIC Table: 
FreeBSD/SMP: Multiprocessor System Detected: 16 CPUs
FreeBSD/SMP: 2 package(s) x 4 core(s) x 2 SMT threads
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  2
 cpu3 (AP): APIC ID:  3
 cpu4 (AP): APIC ID:  4
 cpu5 (AP): APIC ID:  5
 cpu6 (AP): APIC ID:  6
 cpu7 (AP): APIC ID:  7
 cpu8 (AP): APIC ID: 16
 cpu9 (AP): APIC ID: 17
 cpu10 (AP): APIC ID: 18
 cpu11 (AP): APIC ID: 19
 cpu12 (AP): APIC ID: 20
 cpu13 (AP): APIC ID: 21
 cpu14 (AP): APIC ID: 22
 cpu15 (AP): APIC ID: 23
ioapic0  irqs 0-23 on motherboard
ioapic1  irqs 24-47 on motherboard
kbd1 at kbdmux0
acpi0:  on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: reservation of 0, a (3) failed
acpi0: reservation of 10, bff0 (3) failed
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
cpu0:  on acpi0
cpu1:  on acpi0
cpu2:  on acpi0
cpu3:  on acpi0
cpu4:  on acpi0
cpu5:  on acpi0
cpu6:  on acpi0
cpu7:  on acpi0
cpu8:  on acpi0
cpu9:  on acpi0
cpu10:  on acpi0
cpu11:  on acpi0
cpu12:  on acpi0
cpu13:  on acpi0
cpu14:  on acpi0
cpu15:  on acpi0
acpi_hpet0:  iomem 0xfed0-0xfed003ff on acpi0
Timecounter "HPET" frequency 14318180 Hz quality 900
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
pcib1:  at device 1.0 on pci0
pci7:  on pcib1
igb0:  port 0xe880-0xe89f 
mem 0xfbe6-0xfbe7,0xfbe4-0xfbe5,0xfbeb8000-0xfbebbfff irq 28 at 
device 0.0 on pci7
igb0: Using MSIX interrupts with 10 vectors
igb0: [ITHREAD]
igb0: [ITHREAD]
igb0: [ITHREAD]
igb0: [ITHREAD]
igb0: [ITHREAD]
igb0: [ITHREAD]
igb0: [ITHREAD]
igb0: [ITHREAD]
igb0: [ITHREAD]
igb0: [ITHREAD]
igb0: Ethernet address: 18:a9:05:70:cb:32
igb1:  port 0xec00-0xec1f 
mem 0xfbee-0xfbef,0xfbec-0xfbed,0xfbebc000-0xfbeb irq 40 at 
device 0.1 on pci7
igb1: Using MSIX interrupts with 10 vectors
igb1: [ITHREAD]
igb1: [ITHREAD]
igb1: [ITHREAD]
igb1: [ITHREAD]
igb1: [ITHREAD]
igb1: [ITHREAD]
igb1: [ITHREAD]
igb1: [ITHREAD]
igb1: [ITHREAD]
igb1: [ITHREAD]
igb1: Ethernet address: 18:a9:05:70:cb:33
pcib2:  at device 3.0 on pci0
pci6:  on pcib2
ciss0:  port 0xd800-0xd8ff mem 
0xfb80-0xfbbf,0xfbdff000-0xfbdf irq 24 at device 0.0 on pci6
ciss0: PERFORMANT Transport
ciss0: [ITHREAD]
pcib3:  at device 7.0 on pci0
pci5:  on pcib3
pcib4:  at device 9.0 on pci0
pci4:  on pcib4
pci0:  at device 20.0 (no driver 
attached)
pci0:  at device 20.1 (no driver 
attached)
pci0:  at device 20.2 (no driver 
attached)
uhci0:  port 0xb800-0xb81f irq 16 
at device 26.0 on pci0
uhci0: [ITHREAD]
usbus0:  on uhci0
ehci0:  mem 
0xfa7f8000-0xfa7f83ff irq 18 at device 26.7 on pci0
ehci0: [ITHREAD]
usbus1: EHCI version 1.0
usbus1:  on ehci0
pcib5:  irq 16 at device 28.0 on pci0
pci3:  on pcib5
pcib6:  irq 16 at device 28.4 on pci0
pci2:  on pcib6
vgapci0:  mem 
0xf800-0xf8ff,0xfb7fc000-0xfb7f,0xfa80-0xfaff irq 16 at 
device 0.0 on pci2
uhci1:  port 0xb880-0xb89f irq 23 
at device 29.0 on pci0
uhci1: [ITHREAD]
usbus2:  on uhci1
uhci2:  port 0xbc00-0xbc1f irq 19 
at device 29.1 on pci0
uhci2: [ITHREAD]
usbus3:  on uhci2
uhci3:  port 0xc000-0xc01f irq 18 
at device 29.2 on pci0
uhci3: [ITHREAD]
usbus4:  on uhci3
ehci1:  mem 
0xfa7fa000-0xfa7fa3ff irq 23 at device 29.7 on pci0
ehci1: [ITHREAD]
usbus5: waiting for BIOS