Raised This Month: $12 Target: $400
 3% 

Accelerator - Crash Reporting That Doesn't Suck


Post New Thread Reply   
 
Thread Tools Display Modes
caxanga334
Member
Join Date: Nov 2013
Location: Brazil
Old 08-15-2017 , 19:32   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #171

Accelerator stopped working. I am getting this error on the logs:
Code:
Failed to upload crash dump: The requested URL returned error: 400 (22)
Failed to upload crash dump: The requested URL returned error: 400 (22)
caxanga334 is offline
BASTIEN1
Junior Member
Join Date: May 2017
Old 08-18-2017 , 17:22   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #172

L 08/18/2017 - 16:01:10: [SM] Unable to load extension "accelerator.ext": Could not find interface: IWebternet
BASTIEN1 is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-18-2017 , 17:45   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #173

Quote:
Originally Posted by BASTIEN1 View Post
L 08/18/2017 - 16:01:10: [SM] Unable to load extension "accelerator.ext": Could not find interface: IWebternet
Your SourceMod version is absolutely ancient.
__________________
asherkin is offline
dedimark
Senior Member
Join Date: Jul 2015
Location: London
Old 08-18-2017 , 18:43   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #174

Failed to upload crash dump: The requested URL returned error: 400 (22)

2.3.1-1fc5be1

[01] SourceMod (1.8.0.5985) by AlliedModders LLC
[02] SMRCon (1.2.1) by psychonic
[03] CS Tools (1.8.0.5985) by AlliedModders LLC
[04] SDK Tools (1.8.0.5985) by AlliedModders LLC
[05] SteamWorks Extension (1.2.1) by Kyle Sanderson
[06] SDK Hooks (1.8.0.5985) by AlliedModders LLC
[07] DHooks (2.0.6) by Dr!fter
dedimark is offline
kgns
Senior Member
Join Date: May 2017
Location: Istanbul, Turkey
Old 08-30-2017 , 11:59   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #175

ive been getting "Failed to upload crash dump: The requested URL returned error: 400 (22)" for a few days now. last successful upload was on 22nd august.

checked github, but there is only 1 commit which just changes the log level from error to log, and it failed to build for linux anyway.
__________________

OyunHost Sunucu Hizmetleri: https://www.oyunhost.net
kgns is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-30-2017 , 12:41   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #176

Quote:
Originally Posted by caxanga334 View Post
Accelerator stopped working. I am getting this error on the logs:
Code:
Failed to upload crash dump: The requested URL returned error: 400 (22)
Failed to upload crash dump: The requested URL returned error: 400 (22)
Quote:
Originally Posted by dedimark View Post
Failed to upload crash dump: The requested URL returned error: 400 (22)
Quote:
Originally Posted by kgns View Post
ive been getting "Failed to upload crash dump: The requested URL returned error: 400 (22)" for a few days now. last successful upload was on 22nd august.

checked github, but there is only 1 commit which just changes the log level from error to log, and it failed to build for linux anyway.
Quote:
Originally Posted by asherkin View Post
That means that the generated crash dump was empty, that's normally due to either the server crashing again while generating the crash dump, or configuration on your host blocking ptrace access (such as OVH's default kernel config).
__________________
asherkin is offline
kgns
Senior Member
Join Date: May 2017
Location: Istanbul, Turkey
Old 08-30-2017 , 13:11   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #177

i indeed changed server machine. old one had debian 8.7.1 on it, and new one ubuntu 16.04.3. so i guess its enabled by default on debian distro, but disabled on ubuntu.

this should make it work for current session:

echo 0 > /proc/sys/kernel/yama/ptrace_scope

this should make it work for every session (even after reboot)

editing /etc/sysctl.d/10-ptrace.conf

changing
kernel.yama.ptrace_scope = 1
to
kernel.yama.ptrace_scope = 0

is this correct?
__________________

OyunHost Sunucu Hizmetleri: https://www.oyunhost.net

Last edited by kgns; 08-30-2017 at 13:12.
kgns is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-30-2017 , 13:15   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #178

Quote:
Originally Posted by kgns View Post
i indeed changed server machine. old one had debian 8.7.1 on it, and new one ubuntu 16.04.3. so i guess its enabled by default on debian distro, but disabled on ubuntu.

this should make it work for current session:

echo 0 > /proc/sys/kernel/yama/ptrace_scope

this should make it work for every session (even after reboot)

editing /etc/sysctl.d/10-ptrace.conf

changing
kernel.yama.ptrace_scope = 1
to
kernel.yama.ptrace_scope = 0

is this correct?
Those settings shouldn't matter because SRCDS is ptracing itself from a forked child (grsec is the only one I've known here to cause a problem since by default it is a complete ban), but give it a shot, see if it works.
__________________
asherkin is offline
kgns
Senior Member
Join Date: May 2017
Location: Istanbul, Turkey
Old 08-30-2017 , 14:00   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #179

would it have anything to do with me not installing gdb package on this new server yet?
__________________

OyunHost Sunucu Hizmetleri: https://www.oyunhost.net
kgns is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 08-30-2017 , 14:04   Re: Accelerator - Crash Reporting That Doesn't Suck
Reply With Quote #180

Quote:
Originally Posted by kgns View Post
would it have anything to do with me not installing gdb package on this new server yet?
No, there are no external dependencies.
__________________
asherkin is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:07.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode