i failed to get nginx working on my raspberry pi (model b) running on pidora 18 r2c.
everything i've done was to set up a fresh pidora via 'dd if=pidora-18-r2c.img of=/dev/mmcblk0 bs=4M', running the firstboot wizard and install nginx as root user via 'yum install nginx' shell command.
afterwards if i try to start nginx as root user ('systemctl enable nginx' and 'systemctl start nginx') an error 'Job for nginx.service failed. ...' returns.
'journalctl -n' prints the following:
Code: Select all
[root@raspi ~]# journalctl -n
-- Logs begin at Wed, 1969-12-31 19:00:02 EST, end at Fri, 2013-11-15 08:25:39 EST. --
Nov 15 07:48:20 raspi.local pkexec[1132]: root: Executing command [USER=root] [TTY=/dev/pts/1] [CWD=/root] [COMMAND=/usr/share/system-config-users/system-config-users.py]
Nov 15 07:58:29 raspi.local systemd[1]: Reloading.
Nov 15 07:58:43 raspi.local systemd[1]: Starting The nginx HTTP and reverse proxy server...
Nov 15 07:58:43 raspi.local systemd[1]: nginx.service: control process exited, code=killed status=4
Nov 15 07:58:43 raspi.local systemd[1]: Failed to start The nginx HTTP and reverse proxy server.
Nov 15 07:58:43 raspi.local systemd[1]: Unit nginx.service entered failed state
Nov 15 08:25:38 raspi.local systemd[1]: Starting The nginx HTTP and reverse proxy server...
Nov 15 08:25:39 raspi.local systemd[1]: nginx.service: control process exited, code=killed status=4
Nov 15 08:25:39 raspi.local systemd[1]: Failed to start The nginx HTTP and reverse proxy server.
Nov 15 08:25:39 raspi.local systemd[1]: Unit nginx.service entered failed statethank you,
DeVito