LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 10-13-2018, 11:56 PM   #1
SriRamaSan
LQ Newbie
 
Registered: Sep 2018
Posts: 11

Rep: Reputation: Disabled
nfs service in SquashFS of CentOS


Hi all,
I have to initiate the NFS and Bootp Service in the SquashFS mode itself as I wanted to disconnect the network and install by looping back (lo part of ethernet) for couple of VM's which I will be creating in our machine
I am trying this in CentOS 7.3 Kernel 3.10.0-693


But while I am starting the NFS service I am getting the following error

Oct 14 09:55:18 testNova systemd[1]: Job nfs-idmapd.service/start failed with result 'dependency'.
Oct 14 09:55:18 testNova systemd[1]: Job nfs-server.service/start failed with result 'dependency'.
Oct 14 09:55:18 testNova systemd[1]: Job nfs-mountd.service/start failed with result 'dependency'.
Oct 14 09:55:18 testNova systemd[1]: Unit proc-fs-nfsd.mount entered failed state.

[anaconda root@testNova tftpboot]# systemctl start nfs-server.service
A dependency job for nfs-server.service failed. See 'journalctl -xe' for details.
[anaconda root@testNova tftpboot]# journalctl -xe
-- Subject: Unit nfs-idmapd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman.../systemd-devel
--
-- Unit nfs-idmapd.service has failed.
--
-- The result is dependency.
Oct 14 09:55:18 testNova systemd[1]: Job nfs-idmapd.service/start failed with result 'dependency'.
Oct 14 09:55:18 testNova systemd[1]: Job nfs-server.service/start failed with result 'dependency'.
Oct 14 09:55:18 testNova systemd[1]: Job nfs-mountd.service/start failed with result 'dependency'.
Oct 14 09:55:18 testNova systemd[1]: Unit proc-fs-nfsd.mount entered failed state.
Oct 14 09:55:18 testNova systemd[1]: Started Preprocess NFS configuration.
-- Subject: Unit nfs-config.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman.../systemd-devel
--
-- Unit nfs-config.service has finished starting up.
--
-- The start-up result is done.
Oct 14 09:55:18 testNova systemd[1]: Starting Notify NFS peers of a restart...
-- Subject: Unit rpc-statd-notify.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman.../systemd-devel
--
-- Unit rpc-statd-notify.service has begun starting up.
Oct 14 09:55:18 testNova polkitd[9062]: Unregistered Authentication Agent for unix-process:130821:7516257 (system bus name :1.21, object path /org/freedesktop/PolicyK
Oct 14 09:55:18 testNova sm-notify[130834]: Version 1.3.0 starting
Oct 14 09:55:18 testNova sm-notify[130834]: Already notifying clients; Exiting!
Oct 14 09:55:18 testNova systemd[1]: Started Notify NFS peers of a restart.
-- Subject: Unit rpc-statd-notify.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman.../systemd-devel
--
-- Unit rpc-statd-notify.service has finished starting up.
--
-- The start-up result is done.

Last edited by SriRamaSan; 10-14-2018 at 12:20 AM.
 
Old 10-15-2018, 03:32 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by SriRamaSan View Post
Hi all,
I have to initiate the NFS and Bootp Service in the SquashFS mode itself as I wanted to disconnect the network and install by looping back (lo part of ethernet) for couple of VM's which I will be creating in our machine I am trying this in CentOS 7.3 Kernel 3.10.0-693 But while I am starting the NFS service I am getting the following error
Code:
Oct 14 09:55:18 testNova systemd[1]: Job nfs-idmapd.service/start failed with result 'dependency'.
Oct 14 09:55:18 testNova systemd[1]: Job nfs-server.service/start failed with result 'dependency'.
Oct 14 09:55:18 testNova systemd[1]: Job nfs-mountd.service/start failed with result 'dependency'.
Oct 14 09:55:18 testNova systemd[1]: Unit proc-fs-nfsd.mount entered failed state.
 
[anaconda root@testNova tftpboot]# systemctl start nfs-server.service
A dependency job for nfs-server.service failed. See 'journalctl -xe' for details.
[anaconda root@testNova tftpboot]# journalctl -xe
-- Subject: Unit nfs-idmapd.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman.../systemd-devel
--
-- Unit nfs-idmapd.service has failed.
--
-- The result is dependency.
Oct 14 09:55:18 testNova systemd[1]: Job nfs-idmapd.service/start failed with result 'dependency'.
Oct 14 09:55:18 testNova systemd[1]: Job nfs-server.service/start failed with result 'dependency'.
Oct 14 09:55:18 testNova systemd[1]: Job nfs-mountd.service/start failed with result 'dependency'.
Oct 14 09:55:18 testNova systemd[1]: Unit proc-fs-nfsd.mount entered failed state.
Oct 14 09:55:18 testNova systemd[1]: Started Preprocess NFS configuration.
-- Subject: Unit nfs-config.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman.../systemd-devel
--
-- Unit nfs-config.service has finished starting up.
--
-- The start-up result is done.
Oct 14 09:55:18 testNova systemd[1]: Starting Notify NFS peers of a restart...
-- Subject: Unit rpc-statd-notify.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman.../systemd-devel
--
-- Unit rpc-statd-notify.service has begun starting up.
Oct 14 09:55:18 testNova polkitd[9062]: Unregistered Authentication Agent for unix-process:130821:7516257 (system bus name :1.21, object path /org/freedesktop/PolicyK
Oct 14 09:55:18 testNova sm-notify[130834]: Version 1.3.0 starting
Oct 14 09:55:18 testNova sm-notify[130834]: Already notifying clients; Exiting!
Oct 14 09:55:18 testNova systemd[1]: Started Notify NFS peers of a restart.
-- Subject: Unit rpc-statd-notify.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman.../systemd-devel
--
-- Unit rpc-statd-notify.service has finished starting up.
--
-- The start-up result is done.
As you've been asked before, post code/output in CODE tags to make things easy to read. And your post makes almost no sense; you want to disconnect the network, THEN start NFS?? You do realize the N in NFS stands for "Network", right? And did you try to look up the error you're getting? It's telling you that the NFS service can't start, because of a missing dependency service. Chances are, RPC.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Redhat Cluster on CentOS 6.5 - NFS Service Problem nitinredekar Linux - Server 0 09-10-2015 05:44 PM
rpcidmapd nfs service is supported on nfs v3 smilemukul Linux - Newbie 1 03-11-2014 11:18 PM
Is it possible to PXE-boot squashfs-based distro without having to use nfs/http/ftp ? Linux.tar.gz Linux - Networking 3 12-18-2012 11:54 AM
NFS+VMware unable to install CentOs from nfs foottuns Linux - Networking 1 11-21-2009 08:53 PM
Redhat Cluster Suite on CentOS 5.2 - NFS Service Problem nepenthes9 Linux - Enterprise 2 09-15-2008 01:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 05:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration