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
2
votes
2 answers

Monit won't run

I have two identical EC2 instances (the second is a replica of the first), running Gentoo. The first instance has monit running which monitors a single process and some system resources and functions great. In the second instance, monit runs but…
Yaniro
  • 121
  • 3
2
votes
1 answer

I am unable to connect to my netbook from any machine on my network until the netbook has pinged it

I have a rather strange issue with my netbook on my local network. When trying to connect to it in any way from a remote system it does not appear to find it. However if I get the netbook to ping the machine trying to connect it mystically appears…
2
votes
2 answers

Where does gentoo store mongodb.conf? Want to change dbpath location

This may seem like an innocent enough question, but I can't for the life of me figure out where gentoo puts mongodb.conf after installation from portage. The documentation says to look under /etc/, but it's not there. All I need to do is modify the…
thomascirca
  • 133
  • 3
2
votes
2 answers

Move an existing RAID 5 array from Ubuntu to Gentoo

I have a 64-bit Ubuntu machine with a 4-disk RAID 5 using software raid (md). I've been able to boot an Ubuntu LiveCD and recognize the array with a simple mdadm -A /dev/md0. It was easy to mount after that and nothing had to rebuild. I'm installing…
Michael
  • 468
  • 2
  • 13
2
votes
2 answers

can't make distcc work through the network

I'm trying to use distcc to compile C/C++ programs using more than one computer through the network. I'm using only two computers for now, but I intend to use more when it works with those two. I'm using Gentoo, I installed distcc in both machines…
cd1
  • 1,484
  • 4
  • 12
  • 17
2
votes
1 answer

Symfony2 app in subdirectory nginx

I'm trying to setup a symfony2 app in a subdirectory of our Server Webserver: nginx 1.1.6 + php fpm OS: gentoo my target is to get the app working from a subdirectory subdomain.xy.domain.tld/tool my nginx config looks like that server { listen…
Frido
  • 73
  • 1
  • 7
2
votes
2 answers

upgrading kernel from 2.6.27 to 2.6.32

I have an openvz server, currently running on linux-2.6.27-openvz-kiprensky.1-r1 Now, I'm upgrading server and part of the upgrade is kernel upgrade. Now, I'm offered linux-2.6.32-openvz-feoktistov.1 Question, if I'm recompiling the kernel, can I…
jancha
  • 131
  • 5
2
votes
2 answers

Sharing distfiles between FreeBSD, OpenBSD, and Gentoo

Currently I have a few FreeBSD servers with one of them acting as build box sharing its /usr/ports and /usr/ports/distfiles (as separate file systems) through NFS. Recently I've added OpenBSD and Gentoo boxes to this network. Now I want to use…
AlexD
  • 8,747
  • 2
  • 29
  • 38
2
votes
3 answers

Is it possible to create and setup a virtual machine from command line?

I currently have a dedicated server running Gentoo Linux with only an SSH access and I was wondering if it's possible to create and setup a virtual machine from command line using VirtualBox ? (Like installing another linux or a Windows server.) My…
2
votes
1 answer

PHP Threading on Gentoo

PHP on Gentoo supports the threads USE flag. As far as I know, PHP does not support true threading; I am only aware of the ability to fork using pcntl_fork(), but this functionality is provided by the pcntl USE flag. So what exactly is the point of…
Richard Keller
  • 2,040
  • 2
  • 19
  • 31
2
votes
2 answers

Failed installing APC?

I am trying to install APC on a gentoo with php 5.2 Here teh full command i Lanched: mkdir /home/APC-php cd /home/APC-php wget http://pecl.php.net/get/APC tar -xzvf APC cd APC-3.1.9 /usr/local/php5/bin/phpize ./configure --enable-apc…
dynamic
  • 740
  • 6
  • 17
  • 32
2
votes
2 answers

Distribution/setup for shared web hosting

I'm currently administrating a Gentoo server hosting a few dozen websites for friends and people with common interests. I may be moving to a new server soon, and with that comes the possibility to switch to another OS. I've enjoyed Gentoo's ability…
Vladimir Panteleev
  • 1,737
  • 5
  • 20
  • 34
2
votes
1 answer

"Crashed" for init script

After moving to new baselayout2 in gentoo I always have rtorrentd [ crashed ] even though it runs in screen with no issues. Here are the conf.d: # Owner of screen session and rtorrent process USER="zerkms" # Home…
zerkms
  • 431
  • 2
  • 5
  • 17
2
votes
5 answers

Someone from china wants kill my entry bandwidth?

Someoen from china with two different ip is downloading the same big file from my server. Their ip are: 122.89.45.210 60.210.7.62 They requesting this file and downloading more than 20 times per minute. What Can I do to prevent this? (I am on…
dynamic
  • 740
  • 6
  • 17
  • 32
2
votes
3 answers

Kernel Panic with gentoo boot (root partition not found)

Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0) grub.conf default 0 timeout 30 splashimage=(hd0,0)/boot/grub/splash.xpm.gz title Gentoo Linux 2.6.34-r6 root (hd0,0) kernel /boot/kernel-2.6.34-gentoo-r6 root=/dev/ram0…
JB87
  • 23
  • 1
  • 6