ULX

Author Topic: ULX Not working after update [RESOLVED]  (Read 3866 times)

0 Members and 1 Guest are viewing this topic.

Offline Loper324

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
ULX Not working after update [RESOLVED]
« on: July 30, 2012, 08:10:12 PM »
EDIT:
It was a server permission error, I didn't allow the Linx server to read the files I uploaded.

I recently updated ULX via my FTP, and done the command for rcon to restart it. (killserver,quit,exit, etc) and none of those seemed to work, so the next step is trying to see if ulx didn't update right, I used a program that downloaded ULX for me, and I then pasted it on the server. The ULIB and ULX. (I can do SVN's but it uses too much bandwidth on my side, and my host doesn't support SVN's for the server)

Now I restarted the server and typed "ulx thetime" and it gave "Unknown command "ulx""
(I also done ulx who ulx kick 0 ulx menu in game and nothing, I've also deleted the ulx folders in the data directory)

Any suggestions? Its on a Linux, with a FTP. I have Rcon now and restarted the server and yet it didn't work...



Code: [Select]
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player

From typing in "ulx thetime" or ulx and then any command.

Also we have this (ulx who)
Code: [Select]
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
] ulx who
Unknown command: _u
« Last Edit: August 01, 2012, 02:07:56 PM by Loper324 »

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX Not working after update
« Reply #1 on: July 30, 2012, 09:01:06 PM »
I used a program that downloaded ULX for me

Excuse me?
What does this mean?
And where does this program download it from?
As for SVN... too much bandwidth?? What exactly are you downloading?
A SVN checkout will only get latest code. If you're not doing it right, or using a flaky SVN client, it may be getting the change repository, but, even that is mostly text based data.

Sounds to me like you need proper code base before you SVN anything to your server.
And if you use a FastDL server, you need to restart server after update, then upload the lua cache directory it makes to your FastDL.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Loper324

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: ULX Not working after update
« Reply #2 on: July 30, 2012, 09:59:03 PM »
...
Excuse me?
What does this mean?
...
And if you use a FastDL server, you need to restart server after update, then upload the lua cache directory it makes to your FastDL.

It downloads from the SVN website, just you have to force it, I've never been able to do a checkout, it always messes up somehow.

And we do use a FastDL, thanks! I think that's why
Will reply if it works.

Offline Loper324

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: ULX Not working after update
« Reply #3 on: July 30, 2012, 11:21:45 PM »
...And we do use a FastDL...

Well its been disabled for a while now, and now I get a new issue in game

Code: [Select]
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player

From typing in "ulx thetime" or ulx and then any command.

Also we have this
Code: [Select]
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
] ulx who
Unknown command: _u

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX Not working after update
« Reply #4 on: July 31, 2012, 02:29:29 PM »
Most times we've seen that error "unauthed", PAC2 was on the server or client.
See if it is, remove it from both, restart server, reconnect.

If that's not it, do a "ulx debuginfo" from server console (or rcon) and attach it's output file here.

EDIT - Ok, might be getting my PAC errors mixed. Still...conflicting addon is usually cause of the Unauthed error. Do the 'remove all addons but ULX/ULib and add one back at a time test.
« Last Edit: July 31, 2012, 02:37:21 PM by JamminR »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Loper324

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: ULX Not working after update
« Reply #5 on: July 31, 2012, 09:58:04 PM »
...
If that's not it, do a "ulx debuginfo" from server console (or rcon) and attach it's output file here.
...


Ok, here is the thing. I've also updated wire mod, and not its not working. Any suggestion to at least fix ULX?

The server is a DarkRP I've also ran the command, nothing came back but the error again.

The unknown command
Code: [Select]
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
[@addons\ulib\lua\ulib\shared\sh_ucl.lua:53] [ULIB] Unauthed player
] ulx debuginfo
Unknown command: _u
-- RCON --
Code: [Select]
00:55:02 ulx debuginfo
00:55:02 Unknown command "ulx"

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: ULX Not working after update [RESOLVED]
« Reply #6 on: August 03, 2012, 03:05:23 PM »
Wait.. you say in the first topic that it's resolved. I'm confused...

If you're still having problems, share your full server startup log with us.
Experiencing God's grace one day at a time.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX Not working after update [RESOLVED]
« Reply #7 on: August 03, 2012, 09:57:04 PM »
Hey Megiddo, I was confused too.
He figured it out, edited his first post by adding the following to it.

EDIT:
It was a server permission error, I didn't allow the Linx server to read the files I uploaded.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming