1. Store
  2. Apps
  3. Hardware
  4. Support
  5. Solutions

ClearFoundation

About Me

Basic Information

About me
Never Give Up Where There Is Still A Hope

Whereabouts

State / Province
south kalimantan
City / Town
banjarbaru
Country
Indonesia

Web Links

Facebook
http://www.facebook.com/andimicro
LinkedIn
http://id.linkedin.com/in/andimicro
Twitter
https://twitter.com/andimicro
Web Site
http://www.andimicro.com

Connections

89 connections
  • Reno
  • Watrisno Ferdyansah
  • vian
  • Suryo Atmodjo
  • naldi
  • bawangputih
  • Irwan
  • bruno
  • hamzah yakub
  • maulanakasmad
  • stefanus eko prasetyo
  • evhol tea
Andi Micro
Andi Micro
ClearOS 6.3
  • Karma
  • Member since
  • Sunday, 10 January 2010 21:37
  • Last online
  • 16 days ago
  • Profile views
  • 3306 views
Today
Peter Baldwin replied to the topic Re:Timezone issues in the forums.
Thanks Marcel and Wayne! We were busy with the Canadian long weekend I try to catch most of the forum threads, but if I fall more than a couple of days behind, things start to get missed.

- I added the Bandwidth Viewer issue to the tracker @ tracker.clearfoundation.com/view.php?id=1148

- I'm not able to reproduce the problem with the software update log. The app is reading the information straight out of /var/log/yum.log.

- If the overflow is a potential security issue, please send the report to developer@clearfoundation.com.
08:23 AM
Peter Baldwin replied to the topic Re:Storage manager in the forums.
Scott wrote:
Hi, I understand that this app is still Beta, but is there going to be documentation on how to mount Multiple Hard drives and/or network drives? or was this kinda explained already and I need to get a better handle on how drives are mounted and that /storage will work all devices (sigh).
There's good documentation on how to mount drives somewhere on the Internet, it's just a matter of finding the document and linking to it

By default, the Storage Manager only uses one storage target. However, you can override the "configlets" to implement multiple storage targets (e.g. storage for the web proxy on disk1, storage for Flexshare on disk2). There's a mini-example mentioned in the Configlets section of the Technical Guide.
07:57 AM
5 days ago
Peter Baldwin replied to the topic Re:VLAN Support in the forums.
Hi Brian,

Add "Connection Type" of "none" to list - ie: This would allow the ability to have an interface configured, but specify that it should NOT have an IP address. While there are probably many reasons for doing this, the most common one would be for when VLANs are configured, and one does not wish to use the base interface (ie: ethX) untagged. ie: I might wish to specify each VLAN on eth0 as tagged (ie: eth0.1, eth0.2, etc) without having eth0 itself to have an IP. This can be done by having "BOOTPROTO=none" and NOT specifying an IPADDRESS=line (and NETMASK, etc) at all.
Good idea -- added to the tracker: tracker.clearfoundation.com/view.php?id=1145

(also useful to set IPV6INIT=no and IPV6_AUTOCONF=no, but I don't do this, don't use IPv6 at all myself).
I'm sure that will be part of the IPv6 initiative in ClearOS 6. That reminds me, I need to go request my address block from my ISP!

Oh, and BTW - if you were to add the ability to stop/start an interface from web config (per my prior suggestions), I would recommend that if the user clicks this on the physical interface (ie: ethX) that also has VLANs configured (ethX.Y), that the app would warn the user that "Stopping or restarting a physical interface will stop or restart all VLANs configured on that interface. It you are accessing this webpage from one of those VLANs, this may disconnect you. Would you like to continue?"
Noted!
11:13 AM
6 days ago
ingkram replied to the topic Re:Timezone issues in the forums.
I have the same problem for the Bandwidth viewer graph time

I am using Asia-Jakarta time zone and my BW viewer time 7 hour slower than the system time (picture attached)

waiting for info how to fix it, thanks
05:16 PM
Peter Baldwin replied to the topic Re:Very, very slow your website and repository in the forums.
We've had it with the performance of the forums and are now actively looking at alternatives. 400 database queries to load the main forum page is just ridiculous! The blog software is also broken and the URL rewrite engine (sh404SEF) is a horror show. Other bits of ClearFoundation infrastructure are okay (though the translation server is sluggish too):

- Translation: translate.clearcenter.com
- Build system: buildsys.clearfoundation.com/
- Issue Tracker: tracker.clearfoundation.com/
- SVN/CVS: scm.clearfoundation.com

Our mirror system is well designed to get updates out quickly, but it suffers from two weaknesses:

- If an update fails high up on the mirror hierarchy, the mirrors further down the line are marked as "offline". This increases the load on the higher mirrors which in turn might get overloaded and taken offline. Aaaaand death spiral. That's exactly what happened a few days ago.

- For most mirrors, all you need is rsync and cron. ClearFoundation's mirrors are more complex to configure and it has been hard to convince potential mirror hosts to bit the bullet.
10:26 AM
1 week ago
Peter Baldwin replied to the topic Re:VLAN experts - some questions in the forums.
Hi Brian,

I think being able to show the MAC address for each interface would be EXTREMELY helpful, as would (which I didn't mention before) showing the network driver name (ie: "ASIX USB Ehternet Adapter" or "r8169 Gigabit Ethernet driver", etc). This would help one to find out (without dropping to the shell or messing with network cables) which NIC actually got mapped to which device.
I added an enhancement request to the tracker:
tracker.clearfoundation.com/view.php?id=1142

BTW - one question - I haven't looked at this much in COS 6.4, but do we still have to do the EXTRALANS= thing that was required in COS 5.2 to have COS route between LANS? (at the time it was in /etc/system/network, though looks like now its /etc/clearos/network.conf). This would also be nice if web admin would ask about and configure for you.
Yes, that command line parameter is still around. And yes, adding "static route manager" is on the todo list too!
May 14
Peter Baldwin replied to the topic Re:Amazon EC2 Beta in the forums.
Hi Peter,

The images can be accessed via the Amazon Launch Wizard. Search for "clearos" or the specific AMI ID to find the launch image.
May 14
Peter Baldwin replied to the topic Re: Solved: Re:Boot failure after auto update 6.3.0 -> 6.4.0 in the forums.
I have added a tracker item for this:

tracker.clearfoundation.com/view.php?id=1141

The vga= line is already kludged in there. Ideally, we would patch the anaconda installer instead of doing a post-install hack. No matter, it's on the TODO list.
May 14
Ben Chambers replied to the topic Re:COS 6.4 DDNS why Round Robin Load Balancing isn't included? in the forums.
Hi Jorge,

I understand your use-case...its just that it's not a common one and the original design of the dynamic DNS service binds a domain to a device's hostkey...In other words, it would be a lot of work for very few people's benefit to break that 1:1 relationship and bind to something like hostkey:ethX.

Ben
May 13
Ben Chambers replied to the topic Re:Cyrus mail in the forums.
Code:

su -s /bin/bash cyrus

May 13
Ben Chambers replied to the topic Re:Now on verge of nervous breakdown in the forums.
Hi Ken,

I heard from Darryl and David that they were able to get you back up and running. Darryl suspects (but it is unconfirmed) that running CloneZilla Live CD may have started the array and made changes.

Your lucky day, I guess....depends on how you look at things.

B.
May 08
2 weeks ago
Ben Chambers replied to the topic Re:Can't access www.clearfoundation.com in the forums.
@Nick...sorry - really lame attempt at joke. My best effort at SQL injection

@Marcel...Your IP has been whitelisted

B.
May 07
Ben Chambers replied to the topic Re:6.4 is bringing me big smiles! in the forums.
Hey Drew,

Thanks for your post...I know it's the nature of forums to be asking for help, which necessitates there being a problem, but not enough people use these forums to post their positive experiences. Nice to see/hear...

B,
May 07
Ben Chambers replied to the topic Re:Mail Archive in the forums.
Hi Ken,

The messages are located in the system MySQL database. If you're familiar with MySQL, use the access instructions.

I wrote the archiver, so you can blame me directly for the POS. We don't use it internally, so I've been reliant on feedback (mostly coming from partners and paid support or consulting) to know how it is doing in the real world.

I'm going to be rewriting parts of it when the conversion to a 6.x app is underway. I already have some thoughts on how to make it less dependent, or possibly completely independent of MySQL, which adds complexity and usually requires someone to keep an eye on things.

Ben
May 06
Andi Micro replied to the topic Re: Virtual host Problem in the forums.
Tim,

This is my flex-80
Code:


[root@smpn1-bjb ~]# vi /etc/httpd/conf.d/flex-80.conf
#----------------------------------------------------------------
# WARNING: This file is automatically created by webconfig.
#----------------------------------------------------------------

# Authentication mechanism
DefineExternalAuth pwauth pipe /usr/bin/pwauth
DefineExternalGroup pwauth pipe /usr/bin/unixgroup

ScriptAlias /flexshare/elearning/cgi-bin/ /var/flexshare/shares/elearning/cgi-bin/
Alias /flexshare/elearning /var/flexshare/shares/elearning

<VirtualHost *:80>
__FBTAB__ServerName elearning.smpn1-bjb.sch.id
__FBTAB__DocumentRoot /var/flexshare/shares/elearning
__FBTAB__ScriptAlias /cgi-bin/ /var/flexshare/shares/elearning/cgi-bin/
__FBTAB__ErrorLog /var/log/httpd/smpn1-bjb.sch.id_error_log
__FBTAB__CustomLog /var/log/httpd/smpn1-bjb.sch.id_access_log common
</VirtualHost>

<Directory /var/flexshare/shares/elearning/cgi-bin>
__FBTAB__Options +ExecCGI
</Directory>

<Directory /var/flexshare/shares/elearning>
__FBTAB__Options -Indexes -FollowSymLinks -IncludesNOExec
__FBTAB__AllowOverride All
__FBTAB__Order deny,allow
__FBTAB__Allow from all
__FBTAB__AddType text/html .php
__FBTAB__AddHandler php5-script .php
</Directory>
ScriptAlias /flexshare/eschool/cgi-bin/ /var/flexshare/shares/eschool/cgi-bin/
Alias /flexshare/eschool /var/flexshare/shares/eschool

<VirtualHost *:80>
__FBTAB__ServerName eschool.smpn1-bjb.sch.id
__FBTAB__DocumentRoot /var/flexshare/shares/eschool
__FBTAB__ScriptAlias /cgi-bin/ /var/flexshare/shares/eschool/cgi-bin/
__FBTAB__ErrorLog /var/log/httpd/smpn1-bjb.sch.id_error_log
__FBTAB__CustomLog /var/log/httpd/smpn1-bjb.sch.id_access_log common
</VirtualHost>

<Directory /var/flexshare/shares/eschool/cgi-bin>
__FBTAB__Options +ExecCGI
</Directory>

<Directory /var/flexshare/shares/eschool>
__FBTAB__Options -Indexes -FollowSymLinks -IncludesNOExec
__FBTAB__AllowOverride All
__FBTAB__Order deny,allow
__FBTAB__Allow from all
__FBTAB__AddType text/html .php
__FBTAB__AddHandler php5-script .php
</Directory>
ScriptAlias /flexshare/sisfokol/cgi-bin/ /var/flexshare/shares/sisfokol/cgi-bin/
Alias /flexshare/sisfokol /var/flexshare/shares/sisfokol

<VirtualHost *:80>
__FBTAB__ServerName sisfokol.smpn1-bjb.sch.id
__FBTAB__DocumentRoot /var/flexshare/shares/sisfokol
__FBTAB__ScriptAlias /cgi-bin/ /var/flexshare/shares/sisfokol/cgi-bin/
__FBTAB__ErrorLog /var/log/httpd/smpn1-bjb.sch.id_error_log
__FBTAB__CustomLog /var/log/httpd/smpn1-bjb.sch.id_access_log common
</VirtualHost>

<Directory /var/flexshare/shares/sisfokol/cgi-bin>
__FBTAB__Options +ExecCGI
</Directory>

<Directory /var/flexshare/shares/sisfokol>
__FBTAB__Options +Indexes -FollowSymLinks -IncludesNOExec
__FBTAB__AllowOverride All
__FBTAB__Order deny,allow
__FBTAB__Allow from all
__FBTAB__AddType text/html .php
__FBTAB__AddHandler php5-script .php
</Directory>




And for DNS server, i just fill hostname with smpn1-bjb.sch.id and server ip address.


May 05
Andi Micro created a new topic Virtual host Problem in the forums.
I use flexshare to create multiple virtual hosts as in the picture below.



For eschool and elearning, there is no problem, and can be accessed at elearning.smpn1-bjb.sch.id and eschool.smpn1-bjb.sch.id , but for sisfokol and other newly created flexshare, cannot be accessed via subdomains (sisfokol.smpn1-bjbs.sch.id), but i can access it with URL : smpn1-bjb.sch.id/flexshare/sisfokol

Is there a solution to this problem?
May 04

Wall

No wall post to show

My Forum Updates

Groups

Here is a short listing of the groups that the user has registered in.