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

Properly manage iptables rules on Docker host

I am using Gentoo and Docker. I have bunch of own iptables rules, and keep them in /var/lib/iptables/rules-save. Docker adding bunch of own rules when start. It seems that iptables is auto-saving each time to rules-save, however I thought this file…
Ural
  • 161
  • 6
0
votes
0 answers

Apache Active Workers and Hits per Second

We are using 2 AppServer with an Idle Workload of 10 Apache Workers and and 5 Hits per Second. These Servers got 12 CPUs and 8GB of RAM. Monitoring is accessed by Zabbix. My question about this is - are these Servers way to much for the traffic we…
Isengo
  • 133
  • 9
0
votes
1 answer

Run multiple PHP scripts through Monit

I'm having two PHP scripts acting as RabbitMQ Consumers and i want them to be started and monitored (+ automatically restarted) through monit. My /etc/monitrc for the two processes looks like this: check process php-magento-category matching…
user345934
0
votes
1 answer

Make init script output available without hitting the filesystem

I'm working on an init script for a command which writes extensive activity messages to stdout. The output is only useful for debugging and since it will be running on a Pi, I don't want these messages be written to the filesystem. Is it possible…
svoop
  • 145
  • 1
  • 6
0
votes
1 answer

How to clear or stop net-snmpd.log?

System: 3.10.17-gentoo NET-SNMP version: 5.7.3.pre5 ps ax: /usr/sbin/snmpd -p /var/run/snmpd.pid /etc/conf.d/snmpd: #SNMPD_FLAGS="${SNMPD_FLAGS} -Lsd -Lf /dev/null" /var/log/net-snmpd.log: Connection from UDP: Connection from UDP: Connection from…
shallrise
  • 89
  • 1
  • 13
0
votes
1 answer

emerge -uDN world fails on a Gentoo host, sys-libs/glibc-2.20-r2 does not link

We have got a number of legacy Gentoo-based machines and are trying to upgrade them. At least three of these hosts fail with a common error emerging the latest glibc: x86_64-pc-linux-gnu-gcc -m32 -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed …
Alex
  • 7,939
  • 6
  • 38
  • 52
0
votes
1 answer

suexec AP_DOC_ROOT Path on gentoo

after a few years running php as mod_php I want to move to fcgi. On my server I run currently gentoo linux. I allready set up php als fcgi and everything is working. But there is one problem. I have to change the path of the AP_DOC_ROOT from…
user39063
  • 121
  • 3
0
votes
1 answer

Gentoo emerge packages conflict

I'm trying to install git on my Gentoo webserver. The command "emerge dev-vcs/git" returns the following result : * IMPORTANT: 12 news items need reading for repository 'gentoo'. * Use eselect news read to view new items. * IMPORTANT: 5 config…
TheArtist
  • 33
  • 1
  • 7
0
votes
1 answer

Invalid command: 'AuthLDAPAuthoritative', perhaps misspelled

Have apache 2.2.24 running on Gentoo server. I need apache to now authenticate through windows active directory, however, on apache service restart, I am getting this error: Invalid command, 'AuthzLDAPAuthoritative', perhaps misspelled or defined…
Mikolaj
  • 118
  • 1
  • 4
0
votes
1 answer

Can't emerge fish - dependency htmlview returns 404 or fails on rmd160 verification

Does anyone know how to fix this? I've tried running emerge --sync, but that didn't have any effect. When I download the file manually and move it to /usr/portage/distfiles, I get the error "Failed on RMD160 verification".
0
votes
1 answer

Configuring MAXITEMSIZE in memcached in gentoo

Got memcached up and running (emerged net-misc/memcached) but on PHP I'm getting Server 127.0.0.1 (tcp 35817, udp 0) failed with: SERVER_ERROR object too large for cache I'm thus trying to change the MAXITEMSIZE variable to allow for bigger…
Collector
  • 61
  • 11
0
votes
2 answers

Files in /var/qmail/alias/.maildir/new/

I run a Gentoo (LAMP server) with a qmail. I see that the folder /var/qmail/alias/.maildir/new/ contains 100'000s of files. Do you know how I can have them purged automatically? Thanks for your great help. EDIT: I checked the files (+400k actually).…
Toto
  • 293
  • 1
  • 4
  • 12
0
votes
2 answers

How to prevent Zeroconf 0.0.0.0 in Gentoo linux?

Oddly enough, it seems that one of the servers we have doesn't like having the 0.0.0.0 configured and it prevents it from being able to community on its internal network. Removing this route manually by using: route del -net XXX.XXX.XXX.0/27 gw…
Collector
  • 61
  • 11
0
votes
1 answer

SMP kernel sees only one CPU (i7-930) with ACPI enabled

A Gentoo box running a up-to-date SMP kernel sees only one CPU eventhough ACPI is enabled in AmiBIOS. Any ideas why? > uname -a Linux charlie 3.17.7-gentoo #1 SMP Mon Jan 12 19:31:07 CET 2015 x86_64 Intel(R) Core(TM) i7 CPU 930 @ 2.80GHz…
svoop
  • 145
  • 1
  • 6
0
votes
1 answer

Restore LDAP data from copied files

My server has broken and I had to urgently put it up again. I needed to reinstall the system and, since I was time constrained, I lazily just copied the directories I considered necessary (/etc, /opt, /root and /var) with cp to an external disk and…
ranieri
  • 233
  • 1
  • 2
  • 9