Skip site navigation (1)Skip section navigation (2)

Site Navigation

Sample Title For List of Annotated PRs

To generate an HTML page from a list of watched PRs, use the following script on freefall:

   ~gnats/tools/do_generate_annotated_prs <filename>

If you do not specify filename the script will look for a file named annotated_prs.txt in the public_html directory owned by username.

The input format is fairly free-form: any line that starts with a numeric is magically assumed to be a PR number; otherwise it is simply copied to the output.

The output is written to filename except with .html substituted for .txt.

Send comments to linimon@FreeBSD.org.

Note: closed PRs will be automagically filtered out.

Ejecting mounted device causes panic

This is the most notorious problem. In general it affects users of USB devices the most often, but can also affect CD and floppy users. The 'received wisdom' is that the VM system will need some re-architecting to fully cope with this problem.

SSubmittedTrackerResp.Description
p2002/12/10usb/46176imp[umass] [panic] umass causes kernel panic if device removed before umount
o2005/02/06usb/77184usb[umass] [panic] kernel panic on USB device disconnect, even if not detected
s2005/06/23usb/82569usb[umass] [panic] USB mass storage plug/unplug causes system panic
o2005/07/16usb/83563usb[umass] [panic] Page Fault while detaching Mpman Usb device
s2005/07/30usb/84336usb[usb] [reboot] instant system reboot when unmounting a powered off/unplugged+replugged USB device
o2005/10/23kern/87859[smbfs] System reboot while umount smbfs.
s2005/11/16kern/89102geom[geom] [panic] panic when forced unmount FS from unplugged device
o2005/11/21kern/89396[reboot] remounting cdrom causes reboot
o2006/03/19kern/94669pjd[vfs] [patch] Panic from Failed Removable Media Mount
o2006/05/02kern/96644[panic] umount(8) crash after mount/umount disturbance: fatal trap 12
o2006/08/18kern/102250trhodes[msdosfs] panic upon forced umount of removed medium
o2006/10/11usb/104292usb[umass] [hang] system lockup on forced umount of usb-storage device
o2006/11/10usb/105361usb[panic] Kernel panic during unmounting mass storage (Creative mp3 player)
o2006/12/15kern/106783[fdc] umount of a floppy disk results in a reboot
o2007/02/09kern/108968[panic] Double mount then umount and ls resuits in panic.
o2007/02/21kern/109377daichi[unionfs] unionfs crashes if underlying file system forcibly unmounted
o2007/11/17usb/118098usb[umass] 6th gen iPod causes problems when disconnecting, even after umount
o2008/02/18usb/120786usbKernel panic when forced umount of a dettached USB Harddisk
o2008/06/26kern/124996[patch] "filesystem goof: vop_panic[vop_revoke]" panic on removal of USB serial adapter
19 problems total.

Mounting something twice hangs system

SSubmittedTrackerResp.Description
a2004/12/07kern/74809[modules] [panic] smbfs panic if multiply mounted
o2006/12/08kern/106496kris[softupdates] Can't remount filesystem as read only after delete - Failed to flush worklist
o2006/12/28kern/107285[panic] freeze and reboot by mounting CDROM volume twice
3 problems total.

And so on, and so forth.