Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 07:30:10 -0700 (PDT)
From:      Paul Pathiakis <pathiaki2@yahoo.com>
To:        Jim Riggs <ports@christianserving.org>
Cc:        Joe Malcolm <jmalcolm@uraeus.com>, Marco Steinbach <coco@executive-computing.de>, "ports@freebsd.org" <ports@freebsd.org>
Subject:   Re: Where has all the groupware gone.....
Message-ID:  <1367850610.11493.YahooMailNeo@web141402.mail.bf1.yahoo.com>
In-Reply-To: <52C6C740-425F-4030-BECB-4E8A1F769F0C@christianserving.org>
References:  <1363549575.86830.YahooMailNeo@web141402.mail.bf1.yahoo.com> <5146D0A6.3020707@executive-computing.de> <43224669-F60A-4B9A-9239-32012F1A934E@uraeus.com> <515843C0.1040800@executive-computing.de> <1366736787.89778.YahooMailNeo@web141402.mail.bf1.yahoo.com> <1367589370.6082.YahooMailNeo@web141401.mail.bf1.yahoo.com> <52C6C740-425F-4030-BECB-4E8A1F769F0C@christianserving.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Jim,=0A=0ANext issue,=0A=0AAll the scripts, cron job templates, version =
updates for SOGo, databases, etc. don't seem to be installed either.=A0 Alt=
hough some are RH/Linux specific, some are useful.=0A=0AThey are located in=
 SOGo-2.0.5/Scripts.=A0 I think that the place to put them is /usr/local/so=
