FreeDiameter pkg/port

2019-06-04 Thread Paul Pathiakis via freebsd-ports
Hi ports!
I'm looking at installing FreeDiameter.  The pkg installs just fine.  The 
problem is the version is 8-9 YEARS old.  It's 1.2.0 and they are at 1.3.2. :(
I CC'd the 'owner' of the port and I hope that person will bring it up to 
snuff.  Also, the existing package doesn't have a default configuration file 
either.
I expect that with the ongoing push for a lot more security and the deprecation 
of the MD5 cipher, RADIUS is going to slowly die and be replaced by DIAMETER.
Thank you!
P.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ISC-DHCPD-Server

2019-04-10 Thread Paul Pathiakis via freebsd-ports
 Ahhh... makes sense.  (aka security... :D )

Thank you, Adam.
P.

On Wednesday, April 10, 2019, 10:53:26 AM EDT, Adam Weinberger 
 wrote:  
 
 > On Apr 10, 2019, at 07:38, Paul Pathiakis via freebsd-ports 
 >  wrote:
> 
> Hi,
> At the end of the install, it says that dhcpd will run with it's root at:  
> /var/db/dhcpd
> I'm curious.  Is there some security reason that I'm missing?  Why wouldn't 
> this be in:  /usr/local/var/db/dhcpd  ?
> I'm very happy with the ongoing push to keep everything that isn't OS in the 
> /usr/local hierarchy.  Quite frankly, it just makes sense kind of like "It 
> just works".  :D
> I'm hoping that, someday, even mail will be there but I understand there's 
> some history there.
> Thank you!

Hi Paul,

For security reasons, many users mount /usr/local read-only. We assume that 
/var is RW, so files that are expected to change are supposed to be there 
instead of under /usr/local.

# Adam


—
Adam Weinberger
ad...@adamw.org
https://www.adamw.org  
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: ISC-DHCPD-Server

2019-04-10 Thread Paul Pathiakis via freebsd-ports
 Adding to my own post:
Something that was reported way back in 2012 and has also never been corrected, 
is the informational message at the end of the port.
The last line has:  WARNING:  never edit the chrooted or jailed dhcpd.conf file 
but the /usr/local/etc/dhcpd.conf instead which is always copied where needed 
upon starting.
HUH??!!!  It's a jail.  It lives in there  this message is just confusing 
and wrong.  Maybe it's an artifact, maybe is was a mistake.  It needs to be 
removed/corrected for clarity.


Thank you,
P.

On Wednesday, April 10, 2019, 9:39:47 AM EDT, Paul Pathiakis via 
freebsd-ports  wrote:  
 
 Hi,
At the end of the install, it says that dhcpd will run with it's root at:  
/var/db/dhcpd
I'm curious.  Is there some security reason that I'm missing?  Why wouldn't 
this be in:  /usr/local/var/db/dhcpd  ?
I'm very happy with the ongoing push to keep everything that isn't OS in the 
/usr/local hierarchy.  Quite frankly, it just makes sense kind of like "It just 
works".  :D
I'm hoping that, someday, even mail will be there but I understand there's some 
history there.
Thank you!
P.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
  
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


ISC-DHCPD-Server

2019-04-10 Thread Paul Pathiakis via freebsd-ports
Hi,
At the end of the install, it says that dhcpd will run with it's root at:  
/var/db/dhcpd
I'm curious.  Is there some security reason that I'm missing?  Why wouldn't 
this be in:  /usr/local/var/db/dhcpd  ?
I'm very happy with the ongoing push to keep everything that isn't OS in the 
/usr/local hierarchy.  Quite frankly, it just makes sense kind of like "It just 
works".  :D
I'm hoping that, someday, even mail will be there but I understand there's some 
history there.
Thank you!
P.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FIPS and NIST

2019-04-09 Thread Paul Pathiakis via freebsd-ports
Hi,
I posted the following to freebsd-questions but was further directed here to 
see what can be done about this issue.
Basically, it involves making sure that the SSL library in use on the OS and 
any ports built with it, uses the OpenSSL fips-compliant module.  The module is 
a 'blessed' certification module of OpenSSL that has had the MD5 and (???) less 
secure cryptographic algorithms removed.  It goes through US/Canadian 
government certification process and ends up being 'blessed'.  Without this 
certification, FreeBSD and all of its derivatives will be shut out of govt and 
govt contractor companies.
A LOT of information can be found out about this online especially at 
http://www.nist.gov.
There are standards of both physical hardware security and operating system 
security using the OpenSSL-FIPS-2.0  (soon to be 3.0 this year).
On the physical side it must support the use of SEDs (self encrypting drives
I guess one of the initial undertakings would be to port the openssl FIPS 
module.  

https://www.openssl.org/docs/fips.html
Another undertaking would be to allow a switch when building things that rely 
on SSL encryption in their configuration to choose 'OpenSSL FIPS'.
Now, the sad part.  FIPS and NIST fly in the face of OSS philosophy and nimble 
movement.  A FIPS certified module cannot be used if a bug is found in it.  
It's IMMEDIATELY blacklisted.  All things built with it are no longer valid.  
You can't patch it, you can't outright fix it, etc.  It then requires the new 
library to go through certification.  This leads to chicken-egg you can't 
really expect to put everything on hold while a new module goes through the 
certification process which can take upwards of 18 mos.  So, people either 
don't report it or wait until the new version is out to report it.  (Hey, it's 
the gov't right?)
However, you can't be used by the gov't unless certified.  All the big players, 
CISCO, IBM, DELL/EMC, VMware and RedHat (and CentOS) are all FIPS-compliant.
So, can this happen?  (If it doesn't, all machines that are FreeBSD or variants 
in use in the gov't and in govt contractor companies, will be removed in an 
ever shrinking timeframe.)
Paul P.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Port Request: mailscanner-mrtg

2019-03-27 Thread Paul Pathiakis via freebsd-ports
Hi,
http://mailscannermrtg.sourceforge.net/
Setting up a new mail gateway.  It comes to me as a 'nice to have'.
Thank you,
P.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Port Request: OpenSCAP

2019-03-26 Thread Paul Pathiakis via freebsd-ports
 Just came across that about 4 mos ago.  :)  Seemed like the next generation of 
tighter security for pfSense.  

So, HardenedBSD is fork of FreeBSD that is pushing in more defense 
(passive/active) into all the FreeBSD derivatives?  Very cool.  Nicer to have 
something that only has 20 or so CVEs every year versus 200 or more. ;)  

I just followed a large number of links and found G2 as well.  Nice!
OpenSCAP, if it could at least give me some sense and peace of mind that I can 
run it, get a result on paper and show the 'certifiers' that we have complied, 
I'd be very happy.  

Thank you for responding so quickly!
P

On Tuesday, March 26, 2019, 1:50:34 PM EDT, Shawn Webb 
 wrote:  
 
 I'm not really a compliance guru, so I can't say whether HardenedBSD
comes closer to . I have looked into
Common Criteria/NIAP briefly for US Federal Government deployments in
certain high-security enclaves. HardenedBSD does come closer with
CC/NIAP, though there are still gaps to fill.

Have you looked at OPNsense? It's a fork of pfSense built on top of
HardenedBSD.

Thanks,

-- 
Shawn Webb
Cofounder and Security Engineer
HardenedBSD

Tor-ified Signal:    +1 443-546-8752
Tor+XMPP+OTR:        latt...@is.a.hacker.sx
GPG Key ID:          0x6A84658F52456EEE
GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89  3D9E 6A84 658F 5245 6EEE

On Tue, Mar 26, 2019 at 05:42:43PM +, Paul Pathiakis wrote:
>  Sorry for the top-post.
> Shawn,
> It seems that NIST, FIPS 140-2, and things along those lines are quickly 
> becoming a complete reality for all people dealing with the US Gov't no 
> matter what the size company.
> So, encryption modules must be FIPs approved for compliance and NIST 800-171 
> is the other compliance that is needed.
> 
> I've been tasked with creating an entire, new infrastructure that 
> meets/complies with those specs.?? So, I dug in a little bit and found SCAP 
> which lead to OpenSCAP.?? So, I get to put the whole thing behind pfSense 
> firewalls and show that everything I'm running is compliant with both 
> standards.
> 
> 
> Does HardenedBSD meet the requirements? :D?? (crosses fingers)
> Paul
>  
> 
> On Tuesday, March 26, 2019, 1:06:25 PM EDT, Shawn Webb 
>  wrote:  
>  
>  On Tue, Mar 26, 2019 at 05:02:48PM +, Paul Pathiakis via freebsd-ports 
>wrote:
> > https://www.open-scap.org/
> > 
> > Hi all,
> > 
> > It's the US NIST scanner for operating system compliance.
> > 
> > I'd like to use FreeBSD and FreeNAS in various places but it has to pass 
> > compliance.
> 
> I just asked my coworkers about it. They created OpenSCAP. :)
> 
> What compliance requirements are you looking to pass?
> 
> Thanks,
> 
> -- 
> Shawn Webb
> Cofounder and Security Engineer
> HardenedBSD
> 
> Tor-ified Signal:?? ?? +1 443-546-8752
> Tor+XMPP+OTR:?? ?? ?? ?? latt...@is.a.hacker.sx
> GPG Key ID:?? ?? ?? ?? ?? 0x6A84658F52456EEE
> GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89?? 3D9E 6A84 658F 5245 6EEE    
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Port Request: OpenSCAP

2019-03-26 Thread Paul Pathiakis via freebsd-ports
  Sorry for the top-post.
Shawn,
It seems that NIST, FIPS 140-2, and things along those lines are quickly 
becoming a complete reality for all people dealing with the US Gov't no matter 
what the size company.
So, encryption modules must be FIPs approved for compliance and NIST 800-171 is 
the other compliance that is needed.

I've been tasked with creating an entire, new infrastructure that 
meets/complies with those specs.  So, I dug in a little bit and found SCAP 
which lead to OpenSCAP.  So, I get to put the whole thing behind pfSense 
firewalls and show that everything I'm running is compliant with both standards.


Does HardenedBSD meet the requirements? :D  (crosses fingers)
Paul
 

On Tuesday, March 26, 2019, 1:06:25 PM EDT, Shawn Webb 
 wrote:  
 
 On Tue, Mar 26, 2019 at 05:02:48PM +, Paul Pathiakis via freebsd-ports 
wrote:
> https://www.open-scap.org/
> 
> Hi all,
> 
> It's the US NIST scanner for operating system compliance.
> 
> I'd like to use FreeBSD and FreeNAS in various places but it has to pass 
> compliance.

I just asked my coworkers about it. They created OpenSCAP. :)

What compliance requirements are you looking to pass?

Thanks,

-- 
Shawn Webb
Cofounder and Security Engineer
HardenedBSD

Tor-ified Signal:    +1 443-546-8752
Tor+XMPP+OTR:        latt...@is.a.hacker.sx
GPG Key ID:          0x6A84658F52456EEE
GPG Key Fingerprint: 2ABA B6BD EF6A F486 BE89  3D9E 6A84 658F 5245 6EEE  
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Port Request: OpenSCAP

2019-03-26 Thread Paul Pathiakis via freebsd-ports
https://www.open-scap.org/

Hi all,

It's the US NIST scanner for operating system compliance.

I'd like to use FreeBSD and FreeNAS in various places but it has to pass 
compliance.

Thank you
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Port Request: sublist3r

2018-09-24 Thread Paul Pathiakis via freebsd-ports
https://github.com/aboul3la/Sublist3r

OSINT tool.  Digs into subdomains to check for possible exploits.
TY!
P


|  | Virus-free. www.avg.com  |

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Port Request: Discover

