Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Networking & Security
  • Search

apache no restart correctly (SEMI-SOLVED)

Having problems getting connected to the internet or running a server? Wondering about securing your box? Ask here.
Post Reply
Advanced search
16 posts • Page 1 of 1
Author
Message
nandelbosc
Guru
Guru
Posts: 350
Joined: Wed Sep 29, 2004 1:02 am
Location: olot
Contact:
Contact nandelbosc
Website

apache no restart correctly (SEMI-SOLVED)

  • Quote

Post by nandelbosc » Mon Nov 27, 2006 1:27 am

Hi!

I'm using apache 2.0.58-r2 and when I restart it more than one time I cannot restart anymore

Code: Select all

vito ~ # /etc/init.d/apache2 restart
 * Stopping apache2 ...                                                                                               [ ok ]
 * Starting apache2 ...                                                                                               [ ok ]
vito ~ # /etc/init.d/apache2 restart
 * Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed.                                                                      [ !! ]
vito ~ # /etc/init.d/apache2 restart
 * Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed.                                                                      [ !! ]
...
then I need to kill it manually...

Code: Select all

vito ~ # ps aux  | grep apache
root     13847  0.0  0.1  51140  2164 ?        Ss   02:22   0:00 /usr/sbin/apache2 -D DEFAULT_VHOST -d /usr/lib64/apache2 -f /etc/apache2/httpd.conf -d /usr/lib64/apache2 -f /etc/apache2/httpd.conf -k start
root     13997  0.0  0.0   2608   512 pts/2    R+   02:24   0:00 grep apache
vito ~ # killall apache
apache: no process killed
vito ~ # killall apache2
vito ~ # /etc/init.d/apache2 start
 * WARNING:  "apache2" has already been started.
vito ~ # /etc/init.d/apache2 restart
 * Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed.                                                                      [ !! ]
vito ~ # killall apache2
apache2: no process killed
vito ~ # killall apache2
apache2: no process killed
vito ~ # /etc/init.d/apache2 zap
 * Manually resetting apache2 to stopped state.
vito ~ # /etc/init.d/apache2 restart
 * Starting apache2 ...                                                                                               [ ok ]
vito ~ # /etc/init.d/apache2 restart
 * Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed.                                                                      [ !! ]

...
I have a new install, with default apache.conf.
Last edited by nandelbosc on Mon Nov 27, 2006 11:24 pm, edited 1 time in total.
Top
Hagar
Guru
Guru
Posts: 445
Joined: Tue Feb 11, 2003 6:36 pm
Contact:
Contact Hagar
Website

  • Quote

Post by Hagar » Mon Nov 27, 2006 1:40 am

restart doesn't work well, it doesn't give apache enough time to close.

If you really want a shutdown->startup restart use:
/etc/init.d/apache2 stop
wait for it to really exit (3 sec works for my system)
/etc/init.d/apache2 start

If you only need a configuration reload you can use:
/etc/init.d/apache2 reload
Top
nandelbosc
Guru
Guru
Posts: 350
Joined: Wed Sep 29, 2004 1:02 am
Location: olot
Contact:
Contact nandelbosc
Website

  • Quote

Post by nandelbosc » Mon Nov 27, 2006 7:47 am

not works at all...

Code: Select all

vito marc # /etc/init.d/apache2 start
 * Starting apache2 ...                                                       [ ok ]
vito marc # /etc/init.d/apache2 reload
 * Doing a graceful restart of apache2 ...
No /usr/sbin/apache2 found running; none killed.                              [ !! ]
vito marc # /etc/init.d/apache2 reload
 * Doing a graceful restart of apache2 ...
No /usr/sbin/apache2 found running; none killed.                              [ !! ]
vito marc # /etc/init.d/apache2 start
 * WARNING:  "apache2" has already been started.
vito marc # /etc/init.d/apache2 stop
 * Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed.                              [ !! ]
vito marc # killall apache2
vito marc # /etc/init.d/apache2 zap
 * Manually resetting apache2 to stopped state.
vito marc # killall apache2
apache2: no process killed
vito marc # /etc/init.d/apache2 start
 * Starting apache2 ...                                                       [ ok ]
vito marc # /etc/init.d/apache2 stop
 * Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed.                              [ !! ]
Top
nandelbosc
Guru
Guru
Posts: 350
Joined: Wed Sep 29, 2004 1:02 am
Location: olot
Contact:
Contact nandelbosc
Website

  • Quote

