Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Hello! Need help in getting siduction  (Read 10975 times)

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
[EN] Re: Hello! Need help in getting siduction
« Reply #30 on: 2016/02/05, 21:01:54 »
In the description is not one word about 32bit!
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline der_bud

  • User
  • Posts: 1.072
  • member
Re: Hello! Need help in getting siduction
« Reply #31 on: 2016/02/05, 21:04:59 »
right, misread the 'x86' part ;)
Du lachst? Wieso lachst du? Das ist doch oft so, Leute lachen erst und dann sind sie tot.

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: Hello! Need help in getting siduction
« Reply #32 on: 2016/02/05, 21:06:48 »
And it's ablolute right, because vbox can't virtualize, arm, sparc or m68k, it only can virtualize x86.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

bonbonboi

  • Guest
Re: Hello! Need help in getting siduction
« Reply #33 on: 2016/02/05, 21:07:56 »
I got the same description in my 64bit system, its only a description, nothing more. The package is amd64, go to terminal and type "apt-cache policy virtualbox".

okay, to be sure let me finish installing "/virtualbox-5.0_5.0.14-105127~Debian~jessie_amd64.deb"  I will see what next then..

bonbonboi

  • Guest
Re: Hello! Need help in getting siduction
« Reply #34 on: 2016/02/05, 21:18:44 »
I got the same thing, I think you are right about the vt-x thing is not supported in the CPU.

Offline der_bud

  • User
  • Posts: 1.072
  • member
Re: Hello! Need help in getting siduction
« Reply #35 on: 2016/02/05, 21:24:16 »
Type "lscpu" in a terminal, that will give you hints about the capabilities of your system.
Du lachst? Wieso lachst du? Das ist doch oft so, Leute lachen erst und dann sind sie tot.

Offline musca

  • User
  • Posts: 725
  • sid, fly high!
Re: Hello! Need help in getting siduction
« Reply #36 on: 2016/02/05, 21:36:01 »
Hello bonbonboi,

often on intel systems virtualization is disabled in the BIOS by default. Please enable.

You can check if either the svm or vmx flag is present in your cpu with:
Code: [Select]
grep -Pom1 'svm|vmx' /proc/cpuinfo
On my system I get "vmx" as output.

greetings
musca
„Es irrt der Mensch, solang er strebt.“  (Goethe, Faust)

bonbonboi

  • Guest
Re: Hello! Need help in getting siduction
« Reply #37 on: 2016/02/05, 22:19:34 »
No I know my cpu is a very old one.

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 tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm

help there is something is removing all the packages out of my linux

bonbonboi

  • Guest
Re: Hello! Need help in getting siduction
« Reply #38 on: 2016/02/05, 22:40:48 »
it's done it's job, i lost all the packages, the good thing the iceweasel still opened, so i can post here.. I will not reboot the system, i knw it wont come back again  :o

Offline musca

  • User
  • Posts: 725
  • sid, fly high!
Re: Hello! Need help in getting siduction
« Reply #39 on: 2016/02/05, 23:45:02 »
Hello bonbonboi,

to get your desktop back you can use our addpkg script as root:

Code: [Select]
addpkg xfce
greetings
musca
„Es irrt der Mensch, solang er strebt.“  (Goethe, Faust)

bonbonboi

  • Guest
Re: Hello! Need help in getting siduction
« Reply #40 on: 2016/02/05, 23:49:34 »
Hello bonbonboi,

to get your desktop back you can use our addpkg script as root:

Code: [Select]
addpkg xfce
greetings
musca


there is something marked all the packages to be removed, how can I stop the mark ?  :'(

Offline musca

  • User
  • Posts: 725
  • sid, fly high!
Re: Hello! Need help in getting siduction
« Reply #41 on: 2016/02/05, 23:57:32 »
You can use

Code: [Select]
aptitude why-not  »lostpackage«
„Es irrt der Mensch, solang er strebt.“  (Goethe, Faust)