[GH-ISSUE #282] [BUG] ping not available on minimized 22.04.2 installation. #74

Closed
opened 2026-03-03 13:58:55 +03:00 by kerem · 3 comments
Owner

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 found

Expected 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.

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 found ` **Expected 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.
kerem closed this issue 2026-03-03 13:58:56 +03:00
Author
Owner

@konstruktoid commented on GitHub (May 30, 2023):

Hi @funk-on-code and thanks for reporting this.
I'll add ping and dig to https://github.com/konstruktoid/hardening/blob/master/ubuntu.sh#L22 in a couple of days. Unless you want to submit a PR?

<!-- gh-comment-id:1567875380 --> @konstruktoid commented on GitHub (May 30, 2023): Hi @funk-on-code and thanks for reporting this. I'll add `ping` and `dig` to https://github.com/konstruktoid/hardening/blob/master/ubuntu.sh#L22 in a couple of days. Unless you want to submit a PR?
Author
Owner

@funk-on-code commented on GitHub (May 30, 2023):

Will leave it with you @konstruktoid :)

<!-- gh-comment-id:1567881056 --> @funk-on-code commented on GitHub (May 30, 2023): Will leave it with you @konstruktoid :)
Author
Owner

@konstruktoid commented on GitHub (Jun 2, 2023):

Sorry for the delay, I believe this is fixed now.

<!-- gh-comment-id:1574290719 --> @konstruktoid commented on GitHub (Jun 2, 2023): Sorry for the delay, I believe this is fixed now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hardening#74
No description provided.