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

Run chroot's /etc/init.d on system startup?

So I have this dedicated server that is running Debian. I have an intense business need (client's requirement) that I also install Gentoo as a Chroot. I have successfully done so, but now, I am trying to figure out to call Gentoo's /etc/init.d from…
hopeseekr
  • 281
  • 1
  • 2
  • 9
0
votes
2 answers

How to DHCP request a second, different, IP for the same physical interface?

(Similar to this question, but with two different DHCP-assigned IPs) Is there any way to let dhclient or dhcpcd request two different IPs for one physical interface, e.g. via virtual interfaces eth0 and eth0:1? Maybe by letting eth0:1 have a…
Tobias Kienzler
  • 388
  • 1
  • 9
  • 28
0
votes
2 answers

Install coverage-3.0.1 to gentoo

I have installed coverage-2.85 version, but I need coverage-3.0.1 I have last version of portage. [I] dev-python/coverage Available versions: 2.77 2.85 {test} Installed versions: 2.85(12:52:43 PM 08/10/2009)(-test) Homepage: …
dixon
0
votes
2 answers

Adding an ipv6 range with dual stack

I have a range of ipv6 addresses available (native) and want to use them. I 've setup the kernel to support ipv6 and installed the necessary tools (iproute2 etc). I am having a problem understanding how to actually add the range for the server to…
john
  • 1,025
  • 3
  • 9
  • 15
0
votes
1 answer

How do I run a 32bit programme on amd64 server?

As a followup to this question, I have discovered that this closed source programme is 32bit and I have an amd64 server. The server is gentoo that has recently been upgraded. What do I need to install in order to make this programme work? I know…
Amandasaurus
  • 31,471
  • 65
  • 192
  • 253
0
votes
2 answers

Gentoo emerge a package gives 404s - Do I need to --sync?

I've got a gentoo server here. It hasn't been upgraded in a good long while. I just tried to emerge a package, and it tries to download things, but all fails with 404. I can get other web access fine. Do I need to do an emerge --sync?
Amandasaurus
  • 31,471
  • 65
  • 192
  • 253
0
votes
1 answer

Upgrading portage on gentoo fails

upon emerge portage, got following error: /var/tmp/portage/sys-apps/portage-2.1.11.62/temp/environment: line 2273: /dev/fd/62: No such file or directory * ERROR: sys-apps/portage-2.1.11.62 failed (install phase): * directory does not exist:…
jancha
  • 131
  • 5
0
votes
1 answer

How to check which group has a specified permission to do sth?

It seems my user's group has no right to bind a port less than 1024. Also I once that my user group can not operate the sound card, I add myselft to the sound group. But I want the general answer, how can I check which group can do what? How to set…
Sam Liao
  • 229
  • 2
  • 9
0
votes
1 answer

Add generic rescue kernel on Gentoo

I have a Gentoo machine (64-bit) with software RAID on boot which was set up previously by someone who optimised the kernel for that machine. Now I want to shift the disks to a new machine (also 64-bit) but the kernel panics and reboots. I could…
0
votes
2 answers

Can't update scala on Gentoo

As I wanted to test Scala 2.9.2 on my gentoo system I tried updated the package but ended up with this error. I can't figure out where the problem may be: Calculating dependencies ...... done! >>> Verifying ebuild manifests >>> Jobs: 0 of 1…
Uwe L. Korn
  • 224
  • 1
  • 14
0
votes
2 answers

Reverse DNS Resolve for MX record

I've two servers running, one is a webserver and it's A record on my (external) DNS provider is in the form of: example.com in A XXX.XX.XXX.171 The other is a mailserver and it's A record is in the form: mail.example.com in A XXX.XX.XXX.170 and it's…
Bruno Vieira
  • 215
  • 1
  • 7
0
votes
2 answers

Crossplatform "jail" for an application

We currently have a variety of systems (Linux, Solarix, *BSD, HP-UX ...) on which we are not allowed to install anything into / (but I have root access. That's strange, I know). But we'd like to run Puppet on all of them. So, the obvious idea is to…
0
votes
2 answers

Registering publicly Mail server and Web server in a free dns server

I'm trying to host the e-mails and the site of our company into our private server. I've already followed the Gentoo Virtual Mailhosting System with Postfix Guide and my mail server is working (actually it sends mails for the local users and for…
Bruno Vieira
  • 215
  • 1
  • 7
0
votes
2 answers

Virtualenv: Install python-ldap on gentoo

I'm trying to install python-ldap on a Gentoo Server. It is running a Django application which I want to use LDAP Auth. Im using virtualenv to manage my python dependencies. I can't install python-ldap with pip in my virtualenv. It always fails to…
plaetzchen
  • 173
  • 1
  • 3
  • 9
0
votes
1 answer

PTY allocation request failed on channel 0 - gentoo in openvz

I keep getting PTY allocation request failed on channel 0 once I hit "some" limit, upon trying to connect with ssh or locally with vzctl enter 10x I have multiple developers accessing same test server, sharing screens etc. Some system…
jancha
  • 131
  • 5