Questions tagged [sabayon]

Sabayon Linux is an Italian Linux distribution that is based on Gentoo Linux, but unlike Gentoo it is designed to work "out of the box" and can work with both binary and source software packages.

Sabayon Linux is an Italian Linux distribution, originally developed by Fabio Erculiani, that is essentially a beginner-friendly alternative to Gentoo Linux (). It is more beginner-friendly as unlike Gentoo Linux it works "out of the box" (that is, as soon as it is installed it is able to be used without any further configuration or software installation), can be installed via a live medium (for example, a live CD or live USB) and can install not only source software packages, but it can also install binary software packages. Compared to its upstream source, it has the following unique features:

  • The Entropy Package Manager (Equo, Rigo): this is the package manager Sabayon uses to install pre-compiled binary packages. It has been installed by default in Sabayon since version 6 (which was released in 2011). Equo is the command-line version of Entropy, while Rigo is the graphical user interface to Entropy.
  • ISO downloads from their website containing the five official flavours of Sabayon, each with their own user interface. There is one for each of the following: Fluxbox (called "SpinBase"), GNOME, KDE, Xfce and Bash ("Minimal").
22 questions
21
votes
3 answers

How do I remove launchers from the KDE panel?

This question I would think would be far easier to answer by means of Googling it as it is so simple, but alas I am left to ask it here. What I would like to do is to remove launchers I no longer have need for on the KDE 4 panel in Sabayon. Here's…
Josh Pinto
  • 3,483
  • 15
  • 52
  • 87
7
votes
1 answer

Networking looks OK, but does not work at all

I am trying to get networking to work on Sabayon X KDE Edition. I have configured wireless networking using the NetworkManager applet and networking looks OK. However, I can't connect to the Internet, I cannot ping my gateway and I cannot even ping…
3
votes
2 answers

couchdb doesn't start

I installed couchDB under Sabayon with help of Rigo and followed this instruction ( http://guide.couchdb.org/draft/source.html ): xyz@wp01 ~ $ su Password: wp01 xyz # chown -R couchdb:couchdb /etc/couchdb wp01 xyz # chown -R couchdb:couchdb…
user977828
  • 921
  • 4
  • 16
  • 30
2
votes
2 answers

Sabayon - mysql (and other services) won't start

It's a fresh install of Sabayon Linux. I installed mysql (equo install dev-db/mysql), configured it (emerge --config ...), but it doesn't start using /etc/init.d script: # /etc/init.d/mysql start * WARNING: mysql is already starting #…
Kombajn zbożowy
  • 215
  • 1
  • 11
2
votes
3 answers

sudo: apt-get: command not found

I am trying to install aircrack-ng in my Sabayon 9 by the use of this command: sudo apt-get install aircrack-ng but it says: sudo: apt-get: command not found How to install it?
2
votes
1 answer

How can I cryptographically verify a sabayon.iso? Are there any certificates?

I've downloaded and installed sabayon, but all I can find to verify that iso image is an md5sum that can only be downloaded from the same insecure mirrors. md5 checksums are not cryptographically secure -- that should be at least sha256. the…
comonad
  • 121
  • 3
2
votes
1 answer

How do I measure the RAM usage of desktop environments?

I would like to measure the RAM usage of several desktop environments (including Cinnamon, GNOME, KDE, LXDE, LXQt, MATE and Xfce) running on my Sabayon machine. I would prefer a command-line way of checking RAM usage, if possible. I have tried using…
Josh Pinto
  • 3,483
  • 15
  • 52
  • 87
2
votes
2 answers

How do I add programs to a sabyon live USB?

How do I install software on a sabayon live USB and have that software persist after rebooting?
Ganesh
  • 21
  • 2
2
votes
1 answer

ocaml seems to be broken

I tried to compile Opa web framework from source on Sabayon, because their main server has a hardware failure. However, when I tried to use configure I got: "Your ocaml installation seems broken, please fix it" message. I tried to reinstall ocaml,…
user977828
  • 921
  • 4
  • 16
  • 30
1
vote
1 answer

Linux not detected by grub

I have two partitions with Linux, /dev/sda7 and /dev/sda8 /dev/sda7 had Deeproot Linux installed (based on Ubuntu), later I installed Sabayon in /dev/sda8. It reinstalled the grub. The problem is that it is not detecting my Deeproot Linux and is not…
Stormvirux
  • 2,996
  • 3
  • 21
  • 25
1
vote
1 answer

Gnome 3 crashes while creating new Password Keyring

I'm using Sabayon 10 with Gnome 3. The problem is Gnome crashes and restarts when I try to create new Password Keyring. Passwords and Keys > + > Password Keyring > 'typing name & passwords' > CRASH I cannot create that so can't log on to online…
terenaa
  • 111
  • 4
1
vote
1 answer

How to set up keyboard layout in GRUB2 Shell with sabayon

I have an Italian keyboard and I want to set up the correct layout in GRUB shell. I found many tutorials online that make use of grub-kbdcomp or grub-mklayout, but those commands don't work on my distribution. How can I set the proper layout?
1
vote
2 answers

Terminal has changed its default folder to start at

By default, every Linux distributions' Terminal I have used so far starts at /home/[username]. For some reason, without noticing, the default folder is now at root in Sabayon. How do I change the default starting folder in Terminal to be my username…
user120282
1
vote
1 answer

How to copy text of virtual terminal from graphics mode?

Linux have virtual terminals, one can switch between them with chvt 1, chvt 7 commands. Former is in the text mode, later is in the graphics mode. I want to copy all the text from first terminal, with some utility from graphics mode. fbgrab -c 1…
1
vote
1 answer

How can I create a live ISO for a customized operating system?

I would like to create an ISO file (which can be used to create a live CD or USB or as a primary controller for a VirtualBox machine) for a customized version of Sabayon Linux I have created on a VirtualBox Virtual Machine (VM), but I do not know…
Josh Pinto
  • 3,483
  • 15
  • 52
  • 87
1
2