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

umask is being ignored on Gentoo while creating new files

I have a server running Gentoo and hosting a drupal installation. Whenever a Drupal update is executed, the directory permissions of the updated module turn from 755 to 744 preventing the application from accessing the files. The umask is defined as…
drcelus
  • 1,254
  • 4
  • 14
  • 28
0
votes
1 answer

elasticsearch service wrapper on gentoo

I have elasticsearch installed and working in /opt/elasticsearch. I want to install a service wrapper for it to start/stop/restart it as a service. Elasticsearch recommends using java-service-wrapper: curl -L…
0
votes
2 answers

light web server to run on vps

Has anyone tried to build a really light server that uses the least amount of space and memory, while giving high performance? I would assume that linux kernel can be configured to keep only features that virtualbox, vmware or xen uses. Gentoo…
kirill_igum
  • 121
  • 1
  • 6
0
votes
1 answer

Translating debian network configuration to gentoo

I just got rid off Debian on my VPS (OpenVZ) and installed Gentoo on it, however it is a plain Gentoo image without further configuration, i.e. no working network. I'm not familiar with Debian and coulnd't figure out how to get the network set up,…
thpetrus
  • 67
  • 1
  • 1
  • 10
0
votes
1 answer

SELinux AVC denies at boot

My Gentoo box is running Gentoo Hardened/SELinux (32bit), I followed the Gentoo Hardened Guide to install it and the machine doesn't boot. Here is an extract from dmesg: Mar 12 19:15:04 localhost kernel: [ 1.961353] type=1400…
thpetrus
  • 67
  • 1
  • 1
  • 10
0
votes
1 answer

mod_rails. Apache + Nginx. After installing passenger Apache doesn't start

I've installed Nginx for optimizing the speed of Apache requests. For some weeks everything was fine, all my sites had started to fly indeed. BUT, I've decided to install passenger, and has broken my Apache. It's not starting... So, I think it's…
Cfyzz
  • 1
0
votes
1 answer

Default Apache2 installation layout on Gentoo and LinuxMint installs

I have a perl website that I am trying to set up on my local LinuxMint install. All the configuration files are in the mercurial repository, however the layout for the Apache2 configuration in Gentoo (Live server) is quite different to that of…
Mark Cameron
  • 101
  • 1
0
votes
2 answers

Cannot load Memcached in PHP on Gentoo

I am using Gentoo Base System release 2.0.3, apache-2.2.21-r1, php 5.3.8-pl0 and memcached-1.4.5. I have done the following: emerge dev-php/pecl-memcache emerge dev-php/pecl-memcached emerge dev-libs/libmemcache emerge dev-libs/libmemcached …
w00t
  • 1,164
  • 3
  • 19
  • 35
0
votes
1 answer

APC installed but not running on Gentoo

EDIT: i've reinstalled with Ubuntu server and it's not working as it should. Was never comfortable with Gentoo anyway ;) I'm a Gentoo noob so please be gentle :) I'm trying to install APC on a Gentoo (2006) based LAMP stack provided on a VPS by my…
melat0nin
  • 261
  • 1
  • 4
  • 13
0
votes
2 answers

Why is Memcached not working with vBulletin?

I have Memcached configured and setup to with work with vBulletin 4.1.5 on a Gentoo Linux 32-bit Linode VPS. Memcached is started, includes/config.php is configured to use the memcache, and the site does load and operate normally; however,…
laebshade
  • 806
  • 5
  • 11
0
votes
1 answer

vsftpd over xinetd: connection refused

I've been banging my head against this for hours and I'm stumped. I am setting up a Gentoo Linux box with vsftpd. I can get it to work as a standalone daemon, but not with xinetd. When I try to connect from another machine, its FTP client…
curtisdf
  • 251
  • 1
  • 3
  • 13
0
votes
1 answer

Gentoo apache configuration. virtual hosts problem

I use LAMP and add to it virtual host ololo.loc! when I use links http://ololo.loc it works and i can see file from /var/www/ololo.loc/ when I use localhost in links it works too and i can see file from /var/www - default folder! but when i connect…
butteff
0
votes
1 answer

Preventing specific packages from getting installed in Gentoo?

I want to install some package with not very useful dependencies (for example I want xorg-x11 without any xterm, xclock etc) and when I try to put dependencies in package.mask portage just complains about masked packages instead of ignoring them. I…
Alex Bolotov
  • 877
  • 3
  • 10
  • 18
0
votes
1 answer

gentoo kernel compile bzImage error -- bad register name '%dill'

I'm installing gentoo Linux and I just installed my kernel, but has to configure. When I compile my kernel with make && make modules_install, it gives me an error in the end saying: arch/x86/boot/boot.h: Assembler messages: arch/x86/boot/boot.h:122:…
Ruben
0
votes
2 answers

Postfix, SASL, MySQL Issues

Ok, a recent Gentoo upgrade for Postfix/Cyrus SASL/MySQL packages broke something. I'm at my wits end, no idea what the problem is. main.cf # local settings. Remember any domain you want treated as virtual can not be your origin or in…