<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs">
    <title>gmane.os.freebsd.bugs</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61133"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61132"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61131"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61130"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61129"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61128"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61127"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61126"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61125"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61124"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61123"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61122"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61121"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61120"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61119"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61118"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61117"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61115"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61114"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.freebsd.bugs/61113"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61133">
    <title>bin/178838: share/i18n/csmapper tries to use $DESTDIR/usr/bin/touch despite touch will first be installed at a later stage during make installworld</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61133</link>
    <description>&lt;pre&gt;
Private
FreeBSD freebsd10.bsd.net 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r250739: Fri May 17 12:49:09 CEST 2013     root&amp;lt; at &amp;gt;freebsd10.bsd.net:/usr/obj/usr/src/sys/VBOX  amd64
share/i18n/csmapper tries to use $DESTDIR/usr/bin/touch despite touch will first be installed at a later stage during make installworld:

===&amp;gt; share/i18n (install)
===&amp;gt; share/i18n/csmapper (install)
touch mapper.dir
make: exec(touch) failed (No such file or directory)
*** Error code 1

Stop.
make: stopped in /usr/src/share/i18n/csmapper
*** Error code 1

Stop.
make: stopped in /usr/src/share/i18n
*** Error code 1

Stop.
make: stopped in /usr/src/share
*** Error code 1

Stop.
make: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src

Problem appeared sometime after 2013-05-17T10:55+0000.

I even tried copying /usr/obj/usr/src/usr.bin/touch/touch to /20130522/usr/bin/touch prior to a second run of make installworld, but to no avail.

I'm not ruling out a local problem.
cd /usr/src
svn up                      # I'm at r250910&lt;/pre&gt;</description>
    <dc:creator>Trond Endrestøl</dc:creator>
    <dc:date>2013-05-22T17:14:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61132">
    <title>kern/178830: kldload alq then kldunload alq then init 0 makes panic!</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61132</link>
    <description>&lt;pre&gt;
PFG Co.
FreeBSD FBSD-SRC 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root&amp;lt; at &amp;gt;farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

if you load alq module
#kldload alq
after that
#kldunload alq
and after that shutdown the system
#init 0 or shutdown -p now or ...
the system will panic!
we have a module which uses alq api's.
  MODULE_DEPEND(mymodule, alq, 1, 1, 1)
so when we start mymodule, after that stop it and after that shutdown system, we get panic. from that we found this problem.
just type:
#kldload alq
after that
#kldunload alq
and after that shutdown the system
#init 0 or shutdown -p now or ...


_______________________________________________
freebsd-bugs&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>Ali Alizadeh</dc:creator>
    <dc:date>2013-05-22T11:51:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61131">
    <title>bin/178819: bmake w/ WRKDIRPEFIX=/tmp breaks Ports Collection</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61131</link>
    <description>&lt;pre&gt;
bmake has some strange affinity for /tmp, so for example:
# make -V MAKEFILE
Makefile
# mkdir -p /tmp/usr/ports
# make -V MAKEFILE
/usr/ports/Makefile

However Ports uses MAKEFILE internally and does not expect it to be set to the current Makefile.  When that Makefile is set strange things happen.  
# cd /usr/ports/ports-mgmt/pkg
# make WKRDIRPREFIX=/tmp

===&amp;gt;  License BSD accepted by the user
===&amp;gt; Fetching all distfiles required by pkg-1.0.12_1 for building
===&amp;gt;  Extracting for pkg-1.0.12_1
===&amp;gt;  License BSD accepted by the user
===&amp;gt; Fetching all distfiles required by pkg-1.0.12_1 for building
=&amp;gt; SHA256 Checksum OK for pkg-1.0.12.tar.xz.
===&amp;gt;  Patching for pkg-1.0.12_1
===&amp;gt;  Applying FreeBSD patches for pkg-1.0.12_1
===&amp;gt;  Configuring for pkg-1.0.12_1
===&amp;gt;   FreeBSD 10 autotools fix applied to /tmp/usr/ports/ports-mgmt/pkg/work/pkg-1.0.12/external/libyaml/aclocal.m4
===&amp;gt;   FreeBSD 10 autotools fix applied to /tmp/usr/ports/ports-mgmt/pkg/work/pkg-1.0.12/external/libyaml/configure
===&amp;gt;  Building for pkg-1.0.&lt;/pre&gt;</description>
    <dc:creator>David Naylor</dc:creator>
    <dc:date>2013-05-21T18:13:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61130">
    <title>misc/178817: install from cdrom fail after cdloader</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61130</link>
    <description>&lt;pre&gt;