Post by nandelbosc » Mon Nov 27, 2006 7:49 am

and...

Code: Select all

vito marc # /etc/init.d/apache2 start
 * Starting apache2 ...                                                       [ ok ]

wait for 5-6 seconds

vito marc # /etc/init.d/apache2 stop
 * Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed.                              [ !! ]

wait for 5-6 seconds

vito marc # /etc/init.d/apache2 start
 * WARNING:  "apache2" has already been started.
Top
selig
Guru
Guru
User avatar
Posts: 425
Joined: Sun Jul 31, 2005 4:58 pm
Location: Prague, Czech Republic

  • Quote

Post by selig » Mon Nov 27, 2006 10:55 am

On my box it sometimes takes a couple of "apache stop" commands to actually stop the apache. If this does not work, check if the PID file gets created correctly (it should be set in your httpd.conf, and usually located in /var/run).
Top
nandelbosc
Guru
Guru
Posts: 350
Joined: Wed Sep 29, 2004 1:02 am
Location: olot
Contact:
Contact nandelbosc
Website

  • Quote

Post by nandelbosc » Mon Nov 27, 2006 4:18 pm

more or less I have taked the control to start/stop apache, but there is another BIG problem...

apache serves pages really slowly!

What's happening with my new server? It's an AMD64 3500+ with 2GB of RAM, with a new clean gentoo installation.

There is my emerge info:

Code: Select all

vito marc # emerge --info
Portage 2.1.1-r2 (default-linux/amd64/2006.1/server, gcc-3.4.4, glibc-2.3.5-r2, 2.6.18-gentoo-r3 x86_64)
=================================================================
System uname: 2.6.18-gentoo-r3 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.6.14
Last Sync: Mon, 27 Nov 2006 01:00:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python:     2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.12-r6
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=k8 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/ ftp://trumpetti.atm.tut.fi/gentoo/ http://gentoo.modulix.net/gentoo/ http://ftp.club-internet.fr/pub/mirrors/gentoo ftp://gentoo.imj.fr/pub/gentoo/ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo http://linuv.uv.es/mirror/gentoo/ "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 amuled apache2 apic berkdb calendar clflush cli cmov cracklib crypt cx8 de dlloader dri elibc_glibc exif extensions ffmpeg fortran fpu ftp fxsr fxsr_opt gd gdbm gpm iconv imagemagick imap input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 isdnlog jpeg jpeg2k kernel_linux lahf_lm libclamav libg++ lm maildir mailwrapper mca mce mpeg msr mtrr mysql ncurses network nls nptl nptlonly nx pae pam pat pcre perl pge php png pni ppds pppd pse pse36 qmail reflection remote samba sasl sep session snmp spamassassin spl sqlite ssl stats syscall tcpd tiff tsc udev unicode unzip userland_GNU vhosts video_cards_apm video_cards_ark video_cards_ati video_cards_chips video_cards_cirrus video_cards_cyrix video_cards_dummy video_cards_fbdev video_cards_glint video_cards_i128 video_cards_i810 video_cards_mga video_cards_neomagic video_cards_nv video_cards_rendition video_cards_s3 video_cards_s3virge video_cards_savage video_cards_siliconmotion video_cards_sis video_cards_sisusb video_cards_tdfx video_cards_tga video_cards_trident video_cards_tseng video_cards_v4l video_cards_vesa video_cards_vga video_cards_via video_cards_vmware video_cards_voodoo vme xml xorg zip zlib zlib2"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Top
nandelbosc
Guru
Guru
Posts: 350
Joined: Wed Sep 29, 2004 1:02 am
Location: olot
Contact:
Contact nandelbosc
Website

[apache] problems starting and serving pages

  • Quote

Post by nandelbosc » Mon Nov 27, 2006 6:40 pm

Hi,

I wrote another post in Network and Security, and i have no answer... http://forums.gentoo.org/viewtopic-t-519663.html

I have two problems with apache:

1.- don't restart properly
2.- serve pages very slowly

can anyone help me?
Top
nixnut
Bodhisattva
Bodhisattva
User avatar
Posts: 10974
Joined: Fri Apr 09, 2004 1:43 pm
Location: the dutch mountains

  • Quote

Post by nixnut » Mon Nov 27, 2006 6:57 pm

No cross-posting please. Read the forum guidelines.