2018-09-24 Thread Paul Pathiakis via freebsd-ports
https://github.com/leebaird/discover
OSINT/CyberSecurity port
Hi,
Thank you!
P.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Port Request: Spiderfoot

2018-09-24 Thread Paul Pathiakis via freebsd-ports
Hi,
OSINT gathering tool.
https://www.spiderfoot.net/
Thank you
P
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Port Request: theHarvester

2018-09-24 Thread Paul Pathiakis via freebsd-ports
Hi.  It's a CyberSec info gathering tool.
https://github.com/laramies/theHarvester
Thank you.
P.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Port Request: FreeIPA

2017-09-29 Thread Paul Pathiakis via freebsd-ports
Hi,
It seems very useful.  I ended up in an environment using it.  (Yeah, CentOS... 
but)  It's really quite amazing.
Most of the requisite software is already ported with the exception of the 
OpenPKI system known as 'Dogtag'.
Between SSSD and FreeIPA, it seems like something truly useful has emerged to 
allow full integration into Windoze environments.  
At the end of the day, AD is pretty impressive.  The gap between it's 'ease of 
use' and LDAP is LARGE.  However, FreeIPA not so big of a gap.
Thank you,
P.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

phppgadmin dependency

2016-07-08 Thread Paul Pathiakis

Hi,

The package seems to rely on postgresql93-client.  Could this be bumped 
to postgresql94-client?


Thank you,

P.

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


php56-pgsql dependency

2016-07-08 Thread Paul Pathiakis

Hi,

This seems to (also) depend on postgresql93-client.  Could this be 
bumped to postgresql94-client?



Much appreciated!

Thank you,

P.

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Asterisk port

2016-06-25 Thread Paul Pathiakis

Thank you!

Sadly, that was my thread, too...  *smacks head*

Looks like I'm guilty of a bad filter on my mail folder.  Fixed.

Thank you all,

P.

On 6/25/2016 9:48 AM, Kyle Evans wrote:

On Thu, Jun 23, 2016 at 3:34 PM, Paul Pathiakis
<ppathia...@mail.atlantisservices.net> wrote:

Hi,

The port for Asterisk software PBX is woefully out of date.  The current
version is 2.x and the latest in ports/pkgs is 1.8. Version 1.8 is
DEPRECATED.

Thank you!

Paul Pathiakis

In addition to Kurt's response, here's the previous response from
madpilot@ about versioning:
https://lists.freebsd.org/pipermail/freebsd-ports/2016-June/103439.html


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Asterisk port

2016-06-25 Thread Paul Pathiakis

Hi,

The port for Asterisk software PBX is woefully out of date.  The current 
version is 2.x and the latest in ports/pkgs is 1.8. Version 1.8 is 
DEPRECATED.


Thank you!

Paul Pathiakis

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD Port: hplip-3.14.10_1

2016-01-26 Thread Paul Pathiakis via freebsd-ports

Hi,

I have a request.  Could you update to the latest version?  I have 
someone who bought a printer that is supported but only by the latest 
hplip?  If there's a beta ready, happy to test it.


Thank you,

P.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD Port: brasero-3.12.1

2015-08-08 Thread Paul Pathiakis via freebsd-ports

Hi,

This problem exists upstream.  Whether on FreeBSD or PCBSD, brasero is 
still looking for libdvdcss.so.2.


https://www.reddit.com/r/archlinux/comments/2tky0r/brasero_doesnt_read_css_encrypted_dvds_claims/

Thank you,

P.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD Port: sugarcrm-6.5.20

2015-06-19 Thread Paul Pathiakis via freebsd-ports

Hi,

Could you update to the latest version which is now called SuiteCRM?  
Version 7.2.2 has been released and 7.3 is in BETA.


Thank you,

Paul Pathiakis

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD Port: libreoffice-4.3.7

2015-06-11 Thread Paul Pathiakis

Crash and burn?

Hi,

I was just running Libreoffice via pkgs on PCBSD 10.x  It seems that 
4.3.7 is no longer backward compatible?  It just hangs when trying to start.


So, I built it manually and it looks like it won't build any more.

When I try to build libreoffice:

[root@desktop4] /usr/ports/editors/libreoffice# make
===   libreoffice-4.3.7 depends on package: p5-Archive-Zip=0 - found
===   libreoffice-4.3.7 depends on executable: zip - found
===   libreoffice-4.3.7 depends on file: 
/usr/local/lib/libboost_regex.a - found
===   libreoffice-4.3.7 depends on file: 
/usr/local/libdata/pkgconfig/cppunit.pc - found

===   libreoffice-4.3.7 depends on executable: dmake - found
===   libreoffice-4.3.7 depends on file: /usr/local/bin/gperf - found
===   libreoffice-4.3.7 depends on package: mdds=0.9.0 - found
===   libreoffice-4.3.7 depends on executable: gpatch - found
===   libreoffice-4.3.7 depends on executable: ucpp - found
===   libreoffice-4.3.7 depends on executable: vigra-config - found
===   libreoffice-4.3.7 depends on file: /usr/local/include/glm/glm.hpp 
- found

===   libreoffice-4.3.7 depends on executable: bash - found
===   libreoffice-4.3.7 depends on executable: gsed - found
===   libreoffice-4.3.7 depends on executable: ant - found
===   libreoffice-4.3.7 depends on file: 
/usr/local/share/java/classes/junit.jar - not found
===Verifying install for /usr/local/share/java/classes/junit.jar in 
/usr/ports/java/junit

===  Building for junit-4.11_1
Buildfile: /usr/ports/java/junit/work/junit-team-junit-c62e2df/build.xml
  [taskdef] Could not load definitions from resource 
net/sf/antcontrib/antcontrib.properties. It could not be found.


clean:
   [delete] Deleting directory 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT
   [delete] Deleting directory 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target


init:

versiontag:
 [copy] Copying 1 file to 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/src/main/java/junit/runner


build:
[mkdir] Created dir: 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main
[javac] Compiling 164 source files to 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main
[javac] warning: [options] bootstrap class path not set in 
conjunction with -source 1.5

[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 warning
[javac] Creating empty 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runner/package-info.class
[javac] Creating empty 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/framework/package-info.class
[javac] Creating empty 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/internal/runners/package-info.class
[javac] Creating empty 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runners/package-info.class
[javac] Creating empty 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/matchers/package-info.class
[javac] Creating empty 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/extensions/package-info.class
[javac] Creating empty 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/package-info.class
[javac] Creating empty 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runner/notification/package-info.class
[javac] Creating empty 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/runner/package-info.class
[javac] Creating empty 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runner/manipulation/package-info.class
[javac] Creating empty 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/textui/package-info.class
[javac] Creating empty 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/internal/requests/package-info.class
[unjar] Expanding: 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/lib/hamcrest-core-1.3.jar 
into /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main
[mkdir] Created dir: 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java
[javac] Compiling 163 source files to 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java
[javac] warning: [options] bootstrap class path not set in 
conjunction with -source 1.5

[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 warning
[javac] Creating empty 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/tests/runner/package-info.class
[javac] Creating empty 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/tests/package-info.class
[javac] Creating empty 

Re: FreeBSD Port: libreoffice-4.3.7

2015-06-11 Thread Paul Pathiakis

===   Registering installation for libreoffice-4.3.7
(libreoffice-4.3.7) 
/usr/ports/editors/libreoffice/work/stage//usr/local/lib/libreoffice/program/libofficebean.so 
- required shared library libjawt.so not found

Installing libreoffice-4.3.7...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
=== SECURITY REPORT:
  This port has installed the following files which may act as network
  servers and may therefore pose a remote security risk to the system.
/usr/local/lib/libreoffice/program/libsdlo.so
/usr/local/lib/libreoffice/ure/lib/libuno_sal.so.3

  If there are vulnerabilities in these programs there may be a 
security

  risk to the system. FreeBSD makes no guarantee about the security of
  ports included in the Ports Collection. Please type 'make deinstall'
  to deinstall the port if this is a concern.

  For more information, and contact details about the security
  status of this software, see the following webpage:
http://www.libreoffice.org/
[root@desktop4] /usr/ports/editors/libreoffice#


So... same thing happens.  What is libofficebean.so?  Shared library 
libjawt.so not found. -- This looks to be JRE related.


The file is in a subdir below /usr/local/openjdk7.

P.

On 06/11/2015 17:22, Ricky G wrote:
I am using libreoffice 4.3.7 and the port built fine yesterday on 
FreeBSD.


Try recreating the port tree.

 Date: Thu, 11 Jun 2015 16:40:44 -0400
 From: ppathia...@atlantisservices.net
 To: off...@freebsd.org
 Subject: FreeBSD Port: libreoffice-4.3.7
 CC: po...@freebsd.org

 Crash and burn?

 Hi,

 I was just running Libreoffice via pkgs on PCBSD 10.x It seems that
 4.3.7 is no longer backward compatible? It just hangs when trying to 
start.


 So, I built it manually and it looks like it won't build any more.

 When I try to build libreoffice:

 [root@desktop4] /usr/ports/editors/libreoffice# make
 === libreoffice-4.3.7 depends on package: p5-Archive-Zip=0 - found
 === libreoffice-4.3.7 depends on executable: zip - found
 === libreoffice-4.3.7 depends on file:
 /usr/local/lib/libboost_regex.a - found
 === libreoffice-4.3.7 depends on file:
 /usr/local/libdata/pkgconfig/cppunit.pc - found
 === libreoffice-4.3.7 depends on executable: dmake - found
 === libreoffice-4.3.7 depends on file: /usr/local/bin/gperf - found
 === libreoffice-4.3.7 depends on package: mdds=0.9.0 - found
 === libreoffice-4.3.7 depends on executable: gpatch - found
 === libreoffice-4.3.7 depends on executable: ucpp - found
 === libreoffice-4.3.7 depends on executable: vigra-config - found
 === libreoffice-4.3.7 depends on file: /usr/local/include/glm/glm.hpp
 - found
 === libreoffice-4.3.7 depends on executable: bash - found
 === libreoffice-4.3.7 depends on executable: gsed - found
 === libreoffice-4.3.7 depends on executable: ant - found
 === libreoffice-4.3.7 depends on file:
 /usr/local/share/java/classes/junit.jar - not found
 === Verifying install for /usr/local/share/java/classes/junit.jar in
 /usr/ports/java/junit
 === Building for junit-4.11_1
 Buildfile: /usr/ports/java/junit/work/junit-team-junit-c62e2df/build.xml
 [taskdef] Could not load definitions from resource
 net/sf/antcontrib/antcontrib.properties. It could not be found.

 clean:
 [delete] Deleting directory
 /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT
 [delete] Deleting directory
 /usr/ports/java/junit/work/junit-team-junit-c62e2df/target

 init:

 versiontag:
 [copy] Copying 1 file to
 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/src/main/java/junit/runner


 build:
 [mkdir] Created dir:
 /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main
 [javac] Compiling 164 source files to
 /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main
 [javac] warning: [options] bootstrap class path not set in
 conjunction with -source 1.5
 [javac] Note: Some input files use or override a deprecated API.
 [javac] Note: Recompile with -Xlint:deprecation for details.
 [javac] 1 warning
 [javac] Creating empty
 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runner/package-info.class

 [javac] Creating empty
 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/framework/package-info.class

 [javac] Creating empty
 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/internal/runners/package-info.class

 [javac] Creating empty
 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runners/package-info.class

 [javac] Creating empty
 
/usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/matchers/package-info.class

 [javac] Creating empty
 

Re: FreeBSD Port: zabbix

2014-10-31 Thread Paul Pathiakis via freebsd-ports
That's excellent.  I'm a little confused as to how to apply the patch.  
At what level should I apply this in the current ports tree?  At this 
point there is nothing about zabbix24 in the tree. Should I apply at 
/usr/ports/net-mgmt?


Also, it may be beneficial to start a cleanup process in ports about 
zabbix at this point:


zabbix (1.8??!!)
zabbix2
zabbix22

And name the current working release (2.4) to be simply 'zabbix'.

Also, remove zabbix 2.0, leaving only 2.2 and 2.4.  (Of course announce 
it in UPDATES so that people can upgrade properly)


Does this sound useful?  (I've recently come across people putting out 
instructions of how to install zabbix and zabbix2 on FreeBSD 10 - It 
looks like they are doing initial installs.  They are missing out on a 
lot of features of the newer revisions/version.)


Thank you for reading,

P


On 10/30/2014 19:23, Pakhom Golynga wrote:

Hi,
Please find https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194104

30.10.2014 23:32, Paul Pathiakis пишет:

Hi!

Is there a change that there will be an upgrade to Zabbix to the 2.4 
version or later?


I see that ports/pkgs has 2.0 and 2.2.

Thank you, it's most appreciated.

P.




___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

FreeBSD Port: zabbix

2014-10-30 Thread Paul Pathiakis

Hi!

Is there a change that there will be an upgrade to Zabbix to the 2.4 
version or later?


I see that ports/pkgs has 2.0 and 2.2.

Thank you, it's most appreciated.

P.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Port Request: SWAT2

2014-10-24 Thread Paul Pathiakis via freebsd-ports

Hi,

Since they deprecated SWAT, the newest thing is SWAT2.  Could someone 
port it or another SaMBa smb.conf tool?


Thank you,

P.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD Port: backuppc-3.3.0_7

2014-09-28 Thread Paul Pathiakis

Good day,

I've noticed that something is wrong in the latest version of the port.

I could get around things before with setting up a directory and shell 
for the backuppc user.


However, that no longer works.

It seems that the port does not change to the backuppc user when it 
starts up.  It defaults to 'root' for some reason.


$ /usr/local/etc/rc.d/backuppc start
Starting backuppc.
/usr/local/bin/BackupPC: Wrong user: my userid is 300, instead of ()
Please su [-m]  first
BackupPC::Lib-new failed
/usr/local/etc/rc.d/backuppc: WARNING: failed to start backuppc
$

I ran the above as both root and as backuppc.

Something seems to have changed between 3.3.0 and 3.3.0_7

Thank you,

Paul
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: FreeBSD Port: backuppc-3.3.0_7

2014-09-28 Thread Paul Pathiakis

Please disregard.  I found the problem 5 minutes after the mail.

This was a new install and didn't set the user in the config.pl

*sigh*

P.
On 09/28/2014 15:17, Paul Pathiakis wrote:

Good day,

I've noticed that something is wrong in the latest version of the port.

I could get around things before with setting up a directory and shell 
for the backuppc user.


However, that no longer works.

It seems that the port does not change to the backuppc user when it 
starts up.  It defaults to 'root' for some reason.


$ /usr/local/etc/rc.d/backuppc start
Starting backuppc.
/usr/local/bin/BackupPC: Wrong user: my userid is 300, instead of ()
Please su [-m]  first
BackupPC::Lib-new failed
/usr/local/etc/rc.d/backuppc: WARNING: failed to start backuppc
$

I ran the above as both root and as backuppc.

Something seems to have changed between 3.3.0 and 3.3.0_7

Thank you,

Paul


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


RT extensions.... Port Request - p5-MooX-HandlesVia

2014-08-06 Thread Paul Pathiakis via freebsd-ports

Hi,

There's some really good extensions out there for RT.

However, there seems to be a need for this PERL module.

Could we add it into the dependencies?

Thank you,

P.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: RT extensions.... Port Request - p5-MooX-HandlesVia

2014-08-06 Thread Paul Pathiakis via freebsd-ports

And now another one :-)

GnuPG::Interface   MISSING

P.

PS - Thank for the last and TIA for this one.
On 08/06/2014 16:37, Kurt Jaeger wrote:

Hi!


There's some really good extensions out there for RT.

However, there seems to be a need for this PERL module.

Could we add it into the dependencies?

Done:

http://svnweb.freebsd.org/changeset/ports/364217
devel/p5-Data-Perl, as a prerequisite

http://svnweb.freebsd.org/changeset/ports/364218

If you have any feedback that this does what you need ?



___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Port Request: Mono Moonlight

2014-03-28 Thread Paul Pathiakis
Here's a big part of honesty I'm a senior systems architect.  I'm building 
a company and hope to go live soon, after two years of developing product and 
infrastructure.  I do this when not contracting/consulting.  


I really don't have the time. :-(  Besides, haven't coded outside of scripting 
in quite a while.  


If the company is a success, I plan on having it financing a lot of projects. 
:-)

