Compile for debian from another system

Post here if you need help setting up your server, etc.
User avatar
theo
Round Winner
Posts: 204
Joined: Sat Feb 12, 2011 12:06 am

Re: Compile for debian from another system

Post by theo »

That's probably the best thing to do.

It's better to start with a fresh clean system than cleaning up something half broken.

Out of curiosity, what's the result of the commands you did earlier, on a fresh install?

Code: Select all

cat /etc/debian_version
cat /etc/apt/sources.list
lsb_release -a
izissise
On Lightcycle Grid
Posts: 13
Joined: Mon Dec 24, 2012 3:52 pm

Re: Compile for debian from another system

Post by izissise »

$ cat /etc/debian_version
7.1

$ cat /etc/apt/sources.list
deb http://ftp.debian.org/debian wheezy main contrib non-free
deb http://security.debian.org wheezy/updates main contrib non-free

$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 7.1 (wheezy)
Release: 7.1
Codename: wheezy
I did change sources.list to remove unstable repo thougth
User avatar
theo
Round Winner
Posts: 204
Joined: Sat Feb 12, 2011 12:06 am

Re: Compile for debian from another system

Post by theo »

Ok so you're using the last wheezy release (7.1) with is a stable.

It's better than that old stable squeeze (or that jessie/sid for a server imho).

Btw, if you don't need authentication, you could use the armagetronad-dedicated Debian's package.
User avatar
theo
Round Winner
Posts: 204
Joined: Sat Feb 12, 2011 12:06 am

Re: Compile for debian from another system

Post by theo »

Also your kernel should be linux-image-3.2.0-4, right?
izissise
On Lightcycle Grid
Posts: 13
Joined: Mon Dec 24, 2012 3:52 pm

Re: Compile for debian from another system

Post by izissise »

Nope :(
uname -a
Linux vps 2.6.32-042stab076.8 #1 SMP Tue May 14 20:38:14 MSK 2013 i686 GNU/Linux
User avatar
theo
Round Winner
Posts: 204
Joined: Sat Feb 12, 2011 12:06 am

Re: Compile for debian from another system

Post by theo »

I suppose it's a self compiled kernel.

Nothing to worry about.
Post Reply