<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4895&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] nfs trouble on Chimaera]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4895</link>
		<description><![CDATA[The most recent posts in [SOLVED] nfs trouble on Chimaera.]]></description>
		<lastBuildDate>Sat, 01 Nov 2025 17:57:20 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] nfs trouble on Chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58919#p58919</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>is there already a good wiki on how to start with NFS on Devuan?</p></div></blockquote></div><p>I do not see any big difference between Debian and Devuan regarding the implementation of a nfs server and client. The guides you can find on the internet do apply for both in general.</p><p>I have started a file server on Sarge, first of all with Samba for the Windows PCs on my family network. When I started with dual booting with Linux on my home PC, I discovered that I could export the shares I had prepared for Samba easily for nfs too. I started off with nfs(3), and moved to nfs4 some years later. There are a few differences in the way you export the shares, but there is no relation to any init system. </p><p>On the client side, I wasn&#039;t successful with mounting the shares via fstab due to the fact that the file server was put to sleep at night, and it would wake up past the client, and it needed some additional time for decrypting the shares. So I created a script that is invoked by cron @reboot. The script checks if the server is online, then if the shares are exported, and then it mounts the shares. When the server is off the operation of my workstation isn&#039;t affected, just the shares aren&#039;t there. I am still using this proven and reliable approach nowadays.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sat, 01 Nov 2025 17:57:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58919#p58919</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] nfs trouble on Chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58917#p58917</link>
			<description><![CDATA[<p>You can use autofs to automount nfs.</p><p>Add this at the bottom of /etc/auto.master:</p><div class="codebox"><pre><code>/mnt	/etc/auto.nfs</code></pre></div><p>Create /etc/auto.nfs containing something like:</p><div class="codebox"><pre><code>&lt;share-name&gt;    /path/to/&lt;your-symlink-name&gt;</code></pre></div><p>Make the symlink and restart autofs: </p><div class="codebox"><pre><code>ln -s /mnt/&lt;share-name&gt; /path/to/&lt;your-symlink-name&gt;
service autofs restart</code></pre></div><p>- your-symlink-name can be the same or different from share-name.<br />- If you&#039;re already using /mnt for something else, you can mount the share somewhere else. Just make an empty directory to be used as the mountpoint.<br />- Don&#039;t use fstab for any part of this.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 01 Nov 2025 17:22:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58917#p58917</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] nfs trouble on Chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58914#p58914</link>
			<description><![CDATA[<p>is there already a good wiki on how to start with NFS on Devuan?</p><p>the &quot;AI Overview&quot; told me how to automount NFS on Devuan, but it came with systemctl commands through the road, so led my bit astray.</p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Sat, 01 Nov 2025 14:51:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58914#p58914</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] nfs trouble on Chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34768#p34768</link>
			<description><![CDATA[<p>Exactly.</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sun, 20 Feb 2022 09:42:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34768#p34768</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] nfs trouble on Chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34767#p34767</link>
			<description><![CDATA[<p>Does it mean hat the rpc.mountd was not started due to the unknown option?</p>]]></description>
			<author><![CDATA[dummy@example.com (berni51)]]></author>
			<pubDate>Sun, 20 Feb 2022 07:50:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34767#p34767</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] nfs trouble on Chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34756#p34756</link>
			<description><![CDATA[<p>Got the problem. It was a simple &quot;-&quot; in the wrong place in the /etc/default/nfs-kernel-server. I had in there:</p><div class="codebox"><pre><code>RPCMOUNTDOPTS=&quot;--manage-gids --debug-all&quot;</code></pre></div><p>Removing the dash in second option changing it to &quot;--debug all&quot; made the script work. </p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sat, 19 Feb 2022 20:54:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34756#p34756</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] nfs trouble on Chimaera]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34704#p34704</link>
			<description><![CDATA[<p>Had to freshly install my file server. The system SSD was defective, data isn&#039;t affected. Now the nfs server won&#039;t start up. Error message is:</p><div class="codebox"><pre><code># service nfs-kernel-server restart
Stopping NFS kernel daemon: mountd nfsd.
Unexporting directories for NFS kernel daemon....
Exporting directories for NFS kernel daemon....
Starting NFS kernel daemon: nfsd mountdUsage: rpc.mountd [-F|--foreground] [-h|--help] [-v|--version] [-d kind|--debug kind]
	[-o num|--descriptors num]
	[-p|--port port] [-V version|--nfs-version version]
	[-N version|--no-nfs-version version] [-n|--no-tcp]
	[-H prog |--ha-callout prog] [-r |--reverse-lookup]
	[-s|--state-directory-path path] [-g|--manage-gids]
	[-t num|--num-threads=num] [-u|--no-udp]
 failed!
# showmount -e fs090
clnt_create: RPC: Program not registered </code></pre></div><p> I don&#039;t know how to deal with this situation.</p><p>Background info: Xeon 4 core CPU on X99-E WS, 32G RAM, 256G Plextor nvme as system disk, LSI9271 supplying a RAID6 with about 5TB space, two more disks for single shares. Installed from Chimaera netinstall, encrypted LVM, openrc as init, manual installation of xorg, lightdm, Mate desktop, nfs-common, nfs-kernel-server. Latest stock kernel and backports kernels available, 5.15 is the default. It does not matter which one I do boot. The RAID6 is nicely decrypted and mounted, also the two other disks. The export file is a copy of the original one from a backup. Most of the setup I have taken from my notes. Everything should work.</p><p>The above error is shown as well during boot as when I try to restart the nfs-server. Also showmount throws an error. The duck does not give hints to this error. </p><p>Also tried to drill down how the nfs-server is started. The script in /etc/rc0.d does not contain this specific error printout. How can I find the root cause for the startup failure?</p><p>Thanks, rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Fri, 18 Feb 2022 17:52:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34704#p34704</guid>
		</item>
	</channel>
</rss>
