Skip to content

| ./csgoserver details | Empty output for "Distro Details" + "Performance" + "DiskUsage" + "Server Details" #283

@LaurentDumont

Description

@LaurentDumont

Hi!

Small issue with that seems to be the latest version. With a CentOS 6.6 server, I'm getting nothing in the sections : "Distro Details" + "Performance" + "DiskUsage" + "Server Details" when using the "csgoserver details" command.

From debugging the script, I can see that the ".fn_details_distro + .fn_details_performance + .fn_details_disk hidden files are created and contains the correct data.

Example:
Distro:£CentOS release 6.6 (Final)
Arch:£x86_64
Kernel:£2.6.32-504.3.3.el6.x86_64
Hostname:£centos2.coldnorthadmin.com
tmux:£tmux 1.6
GLIBC:£2.12

I can see the control character "£" is there and that the "column -s £ -t .hidden_file" is being run. Unfortunately, it seems that that specific command outputs nothing. I have the same issue running the command directly from the command line.

Basically, it goes from fn_details -> function fn_sourcedetails() -> fn_details_distro (for the variables) and then fn_details_os||performance...

I cannot test (for now) on a Ubuntu/Debian server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions