What Linux distro is used on the vPed by Mode Machines?
uname -a ....reveals everything except what I need to know.
Cheers,
mczero
What Linux distro on vPed
Re: What Linux distro on vPed
Thought I'd give more help with the above question. The machine runs Wine ver 5.1.2600 (1.5.24) over Linux.
This is the response to uname -a:
Linux vped 3.8.11-rt8-1-l -pa #1 SMP PREEMPT Wed May 15 20:21:37 CEST 2013 i686 GNU/Linux
I understand a lot like the SMP PREEMTP, but not all of the above, so the question remains:
What distro is this?
Cheers,
mczero
This is the response to uname -a:
Linux vped 3.8.11-rt8-1-l -pa #1 SMP PREEMPT Wed May 15 20:21:37 CEST 2013 i686 GNU/Linux
I understand a lot like the SMP PREEMTP, but not all of the above, so the question remains:
What distro is this?
Cheers,
mczero
Re: What Linux distro on vPed
Try one of the following commands:
But what does this have to do with Wine?
Code: Select all
cat /etc/issue
cat /etc/*release
lsb_release -a
Re: What Linux distro on vPed
For anyone interested, I tried:
cat /etc/issue
I got:
Arch Linux \R (\1)
So It's Arch Linux! Answered my own question.
I'm here because Wine runs on top of this, so I'm trying to find what's under the hood. I'll try your suggestions for more info. Thanks.
cat /etc/issue
I got:
Arch Linux \R (\1)
So It's Arch Linux! Answered my own question.
I'm here because Wine runs on top of this, so I'm trying to find what's under the hood. I'll try your suggestions for more info. Thanks.