Jump to content

service not working with samba nfs


Jza
 Share

Recommended Posts

I got a problem with mandriva 2007.1 spring where service can't restart the nfs and the samba services. One of the problems I have seen is that portmaper doesnt run and rpc.nfsd is also not working.

 

Has anyone seen this happening?

 

There has also been some problems since shorewall originally block the NFS ports. But I see this as a different thing.

 

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

portmaper doesnt run and rpc.nfsd is also not working.

 

portmap is a service which you should start first as nfs requirement..

 

chkconfig portmap on

 

then

 

service portmap start

 

or

 

/etc/init.d/portmap start

 

 

-

 

about samba, portmap is not related on it, just make sure you have samba-server installed, not the samba-client only

 

[root@aioshin ~]# rpm -qa | grep samba
samba-client-3.0.24-2.2mdv2007.1
samba-common-3.0.24-2.2mdv2007.1
samba-server-3.0.24-2.2mdv2007.1

 

 

Peace!

:P

Link to comment
Share on other sites

chkconfig portmap on

 

then

 

service portmap start

 

or

 

/etc/init.d/portmap start

-

 

Exactly exccept that I dont get an output, I get something like this:

 

$ service portmap start

$

 

there is no

portamp is running...

 

or

portmap is starting...

 

There is no FAILED or OK tag. Just like if service was not even working, but it is working with other services.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...