Once I retire (less than 15 years yeah, I'm old), I plan on spending a lot 
of free time working for FreeBSD/ports/documentation. :-)

P.




On Friday, March 28, 2014 6:23 AM, John Marino freebsd.cont...@marino.st 
wrote:
 
On 3/27/2014 11:35, Paul Pathiakis wrote:

 Thank you, Anton. I'm now enlightened. I guess my main request for a
 port is the ability to watch Netflix.  Yes, I know Silverlight is
 dead, however, this hasn't stopped Netflix from it's continued use.
 :-) I didn't know how to request a port that plays Netflix video.
 ;-)

I guess the first step to do that is identify the software that does
this, and make a request that this software be added to ports.

To improve your chances greatly of succeeding, you should attempt to
write the port makefiles for that software and submit it via PR.  People
are more likely to take a good base and make corrections than start from
scratch.

John
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Port Request: Mono Moonlight

2014-03-27 Thread Paul Pathiakis
Thank you, Anton.

I'm now enlightened.

I guess my main request for a port is the ability to watch Netflix.  Yes, I 
know Silverlight is dead, however, this hasn't stopped Netflix from it's 
continued use.  :-)

I didn't know how to request a port that plays Netflix video. ;-)

Thank you, again,

P.





On Thursday, March 27, 2014 2:28 AM, Anton Afanasyev aas...@gmail.com wrote:
 
On Thu, Mar 20, 2014 at 4:32 AM, Paul Pathiakis pathia...@yahoo.com wrote:

I'd like to see moonlight ported to FreeBSD.  It's software to allow the use of 
Microsoft Silverlight.  It would be very useful to allow streaming of Netflix 
videos (Silverlight format) to a FreeBSD desktop.



I'm not sure if the latest version of Moonlight is good enough 
to support Netflix as I have not used it for this purpose.
However,
 Moonlight development is dead, and Silverlight itself seems to be just as dead.
(at least some
 of) Our Linux brethren are using Pipelight, e.g. see here: 
https://wiki.archlinux.org/index.php/Pipelight. I think porting Pipelight would 
be more beneficial than reviving Moonlight, as it, at the very least, would 
provide full Silverlight functionality instead of the subset offered by 
Moonlight.


Anton
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Port Request: Mono Moonlight

2014-03-20 Thread Paul Pathiakis
Hi,

I'd like to see moonlight ported to FreeBSD.  It's software to allow the use of 
Microsoft Silverlight.  It would be very useful to allow streaming of Netflix 
videos (Silverlight format) to a FreeBSD desktop.

Thank you,

Paul Pathiakis
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Minecraft 1.6.1

2013-07-06 Thread Paul Pathiakis
Good Day,

My son is enjoying PCBSD as his desktop now that Minecraft, Steam, etc are now 
working.

However, the latest version of Minecraft is 1.6.1 and I'd like to see the port 
and the pbi make that leap if possible.  


Thank you all for making this happen.

P.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Port Request - Apache Directory Studio

2013-06-10 Thread Paul Pathiakis
All I can say is wow.  Looks like it will quickly eclipse (no pun 
intendedwell, maybe a little) phpldapadmin.

P.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Where has all the groupware gone.....

2013-05-06 Thread Paul Pathiakis
Hi Jim,

Next issue,

All the scripts, cron job templates, version updates for SOGo, databases, etc. 
don't seem to be installed either.  Although some are RH/Linux specific, some 
are useful.

They are located in SOGo-2.0.5/Scripts.  I think that the place to put them is 
/usr/local/sogo/[S,s]cripts or some such.
Things that are missing that are, apparently, startup blockers:

/var/run/sogo/ directory needs to be created
/var/log/sogo/ directory need to be created and owned by sogo:sogo

(These will allow you to see that sogo is starting through the log file 
/var/log/sogo/sogo.log)

Next, 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 for the sogo user and a good 
location for the sogo.conf file (unless there's a location I'm not aware of.)

Here's the fun that I've been experiencing Apache interface to all 
this.  There's a couple of more things that should be put in the 'post 
install' message:

Apache needs to be configured with the proxy module(s) to use this software.  
Go to your Apache port directory and type:  make config and enable the proxy 
module and the proxy_http submodule if it hasn't been  Also, you're going to 
need to define it in your httpd.conf file if this isn't a fresh install.

Next, uncomment the following line in the httpd.conf file:

Include etc/apacheVERS/extra/httpd-vhosts.conf

 put this in the /usr/local/etc/apacheVERS/extra/http-vhosts.conf (change 
domain, server name, IPs,  accordingly)


VirtualHost *:80
    ServerAdmin ad...@example.com
    ServerAlias sogo.local
    DocumentRoot /usr/local/GNUstep/Local/Library/SOGo/WebServerResources/
    ServerName sogo.example.com
#    ErrorLog /var/log/dummy-host.example.com-error_log
#    CustomLog /var/log/dummy-host.example.com-access_log common
    ServerSignature Off

   Alias /SOGo.woa/WebServerResources/ 
/usr/local/GNUstep/SOGo/WebServerResources/
   Alias /SOGo/WebServerResources/ /usr/local/GNUstep/SOGo/WebServerResources/
   AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) 
/usr/local/GNUstep/Local/Library/SOGo/$1.SOGo/Resources/$2

   Directory /usr/local/GNUstep/Local/Library/SOGo/
  AllowOverride None
  Order deny,allow
  Allow from all
   /Directory

   LocationMatch 
^/SOGo/so/ControlPanel/Products/.*UI/Resources/.*\.(jpg|png|gif|css|js)
  SetHandler default-handler
   /LocationMatch
 
   ProxyRequests Off
   SetEnv proxy-nokeepalive 1
   ProxyPreserveHost On
   ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0
 
   Proxy http://127.0.0.1:2/SOGo
  RequestHeader set x-webobjects-server-port 80
  RequestHeader set x-webobjects-server-name sogo.mydomain.local
  RequestHeader set x-webobjects-server-url http://sogo.mydomain.local;
  RequestHeader set x-webobjects-server-protocol HTTP/1.0
  RequestHeader set x-webobjects-remote-host %{REMOTE_HOST}e 
env=REMOTE_HOST
  AddDefaultCharset UTF-8
  Order allow,deny
  Allow from all
   /Proxy

   ## We use mod_rewrite to pass remote address to the SOGo proxy.
   # The remote address will appear in SOGo's log files and in the X-Forward
   # header of emails.
   RewriteEngine On
   RewriteRule ^/SOGo/(.*)$ /SOGo/$1 [env=REMOTE_HOST:%{REMOTE_ADDR},PT]
 
   Redirect permanent /index.html http://sogo.mydomain.local/SOGo
 
/VirtualHost
 
VirtualHost *:8800
   # this virtualhost is only for carddav on Mac and not tested very well
   RewriteEngine Off
   ProxyRequests Off
   SetEnv proxy-nokeepalive 1
   ProxyPreserveHost On
   ProxyPassInterpolateEnv On
   ProxyPass /principals http://127.0.0.1:2/SOGo/dav/ interpolate
   ProxyPass /SOGo http://127.0.0.1:2/SOGo interpolate
   ProxyPass / http://127.0.0.1:2/SOGo/dav/ interpolate

   Location /
  Order allow,deny
  Allow from all
   /Location

   Proxy http://127.0.0.1:2
  RequestHeader set x-webobjects-server-port 8800
  RequestHeader set x-webobjects-server-name sogo.mydomain.local:8800
  RequestHeader set x-webobjects-server-url 
