<div dir="ltr">Hi,<div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 15, 2015 at 6:05 PM, Edwin A. Epstein III <span dir="ltr"><<a href="mailto:ed@n1n2.solutions" target="_blank">ed@n1n2.solutions</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Sebastien,<br>
<br>
Thanks for your advice. I did install coreutils, and located ginstall that does seem to be what was needed. Replacing install with ginstall worked, and the man page for ginstall seems like it was the GNU install you were referring to.<br></blockquote><div><br></div><div>Glad I could help </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I've progressed through the installation of the required perl modules, and I'm ready to run "freeside-setup -D host.domain".  However, I get the following error:<br>
<br>
"Use of uninitialized value in <HANDLE> at /usr/local/libdata/perl5/site_perl/FS/UID.pm line 423.<br>
readline() on unopened filehandle at /usr/local/libdata/perl5/site_perl/FS/UID.pm line 423.<br>
Can't get secrets: /usr/local/etc/freeside/secrets: No such file or directory"<br>
<br></blockquote><div><br></div><div>I will have to differ to an other group of more experienced Freeside people here :)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I did initially install a lot of the modules with cpanimus (using sudo under a tech account), and not directly with the ports & packages under OpenBSD. That being said, the setup isn't complaining anymore about missing or broken Perl module dependencies. It was a rather long list, but I have SNMP, PostgreSQL, etc. all up and configured. PostgreSQL for sure.<br>
<br>
Any advice is greatly appreciated.<br>
<span class=""><br>
<br>
<br>
Sincerely,<br>
<br>
Edwin A Epstein, III<br>
n1n2.solutions<br>
<a href="tel:702.575.1980" value="+17025751980">702.575.1980</a><br>
n1n2.solutions<br>
<br>
</span>----- Original Message -----<br>
From: <a href="mailto:freeside-users-request@freeside.biz">freeside-users-request@freeside.biz</a><br>
To: "freeside-users" <<a href="mailto:freeside-users@freeside.biz">freeside-users@freeside.biz</a>><br>
Sent: Friday, April 10, 2015 12:00:01 PM<br>
Subject: freeside-users Digest, Vol 113, Issue 2<br>
<br>
Send freeside-users mailing list submissions to<br>
        <a href="mailto:freeside-users@freeside.biz">freeside-users@freeside.biz</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://freeside.biz/cgi-bin/mailman/listinfo/freeside-users" target="_blank">http://freeside.biz/cgi-bin/mailman/listinfo/freeside-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:freeside-users-request@freeside.biz">freeside-users-request@freeside.biz</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:freeside-users-owner@freeside.biz">freeside-users-owner@freeside.biz</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of freeside-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Makefile example for OpenBSD 5.6 & unknown option for install<br>
      during make install-docs (Edwin A. Epstein III)<br>
   2. Re: Makefile example for OpenBSD 5.6 & unknown option for<br>
      install during make install-docs (Sebastien Perreault)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 9 Apr 2015 20:55:22 -0700 (PDT)<br>
From: "Edwin A. Epstein III" <ed@n1n2.solutions><br>
To: <a href="mailto:freeside-users@freeside.biz">freeside-users@freeside.biz</a><br>
Subject: [freeside-users] Makefile example for OpenBSD 5.6 & unknown<br>
        option for install during make install-docs<br>
Message-ID:<br>
        <986464029.17539.1428638122787.JavaMail.zimbra@n1n2.solutions><br>
