misc/154162: security/p5-Crypt-RSA: missing dependency security/p5-Crypt-Blowfish
>Number: 154162 >Category: misc >Synopsis: security/p5-Crypt-RSA: missing dependency >security/p5-Crypt-Blowfish >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: Thu Jan 20 08:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alexey Illarionov >Release:8.1-STABLE >Organization: >Environment: >Description: security/p5-Crypt-RSA has security/p5-Crypt-Blowfish in dependencies that is not defined in port makefile. >How-To-Repeat: >Fix: RUN_DEPENDS= p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \ >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"
misc/154166: Request for Educatia.de link at the FreeBSD website http://www.freebsd.org/commercial/consult.html
>Number: 154166 >Category: misc >Synopsis: Request for Educatia.de link at the FreeBSD website >http://www.freebsd.org/commercial/consult.html >Confidential: no >Severity: non-critical >Priority: low >Responsible:freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jan 20 10:00:27 UTC 2011 >Closed-Date: >Last-Modified: >Originator: David Pietratus >Release: >Organization: Educatia - New Elements GmbH >Environment: >Description: Request for Educatia.de link at the FreeBSD website http://www.freebsd.org/commercial/consult.html with the following content: http://www.Educatia.de Educatia is a Germany based Portal for IT trainings and Seminars for Germany, Austria and Switzerland. Educatia offers FreeBSD trainings for overview and advanced users as well as a large selection of other open source technologies. For further information see http://www.educatia.de/training/opensource-betriebssysteme/freebsd.php >How-To-Repeat: >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"
Re: kern/154152: [bktr] memory leak fix needs MFC
Old Synopsis: BKTR memory leak fix, MFC New Synopsis: [bktr] memory leak fix needs MFC State-Changed-From-To: open->patched State-Changed-By: linimon State-Changed-When: Thu Jan 20 11:17:42 UTC 2011 State-Changed-Why: Set this as an MFC reminder. Original committer has returned his bit for safekeeping. http://www.freebsd.org/cgi/query-pr.cgi?pr=154152 ___ 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/154157: [ath] Monitor mode is broken on at least the AR9280
Synopsis: [ath] Monitor mode is broken on at least the AR9280 Responsible-Changed-From-To: freebsd-bugs->adrian Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jan 20 11:23:07 UTC 2011 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=154157 ___ 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: www/154166: Request for Educatia.de link at the FreeBSD website http://www.freebsd.org/commercial/consult.html
Synopsis: Request for Educatia.de link at the FreeBSD website http://www.freebsd.org/commercial/consult.html Responsible-Changed-From-To: freebsd-bugs->freebsd-www Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jan 20 11:26:15 UTC 2011 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=154166 ___ 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/154147: netstat -ian leaking out embedded scope index
The following reply was made to PR bin/154147; it has been noted by GNATS. From: Petr Lampa To: bug-follo...@freebsd.org, la...@fit.vutbr.cz Cc: Subject: Re: bin/154147: netstat -ian leaking out embedded scope index Date: Thu, 20 Jan 2011 13:38:54 +0100 I've just found yet another case of leaking out embedded scope index: netstat -i em01500 fe80:1::230:4 fe80:1::230:48ff: 943 - - 9907 - lo0 16384 fe80:3::1 fe80:3::10 - -0 - should be: em01500 fe80::230:48f fe80::230:48ff:fe 943 - - 9913 - lo0 16384 fe80::1 fe80::1 0 - -0 - Here is the second patch: *** if.c.old2011-01-19 18:41:32.0 +0100 --- if.c2011-01-20 13:32:10.0 +0100 *** *** 347,352 --- 347,358 #ifdef INET6 case AF_INET6: sockin6 = (struct sockaddr_in6 *)sa; + if (IN6_IS_ADDR_LINKLOCAL(&sockin6->sin6_addr) | | + IN6_IS_ADDR_MC_NODELOCAL(&sockin6->sin6_addr ) || + IN6_IS_ADDR_MC_LINKLOCAL(&sockin6->sin6_addr )) { + sockin6->sin6_addr.s6_addr[2] = 0; + sockin6->sin6_addr.s6_addr[3] = 0; + } printf("%-13.13s ", netname6(&ifaddr.in6.ia_addr, &ifaddr.in6.ia_prefixmask.sin6_addr)); Petr Lampa -- Computer Centre E-mail: la...@fit.vutbr.cz Faculty of Information Technology Web: http://www.fit.vutbr.cz/ Brno University of Technology Fax: +420 54114-1270 Bozetechova 2, 612 66 Brno, Czech Republic Phone: +420 54114-1225 ___ 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/154169: Node Information Query multicast address wrong (FF02::2:x:y)
>Number: 154169 >Category: kern >Synopsis: Node Information Query multicast address wrong (FF02::2:x:y) >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: Thu Jan 20 15:30:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Petr Lampa >Release:8.2-PRERELEASE >Organization: BUT FIT >Environment: FreeBSD XXX 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #18: Tue Jan 18 15:59:42 CET 2011 XX@XXX:/usr/src/sys/i386/compile/GUTA i386 >Description: Original draft http://tools.ietf.org/html/draft-ietf-ipngwg-icmp-name-lookups defined Node Information Group Address as ff02::2:0:0/96. This was changed in draft -13 and later RFC 4620 (2006) to ff02::2:ff:0/104 (the same format as solicited-node). This change was not reflected in ping6 source (nigroup) and icmp6 handling in kernel (in6_nigroup in in6_ifattach.c). >How-To-Repeat: ifmcstat: group ff02::2:7d68:cd71%em0 mode exclude should be: group ff02::2:ff68:cd71%em0 mode exclude >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"
Re: bin/154147: netstat -ian leaking out embedded scope index
Synopsis: netstat -ian leaking out embedded scope index State-Changed-From-To: open->closed State-Changed-By: ume State-Changed-When: Thu Jan 20 15:48:52 UTC 2011 State-Changed-Why: Thank you for the PR. However, I committed to fix this problem by slightly different way. Responsible-Changed-From-To: freebsd-bugs->ume Responsible-Changed-By: ume Responsible-Changed-When: Thu Jan 20 15:48:52 UTC 2011 Responsible-Changed-Why: Thank you for the PR. However, I committed to fix this problem by slightly different way. http://www.freebsd.org/cgi/query-pr.cgi?pr=154147 ___ 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/154162: security/p5-Crypt-RSA: missing dependency security/p5-Crypt-Blowfish
Synopsis: security/p5-Crypt-RSA: missing dependency security/p5-Crypt-Blowfish Responsible-Changed-From-To: freebsd-bugs->perl Responsible-Changed-By: linimon Responsible-Changed-When: Thu Jan 20 19:51:46 UTC 2011 Responsible-Changed-Why: Make this a ports PR and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=154162 ___ 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/154152: commit references a PR
The following reply was made to PR kern/154152; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: kern/154152: commit references a PR Date: Thu, 20 Jan 2011 21:25:22 + (UTC) Author: yongari Date: Thu Jan 20 21:25:16 2011 New Revision: 217661 URL: http://svn.freebsd.org/changeset/base/217661 Log: MFC r192784,192805: Free the memory correctly in the error case PR:misc/154152 Modified: stable/7/sys/dev/bktr/bktr_os.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/contrib/opensolaris/ (props changed) stable/7/sys/contrib/dev/acpica/ (props changed) stable/7/sys/contrib/pf/ (props changed) Modified: stable/7/sys/dev/bktr/bktr_os.c == --- stable/7/sys/dev/bktr/bktr_os.cThu Jan 20 21:11:45 2011 (r217660) +++ stable/7/sys/dev/bktr/bktr_os.cThu Jan 20 21:25:16 2011 (r217661) @@ -470,7 +470,7 @@ fail: if (bktr->res_irq) bus_release_resource(dev, SYS_RES_IRQ, bktr->irq_rid, bktr->res_irq); if (bktr->res_mem) - bus_release_resource(dev, SYS_RES_IRQ, bktr->mem_rid, bktr->res_mem); + bus_release_resource(dev, SYS_RES_MEMORY, bktr->mem_rid, bktr->res_mem); return error; } ___ 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"
Re: kern/154152: [bktr] memory leak fix needs MFC
Synopsis: [bktr] memory leak fix needs MFC State-Changed-From-To: patched->closed State-Changed-By: yongari State-Changed-When: Thu Jan 20 21:33:05 UTC 2011 State-Changed-Why: Fixed. Since the change is already included in stable/8 so I merged the change to stable/7. Also fixed the build breakage introduced in r192784. Thanks for reminding it. Responsible-Changed-From-To: freebsd-bugs->yongari Responsible-Changed-By: yongari Responsible-Changed-When: Thu Jan 20 21:33:05 UTC 2011 Responsible-Changed-Why: Track. http://www.freebsd.org/cgi/query-pr.cgi?pr=154152 ___ 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/75855: [libc] getpwent(3) functions on 5.3 with large password file extremely slow
The following reply was made to PR kern/75855; it has been noted by GNATS. From: Scott Lambert To: bug-follo...@freebsd.org Cc: adr...@freebsd.org Subject: kern/75855: [libc] getpwent(3) functions on 5.3 with large password file extremely slow Date: Thu, 16 Dec 2010 17:42:01 -0700 We had someone run into this issue on the postfix mailing list recently with FreeBSD 8.2-PRERELEASE. Here is the link to the thread on the Postfix list: http://tech.groups.yahoo.com/group/postfix-users/message/271899 I was about to open another PR for nsswitch.conf for lack of any better idea on where to file this when someone mentioned this PR. I have no idea what could be done to make for a better experience out of the box. Here is the thread where I first asked about this in 2007: http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2007-04/msg00193.html Here is some current testing from the same box 3+ years later with a 90 line passwd file on the host and all the users in a jail on the same machine: $ uname -a FreeBSD web1.hosting.tcworks.net 7.4-PRERELEASE FreeBSD 7.4-PRERELEASE #0: Wed Dec 1 11:02:50 CST 2010 r...@web1.hosting.tcworks.net:/usr/obj/usr/src/sys/GENERIC i386 $ wc -l /etc/passwd 90 /etc/passwd lamb...@web1.hosting.tcworks.net /home/ezjails/users.tcworks.net/home 18:14:16 Thu Dec 16 $ egrep '^(group|passwd):' /etc/nsswitch.conf group: files passwd: files lamb...@web1.hosting.tcworks.net /home/ezjails/users.tcworks.net/home 18:14:31 Thu Dec 16 $ time ls -l | wc -l 3917 real0m0.124s user0m0.095s sys 0m0.040s lamb...@web1.hosting.tcworks.net /home/ezjails/users.tcworks.net/home 18:14:34 Thu Dec 16 $ time ls -l | wc -l 3917 real0m0.113s user0m0.053s sys 0m0.071s lamb...@web1.hosting.tcworks.net /home/ezjails/users.tcworks.net/home 18:14:35 Thu Dec 16 $ time ls -l | wc -l 3917 real0m0.124s user0m0.078s sys 0m0.056s $ sudo vi /etc/nsswitch.conf lamb...@web1.hosting.tcworks.net /home/ezjails/users.tcworks.net/home 18:15:37 Thu Dec 16 $ egrep '^(group|passwd):' /etc/nsswitch.conf group: compat passwd: compat lamb...@web1.hosting.tcworks.net /home/ezjails/users.tcworks.net/home 18:15:47 Thu Dec 16 $ time ls -l | wc -l 3917 real0m0.748s user0m0.384s sys 0m0.355s lamb...@web1.hosting.tcworks.net /home/ezjails/users.tcworks.net/home 18:15:51 Thu Dec 16 $ time ls -l | wc -l 3917 real0m0.743s user0m0.425s sys 0m0.317s lamb...@web1.hosting.tcworks.net /home/ezjails/users.tcworks.net/home 18:15:54 Thu Dec 16 $ time ls -l | wc -l 3917 real0m0.734s user0m0.381s sys 0m0.351s Then from inside the jail: $ wc -l /etc/passwd 3935 /etc/passwd lamb...@users.tcworks.net /home 18:04:11 Thu Dec 16 $ egrep '^(group|passwd):' /etc/nsswitch.conf group: compat passwd: compat lamb...@users.tcworks.net /home 18:16:32 Thu Dec 16 $ time ls -l | wc -l 3917 real1m0.092s user0m11.030s sys 0m47.301s I ran top outside the jail while running ls the first time and got: 68759997 1 1160 4492K 2140K CPU00 0:25 88.96% ls later during the same run ... 68759997 1 1180 4492K 2240K CPU00 0:57 98.29% ls lamb...@users.tcworks.net /home 18:17:35 Thu Dec 16 $ time ls -l | wc -l 3917 real1m1.616s user0m11.464s sys 0m48.228s lamb...@users.tcworks.net /home 18:18:57 Thu Dec 16 $ time ls -l | wc -l 3917 real1m0.295s user0m12.076s sys 0m46.384s lamb...@users.tcworks.net /home 18:20:08 Thu Dec 16 $ $ sudo vi /etc/nsswitch.conf lamb...@users.tcworks.net /home 18:20:49 Thu Dec 16 $ egrep '^(group|passwd):' /etc/nsswitch.conf group: files passwd: files lamb...@users.tcworks.net /home 18:20:53 Thu Dec 16 $ time ls -l | wc -l 3917 real0m0.148s user0m0.086s sys 0m0.074s lamb...@users.tcworks.net /home 18:20:59 Thu Dec 16 $ time ls -l | wc -l 3917 real0m0.158s user0m0.078s sys 0m0.089s lamb...@users.tcworks.net /home 18:21:00 Thu Dec 16 $ time ls -l | wc -l 3917 real0m0.157s user0m0.035s sys 0m0.134s -- Scott LambertKC5MLE Unix SysAdmin lamb...@lambertfam.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"