https://sogo.mydomain.local:8800;
  RequestHeader set x-webobjects-server-protocol HTTP/1.0
  RequestHeader set x-webobjects-remote-host 127.0.0.1
  AddDefaultCharset UTF-8
   /Proxy
#   ErrorLog /var/log/apache2/error.log
#   Customlog /var/log/apache2/access.log combined

/VirtualHost

Comment out any unused VirtualHost declarations in the file.

Also, where is the sogo.conf file supposed to be located?  That is, what 
directory?  /var/lib doesn't exist on a BSD machine.

Thank you!

P.

PS - Just trying to help.  I'm having a bear of a time with this port right 
now.  I need something that is a solid groupware server.




 From: Jim Riggs po...@christianserving.org
To: Paul Pathiakis pathia...@yahoo.com 
Cc: Marco Steinbach c...@executive-computing.de; Joe Malcolm

Re: Where has all the groupware gone.....

2013-05-06 Thread Paul Pathiakis
Lukasz,

Yes, I agree with that.  I'm just finding some really strange things with this 
port attempt.

Also, the online documentation at the SOGo site is very sparse and hardly 
intuitive.

This install is going to need a documented procedure.

At the present time, I've gone down multiple roads with many issues. 

I'm trying to figure out how SOGo creates the table(s) for user info in the 
PostGreSQL database.  I can't seem to find a script or sql command to create 
the tables.  Does it do it automatically according to the configuration in the 
sogo.conf?

Another issue that seems related is this:

[SOGoUserManager] No authentication sources defined - nobody will be able to 
login. Check your defaults.  So I have to assume (ack!) that it's not reading 
the sogo.conf file however, the SOGo Debug directives that I have turned on 
in that file are being activated (

2013-05-06 14:13:34.197 sogod[38913] Note(SoObject): SoDebugKeyLookup is 
enabled!
2013-05-06 14:13:34.197 sogod[38913] Note(SoObject): SoDebugBaseURL is enabled!
2013-05-06 14:13:34.197 sogod[38913] Note(SoObject): relative base URLs are 
enabled.

)

The error I'm seeing seems to indicate that it's not seeing the declaration for 
the pgsql database.  Yet, I've created the user sogo with a database sogo with 
the passwd sogo  (as an initial attempt)

SOGoProfileURL = 
postgresql://sogo:sogo@172.24.0.19:5432/sogo/sogo_user_profile;    
-There it is

OCSFolderInfoURL = 
postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info;
OCSSessionsFolderURL = 
postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder;

SOGoDraftsFolderName = Drafts;
SOGoSentFolderName = Sent;
SOGoTrashFolderName = Trash;
SOGoIMAPServer = 172.24.0.25;
SOGoSMTPServer = 172.24.0.25;
SOGoMailDomain = atlantisservices.net;
SOGoMailingMechanism = smtp;
SOGoForceExternalLoginWithEmail = NO;
SOGoMailSpoolPath = /var/spool/mail;
SOGoAppointmentSendEMailNotifications = YES;
  //NGImap4ConnectionStringSeparator = /;
  //SOGoACLsSendEMailNotifications = NO;
  //SOGoSieveServer = sieve://127.0.0.1:4190;

  /* Authentication */
SOGoPasswordChangeEnabled = YES;

  /* LDAP authentication example */
SOGoUserSources = (
  {
    type = ldap;
    CNFieldName = cn;
    IDFieldName = uid;
    UIDFieldName = uid;
    baseDN = ou=people,dc=example,dc=net;
    bindDN = uid=sogo,ou=people,dc=example,dc=net;
    bindPassword = thisisfun;
    canAuthenticate = YES;
    displayName = Shared Addresses;
    hostname = ldap://ldap server:389;  -- I have a real address here.
    id = public;
    isAddressBook = YES;
  }
);

SOGoPageTitle = SOGo;
SOGoVacationEnabled = YES;
SOGoForwardEnabled = YES;
  //SOGoSieveScriptsEnabled = YES;

  /* General */
SOGoLanguage = English;
SOGoTimeZone = America/New_York;
SOGoCalendarDefaultRoles = (
  PublicDAndTViewer,
  ConfidentialDAndTViewer
  );

  //SOGoSuperUsernames = (sogo1, sogo2); //This is an array - keep the parens!
  
  /* Debug */
SoDebugBaseURL = YES;
ImapDebugEnabled = YES;
LDAPDebugEnabled = YES;
SOGoDebugRequests = YES;
PGDebugEnabled = YES;
SOGoUIxDebugEnabled = YES;
WODontZipResponse = YES;
WOLogFile = /var/log/sogo/sogo.log;

}




 From: Łukasz Wąsikowski luk...@wasikowski.net
To: Paul Pathiakis pathia...@yahoo.com 
Cc: Jim Riggs po...@christianserving.org; Joe Malcolm jmalc...@uraeus.com; 
Marco Steinbach c...@executive-computing.de; po...@freebsd.org 
po...@freebsd.org 
Sent: Monday, May 6, 2013 11:46 AM
Subject: Re: Where has all the groupware gone.
 

W dniu 2013-05-06 16:30, Paul Pathiakis pisze:

 Also, where is the sogo.conf file supposed to be located?  That is, what 
 directory?  /var/lib doesn't exist on a BSD machine.

All third party software should have configuration in $PREFIX/etc/,
which in most cases is /usr/local/etc/ - please don't put any
configuration files in places like /var/lib or
/usr/local/GNUstep/Local/Library/SOGo mentioned before.

-- 
best regards,
Lukasz Wasikowski
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: Where has all the groupware gone.....

2013-05-03 Thread Paul Pathiakis
Well, I, finally, got around to installing the port from the links below.

Sadly, I'm trying to find all sorts of things for configuration and various 
other modifications.

There's no man pages installed.
I can find no documentation on the site or in the install that seems to be of 
any use.
Frankly, I can't configure it to run in the jail that I'm testing it in.  (The 
jail is find and sogo starts but I have no idea how to access the thing)

P.




 From: Paul Pathiakis pathia...@yahoo.com
To: Marco Steinbach c...@executive-computing.de; Joe Malcolm 
jmalc...@uraeus.com 
Cc: po...@freebsd.org po...@freebsd.org; Jim Riggs 
po...@christianserving.org 
Sent: Tuesday, April 23, 2013 1:06 PM
Subject: Re: Where has all the groupware gone.
 


Guys,

I've been reading a lot about sogo and I do like what I see.

Is this port ready yet?  I just updated my ports tree and I don't see it.

P.

snip


I ran into the same error, and Jim (creator of the ports, cc'ed) had to 
fix a rather small oversight.  Things seem to work now.

Check both out from here:

https://svn.redports.org/jhriggs/devel/sope/
https://svn.redports.org/jhriggs/www/sogo/


Upon installation, the user and group for
 SOGo will be created 
automatically from the contents of ${PORTSDIR}/UIDs and 
${PORTSDIR}/GIDs, once the port has been accepted into the ports tree.

For now, you need to manually add the respective user and group to the 
above files, as the ports system won't be able to handle them, otherwise.

See http://www.freebsd.org/cgi/query-pr.cgi?pr=175947.

Be warned, though, that you may need to adapt the numerical user and 
group id, because those in the PR may have already been assigned to 
other ports.

MfG CoCo
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Where has all the groupware gone.....

2013-05-03 Thread Paul Pathiakis
Hi,

Next, I noticed that Apache was not installed by default.  Does this product 
require a separate web server or not?  If so, Apache should be detected and I 
would suggest that version 2.2 be used.

Also, I have found the file, in the distribution but not installed, 
SOGo-2.0.5/Apache/sogo.conf.  However, sogo.conf is not installed anywhere.

Could someone lend a hand and make all the corrections necessary while I slog 
through this?  More than willing to help.

P.




 From: Paul Pathiakis pathia...@yahoo.com
To: Marco Steinbach c...@executive-computing.de; Joe Malcolm 
jmalc...@uraeus.com 
Cc: po...@freebsd.org po...@freebsd.org; Jim Riggs 
po...@christianserving.org 
Sent: Tuesday, April 23, 2013 1:06 PM
Subject: Re: Where has all the groupware gone.
 


Guys,

I've been reading a lot about sogo and I do like what I see.

Is this port ready yet?  I just updated my ports tree and I don't see it.

P.

snip


I ran into the same error, and Jim (creator of the ports, cc'ed) had to 
fix a rather small oversight.  Things seem to work now.

Check both out from here:

https://svn.redports.org/jhriggs/devel/sope/
https://svn.redports.org/jhriggs/www/sogo/


Upon installation, the user and group for
 SOGo will be created 
automatically from the contents of ${PORTSDIR}/UIDs and 
${PORTSDIR}/GIDs, once the port has been accepted into the ports tree.

For now, you need to manually add the respective user and group to the 
above files, as the ports system won't be able to handle them, otherwise.

See http://www.freebsd.org/cgi/query-pr.cgi?pr=175947.

Be warned, though, that you may need to adapt the numerical user and 
group id, because those in the PR may have already been assigned to 
other ports.

MfG CoCo
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Where has all the groupware gone.....

2013-05-03 Thread Paul Pathiakis
Jim,

I'm working it the best I can.  I did find another sogo.conf file in the distro 
in SOGo-2.0.5/scripts/sogo.conf.  It helps quite a bit now.

SOGo looks to be brilliant and has a lot of features that others don't.  Also, 
it allows configuration of database, ldap, postfix or sendmail, etc, etc.  I've 
been looking for something like this to take the place of Exchange/Outlook with 
little pain.


However, I did read the online install documents, they are, highly, RH specific 
or Generic Linux specific.


With ports, I think I speak for a lot of people of lesser ability than myself 
(25 years and 23 years as sysadmin, sr sysadmin, system architect, consultant), 
that ports is at the level now of 'it just works' almost all the time or the 
expectation that everything is put in the proper hierarchy and sample files are 
required.  (Thank you for putting in the sample file!)  Proper man pages are a 
requirement (there seems to be a bunch for the GNUstep library in .gz format in 
/usr/local/GNUstep/System/Library/Documentation/man that should, probably, be 
linked to proper /usr/local/man directory as performing man on any of them 
comes back with 'no manual entry'.

Also, it does seem, from the installation documentation that the web interface 
relies on Apache, however, it wasn't installed as a dependency and I believe it 
should.  Also, an informational blurb at the end of the port if it installs 
correctly that says:  Please put this in your Apache http.conf file:  or the 
parameters for Apache can be found in path/sofo.conf-apache

And another message that says the default configuration file is located in 
/usr/local/etc/sogo.conf


It's these little things that make ports superior to anything else out there.  
The ability for it to 'just work' and to provide all additional information 
that the user will require to get basics up and running and no 'dependency 
hell' like Linux systems.


Finally, please understand that anyone who creates a port is another unsung 
hero in FBSD world.  It's appreciated every time someone does a make install in 
that port's directory.  Many people don't give it consideration, but I do.  
Also, I'll help, if I have the time, to round it out like this.  I want it to 
be yet another port that sings out of the gate. :-)   Let me know when, if you 
get a chance to implement a lot of this, to run through it again.  I'm going to 
continue with my present attempt and let you know what else I find.

Peace!

P.




 From: Jim Riggs po...@christianserving.org
To: Paul Pathiakis pathia...@yahoo.com 
Cc: Marco Steinbach c...@executive-computing.de; Joe Malcolm 
jmalc...@uraeus.com; po...@freebsd.org po...@freebsd.org 
Sent: Friday, May 3, 2013 10:14 AM
Subject: Re: Where has all the groupware gone.
 

On May 3, 2013, at 8:56 AM, Paul Pathiakis pathia...@yahoo.com wrote:

 Well, I, finally, got around to installing the port from the links below.
 
 Sadly, I'm trying to find all sorts of things for configuration and various 
 other modifications.
 
 There's no man pages installed.
 I can find no documentation on the site or in the install that seems to be of 
 any use.
 Frankly, I can't configure it to run in the jail that I'm testing it in.  
 (The jail is find and sogo starts but I have no idea how to access the 
 thing)


The 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 in 
the Installation and Configuration Guide.

I suppose the port could install 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 would likely cause more confusion than it would avoid.


 From: Paul Pathiakis pathia...@yahoo.com
 To: Marco Steinbach c...@executive-computing.de; Joe Malcolm 
 jmalc...@uraeus.com 
 Cc: po...@freebsd.org po...@freebsd.org; Jim Riggs 
 po...@christianserving.org 
 Sent: Tuesday, April 23, 2013 1:06 PM
 Subject: Re: Where has all the groupware gone.
 
 Guys,
 
 I've been reading a lot about sogo and I do like what I see.
 
 Is this port ready yet?  I just updated my ports tree and I don't see it.
 
 P.
 
 snip
 
 I ran into the same error, and Jim (creator of the ports, cc'ed) had to 
 fix a rather small oversight.  Things seem to work now.
 
 Check both out from here:
 
 https://svn.redports.org/jhriggs/devel/sope/
 https://svn.redports.org/jhriggs/www/sogo/
 
 
 Upon installation, the user and group for SOGo will be created 
 automatically from the contents of ${PORTSDIR}/UIDs and 
 ${PORTSDIR}/GIDs, once the port has been accepted into the ports tree.
 
 For now, you need to manually add the respective user and group to the 
 above files, as the ports system won't be able to handle them, otherwise.
 
 See http://www.freebsd.org/cgi/query-pr.cgi?pr=175947.
 
 Be warned, though

Re: Where has all the groupware gone.....

2013-04-23 Thread Paul Pathiakis
Guys,

I've been reading a lot about sogo and I do like what I see.

Is this port ready yet?  I just updated my ports tree and I don't see it.

P.

snip


I ran into the same error, and Jim (creator of the ports, cc'ed) had to 
fix a rather small oversight.  Things seem to work now.

Check both out from here:

https://svn.redports.org/jhriggs/devel/sope/
https://svn.redports.org/jhriggs/www/sogo/


Upon installation, the user and group for SOGo will be created 
automatically from the contents of ${PORTSDIR}/UIDs and 
${PORTSDIR}/GIDs, once the port has been accepted into the ports tree.

For now, you need to manually add the respective user and group to the 
above files, as the ports system won't be able to handle them, otherwise.

See http://www.freebsd.org/cgi/query-pr.cgi?pr=175947.

Be warned, though, that you may need to adapt the numerical user and 
group id, because those in the PR may have already been assigned to 
other ports.

MfG CoCo
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Wordpress PostGreSql plugin

2013-04-05 Thread Paul Pathiakis
Hi,

Could someone upgrade the wordpress port to have PostGreSQL interface option?

wordpress.org/extend/plugins/postgresql-for-wordpress/


They have it on the site.  I would think this is pseudo-simple.

(It seems that wordpress has gained quite a lot of attention.)

Thank you,

P.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Where has all the groupware gone.....

2013-03-17 Thread Paul Pathiakis
Hi,

I have tried building many pieces of groupware so that I can replace MS at 
various client sites.

However:

zimbra?  No port.  (Hardcoded /opt/zimbra)
kolab?  No port.    (Hardcoded /kolab  - This could work if they got rid of the 
idiocy of OpenPKG)
(A kolab port could easily be done if all the dependencies their rpms were made 
into a port for it. - It should work fairly easily with ZFS)

Citadel?  No port.  Got it working and seems pretty decent.

SimpleGroupware - Not DB independent, MySQL only
Tine?  Not DB independent, MySQL only  (Who does that in this day and age?)

Horde?  Port is cumbersome and very few tips anywhere to get it up and running 
quickly on FreeBSD  (Is there a doc I can't find?)
Horde
 Web?  Same as Horde

Egroupware?  Sweet... Works nice and seems very useful.  Many compliments from 
people on how well it works.  


Phpgroupware?  Not really groupware in the form of the others above.

I'm just evaluating.  I have no affiliation with any.  However, the lack 
thereof when we could be inserting groupware FreeBSD servers in clients... :-)

Thank you for checking into this and creating real ports and/or documentation.

P.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Issue with egroupware install

2013-03-12 Thread Paul Pathiakis
Hi,

The install is nice enough, however, since everyone is on Apache 2.2 and later 
now, there's a few things missing in the on-screen notes after the install:

It already says this:



==
POST-INSTALL CONFIGURATION FOR eGroupware


Make sure in your php.ini session.save_path='/tmp' is writable
upload_max_filesize = 8M

1) Create a user and a database for eGroupware to store all
   its tables in (or choose an existing database).
   It doesn't matter what the database or user names are,
   as this will be configured in a later step.

2) Add the following to your Apache configuration, and
   restart the server:

   ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
   Alias /eg /usr/local/www/eg/
   AcceptPathInfo On
   Directory /usr/local/www/eg
  AllowOverride None
  Order Allow,Deny
  Allow from all 
   /Directory
   Directory /usr/local/www/egdata
  AllowOverride None
  Order Allow,Deny
  Deny from all 
   /Directory

3) Visit your eGroupware site with a browser (i.e.,
   http://your.server.com/eg/), and you should
   be taken to the install.php script, which will lead
   you through creating a config file and then
   setting up eGroupware, creating an admin account, etc.

4) When you come to the setup page,please set the files'
and backup's full path with:
   /usr/local/www/egdata/files
   /usr/local/www/egdata/backup


In step #2, there should be several other things added to the httpd.conf for 
Apache to work right without pain.  It would be better to have this:

2) Add the following to your Apache configuration, and
   restart the server:

In the section for IfModule dir_module,

change:


DirectoryIndex index.html

to:

DirectoryInex index.php index.html


   ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.

In the Alias section, add:

   Alias /eg /usr/local/www/eg/
   AcceptPathInfo On

In the Directory section, after the complete 


Directory path/apache22/cgi-bin 

    snip
/Directory?

Add:


   Directory /usr/local/www/eg
  AllowOverride None
  Order Allow,Deny
  Allow from all 
   /Directory
   Directory /usr/local/www/egdata
  AllowOverride None
  Order Allow,Deny
  Deny from all 
   /Directory

In the IfModule mime_module section,

After:

    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz


Add:

    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps



Just helpin'

P.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Fw: zimbra

2013-02-18 Thread Paul Pathiakis



- Forwarded Message -
From: Martin Solčiansky so...@solko.sk
To: pathia...@yahoo.com 
Sent: Friday, February 15, 2013 2:56 AM
Subject: zimbra
 

hey,
I am trying to get a complete port built.

I've seen the incredible effort that you put in and I believe it to be VERY 
CLOSE to a complete port build.

I have been in contact with the FreeBSD ports people and some have expressed an 
interest in getting this to be a complete and sanctioned port.

Please tell me that you're interested in finishing this to completion.
once again, zimbra forums notification confuse me. i got private message 
notification on feb 15th, 6 days later :(.
i can tell you that zimbra on freebsd is the same zimbra you can run on linux 
nowadays. university mailserver has been happy for some time now :). however, 
with a complete port build there are some major issues:
1) '/opt/zimbra' is hardcoded. seriously, hardcoded in lots and lots of parts 
of code. you can do a patch that will change this but it's very very bad idea 
in the long run. the maintenance would kill you. putting stuff outside /usr 
does not comply with freebsd standards. you can circumvent via mount_null but i 
doubt that freebsd people will approve it.
2) some libraries/versions, perl modules are simply NOT available in the ports 
collection and if they are there you just cannot reuse them inside the base 
system since zimbra hardcodes stuff into them. there is a reason why zimbra 
team uses specific versions of the third party software and i somehow learnt 
the hard way :-). not to mention linking.
3) port upgrade would be a simple nightmare. you have to use the provided 
zimbra-upgrade script (or spent ages to do it your own way) and upgrade simply 
deletes all the binaries.. and replace them.

that being said, i am well capable of creating an initial port (hell, i started 
that long time ago and then just gave up) but i would need constant help. i 
don't have time to maintain it. and maybe i even lack some skill to do that. 
and i don't think that it can be done properly.
some time ago i offered zimbra team i would rework their build process so that 
it becomes more.. transparent. well, i don't have the time now but prior to 
creating the port it would help a great deal if the zimbra team could just 
incorporate slight changes (include placeholders for the patch in the code, 
create ONE CONFIGURATION FILE FOR EVERYTHING (yes, caps)). that way you could 
do only slight alterations. simply change master dir and you are done (tbh, 
they use $ZIMBRA_HOME variable most of time.. and then.. they just switch to 
/opt/zimbra :))

so there you got your very first step. for several years the patch just added 
support for freebsd compilation while changing nothing for other platforms. i 
gave up in the last release and just hardcoded it 'cos once again i lack time. 
contact freebsd ports people, tell them to ask zimbra people to offer some help 
(they very friendly pre-vmware - dont know now).
the second step is finding someone who is interested in maintaining the port. i 
can do the patching for new versions but i simply won't handle the agenda 
(compatibility with other freebsd versions, compilation, alteration bla bla 
otherworsending in -ion).

i will try to prepare the newest zimbra version (8.0.2) patch and we can try 
the to make it happen :-). thing is.. i have no fucking idea why zimbra can't 
just do a proper supported commercial edition. it was proven that it runs on 
freebsd and it's somehow a very silly commercial model to exclude shitload of 
freebsd servers from their portfolio.

let's cure the disease, not the symptoms.

you can reach me on skype via solko_the_demigod handle. best of luck to you,

s.

PS (sorry about the html email but i just don't think that in these days anyone 
uses device without html support - and that comes from someone using fbsd for 
past 13 years)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: Zimbra Port

2013-02-08 Thread Paul Pathiakis
Chris,

I dug into it hard just a few days ago.

Here's their issues:

Like most people who are solely Linux (I'm not solely anything, 25+ years in 
sysadmin, architecture, internet engineering, etc.), they don't understand 
where /opt came from and what its true, original purpose was.  (Additional OS 
enhancement software - directory was created circa 1990).  Most of the linux 
world believes that all additional software goes into /opt.

Happily, we have nullfs but more happily, ZFS.

ZFS creating /opt/zimbra or creating a zpool and zfs'ing it, whatever, solves 
this issue.  (In other words, poor use of auto-configuration tools and make 
variables that allow you to define a DESTDIR instead of hardcoding it.)  
Performing a softlink or other things causes the install to totally blow up.

They guy who did the attempt at FreeBSD installation, did a decent job at 
figuring this out.  Everything, performing his procedure works as almost as 
directed.  

Things that are not to be liked about it:

He builds specific packages for the install and bundles them up with the 
install.
He creates three packages for the install, the builddeps, rundeps and source.
He then almost forces you to use these packages and his 'blessed ports 
packages that he created to get it to install correctly instead of just using 
ports.

After all this is installed with pkg_add (I couldn't find any indication of 
pkgng work) The supporting software is installed and ready to go.

Now, you get to the Zimbra source.  (All 3 software bundles are tar'd and 
gzip'd)  Once the ZCS is unpacked, you run install.sh in its root directory and 
away it goes.  

Once you get by some very strange errors (DNS not configured but it was, you 
have to force it to be your domain, and some other strangeness), you work out 
those few issues and find no errors in the install log(s).  Awesome

The last part of it is the thing starts up and integrates everything  (This 
is something truly impressive:  Apache, OpenSSL (certs get gen'd) , LDAP, 
MySqeel, Postfix, all the spam, virus, etc packages that go with a mail system, 
and on and on.  It then tells me everything is running and I have to 
connect to https://host:7071. it just hangs at that point  *shrug*  

I've tried debugging it and I've tried over 10 times of going over possible 
errors.  Nothing.  I tried contacting the author but there seems to be an 
access issue.

I'll try again soon, however, my company is being built right now  so I 
have VERY, VERY LIMITED time.  (Yes, it's PC-BSD and FreeBSD based)  I was 
hoping to have a full collaboration suite for MS exchange and Outlook drop-in 
replacement and this looked very promising.  *sigh*

P.





 From: Chris Rees cr...@freebsd.org
To: Paul Pathiakis pathia...@yahoo.com 
Cc: po...@freebsd.org po...@freebsd.org 
Sent: Friday, February 8, 2013 2:23 PM
Subject: Re: Zimbra Port
 
On 29 January 2013 15:22, Paul Pathiakis pathia...@yahoo.com wrote:
 Hi,

 It looks like they are s close here.  Can't ports pick this up and put it 
 in the collection?

 http://wiki.zimbra.com/wiki/Zimbra_on_FreeBSD

 If you look at the Zimbra site for threads there are quite few with people 
 asking for Zimbra on FreeBSD.

At a glance it's a little less trivial than picking it up and putting
it in the collection :)

It probably wouldn't be too difficult, but someone would need to make
a tarball of the sources available, which may have licensing issues...
perhaps you could ask the author how he made the packages?

Chris
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Zimbra Port

2013-02-08 Thread Paul Pathiakis
Gentlemen:

I created an account on the Zimbra site and sent mail to the OSS Engineer, 
Solko, who has done most of the attempted post.  I hope to hear from him soon 
and get this kicked off.

At the present time, I'm in the middle of performing the buildout of my 
infrastructure and products for Atlantis Services, my company.  I hope to do 
FreeBSD/PC-BSD proud. :-)

I hope that Ports can pick up the mantle and run with this once I get all the 
parties to the table.

(Heck, I've done an OK job over the years although OpenNMS (Thanks to 
getting Sevan to talk to ports) is not a complete port, the install is 
incredibly simple now...  FrontAccounting is getting many of my client 
QuickBooks users :-)  Zimbra could be yet another great addition to ports.  As 
I get more feedback from my clients as to their needs, we'll round out even 
more useful ports for the small business user. )

(Sure my site isn't up, word of mouth is keeping me busy enough. :-) )  


You gotta love the look of bewilderment:

Not Microsoft?
Free Office Suite?  (OO, of course)
No viruses?
No SPAM?
Free software?
No license fees?

It just keeps getting better.

So, here's hoping we can get this to go quickly  


P.




 From: Jason Helfman j...@freebsd.org
To: Paul Pathiakis pathia...@yahoo.com 
Cc: Chris Rees cr...@freebsd.org; po...@freebsd.org po...@freebsd.org 
Sent: Friday, February 8, 2013 5:31 PM
Subject: Re: Zimbra Port
 

On Fri, Feb 8, 2013 at 12:59 PM, Paul Pathiakis pathia...@yahoo.com wrote:

Chris,

I dug into it hard just a few days ago.

Here's their issues:

Like most people who are solely Linux (I'm not solely anything, 25+ years in 
sysadmin, architecture, internet engineering, etc.), they don't understand 
where /opt came from and what its true, original purpose was.  (Additional OS 
enhancement software - directory was created circa 1990).  Most of the linux 
world believes that all additional software goes into /opt.

Happily, we have nullfs but more happily, ZFS.

ZFS creating /opt/zimbra or creating a zpool and zfs'ing it, whatever, solves 
this issue.  (In other words, poor use of auto-configuration tools and make 
variables that allow you to define a DESTDIR instead of hardcoding it.)  
Performing a softlink or other things causes the install to totally blow up.

They guy who did the attempt at FreeBSD installation, did a decent job at 
figuring this out.  Everything, performing his procedure works as almost as 
directed. 

Things that are not to be liked about it:

He builds specific packages for the install and bundles them up with the 
install.
He creates three packages for the install, the builddeps, rundeps and source.
He then almost forces you to use these packages and his 'blessed ports 
packages that he created to get it to install correctly instead of just using 
ports.

After all this is installed with pkg_add (I couldn't find any indication of 
pkgng work) The supporting software is installed and ready to go.

Now, you get to the Zimbra source.  (All 3 software bundles are tar'd and 
gzip'd)  Once the ZCS is unpacked, you run install.sh in its root directory 
and away it goes. 

Once you get by some very strange errors (DNS not configured but it was, you 
have to force it to be your domain, and some other strangeness), you work out 
those few issues and find no errors in the install log(s).  Awesome

The last part of it is the thing starts up and integrates everything  
(This is something truly impressive:  Apache, OpenSSL (certs get gen'd) , 
LDAP, MySqeel, Postfix, all the spam, virus, etc packages that go with a mail 
system, and on and on.  It then tells me everything is running and I have 
to connect to https://host:7071. it just hangs at that point  
*shrug* 

I've tried debugging it and I've tried over 10 times of going over possible 
errors.  Nothing.  I tried contacting the author but there seems to be an 
access issue.

I'll try again soon, however, my company is being built right now  so I 
have VERY, VERY LIMITED time.  (Yes, it's PC-BSD and FreeBSD based)  I was 
hoping to have a full collaboration suite for MS exchange and Outlook drop-in 
replacement and this looked very promising.  *sigh*

P.






 From: Chris Rees cr...@freebsd.org
To: Paul Pathiakis pathia...@yahoo.com
Cc: po...@freebsd.org po...@freebsd.org
Sent: Friday, February 8, 2013 2:23 PM
Subject: Re: Zimbra Port


On 29 January 2013 15:22, Paul Pathiakis pathia...@yahoo.com wrote:
 Hi,

 It looks like they are s close here.  Can't ports pick this up and put 
 it in the collection?

 http://wiki.zimbra.com/wiki/Zimbra_on_FreeBSD

 If you look at the Zimbra site for threads there are quite few with people 
 asking for Zimbra on FreeBSD.

At a glance it's a little less trivial than picking it up and putting
it in the collection :)

It probably wouldn't be too difficult, but someone would need to make
a tarball

Zimbra Port

2013-01-29 Thread Paul Pathiakis
Hi,

It looks like they are s close here.  Can't ports pick this up and put it 
in the collection?

http://wiki.zimbra.com/wiki/Zimbra_on_FreeBSD

If you look at the Zimbra site for threads there are quite few with people 
asking for Zimbra on FreeBSD.

PLEASE! :-)

P.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Ports requrest: OpenNMS

2013-01-09 Thread Paul Pathiakis
Hi,

I've requested this before, however, I still don't see it in the collection.

OpenNMS is an awesome tool for monitoring.  It takes SNMP and IPMI to an 
incredible level and the ability to monitor huge numbers of machines makes me a 
fan.  (Along with all the other features of course).  It even got me to switch 
off of NAGIOS as the amount of detail and trend graphing it provides is 
incredible.

Also, previously, my attempts surrounded a gentleman who seems to already be 
creating a FreeBSD package for it.

http://www.geeklan.co.uk/files/opennms/    -- Sevan has these files that he 
creates.  They are very useful although not an official 'port' at this time.

Thank you,  (and, no, working to create a PCBSD/FreeBSD consulting company does 
not leave me time to work on this. :-) )

Paul Pathiakis
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Port Request - FrontAccounting

2012-12-26 Thread Paul Pathiakis
Thank you!!!

I'm just switching over to it.  I'll leave the QB stuff in that format until it 
expires in 7 years.  This package is awesome.

Come the New Year, I'll be on FrontAccounting.

P.





 From: Janketh Jay jan...@unfs.us
To: Paul Pathiakis pathia...@yahoo.com 
Cc: po...@freebsd.org po...@freebsd.org; Chris Rees utis...@gmail.com 
Sent: Thursday, December 20, 2012 11:45 PM
Subject: Re: Port Request - FrontAccounting
 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

    Finally got around to submitting this tonight with a big thanks to
Chris. Thanks!

    PR number is 174601 and, of course, it can be located here:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174601

Regards,
Janky Jay, III


On 08/21/2012 08:25 PM, Janketh Jay wrote:
 Hi Everyone,
 
 Thanks for all of this info. regarding the port changes that
 should be done. I haven't played with the port system in a while so
 I'm definitely a bit rusty and I'm sure there have been many
 changes (Hence the Apache 2.0 bit... :o!) Anyhow, I had to skip
 town for a few days for something EXTREMELY important (golf...) but
 I will try to get this fixed and submitted within the next few
 days.
 
 Thanks again, Janky Jay, III
 
 
 On 08/19/2012 04:00 PM, Paul Pathiakis wrote:
 My thanks to all of you on this. :-)
 
 P.
 
 

 
 
 *From:* Chris Rees utis...@gmail.com
 *To:* Alan Hicks ahi...@p-o.co.uk *Cc:* Janketh Jay 
 jan...@unfs.us; po...@freebsd.org po...@freebsd.org; Paul 
 Pathiakis pathia...@yahoo.com *Sent:* Sunday, August 19, 2012 
 11:06 AM *Subject:* Re: Port Request - FrontAccounting
 
 On 19 August 2012 11:28, Alan Hicks ahi...@p-o.co.uk 
 mailto:ahi...@p-o.co.uk wrote:
 Hi
 
 
 On 19/08/2012 03:46, Janketh Jay wrote:
 
 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
 
 Or not. It appears the attachment was lost. You can download 
 the .tar.gz file from the following URL:
 
 
 
 http://www.purplehat.org/downloads/frontaccounting/frontaccounting-2.3.11-fbsd-port.tar.gz



 
 Extract to ${PORTSDIR}/www and let me know if anything needs to be
 changed and/or adjusted
 
 On 08/18/2012 08:42 PM, Janketh Jay wrote:
 
 Hi,
 
 On 08/18/2012 11:53 AM, Paul Pathiakis wrote:
 
 Hi,
 
 
 This is probably the best competitor to QuickBooks out 
 there. People can rave about the benefits of GnuCash and 
 Kmymoney. I've used both and they both lack.  This
 doesn't. I've also got a pretty good bit of Accounting in
 my background.  This should definitely be a port.
 
 
 No, I don't have time.  I'm busy trying to build Atlantis
  Services and putting FreeBSD and PCBSD into the
 mainstream. This is one of those things that will be
 necessary.
 
 
 Paul Pathiakis
 
 
 I've attached a port (in tar.gz form) which is the 
 FrontAccounting port for FreeBSD. I've tested it a few
 times and it seems to work perfectly fine. If someone wants
 to test this before I submit, that would be great.
 Otherwise, I'll submit some time tomorrow.
 
 
 Thanks for porting, install works well.
 
 On de-installing before running the install wizard there are 
 unable to delete errors for www/frontaccounting/config_db.php 
 www/frontaccounting/config.default.php
 
 Yup, the plist has the correct @unexec and @exec lines, but of 
 course the @exec lines only apply if installing from a package.
 
 For installation from the port;
 
 post-install: .for conf in config%.php config_db%.php ${CP} -np 
 ${PREFIX}/www/frontaccounting/${conf:S,%,.default} \ 
 ${PREFIX}/www/frontaccounting/${conf:S,%,,} .endfor
 
 will do nicely.
 
 After a full install including the web install wizard there
 are delete errors for 
 '/usr/local/www/frontaccounting/config.default.php' doesn't 
 exist '/usr/local/www/frontaccounting/tmp' 
 '/usr/local/www/frontaccounting/lang' 
 '/usr/local/www/frontaccounting/company/0/js_cache' 
 '/usr/local/www/frontaccounting/company/0' 
 '/usr/local/www/frontaccounting/company' 
 '/usr/local/www/frontaccounting'
 
 Perhaps @dirrmtry might be of help
 
 Also unable to build a package as cannot find config_db.php
 
 Trying the usual portmaster reinstall fails to create a backup 
 package and so has to prompt to ignore the error, the
 reinstall succeeds successfully.
 
 Should be a great addition to the ports, Alan
 
 
 I think these errors can mostly be traced to the missing
 Makefile lines :)
 
 Nice job!  CC me on your PR.
 
 Chris
 
 
 ___ 
 freebsd-ports@freebsd.org mailing list 
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports To
 unsubscribe, send any mail to
 freebsd-ports-unsubscr...@freebsd.org
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlDT6XAACgkQGK3MsUbJZn7/lgCfTqV2IFfyQzAZaMeUGZY4+/AZ
1B0Anj0M74GB/Y17I2qEY+KwbAaT6pc7
=g9aK
-END PGP SIGNATURE

Re: Port Request - FrontAccounting

2012-12-18 Thread Paul Pathiakis
Hi to everyone

Did this make it into ports yet?  I assumed it would be under finance.  
However, I can't find it anywhere in the ports at all.

Thank you!

P.





 From: Janketh Jay jan...@unfs.us
To: Paul Pathiakis pathia...@yahoo.com 
Cc: Chris Rees utis...@gmail.com; Alan Hicks ahi...@p-o.co.uk; 
po...@freebsd.org po...@freebsd.org 
Sent: Tuesday, August 21, 2012 10:25 PM
Subject: Re: Port Request - FrontAccounting
 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Everyone,

    Thanks for all of this info. regarding the port changes that should
be done. I haven't played with the port system in a while so I'm
definitely a bit rusty and I'm sure there have been many changes
(Hence the Apache 2.0 bit... :o!) Anyhow, I had to skip town for a few
days for something EXTREMELY important (golf...) but I will try to get
this fixed and submitted within the next few days.

Thanks again,
Janky Jay, III


On 08/19/2012 04:00 PM, Paul Pathiakis wrote:
 My thanks to all of you on this. :-)
 
 P.
 
 

 
*From:* Chris Rees utis...@gmail.com
 *To:* Alan Hicks ahi...@p-o.co.uk *Cc:* Janketh Jay
 jan...@unfs.us; po...@freebsd.org po...@freebsd.org; Paul
 Pathiakis pathia...@yahoo.com *Sent:* Sunday, August 19, 2012
 11:06 AM *Subject:* Re: Port Request - FrontAccounting
 
 On 19 August 2012 11:28, Alan Hicks ahi...@p-o.co.uk 
 mailto:ahi...@p-o.co.uk wrote:
 Hi
 
 
 On 19/08/2012 03:46, Janketh Jay wrote:
 
 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
 
 Or not. It appears the attachment was lost. You can download
 the .tar.gz file from the following URL:
 
 
 
 http://www.purplehat.org/downloads/frontaccounting/frontaccounting-2.3.11-fbsd-port.tar.gz


 
Extract to ${PORTSDIR}/www and let me know if anything needs to be
 changed and/or adjusted
 
 On 08/18/2012 08:42 PM, Janketh Jay wrote:
 
 Hi,
 
 On 08/18/2012 11:53 AM, Paul Pathiakis wrote:
 
 Hi,
 
 
 This is probably the best competitor to QuickBooks out
 there. People can rave about the benefits of GnuCash and
 Kmymoney. I've used both and they both lack.  This doesn't.
 I've also got a pretty good bit of Accounting in my
 background.  This should definitely be a port.
 
 
 No, I don't have time.  I'm busy trying to build Atlantis 
 Services and putting FreeBSD and PCBSD into the mainstream.
 This is one of those things that will be necessary.
 
 
 Paul Pathiakis
 
 
 I've attached a port (in tar.gz form) which is the
 FrontAccounting port for FreeBSD. I've tested it a few times
 and it seems to work perfectly fine. If someone wants to test
 this before I submit, that would be great. Otherwise, I'll
 submit some time tomorrow.
 
 
 Thanks for porting, install works well.
 
 On de-installing before running the install wizard there are
 unable to delete errors for www/frontaccounting/config_db.php 
 www/frontaccounting/config.default.php
 
 Yup, the plist has the correct @unexec and @exec lines, but of
 course the @exec lines only apply if installing from a package.
 
 For installation from the port;
 
 post-install: .for conf in config%.php config_db%.php ${CP} -np
 ${PREFIX}/www/frontaccounting/${conf:S,%,.default} \ 
 ${PREFIX}/www/frontaccounting/${conf:S,%,,} .endfor
 
 will do nicely.
 
 After a full install including the web install wizard there are
 delete errors for 
 '/usr/local/www/frontaccounting/config.default.php' doesn't
 exist '/usr/local/www/frontaccounting/tmp' 
 '/usr/local/www/frontaccounting/lang' 
 '/usr/local/www/frontaccounting/company/0/js_cache' 
 '/usr/local/www/frontaccounting/company/0' 
 '/usr/local/www/frontaccounting/company' 
 '/usr/local/www/frontaccounting'
 
 Perhaps @dirrmtry might be of help
 
 Also unable to build a package as cannot find config_db.php
 
 Trying the usual portmaster reinstall fails to create a backup
 package and so has to prompt to ignore the error, the reinstall
 succeeds successfully.
 
 Should be a great addition to the ports, Alan
 
 
 I think these errors can mostly be traced to the missing Makefile
 lines :)
 
 Nice job!  CC me on your PR.
 
 Chris
 
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlA0QycACgkQGK3MsUbJZn5E7wCcDjAUI0AeWeCSaet0iYVtYluT
8OkAni3vzJs1mpfYBSgGHyPM89UwRRwg
=BjyB
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Ports request

2012-10-06 Thread Paul Pathiakis
I have had a really difficult time getting wine to run on PC-BSD and FreeBSD.  
Nothing seems to work correctly.  Is there a simple document to get this to 
work?

If I can get it to work, there's probably a good chance I can move the boy (and 
others) over to PC-BSD.

P.



 From: Chris Rees cr...@freebsd.org
To: Paul Pathiakis pathia...@yahoo.com 
Cc: po...@freebsd.org po...@freebsd.org; Kris Moore k...@pcbsd.org 
Sent: Saturday, October 6, 2012 2:45 AM
Subject: Re: Ports request
 
On 6 October 2012 04:52, Paul Pathiakis pathia...@yahoo.com wrote:
 Good day, ports!

 Something that I have noticed in the world of home desktops  although 
 *BSD is total server package and I can do many things.
 The StEam platform from ValVe corp is a large step in gaming at this point.

 I have a 13 year old who has a slew of friends on this gaming platform.  
 Minecraft was a huge leap for gaming on the desktop on PC-BSD.  My son loves 
 using it on PC-BSD but STEAM is where he is spending more than half his 
 time on Windoze!!

 StEam is in the process of moving over to Linux. Please don't fall behind in 
 the effort of bringing this platform to BSD.

Don't be fooled-- the people responsible for bringing Steam to Linux
are the guys at Valve, not the Linux people, whoever they are.

Being non-free software, we are almost powerless in porting it.  It
does run great under Wine however.

Chris
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Ports request

2012-10-06 Thread Paul Pathiakis
All the platforms that I run on, FreeBSD and PC-BSD, are all 64 bit.  My son is 
running 64 bit versions of Windoze 7.  The machines have 8 GB and dual core 
processors.  (AMD Procs).  

I seem to have to problems:

1) Installing and running wine correctly.
2) Getting the games to install and run correctly.

The problem with WinE and getting something to run under it is problematic as 
something not running under WinE could be a bad install/config of WinE or the 
software I'm trying to run under WinE.  

Thanks for the help on resolving this.

I'd really like to run anything/everything under WinE for Windoze apps.  

P.



 From: marcos alves noid...@gmail.com
To: Paul Pathiakis pathia...@yahoo.com 
Cc: Chris Rees cr...@freebsd.org; po...@freebsd.org po...@freebsd.org; 
Kris Moore k...@pcbsd.org 
Sent: Saturday, October 6, 2012 11:40 AM
Subject: Re: Ports request
 

Wine itself or games under wine? What are the issues?


2012/10/6 Paul Pathiakis pathia...@yahoo.com

I have had a really difficult time getting wine to run on PC-BSD and FreeBSD.  
Nothing seems to work correctly.  Is there a simple document to get this to 
work?

If I can get it to work, there's probably a good chance I can move the boy 
(and others) over to PC-BSD.

P.




 From: Chris Rees cr...@freebsd.org
To: Paul Pathiakis pathia...@yahoo.com
Cc: po...@freebsd.org po...@freebsd.org; Kris Moore k...@pcbsd.org
Sent: Saturday, October 6, 2012 2:45 AM
Subject: Re: Ports request


On 6 October 2012 04:52, Paul Pathiakis pathia...@yahoo.com wrote:
 Good day, ports!

 Something that I have noticed in the world of home desktops  although 
 *BSD is total server package and I can do many things.
 The StEam platform from ValVe corp is a large step in gaming at this point.

 I have a 13 year old who has a slew of friends on this gaming platform.  
 Minecraft was a huge leap for gaming on the desktop on PC-BSD.  My son loves 
 using it on PC-BSD but STEAM is where he is spending more than half his 
 time on Windoze!!

 StEam is in the process of moving over to Linux. Please don't fall behind in 
 the effort of bringing this platform to BSD.

Don't be fooled-- the people responsible for bringing Steam to Linux
are the guys at Valve, not the Linux people, whoever they are.

Being non-free software, we are almost powerless in porting it.  It
does run great under Wine however.

Chris
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Ports request

2012-10-05 Thread Paul Pathiakis
Good day, ports!

Something that I have noticed in the world of home desktops  although *BSD 
is total server package and I can do many things.
The StEam platform from ValVe corp is a large step in gaming at this point.

I have a 13 year old who has a slew of friends on this gaming platform.  
Minecraft was a huge leap for gaming on the desktop on PC-BSD.  My son loves 
using it on PC-BSD but STEAM is where he is spending more than half his 
time on Windoze!!

StEam is in the process of moving over to Linux. Please don't fall behind in 
the effort of bringing this platform to BSD.

I've experienced it myself and it is highly addictive It's also quite open 
in many ways.

Thank you for your time on this,

Paul Pathiakis
Atlantis Services
Owner
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Port Request

2012-10-05 Thread Paul Pathiakis
Good day, ports!

A new port request that is probably critical to moving forward with a total 
collaborative service  I don't see Zimbra anywhere.

Could you please check into this and see what the possibility is?

Thank you,

Paul Pathiakis
Atlantis Services
Owner
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Port Request - FrontAccounting

2012-08-18 Thread Paul Pathiakis
Hi,

This is probably the best competitor to QuickBooks out there.  People can rave 
about the benefits of GnuCash and Kmymoney.  I've used both and they both 
lack.  This doesn't.  I've also got a pretty good bit of Accounting in my 
background.  This should definitely be a port.

No, I don't have time.  I'm busy trying to build Atlantis Services and putting 
FreeBSD and PCBSD into the mainstream.  This is one of those things that will 
be necessary.

Paul Pathiakis
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


OpenNMS link/port

2011-04-13 Thread Paul Pathiakis
Hi,

It has come to my attention that there is a port for OpenNMS in package form at 
this address:

http://www.geeklan.co.uk/files/opennms/

it is referenced from this link:
http://www.opennms.org/wiki/Building_On_FreeBSD6.1

Could the ports people please get this person on board to maintain the port and 
get it put into the distribution?  

OpenNMS is fantastic.  I've replaced multiple monitoring tools with this one.  
Please, please, please get this author involved to put it in the ports 
collection and maintain it.

Thank you!

Paul Pathiakis
FreeBSD freak!

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Port Request - Handrake GUI version

2011-03-03 Thread Paul Pathiakis
Hi Ports!

Please don't ask me if I have time to spend on this. :-(

However, when I rip things to H.264 or MP4, I use Handbrake on Windoze XP.  It 
is so freakin' slow and CPU intensive that I want to scream.  It's running on a 
dual-proc AMD Athlon II with 4 GB of RAM (or however much a 32-bit version will 
see).  I see that they have this for Ubuntu and MAC as well as Windoze.  Is 
there anyone that can get the GUI version running on KDE for FreeBSD?  It would 
be just another thing I can get away from MS on.

Thank you!

Paul Pathiakis



  
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: linux-f10-pango security vulnerability

2010-02-09 Thread Paul Pathiakis
Sorry if there seemed to be any attitude.  There wasn't.  It was just that it 
seemed like something had slipped through the cracks.  Also, I've watched BSD 
and derivatives since 1984, I'm fully aware of FreeBSDs volunteer support.  
Also, notice it was posted with a please and asap not ASAP.  If I had the 
time, I would fix it myself.  Heck, if I could work on FreeBSD and support a 
decent lifestyle, I'd work on getting it where it's interface could be much 
better for a junior or intermediate system administrator would better 
understand it and there would probably be a larger following than the haphazard 
junk that is the Linux kernel. The linux kernel is larger than the entire 
FreeBSD OS with kernel and userland.  Bloat much?

Personally, FreeBSD is a vastly superior OS to many commercial and all free 
OSes.  (I'm still holding back on my decision about MacOSX and OpenSolaris 
--making huge strides in tech again.)  Also, the information flow between 
SUN/Solaris and BSD is better than it's been in years (since the times of 
NFS/NIS and RPCs) with the advent of ZFS and DTrace and VirtualBox.  Also, 
Apple and DarwinOS make me cheer for the desktop invasion of BSD.  I still look 
back at all the doom and gloom about FreeBSD's death 5 years ago and now it's 
stronger than ever.  It's like the bionic OS Gentlemen, we have the 
technology... we can make it better... stronger faster. smaller in 
footprint (OK, so the 1984 reference and the 6 million dollar man reference 
shows my age. :-) )

Take no offense, FreeBSD people.  I'm a 2.1 to 8.x user.  I have all my 
subscription CD's in my home server room.  I'm closing on my 25th year as a 
System Administrator/Consultant/Contractor/Architect... UNIX and networking 
with Comp. Sci degree.  I worked with BSD 4.2, 4.3, 4.3-Tahoe, 4.3-Reno, etc.

Awaiting HAST at this point.  Already have ZFS (gpt with zfsboot - no ufs) and 
FreeBSD 8.0 at home.

BTW, someone should port OpenNMS to FreeBSD.  It is, by far, vastly superior to 
all of the other the monitoring tools:  Nagios, Ganglia, mrtg, etc.  It is 
enterprise class.

Ending my rant

Paul





From: Peter Jeremy peterjer...@acm.org
To: Paul Pathiakis pathia...@yahoo.com
Cc: po...@freebsd.org
Sent: Tue, February 9, 2010 2:56:33 PM
Subject: Re: linux-f10-pango security vulnerability

On 2010-Feb-08 18:05:43 -0800, Paul Pathiakis pathia...@yahoo.com wrote:
/usr/ports/x11-toolkits/linux-f10-pango still has a security
vulnerability and means that no one can build the linux port to
install linux-f10-flashplugin.  Not good.  Please fix asap.

FreeBSD is maintained by volunteers.  That sort of attitude will just
annoy people.  Feel free to fix it yourself.

-- 
Peter Jeremy

PS: Politely asking the port maintainer might get you somewhere.



  
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


linux-f10-pango security vulnerability

2010-02-08 Thread Paul Pathiakis
Hi,

/usr/ports/x11-toolkits/linux-f10-pango still has a security vulnerability and 
means that no one can build the linux port to install linux-f10-flashplugin.  
Not good.  Please fix asap.

Thank you!

Paul Pathiakis



  
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Port Request - Asset Tracker for RT

2008-04-11 Thread Paul Pathiakis
Hi,

 

I know I asked about port being done for this over a year ago and got
some response from the package author and a porter, however, I still
don't see it.  Also, the package has become quite popular and I really
wanted to install it on my RT system.  However, I HATE putting non-ports
on a machine.  (It clutters things up.)

 

Anyhow, the software is now at version 1.2.3 and is located here:

 

http://code.google.com/p/asset-tracker-4rt/

 

and before someone asks, I don't have the time to create and/or learn
how to create a port.  ( I hope to retire in about 14 years.  I'll have
plenty of time then.)

 

Paul

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Ports Request: OpenNMS

2008-04-11 Thread Paul Pathiakis
Hi,

 

This is another request for someone to port OpenNMS to a FreeBSD port.

 

www.opennms.org http://www.opennms.org/ 

 

This is a work of art that is well worthwhile beyond Tivoli and
HP-Openview.

 

It performs a lot of functions and would be well worth packaging as a
port.  There's a lot of people using it, but having it as a port would
be great.

 

(No, I don't have time to perform and maintain a port)

 

Right now, they have packages for:

 

Debian

Fedora

CentOS

RedHat

Solaris

Suse 

Vmware

 

Where is that wonderful FreeBSD port? :-)

 

Thank you,

 

Paul Pathiakis

 

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Ports Request: OpenNMS

2008-04-11 Thread Paul Pathiakis
Let's not forget SiteScope. :-)

P.

-Original Message-
From: Brian A. Seklecki [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 11, 2008 9:40 AM
To: Paul Pathiakis
Cc: [EMAIL PROTECTED]
Subject: Re: Ports Request: OpenNMS


On Fri, 2008-04-11 at 09:34 -0400, Paul Pathiakis wrote:
 Hi,
 
  
 
 This is another request for someone to port OpenNMS to a FreeBSD port.
 
  
 
 www.opennms.org http://www.opennms.org/ 
 
  
 
 This is a work of art that is well worthwhile beyond Tivoli and
 HP-Openview.


Oh come on now!  You've just never had the pleasure (cut 50/50 with
agonizing pain) of NetCool Omninbus!

~BAS

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: FreeBSD Port: MailScanner-4.67.6

2008-03-27 Thread Paul Pathiakis
:-)   I love FreeBSD and its community!!!

 

Thank you for being so responsive!

 

Paul Pathiakis

 



From: Koopmann, Jan-Peter [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 27, 2008 10:14 AM
To: Paul Pathiakis
Cc: [EMAIL PROTECTED]
Subject: RE: FreeBSD Port: MailScanner-4.67.6

 

New version was committed today. Update your port tree please.

 

 

Mit freundlichen Grüßen

 

Jan-Peter Koopmann

Dipl.-Wirtschaftsinformatiker
Geschäftsführer

 

From: Paul Pathiakis [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 27, 2008 2:44 PM
To: Koopmann, Jan-Peter
Cc: [EMAIL PROTECTED]
Subject: FreeBSD Port: MailScanner-4.67.6

 

Hi,

 

It seems that the latest p5-Mail-Tools in the ports tree causes a problem with 
MailScanner.  This has, apparently, been documented in many Linux distros as 
well.  I'm not sure if it's a problem with MailScanner or with the perl module. 
 However, I couldn't get it to run until I went to the previous version of 
p5-Mail-Tools 1.77.  Then, it ran just fine.

 

I was on FreeBSD 6.2 - p2.

 

Thank you,

 

Paul Pathiakis

 

 

-- 

Seceidos GmbHCo. KG
Robert-Bosch-Str. 7
64293 Darmstadt / Germany
E-Mail: [EMAIL PROTECTED]
http://www.seceidos.de http://www.seceidos.de/  

 

Tel: +49 (6151) 66843-43
Fax: +49 (6151) 66843-52

SIP: [EMAIL PROTECTED]
Skype: jan-peter.koopmann


HRA 7206, Amtsgericht Darmstadt

persönlich haftende Gesellschafterin: Seceidos Verwaltungs GmbH, Grafrath, HRB 
158903, Amtsgericht München
Geschäftsführer: Robert Hochrein, Jan-Peter Koopmann 

 

Seceidos FZE
Emirates Towers, Level 41
Sheikh Zayed Road
P.O. Box 31303
Dubai, UAE
http://www.seceidos.com http://www.seceidos.com/  

 

Tel: +971 (4) 3197741
Fax: +971 (4) 3197742

SIP:[EMAIL PROTECTED]
Skype: jan-peter.koopmann 

 

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: FreeBSD Port: MailScanner-4.67.6

2008-03-27 Thread Paul Pathiakis
Portupgrade -a -r -p took care of everything after my cvsup.

Ports were about 3-4 months out of date.  Once updated and restarted,
everything worked fine.  (portupgrade loaded or upgraded all the
requirements you mention below.)

How can people not love this OS?  

I can't wait to migrate some of the machines in my house to 7.0.

Thanks again to all!

Paul Pathiakis

-Original Message-
From: Johan Hendriks [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 27, 2008 10:16 AM
To: Paul Pathiakis
Cc: freebsd-ports@freebsd.org
Subject: RE: FreeBSD Port: MailScanner-4.67.6


Hi,

It seems that the latest p5-Mail-Tools in the ports tree causes a
problem with MailScanner.  This has, apparently, been documented in
many
Linux distros as well.  I'm not sure if it's a problem with MailScanner
or with the perl module.  However, I couldn't get it to run until I
went
to the previous version of p5-Mail-Tools 1.77.  Then, it ran just fine.

I was on FreeBSD 6.2 - p2.

Thank you,

Paul Pathiakis

Well with the version 4.64.4 i had that problem, i could not update
p5-Mail-Tools to 2.02
Now with version 4.67.6 it works just fine.
Also make sure you have devel/p5-IO installed, It is needed now by
MailScanner.
It was not in the ports for some time but i send a pr and p5-IO is added
to the build of MailScanner now

Regards,
Johan Hendriks
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


OpenNMS request

2007-05-08 Thread Paul Pathiakis
Hello Ports!


u. PLEASE!?


http://www.opennms.org/index.php/Main_Page

Thank you!

Paul Pathiakis
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Asset Tracker

2006-11-17 Thread Paul Pathiakis
Good day Ports!

I have a high interest, along with several others, to see Asset Tracker be 
made into a port.  I have contacted the software author, Todd Chapman, 
([EMAIL PROTECTED]) and he has given me permission to pass on his name and the 
software address.

Asset Tracker is an overlay to RT (Request Tracker) and tracks assets (ok, 
duh... :-) ) I'm slowly converting the infrastructure machines, in a company 
that provides Solaris and RH as platforms to customers, into FreeBSD.  Their 
accounting department and IT department are having problems tracking 
locations, addresses and specification of the platforms (PCs, workstations, 
servers, switches, etc) and keeping them in a centralized, platform 
independent repository.

I believe Asset Tracker may be the extensible tool we need.  Please assist.  
If someone from ports could contact the author (CC address) about getting 
this into ports it would be most appreciated.

Thank you!

Paul Pathiakis

PS - Thank you for the solid responses to all the previous requests for 
software.  -and 'no' I don't have time to be the porter. :-(
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]