go/[S,s]cripts or some such.=0AThings that are missing that are, apparently=
, startup blockers:=0A=0A/var/run/sogo/ directory needs to be created=0A/va=
r/log/sogo/ directory need to be created and owned by sogo:sogo=0A=0A(These=
 will allow you to see that sogo is starting through the log file /var/log/=
sogo/sogo.log)=0A=0ANext, since you have chosen that the port installs in /=
usr/local/GNUstep and SOGo is in the /usr/local/GNUstep/Local/Library/SOGo =
directory, that would probably be a good choice to be the home directory fo=
r the sogo user and a good location for the sogo.conf file (unless there's =
a location I'm not aware of.)=0A=0AHere's the fun that I've been experienci=
ng.... Apache interface to all =0Athis.=A0 There's a couple of more things =
that should be put in the 'post =0Ainstall' message:=0A=0AApache needs to b=
e configured with the proxy module(s) to use this software.=A0 Go to your A=
pache port directory and type:=A0 make config and enable the proxy module a=
nd the proxy_http submodule if it hasn't been=A0 Also, you're going to need=
 to define it in your httpd.conf file if this isn't a fresh install.=0A=0AN=
ext, uncomment the following line in the httpd.conf file:=0A=0AInclude etc/=
apache<VERS>/extra/httpd-vhosts.conf=0A=0A=A0put this in the /usr/local/etc=
/apache<VERS>/extra/http-vhosts.conf (change domain, server name, IPs,=A0 a=
ccordingly)=0A=0A=0A<VirtualHost *:80>=0A=A0=A0=A0 ServerAdmin admin@exampl=
e.com=0A=A0=A0=A0 ServerAlias sogo.local=0A=A0=A0=A0 DocumentRoot "/usr/loc=
al/GNUstep/Local/Library/SOGo/WebServerResources/"=0A=A0=A0=A0 ServerName s=
ogo.example.com=0A#=A0=A0=A0 ErrorLog "/var/log/dummy-host.example.com-erro=
r_log"=0A#=A0=A0=A0 CustomLog "/var/log/dummy-host.example.com-access_log" =
common=0A=A0=A0=A0 ServerSignature Off=0A=0A=A0=A0 Alias /SOGo.woa/WebServe=
rResources/ /usr/local/GNUstep/SOGo/WebServerResources/=0A=A0=A0 Alias /SOG=
o/WebServerResources/ /usr/local/GNUstep/SOGo/WebServerResources/=0A=A0=A0 =
AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) /usr/local/GN=
Ustep/Local/Library/SOGo/$1.SOGo/Resources/$2=0A=0A=A0=A0 <Directory /usr/l=
ocal/GNUstep/Local/Library/SOGo/>=0A=A0=A0=A0=A0=A0 AllowOverride None=0A=
=A0=A0=A0=A0=A0 Order deny,allow=0A=A0=A0=A0=A0=A0 Allow from all=0A=A0=A0 =
</Directory>=0A=0A=A0=A0 <LocationMatch "^/SOGo/so/ControlPanel/Products/.*=
UI/Resources/.*\.(jpg|png|gif|css|js)">=0A=A0=A0=A0=A0=A0 SetHandler defaul=
t-handler=0A=A0=A0 </LocationMatch>=0A=A0=A0=A0=A0=A0=A0=A0=A0 =0A=A0=A0 Pr=
oxyRequests Off=0A=A0=A0 SetEnv proxy-nokeepalive 1=0A=A0=A0 ProxyPreserveH=
ost On=0A=A0=A0 ProxyPass /SOGo http://127.0.0.1:20000/SOGo retry=3D0=0A=A0=
=A0=A0=A0=A0=A0=A0=A0 =0A=A0=A0 <Proxy http://127.0.0.1:20000/SOGo>=0A=A0=
=A0=A0=A0=A0 RequestHeader set "x-webobjects-server-port" "80"=0A=A0=A0=A0=
=A0=A0 RequestHeader set "x-webobjects-server-name" "sogo.mydomain.local"=
=0A=A0=A0=A0=A0=A0 RequestHeader set "x-webobjects-server-url" "http://sogo=
.mydomain.local"=0A=A0=A0=A0=A0=A0 RequestHeader set "x-webobjects-server-p=
rotocol" "HTTP/1.0"=0A=A0=A0=A0=A0=A0 RequestHeader set "x-webobjects-remot=
e-host" %{REMOTE_HOST}e env=3DREMOTE_HOST=0A=A0=A0=A0=A0=A0 AddDefaultChars=
et UTF-8=0A=A0=A0=A0=A0=A0 Order allow,deny=0A=A0=A0=A0=A0=A0 Allow from al=
l=0A=A0=A0 </Proxy>=0A=0A=A0=A0 ## We use mod_rewrite to pass remote addres=
s to the SOGo proxy.=0A=A0=A0 # The remote address will appear in SOGo's lo=
g files and in the X-Forward=0A=A0=A0 # header of emails.=0A=A0=A0 RewriteE=
ngine On=0A=A0=A0 RewriteRule ^/SOGo/(.*)$ /SOGo/$1 [env=3DREMOTE_HOST:%{RE=
MOTE_ADDR},PT]=0A=A0=A0=A0=A0=A0=A0=A0=A0 =0A=A0=A0 Redirect permanent /ind=
ex.html http://sogo.mydomain.local/SOGo=0A=A0=A0=A0=A0=A0=A0=A0=A0 =0A</Vir=
tualHost>=0A=A0=A0=A0=A0=A0=A0=A0=A0 =0A<VirtualHost *:8800>=0A=A0=A0 # thi=
s virtualhost is only for carddav on Mac and not tested very well=0A=A0=A0 =
RewriteEngine Off=0A=A0=A0 ProxyRequests Off=0A=A0=A0 SetEnv proxy-nokeepal=
ive 1=0A=A0=A0 ProxyPreserveHost On=0A=A0=A0 ProxyPassInterpolateEnv On=0A=
=A0=A0 ProxyPass /principals http://127.0.0.1:20000/SOGo/dav/ interpolate=
=0A=A0=A0 ProxyPass /SOGo http://127.0.0.1:20000/SOGo interpolate=0A=A0=A0 =
ProxyPass / http://127.0.0.1:20000/SOGo/dav/ interpolate=0A=0A=A0=A0 <Locat=
ion />=0A=A0=A0=A0=A0=A0 Order allow,deny=0A=A0=A0=A0=A0=A0 Allow from all=
=0A=A0=A0 </Location>=0A=0A=A0=A0 <Proxy http://127.0.0.1:20000>=0A=A0=A0=
=A0=A0=A0 RequestHeader set "x-webobjects-server-port" "8800"=0A=A0=A0=A0=
=A0=A0 RequestHeader set "x-webobjects-server-name" "sogo.mydomain.local:88=
00"=0A=A0=A0=A0=A0=A0 RequestHeader set "x-webobjects-server-url" "https://=
sogo.mydomain.local:8800"=0A=A0=A0=A0=A0=A0 RequestHeader set "x-webobjects=
-server-protocol" "HTTP/1.0"=0A=A0=A0=A0=A0=A0 RequestHeader set "x-webobje=
cts-remote-host" "127.0.0.1"=0A=A0=A0=A0=A0=A0 AddDefaultCharset UTF-8=0A=
=A0=A0 </Proxy>=0A#=A0=A0 ErrorLog /var/log/apache2/error.log=0A#=A0=A0 Cus=
tomlog /var/log/apache2/access.log combined=0A=0A</VirtualHost>=0A=0ACommen=
t out any unused VirtualHost declarations in the file.=0A=0AAlso, where is =
the sogo.conf file supposed to be located?=A0 That is, what directory?=A0 /=
var/lib doesn't exist on a BSD machine.=0A=0AThank you!=0A=0AP.=0A=0APS - J=
ust trying to help.=A0 I'm having a bear of a time with this port right now=
.=A0 I need something that is a solid groupware server.=0A=0A=0A=0A________=
________________________=0A From: Jim Riggs <ports@christianserving.org>=0A=
To: Paul Pathiakis <pathiaki2@yahoo.com> =0ACc: Marco Steinbach <coco@execu=
tive-computing.de>; Joe Malcolm <jmalcolm@uraeus.com>; "ports@freebsd.org" =
<ports@freebsd.org> =0ASent: Friday, May 3, 2013 10:14 AM=0ASubject: Re: Wh=
ere has all the groupware gone.....=0A =0A=0AOn May 3, 2013, at 8:56 AM, Pa=
ul Pathiakis <pathiaki2@yahoo.com> wrote:=0A=0A> Well, I, finally, got arou=
nd to installing the port from the links below.=0A> =0A> Sadly, I'm trying =
to find all sorts of things for configuration and various other modificatio=
ns.....=0A> =0A> There's no man pages installed.=0A> I can find no document=
ation on the site or in the install that seems to be of any use.=0A> Frankl=
y, I can't configure it to run in the jail that I'm testing it in.=A0 (The =
jail is find and sogo starts but I have no idea how to access the thing....=
)=0A=0A=0AThe port will get the software installed for you. Beyond that, it=
 is up to you to read the documentation to configure and implement it. See =
<http://www.sogo.nu/downloads/documentation.html>, specifically chapter 5 i=
n the Installation and Configuration Guide.=0A=0AI suppose the port could i=
nstall a /usr/local/etc/sogo.conf.sample file, but configuration of SOGo is=
 so specific and unique to each and every environment that I believe it wou=
ld likely cause more confusion than it would avoid.=0A=0A=0A> From: Paul Pa=
thiakis <pathiaki2@yahoo.com>=0A> To: Marco Steinbach <coco@executive-compu=
ting.de>; Joe Malcolm <jmalcolm@uraeus.com> =0A> Cc: "ports@freebsd.org" <p=
orts@freebsd.org>; Jim Riggs <ports@christianserving.org> =0A> Sent: Tuesda=
y, April 23, 2013 1:06 PM=0A> Subject: Re: Where has all the groupware gone=
.....=0A> =0A> Guys,=0A> =0A> I've been reading a lot about sogo and I do l=
ike what I see.=0A> =0A> Is this port ready yet?=A0 I just updated my ports=
 tree and I don't see it.=0A> =0A> P.=0A> =0A> <snip>=0A> =0A> I ran into t=
he same error, and Jim (creator of the ports, cc'ed) had to =0A> fix a rath=
er small oversight.=A0 Things seem to work now.=0A> =0A> Check both out fro=
m here:=0A> =0A> https://svn.redports.org/jhriggs/devel/sope/=0A>; https://s=
vn.redports.org/jhriggs/www/sogo/=0A> =0A> =0A> Upon installation, the user=
 and group for SOGo will be created =0A> automatically from the contents of=
 ${PORTSDIR}/UIDs and =0A> ${PORTSDIR}/GIDs, once the port has been accepte=
d into the ports tree.=0A> =0A> For now, you need to manually add the respe=
ctive user and group to the =0A> above files, as the ports system won't be =
able to handle them, otherwise.=0A> =0A> See http://www.freebsd.org/cgi/que=
ry-pr.cgi?pr=3D175947.=0A> =0A> Be warned, though, that you may need to ada=
pt the numerical user and =0A> group id, because those in the PR may have a=
lready been assigned to =0A> other ports.=0A> =0A> MfG CoCo=0A> =0A> =0A> =
=0A> =0A> 
From owner-freebsd-ports@FreeBSD.ORG  Mon May  6 14:55:20 2013
Return-Path: <owner-freebsd-ports@FreeBSD.ORG>
Delivered-To: freebsd-ports@freebsd.org
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
 by hub.freebsd.org (Postfix) with ESMTP id B474FB16;
 Mon,  6 May 2013 14:55:20 +0000 (UTC)
 (envelope-from s.montgomerysmith@gmail.com)
Received: from mail-ie0-x22e.google.com (mail-ie0-x22e.google.com
 [IPv6:2607:f8b0:4001:c03::22e])
 by mx1.freebsd.org (Postfix) with ESMTP id 80698A53;
 Mon,  6 May 2013 14:55:20 +0000 (UTC)
Received: by mail-ie0-f174.google.com with SMTP id 10so4206645ied.33
 for <multiple recipients>; Mon, 06 May 2013 07:55:20 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=x-received:sender:message-id:date:from:user-agent:mime-version:to
 :subject:x-enigmail-version:content-type:content-transfer-encoding;
 bh=VcbgSXdG3vxztCNRVsDprn/xQb48qfUBpENE9aCWBcU=;
 b=dcoUYl42FqHWfb02iijrttGrdflnZvLxphFVCD/ZJan4FZ4so56QqHUz2AdgMD8r/U
 rd1xyhKaS4YX11ApTnPVVH0pDP8lF6zekPiZTLwgLWNiv6JfG9zX+5mOOOfVXdk5KG4W
 o90ZXMGWVmL2XoVLSJNTMTQUQO+mTXoaH4aNTwBs6MseNRLisnlhB/ij+xkI/DdlJXxz
 n7B1oQuO7KY1yliDHt6LByDCsP42Zw4Lb5YScuSYc492pKznA3cRIM2ea65wU1uASxIs
 2c1ShD36PbNbh/eDt36s5Y3aqnhrtG+rqfqhfguJ+9/gOYsmjymZ2LEmN3fajhG8p+wQ
 wPxg==
X-Received: by 10.50.25.36 with SMTP id z4mr2825150igf.33.1367852120273;
 Mon, 06 May 2013 07:55:20 -0700 (PDT)
Received: from [10.7.138.220] ([161.130.188.34])
 by mx.google.com with ESMTPSA id qn10sm3220882igc.6.2013.05.06.07.55.17
 for <multiple recipients>
 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
 Mon, 06 May 2013 07:55:19 -0700 (PDT)
Sender: Stephen Montgomery-Smith <s.montgomerysmith@gmail.com>
Message-ID: <5187C454.2050504@missouri.edu>
Date: Mon, 06 May 2013 09:55:16 -0500
From: Stephen Montgomery-Smith <stephen@missouri.edu>
User-Agent: Mozilla/5.0 (X11; Linux i686;
 rv:17.0) Gecko/20130329 Thunderbird/17.0.5
MIME-Version: 1.0
To: Hiroki Sato <hrs@FreeBSD.org>, FreeBSD Ports <freebsd-ports@FreeBSD.org>
Subject: Problem with japanese/tex-ptex going very slowly
X-Enigmail-Version: 1.5.1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports>;
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 06 May 2013 14:55:20 -0000

Many thanks for creating the texlive port!

I am trying to install the recent japanese/tex-ptex port.  It seems to
spend several hours doing:

fmtutil: running `ptex -ini   -jobname=ptex -progname=ptex ptex.ini
#ptex' ...

Is this normal?

If it is normal, would it be OK if japanese/tex-ptex where not included
in the standard build of print/texlive-full?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1367850610.11493.YahooMailNeo>