Bugzilla – Full Text Bug Listing |
Summary: | Fillup templates seem to be broken | ||
---|---|---|---|
Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Andreas Schneider <asn> |
Component: | Basesystem | Assignee: | Adam Majer <amajer> |
Status: | CONFIRMED --- | QA Contact: | E-mail List <qa-bugs> |
Severity: | Normal | ||
Priority: | P5 - None | CC: | alynx.zhou, asn, rbrown, tchvatal |
Version: | Current | ||
Target Milestone: | --- | ||
Hardware: | Other | ||
OS: | Other | ||
Whiteboard: | |||
Found By: | --- | Services Priority: | |
Business Priority: | Blocker: | --- | |
Marketing QA Status: | --- | IT Deployment: | --- |
Description
Andreas Schneider
2019-07-31 11:21:53 UTC
touch /etc/sysconfig/prometheus is most likely missing. See the fillup macro how it is called. I've fixed it. I needs to be %fillup_only -n prometheus However the error is quite strange. A better error message would be nice :-) The problem is basically just lack of quoting in fillup_exception() (SRC/services.c:185). Instead of fillup: Exception in ../SRC/services.c, line 348 concerning file not opened it should be, fillup: Exception in '../SRC/services.c', line 348 concerning 'file not opened' |