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

[Bug]: Using Console command ./rustserver console shows error/misconfiguration #4511

Open
SkyRonic12 opened this issue Feb 26, 2024 · 7 comments

Comments

@SkyRonic12
Copy link

User story

As a bug, I want the bug to be looked over sometime, so that other people can have a better experience than I did.

Game

Rust

Linux distro

Ubuntu 22.04

Command

command: console

Further information

Screenshot 2024-02-26 142526

After running the console command "./rustserver console" and saying yes it loads the console and brings this up instead of showing the actual console. I can connect to the Rust server just fine, but I cannot access the console to give myself owner or edit my oxide plugins.

Relevant log output

[UnityMemory] Configuration Parameters - Can be set up in boot.config
    "memorysetup-bucket-allocator-granularity=16"
    "memorysetup-bucket-allocator-bucket-count=8"
    "memorysetup-bucket-allocator-block-size=4194304"
    "memorysetup-bucket-allocator-block-count=1"
    "memorysetup-main-allocator-block-size=16777216"
    "memorysetup-thread-allocator-block-size=16777216"
    "memorysetup-gfx-main-allocator-block-size=16777216"
    "memorysetup-gfx-thread-allocator-block-size=16777216"
    "memorysetup-cache-allocator-block-size=4194304"
    "memorysetup-typetree-allocator-block-size=2097152"
    "memorysetup-profiler-bucket-allocator-granularity=16"
    "memorysetup-profiler-bucket-allocator-bucket-count=8"
    "memorysetup-profiler-bucket-allocator-block-size=4194304"
    "memorysetup-profiler-bucket-allocator-block-count=1"
    "memorysetup-profiler-allocator-block-size=16777216"
    "memorysetup-profiler-editor-allocator-block-size=1048576"
    "memorysetup-temp-allocator-size-main=4194304"
    "memorysetup-job-temp-allocator-block-size=2097152"
    "memorysetup-job-temp-allocator-block-size-background=1048576"
    "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
    "memorysetup-temp-allocator-size-background-worker=32768"
    "memorysetup-temp-allocator-size-job-worker=262144"
    "memorysetup-temp-allocator-size-preload-manager=262144"
    "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
    "memorysetup-temp-allocator-size-audio-worker=65536"
    "memorysetup-temp-allocator-size-cloud-worker=32768"
    "memorysetup-temp-allocator-size-gfx=262144"

Steps to reproduce

  1. Start Rust Server
  2. Use the Command "./rustserver console"
  3. Then you get the issue
@SkyRonic12
Copy link
Author

Forgot to add logs.. Here you go.

rustserver-game.log
rustserver-script.log
rustserver-console.log

@MotyaV
Copy link

MotyaV commented Apr 20, 2024

Any fix? Same problem, server is working fine, but i cant get into console

@sivert-io
Copy link

Im also stuck with the same problem 😄

@sivert-io
Copy link

Seems to be related to some permission issues perhaps? I am able to run the server using the dedicated sh file in the server's directory (/home/rustserver/serverfiles/) like so:

rustserver@debian:~/serverfiles$ ./RustDedicated

Server boots fine. But when running with LinuxGSM I am stuck at the exact same point as you.

@sivert-io
Copy link

Found the issue 😄

It's related to this part of the launch parameters:

-logfile /home/rustserver/log/server/rustserver-game.log

Seems removing it allows the server to continue running. I'm not familiar with LinuxGSM, is it possible to disable this parameter 🙂? Or perhaps it indeed is an issue with permissions?

@sivert-io
Copy link

sivert-io commented May 8, 2024

More investigation proves the log is indeed working and the server is starting 🙂 Simply nothing being printed when attaching to the server console.

Solution:

run the server and wait 20-30 minutes. Server should be up and running after a while. Tail this file:

tail -f /home/rustserver/log/server/rustserver-game.log

to follow the latest logs.

@FrZ-BR
Copy link

FrZ-BR commented Dec 26, 2024

This still a problem.
even after 2 hours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 New Issues
Development

No branches or pull requests

4 participants