bin/177080: gpart(8): /dev/gpt labels are not updated on ``gpart modify''
The following reply was made to PR bin/177080; it has been noted by GNATS. From: deeptech71 To: bug-follo...@freebsd.org Cc: Subject: bin/177080: gpart(8): /dev/gpt labels are not updated on ``gpart modify'' Date: Fri, 29 Mar 2013 08:53:42 +0100 This bug report is a duplicate of (the older): Re: kern/162690: [geom] gpart label changes only take effect after a reboot ___ 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/177399: [igb] [panic] Kernel panic in igb(4) at random intervals
Synopsis: [igb] [panic] Kernel panic in igb(4) at random intervals State-Changed-From-To: open->closed State-Changed-By: glebius State-Changed-When: Fri Mar 29 08:59:42 UTC 2013 State-Changed-Why: The problem was fixed in stable/9 branch in r241435. Responsible-Changed-From-To: freebsd-bugs->glebius Responsible-Changed-By: glebius Responsible-Changed-When: Fri Mar 29 08:59:42 UTC 2013 Responsible-Changed-Why: The problem was fixed in stable/9 branch in r241435. http://www.freebsd.org/cgi/query-pr.cgi?pr=177399 ___ 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/177465: 20%-100% packet loss with iwn driver
>Number: 177465 >Category: kern >Synopsis: 20%-100% packet loss with iwn driver >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: Fri Mar 29 09:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yakov Galka >Release:9.1-RELEASE >Organization: >Environment: FreeBSD orthanc 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Dell Latitude E6530 with Intel Centrino Advanced-N 6205, connecting to an unencrypted access point 3m away. Pinging the access point gives 20% to 100% packet loss, 8 out of 10 days I tried. The access point is an Edimax router with 802.11n support. Loading Ubuntu LiveCD at the same conditions gives 0% packet loss, always. Some report similar problems, see replies to http://forums.freebsd.org/showthread.php?t=38685 >How-To-Repeat: $ dmesg | grep -E "wlan|iwn" module iwn already present! iwn0: mem 0xf760-0xf7601fff irq 17 at device 0.0 on pci3 wlan0: Ethernet address: xx:xx:xx:xx:xx:xx $ grep -E "wlan|iwn" /boot/loader.conf if_iwn_load="YES" iwn4965fw_load="YES" iwn1000fw_load="YES" iwn5000fw_load="YES" iwn5150fw_load="YES" iwn6000fw_load="YES" iwn6000g2afw_load="YES" iwn6000g2bfw_load="YES" iwn6050fw_load="YES" wlan_wep_load="YES" wlan_ccmp_load="YES" wlan_tkip_load="YES" $ grep -E "wlan|iwn" /etc/rc.conf wlans_iwn0="wlan0" ifconfig_wlan0="DHCP" $ kldstat Id Refs AddressSize Name 1 34 0x8020 1323388 kernel 31 0x81549000 c6d2f0 nvidia.ko 42 0x821b7000 484f8linux.ko 51 0x8220 2ed08iwn4965fw.ko 61 0x8222f000 53520iwn1000fw.ko 71 0x82283000 54188iwn5000fw.ko 81 0x822d8000 534a8iwn5150fw.ko 91 0x8232c000 6fe80iwn6000fw.ko 101 0x8239c000 6d5c8iwn6000g2afw.ko 111 0x8240a000 71758iwn6000g2bfw.ko 121 0x8247c000 739d0iwn6050fw.ko $ ifconfig iwn0 && ifconfig wlan0 iwn0: flags=8843 metric 0 mtu 2290 ether xx:xx:xx:xx:xx:xx nd6 options=29 media: IEEE 802.11 Wireless Ethernet autoselect mode 11ng status: associated wlan0: flags=8843 metric 0 mtu 1500 ether xx:xx:xx:xx:xx:xx inet 192.168.2.103 netmask 0xff00 broadcast 192.168.2.255 nd6 options=29 media: IEEE 802.11 Wireless Ethernet DS/1Mbps mode 11ng status: associated ssid Palantir channel 13 (2472 MHz 11g ht/20) bssid xx:xx:xx:xx:xx:xx country US authmode OPEN privacy OFF txpower 13 bmiss 10 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7 roam:rate 64 protmode CTS ampdulimit 32k ampdudensity 8 -amsdutx amsdurx shortgi wme $ ping 192.168.2.1 [...] 1076 packets transmitted, 30 packets received, 97.2% packet loss round-trip min/avg/max/stddev = 1.356/104.635/2008.506/396.671 ms >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"
bin/177469: jail doesn't accept "-n"
>Number: 177469 >Category: bin >Synopsis: jail doesn't accept "-n" >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: Fri Mar 29 12:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Wiedmann >Release:FrreeBSD 9.1-RELEASE-p1 >Organization: >Environment: FreeBSD freebsd 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 r...@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Hello, I'm trying to use the rc variable: | jail_name_flags="-l -u root" But after upgrading my system from 9.0 to 9.1 I can't start any jail which is using this flag. | jail_name_flags="-l -U root" is working. The same happens with just using the jail command: | freebsd# jail -l -u root | jail: illegal option -- u | usage: jail [-dhilqv] [-J jid_file] [-u username] [-U username] | -[cmr] param=value ... [command=command ...] |jail [-dqv] [-f file] -[cmr] [jail] |jail [-qv] [-f file] -[rR] ['*' | jail ...] |jail [-dhilqv] [-J jid_file] [-u username] [-U username] | [-n jailname] [-s securelevel] | path hostname [ip[,...]] command ... even "-u" should be a valid parameter. Regards, Carsten >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: bin/177469: jail doesn't accept "-n"
Synopsis: jail doesn't accept "-n" State-Changed-From-To: open->closed State-Changed-By: maxim State-Changed-When: Fri Mar 29 12:24:48 UTC 2013 State-Changed-Why: Duplicate of bin/169490. http://www.freebsd.org/cgi/query-pr.cgi?pr=177469 ___ 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/177469: jail doesn't accept "-n"
The following reply was made to PR bin/177469; it has been noted by GNATS. From: Maxim Konovalov To: Wiedmann Cc: bug-follo...@freebsd.org Subject: Re: bin/177469: jail doesn't accept "-n" Date: Fri, 29 Mar 2013 16:24:14 +0400 (MSK) Hello, [...] > I'm trying to use the rc variable: > | jail_name_flags="-l -u root" > > But after upgrading my system from 9.0 to 9.1 I can't start any jail which > is using this flag. > That was already fixed by r237697 in head and stable/9. The patch is quite small and could by applied by hands: http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/jail/jail.c.diff?r1=1.39;r2=1.40 -- Maxim Konovalov ___ 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/177481: ftp/pure-ftpd start error when lang/perl5.14 has unset USE_PERL
>Number: 177481 >Category: misc >Synopsis: ftp/pure-ftpd start error when lang/perl5.14 has unset USE_PERL >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: Fri Mar 29 17:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Lukasz Wasikowski >Release:9.1-STABLE >Organization: >Environment: FreeBSD vesper.wasikowski.net 9.1-STABLE FreeBSD 9.1-STABLE #27 r247781: Tue Mar 5 11:51:35 CET 2013 root@:/usr/obj/usr/src/sys/vesper i386 >Description: When lang/perl5.14 is installed without USE_PERL knob then perl binaries are at: /usr/local/bin/perl /usr/local/bin/perl5 and there's no symlinks to those in /usr/bin ftp/pure-ftpd's config parser /usr/local/sbin/pure-config.pl use /usr/bin/env perl as shebang. When pure-ftpd is started by invoking /usr/local/etc/rc.d/pure-ftpd script everything works ok, as /usr/bin/env perl is expanded to /usr/local/bin/perl But when pure-ftpd is started by invoking service pure-ftpd start /usr/local/bin is not searched and startup fails. >How-To-Repeat: Install lang/perl5.14 with OPTIONS_FILE_UNSET+=USE_PERL # /usr/local/etc/rc.d/pure-ftpd start Starting pureftpd. This worked. Stop the daemon: # /usr/local/etc/rc.d/pure-ftpd stop Stopping pureftpd. Waiting for PIDS: 45876. Start it via service: # service pure-ftpd start Starting pureftpd. env: perl: No such file or directory /usr/local/etc/rc.d/pure-ftpd: WARNING: failed to start pureftpd >Fix: Attached patch should help. Patch attached with submission follows: diff -ruN pure-ftpd.bak/Makefile pure-ftpd/Makefile --- pure-ftpd.bak/Makefile 2012-12-30 01:46:54.0 +0100 +++ pure-ftpd/Makefile 2013-03-29 17:48:28.757265042 +0100 @@ -167,7 +167,7 @@ @${ECHO_MSG} "" post-patch: - @${REINPLACE_CMD} -e 's|$${exec_prefix}|${PREFIX}|g' \ + @${REINPLACE_CMD} -e 's|$${exec_prefix}|${PREFIX}|g' -e 's|@PERL@|${PERL}|g' \ ${WRKSRC}/configuration-file/pure-config.pl.in post-install: >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: misc/177481: ftp/pure-ftpd start error when lang/perl5.14 has unset USE_PERL
The following reply was made to PR misc/177481; it has been noted by GNATS. From: =?UTF-8?B?xYF1a2FzeiBXxIVzaWtvd3NraQ==?= To: bug-follo...@freebsd.org, luk...@wasikowski.net Cc: Subject: Re: misc/177481: ftp/pure-ftpd start error when lang/perl5.14 has unset USE_PERL Date: Fri, 29 Mar 2013 23:03:53 +0100 Wrong category, please move it to ports-bugs. Sorry for the trouble, thank you in advance. -- best regards, Lukasz Wasikowski ___ 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/177481: ftp/pure-ftpd start error when lang/perl5.14 has unset USE_PERL
Synopsis: ftp/pure-ftpd start error when lang/perl5.14 has unset USE_PERL Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Mar 29 22:32:15 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=177481 ___ 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"