Any messages in the log files in /var/log?
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Top
Hagar
Guru
Guru
Posts: 445
Joined: Tue Feb 11, 2003 6:36 pm
Contact:
Contact Hagar
Website

  • Quote

Post by Hagar » Mon Nov 27, 2006 7:18 pm

What does it serve?
If you use some form of scripting, is that functioning properly?
Is the rest of your system *healthy* ?
Top
nandelbosc
Guru
Guru
Posts: 350
Joined: Wed Sep 29, 2004 1:02 am
Location: olot
Contact:
Contact nandelbosc
Website

  • Quote

Post by nandelbosc » Mon Nov 27, 2006 7:20 pm

No cross-posting please. Read the forum guidelines.
Ok, sorry! :oops:

What does it serve?
Sorry, i don't know if I understand correctly... Serve web pages, for the moment apache test page :wink:
If you use some form of scripting, is that functioning properly?
No, I don't use any special script.
Is the rest of your system *healthy* ?
Totally! It's a new clean install (of gentoo and apache).


I retried the process...

Code: Select all

vito marc # /etc/init.d/apache2 restart
 * Stopping apache2 ...                                                                                               [ ok ]
 * Starting apache2 ...
[Mon Nov 27 20:15:24 2006] [error] (EAI 2)Name or service not known: Cannot resolve host name *.443 --- ignoring!     [ ok ]
vito marc # /etc/init.d/apache2 restart
 * Stopping apache2 ...                                                                                               [ ok ]
 * Starting apache2 ...
[Mon Nov 27 20:15:26 2006] [error] (EAI 2)Name or service not known: Cannot resolve host name *.443 --- ignoring!     [ ok ]
vito marc # /etc/init.d/apache2 restart
 * Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed.                                                                      [ !! ]
vito marc # /etc/init.d/apache2 restart
 * Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed.                                                                      [ !! ]
vito marc # /etc/init.d/apache2 stop
 * Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed.                                                                      [ !! ]
vito marc # /etc/init.d/apache2 stop
 * Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed.                                                                      [ !! ]
vito marc # /etc/init.d/apache2 stop
 * Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed.                                                                      [ !! ]
vito marc # ls /var/run/
cgisock             mysqld/             openldap/           snort_eth2.pid      syslog-ng.pid
console/            named/              random-seed         sshd.pid            usb/
cron.pid            ntpd.pid            samba/              svc-started-mysqld  utmp
vito marc # /etc/init.d/apache2 start
 * WARNING:  "apache2" has already been started.
vito marc # /etc/init.d/apache2 start
 * WARNING:  "apache2" has already been started.
As you can look, after 2 restarts don't start anymore. If I try to stop, seems apache it's started, but no pid file in /var/run/
Any messages in the log files in /var/log?
logs:
In /var/log/apache2/access_log i can't see nothing special. The same for /var/log/apache2/error_log.

In /var/log/apache2/startuperror.log:Syntax OK

Code: Select all

...
Syntax OK
Syntax OK
(98)Address already in use: make_sock: could not bind to address 192.168.10.1:80
no listening sockets available, shutting down
Unable to open logs
Syntax OK
(98)Address already in use: make_sock: could not bind to address 192.168.10.1:80
no listening sockets available, shutting down
Unable to open logs
the only way to start apache again:

Code: Select all

vito marc # /etc/init.d/apache2 start
 * WARNING:  "apache2" has already been started.
vito marc # /etc/init.d/apache2 restart
 * Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed.                                                                      [ !! ]
vito marc # /etc/init.d/apache2 zap
 * Manually resetting apache2 to stopped state.
vito marc # /etc/init.d/apache2 start
 * Starting apache2 ...
[Mon Nov 27 20:23:44 2006] [error] (EAI 2)Name or service not known: Cannot resolve host name *.443 --- ignoring!
(98)Address already in use: make_sock: could not bind to address [::]:443
no listening sockets available, shutting down
Unable to open logs                                                                                                   [ !! ]
vito marc # killall apache
apache: no process killed
vito marc # killall apache2
vito marc # /etc/init.d/apache2 start
 * Starting apache2 ...
[Mon Nov 27 20:23:57 2006] [error] (EAI 2)Name or service not known: Cannot resolve host name *.443 --- ignoring!     [ ok ]
Top
Hagar
Guru
Guru
Posts: 445
Joined: Tue Feb 11, 2003 6:36 pm
Contact:
Contact Hagar
Website

  • Quote

