I found the answer.
You must modify Fog installation kit by modifying in functions.sh file from /lib/redhat on line 108,109 and 110. Change with:
chkconfig nfs-server.service on
systemctl restart nfs-server.service
systemctl status nfs-server.service
Latest posts made by Alin Serban
-
RE: NFS server unrecognized on Fedora 16
-
NFS server unrecognized on Fedora 16
When I’am trying to install Fog on fedora 16 i get:
- Checking package: httpd…OK
- Checking package: php…OK
- Checking package: php-gd…OK
- Checking package: php-cli…OK
- Checking package: mysql…OK
- Checking package: mysql-server…OK
- Checking package: php-mysql…OK
- Checking package: tftp-server…OK
- Checking package: nfs-utils…OK
- Checking package: vsftpd…OK
- Checking package: net-tools…OK
- Checking package: wget…OK
- Checking package: xinetd…OK
- Checking package: tar…OK
- Checking package: gzip…OK
- Checking package: make…OK
- Checking package: m4…OK
- Checking package: gcc…OK
- Checking package: gcc-c++…OK
- Checking package: htmldoc…OK
- Checking package: perl…OK
- Checking package: perl-Crypt-PasswdMD5…OK
- Checking package: lftp…OK
- Checking package: clamav-update…OK
Configuring services.
- Setting up fog user…Exists
- Setting up and starting MySqlNote: Forwarding request to ‘systemctl enable mysqld.service’.
…OK - Backing up user reports…OK
- Setting up and starting Apache Web ServerNote: Forwarding request to ‘systemctl enable httpd.service’.
…OK - Restoring user reports…OK
- Configuring Fresh Clam…OK
- Setting up storage…OK
[B] * Setting up and starting NFS Servererror reading information on service nfs: No such file or directory[/B]
[B]…Failed![/B]
[B]It looks like fog not recognizing NFS server.[/B]
[B]I have checked that the NFS server is running and I have:[/B][user@local bin]# [B]systemctl status nfs-server.service[/B]
nfs-server.service - NFS Server
[B]Loaded: loaded (/lib/systemd/system/nfs-server.service; enabled)[/B]
[B] Active: active (running) since Tue, 27 Mar 2012 13:14:45 +0300; 7min ago[/B]
Main PID: 2816 (rpc.rquotad)
CGroup: name=systemd:/system/nfs-server.service
â 2816 /usr/sbin/rpc.rquotad
â 2831 /usr/sbin/rpc.mountdSomebody knows how to solve this issue ?
-
RE: HTTP 500 Internal Server Error
[quote=“Markverg, post: 914, member: 383”]My guess is that the user/group settings have been changed at the www dir.
You can also get more info by looking at the apache error log?[/quote]In /var/log/httpd/error_log i have many “undefined index” and “undefined variable” from about all index.php files.
How do I change back the user/group settings of www dir ? -
HTTP 500 Internal Server Error
Hi,
from 2 days ago I get this error when tryinig to acces fog admin page “HTTP 500 Internal Server Error”. The main page is not loading anymore. Fog is installed on Fedora and worked very well until now.
I have tryied to PXE boot and it works very well.Do you have any ideeas how to solve this ?
Thank you,
Alin -
HTTP 500 Internal Server Error
Hi,
from 2 days ago I get this error when tryinig to acces fog admin page “HTTP 500 Internal Server Error”. The main page is not loading anymore. Fog is installed on Fedora and worked very well until now.
I have tryied to PXE boot and it works very well.Do you have any ideeas how to solve this ?
Thank you,
Alin