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
1
vote
3 answers

Has anyone done a Gentoo Xen Dom0/DomU update?

I am running a couple of xen 3.1.1 systems (production, test/dev) with gentoo Dom0 and DomU. With plans to update to 3.3 soon, I am wondering if anyone has any successes or failures they'd like to share.
user5599
  • 11
  • 2
1
vote
2 answers

Monitor dual intel xeon cpu load?

I have a Dell 1950 Poweredge server with two Quad Core Intel Xeon 2.33 GHZ and 16 GB of RAM under Gentoo Linux. I'm running heavy calculation task which I don't know how they were implemented ... Top gives my partial infos (%CPU, ...) but I don't…
Kami
  • 1,424
  • 13
  • 25
1
vote
1 answer

Video on demand streaming for Gentoo ppc64

I want to setup a vod streaming server on my ppc64 Gentoo. It should be able to : Work headless. Stream to iPhone, MacOS and if possible to Linux (rtsp protocol ?). Stream different formats like avi or mp4. Work for a small number of clients (max…
Studer
  • 1,350
  • 9
  • 16
1
vote
0 answers

Why is my systemd-networkd not aquiring an IP address via DHCP?

On my notebook running Gentoo, I set up the following things: Kernel with all necessary settings and modules WPA_Supplicant Systemd Systemd-Networkd Almost everything works as expected, the connection to my WiFi is established and stable. The only…
ahuemmer
  • 111
  • 4
1
vote
1 answer

How to assign an additional IP to loopback

I have a few docker containers which are supposed to access a shared PostgreSQL running on the Gentoo host. This works well if the dockerized apps connect to the database using the public IP of the host. However, I'd like to decouple things a little…
svoop
  • 145
  • 1
  • 6
1
vote
1 answer

Traceroute failed, how to resolve?

wget works fine with speedtest.net, but traceroute does not. How to resolve this? traceroute to www.speedtest.net (69.17.117.207), 30 hops max, 40 byte packets ... 4 tge11-3.fr4.dal.llnw.net (69.164.4.5) 0.000 ms 0.000 ms 0.000 ms …
Cheng
  • 741
  • 2
  • 9
  • 16
1
vote
0 answers

ZFS RAIDZ1 root on gentoo fails to boot after disk swap

I have a 3-disk RAIDZ1 array with 3 HDDs: # zpool status ... config: NAME STATE READ WRITE CKSUM gpool ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 sdb ONLINE 0 0 0 …
vesperto
  • 200
  • 2
  • 8
0
votes
3 answers

Set default MySQL connect charset for PHP (in RHEL)?

We're running a hundred or so legacy PHP websites on an older server which runs Gentoo Linux. When these sites were built latin1 was still the common charset, both in PHP and MySQL. To make sure those older sites used latin1 by default, while still…
Martijn Heemels
  • 7,728
  • 7
  • 40
  • 64
0
votes
1 answer

After updating bind from 9.8 to 9.12, it does not start anymore with dnssec-validation auto

I used bind 9.8 on gentoo for monthes. After updating the system, bind is now at 9.12.3_p4 but it does not start anymore unless I comment dnssec-validation auto. I get nothing in named.log. I get this in message.log : Jun 27 17:08:16 ns3079610…
user2244705
  • 103
  • 3
0
votes
0 answers

Incorrect list of groups membership for one user

On one of my servers, my user has a strange problem of group membership. When using id or groups without arguments, the list of groups includes those from the root user, and groups common to my user and root are duplicated, like wheel, video,…
0
votes
0 answers

Disable SSLCompression in Apache <2.2.24 in Gentoo

Thanks a lot beforehand. I need to disable SSL Compression in Apache 2.2.16 in Gentoo in order to mitigate TLS CRIME. I've been searching for a long time and I've found out that it's possible to disable SSL Compression in old versions of Apache in…
0
votes
0 answers

Gentoo running unknown scheduler

I inherited management of a Gentoo based server (Gentoo Base System release 2.3, 4.4.26-gentoo) that is invoking a number of php scripts each night but I can't figure out how. I don't see them referenced in any user's crontab and I don't see…
0
votes
1 answer

On boot firmware request for intel GMA 3100 chipset timing out

I am currently in the process of installing a Gentoo linux box with a Vanilla 2.6.29-r5 kernel with gentoo-xen-kernel patches in order to run the Xen Hypervisor. After rebooting with the new kernel, the booting process seemed to hang on: [ …
Yannick Motton
  • 171
  • 1
  • 1
  • 6
0
votes
4 answers

Isn't /etc/profile supposed to be sourced at least once under a graphical linux environment?

Using Gentoo and KDE 4, opening Konsole or xterm doesn't provide defined stuff in /etc/profile. This file is normally sourced by a login shell, but what can be considered as a login shell in a graphical environment? Is this supposed to be sourced…
Patrick Allaert
  • 145
  • 1
  • 6
0
votes
1 answer

Lighttpd stop responding to php calls

I am running 2 servers with Lighttpd 1.4.45 with fastcgi and php 5.6 on gentoo linux. We have a problem in both servers that about twice a day the Lighttpd stop responding to php calls, only restart of Lighttpd makes it operational again. There is…