Hi All,
I wonder if anyone can decipher the error below or give advice.
Also, I cannot type command line entries in as I cannot SSH into the pi even though I have tried to enable SSH in services.
I cannot log in with root either like some posts suggest -only admin works.
Thanks for any help.
Below is what I did:
Hardware: Raspberry Pi 3A+
External 2TB Drive.
I used the official Raspberry Pi Imager app on mac to image the Pi and supply wifi credentials and enable SSH.
Username: lf
image: selected for hardware 3A+ >Other > Legacy 64 bit Lite.
Used router to find pi on network: 192.168.1.101
Opened Terminal
ssh 192.168.1.101
sudo apt update
sudo apt upgrade
y
wget -O - https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install | sudo bash
That takes 30 or so minutes
The ssh connection is dropped and I get permission denied when I try to ssh in again.
I access the Open Media Vault Config page via a web browser.
Plugged in a 2B drive and it reset the pi,
Logged back into web interface
Checked notifications and logs in web interface but couldn't see and power problems.
Changed password
Mounted Drive
Added share folder
Services > Enabled NFS > Shares
added the HDD share created earlier
client: 192.168.1.53. 500 Internal server error
tried 192.168.53/24 500 Internal server error
tried 192.168.0/24 500 Internal server error
I cannot decipher this error message:
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; export LANGUAGE=; omv-salt deploy run --no-color nfs 2>&1' with exit code '1': NAS:
----------
ID: configure_default_nfs-common
Function: file.managed
Name: /etc/default/nfs-common
Result: True
Comment: File /etc/default/nfs-common updated
Started: 16:58:56.237306
Duration: 1207.508 ms
Changes:
----------
diff:
---
+++
@@ -2,7 +2,7 @@
# WARNING: Do not edit this file, your changes will get lost.
# Do you want to start the statd daemon? It is not needed for NFSv4.
-NEED_STATD="yes"
+NEED_STATD="no"
# Options for rpc.statd.
# Should rpc.statd listen on a specific port? This is especially useful
@@ -12,7 +12,7 @@
STATDOPTS=""
# Do you want to start the idmapd daemon? It is only needed for NFSv4.
-NEED_IDMAPD="no"
+NEED_IDMAPD="yes"
# Do you want to start the gssd daemon? It is required for Kerberos mounts.
NEED_GSSD=
----------
ID: configure_default_nfs-kernel-server
Function: file.managed
Name: /etc/default/nfs-kernel-server
Result: True
Comment: File /etc/default/nfs-kernel-server updated
Started: 16:58:57.445794
Duration: 1297.806 ms
Changes:
----------
diff:
---
+++
@@ -8,10 +8,10 @@
RPCNFSDPRIORITY="0"
# Options for rpc.nfsd.
-RPCNFSDOPTS="--no-nfs-version 4.2 --no-nfs-version 4.1 --no-nfs-version 4 --no-nfs-version 3 --nfs-version 2 "
+RPCNFSDOPTS="--no-nfs-version 4.1 --no-nfs-version 3 --no-nfs-version 2 --nfs-version 4.2 --nfs-version 4 "
# Options for rpc.mountd.
-RPCMOUNTDOPTS="--no-nfs-version 3 --no-nfs-version 4 --nfs-version 2 --manage-gids"
+RPCMOUNTDOPTS="--no-nfs-version 2 --no-nfs-version 3 --nfs-version 4 --manage-gids"
# Do you want to start the svcgssd daemon? It is only required for Kerberos
# exports.
----------
ID: configure_nfsd_exports
Function: file.managed
Name: /etc/exports
Result: True
Comment: File /etc/exports updated
Started: 16:58:58.744280
Duration: 1303.986 ms
Changes:
----------
diff:
---
+++
@@ -4,3 +4,4 @@
# /etc/exports: the access control list for filesystems which may be exported
# to NFS clients. See exports(5).
/export/NASTY 192.168.1.0/24(fsid=f3a6ee0d-ccaa-4ea7-b1e1-fbbe455ae26d,ro,subtree_check,insecure)
+/export 192.168.1.0/24(ro,fsid=0,root_squash,no_subtree_check)
----------
ID: divert_nfsd_exports
Function: omv_dpkg.divert_add
Name: /etc/exports
Result: True
Comment: Leaving 'local diversion of /etc/exports to /etc/exports.distrib'
Started: 16:59:00.051504
Duration: 61.593 ms
Changes:
----------
ID: stop_rpc_statd_service
Function: service.dead
Name: rpc-statd
Result: True
Comment: Service rpc-statd has been disabled, and is dead
Started: 16:59:07.972585
Duration: 1831.352 ms
Display More
There's more to the error message - but the forum wouldn't let me post it because it was too long...