[Bug 237368] /bin/df ; df on more than one unmounted device coredumps

2019-06-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237368

--- Comment #4 from Conrad Meyer  ---
IMO, removing it is a reasonable fix for CURRENT, and maybe 12 (I don't touch
stable myself, though).  I can do it for CURRENT if I get an ack from a
committer (e.g., Brooks), or Brooks can go ahead and do it (feel free to
'Discussed with: me' the commit).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2019-06-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537

Mikhail Teterin  changed:

   What|Removed |Added

 Attachment #188784|0   |1
is obsolete||

--- Comment #25 from Mikhail Teterin  ---
Created attachment 205286
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=205286=edit
Refresh

This version applies to the current sources in 11 (after the mailfrom) change.

It also respects the WITHOUT_OPENSSL knob -- continuing to use the 8bit
encoding even if the program's output appears binary if OpenSSL was disabled at
build time.

A few consts added and a few more warnings fixed to continue to comply with
WARNS=5.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 238762] xargs -p only works in the POSIX locale

2019-06-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238762

Bug ID: 238762
   Summary: xargs -p only works in the POSIX locale
   Product: Base System
   Version: 12.0-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: de...@azabani.com

# expected

$ echo test | xargs -t echo
echo test
test
$ echo test | xargs -p echo
echo test?...y
test

# actual

$ echo test | xargs -t echo
echo test
test
$ echo test | xargs -p echo
echo test?...y
$ locale; locale -k yesexpr
LANG=en_AU.UTF-8
LC_CTYPE="en_AU.UTF-8"
LC_COLLATE="en_AU.UTF-8"
LC_TIME="en_AU.UTF-8"
LC_NUMERIC="en_AU.UTF-8"
LC_MONETARY="en_AU.UTF-8"
LC_MESSAGES="en_AU.UTF-8"
LC_ALL=
yesexpr="^(([yY]([eE][sS])?)|([yY]))"
$ export LANG=POSIX
$ locale; locale -k yesexpr
LANG=POSIX
LC_CTYPE="POSIX"
LC_COLLATE="POSIX"
LC_TIME="POSIX"
LC_NUMERIC="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_ALL=
yesexpr="^[yY]"
$ echo test | xargs -p echo
echo test?...y
test

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 237368] /bin/df ; df on more than one unmounted device coredumps

2019-06-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237368

--- Comment #3 from Jamie Landeg-Jones  ---
See also:  https://reviews.freebsd.org/D8801

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2019-06-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537

--- Comment #26 from Eugene Grosbein  ---
(In reply to Mikhail Teterin from comment #25)

The patch still has multiple issues:

- cron.8 part is corrupted, please check it out carefully;
- the change for usage() function still has the bug I already noted: it adds -m
instead of right -M;
- the change still does not respect WITHOUT_FILE build option that is required
for CDDL-clean build of the system.

Also, while increasing WARNS is good intention, such style changes should not
be mixed with functional additions like yours. Please split the change in two,
one for your own code and second for a patch touching other parts of code just
fixing warnings. Among other things, it will make code review easier.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 210537] [patch] [feature request] set MIME type in cron-generated e-mails

2019-06-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210537

--- Comment #27 from Mikhail Teterin  ---
Eugene, I've concluded long ago, you have no real interest in this work -- the
points you're raising (with the possible exception of respecting WITHOUT_FILE)
amount to bikeshed-painting. You could've done the little fixups you deemed
necessary two years ago yourself...

You now demand, I split the warning-fixes into a separate patch -- but you were
perfectly fine requesting, I add encoding to base64 earlier. That fix -- to a
problem I didn't introduce -- didn't make it any harder for you to review,
indeed, you insisted it be mixed with my main new feature.

Please, stop trying to develop my character with this condescending
master-pupil discipline and simply unsubscribe yourself from this ticket.

Maybe, some day, someone with better faith and more interest will come along...
Thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


[Bug 238729] head -r347549 on aorus gaming 7 F12e BIOS (Threadripper 1950X): boot attempts hang (but boots for fedora/Windows 10 Pro)

2019-06-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238729

--- Comment #12 from Mark Millard  ---
(In reply to Mark Millard from comment #11)

Trying:

hw.acpi.verbose=1
debug.acpi.layer="ACPI_ALL_COMPONENTS ACPI_ALL_DRIVERS"
debug.acpi.level="ACPI_LV_ALL_EXCEPTIONS ACPI_LV_OPREGION ACPI_LV_TABLES
ACPI_LV_VALUES ACPI_LV_OBJECTS ACPI_LV_RESOURCES ACPI_LV_USER_REQUESTS
ACPI_LV_PACKAGE"

showed a few more lines before stopping all output:

utownerid-0254 UtAllocateOwnerId : Allocated OwnerId: 92
 evrgnini-0739 EvInitializeRegion: Found handler 0xf80c850ebf00 for
region 0xf80100c8b200 in obj 0xf80100abc000
 evregion-0654 EvAttachRegion: Adding Region [VARM] 0xf80100c8b200
to address handler 0xf80c850ebf00 [SystemMemory]
 evregion-0400 EvAddressSpaceDispatch: Handler 0xf80c850ebf00
(@0x803f6d30) Address 0F0002044 [SystemMemory]

(And no more was output.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"