10-23-2013, 01:48 PM
Literally spun up a fresh VPS instance and thought I might try a linux build. Got #908 from Berboe but it segfaults every time. Here is the complete log since I spun up the instance, since I hardly did anything to the server. Before I tried the x64 build on Ubuntu13.10x64 but got the same issue. I thought x32 might fix it but I was wrong. Any ideas?
Code:
root@DevBox:~# apt-get install vsftpd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
vsftpd
0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
Need to get 115 kB of archives.
After this operation, 372 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ saucy/main vsftpd i386 3.0.2-1ubuntu2 [115 kB]
Fetched 115 kB in 0s (1,930 kB/s)
Preconfiguring packages ...
Selecting previously unselected package vsftpd.
(Reading database ... 56587 files and directories currently installed.)
Unpacking vsftpd (from .../vsftpd_3.0.2-1ubuntu2_i386.deb) ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Processing triggers for man-db ...
Setting up vsftpd (3.0.2-1ubuntu2) ...
vsftpd start/running, process 1356
Processing triggers for ureadahead ...
root@DevBox:~# nano /etc/vsftpd.conf
root@DevBox:~# passwd
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
root@DevBox:~# service vsftpd restart
vsftpd stop/waiting
vsftpd start/running, process 1397
root@DevBox:~# ls
mcserver minecraft vent
root@DevBox:~# cd mcserver/
root@DevBox:~/mcserver# ls
banned.example.ini hg.supp README.txt webadmin
crafting.txt items.ini settings.example.ini webadmin.example.ini
furnace.txt MCServer users.example.ini whitelist.example.ini
groups.example.ini monsters.ini vg
hg Plugins vg.supp
root@DevBox:~/mcserver# ls
banned.example.ini hg.supp README.txt webadmin
crafting.txt items.ini settings.example.ini webadmin.example.ini
furnace.txt MCServer users.example.ini whitelist.example.ini
groups.example.ini monsters.ini vg
hg Plugins vg.supp
root@DevBox:~/mcserver# ./MCServer
-bash: ./MCServer: cannot execute binary file
root@DevBox:~/mcserver# ./MCServer
Segmentation fault (core dumped)
root@DevBox:~/mcserver# ./MCServer
Segmentation fault (core dumped)
root@DevBox:~/mcserver# ./MCServer
Segmentation fault (core dumped)
root@DevBox:~/mcserver# ./MCServer
Segmentation fault (core dumped)
root@DevBox:~/mcserver# ./MCServer
Segmentation fault (core dumped)
root@DevBox:~/mcserver#