1. Subscriptions
  2. Services
  3. Hardware
  4. Support

ClearFoundation

About Me

Basic Information

About me
Geek Extraordinaire.

Whereabouts

State / Province
Utah
City / Town
Sandy
Country
United States

Web Links

Facebook
http://www.facebook.com/pages/Geek-Cloud-Consulting/112749765473030
LinkedIn
http://www.linkedin.com/company/geek-cloud-consulting
Twitter
http://twitter.com/geekcloudcnsltg
Web Site
http://www.geek-cloud.com

Connections

11 connections
  • Michael Proper
  • Miguel
  • Devin Johnson
  • Peter Baldwin
  • Tim Burgess
  • Andrew Bootsma
  • Dave Loper
  • Cevin
  • Adi
  • Marcel van Leeuwen
  • Aaron Bylund
James Cummings
James Cummings
Go get the new release! I have links to torrents here: http://p.geekcloud.co/clearOS6
  • Karma
  • Member since
  • Wednesday, 11 August 2010 02:07
  • Last online
  • 25 days ago
  • Profile views
  • 344 views
Today
Peter Baldwin replied to the topic Re: Flexshare update available in the forums.
Thanks for the update James
04:39 AM
Peter Baldwin replied to the topic Re:"tmpwatch" rpm missing... Version 6.2 in the forums.
Hi Tony,

I added tmpwatch to this tracker item scheduled for the next release.
04:37 AM
3 days ago
Peter Baldwin replied to the topic Re: Peter Baldwin in the top-10 most active developers in the forums.
Thanks Yes, I am a bit of a "commit freak" and there's always a lot of cleanup just before a release. Just wait until the translation stuff starts to roll -- that's going to be a commit hurricane!
09:11 AM
Peter Baldwin replied to the topic Re:OpenVPN in the forums.
An test update has been released for OpenVPN and User Certificates (OpenVPN ovpn configuration download):

- Forum post
08:58 AM
Peter Baldwin created a new topic OpenVPN test update available in the forums.
There are a OpenVPN and User Certificates updates available.

- The User Certificates update now has the OpenVPN configuration file download available
- The OpenVPN update fixes the certificate issue

To install the update, run:

Code:

yum --enablerepo=clearos-updates-testing install app-user-certificates app-openvpn


The OpenVPN update has not been thoroughly tested, it's just in a "works for me" state at this time!
08:55 AM
4 days ago
Peter Baldwin replied to the topic Re:Zarafa and the ClearOS 6 Mail Stack - Test Release in the forums.
@ Dylan - hold off on implementing a mail server right now This initial release was really intended for getting some initial design feedback and I would not be surprised if some functionality is not working. The next step is to integrate the suggested changes and start running a live server (eat or own dog foot). We'll then release a beta and we can go from there.

I've never really investigated it, but Zarafa offers a Zarafa-contacts functionality such that users can store contact information in LDAP...is that feasible?

That will have to wait. This should be done in a generic way so that other software packages could take advantage of it. Kolab has the same functionality and I'm sure others do too.

Will Zarafa support a multi-tenancy setup? or are you still going for the single mail domain target for SOHO use

Multi-tenancy won't be supported.

Its also been requested in the past to be able to configure 'zarafaSendAsPrivilege' so that nominated users can send on behalf of someone else. Such that user1@domain.com can actually appear as full.name@domain.com when sending mail. I couldn't spot a better way of achieving except without some clever maps in postfix to change outgoing mail. Is it possible to select the outgoing mail based on the users list of predefined aliases?

I'll have to look into that. Adding to the Zarafa Extension is the first step - tracker #616

for some reason the default /etc/zarafa/server.cfg disables POP3 and IMAP (see disabled_features = imap pop3), not really sure why

Unintended. We can certainly change that!
04:15 AM
5 days ago
Peter Baldwin created a new topic Samba update available in the forums.
Hello everyone.

This is a bit of a late post, but better late than never. The Samba initialization bug fix was released quite some time ago. If you are still seeing initialization issues, please let us know.

There's also an update the cleans up the LDAP directory and fixes any lingering security IDs (SID) issues from the early 6.2.0 release. This update has been in test mode for over a week and you can install it with:

Code:

yum --enablerepo=clearos-updates-testing upgrade app-samba

02:35 PM
Peter Baldwin created a new topic Flexshare update available in the forums.
An update is available for Flexshare. It fixes two issues:

- Mount bind looping
- Unencrypted FTP for Flexshares

You can grab the upgrade with the following command:

Code:

yum --enablerepo=clearos-updates-testing upgrade app-flexshare


If all goes well, the update will be officially released on patch Tuesday (May 22).
02:30 PM
Peter Baldwin replied to the topic Re:6.2 reinstall woes in the forums.
HI Brian,

Sorry for the confusion. The repos were in flux today as we pushed out a kernel update (more on that later). With the VMware instructions from herballizard, this becomes a moot point, but you can now get a clean update and brand new kernel devel packages:

Code:

yum --enablerepo=clearos* clean all
yum upgrade
yum --enablerepo=clearos-dev install kernel-devel



Our previous VMware images from about a year ago had the VM tools included, but they turned out to be problematic on some products. What we should do in the future is add the VMware repos to the VMware images to make it easy to install the tools if desired.

As for registering a system after a re-install, you can chose the "reinstall/upgrade" option in the registration wizard. This is useful for re-downloading paid apps and things like remote configuration backup. You can also delete an old system via the online portal @ secure.clearcenter.com/portal/
02:25 PM
Peter Baldwin replied to the topic Re:Zarafa and the ClearOS 6 Mail Stack - Test Release in the forums.
@ duncan

That "mail gateway" feature needs to be implemented properly and should really be a separate app. That has been a feature request for quite some time, but it has yet to materialize. I realize that version 5.2 can be configured as a mail gateway, but it's not a proper implementation. Here's why.

A mail gateway needs to have a list of valid e-mail addresses so that it can reject invalid mail addresses right away. Without this information, the target mail system will be creating backscatter. That's not being a good Internet citizen and it will get the mail gateway listed on blacklists too.

In the first mail stack release, the SMTP Server app no longer has the "Mail Forward" configuration option. We have to be good Internet stewards, and making it easy to create backscatter doesn't fit the bill. That "Mail Forward" feature in SMTP should really transform into the Mail Gateway app. This new app would need a way for an administrator to provide a list of valid e-mail addresses. This could be done via:

- an LDAP / Active Directory Connector
- a simple import tool
- manually editing a list in the app web interface

The "Mail Forward" feature will likely still appear in the final version of 6 since its original intention (forwarding outbound mail) is still required. I'm no a fan of enabling backscatter though.
06:26 AM
6 days ago
Peter Baldwin replied to the topic Re:COS 6.2 is really buggy!... Can I stick to 5.2 ? in the forums.
The Samba output looks good. If Samba is okay, then the underlying non-Samba elements would be fine too. So I'm still stumped on the #2 and #3 issues. The Flexshare looping fix will be on the way to the build system today. Many the bandwidth manager extras too (but that will require a couple of weeks of feedback/testing).
11:05 AM
Peter Baldwin replied to the topic Re:ClearOS 6.2 VMware Enterprise system registration in the forums.
This one is by design

When you use the "Reinstall/Upgrade" option in the registration on a older system (5.x or 6 betas), it will default to disabling the Marketplace. You can re-enable the Marketplace via your ClearCenter account:

- Login to the portal @ secure.clearcenter.com/portal/
- Click on "Systems - Marketplace Settings" in the menu
- Select the system that you wish to update
- Click on "Enable" for Marketplace

This is just a safety mechanism for folks managing older installs, notably:

- Partners who are managing client systems sometimes don't want clients messing around with the install.
- Organizations with multiple ClearOS installs in multiple locations. Same issue really - the "super admin" often doesn't want the local administrator to mess around with the ClearOS box.

For the Community Edition, we should probably set the Marketplace default to enabled on an upgrade.
06:16 AM
1 week ago
Peter Baldwin replied to the topic Re:Is mail missing from 6.2? in the forums.
Thanks and fixed. Here's the forum thread.
May 15
Peter Baldwin replied to the topic Re:ClearOS 6.2 VMware Enterprise system registration in the forums.
It looks like one of our mirrors was offline. Please re-download the latest version and try it again. Apologies for the hassle! We'll also need to update our build system to version-stamp the VM images properly.
May 15
Peter Baldwin replied to the topic Re:VirtualBox md5sums in the forums.
It looks like one of the mirrors was out of sync. Please re-download the image -- sorry for the hassle!
May 15

Wall

No wall post to show

My Forum Updates

Groups

No group joined by the user yet.

My twitter updates

No Twitter updates or incorrect login info.