| Author |
Message |
ckosloff
|
|
Post subject: RE: Re: RE: Re: RE: No-pubkey error on virtualbox repo
Posted: 23.08.2011, 15:08
|
|

Joined: 2011-08-16
Posts: 118
Location: Florida, USA
Status: Offline
|
|
You guys are right.
I did have the Oracle repo loaded for a short stint, I removed it shortly afterwards.
In the meantime it installed their version of vbox, alongside other packages.
This simplifies things, at least now I know that there are no conflicts in repo.
I already removed that version of vbox.
Did apt-get update and apt-get dist-upgrade and everything OK.
This evening I will post what is left installed, gotta go now.
Please help me finish cleanup of this system and install vbox the right way.
Thanks for all the help. |
_________________ http://www.flux.org/members.php?id=94
|
| |
|
|
|
 |
ckosloff
|
|
Post subject: RE: Re: RE: Re: RE: No-pubkey error on virtualbox repo
Posted: 24.08.2011, 02:05
|
|

Joined: 2011-08-16
Posts: 118
Location: Florida, USA
Status: Offline
|
|
Here is list of remnants:
virtualbox-dbg
virtualbox-guest-dkms
virtualbox-guest-source
virtualbox-guest-utils
virtualbox-guest-x11
virtualbox-ose-dbg
virtualbox-ose-guest-dkms
virtualbox-ose-guest-source
virtualbox-ose-guest-utils
virtualbox-ose-guest-x11
virtualbox-ose-source
virtualbox-source
What should I remove?
What should I keep?
What should I install and how?
Thanks again. |
_________________ http://www.flux.org/members.php?id=94
|
| |
|
|
|
 |
pumrel
|
|
Post subject:
Posted: 24.08.2011, 03:03
|
|

Joined: 2010-09-14
Posts: 117
Location: Czech Republic
Status: Offline
|
|
Hi,
you don't need any of the -guest packages unless you are in a virtual machine, so you can do:
Code:
apt-get purge virtualbox-dbg virtualbox-guest-dkms virtualbox-guest-source virtualbox-guest-utils virtualbox-guest-x11
-ose- are just transitional packages.
You don't need dbg either. But if you want to debug virtualbox leave it installed.
Be sure to purge Oracle's virtualbox, not only remove and also dkms. I had some issues with not doing it
Code:
apt-get purge virtualbox-4.1 dkms
then follow hubi's advice to install Debian's virtualbox. It's just a few replies earlier. You don't need to run service vboxdrv setup anymore. |
_________________ Petr
|
| |
|
|
|
 |
ckosloff
|
|
Post subject:
Posted: 24.08.2011, 03:52
|
|

Joined: 2011-08-16
Posts: 118
Location: Florida, USA
Status: Offline
|
|
After these operations only thing left, according to Synaptic, is:
virtualbox-ose-source
virtualbox-source
Not sure how to purge remnants of Oracle version, as it is now gone.
I used Synaptic to completely remove it.
I know it is not the ideal way that you recommend, but I am not used to aptosid yet, been using it for less than a week only.
So, how continue cleanup?
I would like to purge virtualbox-ose-source too, I think that there is no need to purge virtualbox-source as it is the same, but no problem doing that too, since I will start from scratch with the dfsg version.
How verify that Oracle version has been indeed purged?
Thanks. |
|
|
| |
|
|
|
 |
pumrel
|
|
Post subject:
Posted: 24.08.2011, 05:22
|
|

Joined: 2010-09-14
Posts: 117
Location: Czech Republic
Status: Offline
|
|
I wouldn't mention Synaptic in this forum I strongly recommend you using apt-get and apt-cache as they are our tools of choice. There are reasons for it.
You'll get used to them quickly. There's really nothing to it. I was a GUI guy too
There might be a way to purge packages in Synaptic but I'm not familiar with it.
Run the command I suggested as root in terminal:
Code:
apt-get purge virtualbox-4.1 dkms
If you really purged it in Synaptic it will tell you that there is nothing to do. Otherwise it will purge them.
There is no need to remove virtualbox-ose-source as its only role is to install virtualbox-source. It's a dummy package. There's nothing in it.
Don't continue until you run the command above. I personally had some troubles with only removing Oracle's virtualbox. |
_________________ Petr
|
| |
|
|
|
 |
ckosloff
|
|
Post subject:
Posted: 24.08.2011, 14:40
|
|

Joined: 2011-08-16
Posts: 118
Location: Florida, USA
Status: Offline
|
|
@ pumrel,
OK, I will write Syn@ptik from now on, .
There is nothing weird about marking a package for removal OR complete removal, which I did, those are context menu options.
I already ran apt-get purge virtualbox-4.1 dkms from init 3, so I guess there is nothing more to do and I am good to go ahead with the install.
I am trying to get used to aptosid tools, love the distro, give me some time.
Will let you know later how the install went, gotta go now. |
_________________ http://www.flux.org/members.php?id=94
|
| |
|
|
|
 |
ckosloff
|
|
Post subject:
Posted: 25.08.2011, 02:57
|
|

Joined: 2011-08-16
Posts: 118
Location: Florida, USA
Status: Offline
|
|
Success!
Everything installed without a glitch.
Launched virtualbox from Utilities menu, very fast.
Will now install the extpack from Oracle, for guest usb support, as slam suggested.
If there is any trouble, or anything worth commenting about that, will post here.
Thanks for all the help. |
|
|
| |
|
|
|
 |
ckosloff
|
|
Post subject:
Posted: 25.08.2011, 20:20
|
|

Joined: 2011-08-16
Posts: 118
Location: Florida, USA
Status: Offline
|
|
Only thing worth noting so far is that boot sequence takes much longer because of dmakms preparing virtualbox-source for the present kernel (latest).
Is this normal? |
_________________ http://www.flux.org/members.php?id=94
|
| |
|
|
|
 |
pumrel
|
|
Post subject:
Posted: 25.08.2011, 21:09
|
|

Joined: 2010-09-14
Posts: 117
Location: Czech Republic
Status: Offline
|
|
I have actually the same problem. I have recently switched the Virtualboxes too. I don't know if its normal.
There's a new thread on this in this forum awaiting reply  |
_________________ Petr
|
| |
|
|
|
 |
towo
|
|
Post subject:
Posted: 26.08.2011, 05:39
|
|

Joined: 2010-09-13
Posts: 488
Location: Pößneck / Thüringen
Status: Offline
|
|
| It's a bug in dmakms. dmakms is using a wrong dpkg-query for testing the module-status. |
|
|
| |
|
|
|
 |
pumrel
|
|
Post subject:
Posted: 26.08.2011, 11:33
|
|

Joined: 2010-09-14
Posts: 117
Location: Czech Republic
Status: Offline
|
|
Ok then, so why it is recommended over dkms?
EDIT: Ok, I can see now there's a patch  |
_________________ Petr
|
| |
|
|
|
 |
|
|