Salve lista, ho appena installato la F18, ammetto che dall'inizio si
vede l'ottimo lavoro svolto.
Però come al solito, ecco che mi ritrovo i primi problemi del caso....
Ho appena installato apache e non riesco ad avviare il servizio. I
comandi che ho lanciato sono:
# yum install httpd
L'installazione va tutto ok ma quando avvio il servizo mi da il seguente
errore
#service httpd start
Redirecting to /bin/systemctl start httpd.service
Job for httpd.service failed. See 'systemctl status httpd.service' and
'journalctl -n' for details.
Come consigliato dal messaggio ho fatto system status ed ecco l'output:
[root@Destiny daniele]# systemctl status httpd.service
httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled)
Active: failed (Result: exit-code) since Wed, 2013-01-16 01:39:17
CET; 45s ago
Process: 2323 ExecStop=/usr/sbin/httpd $OPTIONS -k graceful-stop
(code=exited, status=0/SUCCESS)
Process: 2314 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND
(code=exited, status=1/FAILURE)
CGroup: name=systemd:/system/httpd.service
Jan 16 01:38:47 Destiny httpd[2314]: AH00557: httpd:
apr_sockaddr_info_get() failed for Destiny
Jan 16 01:38:47 Destiny httpd[2314]: AH00558: httpd: Could not reliably
determine the server's fully qualified domain name...message
Jan 16 01:39:07 Destiny systemd[1]: httpd.service: main process exited,
code=exited, status=1/FAILURE
Jan 16 01:39:17 Destiny httpd[2323]: AH00557: httpd:
apr_sockaddr_info_get() failed for Destiny
Jan 16 01:39:17 Destiny httpd[2323]: AH00558: httpd: Could not reliably
determine the server's fully qualified domain name...message
Jan 16 01:39:17 Destiny httpd[2323]: httpd (no pid file) not running
Jan 16 01:39:17 Destiny systemd[1]: Failed to start The Apache HTTP Server.
Jan 16 01:39:17 Destiny systemd[1]: Unit httpd.service entered failed state
Mentre l'output di journalctl:
[root@Destiny daniele]# journalctl -n
-- Logs begin at Wed, 2013-01-16 01:30:29 CET, end at Wed, 2013-01-16
01:39:17 CET. --
Jan 16 01:38:26 Destiny dbus[591]: [system] Successfully activated
service 'org.freedesktop.PackageKit'
Jan 16 01:38:37 Destiny systemd[1]: Starting The Apache HTTP Server...
Jan 16 01:38:47 Destiny httpd[2314]: AH00557: httpd:
apr_sockaddr_info_get() failed for Destiny
Jan 16 01:38:47 Destiny httpd[2314]: AH00558: httpd: Could not reliably
determine the server's fully qualified domain name, using 12
Jan 16 01:39:07 Destiny systemd[1]: httpd.service: main process exited,
code=exited, status=1/FAILURE
Jan 16 01:39:17 Destiny httpd[2323]: AH00557: httpd:
apr_sockaddr_info_get() failed for Destiny
Jan 16 01:39:17 Destiny httpd[2323]: AH00558: httpd: Could not reliably
determine the server's fully qualified domain name, using 12
Jan 16 01:39:17 Destiny httpd[2323]: httpd (no pid file) not running
Jan 16 01:39:17 Destiny systemd[1]: Failed to start The Apache HTTP Server.
Jan 16 01:39:17 Destiny systemd[1]: Unit httpd.service entered failed state
[root@Destiny daniele]#
Purtroppo devo ammettere che questi log nn li comprendo molto bene,
perciò nn riesco a capire qual'è il problema. Perciò eccomi a
chiedervi....che devo fare??? :D
Grazie in anticipo