Content-Type: text/plain; charset="utf-8"<br>
<span class=""><br>
Hello,<br>
<br>
I'm installing the current branch master of Freeside with, "git clone git://<a href="http://git.freeside.biz/freeside.git" target="_blank">git.freeside.biz/freeside.git</a> freeside". If that wasn't the correct version to use, please let me know.<br>
<br>
Once I got the point where I needed to edit the Makefile, I could tell right away it was defaulted for Debian 7. I corrected pretty much everything I saw in there for OpenBSD (there were plenty of helpful comments, thank you). I've completed the installation up to the point, "make install-docs" without error. Running that will output:<br>
<br>
<br>
<br>
<br>
make masondocs<br>
`masondocs' is up to date.<br>
#ancient attempt to avoid overwriting customer modifications directly to production web files that's overlived its usefulness<br>
#[ -e /var/apache2/htdocs/freeside ] && mv /var/apache2/htdocs/freeside /var/apache2/htdocs/freeside.`date +%Y%m%d%H%M%S` || true<br>
#cp -r masondocs /var/apache2/htdocs/freeside<br>
[ -h /var/apache2/htdocs/freeside ] && rm /var/apache2/htdocs/freeside || true<br>
mkdir -p /var/apache2/htdocs/freeside<br>
cp -r masondocs/* masondocs/.htaccess /var/apache2/htdocs/freeside<br>
chown -R freeside:freeside /var/apache2/htdocs/freeside<br>
install -D htetc/<a href="http://handler.pl" target="_blank">handler.pl</a> /usr/local/etc/freeside/<a href="http://handler.pl" target="_blank">handler.pl</a><br>
install: unknown option -- D<br>
usage: install [-bCcdpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner]<br>
source ... target ...<br>
*** Error 64 in /usr/src/freeside (Makefile:154 'install-docs')<br>
<br>
<br>
<br>
The install command has an unrecognized option it. Does anybody have a working Makefile for OpenBSD 5.6 with Apache 2/PostgreSQL? Alternately, any advice on fixing the install command correctly for what it's doing?<br>
<br>
Sincerely,<br>
<br>
Edwin A Epstein, III<br>
n1n2.solutions<br>
<a href="tel:702.575.1980" value="+17025751980">702.575.1980</a><br>
n1n2.solutions<br>
<br>
</span>-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://freeside.biz/pipermail/freeside-users/attachments/20150409/d5acb473/attachment-0001.html" target="_blank">http://freeside.biz/pipermail/freeside-users/attachments/20150409/d5acb473/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 10 Apr 2015 08:25:56 -0400<br>
From: Sebastien Perreault <<a href="mailto:sperreault@alesium.net">sperreault@alesium.net</a>><br>
To: Freeside users mailing list <<a href="mailto:freeside-users@freeside.biz">freeside-users@freeside.biz</a>><br>
Subject: Re: [freeside-users] Makefile example for OpenBSD 5.6 &<br>
        unknown option for install during make install-docs<br>
Message-ID:<br>
        <CAEN7-Bth7tyCS4U=<a href="mailto:ZGqLtnbwmevjiQSBDhZAEKqyLEsmGpCaiQ@mail.gmail.com">ZGqLtnbwmevjiQSBDhZAEKqyLEsmGpCaiQ@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<span class=""><br>
Hi,<br>
<br>
 On OpenBSD /usr/bin/install is not GNU install, I think if you install<br>
coreutils from the ports and point the install command in the Makefile to<br>
/usr/local/bin/install you should be fine.<br>
<br>
 Seb,<br>
<br>
On Thu, Apr 9, 2015 at 11:55 PM, Edwin A. Epstein III <ed@n1n2.solutions><br>
wrote:<br>
<br>
> Hello,<br>
><br>
> I'm installing the current branch master of Freeside with, "git clone<br>
> git://<a href="http://git.freeside.biz/freeside.git" target="_blank">git.freeside.biz/freeside.git</a> freeside". If that wasn't the correct<br>
> version to use, please let me know.<br>
><br>
> Once I got the point where I needed to edit the Makefile, I could tell<br>
> right away it was defaulted for Debian 7. I corrected pretty much<br>
> everything I saw in there for OpenBSD (there were plenty of helpful<br>
> comments, thank you). I've completed the installation up to the point,<br>
> "make install-docs" without error. Running that will output:<br>
><br>
</span>> *make masondocs*<br>
> *`masondocs' is up to date.*<br>
> *#ancient attempt to avoid overwriting customer modifications directly to<br>
> production web files that's overlived its usefulness*<br>
> *#[ -e /var/apache2/htdocs/freeside ] && mv /var/apache2/htdocs/freeside<br>
> /var/apache2/htdocs/freeside.`date +%Y%m%d%H%M%S` || true*<br>
> *#cp -r masondocs /var/apache2/htdocs/freeside*<br>
> *[ -h /var/apache2/htdocs/freeside ] && rm /var/apache2/htdocs/freeside ||<br>
> true*<br>
> *mkdir -p /var/apache2/htdocs/freeside*<br>
> *cp -r masondocs/* masondocs/.htaccess /var/apache2/htdocs/freeside*<br>
> *chown -R freeside:freeside /var/apache2/htdocs/freeside*<br>
> *install -D htetc/<a href="http://handler.pl" target="_blank">handler.pl</a> <<a href="http://handler.pl" target="_blank">http://handler.pl</a>><br>
> /usr/local/etc/freeside/<a href="http://handler.pl" target="_blank">handler.pl</a> <<a href="http://handler.pl" target="_blank">http://handler.pl</a>>*<br>
> *install: unknown option -- D*<br>
> *usage: install [-bCcdpSs] [-B suffix] [-f flags] [-g group] [-m mode] [-o<br>
> owner]*<br>
> * source ... target ...*<br>
> **** Error 64 in /usr/src/freeside (Makefile:154 'install-docs')*<br>
<span class="">><br>
> The install command has an unrecognized option it. Does anybody have a<br>
> working Makefile for OpenBSD 5.6 with Apache 2/PostgreSQL? Alternately, any<br>
> advice on fixing the install command correctly for what it's doing?<br>
><br>
> Sincerely,<br>
><br>
> Edwin A Epstein, III<br>
> n1n2.solutions<br>
> <a href="tel:702.575.1980" value="+17025751980">702.575.1980</a><br>
> n1n2.solutions<br>
><br>
><br>
> _______________________________________________<br>
> freeside-users mailing list<br>
> <a href="mailto:freeside-users@freeside.biz">freeside-users@freeside.biz</a><br>
> <a href="http://freeside.biz/cgi-bin/mailman/listinfo/freeside-users" target="_blank">http://freeside.biz/cgi-bin/mailman/listinfo/freeside-users</a><br>
><br>
><br>
<br>
<br>
--<br>
Sebastien Perrreault<br>
Partner<br>
Les Technologies Alesium Inc<br>
P: <a href="tel:514-298-7193" value="+15142987193">514-298-7193</a><br>
F: <a href="tel:514-221-3668" value="+15142213668">514-221-3668</a><br>
E: <a href="mailto:sperreault@alesium.net">sperreault@alesium.net</a><br>
<br>
"Life's missed opportunities, at the end, may seem more poignant to us than<br>
those we embraced--because in our imagination they have a perfection that<br>
reality can never rival." -- Roger Ebert<br>
</span>-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://freeside.biz/pipermail/freeside-users/attachments/20150410/2b34c22d/attachment-0001.html" target="_blank">http://freeside.biz/pipermail/freeside-users/attachments/20150410/2b34c22d/attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<span class=""><br>
_______________________________________________<br>
freeside-users mailing list<br>
<a href="mailto:freeside-users@freeside.biz">freeside-users@freeside.biz</a><br>
<a href="http://freeside.biz/cgi-bin/mailman/listinfo/freeside-users" target="_blank">http://freeside.biz/cgi-bin/mailman/listinfo/freeside-users</a><br>
<br>
<br>
</span>------------------------------<br>
<br>
End of freeside-users Digest, Vol 113, Issue 2<br>
**********************************************<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
freeside-users mailing list<br>
<a href="mailto:freeside-users@freeside.biz">freeside-users@freeside.biz</a><br>
<a href="http://freeside.biz/cgi-bin/mailman/listinfo/freeside-users" target="_blank">http://freeside.biz/cgi-bin/mailman/listinfo/freeside-users</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Sebastien Perrreault<br>Partner<br>Les Technologies Alesium Inc<br>P: 514-298-7193<br>F: 514-221-3668<br>E: <a href="mailto:sperreault@alesium.net" target="_blank">sperreault@alesium.net</a><br><br>"Life's missed opportunities, at the end, may seem more poignant to us than those we embraced--because in our imagination they have a perfection that reality can never rival." -- Roger Ebert</div>
</div></div>