|
Bugzilla – Full Text Bug Listing |
| Summary: | adjust issue handling to new agetty | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Ludwig Nussel <lnussel> |
| Component: | Basesystem | Assignee: | Thorsten Kukuk <kukuk> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | alynx.zhou, mrmazda, pgajdos |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | 1194322 | ||
| Bug Blocks: | |||
Priority here apparently needs escalation: I installed 20201111 fresh on Intel 32bit. Upgrading several times has produced no change. Current is 20201215. No content from *issue* is being displayed on the vttys. All that appears on the empty screens is a 9 character login prompt and a trailing space. /etc/issue is absent. /etc/issue.net is present. /usr/lib/issue.d/ appears to contain in 10-opensuse.conf the content /etc/issue used to contain. Remote login prompt continues to behave as expected. Installing issue-generator solves the comment #1 issue. Stanislav is on long leave. I think this bug has wrong assignee anyway. If that is not true, please forgive me, and in that case hints are welcome. I don't see any sense or benefit in such a change. If you have more than one interface (even all of my notebooks have this), this single \4 or \6 without interface is very confusing (but ok, most likely you don't need it here). Servers, where you need it, have most often more than one network interface. Align us with upstream, align upstream with us ... |
agetty from util-linux 2.35 (not yet packaged) supports reading issue files from /run and /usr in the following way: if /etc/issue exists: read /etc/issue and /etc/issue.d else if /run/issue exists or /run/issue.d has any files read those else read /usr/lib/issue read /usr/lib/issue.d Moreover, the \4 and \6 escape codes use the first configured interface to print the IP address. That means for the most useful default case we don't need to run the extra code of issue generator to enumerate network interfaces and merge issue files anymore. We can rely on agetty built-in features only. Those who need the extra features to print ssh keys or custom computed stuff could still install issue-generator. So I propose the following change: - don't hard require issue-generator in openSUSE-release - don't ship /etc/issue - ship /usr/lib/issue.d/10-openSUSE.issue with the following content: Welcome to \S{PRETTY_NAME} \S{VERSION_ID} - Kernel \r (\l). \4 \6