Questions tagged [gentoo]

Gentoo Linux is a source-based Linux distro that uses the Portage package management system.

Gentoo Linux is a source-based Linux distro that uses the Portage package management system.

It is not meant for Beginner Linux users, but rather Intermediate and Advanced ones who are familiar with the command line and kernel compilation (because, during install, the user will have to compile the kernel herself).

Packages (through the Portage system) are also distributed in source form, and compiled to binaries on the user's system upon fetch and installation. The Portage system is smart enough to automatically fetch (and compile) any dependencies a package needs before it gets compiled.

The benefit of Gentoo Linux would be a highly customized -- and thus potentially higher-performing -- system that matches exactly what the user has, without the baggage of unnecessary code that makes the system bigger and/or slower.

231 questions
0
votes
1 answer

mysql emerge error upon compiling.. is that normal?

* configure: WARNING: unrecognized options: --with-plugindir, --without-plugin-example, --without-plugin-ibmdb2i, --without-plugin-ndbcluster, --witho$ * configure: WARNING:$ unrecognized options: --with-plugindir, --without-plugin-example,…
PartySoft
  • 217
  • 1
  • 7
  • 12
0
votes
1 answer

Can Jdownloader be installed into text mode in linux without X11?

I'm insterested into installing Jdownloader into text mode in linux, i want to use the api it has to control the downloads from a web application Do you guys think that's possible in gentoo? if so , how?
PartySoft
  • 217
  • 1
  • 7
  • 12
0
votes
3 answers

gentoo zlib removed = portage corrupted

Hello I'm using gentoo not for a long time and have made such mistake: I've removed zlib package from system. Now i've got my portage system corrupted: # emerge --sync Traceback (most recent call last): File "/usr/bin/emerge", line 36, in…
Shamanu4
  • 194
  • 4
  • 16
0
votes
2 answers

Running a binary executable as an auto-starting service on Gentoo

I have a Gentoo box on Linode and couldn't get to install MongoDB thorough Portage, so I'm running the static binary I downloaded from the website. How do I make it run as a service, and how do I add it to the auto-start list so it comes back up…
agentofuser
  • 557
  • 3
  • 6
  • 14
0
votes
1 answer

Best linux distribution for Java build server &

we are trying to setup a build server for building our Java projects. Following software will be installed: * Subversion * Jira/Confluence/Crucible/Fisheye ... * Bamboo (continuous integration solution) I have 2 questions: 1. Which dist of linux…
user41223
0
votes
2 answers

RAID FS detection at boot time

An excerpt from dmesg: md: Autodetecting RAID arrays. md: Scanned 2 and added 2 devices. md: autorun ... md: considering sdb1 ... md: adding sdb1 ... md: adding sda1 ... md: created md1 md: bind md: bind md: running:…
yanchenko
  • 279
  • 1
  • 6
  • 13
0
votes
2 answers

segfault with mod_wsgi / mod_python after Python upgrade on Gentoo

I'm having a problem after upgrading from Python 2.5 to 2.6 I'm using Gentoo and running a Django app with Apache 2 and mod_python. After the upgrade I started getting a segfault when I try to access the site, Apache starts fine and can serve static…
F.C.
  • 125
  • 6
0
votes
1 answer

Database or website of kernel config files?

I've experienced some kernel panic after trying to compile gentoo kernel for a Sun UltraSPARC T5120 Server. The kernel panic came from a missing support for the SAS disk controller in the menu config. I've wasted so much time because I had no clue…
Kami
  • 1,424
  • 13
  • 25
0
votes
2 answers

Gentoo hangs when adding main interface to the bridge

I've VPS on WEDOS serverhosting, Gentoo there. 5.4.38 kernel. I've a network interface eth0, I need to bridge it with another one (from openvpn). Starting with adding only one interface: brctl addbr br0 brctl addif br0 eth0 Here the system hangs,…
aikipooh
  • 103
  • 6
0
votes
1 answer

Writing Gentoo ebuilds: how to correctly add libraries using flag-o-matic eclass

I'm trying to write an ebuild (I'm very new to writing ebuilds) and I need to add the library -ltinfo to link against. My ebuild looks like: EAPI=8 inherit flag-o-matic ... src_compile() { append-libs -ltinfo default } Everything else is…
jbean223
  • 1
  • 1
0
votes
0 answers

How to initialize sound in VirtualBox's VRDP?

On my Gentoo Linux host, running VirtualBox 1.6.28, I'm unable to negotiate a VRDP (RDP-4 version) connection because the rdesktop-vrdp client fails to initialize sound so it doesn't connect at all as a consequence, even if the VM has no sound…
0
votes
3 answers

How to mark all packages under dev-ruby/ with keywords "~amd64" in portage?

I would like to use the ~amd64 test branch for dev-ruby/* packages.
Cheng
  • 741
  • 2
  • 9
  • 16
0
votes
1 answer

Install Gentoo (Do you need Internet/Stage 3)

https://knowyourmeme.com/memes/install-gentoo Do you need to download the stage3 tarballs to use Gentoo or can you do a minimal install w/o them? https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Media#Minimal_installation_CD The image is…
0
votes
1 answer

Postfix: newaliases fails at postfix service startup due to aliases.db permission problems

I recently started migrating my mail server to systemd. I have an alias hash map: alias_database = hash:/etc/postfix/aliases alias_maps = hash:/etc/postfix/aliases When starting the service: systemctl restart postfix newalias and postalias…
-1
votes
2 answers

php-cgi dies quietly every few hours in low traffic

php-cgi -v PHP 5.2.11-pl1-gentoo (cgi-fcgi) (built: Dec 21 2009 09:10:29) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies System info dev-lang/php-5.2.11-r1 gentoo 10.1 Update: I'…
Cheng
  • 741
  • 2
  • 9
  • 16
1 2 3
15
16