mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-26 09:15:55 +03:00
[GH-ISSUE #282] [BUG] ping not available on minimized 22.04.2 installation. #74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @funk-on-code on GitHub (May 30, 2023).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/282
Originally assigned to: @konstruktoid on GitHub.
Describe the bug
Selected Ubuntu Minimized from a fresh 22.04.2 ISO install, ping is not longer installed by default.
To Reproduce
Get to stage 13 from README, the following errors occur:
./scripts/timesyncd: line 1: dig: command not found./scripts/timesyncd: line 36: ping: command not foundExpected behavior
Packages were found.
System (lsb_release -a):
Distributor ID: Ubuntu
Distribution: Ubuntu 22.04.2
Release: 22.04
Codename: jammy
Additional context
Installing iputils-ping fixes the problem, installing bind9-tools to get dig is a little heavy on the dependency side though.
@konstruktoid commented on GitHub (May 30, 2023):
Hi @funk-on-code and thanks for reporting this.
I'll add
pinganddigto https://github.com/konstruktoid/hardening/blob/master/ubuntu.sh#L22 in a couple of days. Unless you want to submit a PR?@funk-on-code commented on GitHub (May 30, 2023):
Will leave it with you @konstruktoid :)
@konstruktoid commented on GitHub (Jun 2, 2023):
Sorry for the delay, I believe this is fixed now.