-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Open
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.OS-FreeBSDcompiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Milestone
Description
@siebenmann reports that all.bash
hangs with a "Password:" prompt on their FreeBSD machine due to runtime.TestSUID
's su
call.
Our FreeBSD builders allow su
with no password (I think because our user is in the wheel
group?). Presumably real FreeBSD systems don't put the main user in wheel
. Or maybe su
is asking for the password of the primary user? I'm not sure how this configuration works.
On my Linux workstation, the test skips as su
seems to automatically exit with error (detects a non-interactive stdin perhaps?). Perhaps FreeBSD's su
doesn't do this?
cc @golang/freebsd @rolandshoemaker
Metadata
Metadata
Assignees
Labels
NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.OS-FreeBSDcompiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Type
Projects
Status
Todo