I have used Sabayon off and on for three plus years but just used it and never really went under the hood/bonnet so to speak.
I only remember using emerge once. My questions being
1. Do My final emerge messages indicate a problem with my system or ports?
2. One message says "config files in '/etc' need updating" ...What? Why?
3. Would someone could comment on the results of my attempt to install VirtualBoX
....and how to best correct my attempt it would be Appreciated?
So I followed the instructions on
http://wiki.sabayonlinux.org/index.php? ... Virtualbox
The steps in a Terminal were
1: emerge --sync && layman -S
2: rmmod vboxdrv
3: emerge -C virtualbox
OR
3a: emerge -C virtualbox-bin
if you pulled an error trying to unmerge just using virtualbox as the package name
4: USE="additions" emerge virtualbox-bin
5: modprobe vboxdrv
6: useradd -G vboxusers YOUR_USER_NAME
I had errors in the first three steps. The first step provided a lenghty message at the end so I will
post the first step results last to make the post more readable.
Here are the other steps results.
- Code: Select all
sqlpython # rmmod vboxdrv
ERROR: Module vboxdrv does not exist in /proc/modules
sqlpython # emerge -C virtualbox
--- Couldn't find 'virtualbox' to unmerge.
>>> No packages selected for removal by unmerge
- Code: Select all
emerge --sync && layman -S
In the end I ended up with... Any input is appreciated.
Number of files: 134927
Number of files transferred: 113718
Total file size: 177660305 bytes
Total transferred file size: 177355616 bytes
Literal data: 177355616 bytes
Matched data: 0 bytes
File list size: 3331982
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 2242670
Total bytes received: 185848352
sent 2242670 bytes received 185848352 bytes 154743.74 bytes/sec
total size is 177660305 speedup is 0.94
Performing Global Updates: /usr/portage/profiles/updates/1Q-2009
(Could take a couple of minutes if you have a lot of binary packages.)
.='update pass' *='binary update' #='/var/db update' @='/var/db move'
s='/var/db SLOT move' %='binary move' S='binary SLOT move'
p='update /etc/portage/package.*'
..............
Performing Global Updates: /usr/portage/profiles/updates/2Q-2009
(Could take a couple of minutes if you have a lot of binary packages.)
.='update pass' *='binary update' #='/var/db update' @='/var/db move'
s='/var/db SLOT move' %='binary move' S='binary SLOT move'
p='update /etc/portage/package.*'
...............................................
Performing Global Updates: /usr/portage/profiles/updates/3Q-2009
(Could take a couple of minutes if you have a lot of binary packages.)
.='update pass' *='binary update' #='/var/db update' @='/var/db move'
s='/var/db SLOT move' %='binary move' S='binary SLOT move'
p='update /etc/portage/package.*'
ppps@s#
* IMPORTANT: 1 config files in '/etc' need updating.
* See the CONFIGURATION FILES section of the emerge
* man page to learn how to update config files.
q: Updating ebuild cache ...
q: Finished 26432 entries in 0.814843 seconds
* An update to portage is available. It is _highly_ recommended
* that you update portage now, before any other packages are updated.
* To update portage, run 'emerge portage' now.
* Running command "/usr/bin/svn up "/usr/local/portage/layman/sabayon""...
svn: Server sent unexpected return value (405 Method Not Allowed) in response to PROPFIND request for '/overlay'
*
* Errors:
* ------
*
* The source of the overlay "sabayon" seems to have changed. You currently syncfrom "http://svn.sabayonlinux.org/overlay/" while the global layman list reports "git://sabayon.org/projects/overlay.git" as correct location. Please consider removing and readding the overlay!
*
* Failed to sync overlay "sabayon".
* Error was: Syncing overlay "sabayon" returned status 256!
*

