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

Using gentoo, how does one stick -9999 ebuild to a specific svn revision?

As an example given the django-9999 ebuild, to match a developer's environment I need to checkout R12120 from trunk. Installing Django manually is not an option due to package management reasons. But there is also no ebuild in portage for 1.2 beta…
hurikhan77
  • 477
  • 3
  • 9
  • 23
4
votes
1 answer

Make avahi advertise multiple machine

Is it possible that a single machine running avahi advertises other machines sharing files over afp ? I have different machines running Gentoo but I don't want to run avahi on each server.
Kami
  • 1,424
  • 13
  • 25
3
votes
1 answer

IPv6 public routing of virtual machines from host

So I have a dedicated server from OVH. With that I got a /64 range of IPv6 addresses and 1 public IPv4 address. I purchased a second IPv4 address as a fallback. The host is running the Xen hypervisor and I already set up the bridge bridge name…
Francis Booth
  • 83
  • 1
  • 5
3
votes
1 answer

Why shouldn't I use striping raid on the partition I boot from?

The Gentoo Handbook says: You should not use any form of striping such as RAID-0 or RAID-5 on the partition you boot from. Why is this? I've never seen a similar warning before. Grub supports booting from a raid0 disk, and the kernel supports it…
Shelvacu
  • 373
  • 1
  • 2
  • 15
3
votes
4 answers

Fail2ban does not ban any ip-adresses with vsftpd

Fail2ban starts okey. It work with my sshd filter and bans IP-adresses as it should. But with vsftpd it does not register failed logins when I run: fail2ban-client status vsftpd I have tried both the auth.log and vsftpd.log. The file path is…
user251959
  • 31
  • 1
  • 3
3
votes
1 answer

xvd device support with Gentoo running in Xen HVM guest

I'm trying to install Gentoo into a Xen HVM guest. Everything went fine with the install up to the point where you do the grub-install. Apparently, grub does not know about block devices labeled "xvd" (see…
John P
  • 1,679
  • 6
  • 38
  • 59
3
votes
4 answers

Installing an OS from a netbooted Linux image

Let's say that you're working on a strange machine with these limitations: You don't have physical access at all. You get a serial console, and a network. You get one of six Linux installs to work with, and A network-booted Debian install that…
Bill Weiss
  • 10,979
  • 3
  • 38
  • 66
3
votes
1 answer

Running a Gentoo distfiles caching mirror on Debian

I have a variety of Linux hosts on my office LAN. I run apt-cacher-ng on a box to cache packagae downloads for all of the Debian and Ubuntu machines on the network. We have a few Gentoo users and I would like to cache their distfiles downloads as…
Sean O'Leary
  • 493
  • 2
  • 8
3
votes
1 answer

Graphite not running

I'm currently trying to install graphite 0.9.9 on a gentoo box using these instructions from the graphite wiki. Essentially, it fronts graphite using apache and mod_wsgi. Everything seems to have gone well, except that apache / the graphite webapp…
River
  • 143
  • 5
3
votes
2 answers

Using Gentoo's `ebegin`, `eend` etc under Ubuntu

We're quite fond of the style of the ebegin, eend, eerror, eindent etc commands used by Portage and other tools on Gentoo. The green-yellow-red bullets and standard layout make for very quick spotting of errors, on what would otherwise be very grey…
Marcus Downing
  • 788
  • 10
  • 18
3
votes
4 answers

VMware: How to keep time in guest after suspend

I have Gentoo installed as guest OS. I have hardware clock synced with host system, but the clock of OS tend to be wrong after suspend. The only solution I find out is run hwclock -s frequently via cron. Any better method?
leafduo
  • 31
  • 1
  • 4
3
votes
2 answers

Layman overlays and Puppet

We're starting to use Puppet as a way of managing configuration across our various servers. We have a Portage repository with a few packages of our own, with each machine using Layman to manage the overlays. It's easy enough to install packages in…
Marcus Downing
  • 788
  • 10
  • 18
3
votes
3 answers

Can I stop a Gentoo "emerge world" to add a feature or use flag I forgot?

Can I stop a Gentoo "emerge world" to add a feature or use flag I forgot? If so, how much pain am I in for, and what steps would you recommend for safely getting the system back on its feet?
Charlie Flowers
  • 226
  • 2
  • 6
3
votes
3 answers

While gentoo is doing emerge update world, can I safely work in another terminal window (ALT-F3 for example)?

Got a new Gentoo installation, and doing a long emerge update world. I noticed that the other terminal windows are still available (ALT-F2, ALT-F3, etc.). Is it safe for me to work in them while the emerge world process continues? Any limitations…
Charlie Flowers
  • 226
  • 2
  • 6
3
votes
1 answer

IPsec/L2TP VPN with OSX client: xl2tpd reports "maximum retries exceeded"

I'm following this guide for getting an IPsec/L2TP VPN server set up on a Gentoo machine, and I'm having trouble getting an OS X client to connect. From the logs, I believe I'm making an IPsec connection OK, but xl2tpd is refusing to go any further…
Tim
  • 1,158
  • 1
  • 14
  • 23
1 2
3
15 16