Post by Hagar » Mon Nov 27, 2006 7:38 pm

That log says apache is still running when it's restarted.
Like I said in my first post, do not use restart !

Use stop and start, and wait at least 10 sec between those commands.
Your server has a hard time starting/stopping apache2.
The init script isn't as fool proof as it should be (for you anyway)
So give it time, apache *requires* time to shut down.

Onto the next issue.
You seem to have configured an ssl host, does apache accept the ssl certificates for that host?
Is your harddrive functioning properly? (dma is on etc. how is/are it/they configured, IDE or SATA, raid?)
Top
nandelbosc
Guru
Guru
Posts: 350
Joined: Wed Sep 29, 2004 1:02 am
Location: olot
Contact:
Contact nandelbosc
Website

  • Quote

Post by nandelbosc » Mon Nov 27, 2006 8:43 pm

That log says apache is still running when it's restarted.
Like I said in my first post, do not use restart !
Have you reason, But I tried that and...

Code: Select all

vito marc # /etc/init.d/apache2 status
 * status:  started
10 second later...

Code: Select all

vito marc # /etc/init.d/apache2 stop
 * Stopping apache2 ...                                                                                               [ ok ]
10 second later...

Code: Select all

vito marc # /etc/init.d/apache2 start
 * Starting apache2 ...
[Mon Nov 27 21:35:35 2006] [error] (EAI 2)Name or service not known: Cannot resolve host name *.443 --- ignoring!     [ ok ]
10 second later...

Code: Select all

vito marc # /etc/init.d/apache2 stop
 * Stopping apache2 ...                                                                                               [ ok ]
10 seconds later

Code: Select all

vito marc # /etc/init.d/apache2 start
 * Starting apache2 ...
[Mon Nov 27 21:35:55 2006] [error] (EAI 2)Name or service not known: Cannot resolve host name *.443 --- ignoring!     [ ok ]
By now all it's ok, but... 10 seconds later....

Code: Select all

vito marc # /etc/init.d/apache2 stop
 * Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed.                                                                      [ !! ]
vito marc # /etc/init.d/apache2 stop
 * Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed.                                                                      [ !! ]
vito marc # /etc/init.d/apache2 start
 * WARNING:  "apache2" has already been started.
vito marc # /etc/init.d/apache2 restart
 * Stopping apache2 ...
No /usr/sbin/apache2 found running; none killed.                                                                      [ !! ]
vito marc # /etc/init.d/apache2 zap
 * Manually resetting apache2 to stopped state.
vito marc # /etc/init.d/apache2 start
 * Starting apache2 ...
[Mon Nov 27 21:36:36 2006] [error] (EAI 2)Name or service not known: Cannot resolve host name *.443 --- ignoring!
(98)Address already in use: make_sock: could not bind to address [::]:443
no listening sockets available, shutting down
Unable to open logs                                                                                                   [ !! ]
Always with a 10 second pause between start/stop operations.

I need to kill apache manually...

Code: Select all

vito marc # killall apache2
vito marc # /etc/init.d/apache2 start
 * Starting apache2 ...
[Mon Nov 27 21:36:45 2006] [error] (EAI 2)Name or service not known: Cannot resolve host name *.443 --- ignoring!     [ ok ]
Onto the next issue.
You seem to have configured an ssl host, does apache accept the ssl certificates for that host?
Yes. And I tried to disable this SSL service, but I have the same results
Is your harddrive functioning properly? (dma is on etc. how is/are it/they configured, IDE or SATA, raid?)
My root partition it's on sda3 (SATA) and /var/www it's on sda5 (same SATA disk).

The hard it's relatively new.

Code: Select all

vito marc # hdparm /dev/sda

/dev/sda:
 IO_support   =  0 (default 16-bit)
 readonly     =  0 (off)
 readahead    = 256 (on)
 geometry     = 24321/255/63, sectors = 200049647616, start = 0
Top
nandelbosc
Guru
Guru
Posts: 350
Joined: Wed Sep 29, 2004 1:02 am
Location: olot
Contact:
Contact nandelbosc
Website

  • Quote

Post by nandelbosc » Mon Nov 27, 2006 11:24 pm

By now, i can restart apache succefully 4 times with a high time between start / stop. It's normal?

I put (semi-solved) to the top post.

