From 0261bac9ec636933465d77321f809d7ddcd9f9fb Mon Sep 17 00:00:00 2001 From: Kevin Scott Adams Date: Thu, 24 May 2018 11:34:13 -0400 Subject: [PATCH] Forgot to add the destination of the Client.pm - Just added the directory for the Client.pm - Also a disclosure of the '-T' option for PERL --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 89f93bc..2d9bf2e 100644 --- a/README +++ b/README @@ -10,11 +10,13 @@ like the other interface provide. 2) Use the following commands to copy the needed files for the FreeNAS mkdir -p /usr/share/perl5/REST - cp perl5/REST/Client.pm + cp perl5/REST/Client.pm /usr/share/perl5/REST/Client.pm cp perl5/PVE/Storage/LunCmd/FreeNAS.pm /usr/share/perl5/PVE/Storage/LunCmd/FreeNAS.pm 3) Edit /usr/bin/pvedaemon and remove the '-T' from the perl command line. vi /usr/bin/pvedaemon +Not really sure about 'why' this is do I need to do some research on this PERL +directive option. 4) Execute the following at a console command prompt to active the above systemctl restart pvedaemon