[Bug 191628] New: [9.3-RC2] ruleset bug report #187079 which was fixed in 10.0 is not fixed in 9.3-RC1 or RC2

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191628

Bug ID: 191628
   Summary: [9.3-RC2] ruleset bug report #187079 which was fixed
in 10.0 is not fixed in 9.3-RC1 or RC2
   Product: Base System
   Version: 9.3-PRERELEASE
  Hardware: Any
OS: Any
Status: Needs Triage
  Severity: Affects Many People
  Priority: ---
 Component: conf
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: jo...@a1poweruser.com

This came out as a "security fix" p1 or p2 for 10.0 and should be included in
the base 9.3 RELEASE.
make devfs_load_rulesets="YES" the default in /etc/defaults/rc.conf

-- 
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"


[Bug 190669] 'emmintrin.h' file not found - in /usr/src/lib/clang/libclangbasic

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190669

--- Comment #18 from Thierry Thomas  ---
@jhb: as the original submitter, I use to run `make delete-old' after `make
installworld', i.e. before the next update, and my problem was clearly related
to ccache.

But it seems that other peoples encountered the same problem without using
ccache, and I cannot answer for them.

-- 
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"


[Bug 191628] [9.3-RC2] ruleset bug report #187079 which was fixed in 10.0 is not fixed in 9.3-RC1 or RC2

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191628

Gavin Atkinson  changed:

   What|Removed |Added

 Status|Needs Triage|In Discussion
 CC||ga...@freebsd.org

--- Comment #1 from Gavin Atkinson  ---
Hi,

It's not clear why you feel this needs merging.  The issue which led to the
security advisory only affected 10.x, and not 9.x.  If no ruleset is explicitly
selected in rc.conf, the default ruleset will be automatically used, just as
happens in 10.x after the security fix is applied.

If there is another reason you feel this should be applied, please let me know.

Thanks,

Gavin

-- 
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"


[Bug 191533] [patch] Wrong holiday listed in calendar(1)

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191533

--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:

Author: gavin
Date: Sat Jul  5 19:02:53 UTC 2014
New revision: 268292
URL: http://svnweb.freebsd.org/changeset/base/268292

Log:
  Dominion Day became Canada Day in 1982, update the holiday calendar.

  PR:191533
  Submitted by:db
  Obtained from:http://www.pch.gc.ca/eng/1359137387574/1359137429809
  MFC after:3 days

Changes:
  head/usr.bin/calendar/calendars/calendar.holiday

-- 
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"


[Bug 191533] [patch] Wrong holiday listed in calendar(1)

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191533

Gavin Atkinson  changed:

   What|Removed |Added

 CC||ga...@freebsd.org
   Assignee|freebsd-bugs@FreeBSD.org|ga...@freebsd.org

--- Comment #2 from Gavin Atkinson  ---
Committed to head as r268292, MFC in three days.  Thanks!

-- 
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"


[Bug 188714] [patch] A bug in fortune(6) message db

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188714

--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:

Author: gavin
Date: Sat Jul  5 19:37:39 UTC 2014
New revision: 268295
URL: http://svnweb.freebsd.org/changeset/base/268295

Log:
  Fix equation and limerick to be correct.  NetBSD fixed this 14 years ago
  (src/games/fortune/datfiles/fortunes2 1.7).

  PR:188714
  Submitted by:ksmakoto dd.iij4u.or.jp
  Reviewed by:Wolfram Alpha
  MFC after:3 days

Changes:
  head/games/fortune/datfiles/fortunes

-- 
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"


[Bug 188714] [patch] A bug in fortune(6) message db

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188714

Gavin Atkinson  changed:

   What|Removed |Added

 Status|In Discussion   |Needs MFC
 CC||ga...@freebsd.org
   Assignee|freebsd-bugs@FreeBSD.org|ga...@freebsd.org

--- Comment #2 from Gavin Atkinson  ---
Thanks for spotting that, I've fixed it and will merge it to 10 in three days.

-- 
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"


[Bug 185007] uhsoctl compile fails with -DDEBUG

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185007

--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:

Author: gavin
Date: Sat Jul  5 19:53:22 UTC 2014
New revision: 268298
URL: http://svnweb.freebsd.org/changeset/base/268298

Log:
  Correct format string to fix build of uhsoctl when DEBUG is defined

  PR:185007
  Submitted by:saper saper.info
  MFC after:3 days

Changes:
  head/usr.sbin/uhsoctl/uhsoctl.c

-- 
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"


[Bug 185007] uhsoctl compile fails with -DDEBUG

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185007

--- Comment #2 from commit-h...@freebsd.org ---
A commit references this bug:

Author: gavin
Date: Sat Jul  5 20:08:26 UTC 2014
New revision: 268299
URL: http://svnweb.freebsd.org/changeset/base/268299

Log:
  Use %zu not %zd for printing size_t.

  PR:185007
  Submitted by:saper saper.info
  MFC after:3 days

Changes:
  head/usr.sbin/uhsoctl/uhsoctl.c

-- 
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"


[Bug 185007] uhsoctl compile fails with -DDEBUG

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185007

Gavin Atkinson  changed:

   What|Removed |Added

 Status|In Discussion   |Needs MFC
 CC||ga...@freebsd.org
   Assignee|freebsd-bugs@FreeBSD.org|ga...@freebsd.org

--- Comment #3 from Gavin Atkinson  ---
Thank you for your patch, I have committed your fix and will merge it in a few
days.

-- 
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"


[Bug 186146] vtscsi detects two disks when only one s configured

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186146

Gavin Atkinson  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-virtualization@Free
   ||BSD.org
Summary|Google Compute Engine,  |vtscsi detects two disks
   ||when only one s configured

-- 
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"


[Bug 191641] New: patch(1) may misapply diffs missing final line feed

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191641

Bug ID: 191641
   Summary: patch(1) may misapply diffs missing final line feed
   Product: Base System
   Version: 10.0-RELEASE
  Hardware: Any
OS: Any
Status: Needs Triage
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: ga...@freebsd.org

I believe that this is unrelated to bug 74127.

"patch 2.0-12u10 FreeBSD" may sometimes duplicate the previous line when it
should actually insert a blank line.  This is reproduceable, for example, try
applying the patch in bug 190195 to a checked out r242826 head tree, then
compare the expected diff to the resulting diff.

I believe this is due to the last line of the patch attached to bug 190195 not
ending with a linefeed.

Expected:

[...]
> "Northbridge Proximity Temperature", \
> "Wireless Module Temperature", }
>
 #define ASMC_MP_TEMPS{ "TA0P", "TCAG", "TCAH", "TCBG", "TCBH", \
Seen:

[...] 
> "Northbridge Proximity Temperature", \
> "Wireless Module Temperature", }
> "Wireless Module Temperature", }
 #define ASMC_MP_TEMPS{ "TA0P", "TCAG", "TCAH", "TCBG", "TCBH", \

-- 
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"


[Bug 187605] FreeBSD mailing lists break DKIM

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187605

Florian Smeets  changed:

   What|Removed |Added

 CC||f...@freebsd.org
   Assignee|freebsd-bugs@FreeBSD.org|postmas...@freebsd.org

--- Comment #1 from Florian Smeets  ---
postmaster territory.

-- 
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"


[Bug 189027] Mailinglist archive ends Feb 23 2014

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189027

Florian Smeets  changed:

   What|Removed |Added

 CC||f...@freebsd.org
   Assignee|freebsd-bugs@FreeBSD.org|postmas...@freebsd.org

--- Comment #2 from Florian Smeets  ---
postmaster territory.

-- 
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"


[Bug 190195] Missing asmc support for Macmini 3,1

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190195

--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:

Author: gavin
Date: Sat Jul  5 21:34:38 UTC 2014
New revision: 268303
URL: http://svnweb.freebsd.org/changeset/base/268303

Log:
  Add support to asmc(4) for Macmini 3,1.

  PR:190195
  Submitted by:fbsdbugs2 sentry.org
  MFC after:1 week
  Relnotes:yes

Changes:
  head/sys/dev/asmc/asmc.c
  head/sys/dev/asmc/asmcvar.h

-- 
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"


[Bug 190195] Missing asmc support for Macmini 3,1

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190195

--- Comment #2 from Gavin Atkinson  ---
Thank you for your submission.  I have committed this to head, and will merge
it to 10 and 9 in about a week.

-- 
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"


[Bug 190195] Missing asmc support for Macmini 3,1

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190195

Gavin Atkinson  changed:

   What|Removed |Added

 Status|In Discussion   |Needs MFC
 CC||ga...@freebsd.org

-- 
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"


[Bug 190195] Missing asmc support for Macmini 3,1

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190195

Gavin Atkinson  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|ga...@freebsd.org

-- 
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"


[Bug 191512] date(1): /bin/date -j -v-sun returns a Saturday instead of Sunday

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191512

Mark Linimon  changed:

   What|Removed |Added

Summary|/bin/date -j -v-sun returns |date(1): /bin/date -j
   |a Saturday instead of   |-v-sun returns a Saturday
   |Sunday  |instead of Sunday

-- 
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"


[Bug 191573] [zfs] kernel panic when running zpool/add/files.t

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191573

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@freebsd.org

--- Comment #4 from Mark Linimon  ---
Over to maintainers.

-- 
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"


[Bug 191511] opiepasswd(1) segfaults with a seed length > 12

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191511

Mark Linimon  changed:

   What|Removed |Added

Summary|opiepasswd segfaults with a |opiepasswd(1) segfaults
   |seed length > 12|with a seed length > 12

-- 
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"


[Bug 191510] [zfs] ZFS doesn't use all available memory

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191510

Mark Linimon  changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@freebsd.org
Summary|ZFS doesn't use all |[zfs] ZFS doesn't use all
   |available memory|available memory

--- Comment #1 from Mark Linimon  ---
Over to maintainers.

-- 
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"


[Bug 191462] cpu_core should be marked in opensolaris export_syms

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191462

Mark Linimon  changed:

   What|Removed |Added

 CC||rpa...@freebsd.org

--- Comment #1 from Mark Linimon  ---
rpaulo, is this of interest?

-- 
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"


[Bug 191462] [opensolaris] cpu_core should be marked in opensolaris export_syms

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191462

Mark Linimon  changed:

   What|Removed |Added

Summary|cpu_core should be marked   |[opensolaris] cpu_core
   |in opensolaris export_syms  |should be marked in
   ||opensolaris export_syms

-- 
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"


[Bug 191468] [vimage] options VIMAGE - kernel panic, crashes during system boot

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191468

Mark Linimon  changed:

   What|Removed |Added

Summary|options VIMAGE - kernel |[vimage] options VIMAGE -
   |panic, crashes during   |kernel panic, crashes
   |system boot |during system boot

-- 
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"


[Bug 191389] arp(8): problem with arp table - cannot locate entry

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191389

Mark Linimon  changed:

   What|Removed |Added

Summary|problem with arp table -|arp(8): problem with arp
   |cannot locate entry |table - cannot locate entry

-- 
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"


[Bug 191628] [9.3-RC2] ruleset bug report #187079 which was fixed in 10.0 is not fixed in 9.3-RC1 or RC2

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191628

--- Comment #2 from jo...@a1poweruser.com ---
This is not a question of which RELEASE your running but what jail method your
using. jail(8) became available in 9.1 and it was full of bugs. One which was
the bug that caused the default ruleset number 4 not to work in 9.1, 9.2, and
10.0.
This was never fixed until pr 187079 noticed the effect of changing the
/etc/defaults/rc.conf parameter devfs_load_rulesets= from it's default "NO" to
"YES" had on enabling the default ruleset number 4 on jail(8) jails in RELEASE
10.0. Since 10.0 RELEASE was already published the only way to fix this was
through a security advisory.  10.0 is the first RELEASE where the rc.d/jail
script method is depreciated and the jail(8) method is the primary method. In
10.0 all rc.d/jail rc.conf defined jails are converted to jail(8) method on the
fly when the jail is started. 

9.1, 9.2, and 9.3 uses the rc.d/jail as the primary jail method and the jail(8)
method is also provided, but the default to use ruleset number 4 does not work
for jail(8) jails in these RELEASES because the devfs_load_rulesets= parameter
is set to NO instead of YES. Setting it to YES fixes jail(8) and has no
negative effect to the rc.d/jail method that I can see from the testing I have
done.  

So yes I feel that all indications show that devfs_load_rulesets="YES" should
be the default in /etc/defaults/rc.conf for the 9.3 RELEASE. Since jail(8) is
the direction FreeBSD is headed, every effort should be made to get it to
function as intended. 

At the least, some kind of instructions should be added to the 9.3 release
notes covering this subject if correcting the problem is bypassed.

-- 
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"


[Bug 191587] [mips] 'strip' corrupts static libraries

2014-07-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191587

Sean Bruno  changed:

   What|Removed |Added

 CC||sbr...@freebsd.org
   Assignee|freebsd-bugs@FreeBSD.org|freebsd-m...@freebsd.org

-- 
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"