I am unable to start the NFS service. When starting there is no error. But the services are stopt after it. No messages at all in /var/log/messages. Same happens to rpcbind serivce. Any idea what this could be?
@Inxsible, OP is not trying to mount a nfs share, he's following the suggestion from the log:avril 23 12:04:40 Alduin rpc.nfsd[30250]: Please try, as root, 'mount -t nfsd nfsd /proc/fs/nfsd' and then restart rpc.nfsd to correct the problem@OP:Have you started/enabled rpc-idmapd.service and rpc-mountd.service?
I don't think I've posted this question before. A search of the forum comes up with similar posts but not this specific question, so here goes.
My server is/was running denyhosts. There were no issues with it until yesterday.
These are the settings on my server, which has a static ip:
Code:
[tim@computim ~]$ cat /etc/exports
/media/cavern 192.168.1.*(rw,sync)
Code:
[tim@computim ~]$ cat /etc/hosts.deny
portmap:ALL
mountd:ALL
rquotad:ALL
statd:ALL
My nfs daemon is not starting up anymore. I see the following entries in the syslog:
Sep 26 18:21:10 VOXWEBPRODDHNCGN001 mountd[3401]: Kernel does not have pseudo root support.
Sep 26 18:21:10 VOXWEBPRODDHNCGN001 mountd[3401]: NFS v4 mounts will be disabled unless fsid=0
Sep 26 18:21:10 VOXWEBPRODDHNCGN001 mountd[3401]: is specfied in /etc/exports file.
What can be the problem?
I've a domain on which I'm running two different web applications at different ports.
A Java web application on example:8888/foo
A PHP website on example:8080/bar
The requirement is, if an user tries to access the root of example:8888 or example:8080, then the user should be redirected to example:8888/foo.
How can I achieve this requirement?
I have 12.04 installed and have a 5 GB partition for swap.
I am receiving the following error while running the command /usr/local/cpanel/scripts/check_cpanel_rpms --fix
Code:
root@server [~]# /usr/local/cpanel/scripts/check_cpanel_rpms --fix
Problems were detected with cPanel-provided files which are RPM controlled.
If you did not make these changes intentionally, you can correct them by running:
> /usr/local/cpanel/scripts/check_cpanel_r
Running the "service service_name status" command gives three different types of output when three different service_names are used.