FreeBSD sisko 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root&amp;lt; at &amp;gt;farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
When I try to install a fresh FreeBSD system from CDs
(boot only / disk1 ) the cdloader starts, a little rotor
start running an that's all! The install process stops here.

This problem occurs manly with home computers, specially with
dell computers.

I  assume the cdrom works perfectly, I install in my computer
most of the Linux distros and windows, the iso wasn't broken
and the cdrom was perfectly burned, I can use the CD in other
computers without problem. I also can use the cd to install 
freebsd in my computer using an external cdrom connected by USB.

I found messages on the ML about this issue but without solution
other than "use usb"

Is cdloader broken ?



_______________________________________________
freebsd-bugs&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-uns&lt;/pre&gt;</description>
    <dc:creator>rodrigo osorio</dc:creator>
    <dc:date>2013-05-21T18:07:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61129">
    <title>Re: misc/178811: nginx invoked by /usr/sbin/service failed to start passenger</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61129</link>
    <description>&lt;pre&gt;The following reply was made to PR misc/178811; it has been noted by GNATS.

From: ccc fanta &amp;lt;cccfanta&amp;lt; at &amp;gt;gmail.com&amp;gt;
To: bug-followup&amp;lt; at &amp;gt;FreeBSD.org, cccfanta&amp;lt; at &amp;gt;gmail.com
Cc:  
Subject: Re: misc/178811: nginx invoked by /usr/sbin/service failed to start passenger
Date: Tue, 21 May 2013 22:26:27 +0800

 --047d7b6782fc1a865d04dd3b3c3c
 Content-Type: text/plain; charset=ISO-8859-1
 
 After further digging, it seems that I also need to modify /etc/rc in order
 to fix my problem completely.  It doesn't sound right.
 
 Basically I need a way to set PATH to include /usr/local/bin before
 starting nginx with passenger.  Is that a easy way to do it?  I found a
 ugly hack to workaround this problem.  It's to include the following line
 in /etc/rc.conf.
 
 export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:
 
 btw I don't have this problem in Freebsd 8.3 and it just comes up after
 upgrade to 9.1.
 
 --047d7b6782fc1a865d04dd3b3c3c
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: qu&lt;/pre&gt;</description>
    <dc:creator>ccc fanta</dc:creator>
    <dc:date>2013-05-21T14:30:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61128">
    <title>misc/178813: wrong portmaster command in freebsd upgrade instructions</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61128</link>
    <description>&lt;pre&gt;
FreeBSD server.localdomain 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:11:52 UTC 2013     root&amp;lt; at &amp;gt;amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
"Chapter 25.2.3.3. Rebuilding Ports After a Major Version Upgrade" in the handbook
provides the following command:

# portmaster -f

which should be

# portmaster -af



_______________________________________________
freebsd-bugs&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>S Ventek</dc:creator>
    <dc:date>2013-05-21T14:16:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61127">
    <title>misc/178811: nginx invoked by /usr/sbin/service failed to start passenger</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61127</link>
    <description>&lt;pre&gt;
FreeBSD XXX.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root&amp;lt; at &amp;gt;farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
After reboot or running 'service nginx restart', /usr/sbin/service would invoke /usr/local/sbin/nginx which would call passenger_ruby wrapper script which would try to execute this line"#!/usr/bin/env bash".  Since /usr/sbin/service 'exec' with PATH without /usr/local/bin, bash couldn't be found and passenger failed to start.

Is it possible to change /usr/sbin/service to include /usr/local/bin when 'exec' e.g. 

Change

  exec env -i HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin $dir/$script $*

To

  exec env -i HOME=/ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin $dir/$script $*
install nginx and passenger
run 'service nginx restart'
access webpages served by passenger
Soft link /usr/local/bin/bash to /usr/bin

or

modify /usr/sbin/service

_______________________________________________
freebsd-bugs&amp;lt; at &amp;gt;freebsd.org mailing list
http://l&lt;/pre&gt;</description>
    <dc:creator>Elliot</dc:creator>
    <dc:date>2013-05-21T14:01:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61126">
    <title>Re: kern/178795: MSI for mps driver doesn&amp;#39;t work under vmware</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61126</link>
    <description>&lt;pre&gt;The following reply was made to PR kern/178795; it has been noted by GNATS.

From: Vitaly Belousov &amp;lt;vitaly.belousov&amp;lt; at &amp;gt;gmail.com&amp;gt;
To: bug-followup&amp;lt; at &amp;gt;FreeBSD.org, vitaly.belousov&amp;lt; at &amp;gt;gmail.com
Cc:  
Subject: Re: kern/178795: MSI for mps driver doesn&amp;amp;#39;t work under vmware
Date: Tue, 21 May 2013 01:31:52 +0400

 --089e0118485ca615aa04dd2d0f28
 Content-Type: text/plain; charset=windows-1252
 Content-Transfer-Encoding: quoted-printable
 
 hint.mpt.0.msi_enable=3D0 =97 didn't works :(
 pciPassthru0.msiEnabled =97 also did not helped.
 
 --089e0118485ca615aa04dd2d0f28
 Content-Type: text/html; charset=windows-1252
 Content-Transfer-Encoding: quoted-printable
 
 &amp;lt;div dir=3D"ltr"&amp;gt;&amp;lt;span style=3D"color:rgb(0,0,0);font-family:verdana,sans-s=
 erif;font-size:11px;background-color:rgb(239,239,239)"&amp;gt;hint.mpt.0.msi_enabl=
 e=3D0 =97 didn&amp;amp;#39;t works :(&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;div&amp;gt;&amp;lt;span style=3D"color:rgb(0,0,0=
 );font-family:verdana,sans-serif;font-size:11px;background-color:rgb(239,23=
 9,239)"&amp;gt;pciPassthru0.msiEnabled =97 also did not helped&lt;/pre&gt;</description>
    <dc:creator>Vitaly Belousov</dc:creator>
    <dc:date>2013-05-20T21:40:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61125">
    <title>Re: conf/178775: commit references a PR</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61125</link>
    <description>&lt;pre&gt;The following reply was made to PR conf/178775; it has been noted by GNATS.

From: dfilter&amp;lt; at &amp;gt;FreeBSD.ORG (dfilter service)
To: bug-followup&amp;lt; at &amp;gt;FreeBSD.org
Cc:  
Subject: Re: conf/178775: commit references a PR
Date: Mon, 20 May 2013 21:16:51 +0000 (UTC)

 Author: brooks
 Date: Mon May 20 21:16:38 2013
 New Revision: 250832
 URL: http://svnweb.freebsd.org/changeset/base/250832
 
 Log:
   Fix distributekernel in the non NO_ROOT case.
   
   PR:conf/178775
   Submitted by:Garrett Cooper &amp;lt;yaneurabeya&amp;lt; at &amp;gt;gmail.com&amp;gt;
 
 Modified:
   head/Makefile.inc1
 
 Modified: head/Makefile.inc1
 ==============================================================================
 --- head/Makefile.inc1Mon May 20 20:47:40 2013(r250831)
 +++ head/Makefile.inc1Mon May 20 21:16:38 2013(r250832)
 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1032,8 +1032,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; distributekernel distributekernel.debug:
      ${IMAKE_MTREE} PATH=${TMPPATH} ${MAKE} KERNEL=${INSTKERNNAME} \
      DESTDIR=${INSTALL_DDIR:S://:/:g:C:/$::}/kernel \
      ${.TARGET:S/distributekernel/install/}
 +.if def&lt;/pre&gt;</description>
    <dc:creator>dfilter service</dc:creator>
    <dc:date>2013-05-20T21:20:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61124">
    <title>Re: conf/178775: [PATCH] make distributekernel when -DNO_ROOT is not specified is broken</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61124</link>
    <description>&lt;pre&gt;Synopsis: [PATCH] make distributekernel when -DNO_ROOT is not specified is broken

State-Changed-From-To: open-&amp;gt;closed
State-Changed-By: brooks
State-Changed-When: Mon May 20 21:16:56 UTC 2013
State-Changed-Why: 
Committed.  Thanks for catching this.

http://www.freebsd.org/cgi/query-pr.cgi?pr=178775
_______________________________________________
freebsd-bugs&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>brooks&lt; at &gt;FreeBSD.org</dc:creator>
    <dc:date>2013-05-20T21:17:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61123">
    <title>Re: ports/178789: [PATCH] unbreak graphics/digikam-kde4 by add depend with devel/boost-libs</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61123</link>
    <description>&lt;pre&gt;Synopsis: [PATCH] unbreak graphics/digikam-kde4 by add depend with devel/boost-libs

Responsible-Changed-From-To: freebsd-bugs-&amp;gt;freebsd-ports-bugs
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon May 20 20:14:55 UTC 2013
Responsible-Changed-Why: 
ports PR.

http://www.freebsd.org/cgi/query-pr.cgi?pr=178789
_______________________________________________
freebsd-bugs&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>linimon&lt; at &gt;FreeBSD.org</dc:creator>
    <dc:date>2013-05-20T20:15:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61122">
    <title>kern/178795: MSI for mps driver doesn't work under vmware</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61122</link>
    <description>&lt;pre&gt;
Belousov
FreeBSD nasbox.tpaktop.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root&amp;lt; at &amp;gt;farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
Same issue like before with mpt driver - kern/163812
Use LSI deivce pass-thru under vmware.
Yep, see bug 163812.

_______________________________________________
freebsd-bugs&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>Vitaly</dc:creator>
    <dc:date>2013-05-20T17:37:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61121">
    <title>Re: misc/178789: [PATCH] unbreak graphics/digikam-kde4 by add depend with devel/boost-libs</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61121</link>
    <description>&lt;pre&gt;The following reply was made to PR misc/178789; it has been noted by GNATS.

From: Hon-Yu Lawrence Cheung &amp;lt;cheunghonyu&amp;lt; at &amp;gt;gmail.com&amp;gt;
To: FreeBSD-gnats-submit&amp;lt; at &amp;gt;freebsd.org
Cc:  
Subject: Re: misc/178789: [PATCH] unbreak graphics/digikam-kde4 by add depend
 with devel/boost-libs
Date: Mon, 20 May 2013 22:49:37 +0800

 --001a11c29f600f48a704dd2771cb
 Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 Sorry., I sent in wrong catalog with wrong patch.txt
 On 2013/5/20 =E4=B8=8B=E5=8D=8810:40, &amp;lt;FreeBSD-gnats-submit&amp;lt; at &amp;gt;freebsd.org&amp;gt; wr=
 ote:
 
 &amp;gt; Thank you very much for your problem report.
 &amp;gt; It has the internal identification `misc/178789'.
 &amp;gt; The individual assigned to look at your
 &amp;gt; report is: freebsd-bugs.
 &amp;gt;
 &amp;gt; You can access the state of your problem report at any time
 &amp;gt; via this link:
 &amp;gt;
 &amp;gt; http://www.freebsd.org/cgi/query-pr.cgi?pr=3D178789
 &amp;gt;
 &amp;gt; &amp;gt;Category:       misc
 &amp;gt; &amp;gt;Responsible:    freebsd-bugs
 &amp;gt; &amp;gt;Synopsis:       [PATCH] unbreak graphics/digikam-kde4 by add depend wit&lt;/pre&gt;</description>
    <dc:creator>Hon-Yu Lawrence Cheung</dc:creator>
    <dc:date>2013-05-20T14:50:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61120">
    <title>misc/178789: [PATCH] unbreak graphics/digikam-kde4 by add depend with devel/boost-libs</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61120</link>
    <description>&lt;pre&gt;
FreeBSD headquarter.honyucheung.net 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0 r250087: Tue Apr 30 13:03:25 HKT 2013     root&amp;lt; at &amp;gt;headquarter.honyucheung.net:/usr/obj/usr/src/sys/HEADQUARTER  amd64
graphcis/digikam-kde4 fail to build inside poudriere sandbox result from missing Boost Graph library found.

The following is poudriere log
=================================
..
&lt;/pre&gt;</description>
    <dc:creator>Hon-Yu Lawrence Cheung</dc:creator>
    <dc:date>2013-05-20T14:30:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61119">
    <title>Current problem reports</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61119</link>
    <description>&lt;pre&gt;(Note: an HTML version of this report is available at
http://www.freebsd.org/cgi/query-pr-summary.cgi .)

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker      Resp.      Description
--------------------------------------------------------------------------------
f ports/178785            mail/dracmail: adoption of optionsNG, and standardize 
f ports/178784            [patch] enable PowerPC support in devel/gdb
o ports/178783            [NEW PORT] misc/auto-multiple-choice: Multiple Choice 
o kern/178782  net        [ixgbe] 82599EB SFP does not work with passthrough und
f ports/178781            [PATCH] net-mgmt/nfsen: Fix RUN_REPENDS syntax
o ports/178780 delphij    I have updated databases/libdbi-drivers to 0.9.0
o ports/178779 clsung     I have updated databases/libdbi to 0.9.0
o ports/178778 swills     [patch] update x11-themes/kde4-style-bespin
f port&lt;/pre&gt;</description>
    <dc:creator>FreeBSD bugmaster</dc:creator>
    <dc:date>2013-05-20T11:06:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61118">
    <title>Current problem reports sorted by tag</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61118</link>
    <description>&lt;pre&gt;(Note: a better version of this report is available at
http://people.freebsd.org/~linimon/studies/prs/pr_tag_index.html .)

Problem reports for tag '2tb':

S Tracker      Resp.      Description
--------------------------------------------------------------------------------
o bin/143389              [2tb] [patch] fdisk(8) cannot handle above 1TB under i
f kern/139510  pjd        [geom] [2tb] gmirror disappears after boot on 2T disks
o kern/118912  fs         [2tb] disk sizing/geometry problem with large array
s bin/111146   fs         [2tb] fsck(8) fails on 6T filesystem
o bin/107829   fs         [2TB] fdisk(8): invalid boundary checking in fdisk / w
o kern/79251   geom       [2TB] newfs fails on 2.6TB gbde device
o kern/18874   fs         [2TB] 32bit NFS servers export wrong negative values t

7 problems total.

Problem reports for tag 'aac':

S Tracker      Resp.      Description
--------------------------------------------------------------------------------
o kern/148083  scsi       [aac] Strange device &lt;/pre&gt;</description>
    <dc:creator>FreeBSD bugmaster</dc:creator>
    <dc:date>2013-05-20T11:08:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61117">
    <title>Current problem reports containing patches</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61117</link>
    <description>&lt;pre&gt;(Note: an HTML version of this report is available at
http://people.freebsd.org/~linimon/studies/prs/prs_for_tag_patch.html .)


S Tracker      Resp.      Description
--------------------------------------------------------------------------------
f ports/178784            [patch] enable PowerPC support in devel/gdb
f ports/178781            [PATCH] net-mgmt/nfsen: Fix RUN_REPENDS syntax
o ports/178778 swills     [patch] update x11-themes/kde4-style-bespin
f ports/178777            [patch] Fix pkg-plist for games/boswars
o ports/178776 dinoex     [patch] mail/sendmail-sasl: doesn't create a sasl send
o conf/178775             [PATCH] make distributekernel when -DNO_ROOT is not sp
o usb/178773   usb        [usbdevs] [patch] Huawei E303 USB 3G modem support
o usb/178771   usb        [usbdevs] [patch] Western Digital My Passport HD
o ports/178770 jlaffaye   [PATCH] www/pelican: update to 3.2
o ports/178768 jlaffaye   [PATCH] www/py-feedgenerator: update to 1.5, Use setup
o bin/178764              [PATCH] [bluet&lt;/pre&gt;</description>
    <dc:creator>FreeBSD bugmaster</dc:creator>
    <dc:date>2013-05-20T11:08:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61115">
    <title>kern/178782: [ixgbe] 82599EB SFP does not work with passthrough under KVM.</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61115</link>
    <description>&lt;pre&gt;
Arraynetworks
Host OS: 
OpenSUSE 12.2
Linux linux-kj2u 3.4.6-2.10-desktop #1 SMP PREEMPT Thu Jul 26 09:36:26 UTC 2012 (641c197) x86_64 x86_64 x86_64 GNU/Linux
QEMU emulator version 1.1.1 (kvm-1.1.1-1.8.1), Copyright (c) 2003-2008 Fabrice Bellard

Guest OS:
FreeBSD freebsd9.1 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012    root&amp;lt; at &amp;gt;farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

The 10G Intel 82599EB SFP NIC could not work with passthrough on KVM.
I did some tests with different Hypervisors and Guest OS, which make me think it's a FreeBSD problem.

1. OpenXen + FreeBSD9.1 guest os.             -- [OK]
2. OpenXen + Linux guest os (e.g. Fedora 12). -- [OK]
3. KVM + Linux guest os (e.g. Fedora 12).     -- [OK]
4. KVM + FreeBSD9.1 guest os.                 -- [Failed]
1.Make the pci device of 82599SFP assignale. From lspci on OpenSUSE:
0d:00.0 Ethernet controller: Intel Corporation 82599EB 10-Gigabit SFI/SFP+ Network Connection (rev 01)
        Subsystem: QLogic, Corp. Device 0&lt;/pre&gt;</description>
    <dc:creator>Jason Shi</dc:creator>
    <dc:date>2013-05-20T06:28:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61114">
    <title>Re: kern/177335: [nfs] [panic] Sleeping on "vmopar" with the following non-sleepable locks held: exclusive sleep mutex NFSnode lock (NFSnode lock)</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61114</link>
    <description>&lt;pre&gt;Old Synopsis: Sleeping on "vmopar" with the following non-sleepable locks held: exclusive sleep mutex NFSnode lock (NFSnode lock)
New Synopsis: [nfs] [panic] Sleeping on "vmopar" with the following non-sleepable locks held: exclusive sleep mutex NFSnode lock (NFSnode lock)

Responsible-Changed-From-To: freebsd-bugs-&amp;gt;freebsd-fs
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon May 20 03:32:02 UTC 2013
Responsible-Changed-Why: 
Over to maintainer(s).

http://www.freebsd.org/cgi/query-pr.cgi?pr=177335
_______________________________________________
freebsd-bugs&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>linimon&lt; at &gt;FreeBSD.org</dc:creator>
    <dc:date>2013-05-20T03:32:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61113">
    <title>Re: kern/178079: [tcp] Switching TCP CC algorithm panics on sparc64 with a complaint from the MMU</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61113</link>
    <description>&lt;pre&gt;Old Synopsis: Switching TCP CC algorithm panics on sparc64 with a complaint from the MMU
New Synopsis: [tcp] Switching TCP CC algorithm panics on sparc64 with a complaint from the MMU

Responsible-Changed-From-To: freebsd-bugs-&amp;gt;freebsd-net
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon May 20 03:30:59 UTC 2013
Responsible-Changed-Why: 
Over to maintainer(s).

http://www.freebsd.org/cgi/query-pr.cgi?pr=178079
_______________________________________________
freebsd-bugs&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>linimon&lt; at &gt;FreeBSD.org</dc:creator>
    <dc:date>2013-05-20T03:31:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.freebsd.bugs/61107">
    <title>Re: kern/178482: [ipfw] logging problem from vnet jail</title>
    <link>http://permalink.gmane.org/gmane.os.freebsd.bugs/61107</link>
    <description>&lt;pre&gt;Old Synopsis: ipfw  logging problem from vnet jail
New Synopsis: [ipfw] logging problem from vnet jail

Responsible-Changed-From-To: freebsd-bugs-&amp;gt;freebsd-ipfw
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon May 20 03:26:47 UTC 2013
Responsible-Changed-Why: 
Over to maintainer(s).

http://www.freebsd.org/cgi/query-pr.cgi?pr=178482
_______________________________________________
freebsd-bugs&amp;lt; at &amp;gt;freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe&amp;lt; at &amp;gt;freebsd.org"

&lt;/pre&gt;</description>
    <dc:creator>linimon&lt; at &gt;FreeBSD.org</dc:creator>
    <dc:date>2013-05-20T03:27:22</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.freebsd.bugs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.freebsd.bugs</link>
  </textinput>
</rdf:RDF>
