Author Topic: Server crash on boot caused (possibly) by ULX..?  (Read 3034 times)

0 Members and 1 Guest are viewing this topic.

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Server crash on boot caused (possibly) by ULX..?
« on: January 29, 2014, 02:31:29 PM »
So i did some edits to users.txt and groups.txt earlier (yes, i know it's a bad idea...), and I rebooted my server to make the changes take effect...
...and my server just stopped booting.
After viewing my console log, I found nothing but a cutoff after a few of the ULX "I loaded myself and these modules" messages.
After I removed ULX and ULib as per request by my GSP, my server booted fine.
I have my ULX and ULib data files on a read-only anonymous FTP server with this login:
Hostname:ftp.ponypwnage.net
Username:anonymous@ponypwnage.net
If anyone cam check those files out for me, that would be nice. :)
If you guys need any other files, just tell me.
bw81@ulysses-forums ~ % whoami
Homepage

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Server crash on boot caused (possibly) by ULX..?
« Reply #1 on: January 29, 2014, 03:29:11 PM »
So many different quirks, any one could be causing issue, and should be obvious 'hmm, this doesn't look right' to you too.
For now, just a QUICK review of groups.txt.
I've not even started testing bracket/syntax yet.

uvip group -
unmapvote and mapvote - are those 3rd party ULX commands? If so, they're missing "ulx", ie "ulx unmapvote"

trusted-
bring,kick,slap,slay missing "ulx"

Line 154 -
" " group name.
Not sure that will work.

supervisor -
"ulx" "addgroup" - not proper format. "ulx addgroup"

superadmin -
"" "!tp" - not sure what you were trying, but that doesn't look right. Nul might give error on parse.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: Server crash on boot caused (possibly) by ULX..?
« Reply #2 on: January 29, 2014, 04:24:39 PM »
Yeah, those permission quirks were from other admins with groupallow. Everything worked fine before I changed the can_target and inheritance of co-owner and owner, plus moved a few permission lines from owner to co-owner...
EDIT: Also messed with the entry for |PP| Vinyl Scratch. Should be the first or second entry.
« Last Edit: January 30, 2014, 02:39:27 PM by Princess Twilight Sparkle »
bw81@ulysses-forums ~ % whoami
Homepage

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: Server crash on boot caused (possibly) by ULX..?
« Reply #3 on: January 30, 2014, 02:40:38 PM »
*bump*
If it helps, i was using a mobile Subline-style FTP client/code editor called FTP Manager.
:p
bw81@ulysses-forums ~ % whoami
Homepage

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: Server crash on boot caused (possibly) by ULX..?
« Reply #4 on: January 30, 2014, 03:24:59 PM »
One more thing- I'm kinda not up-to-date on both GMod and ULX/ULib, it that makes any difference...
I'm planning to update tomorrow- just been withholding due to the daunting process.
bw81@ulysses-forums ~ % whoami
Homepage

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: Server crash on boot caused (possibly) by ULX..?
« Reply #5 on: January 31, 2014, 05:06:34 PM »
Double bump, because I have a new update.
I updated ULX and ULib to the SVN releases, and ran a GMod update via my GSP's CPanel, with no results.
So, does anyone have any help they can give..? I'm at a loss at this point...
bw81@ulysses-forums ~ % whoami
Homepage

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: Server crash on boot caused (possibly) by ULX..?
« Reply #6 on: January 31, 2014, 07:47:27 PM »
One more thing-
This is the last few lines of my console.log...
The server crashes after ucl.lua loads...
Code: [Select]
///////////////////////////////
//      Ulysses Library      //
///////////////////////////////
// Loading...                //
//  shared/defines.lua       //
//  shared/misc.lua          //
//  shared/util.lua          //
//  shared/hook.lua          //
//  shared/table.lua         //
//  shared/player.lua        //
//  server/player.lua        //
//  shared/messages.lua      //
//  shared/commands.lua      //
//  server/concommand.lua    //
//  server/util.lua          //
//  shared/sh_ucl.lua        //
//  server/ucl.lua           //

EDIT: I have modded a few files in ULX/ULib...
Here they are:

ULX:
motdmenu.lua
ULib (unconfirmed; will confirm tomorrow):
player.lua (for SBans integration)
« Last Edit: January 31, 2014, 09:34:09 PM by Princess Twilight Sparkle »
bw81@ulysses-forums ~ % whoami
Homepage

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: Server crash on boot caused (possibly) by ULX..?
« Reply #7 on: February 01, 2014, 12:44:40 PM »
Fixed...
Apparently i had a group with a nil name... o-o
bw81@ulysses-forums ~ % whoami
Homepage

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Server crash on boot caused (possibly) by ULX..?
« Reply #8 on: February 01, 2014, 02:31:30 PM »
Fixed...
Apparently i had a group with a nil name... o-o
Line 154 -
" " group name.
Not sure that will work.
Technically though, space is not nil.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming