Skip to content

Instantly share code, notes, and snippets.

@Scurby
Created January 22, 2016 07:07
Show Gist options
  • Save Scurby/bf9c5b215c0caec22ad9 to your computer and use it in GitHub Desktop.
Save Scurby/bf9c5b215c0caec22ad9 to your computer and use it in GitHub Desktop.
** running under gdb **
** send 'save' command to server **
/usr/local/bin/lua: /home/vagrant/bin/sentinel:12: module 'socket' not found:
no field package.preload['socket']
no file '/usr/local/share/lua/5.3/socket.lua'
no file '/usr/local/share/lua/5.3/socket/init.lua'
no file '/usr/local/lib/lua/5.3/socket.lua'
no file '/usr/local/lib/lua/5.3/socket/init.lua'
no file './socket.lua'
no file './socket/init.lua'
no file '/usr/local/lib/lua/5.3/socket.so'
no file '/usr/local/lib/lua/5.3/loadall.so'
no file './socket.so'
stack traceback:
[C]: in function 'require'
/home/vagrant/bin/sentinel:12: in main chunk
[C]: in ?
** sentinel failed with err=1
** sending SIGINT to core3(23357)... State: Dt
** killing gdb(23355) **
** server stopped **
** SUCCESS **
Press <ENTER> to close the window:
@karlbunch
Copy link

How did you get this to blow up? Did you delete the /usr/local installation of lua?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment