Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dmesg needs /usr/adm/msgbuf #1

Open
ambiamber opened this issue Jun 21, 2023 · 0 comments
Open

dmesg needs /usr/adm/msgbuf #1

ambiamber opened this issue Jun 21, 2023 · 0 comments

Comments

@ambiamber
Copy link

Hi,
There are multiple distributions with non-functional dmesg configurations, all of them are caused by /usr/adm/msgbuf being not there.

Example: 32V

# /etc/dmesg -

Jan  2 02:52
Namelist mismatch

/usr/adm/msgbuf is missing:

# ls -l /usr/adm/msgbuf
/usr/adm/msgbuf not found
# ls /usr/adm
dummy

Create it:

# touch /usr/adm/msgbuf

# /etc/dmesg -

Jan  2 04:25
Namelist mismatch

It has to be run twice after creating /usr/adm/msgbuf
as the first pass populates /usr/adm/msgbuf

# /etc/dmesg -
# 
There are no messages so no ("empty") output is displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant