Re: Tutorials

2010-11-24 Thread asi...@simplyappointments.com
I have gotten past the DB failing issue however the "default-character-
set=utf8" seems to be popping it's head up again...

A search on this site for msg similar to the folloiwng indicates the
character set.

"Caused by: java.sql.BatchUpdateException: Incorrect string value:
'\xD9\x84\xD8\xA7 \xD8...' for column 'value' at row 1"



-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Tutorials

2010-11-24 Thread asi...@simplyappointments.com
here is my config, I am having the same type of question.  Seems like
mysqld does not start and then if I try and start it manually "FAILED"
status.

/etc/init.d/mysqld start
Timeout error occurred trying to start MySQL Daemon.
Starting MySQL:[FAILED]




[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
default-character-set=utf8
character-set-server=utf8
chkconfig mysqld on
service mysqld start

# Default to using old password format for compatibility with mysql
3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1

# Disabling symbolic-links is recommended to prevent assorted security
risks;
# to do so, uncomment this line:
# symbolic-links=0

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Tutorials

2010-11-24 Thread Fernando Navarro Páez
Hi.

"Quickstart-Installation-Guide OpenMeetings 1.5_rc1 (r3393) on CentOS
5.5"
http://marc-muehlfeld.de/openmeetings/

"installation steps must include ports verification before sh red5.sh"
http://groups.google.com/group/openmeetings-user/browse_thread/thread/a7ab080de9242e74/988adfcdedfb50c4

Salu2
Fernando

On 23 nov, 18:27, REF  wrote:
> Does anyone know how old the tutorials found here 
> are?http://code.google.com/p/openmeetings/wiki/InstallationOpenMeetings
>
> I have attempted following along with the Centos 5 tut but I get lost
> on the section:
>
> I am not very far in the tutorial but I am here:
>
> Next mysql needs to be configured and started:
>
> default-character-set=utf8
> character-set-server=utf8
> chkconfig mysqld on
> service mysqld start
>
> The above is not explained thoroughly in the tutorial as i believe it
> is aimed at someone that's familiar with mysql centos etc... what I
> did do was edit the /etc/my.cnf file and add all the lines of code and
> save.
>
> Was what I did correct? and how do I manage mysql as I do not see a
> GUI anywhere?
>
> Next
>
> Install the rpmforge repo:
>
> rpm 
> -Uhvhttp://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0
>
> gives me this error:
> Retrievinghttp://apt.sw.be/redhat/e15/en/i386/rpmforge/RPMS/rpmforge-release-0
> error: 
> skippinghttp://apt.sw.be/redhat/e15/en/i386/rpmforge/RPMS/rpmforge-release-0
> - transfer failed - Unknown or unexpected error
> warning: u 0x9b9d388 ctrl 0x9b9e190 nrefs != 0 (apt.sw.be http)
>
> Any help would be great also if there is a THORUGH UP TO DATE tutorial
> for the windows platform I may be more successful.
>
> Thank You

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Tutorials

2010-11-23 Thread seba.wag...@gmail.com
Hallo Robert,

the Installation Instructions are really up to date, the installation did
not change since version 1.0. The process is all the same, only some 3th
party tools liek FFMPEG and SoX are now also needed.

I think in general if you want to use this in production, then you should
get a sys-admin or someone that is familiar with it, cause CentOS is not a
*starter edition* Linux Distro you can play around.

Sebastian

2010/11/23 REF 

> Does anyone know how old the tutorials found here are?
> http://code.google.com/p/openmeetings/wiki/InstallationOpenMeetings
>
> I have attempted following along with the Centos 5 tut but I get lost
> on the section:
>
> I am not very far in the tutorial but I am here:
>
> Next mysql needs to be configured and started:
>
> default-character-set=utf8
> character-set-server=utf8
> chkconfig mysqld on
> service mysqld start
>
> The above is not explained thoroughly in the tutorial as i believe it
> is aimed at someone that's familiar with mysql centos etc... what I
> did do was edit the /etc/my.cnf file and add all the lines of code and
> save.
>
> Was what I did correct? and how do I manage mysql as I do not see a
> GUI anywhere?
>
> Next
>
> Install the rpmforge repo:
>
> rpm -Uhv
> http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
>
> gives me this error:
> Retrieving
> http://apt.sw.be/redhat/e15/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.e15.rf.i386.rpm
> error: skipping
> http://apt.sw.be/redhat/e15/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.e15.rf.i386.rpm
> - transfer failed - Unknown or unexpected error
> warning: u 0x9b9d388 ctrl 0x9b9e190 nrefs != 0 (apt.sw.be http)
>
>
> Any help would be great also if there is a THORUGH UP TO DATE tutorial
> for the windows platform I may be more successful.
>
> Thank You
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.