| Summary: | 11.1-STABLE Vagrant box seems to have no sudo installed | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Guangyuan Yang <ygy> |
| Component: | misc | Assignee: | FreeBSD Release Engineering <re> |
| Status: | Closed Unable to Reproduce | ||
| Severity: | Affects Some People | ||
| Priority: | --- | ||
| Version: | 11.1-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Guangyuan Yang
2017-12-02 14:28:19 UTC
I am unable to reproduce this. vagrant@freebsd:~ % uname -a FreeBSD freebsd 11.1-STABLE FreeBSD 11.1-STABLE #0 r326381: Thu Nov 30 02:44:37 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 vagrant@freebsd:~ % sudo usage: sudo -h | -K | -k | -V usage: sudo -v [-AknS] [-g group] [-h host] [-p prompt] [-u user] usage: sudo -l [-AknS] [-g group] [-h host] [-p prompt] [-U user] [-u user] [command] usage: sudo [-AbEHknPS] [-C num] [-c class] [-g group] [-h host] [-p prompt] [-T timeout] [-u user] [VAR=value] [-i|-s] [<command>] usage: sudo -e [-AknS] [-C num] [-c class] [-g group] [-h host] [-p prompt] [-T timeout] [-u user] file ... vagrant@freebsd:~ % which sudo /usr/local/bin/sudo Could you provide more information, such as the host OS, host OS version, and VirtualBox version? Oops. I did not notice it was already closed. (In reply to Glen Barber from comment #1) Hi, sorry for the confusion. I actually still have problems with this, on my Windows machine running latest Windows, Virtualbox and Vagrant, and sudo was not installed. However, I cannot reproduce it either on Linux and macOS, so I closed the PR for now. I will try getting another Windows machine and post the results here. |