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
32
votes
5 answers

rsync 'cannot delete non-empty directory' errors, even with --force option

When running this command: $ sudo rsync -r --delete --force --checksum --exclude=uploads /data/prep/* /data/app/ I'm getting the following output: cannot delete non-empty directory: html/js/ckeditor/_source/plugins/uicolor/yui cannot delete…
tommarshall
  • 423
  • 1
  • 4
  • 7
25
votes
10 answers

Optimal procedure to upgrade Gentoo Linux?

This is how I have been upgrading Gentoo for a long time. Is this the recommended method? Any gotchas or better methods to use? emerge --sync emerge -uDav --tree world emerge -av --depclean revdep-rebuild -v -- --ask dispatch-conf glsa-check -t…
cowgod
  • 3,460
  • 6
  • 27
  • 20
25
votes
4 answers

How do I move a Linux software RAID to a new machine?

I have a newly built machine with a fresh Gentoo Linux install and a software RAID 5 array from another machine (4 IDE disks connected to off-board PCI controllers). I've successfully moved the controllers to the new machine; the drives are detected…
romandas
  • 3,242
  • 8
  • 37
  • 44
16
votes
7 answers

What are some useful utils when using Gentoo Linux?

I want to make a list of utilities that come in handy in Gentoo? What tools and commands do you use and consider helpful in administration of a Gentoo system/server?
Alakdae
  • 1,213
  • 8
  • 21
15
votes
4 answers

Performance difference between compiled and binary linux distributions/packages

I was searching a lot on the internet and couldn't find an exact answer. There are distros like Gentoo (or FreeBSD) which does not come with binaries but only with source code for packages (ports). The majority of distros uses binary backages…
jozko
  • 163
  • 1
  • 1
  • 4
10
votes
0 answers

IPv6: Destination unreachable: Address unreachable

My server can't ping/reach any other outside. ping6 works for my local fe80::468... address as well as the 2a01:4f8..., but not for fe80::1! Errors/Troubles/Issues: ip neigh show fe80::1 dev eth0 FAILED ping6 2001:4860:4860:8888 (Google) PING…
am1
  • 211
  • 1
  • 2
  • 3
10
votes
3 answers

"SSL error parse tlsext" on large commit to SVN via Apache, Gentoo

This happens only on large commit (resulting in a failed commit): Revelant section from virtual host config in Apache Require valid-user Dav svn SVNPath /home/svn/ Commit…
Karolis T.
  • 2,709
  • 7
  • 32
  • 45
10
votes
3 answers

Linux bridging not forwarding packets

I am trying to set up a Linux bridge with 2 ethernet interfaces and cannot get it to work correctly. I am using Gentoo Linux and thought it would be quite easy but I end up having trouble getting packets go through the bridge. All of that is…
Alexandre Nizoux
  • 498
  • 1
  • 4
  • 15
9
votes
19 answers

Is Gentoo worth the compile?

I'm working on getting my first server up and running and my dad is trying to convince me that Gentoo is the way to go. Is it worth the compile? I was just planning on using Ubuntu.
erickkreutz
  • 191
  • 1
  • 1
  • 4
8
votes
1 answer

Have new files inherit their folder's extended ACLs

We are moving our web files from AFS to a local volume with the acl flag set. We use extended ACLs for our permissions so users can edit different parts of our websites. In AFS, when you create a new file it inherits its parent's permissions. How…
Vacation9
  • 113
  • 1
  • 1
  • 8
6
votes
2 answers

Exim TLS and Secure SMTP

I'm in the process of converting an existing mail server to support encrypted SMTP for our clients, but I've run into this brick wall with very little useful log data to help me forward. Everything works fine when using regular unencrypted SMTP;…
Richard Keller
  • 2,270
  • 2
  • 18
  • 31
6
votes
2 answers

Linux boot on a raid1 software raid?

I am trying to convert my single disk boot to a raid1 boot So far here is what i have: I sucessfully create the raid 1 as degraded with the new drive alone, I copied all the data on it I can mount that raid 1, see its files etc I already have a…
azera
6
votes
1 answer

Centralize authentication and user's home folder

We have about 7 Linux servers and from time to time we setup a new one... For each new install we have to create the same users and ask them to change their default passwords to new ones ... Plus for us, we have to copy our user preferences and…
Kami
  • 1,414
  • 12
  • 25
5
votes
2 answers

Mount an ext3 partition with a 16k blocksize?

We are attempting to recover data from a drive which was formated by Netgear ReadyNas Duo. We have dropped it in a linux box and discovered that it is formated as ext3 with a 16k block size. Mounting it on a linux box returns the following…
CagedMantis
  • 235
  • 1
  • 3
  • 7
5
votes
1 answer

5 seconds for hostname -f and a strange DNS request

My question addresses a strange behaviour of hostname -f on my Gentoo Linux System. The symptom: rt01 ~ # time hostname -f rt01.domain.net real 0m5.007s user 0m0.001s sys 0m0.000s With strace i can see that the following steps are…
user345934
1
2 3
15 16