You are not logged in.

#1 2022-04-17 15:34:48

skullnoober
Member
Registered: 2021-11-13
Posts: 18

[SOLVED] Is it advisable to use this command?

Long story short, I'm running a game (GMod, to be specific) that doesn't have a menu, its branch is Chromium, running natively, anyways, I found a way to fix it which is by running this following command:

 sudo sysctl -w kernel.unprivileged_userns_clone=1 

I did some research on it, and saw that it causes vulnerability to systems, should I use it?

Last edited by skullnoober (2022-04-20 05:49:33)

Offline

#2 2022-04-17 16:31:50

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,676

Re: [SOLVED] Is it advisable to use this command?

What kernel are you using?  That is already the default.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#3 2022-04-17 17:16:44

skullnoober
Member
Registered: 2021-11-13
Posts: 18

Re: [SOLVED] Is it advisable to use this command?

ewaller wrote:

What kernel are you using?

x86_64

ewaller wrote:

That is already the default.

Ah, my bad, I also tried it and it didn't fix my issue

Offline

#4 2022-04-17 17:23:40

Irets
Member
Registered: 2019-02-01
Posts: 143

Re: [SOLVED] Is it advisable to use this command?

skullnoober wrote:

I'm running a game (GMod, to be specific) that doesn't have a menu

What menu?

Offline

#5 2022-04-17 18:00:16

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,691

Re: [SOLVED] Is it advisable to use this command?

skullnoober wrote:
ewaller wrote:

What kernel are you using?

x86_64

Doens't answer ewaller question at all.

uname -a

Offline

#6 2022-04-19 20:13:29

skullnoober
Member
Registered: 2021-11-13
Posts: 18

Re: [SOLVED] Is it advisable to use this command?

Irets wrote:
skullnoober wrote:

I'm running a game (GMod, to be specific) that doesn't have a menu

What menu?

Main menu, sorry for not being exact

Offline

#7 2022-04-19 20:14:38

skullnoober
Member
Registered: 2021-11-13
Posts: 18

Re: [SOLVED] Is it advisable to use this command?

seth wrote:
skullnoober wrote:
ewaller wrote:

What kernel are you using?

x86_64

Doens't answer ewaller question at all.

uname -a

5.17.3-arch1-1 #1 SMP PREEMPT Thu, 14 Apr 2022 01:18:36 +0000 x86_64 GNU/Linux
(sorry for late response)

Offline

#8 2022-04-19 20:16:56

loqs
Member
Registered: 2014-03-06
Posts: 18,969

Re: [SOLVED] Is it advisable to use this command?

What is the sysctl currently set to?

sysctl kernel.unprivileged_userns_clone

Offline

#9 2022-04-19 20:24:37

skullnoober
Member
Registered: 2021-11-13
Posts: 18

Re: [SOLVED] Is it advisable to use this command?

loqs wrote:

What is the sysctl currently set to?

sysctl kernel.unprivileged_userns_clone

It's set to 1, as I tried it before

Offline

#10 2022-04-19 20:43:38

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,484
Website

Re: [SOLVED] Is it advisable to use this command?

Ah ... all that's being discussed in this thread is some random command that you thought might be a solution to your problem but A) it's irrelevant as it's already the default setting, and B) you tried it and it didn't help at all.  So we're 10 posts in and there is literally no information in this thread other than there is some problem with GMod somehow related to a menu.  It seems only one useful diagnostic question has been asked "what menu" but the only reply was vague "main menu".

Please describe your actual symptoms / problem.  What do you mean it doesn't have a main menu?  What "main menu" do you expect it to have?  Is this a right click popup menu?  If so, does one not appear at all, or does it appear as blank / black / etc?  What do you actually see?  And how does it contrast from what you expect / require?

Also, what exactly is "gmod"?  This doesn't appear to be from an arch package.  Please describe what this is and how it was installed.

EDIT: I suppose all of the above is if you want help actually pinning down the actual problem.  If you really just want an answer to the X-Y question in your title, then: No it is neither advisable or ill-advisable as that command will do nothing on most systems.

Last edited by Trilby (2022-04-19 20:46:50)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#11 2022-04-20 00:54:16

jonno2002
Member
Registered: 2016-11-21
Posts: 877

Re: [SOLVED] Is it advisable to use this command?

2nd search result on duckduckgo for "game gmod linux":
https://www.protondb.com/app/4000

everthing you want to know is there

Last edited by jonno2002 (2022-04-20 00:54:42)

Offline

#12 2022-04-20 05:43:51

skullnoober
Member
Registered: 2021-11-13
Posts: 18

Re: [SOLVED] Is it advisable to use this command?

Trilby wrote:

Ah ... all that's being discussed in this thread is some random command that you thought might be a solution to your problem but A) it's irrelevant as it's already the default setting, and B) you tried it and it didn't help at all.  So we're 10 posts in and there is literally no information in this thread other than there is some problem with GMod somehow related to a menu.  It seems only one useful diagnostic question has been asked "what menu" but the only reply was vague "main menu".

Please describe your actual symptoms / problem.  What do you mean it doesn't have a main menu?  What "main menu" do you expect it to have?  Is this a right click popup menu?  If so, does one not appear at all, or does it appear as blank / black / etc?  What do you actually see?  And how does it contrast from what you expect / require?

Also, what exactly is "gmod"?  This doesn't appear to be from an arch package.  Please describe what this is and how it was installed.

EDIT: I suppose all of the above is if you want help actually pinning down the actual problem.  If you really just want an answer to the X-Y question in your title, then: No it is neither advisable or ill-advisable as that command will do nothing on most systems.

Really sorry, I meant the main menu that appears once entering the game, as it isn't appearing, I also meant the game Garry's Mod, from Steam, I also tried that command as someone mentioned that it fixed the issue, my bad.

Last edited by skullnoober (2022-04-20 05:49:01)

Offline

#13 2022-04-20 05:46:30

skullnoober
Member
Registered: 2021-11-13
Posts: 18

Re: [SOLVED] Is it advisable to use this command?

jonno2002 wrote:

2nd search result on duckduckgo for "game gmod linux"[/url

Oh, well thank you, Someone mentioned the use of a HTML menu to fix said issue, the lua menu doesn't function properly on Chromium, now it works, Cheers!

Last edited by skullnoober (2022-04-20 05:46:47)

Offline

Board footer

Powered by FluxBB