Skip to content

dmesg needs /usr/adm/msgbuf #1

@ambiamber

Description

@ambiamber

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions