Closed agkr234 closed 5 years ago
Looks like there’s something wrong with your Redis instance. Ensure it’s working properly and is correctly configured before trying again.
What does pip freeze
return?
@tjone270, @em92 Thanks for your prompt responses.
I'm not sure what Redis instance is since I'm new to linux or server things, but I will try it.
And here's what pip freeze returns
apturl==0.5.2 beautifulsoup4==4.4.1 blinker==1.3 Brlapi==0.6.4 chardet==2.3.0 checkbox-support==0.22 command-not-found==0.3 cryptography==1.2.3 defer==1.0.6 feedparser==5.1.3 guacamole==0.9.2 hiredis==1.0.0 html5lib==0.999 httplib2==0.9.1 idna==2.0 Jinja2==2.8 language-selector==0.1 louis==2.6.4 lxml==3.5.0 Mako==1.0.3 MarkupSafe==0.23 oauthlib==1.0.3 onboard==1.2.0 padme==1.1.1 pexpect==4.0.1 Pillow==3.1.2 plainbox==0.25 ptyprocess==0.5 pyasn1==0.1.9 pycups==1.9.73 pycurl==7.43.0 pygobject==3.20.0 PyJWT==1.3.0 pyparsing==2.0.3 python-apt==1.1.0b1+ubuntu0.16.4.5 python-debian==0.1.27 python-systemd==231 pyxdg==0.25 pyzmq==17.1.3 redis==2.10.6 reportlab==3.3.0 requests==2.9.1 sessioninstaller==0.0.0 six==1.10.0 system-service==0.3 ubuntu-drivers-common==0.0.0 ufw==0.35 unattended-upgrades==0.1 unity-scope-calculator==0.1 unity-scope-chromiumbookmarks==0.1 unity-scope-colourlovers==0.1 unity-scope-devhelp==0.1 unity-scope-firefoxbookmarks==0.1 unity-scope-gdrive==0.7 unity-scope-manpages==0.1 unity-scope-openclipart==0.1 unity-scope-texdoc==0.1 unity-scope-tomboy==0.1 unity-scope-virtualbox==0.1 unity-scope-yelp==0.1 unity-scope-zotero==0.1 urllib3==1.13.1 usb-creator==0.3.0 xdiagnose==3.8.4.1 xkit==0.0.0 XlsxWriter==0.7.3
Actually, I'm trying to launch minqlx server on VirtualBox, but i don't think using VirtualBox matters because I succeeded on another machine with VirtualBox.
In instructions there is line:
Now you should get Redis and Git, which will be used by minqlx's plugins:
Have you done it? Also:
netstat -tulpn
return?@em92
Yes, this is what it returned when I typed sudo apt-get -y install redis-server git
Reading package lists... Done Building dependency tree
Reading state information... Done git is already the newest version (1:2.7.4-0ubuntu1.6). redis-server is already the newest version (2:3.0.6-1ubuntu0.4). The following package was automatically installed and is no longer required: snapd-login-service Use 'sudo apt autoremove' to remove it. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
・Which OS is installed in virtualbox? Ubuntu 16.04 LTS, and it's 64bit version.
・After installing redis, what does netstat -tulpn return? It says,
(Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:6379 0.0.0.0: LISTEN -
tcp 0 0 127.0.1.1:53 0.0.0.0: LISTEN -
tcp 0 0 127.0.0.1:631 0.0.0.0: LISTEN -
tcp6 0 0 ::1:631 ::: LISTEN -
udp 0 0 0.0.0.0:5353 0.0.0.0: -
udp 0 0 0.0.0.0:36290 0.0.0.0: -
udp 0 0 0.0.0.0:631 0.0.0.0: -
udp 0 0 0.0.0.0:54258 0.0.0.0: -
udp 0 0 127.0.1.1:53 0.0.0.0: -
udp 0 0 0.0.0.0:68 0.0.0.0: -
udp6 0 0 :::5353 ::: -
udp6 0 0 :::32838 ::: -
I installed another ubuntu on VirtualBox and it launched minqlx server without any problem. Maybe I installed something bad during the setup and it made the ubuntu unable to launch the server. Sorry for having bothered you.
It occurs whether qlx_plugins is set or not in server.cfg minqlx-plugins folder is in the right directory.