Created
January 22, 2016 07:07
-
-
Save Scurby/bf9c5b215c0caec22ad9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** 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: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How did you get this to blow up? Did you delete the /usr/local installation of lua?