Page 1 of 2
[Centos 7x86_64]not start ts3musicbot
Posted: Fri Mar 18, 2016 4:21 am
by CVargasG
Good day
I am trying to install the application but has not been able to continación I leave the error that I have.
java version "1.8.0_72"
Java(TM) SE Runtime Environment (build 1.8.0_72-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.72-b15, mixed mode)

Re: [Centos 7x86_64]not start ts3musicbot
Posted: Fri Mar 18, 2016 7:53 am
by Shadow86
Hello,
can you send me some more informations pls.
1.
2.
pls post this hidden or as pastebin
greetings
Shadow86
Re: [Centos 7x86_64]not start ts3musicbot
Posted: Fri Mar 18, 2016 12:34 pm
by CVargasG
Good day code insert
Code: Select all root@ts3 ~]# cat /etc/resolv.conf
nameserver 8.8.8.8
[root@ts3 ~]# cat /etc/proc/cpuinfo
cat: /etc/proc/cpuinfo: No such file or directory
[root@ts3 ~]#
Re: [Centos 7x86_64]not start ts3musicbot
Posted: Fri Mar 18, 2016 1:04 pm
by Shadow86
sorry was the wrong command
the other one pls edit to:
nano /etc/resolv.conf (if its not installed -> yum install nano)
Code: Select allnameserver 8.8.8.8
nameserver 8.8.4.4
ctrl+x -> y -> enter
greetings
Shadow86
Re: [Centos 7x86_64]not start ts3musicbot
Posted: Fri Mar 18, 2016 1:30 pm
by CVargasG
hello :), look
Code: Select all[root@ts3 ~]# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 62
model name : Intel(R) Xeon(R) CPU E5-2640 v2 @ 2.00GHz
stepping : 4
microcode : 1046
cpu MHz : 2000.045
cache size : 20480 KB
physical id : 0
siblings : 16
core id : 0
cpu cores : 8
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdt scp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmp erf cpuid_faulting pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx1 6 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave av x f16c rdrand lahf_lm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority e pt vpid fsgsbase smep erms xsaveopt
bogomips : 4000.09
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
[root@ts3 ~]#
----------------
Code: Select all[root@ts3 ~]# cat /etc/resolv.conf
nameserver 8.8.8.8
nameserver 8.8.4.4
[root@ts3 ~]#
regards,
Re: [Centos 7x86_64]not start ts3musicbot
Posted: Fri Mar 18, 2016 1:34 pm
by Shadow86
hm okay, then lets try again and see waht happens, looks fine so far
greetings
Shadow86
Re: [Centos 7x86_64]not start ts3musicbot
Posted: Fri Mar 18, 2016 2:22 pm
by Crypto90
Have you manually uploaded it to your server or did you use the wget command to download and tar xfv command to extract it?
If you manually upload all the files you may break some file permissions for example the writing permission.
Re: [Centos 7x86_64]not start ts3musicbot
Posted: Fri Mar 18, 2016 4:35 pm
by CVargasG
I put the files on 755 ?
Re: [Centos 7x86_64]not start ts3musicbot
Posted: Fri Mar 18, 2016 6:41 pm
by CVargasG
still the same :(

Re: [Centos 7x86_64]not start ts3musicbot
Posted: Fri Mar 18, 2016 11:50 pm
by Shadow86
remove all of the ts3musicbot files on your system and then download it with wget, untar it and then try it again
greetings
Shadow86