Code: Select all

vito marc # /etc/init.d/apache2 start
 * Starting apache2 ...
[Mon Nov 27 23:39:13 2006] [error] (EAI 2)Name or service not known: Cannot resolve host name *.443 --- ignoring!     [ ok ]
vito marc # /etc/init.d/apache2 stop
 * Stopping apache2 ...                                                                                               [ ok ]
vito marc # /etc/init.d/apache2 start
 * Starting apache2 ...
[Mon Nov 27 23:56:28 2006] [error] (EAI 2)Name or service not known: Cannot resolve host name *.443 --- ignoring!     [ ok ]
vito marc # /etc/init.d/apache2 stop
 * Stopping apache2 ...                                                                                               [ ok ]
vito marc # /etc/init.d/apache2 start
 * Starting apache2 ...
[Mon Nov 27 23:59:46 2006] [error] (EAI 2)Name or service not known: Cannot resolve host name *.443 --- ignoring!     [ ok ]
vito marc # /etc/init.d/apache2 stop
 * Stopping apache2 ...                                                                                               [ ok ]
vito marc # /etc/init.d/apache2 start
 * Starting apache2 ...
[Tue Nov 28 00:22:08 2006] [error] (EAI 2)Name or service not known: Cannot resolve host name *.443 --- ignoring!     [ ok ]
Top
COiN3D
Guru
Guru
User avatar
Posts: 543
Joined: Mon Aug 02, 2004 11:20 pm
Location: Munich, Germany

  • Quote

Post by COiN3D » Sun Mar 09, 2008 12:08 am

I have exactly the same problem.

uname -a:

Code: Select all

Linux h706877 2.6.22-gentoo-r2 #1 Tue Aug 21 09:22:20 CEST 2007 x86_64 AMD Opteron(tm) Processor 146 AuthenticAMD GNU/Linux
The problem:

Code: Select all

# /etc/init.d/apache2 stop
 * Stopping apache2 ...                                                   [ ok ]
Waiting 10 seconds..

Code: Select all

# ps aux | grep -ir "apache"

root     14970  0.0  0.9 176760 10116 ?        Ss   Mar06   0:00 /usr/sbin/apache2 -D DEFAULT_VHOST -D INFO -D LANGUAGE -D SSL -D SSL_DEFAULT_VHOST -D PHP5 -d /usr/lib64/apache2 -f /etc/apache2/httpd.conf -E /var/log/apache2/startuperror.log -k start
apache   14971  0.0  0.0      0     0 ?        Z    Mar06   0:00 [apache2] <defunct>
I've to kill apache2 with "killall -9 apache2", otherwise I'm not able to start it again. As already said, this only happens when running Apache with PHP5.
e17 documentation | Be free and use Jabber as your IM! | Combine IRC and IM
Top
nandelbosc
Guru
Guru
Posts: 350
Joined: Wed Sep 29, 2004 1:02 am
Location: olot
Contact:
Contact nandelbosc
Website

  • Quote

Post by nandelbosc » Mon Mar 10, 2008 5:03 pm

Finally I arrived at this conclusion:

- after apache restart, it need a few secons before restart for second time
- after second consecutive restart, apache needs more than a minute before next restart

I can help much more ;-(
Top
Januszzz
Guru
Guru
Posts: 367
Joined: Sat Feb 04, 2006 12:09 am
Location: Opole, Poland

  • Quote

Post by Januszzz » Mon Mar 24, 2008 11:58 pm

Hmm,

I had the same problem, but it was easy to solve it.

I was surprised with this line in /etc/init.d/apache2:

Code: Select all

/sbin/start-stop-daemon --stop --retry -TERM/5/-TERM/5/-KILL/5 --exec 
${APACHE2} --pidfile /var/run/apache2.pid
Hard coded pid file even when one can set pid in config file?

I modified /etc/apache/httpd.conf to include:

Code: Select all

PidFile /var/run/apache2.pid
instead of mine previous setting (from wayyyyyy too old config):

Code: Select all

PidFile /var/run/httpd.pid
That way init script reflects real pid file location. Instead, I could also change init file to reflect it, but it is not so wise. And I guess commenting pid file would also put the pid file in default location, so the script should be right also.

Now /etc/init.d/apache2 restart goes fine.
Solved?
Top
Post Reply

16 posts • Page 1 of 1

Return to “Networking & Security”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic