• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Compiling Issue (Debian and Ubuntu)

Status
Not open for further replies.

Ladd

Epic Member
Hey, didn't find an Eluna support area, so I figured this may be the best place to post?

I'm getting the following error when compiling.

https://gist.github.com/anonymous/2c97ff0f6ba45be52220

I've gotten the same error on multiple OS'

Debian 6.0 32 Bit
Debian 6.0 64 Bit
Debian 7.5 32 Bit
Debian 7.5 64 Bit
Debian 8.1 64 Bit

Ubuntu Server 15.04

All on OVH Kernel.

I've followed Eluna/TrinityCore compile guide, and as I don't know Linux very well, I am lost.
 
Last edited:

Sylica

Exalted Member
OVH has the native kernels as well. I've trying to compile on their own kernel and it puts out errors. Try to reinstall to a native kernal.

If you need more help, I'm more then happy to help you out, since I'm on Linux a lot.
 

Ladd

Epic Member
OVH has the native kernels as well. I've trying to compile on their own kernel and it puts out errors. Try to reinstall to a native kernal.

If you need more help, I'm more then happy to help you out, since I'm on Linux a lot.

How would I go about doing that? I'm...uh...really bad with Linux
 

Hyperion

Founder
Paste the output of uname -a
Side note, to change to a native kernel, download it and you'll have to add it to your grub boot config
 
Last edited:

Ladd

Epic Member
Paste the output of uname -a
Side note, to change to a native kernel, download it and you'll have to add it to your grub boot config


http://pastebin.com/cnjN04iP

And I have no idea how to do the latter

OVH has the native kernels as well. I've trying to compile on their own kernel and it puts out errors. Try to reinstall to a native kernal.

If you need more help, I'm more then happy to help you out, since I'm on Linux a lot.

Do you have a Skype?
 

Hyperion

Founder
http://pastebin.com/cnjN04iP

And I have no idea how to do the latter



Do you have a Skype?

Please do not take support topics to skype.

As per your question with using a native kernel:
Code:
cd /tmp
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.9-wily/linux-headers-4.0.9-040009-generic_4.0.9-040009.201507212131_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.9-wily/linux-headers-4.0.9-040009_4.0.9-040009.201507212131_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.9-wily/linux-image-4.0.9-040009-generic_4.0.9-040009.201507212131_amd64.deb

sudo dpkg -i linux-headers-4.0.9-*.deb linux-image-4.0.9-*.deb


Then reboot
 

Ladd

Epic Member
Please do not take support topics to skype.

As per your question with using a native kernel:
Code:
cd /tmp
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.9-wily/linux-headers-4.0.9-040009-generic_4.0.9-040009.201507212131_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.9-wily/linux-headers-4.0.9-040009_4.0.9-040009.201507212131_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.9-wily/linux-image-4.0.9-040009-generic_4.0.9-040009.201507212131_amd64.deb

sudo dpkg -i linux-headers-4.0.9-*.deb linux-image-4.0.9-*.deb


Then reboot


Rebooting now.

I'm assuming don't take to Skype so that others can see the solution?

EDIT: I should proceed to compile as normal now, right?
 
Last edited:

Ladd

Epic Member
Got this.

NEW: Linux ns518376.ip-158-69-24.net 3.14.32-xxxx-grs-ipv6-64 #1 SMP Tue Jun 30 18:50:21 CEST 2015 x86_64 x86_64 x86_64 GNU/Linux

OLD: Linux ns518376.ip-158-69-24.net 3.14.32-xxxx-grs-ipv6-64 #1 SMP Tue Jun 30 18:50:21 CEST 2015 x86_64 x86_64 x86_64 GNU/Linux


Looks to be exactly the same
 
Last edited:

Hyperion

Founder
Got this.

NEW: Linux ns518376.ip-158-69-24.net 3.14.32-xxxx-grs-ipv6-64 #1 SMP Tue Jun 30 18:50:21 CEST 2015 x86_64 x86_64 x86_64 GNU/Linux

OLD: Linux ns518376.ip-158-69-24.net 3.14.32-xxxx-grs-ipv6-64 #1 SMP Tue Jun 30 18:50:21 CEST 2015 x86_64 x86_64 x86_64 GNU/Linux


Looks to be exactly the same

How can the new and old be on the same timestamp :p

type:
ls -al /boot/

and copy/paste output

Same thing with /boot/grub/grub.cfg
 

Ladd

Epic Member
Did the command

Code:
Welcome to Ubuntu 15.04 (GNU/Linux 3.14.32-xxxx-grs-ipv6-64 x86_64)

 * Documentation:  https://help.ubuntu.com/
Ubuntu 15.04

server    : 251636
ip        : 158.69.24.60
hostname  : ns518376.ip-158-69-24.net


  System information as of Fri Sep 11 13:05:29 EDT 2015

  System load:    1.08             Processes:           161
  Usage of /home: 0.0% of 1.77TB   Users logged in:     0
  Memory usage:   1%               IP address for eth0: 158.69.24.60
  Swap usage:     0%

  Graph this data and manage this system at:
    https://landscape.canonical.com/

Ubuntu 15.04
Linux ns518376.ip-158-69-24.net 3.14.32-xxxx-grs-ipv6-64 #1 SMP Tue Jun 30 18:50:21 CEST 2015 x86_64 x86_64 x86_64 GNU/Linux

server    : 251636
ip        : 158.69.24.60
hostname  : ns518376.ip-158-69-24.net

Last login: Fri Sep 11 12:40:21 2015 from [redacted]
root@ns518376:~# ls -al /boot/
total 43556
drwxr-xr-x  3 root root     4096 Sep 11 12:35 .
drwxr-xr-x 22 root root     4096 Sep 11 12:35 ..
-rw-r--r--  1 root root  1261602 Jul 21 21:51 abi-4.0.9-040009-generic
-rw-r--r--  1 root root  8521888 Jul 13 09:40 bzImage-3.14.32-xxxx-grs-ipv6-64
-rw-r--r--  1 root root   179369 Jul 21 21:51 config-4.0.9-040009-generic
drwxr-xr-x  5 root root     4096 Sep 11 12:35 grub
-rw-r--r--  1 root root 20881665 Sep 11 12:35 initrd.img-4.0.9-040009-generic
-rw-r--r--  1 root root   164216 Mar  6  2015 memtest86+.bin
-rw-r--r--  1 root root   165892 Mar  6  2015 memtest86+.elf
-rw-r--r--  1 root root   166396 Mar  6  2015 memtest86+_multiboot.bin
-rw-r--r--  1 root root  2977944 Jul 13 09:40 System.map-3.14.32-xxxx-grs-ipv6-64
-rw-------  1 root root  3637751 Jul 21 21:51 System.map-4.0.9-040009-generic
-rw-------  1 root root  6604560 Jul 21 21:51 vmlinuz-4.0.9-040009-generic
root@ns518376:~#

Would it be easier for you to gain access to the server?
 

Hyperion

Founder
No sir.

http://i.snag.gy/MqA16.jpg


EDIT: I found this https://github.com/TrinityCore/TrinityCore/issues/10726

Seems to be, for sure, the Kernel. But apparently the change you sent didn't go through?

I'm still a bit confused.


EDIT 2: Found some sort of tutorial. Testing now, if it works I will post the method/results.


apt-get install linux-image-server

Then change the boot order so that the operating system does not load the OVH kernel by default any more:
mv /etc/grub.d/06_OVHkernel /etc/grub.d/25_OVHkernel

Run the update-grub command for the changes to become effective:
update-grub

Restart the server to boot the new kernel:
shutdown -r now

If everything worked fine uname -r will show an output like 3.2.0-25-generic instead of 3.2.13-grsec-xxxx-grs-ipv6-64
 

Ladd

Epic Member
Didn't work.

lsmod still produces an error and I have the exact same uname -a again.


EDIT: To future support readers, don't try to delete the kernel you don't want.

You have to reformat after. v.v
 
Last edited:

Hyperion

Founder
Didn't work.

lsmod still produces an error and I have the exact same uname -a again.


EDIT: To future support readers, don't try to delete the kernel you don't want.

You have to reformat after. v.v

Your method did not work or the one I just posted?

The one I just posted, I found specific for changing ovh kernels to the default generic
 

Ladd

Epic Member
Your method did not work or the one I just posted?

The one I just posted, I found specific for changing ovh kernels to the default generic

We found the exact same page, as it had 100% exactly the same text. Sysadminworld, right?
 

Ladd

Epic Member
Your method did not work or the one I just posted?

The one I just posted, I found specific for changing ovh kernels to the default generic

Found the problem.

E: Unable to locate package linux-image-server


When trying to apt-get install linux-image-server
 
Status
Not open for further replies.
Top