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
1
vote
2 answers

What is the difference between a DOS and Solaris MBR?

I have been playing around with a VM trying to install Gentoo, and it seems there are two options for my Master Boot Record : DOS and Solaris. What is the difference? Which should I choose, or are there situations which I would prefer one over the…
Thunder3
  • 347
  • 2
  • 5
1
vote
2 answers

nginx + uwsgi: -- unavailable modifier requested: 0 --?

I'm following this to install and configure Nginx, uWSGI, and Django on Gentoo. Everything looks good until the last step: Nginx returns the 502 Bad Gateway error and the following appears in the uWSGI log: *** Starting uWSGI 1.2.4 (32bit) on [Mon…
quanta
  • 51,413
  • 19
  • 159
  • 217
1
vote
0 answers

Why does nginx 1.0.0 appear to not use the kernels open file cache on Gentoo? (high iowait)

free -m total used free shared buffers cached Mem: 7996 2043 5952 0 73 140 -/+ buffers/cache: 1830 6165 Swap: 7812 15 7797 nginx…
Daniel
  • 119
  • 1
1
vote
5 answers

configure that /etc/resolv.conf won't be modified after restart

I have Gentoo Linux amd64 installed on one of my computers. I have a static IP configured at /etc/conf.d/net: auto_eth0="true" config_eth0="192.168.1.2/24" routes_eth0="default via 192.168.1.1" enable_ipv6_eth0="false" I manually edited…
ufk
  • 333
  • 3
  • 8
  • 31
1
vote
1 answer

Rackspace Linux Server Crashing

I recently made the move to The Cloud from a bare metal server for personal use and I couldn't be happier. Except for one thing: My server crashes about once a week. Rackspace has been really great and extremely helpful and I wish to stay with them…
Josh Johnson
  • 133
  • 5
1
vote
2 answers

Postgresql won't start, "Socket conflict"

I have a problem starting Postgresql on Gentoo. $ /etc/init.d/postgresql-9.1 start * Socket conflict. * A server is already listening on: * /var/run/postgresql/.s.PGSQL.5432 * HINT: Change PGPORT to listen on a different socket. I removed…
F.C.
  • 125
  • 6
1
vote
1 answer

Monit not restarting service

I have a node.js script I want to daemonize on a Funtoo system (I tagged as Gentoo, since I don't think there's anything really specific to Funtoo in here vs Gentoo), and I do this with the following init script: #!/sbin/runscript depend(){ …
Matt Sieker
  • 368
  • 1
  • 4
  • 11
1
vote
1 answer

How do I upgrade Django 1.3.1 to 1.4? Any tips, tutorials, or warnings?

Django 1.4 was recently released. Almost all the information about Django 1.4 is in the release note, but I didn't see anything about how to upgrade. Should I just remove the django folder inside Python's site-packges and download 1.4? I think I…
hobbes3
  • 615
  • 2
  • 10
  • 23
1
vote
2 answers

Relabeling of filesystems (SELinux) fails

After compiling the policy modules and re-compiling my core packages (Gentoo 32bit) I wanted to relabel the filesystems (via rlpkg -a -r) and packages but I get these error messages: Relabeling filesystem types: btrfs ext2 ext3 ext4 jfs xfs …
thpetrus
  • 67
  • 1
  • 1
  • 10
1
vote
1 answer

Django error saying "could not connect to server: Permission denied"

I am getting an error trying to visit my Django app. I am running Gentoo and the web server is Apache with the mod_wsgi module to display Django. The error says OperationalError at /admin/ could not connect to server: Permission denied Is the server…
hobbes3
  • 615
  • 2
  • 10
  • 23
1
vote
1 answer

Enabling mod_wsgi in Apache for a Django app on Gentoo

I installed Apache, Django, and mod_wsgi on Gentoo using emerge (on Amazon EC2). I know that the mod_wsgi is configured in /etc/apache2/modules.d/70_mod_wsgi.conf: LoadModule wsgi_module modules/mod_wsgi.so # vim: ts=4…
hobbes3
  • 615
  • 2
  • 10
  • 23
1
vote
1 answer

SSH timing out to a Gentoo AMI (Amazon EC2)

I created a new instance of a Gentoo AMI (Gentoo_64-bit-EBS-2012-03-02-07-39-15 (ami-6ab26f03)). Both Status Checks passed (both system and instance reachability passed). I know the Key Pair Name is correct, because I used the same keys to connect…
hobbes3
  • 615
  • 2
  • 10
  • 23
1
vote
0 answers

Attempting to DNS resolve / relay an IPv6 address for a host

I have a network switch doing IPv6 DNS relay to a Linux box (3.0.4-gentoo #7). The packets (DNS request) are arriving fine at the Linux box. Where I'm stuck now is how to resolve those, either by relaying again to a web DNS server (eg OpenDNS) or…
1
vote
3 answers

How can I get into a gentoo-linux machine if I hosed PAM?

While updating my gentoo linux box, I managed to mess up PAM. Now I can't login! Here's the message I get login: /bin/login: error while loading shared libraries: libpam_misc.so.0: cannot open shared object…
Michael Haren
  • 1,301
  • 7
  • 18
  • 31
1
vote
2 answers

Amazon EC2 t1.micro + nginx + php-fpm = somtimes dead slow

First something about the infrastructure: We have migrated one of our backend/admin servers to amazon. The applications on this server are only used sporadically (max. 10 parallel users). We are using a t1.micro instance running Gentoo. As Webserver…
Frido
  • 73
  • 1
  • 7