adding more files

This commit is contained in:
2026-03-21 14:24:10 +01:00
parent dd537b7961
commit 019223b225
8 changed files with 1358 additions and 0 deletions

185
docker_log_pihole.txt Normal file
View File

@@ -0,0 +1,185 @@
[i] Setting up user & group for the pihole user
[i] PIHOLE_UID not set in environment, using default (1000)
[i] PIHOLE_GID not set in environment, using default (1000)
[i] Starting FTL configuration
[i] Password already set in config file
[i] Starting crond for scheduled scripts. Randomizing times for gravity and update checker
[i] Ensuring logrotate script exists in /etc/pihole
[i] Gravity migration checks
[i] Existing gravity database found - schema will be upgraded if necessary
[i] pihole-FTL pre-start checks
[i] Setting capabilities on pihole-FTL where possible
[i] Applying the following caps to pihole-FTL:
* CAP_CHOWN
* CAP_NET_BIND_SERVICE
* CAP_NET_RAW
* CAP_NET_ADMIN
[i] Starting pihole-FTL (no-daemon) as pihole
[i] Version info:
Core version is v6.3 (Latest: v6.3)
Web version is v6.4 (Latest: v6.4)
FTL version is v6.4.1 (Latest: v6.4.1)
2025-11-30 17:09:32.751 UTC [70M] INFO: ########## FTL started on 1be86b5a6692! ##########
2025-11-30 17:09:32.752 UTC [70M] INFO: FTL branch: master
2025-11-30 17:09:32.752 UTC [70M] INFO: FTL version: v6.4.1
2025-11-30 17:09:32.752 UTC [70M] INFO: FTL commit: 8d1add8d
2025-11-30 17:09:32.752 UTC [70M] INFO: FTL date: 2025-11-27 18:02:19 +0000
2025-11-30 17:09:32.752 UTC [70M] INFO: FTL user: pihole
2025-11-30 17:09:32.752 UTC [70M] INFO: Compiled for linux/amd64 (compiled on CI) using cc (Alpine 14.2.0) 14.2.0
2025-11-30 17:09:32.754 UTC [70M] INFO: Wrote config file:
2025-11-30 17:09:32.754 UTC [70M] INFO: - 162 total entries
2025-11-30 17:09:32.754 UTC [70M] INFO: - 159 entries are default
2025-11-30 17:09:32.754 UTC [70M] INFO: - 3 entries are modified
2025-11-30 17:09:32.754 UTC [70M] INFO: - 0 entries are forced through environment
2025-11-30 17:09:32.756 UTC [70M] INFO: Parsed config file /etc/pihole/pihole.toml successfully
2025-11-30 17:09:32.756 UTC [70M] INFO: PID file does not exist or not readable
2025-11-30 17:09:32.756 UTC [70M] INFO: No other running FTL process found.
2025-11-30 17:09:32.756 UTC [70M] WARNING: Insufficient permissions to set process priority to -10 (CAP_SYS_NICE required), process priority remains at 0
2025-11-30 17:09:32.758 UTC [70M] INFO: PID of FTL process: 70
2025-11-30 17:09:32.758 UTC [70M] INFO: listening on 0.0.0.0 port 53
2025-11-30 17:09:32.758 UTC [70M] INFO: listening on :: port 53
2025-11-30 17:09:32.759 UTC [70M] INFO: PID of FTL process: 70
2025-11-30 17:09:32.760 UTC [70M] INFO: Database version is 21
2025-11-30 17:09:32.760 UTC [70M] INFO: Database successfully initialized
2025-11-30 17:09:33.187 UTC [70M] INFO: Imported 43832 queries from the on-disk database (it has 1248190 rows)
2025-11-30 17:09:33.188 UTC [70M] INFO: Parsing queries in database
2025-11-30 17:09:33.225 UTC [70M] INFO: 10000 queries parsed...
2025-11-30 17:09:33.253 UTC [70M] INFO: 20000 queries parsed...
2025-11-30 17:09:33.284 UTC [70M] INFO: 30000 queries parsed...
2025-11-30 17:09:33.316 UTC [70M] INFO: 40000 queries parsed...
2025-11-30 17:09:33.329 UTC [70M] INFO: Imported 43832 queries from the long-term database
2025-11-30 17:09:33.329 UTC [70M] INFO: -> Total DNS queries: 43832
2025-11-30 17:09:33.329 UTC [70M] INFO: -> Cached DNS queries: 29711
2025-11-30 17:09:33.329 UTC [70M] INFO: -> Forwarded DNS queries: 8206
2025-11-30 17:09:33.329 UTC [70M] INFO: -> Blocked DNS queries: 5721
2025-11-30 17:09:33.329 UTC [70M] INFO: -> Unknown DNS queries: 0
2025-11-30 17:09:33.329 UTC [70M] INFO: -> Unique domains: 2831
2025-11-30 17:09:33.329 UTC [70M] INFO: -> Unique clients: 2
2025-11-30 17:09:33.329 UTC [70M] INFO: -> DNS cache records: 372
2025-11-30 17:09:33.329 UTC [70M] INFO: -> Known forward destinations: 2
2025-11-30 17:09:33.437 UTC [70M] WARNING: Insufficient permissions to set system time (CAP_SYS_TIME required), NTP client not available
2025-11-30 17:09:33.437 UTC [70/T72] INFO: NTP server listening on 0.0.0.0:123 (IPv4)
2025-11-30 17:09:33.437 UTC [70/T73] INFO: NTP server listening on :::123 (IPv6)
2025-11-30 17:09:33.437 UTC [70M] INFO: FTL is running as user pihole (UID 1000)
2025-11-30 17:09:33.438 UTC [70M] INFO: Reading certificate from /etc/pihole/tls.pem ...
2025-11-30 17:09:33.440 UTC [70M] INFO: Using SSL/TLS certificate file /etc/pihole/tls.pem
2025-11-30 17:09:33.441 UTC [70M] INFO: Web server ports:
2025-11-30 17:09:33.441 UTC [70M] INFO: - 0.0.0.0:80 (HTTP, IPv4, optional, OK)
2025-11-30 17:09:33.441 UTC [70M] INFO: - 0.0.0.0:443 (HTTPS, IPv4, optional, OK)
2025-11-30 17:09:33.441 UTC [70M] INFO: - [::]:80 (HTTP, IPv6, optional, OK)
2025-11-30 17:09:33.441 UTC [70M] INFO: - [::]:443 (HTTPS, IPv6, optional, OK)
2025-11-30 17:09:33.441 UTC [70M] INFO: Restored 0 API sessions from the database
2025-11-30 17:09:33.442 UTC [70M] INFO: Blocking status is enabled
2025-11-30 17:09:33.541 UTC [70/T74] INFO: Compiled 0 allow and 0 deny regex for 2 clients in 0.1 msec
[i] Container stop requested...
[i] pihole-FTL is running - Attempting to shut it down cleanly
2025-12-05 22:02:06.985 UTC [70M] INFO: Asked to terminate by "N/A" (PID 135431, user root UID 0)
2025-12-05 22:02:07.051 UTC [70/T77] INFO: Terminating timer thread
2025-12-05 22:02:07.063 UTC [70/T74] INFO: Terminating database thread
2025-12-05 22:02:07.255 UTC [70M] INFO: Finished final database update
2025-12-05 22:02:07.255 UTC [70M] INFO: Waiting for threads to join
2025-12-05 22:02:07.255 UTC [70M] INFO: Thread housekeeper (1) is idle, terminating it.
2025-12-05 22:02:07.255 UTC [70M] INFO: Thread dns-client (2) is idle, terminating it.
2025-12-05 22:02:07.255 UTC [70M] INFO: Thread webserver (7) is idle, terminating it.
2025-12-05 22:02:07.255 UTC [70M] INFO: All threads joined
2025-12-05 22:02:07.257 UTC [70M] INFO: PID file emptied
2025-12-05 22:02:07.258 UTC [70M] INFO: Stored 0 API sessions in the database
2025-12-05 22:02:07.601 UTC [70M] INFO: ########## FTL terminated after 5d 4h 52m 34s (code 0)! ##########
[i] pihole-FTL exited with status 0
[i] Container will now stop or restart depending on your restart policy
https://docs.docker.com/engine/containers/start-containers-automatically/#use-a-restart-policy
[i] Setting up user & group for the pihole user
[i] PIHOLE_UID not set in environment, using default (1000)
[i] PIHOLE_GID not set in environment, using default (1000)
[i] Starting FTL configuration
[i] Password already set in config file
[i] Starting crond for scheduled scripts. Randomizing times for gravity and update checker
[i] Ensuring logrotate script exists in /etc/pihole
[i] Gravity migration checks
[i] Existing gravity database found - schema will be upgraded if necessary
[i] pihole-FTL pre-start checks
[i] Setting capabilities on pihole-FTL where possible
[i] Applying the following caps to pihole-FTL:
* CAP_CHOWN
* CAP_NET_BIND_SERVICE
* CAP_NET_RAW
* CAP_NET_ADMIN
[i] Starting pihole-FTL (no-daemon) as pihole
[i] Version info:
Core version is v6.3 (Latest: v6.3)
Web version is v6.4 (Latest: v6.4)
FTL version is v6.4.1 (Latest: v6.4.1)
2025-12-05 22:02:19.999 UTC [68M] INFO: ########## FTL started on 1be86b5a6692! ##########
2025-12-05 22:02:19.999 UTC [68M] INFO: FTL branch: master
2025-12-05 22:02:19.999 UTC [68M] INFO: FTL version: v6.4.1
2025-12-05 22:02:19.999 UTC [68M] INFO: FTL commit: 8d1add8d
2025-12-05 22:02:19.999 UTC [68M] INFO: FTL date: 2025-11-27 18:02:19 +0000
2025-12-05 22:02:19.999 UTC [68M] INFO: FTL user: pihole
2025-12-05 22:02:19.999 UTC [68M] INFO: Compiled for linux/amd64 (compiled on CI) using cc (Alpine 14.2.0) 14.2.0
2025-12-05 22:02:20.002 UTC [68M] INFO: Wrote config file:
2025-12-05 22:02:20.002 UTC [68M] INFO: - 162 total entries
2025-12-05 22:02:20.002 UTC [68M] INFO: - 159 entries are default
2025-12-05 22:02:20.002 UTC [68M] INFO: - 3 entries are modified
2025-12-05 22:02:20.002 UTC [68M] INFO: - 0 entries are forced through environment
2025-12-05 22:02:20.004 UTC [68M] INFO: Parsed config file /etc/pihole/pihole.toml successfully
2025-12-05 22:02:20.004 UTC [68M] INFO: PID file does not exist or not readable
2025-12-05 22:02:20.004 UTC [68M] INFO: No other running FTL process found.
2025-12-05 22:02:20.004 UTC [68M] WARNING: Insufficient permissions to set process priority to -10 (CAP_SYS_NICE required), process priority remains at 0
2025-12-05 22:02:20.005 UTC [68M] INFO: PID of FTL process: 68
2025-12-05 22:02:20.006 UTC [68M] INFO: listening on 0.0.0.0 port 53
2025-12-05 22:02:20.006 UTC [68M] INFO: listening on :: port 53
2025-12-05 22:02:20.007 UTC [68M] INFO: PID of FTL process: 68
2025-12-05 22:02:20.008 UTC [68M] INFO: Database version is 21
2025-12-05 22:02:20.008 UTC [68M] INFO: Database successfully initialized
2025-12-05 22:02:20.421 UTC [68M] INFO: Imported 31484 queries from the on-disk database (it has 1416729 rows)
2025-12-05 22:02:20.421 UTC [68M] INFO: Parsing queries in database
2025-12-05 22:02:20.452 UTC [68M] INFO: 10000 queries parsed...
2025-12-05 22:02:20.488 UTC [68M] INFO: 20000 queries parsed...
2025-12-05 22:02:20.523 UTC [68M] INFO: 30000 queries parsed...
2025-12-05 22:02:20.529 UTC [68M] INFO: Imported 31484 queries from the long-term database
2025-12-05 22:02:20.529 UTC [68M] INFO: -> Total DNS queries: 31484
2025-12-05 22:02:20.529 UTC [68M] INFO: -> Cached DNS queries: 22035
2025-12-05 22:02:20.529 UTC [68M] INFO: -> Forwarded DNS queries: 6135
2025-12-05 22:02:20.529 UTC [68M] INFO: -> Blocked DNS queries: 3246
2025-12-05 22:02:20.529 UTC [68M] INFO: -> Unknown DNS queries: 0
2025-12-05 22:02:20.529 UTC [68M] INFO: -> Unique domains: 2286
2025-12-05 22:02:20.529 UTC [68M] INFO: -> Unique clients: 2
2025-12-05 22:02:20.529 UTC [68M] INFO: -> DNS cache records: 238
2025-12-05 22:02:20.529 UTC [68M] INFO: -> Known forward destinations: 2
2025-12-05 22:02:20.677 UTC [68M] WARNING: Insufficient permissions to set system time (CAP_SYS_TIME required), NTP client not available
2025-12-05 22:02:20.677 UTC [68/T70] INFO: NTP server listening on 0.0.0.0:123 (IPv4)
2025-12-05 22:02:20.677 UTC [68M] INFO: FTL is running as user pihole (UID 1000)
2025-12-05 22:02:20.677 UTC [68M] INFO: Reading certificate from /etc/pihole/tls.pem ...
2025-12-05 22:02:20.677 UTC [68M] INFO: Using SSL/TLS certificate file /etc/pihole/tls.pem
2025-12-05 22:02:20.678 UTC [68M] INFO: Web server ports:
2025-12-05 22:02:20.678 UTC [68M] INFO: - 0.0.0.0:80 (HTTP, IPv4, optional, OK)
2025-12-05 22:02:20.678 UTC [68M] INFO: - 0.0.0.0:443 (HTTPS, IPv4, optional, OK)
2025-12-05 22:02:20.678 UTC [68M] INFO: - [::]:80 (HTTP, IPv6, optional, OK)
2025-12-05 22:02:20.678 UTC [68M] INFO: - [::]:443 (HTTPS, IPv6, optional, OK)
2025-12-05 22:02:20.678 UTC [68M] INFO: Restored 0 API sessions from the database
2025-12-05 22:02:20.678 UTC [68/T71] INFO: NTP server listening on :::123 (IPv6)
2025-12-05 22:02:20.680 UTC [68M] INFO: Blocking status is enabled
2025-12-05 22:02:20.784 UTC [68/T72] INFO: Compiled 0 allow and 0 deny regex for 2 clients in 0.0 msec
2025-12-07 04:45:01.079 UTC [68/T72] INFO: Gravity database has been updated, reloading now
2025-12-07 04:45:01.086 UTC [68/T72] INFO: Compiled 0 allow and 0 deny regex for 2 clients in 0.1 msec