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
5
votes
1 answer

How to find source of system running slow clock?

I've a problem on one of my Gentoo server. After some time, the clock starts running very very slow. It takes about one minute for one second to go. The major problem is that not only the clock is impacted but the system is running slow as well. If…
5
votes
2 answers

Performance and Utilization monitoring of Xen Dom0

We run a mixed bag of Citrix XenServer and Gentoo/Xen virtualization platforms in our company. In general, we use XenServer where we have shared storage (SAN, iSCSI or whatever) and Gentoo/Xen where we want to use local storage. With XenServer, we…
Gentoo_Koala
5
votes
2 answers

maintenance/installation of ruby gems/ruby on rails on Linux in general and Gentoo

I am currently looking into Ruby/Ruby on Rails as an alternative to Python/Django. My main problem is that it is rather unclear what the best practices are when it comes to installing Ruby gems and/or Ruby on Rails projects on a Linux with a general…
khaos
  • 213
  • 2
  • 8
5
votes
4 answers

The Gentoo live-cd shows my drives as "hda", but booting into my own kernel shows "sda" (therefore, boot fails). What should I do?

The Gentoo live-cd shows my drives as "hda", so I followed the Gentoo handbook and configured my partitions as "hda". However, the boot failed because, when booting into my kernel, it wanted to refer to the partitions as "sda". So, I edited my…
Charlie Flowers
  • 226
  • 2
  • 6
5
votes
5 answers

Simple Quagga BGP router

We are attempting to setup a Gentoo Linux box to run a Quagga BGP router for our internet connection. We've tried many things, but everything we've tried results in Quagga reporting that there is no BGP network available and it never connects to the…
miquella
  • 250
  • 1
  • 5
  • 10
5
votes
9 answers

Howdo I tell which kernel modules are required?

Say, I have a default Gentoo install with all the modules (e.g. device drivers) compiled. From this point, is there an easy way to exclude the unused modules the next time I recompile the kernel?
yanchenko
  • 279
  • 1
  • 6
  • 13
4
votes
2 answers

easy_install'ing under different Python version

I'm trying to easy_install a Python 2.5 package, but I've also got Python 3.1 installed, so I get a syntax error: except pkg_resources.VersionConflict, e: ^ …
agentofuser
  • 557
  • 3
  • 6
  • 14
4
votes
1 answer

Restrict postqueue access to admin user

I'm running postfix on Gentoo as mailer daemon. During investigation of some queue pileup I found that /usr/sbin/postqueue is executable by all users on the system, it happily outputs the current mail queue (with -q) for all users. It looks like…
Texec
  • 43
  • 5
4
votes
8 answers

Bash can't start a programme that's there and has all the right permissions

This is a gentoo server. There's a programme prog that can't execute. (Yes the execute permission is set) About the file $ ls prog $ ./prog bash: ./prog: No such file or directory $ file prog prog: ELF 32-bit LSB executable, Intel 80386, version 1…
Amandasaurus
  • 31,471
  • 65
  • 192
  • 253
4
votes
3 answers

sshd ignores authorized_keys and keeps trying authorized_keys2

I just uploaded my public key to a server, ensured permissions are right, and when i try to log it simply refuses it. after enabling loglevel DEBUG in sshd_config i get: Nov 22 06:53:36 host-1 sshd[8612]: debug1: Forked child 8617. Nov 22 06:53:36…
gcb
  • 344
  • 1
  • 4
  • 18
4
votes
2 answers

Execute specific bash script on Gentoo Linux startup

I own a VDS running Gentoo Linux and I am curious about how to execute specific bash script at startup of my VDS. I just want to startup apache2 at boot time and run two thin instances.
Eskat0n
  • 143
  • 1
  • 5
4
votes
8 answers

What next after Ubuntu? Arch Linux / FreeBSD / Gentoo

I have been using Ubuntu, mainly as a production system for a very long time. Fedora Core and Mandrake before that. I am a developer, mostly working over networking core - L3/L4. I wish to graduate to a power user. Thought about shifting to Arch…
Vivek Sharma
  • 465
  • 2
  • 5
  • 14
4
votes
13 answers

Source based distros vs Prebuilt package based distros

I wonder what is the general preference and where does it come from. Having used FreeBSD actively for a couple of years I'm leaning towards Gentoo, but I've had an unpleasant experience of wasting valuable time because Gentoo was installed on a…
Karolis T.
  • 2,719
  • 7
  • 33
  • 45
4
votes
3 answers

Linux's best filesystem to work with 10000's of files without overloading the system I/O

It is known that certain AMD64 Linuxes are subject of being unresponsive under heavy disk I/O (see Gentoo forums: AMD64 system slow/unresponsive during disk access (Part 2)), unfortunately have such one. I want to put /var/tmp/portage and…
kagali-san
  • 1,991
  • 5
  • 17
  • 20
4
votes
3 answers

Why is my filesystem being mounted read-only in linux?

I am trying to set up a small linux system based on Gentoo on a VirtualBox machine, as a step towards deploying the same system onto a low-spec Single Board Computer. For some reason, my filesystem is being mounted read-only. In my /etc/fstab, I…
Tim
  • 277
  • 4
  • 6
  • 13
1
2
3
15 16