[Bug 9955] Moo.
show_bug.cgi?id=9955 Florent Thoumie changed: What|Removed |Added Component|General |General Version|FreeBSD 3.0-BETA i386 |unspecified AssignedTo|f...@xbsd.org|freebsd-bugs@FreeBSD.org Product|i386|gnu -- Configure bugmail: userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. ___ 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/165870: bwn driver does not attach on HP Pavilion dv9420us
On Thursday, March 08, 2012 11:39:37 PM John Merryweather Cooper wrote: > >Number: 165870 > >Category: kern > >Synopsis: bwn driver does not attach on HP Pavilion dv9420us > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible:freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Fri Mar 09 05:40:05 UTC 2012 > >Closed-Date: > >Last-Modified: > >Originator: John Merryweather Cooper > >Release:FreeBSD 8.3-PRERELEASE > >Organization: > > >Environment: > FreeBSD dv9420us.kc.rr.com 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Fri > Mar 2 22:45:09 CST 2012 > r...@dv9420us.kc.rr.com:/usr/obj/usr/src/sys/LAPTOP amd64 > > >Description: > bwn detects the Broadcom chipset, but the device does not function with the > following dmesg lines: > > siba_bwn0: mem 0xb600-0xb6003fff > at device 0.0 on pci3 siba_bwn0: unsupported coreid (USB 1.1 Host) > bwn0 on siba_bwn0 > bwn0: WLAN (chipid 0x4311 rev 13) PHY (analog 4 type 2 rev 9) RADIO (manuf > 0x17f ver 0x2050 rev 2) bwn0: DMA (64 bits) > bwn0: Using 1 MSI messages > bwn0: [FILTER] > > * * * > > wlan0: Ethernet address: 00:1a:73:81:41:db > bwn0: need multicast update callback > bwn0: need multicast update callback > bwn0: firmware version (rev 410 patch 2160 date 0x751a time 0x7c0a) > bwn0: status of RF switch is changed to OFF > bwn0: please turns on the RF switch > bwn0: device timeout > bwn0: device timeout > > >How-To-Repeat: > Boot FreeBsd > > >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" Another data point. I get the same log messages, but the bwn driver now works for me on 9-STABLE. All I need to do was follow the upgrade steps. I note that I was rebuilding the firmware module (and it's dependencies) with 8.3-PRERELEASE with no effect. -- -- John M. Cooper ___ 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: conf/166194: syslogd: hostname nor servname provided, or not known: Invalid argument
Synopsis: syslogd: hostname nor servname provided, or not known: Invalid argument State-Changed-From-To: open->suspended State-Changed-By: gjb State-Changed-When: Sat Mar 17 16:45:52 UTC 2012 State-Changed-Why: Hi, Please upgrade to a supported version of FreeBSD, and let us know if this is still a problem. If it is, please provide more information about your system's configuration. Glen http://www.freebsd.org/cgi/query-pr.cgi?pr=166194 ___ 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"
misc/166207: fix vuxml entries for firefox3.6
>Number: 166207 >Category: misc >Synopsis: fix vuxml entries for firefox3.6 >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: Sat Mar 17 17:40:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sergey Kandaurov >Release: >Organization: >Environment: >Description: entries like this 3.6.*3.6.26 do not cover packages with epoch like 3.6.*,1 >How-To-Repeat: This command ``portaudit -v firefox-3.6.23,1'' will currently print only one correct entry. Those for 3.6.24 and above are not correct. >Fix: fix entries for <3.6.26, <3.6.27, <3.6.28 Patch attached with submission follows: --- security/vuxml/vuln.xml.orig2012-03-17 21:28:16.0 +0400 +++ security/vuxml/vuln.xml 2012-03-17 21:28:49.0 +0400 @@ -164,7 +164,7 @@ firefox 4.0,110.0.3,1 - 3.6.*3.6.28 + 3.6.*,13.6.28 linux-firefox @@ -704,7 +704,7 @@ firefox 10.0,110.0.2,1 - 3.6.*3.6.27 + 3.6.*,13.6.27 linux-firefox @@ -1336,7 +1336,7 @@ firefox 4.0,110.0,1 - 3.6.*3.6.26 + 3.6.*,13.6.26 linux-firefox >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"
Re: ports/166207: fix vuxml entries for firefox3.6
Synopsis: fix vuxml entries for firefox3.6 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: pluknet Responsible-Changed-When: Sat Mar 17 17:41:38 UTC 2012 Responsible-Changed-Why: Move to ports category. http://www.freebsd.org/cgi/query-pr.cgi?pr=166207 ___ 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: [Bug 9955] Moo.
on 17/03/2012 13:41 bugzilla-dae...@ash.xbsd.org said the following: > show_bug.cgi?id=9955 > > Florent Thoumie changed: > >What|Removed |Added > > Component|General |General > Version|FreeBSD 3.0-BETA i386 |unspecified > AssignedTo|f...@xbsd.org|freebsd-bugs@FreeBSD.org > Product|i386|gnu > What's this? :-) -- Andriy Gapon ___ 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: [Bug 9955] Moo.
On Sat, Mar 17, 2012 at 9:40 PM, Andriy Gapon wrote: > on 17/03/2012 13:41 bugzilla-dae...@ash.xbsd.org said the following: >> show_bug.cgi?id=9955 >> >> Florent Thoumie changed: >> >> What |Removed |Added >> >> Component|General |General >> Version|FreeBSD 3.0-BETA i386 |unspecified >> AssignedTo|f...@xbsd.org |freebsd-bugs@FreeBSD.org >> Product|i386 |gnu >> > > What's this? :-) An accident, nothing to see! -- Florent ___ 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/165927: commit references a PR
The following reply was made to PR kern/165927; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: kern/165927: commit references a PR Date: Sat, 17 Mar 2012 23:00:43 + (UTC) Author: kib Date: Sat Mar 17 23:00:32 2012 New Revision: 233100 URL: http://svn.freebsd.org/changeset/base/233100 Log: In vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRTY object flag if the filesystem performed short write and we are skipping the page due to this. Propogate write error from the pager back to the callers of vm_pageout_flush(). Report the failure to write a page from the requested range as the FALSE return value from vm_object_page_clean(), and propagate it back to msync(2) to return EIO to usermode. While there, convert the clearobjflags variable in the vm_object_page_clean() and arguments of the helper functions to boolean. PR: kern/165927 Reviewed by: alc MFC after: 2 weeks Modified: head/sys/vm/vm_contig.c head/sys/vm/vm_map.c head/sys/vm/vm_mmap.c head/sys/vm/vm_object.c head/sys/vm/vm_object.h head/sys/vm/vm_pageout.c head/sys/vm/vm_pageout.h Modified: head/sys/vm/vm_contig.c == --- head/sys/vm/vm_contig.cSat Mar 17 22:29:05 2012(r233099) +++ head/sys/vm/vm_contig.cSat Mar 17 23:00:32 2012(r233100) @@ -137,7 +137,8 @@ vm_contig_launder_page(vm_page_t m, vm_p object->type == OBJT_DEFAULT) { vm_page_unlock_queues(); m_tmp = m; - vm_pageout_flush(&m_tmp, 1, VM_PAGER_PUT_SYNC, 0, NULL); + vm_pageout_flush(&m_tmp, 1, VM_PAGER_PUT_SYNC, 0, + NULL, NULL); VM_OBJECT_UNLOCK(object); vm_page_lock_queues(); return (0); Modified: head/sys/vm/vm_map.c == --- head/sys/vm/vm_map.c Sat Mar 17 22:29:05 2012(r233099) +++ head/sys/vm/vm_map.c Sat Mar 17 23:00:32 2012(r233100) @@ -2591,6 +2591,7 @@ vm_map_sync( vm_object_t object; vm_ooffset_t offset; unsigned int last_timestamp; + boolean_t failed; vm_map_lock_read(map); VM_MAP_RANGE_CHECK(map, start, end); @@ -2620,6 +2621,7 @@ vm_map_sync( if (invalidate) pmap_remove(map->pmap, start, end); + failed = FALSE; /* * Make a second pass, cleaning/uncaching pages from the indicated @@ -2648,7 +2650,8 @@ vm_map_sync( vm_object_reference(object); last_timestamp = map->timestamp; vm_map_unlock_read(map); - vm_object_sync(object, offset, size, syncio, invalidate); + if (!vm_object_sync(object, offset, size, syncio, invalidate)) + failed = TRUE; start += size; vm_object_deallocate(object); vm_map_lock_read(map); @@ -2658,7 +2661,7 @@ vm_map_sync( } vm_map_unlock_read(map); - return (KERN_SUCCESS); + return (failed ? KERN_FAILURE : KERN_SUCCESS); } /* Modified: head/sys/vm/vm_mmap.c == --- head/sys/vm/vm_mmap.c Sat Mar 17 22:29:05 2012(r233099) +++ head/sys/vm/vm_mmap.c Sat Mar 17 23:00:32 2012(r233100) @@ -508,6 +508,8 @@ sys_msync(td, uap) return (EINVAL);/* Sun returns ENOMEM? */ case KERN_INVALID_ARGUMENT: return (EBUSY); + case KERN_FAILURE: + return (EIO); default: return (EINVAL); } Modified: head/sys/vm/vm_object.c == --- head/sys/vm/vm_object.cSat Mar 17 22:29:05 2012(r233099) +++ head/sys/vm/vm_object.cSat Mar 17 23:00:32 2012(r233100) @@ -101,9 +101,10 @@ SYSCTL_INT(_vm, OID_AUTO, old_msync, CTL "Use old (insecure) msync behavior"); static intvm_object_page_collect_flush(vm_object_t object, vm_page_t p, - int pagerflags, int flags, int *clearobjflags); + int pagerflags, int flags, boolean_t *clearobjflags, + boolean_t *eio); static boolean_t vm_object_page_remove_write(vm_page_t p, int flags, - int *clearobjflags); + boolean_t *clearobjflags); static void vm_object_qcollapse(vm_object_t object); static void vm_object_vndeallocate(vm_object_t object); @@ -775,7 +776,7 @@ vm_object_terminate(vm_object_t object) * page should be flushed, and FALSE otherwise. */ static boolean_t
Re: kern/165927: commit references a PR
The following reply was made to PR kern/165927; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: kern/165927: commit references a PR Date: Sat, 17 Mar 2012 23:03:32 + (UTC) Author: kib Date: Sat Mar 17 23:03:20 2012 New Revision: 233101 URL: http://svn.freebsd.org/changeset/base/233101 Log: Add sysctl vfs.nfs.nfs_keep_dirty_on_error to switch the nfs client behaviour on error from write RPC back to behaviour of old nfs client. When set to not zero, the pages for which write failed are kept dirty. PR: kern/165927 Reviewed by: alc MFC after: 2 weeks Modified: head/sys/fs/nfsclient/nfs_clbio.c head/sys/fs/nfsclient/nfs_clvnops.c Modified: head/sys/fs/nfsclient/nfs_clbio.c == --- head/sys/fs/nfsclient/nfs_clbio.c Sat Mar 17 23:00:32 2012 (r233100) +++ head/sys/fs/nfsclient/nfs_clbio.c Sat Mar 17 23:03:20 2012 (r233101) @@ -66,6 +66,7 @@ extern int ncl_numasync; extern enum nfsiod_state ncl_iodwant[NFS_MAXASYNCDAEMON]; extern struct nfsmount *ncl_iodmount[NFS_MAXASYNCDAEMON]; extern int newnfs_directio_enable; +extern int nfs_keep_dirty_on_error; int ncl_pbuf_freecnt = -1;/* start out unlimited */ @@ -348,9 +349,11 @@ ncl_putpages(struct vop_putpages_args *a pmap_qremove(kva, npages); relpbuf(bp, &ncl_pbuf_freecnt); - vnode_pager_undirty_pages(pages, rtvals, count - uio.uio_resid); - if (must_commit) - ncl_clearcommit(vp->v_mount); + if (error == 0 || !nfs_keep_dirty_on_error) { + vnode_pager_undirty_pages(pages, rtvals, count - uio.uio_resid); + if (must_commit) + ncl_clearcommit(vp->v_mount); + } return rtvals[0]; } Modified: head/sys/fs/nfsclient/nfs_clvnops.c == --- head/sys/fs/nfsclient/nfs_clvnops.cSat Mar 17 23:00:32 2012 (r233100) +++ head/sys/fs/nfsclient/nfs_clvnops.cSat Mar 17 23:03:20 2012 (r233101) @@ -241,6 +241,10 @@ int newnfs_directio_enable = 0; SYSCTL_INT(_vfs_nfs, OID_AUTO, nfs_directio_enable, CTLFLAG_RW, &newnfs_directio_enable, 0, "Enable NFS directio"); +int nfs_keep_dirty_on_error; +SYSCTL_INT(_vfs_nfs, OID_AUTO, nfs_keep_dirty_on_error, CTLFLAG_RW, +&nfs_keep_dirty_on_error, 0, "Retry pageout if error returned"); + /* * This sysctl allows other processes to mmap a file that has been opened * O_DIRECT by a process. In general, having processes mmap the file while ___ svn-src-...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org" ___ 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"
misc/166214: Change port version: desktutils/x-tile A tiling application for X
>Number: 166214 >Category: misc >Synopsis: Change port version: desktutils/x-tile A tiling application >for X >Confidential: no >Severity: non-critical >Priority: medium >Responsible:freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Mar 18 03:00:28 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Pedro Garcia Freitas >Release:9.0-RELEASE >Organization: >Environment: FreeBSD freebsd 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 r...@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update deskutils/x-tile port version. Unshar the x-tile221.shar file following the paths: /usr/port/deskutils/x-tile/Makefile /usr/port/deskutils/x-tile/distinfo /usr/port/deskutils/x-tile/pkg-descr /usr/port/deskutils/x-tile/pkg-plist /usr/port/deskutils/x-tile/files/patch-x-tile >How-To-Repeat: >Fix: Please, create the files/patch-x-tile file with these contents: $FreeBSD: ports/deskutils/x-tile/files/patch-x-tile,v 1.1 2011/08/31 11:43:08 crees Exp $ Fix ctypes warning, by Ruslan Mahmatkhanov --- x-tile.orig 2011-07-04 01:41:29.0 +0400 +++ x-tile 2011-08-22 20:20:30.0 +0400 @@ -56,7 +56,7 @@ try: libc = ctypes.cdll.LoadLibrary(ctypes.util.find_library("libc")) libc.prctl(15, cons.APP_NAME, 0, 0, 0) -except: print "libc.prctl not available, the process name will be python and not x-tile" +except: pass # icons generation factory = gtk.IconFactory() Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-descr # pkg-plist # patch-x-tile # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# New ports collection makefile for: x-tile X# Date created:2010-09-17 X# Whom:Pedro Garcia Freitas X# X# $FreeBSD: ports/deskutils/x-tile/Makefile,v 1.2 2011/08/31 11:43:08 crees Exp $ X# X XPORTNAME= x-tile XPORTVERSION= 2.2.1 XCATEGORIES=deskutils devel python XMASTER_SITES= http://www.giuspen.com/software/ X XMAINTAINER=s...@sawp.com.br XCOMMENT= A GNOME applet to tile the opened windows X XLICENSE= GPLv2 X XUSE_GNOME= pygtk2 XUSE_PYTHON=yes XUSE_PYDISTUTILS= yes XPYDISTUTILS_PKGNAME= X_Tile X Xpost-patch: X @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \ X ${WRKSRC}/x-tile ${WRKSRC}/linux/x-tile.desktop \ X ${WRKSRC}/modules/cons.py X X X.if !defined(WITHOUT_NLS) XUSE_GETTEXT= yes XPLIST_SUB+=NLS="" X.else XPYDISTUTILS_BUILD_TARGET= --without-gettext build XPYDISTUTILS_INSTALL_TARGET=--without-gettext install XPLIST_SUB+=NLS="@comment " X.endif X X.include b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XSHA256 (x-tile-2.2.1.tar.gz) = 7207287d1191d93fe3ce26b681b9e1d87ac5ec0747aaeb5293319a7c842039f7 XSIZE (x-tile-2.1.tar.gz) = 179300 57677d168a5ec21bdf22c9501f075a8f echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' XX-tile is a gnome applet for your panel (or optionally a standalone Xapplication, working with kde as well) that allows you to select a number of Xwindows and tile them in different ways. This is especially useful for Xcomparing products in separate web pages, or for programmers refering to Xdocumentation as they are programming. X XWWW: http://www.giuspen.com/x-tile/ 7f9555c3c1089940396b503dd37f3979 echo x - pkg-plist sed 's/^X//' >pkg-plist << '842cde48cf18b70a11b15515ca566742' Xbin/x-tile Xshare/applications/x-tile.desktop X%%NLS%%share/locale/cs/LC_MESSAGES/x-tile.mo X%%NLS%%share/locale/de/LC_MESSAGES/x-tile.mo X%%NLS%%share/locale/es_AR/LC_MESSAGES/x-tile.mo X%%NLS%%share/locale/fr/LC_MESSAGES/x-tile.mo X%%NLS%%share/locale/it/LC_MESSAGES/x-tile.mo X%%NLS%%share/locale/ru/LC_MESSAGES/x-tile.mo X%%NLS%%share/locale/zh_CN/LC_MESSAGES/x-tile.mo X%%NLS%%share/locale/zh_TW/LC_MESSAGES/x-tile.mo Xshare/pixmaps/x-tile.svg X%%DATADIR%%/glade/checkbox_checked.svg X%%DATADIR%%/glade/checkbox_unchecked.svg X%%DATADIR%%/glade/close-checked-windows.svg X%%DATADIR%%/glade/help-contents.svg X%%DATADIR%%/glade/invert-tiling.svg X%%DATADIR%%/glade/maximize-checked-windows.svg X%%DATADIR%%/glade/quit-app.svg X%%DATADIR%%/glade/reload-windows-list.svg X%%DATADIR%%/glade/tile-custom-1-exe.svg X%%DATADIR%%/glade/tile-custom-1-set.svg X%%DATADIR%%/glade/tile-custom-2-exe.svg X%%DATADIR%%/glade/tile-custom-2-set.svg X%%DATADIR%%/glade/tile-grid.svg X%%DATADIR%%/glade/tile-horizontally.svg X%%DATADIR%%/glade/tile-quad
Re: ports/166214: [patch] deskutils/x-tile: Change port version: desktutils/x-tile A tiling application for X
Old Synopsis: Change port version: desktutils/x-tile A tiling application for X New Synopsis: [patch] deskutils/x-tile: Change port version: desktutils/x-tile A tiling application for X Class-Changed-From-To: update->maintainer-update Class-Changed-By: gjb Class-Changed-When: Sun Mar 18 03:08:48 UTC 2012 Class-Changed-Why: Ports PR. Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: gjb Responsible-Changed-When: Sun Mar 18 03:08:48 UTC 2012 Responsible-Changed-Why: Maintainer update. http://www.freebsd.org/cgi/query-pr.cgi?pr=166214 ___ 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"