"Open /data/queries.active: permission denied"의 두 판 사이의 차이

(새 문서: ==개요== {{소문자}} ;<nowiki>open /data/queries.active: permission denied</nowiki> <syntaxhighlight lang='console'> level=info ts=2019-08-30T05:14:43.159Z caller=main.go:329 msg...)
 
 
(같은 사용자의 중간 판 3개는 보이지 않습니다)
11번째 줄: 11번째 줄:
level=error ts=2019-08-30T05:14:43.160Z caller=query_logger.go:82 component=activeQueryTracker msg="Error opening query log file" file=/prometheus/queries.active err="open /prometheus/queries.active: permission denied"
level=error ts=2019-08-30T05:14:43.160Z caller=query_logger.go:82 component=activeQueryTracker msg="Error opening query log file" file=/prometheus/queries.active err="open /prometheus/queries.active: permission denied"
panic: Unable to create mmap-ed active query log
panic: Unable to create mmap-ed active query log
goroutine 1 [running]:
github.com/prometheus/prometheus/promql.NewActiveQueryTracker(0x7ffef5ed3f02, 0xb, 0x14, 0x2a6b7c0, 0xc000596cf0, 0x2a6b7c0)
        /app/promql/query_logger.go:112 +0x4d2
main.main()
        /app/cmd/prometheus/main.go:361 +0x52bd
</syntaxhighlight>
</syntaxhighlight>
==같이 보기==
* [[initChownData]]
* [[permission denied]]


==참고==
==참고==
* https://github.com/helm/charts/issues/21842
* https://github.com/prometheus/prometheus/issues/5976
* https://github.com/prometheus/prometheus/issues/5976


[[분류: prometheus]]
[[분류: prometheus]]

2024년 8월 27일 (화) 15:27 기준 최신판

1 개요[ | ]

open /data/queries.active: permission denied
level=info ts=2019-08-30T05:14:43.159Z caller=main.go:329 msg="Starting Prometheus" version="(version=2.12.0, branch=HEAD, revision=43acd0e2e93f9f70c49b2267efa0124f1e759e86)"
level=info ts=2019-08-30T05:14:43.159Z caller=main.go:330 build_context="(go=go1.12.8, user=root@7a9dbdbe0cc7, date=20190818-13:53:16)"
level=info ts=2019-08-30T05:14:43.159Z caller=main.go:331 host_details="(Linux 3.10.0-957.el7.x86_64 #1 SMP Thu Oct 4 20:48:51 UTC 2018 x86_64 4d7bb264eb92 (none))"
level=info ts=2019-08-30T05:14:43.160Z caller=main.go:332 fd_limits="(soft=1048576, hard=1048576)"
level=info ts=2019-08-30T05:14:43.160Z caller=main.go:333 vm_limits="(soft=unlimited, hard=unlimited)"
level=error ts=2019-08-30T05:14:43.160Z caller=query_logger.go:82 component=activeQueryTracker msg="Error opening query log file" file=/prometheus/queries.active err="open /prometheus/queries.active: permission denied"
panic: Unable to create mmap-ed active query log

goroutine 1 [running]:
github.com/prometheus/prometheus/promql.NewActiveQueryTracker(0x7ffef5ed3f02, 0xb, 0x14, 0x2a6b7c0, 0xc000596cf0, 0x2a6b7c0)
        /app/promql/query_logger.go:112 +0x4d2
main.main()
        /app/cmd/prometheus/main.go:361 +0x52bd

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}