ULX

Author Topic: Unauthorized access :S  (Read 10303 times)

0 Members and 2 Guests are viewing this topic.

Offline Stickly Man!

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 1270
  • Karma: 164
  • What even IS software anymore?
    • XGUI
Re: Unauthorized access :S
« Reply #15 on: September 18, 2010, 01:51:08 PM »
When you delete the garrysmod/data/ulib folder, ULib will regenerate the needed files by copying them from the addons/ulib/data/ulib/ folder. If you did that and superadmin still has no access to anything, then it is likely that these files were modified or you got your version of ulx/ulib modified from elsewhere.

Please try reinstalling ULX/ULib RELEASE version from here:
http://ulyssesmod.net/?UL=download

Or get the latest SVNs version if you prefer:
http://forums.ulyssesmod.net/index.php/topic,3092.0.html

And if you don't have any important information saved within ULX/ULib (bans, admin's SteamIDs, etc.), then I'd recommend removing ulx/ulib from the addons AND from the data folder before reinstalling.
Join our Team Ulysses community discord! https://discord.gg/gR4Uye6

Offline The Zero

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
Re: Unauthorized access :S
« Reply #16 on: September 18, 2010, 03:25:01 PM »
well it didnt do anything usefull..
I re installed.. but still... It works perfectly in single player..
I dont know why!!

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Unauthorized access :S
« Reply #17 on: September 18, 2010, 07:04:05 PM »
When deleting the things/re-installing the things we recommend in our posts, make SURE you're doing it to the server folders, not your local client/game folders.
Make sure your copying both /addons/ulx and /addons/ulib to the server.
Since the 'release' version is old, I recommend you use the SVN versions (require both svn ulx/ulib).
Make sure you have you server set to allow download of the lua cache folder.
And, after all that, please, for ny sanity sake and yours, attach a ulx debuginfo created file from your server console/server file.
« Last Edit: September 18, 2010, 07:06:06 PM by JamminR »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline The Zero

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
Re: Unauthorized access :S
« Reply #18 on: September 19, 2010, 05:11:16 AM »
"Make sure you have you server set to allow download of the lua cache folder."

How do I do this?

sv_allowdownloads in 1 .. or something like that..
but sv_allowuploads is 0 ...

how do i make it that they can download the cache folder?

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Unauthorized access :S
« Reply #19 on: September 19, 2010, 02:12:09 PM »
That config option should work for the server.
If you're hosting on a local computer, make sure your router is configured to allow transfers too.
Google how.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline The Zero

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
Re: Unauthorized access :S
« Reply #20 on: September 19, 2010, 02:50:35 PM »
lol... im testing on lan first.. i didnt yet forward the ports.. i know about that.. but when i connect it doesnt download any cache files.. or anything.. just .lua

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Unauthorized access :S
« Reply #21 on: September 19, 2010, 03:46:20 PM »
Sounds like it's getting needed files then.
If you still can't get it to work, please provide any errors occuring in SERVER console at startup and when you run commands (copy/paste the text, not a screenshot)
And again, please provide the debuginfo file created on the server when running the command from the server.
The forum allows attaching the files under "Additional options" underneath your text post.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline The Zero

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
Re: Unauthorized access :S
« Reply #22 on: September 19, 2010, 03:52:55 PM »
Well here is the debug info.. and it is mistaken about the version.. i got the svn version.. im gonna put the info file for the ulx too to prove it..
and il check for errors

Offline The Zero

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
Re: Unauthorized access :S
« Reply #23 on: September 19, 2010, 04:03:45 PM »
i cant copy/paste from console.. .. i just cant..
But i found an error...

after Lua initialized (Lua 5.1)
there is:
ERROR! Module 'ulib' not found!
then
///////////////////////////////////////
///  Ulysses Library              ///
//////////////////////////////////////
/// Loading.....                    ///
/// yada yada yada ////
then after:
 server/ucl.lua
there is:
KeyValues Error: RecursiceLoadFromBuffer: got } in key in file In admin , inherit_from,
KeyValues Error: RecursiceLoadFromBuffer: got } in key in file In superadmin , inherit_from,
KeyValues Error: RecursiceLoadFromBuffer: got } in key in file In admin , inherit_from,
KeyValues Error: RecursiceLoadFromBuffer: got } in key in file In superadmin , inherit_from,

Then :

Load Complete!

and then there is:

ERROR! Module 'zlib_b64' not found!

but that is under Table (De)Serialiser Module ver 1.4

and if something says "attempt to call field 'Something' (a nil value)

an error??



Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Unauthorized access :S
« Reply #24 on: September 19, 2010, 04:13:48 PM »
Looks like you've got some misformatting in the groups.txt file... but I don't understand the error because we're not using garry's parser (which is where that error is coming from).
Experiencing God's grace one day at a time.

Offline The Zero

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
Re: Unauthorized access :S
« Reply #25 on: September 19, 2010, 06:44:47 PM »
what do you think i should do?
can I reinstall or will it not work?
If you get Team Viewer i can give you remote access to check it out...

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Unauthorized access :S
« Reply #26 on: September 19, 2010, 07:27:09 PM »
Didn't our old release version use standard Gary parser?
Looks like old release or mismatched versions of ULib and ULX. Or, manually edited groups file badly done (or bad import from settings/users.txt due to bad edit)
And, for the third time (at least that I've asked), attach a debuginfo run from server console while you're connected.
"Condump" from server console after having just started up will dump your console to a file also.
There's a way to copy from console, you just have to know how. Condump should work for now.
Somewhere there is a FAQ or discussion about it.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline The Zero

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
Re: Unauthorized access :S
« Reply #27 on: September 22, 2010, 07:04:19 AM »
I attached twice already the debug info.... check my posts...
and il get a condump

Offline The Zero

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
Re: Unauthorized access :S
« Reply #28 on: September 22, 2010, 07:07:12 AM »
I type "condump" and i get.. "unknown command 'condump' "

Offline The Zero

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
Re: Unauthorized access :S
« Reply #29 on: September 22, 2010, 08:36:48 AM »
Ok i got the con dump.. here it is..