You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Steve Baumgartner <st...@smbcomputers.net> on 2012/07/15 09:29:19 UTC

10.04 Install

Any updated install directions for Ubuntu? There seems to be an issue with
the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

 <ma...@smbcomputers.net> steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 


RE: 10.04 Install

Posted by Steve Baumgartner <st...@smbcomputers.net>.
That sounds about right. I think that will make the install a little easier for a first timer. Let me know when you have something together and I’ll try it out on another VM. I got all the bugs worked out of the code and it is working now on a live machine. I’ll run it thru some heavy traffic in the next few days. When is the recommended max users for 1 server and how many rooms before I have to cluster? That’s another reason I like this, I can assign rooms to certain servers from what I’ve been reading. Bandwidth is not going to be an issue at all.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 10:49 PM
To: openmeetings-user@incubator.apache.org
Cc: openmeetings-user@incubator.apache.org
Subject: Re: 10.04 Install

 

Hi Steve,

 

Thanks for the feed back, am I right in thinking the issues you had are 3 fold:

 

1) copy and paste in some situations doesn't bring over the correct symbols (- turns into . )

 

2) when copying and pasting apt-get commands all at once that requires the user to press Y the next line aborts the install (we didn't use the /y flag)

 

3) the two step install of java is not easy and preference would be to make it simpler using a single wget (bypass the java web accept prompt)

 

All 3 are easily fixed so I'll update the guide 

 

Best Regards

Sent from my iPhone


On 16 Jul 2012, at 00:54, "Steve Baumgartner" <st...@smbcomputers.net> wrote:

Libgsm is not in the archive or folder

 

root@SMB-CONFERENCE-01:/usr/adm/ffmpeg-0.11.1# dir

arch.mak                COPYING.GPLv2     libavcodec     Makefile

Changelog               COPYING.GPLv3     libavdevice    mt-work

cmdutils.c              COPYING.LGPLv2.1  libavfilter    presets

cmdutils_common_opts.h  COPYING.LGPLv3    libavformat    README

cmdutils.h              CREDITS           libavresample  RELEASE

common.mak              doc               libavutil      tests

config.asm              Doxyfile          libpostproc    tools

config.fate             ffmpeg.c          library.mak    VERSION

config.h                ffplay.c          libswresample  version.sh

config.log              ffprobe.c         libswscale

config.mak              ffserver.c        LICENSE

configure               INSTALL           MAINTAINERS

 

 

this is because of the copy paste issue from the line above with:

 

apt-get install libart-2.0-2 libt1-5 zip unzip bzip2 subversion git-core checkinstall yasm texi2html libfaac-dev libfaad-dev libmp3lame-dev libsdl1.2-dev libx11-dev libxfixes-dev libxvidcore-dev zlib1g-dev libogg-dev sox libvorbis0a libvorbis-dev libgsm1 libgsm1-dev libfaad2 flvtool2 lame

 

it did not copy and paste right and I missed a few I had to fix. So the command:

 

./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree

 

Does work when you fix the syntax

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web:  <http://www.robertbird.com/> www.robertbird.com

 <http://www.robertbird.com.au/> 

This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 




Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: Sunday, July 15, 2012 7:44 PM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Issue:

 

./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree

 

root@SMB-CONFERENCE-01:/usr/adm/ffmpeg-0.11.1# <mailto:root@SMB-CONFERENCE-01:/usr/adm/ffmpeg-0.11.1>  ./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree

ERROR: libgsm not found

 

If you think configure made a mistake, make sure you are using the latest

version from Git.  If the latest version fails, report the problem to the

ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.

Include the log file "config.log" produced by configure as this will help

solving the problem.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: Sunday, July 15, 2012 7:38 PM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Sorry, I had a client have a meltdown today. Weekend after hours service! WOOT!

 

I’m noticing that most of the (2) line code does not copy and paste the way it is written. I know I’m brand stinking new to this group but I would think you would want to make this as simple as possible and idiot proof to install. I’m just finding it not very easy to install when you have to go and look at the code to see what’s not working. I’m putting everything into a .sh file to wget, fix permissions so I don’t have to copy and paste. I know I’m going to reinstall this a few times before I get to a point I can live with and throw on a standalone server.

 

Also, the java install..

~~~~~~~~~~~~~~~~~~~~

Now install Java 6 JDK doing the following:

Download the following Java binary from here

http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html

mkdir –p /usr/adm

Copy jdk-6u32-linux-x64.bin to /usr/adm (Use WinSCP oir equiv)

~~~~~~~~~~~~~~~~~~~~

I admit I’m not the best at getting things right but why not put this on a server somewhere and use wget and copy it to the right folder? That’s what I did.

 

I guess it comes down to how easy you want people to use your software. I don’t mean to be negative but a lot of people are first timers and their boss told them to do something and found this. If this was my first rodeo with trying to get this to work I would have gave up yesterday.

 

Im still working on installing so ill let you know if I find anything else.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:58 PM
To: openmeetings-user@incubator.apache.org
Cc: openmeetings-user@incubator.apache.org
Subject: Re: 10.04 Install

 

I'm waiting on this information too George to assist Steve, the one mentioned below was just a syntax mistake when he copied and pasted the pdf2swf --version command.

 

If you can run thru this and the Debian install and let me know how you go that would be good I can then make any changes if needed.

 

Best Regards

 



Sent from my iPhone


On 15 Jul 2012, at 20:53, "George Kirkham" <gk...@co2crc.com.au> wrote:

Steve,

 

You said “I’ve had a few problems along the way here with a new install of 12.04” but what were these problems, can you please let me know. I am about to give the Ubuntu install ago myself, and I can check if I also have the issues you encountered if I know what they were.

 

Thanks,

 

George Kirkham

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web:  <http://www.robertbird.com/> www.robertbird.com

 <http://www.robertbird.com.au/> <image001.gif>

This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

<image002.png>


Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: Monday, 16 July 2012 2:52 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I’m getting

 

root@SMB-CONFERENCE-01:/usr/adm/swftools-2012-04-08-0857# pdf2swf .version

NOTICE  Output filename not given. Writing to .swf

Error: Couldn't open file '.version'

ERROR   Couldn't open .version

 

I’ve had a few problems along the way here with a new install of 12.04. this si the only one so far I have not been able to resolve.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 7:24 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hey Steve,

 

Give this guide a bash and see how you go:

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6 <https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6&modificationDate=1342350865303> &modificationDate=1342350865303

 

Cheers

 

 

 

From: Stephen Cottham 
Sent: 15 July 2012 09:06
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I’ll let ya know once its updated and ready for downloading, you will find lots of great help on these email lists so don’t give up we’ll help you get it up and running no probs.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 09:01
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I might just wait on the new one. I’ve tried out the windows version and I love it. but almost scratched it since I’ve been beating my head on this desk since 9 am trying to get it to work with 10.04. I’ve been using bigbluebutton but I’m at a point where I think a change is due. This looks very promising if I can get it to work on Ubuntu. It has some features I wanted to have.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:48 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

You can give that one a go I wrote it few months ago, im currently updating it to reflect new pre-reqs and SVN locations so you might want to wait until I upload that one later today or just use the Java 6 section and continue with your current build.

 

Let me know how you go.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:46
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I never saw this one. I was following http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:39 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Are you using this guide?

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5 <https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792365000> &modificationDate=1337792365000

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:40
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

The java 6 package is not found.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:32 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the Ubuntu guide, what issues are you having with java 6? Are you following the guide to install it from the wiki?

 

Cheers

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web:  <http://www.robertbird.com/> www.robertbird.com

 <http://www.robertbird.com.au/> <image001.gif>

This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

<image002.png>


Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue with the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 


RE: 10.04 Install

Posted by Steve Baumgartner <st...@smbcomputers.net>.
I’m just saying that it would be easier to pull the file to a server somewhere and do a simple command like I did below for my test installs.

 

~~x32

wget -P /usr/adm/ http://smbcomputers.net/Clients/jdk-6u32-linux-i586.bin

~~x64

wget -P /usr/adm/ http://smbcomputers.net/Clients/jdk-6u32-linux-x64.bin

 

It puts it where it needs to be rather then downloading and then moving the file. It makes it easier for the end user trying to figure out how to do it on their own and getting frustrated.

 

Those files will stay where they are above for a while if you want to use them for testing to make sure it works.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: George Kirkham [mailto:gkirkham@co2crc.com.au] 
Sent: Sunday, July 15, 2012 10:56 PM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Stephen,

 

RE: “the two step install of java is not easy”

 

I had no issues with the java installation steps.  This part was easy and worked well.

 

I emailed you directly with all the lines which have issues due to minus symbols, please let me know if you don’t get my email.

 

 

Thanks,

 

George Kirkham

 

IT Manager

Cooperative Research Centre For Greenhouse Gas Technologies (CO2CRC) 

NFF House, 14 - 16 Brisbane Avenue, Barton, ACT, 2600, Australia

T: (02) 6120 1600

F: (02) 6273 7181

E: gkirkham@co2crc.com.au, 

W: www.co2crc.com.au

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Monday, 16 July 2012 12:49 PM
To: openmeetings-user@incubator.apache.org
Cc: openmeetings-user@incubator.apache.org
Subject: Re: 10.04 Install

 

Hi Steve,

 

Thanks for the feed back, am I right in thinking the issues you had are 3 fold:

 

1) copy and paste in some situations doesn't bring over the correct symbols (- turns into . )

 

2) when copying and pasting apt-get commands all at once that requires the user to press Y the next line aborts the install (we didn't use the /y flag)

 

3) the two step install of java is not easy and preference would be to make it simpler using a single wget (bypass the java web accept prompt)

 

All 3 are easily fixed so I'll update the guide 

 

Best Regards

Sent from my iPhone


On 16 Jul 2012, at 00:54, "Steve Baumgartner" <st...@smbcomputers.net> wrote:

Libgsm is not in the archive or folder

 

root@SMB-CONFERENCE-01:/usr/adm/ffmpeg-0.11.1# <mailto:root@SMB-CONFERENCE-01:/usr/adm/ffmpeg-0.11.1>  dir

arch.mak                COPYING.GPLv2     libavcodec     Makefile

Changelog               COPYING.GPLv3     libavdevice    mt-work

cmdutils.c              COPYING.LGPLv2.1  libavfilter    presets

cmdutils_common_opts.h  COPYING.LGPLv3    libavformat    README

cmdutils.h              CREDITS           libavresample  RELEASE

common.mak              doc               libavutil      tests

config.asm              Doxyfile          libpostproc    tools

config.fate             ffmpeg.c          library.mak    VERSION

config.h                ffplay.c          libswresample  version.sh

config.log              ffprobe.c         libswscale

config.mak              ffserver.c        LICENSE

configure               INSTALL           MAINTAINERS

 

 

this is because of the copy paste issue from the line above with:

 

apt-get install libart-2.0-2 libt1-5 zip unzip bzip2 subversion git-core checkinstall yasm texi2html libfaac-dev libfaad-dev libmp3lame-dev libsdl1.2-dev libx11-dev libxfixes-dev libxvidcore-dev zlib1g-dev libogg-dev sox libvorbis0a libvorbis-dev libgsm1 libgsm1-dev libfaad2 flvtool2 lame

 

it did not copy and paste right and I missed a few I had to fix. So the command:

 

./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree

 

Does work when you fix the syntax

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web:  <http://www.robertbird.com/> www.robertbird.com

 <http://www.robertbird.com.au/> 

This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 




Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: Sunday, July 15, 2012 7:44 PM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Issue:

 

./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree

 

root@SMB-CONFERENCE-01:/usr/adm/ffmpeg-0.11.1# <mailto:root@SMB-CONFERENCE-01:/usr/adm/ffmpeg-0.11.1>  ./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree

ERROR: libgsm not found

 

If you think configure made a mistake, make sure you are using the latest

version from Git.  If the latest version fails, report the problem to the

ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.

Include the log file "config.log" produced by configure as this will help

solving the problem.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: Sunday, July 15, 2012 7:38 PM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Sorry, I had a client have a meltdown today. Weekend after hours service! WOOT!

 

I’m noticing that most of the (2) line code does not copy and paste the way it is written. I know I’m brand stinking new to this group but I would think you would want to make this as simple as possible and idiot proof to install. I’m just finding it not very easy to install when you have to go and look at the code to see what’s not working. I’m putting everything into a .sh file to wget, fix permissions so I don’t have to copy and paste. I know I’m going to reinstall this a few times before I get to a point I can live with and throw on a standalone server.

 

Also, the java install..

~~~~~~~~~~~~~~~~~~~~

Now install Java 6 JDK doing the following:

Download the following Java binary from here

http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html

mkdir –p /usr/adm

Copy jdk-6u32-linux-x64.bin to /usr/adm (Use WinSCP oir equiv)

~~~~~~~~~~~~~~~~~~~~

I admit I’m not the best at getting things right but why not put this on a server somewhere and use wget and copy it to the right folder? That’s what I did.

 

I guess it comes down to how easy you want people to use your software. I don’t mean to be negative but a lot of people are first timers and their boss told them to do something and found this. If this was my first rodeo with trying to get this to work I would have gave up yesterday.

 

Im still working on installing so ill let you know if I find anything else.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:58 PM
To: openmeetings-user@incubator.apache.org
Cc: openmeetings-user@incubator.apache.org
Subject: Re: 10.04 Install

 

I'm waiting on this information too George to assist Steve, the one mentioned below was just a syntax mistake when he copied and pasted the pdf2swf --version command.

 

If you can run thru this and the Debian install and let me know how you go that would be good I can then make any changes if needed.

 

Best Regards

 



Sent from my iPhone


On 15 Jul 2012, at 20:53, "George Kirkham" <gk...@co2crc.com.au> wrote:

Steve,

 

You said “I’ve had a few problems along the way here with a new install of 12.04” but what were these problems, can you please let me know. I am about to give the Ubuntu install ago myself, and I can check if I also have the issues you encountered if I know what they were.

 

Thanks,

 

George Kirkham

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web:  <http://www.robertbird.com/> www.robertbird.com

 <http://www.robertbird.com.au/> <image001.gif>

This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

<image002.png>


Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: Monday, 16 July 2012 2:52 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I’m getting

 

root@SMB-CONFERENCE-01:/usr/adm/swftools-2012-04-08-0857# pdf2swf .version

NOTICE  Output filename not given. Writing to .swf

Error: Couldn't open file '.version'

ERROR   Couldn't open .version

 

I’ve had a few problems along the way here with a new install of 12.04. this si the only one so far I have not been able to resolve.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 7:24 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hey Steve,

 

Give this guide a bash and see how you go:

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6 <https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6&modificationDate=1342350865303> &modificationDate=1342350865303

 

Cheers

 

 

 

From: Stephen Cottham 
Sent: 15 July 2012 09:06
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I’ll let ya know once its updated and ready for downloading, you will find lots of great help on these email lists so don’t give up we’ll help you get it up and running no probs.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 09:01
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I might just wait on the new one. I’ve tried out the windows version and I love it. but almost scratched it since I’ve been beating my head on this desk since 9 am trying to get it to work with 10.04. I’ve been using bigbluebutton but I’m at a point where I think a change is due. This looks very promising if I can get it to work on Ubuntu. It has some features I wanted to have.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:48 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

You can give that one a go I wrote it few months ago, im currently updating it to reflect new pre-reqs and SVN locations so you might want to wait until I upload that one later today or just use the Java 6 section and continue with your current build.

 

Let me know how you go.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:46
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I never saw this one. I was following http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:39 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Are you using this guide?

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5 <https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792365000> &modificationDate=1337792365000

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:40
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

The java 6 package is not found.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:32 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the Ubuntu guide, what issues are you having with java 6? Are you following the guide to install it from the wiki?

 

Cheers

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web:  <http://www.robertbird.com/> www.robertbird.com

 <http://www.robertbird.com.au/> <image001.gif>

This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

<image002.png>


Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue with the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 


RE: 10.04 Install

Posted by George Kirkham <gk...@co2crc.com.au>.
Stephen,

 

RE: “the two step install of java is not easy”

 

I had no issues with the java installation steps.  This part was easy and worked well.

 

I emailed you directly with all the lines which have issues due to minus symbols, please let me know if you don’t get my email.

 

Thanks,

 

George Kirkham

 

IT Manager

Cooperative Research Centre For Greenhouse Gas Technologies (CO2CRC) 

NFF House, 14 - 16 Brisbane Avenue, Barton, ACT, 2600, Australia

T: (02) 6120 1600

F: (02) 6273 7181

E: gkirkham@co2crc.com.au, 

W: www.co2crc.com.au

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Monday, 16 July 2012 12:49 PM
To: openmeetings-user@incubator.apache.org
Cc: openmeetings-user@incubator.apache.org
Subject: Re: 10.04 Install

 

Hi Steve,

 

Thanks for the feed back, am I right in thinking the issues you had are 3 fold:

 

1) copy and paste in some situations doesn't bring over the correct symbols (- turns into . )

 

2) when copying and pasting apt-get commands all at once that requires the user to press Y the next line aborts the install (we didn't use the /y flag)

 

3) the two step install of java is not easy and preference would be to make it simpler using a single wget (bypass the java web accept prompt)

 

All 3 are easily fixed so I'll update the guide 

 

Best Regards

Sent from my iPhone


On 16 Jul 2012, at 00:54, "Steve Baumgartner" <st...@smbcomputers.net> wrote:

	Libgsm is not in the archive or folder

	 

	root@SMB-CONFERENCE-01:/usr/adm/ffmpeg-0.11.1# dir

	arch.mak                COPYING.GPLv2     libavcodec     Makefile

	Changelog               COPYING.GPLv3     libavdevice    mt-work

	cmdutils.c              COPYING.LGPLv2.1  libavfilter    presets

	cmdutils_common_opts.h  COPYING.LGPLv3    libavformat    README

	cmdutils.h              CREDITS           libavresample  RELEASE

	common.mak              doc               libavutil      tests

	config.asm              Doxyfile          libpostproc    tools

	config.fate             ffmpeg.c          library.mak    VERSION

	config.h                ffplay.c          libswresample  version.sh

	config.log              ffprobe.c         libswscale

	config.mak              ffserver.c        LICENSE

	configure               INSTALL           MAINTAINERS

	 

	 

	this is because of the copy paste issue from the line above with:

	 

	apt-get install libart-2.0-2 libt1-5 zip unzip bzip2 subversion git-core checkinstall yasm texi2html libfaac-dev libfaad-dev libmp3lame-dev libsdl1.2-dev libx11-dev libxfixes-dev libxvidcore-dev zlib1g-dev libogg-dev sox libvorbis0a libvorbis-dev libgsm1 libgsm1-dev libfaad2 flvtool2 lame

	 

	it did not copy and paste right and I missed a few I had to fix. So the command:

	 

	./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree

	 

	Does work when you fix the syntax

	 

	Steve Baumgartner

	Owner

	SMB Computers

	 

	M +1 614 743 3166 

	Grove City, Ohio, USA

	steve@smbcomputers.net

	 

	This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
	If you have received this e-mail in error please notify the sender immediately.

	 

	 

	Stephen Cottham
	Group IT Manager (Associate)
	
	Robert Bird Group
	Level 5, 333 Ann St
	Brisbane, Queensland, 4000, Australia

	Phone: +6173 319 2777 (AUS)

	Phone: +44207 592 8000 (UK)

	Fax: +6173 319 2799

	 

	Mobile:  +61400 756 963 (AUS)

	Mobile:  +447900 918 616 (UK)

	Web: www.robertbird.com <http://www.robertbird.com/> 

	  <http://www.robertbird.com.au/> 
	
	This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

	 

	
	Disclaimer added by CodeTwo Exchange Rules
	www.codetwo.com

	 

	From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
	Sent: Sunday, July 15, 2012 7:44 PM
	To: openmeetings-user@incubator.apache.org
	Subject: RE: 10.04 Install

	 

	Issue:

	 

	./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree

	 

	root@SMB-CONFERENCE-01:/usr/adm/ffmpeg-0.11.1# <mailto:root@SMB-CONFERENCE-01:/usr/adm/ffmpeg-0.11.1>  ./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree

	ERROR: libgsm not found

	 

	If you think configure made a mistake, make sure you are using the latest

	version from Git.  If the latest version fails, report the problem to the

	ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.

	Include the log file "config.log" produced by configure as this will help

	solving the problem.

	 

	 

	Steve Baumgartner

	Owner

	SMB Computers

	 

	M +1 614 743 3166 

	Grove City, Ohio, USA

	steve@smbcomputers.net

	 

	This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
	If you have received this e-mail in error please notify the sender immediately.

	 

	 

	From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
	Sent: Sunday, July 15, 2012 7:38 PM
	To: openmeetings-user@incubator.apache.org
	Subject: RE: 10.04 Install

	 

	Sorry, I had a client have a meltdown today. Weekend after hours service! WOOT!

	 

	I’m noticing that most of the (2) line code does not copy and paste the way it is written. I know I’m brand stinking new to this group but I would think you would want to make this as simple as possible and idiot proof to install. I’m just finding it not very easy to install when you have to go and look at the code to see what’s not working. I’m putting everything into a .sh file to wget, fix permissions so I don’t have to copy and paste. I know I’m going to reinstall this a few times before I get to a point I can live with and throw on a standalone server.

	 

	Also, the java install..

	~~~~~~~~~~~~~~~~~~~~

	Now install Java 6 JDK doing the following:

	Download the following Java binary from here

	http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html

	mkdir –p /usr/adm

	Copy jdk-6u32-linux-x64.bin to /usr/adm (Use WinSCP oir equiv)

	~~~~~~~~~~~~~~~~~~~~

	I admit I’m not the best at getting things right but why not put this on a server somewhere and use wget and copy it to the right folder? That’s what I did.

	 

	I guess it comes down to how easy you want people to use your software. I don’t mean to be negative but a lot of people are first timers and their boss told them to do something and found this. If this was my first rodeo with trying to get this to work I would have gave up yesterday.

	 

	Im still working on installing so ill let you know if I find anything else.

	 

	 

	Steve Baumgartner

	Owner

	SMB Computers

	 

	M +1 614 743 3166 

	Grove City, Ohio, USA

	steve@smbcomputers.net

	 

	This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
	If you have received this e-mail in error please notify the sender immediately.

	 

	 

	From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
	Sent: Sunday, July 15, 2012 3:58 PM
	To: openmeetings-user@incubator.apache.org
	Cc: openmeetings-user@incubator.apache.org
	Subject: Re: 10.04 Install

	 

	I'm waiting on this information too George to assist Steve, the one mentioned below was just a syntax mistake when he copied and pasted the pdf2swf --version command.

	 

	If you can run thru this and the Debian install and let me know how you go that would be good I can then make any changes if needed.

	 

	Best Regards

	 

	
	
	Sent from my iPhone

	
	On 15 Jul 2012, at 20:53, "George Kirkham" <gk...@co2crc.com.au> wrote:

		Steve,

		 

		You said “I’ve had a few problems along the way here with a new install of 12.04” but what were these problems, can you please let me know. I am about to give the Ubuntu install ago myself, and I can check if I also have the issues you encountered if I know what they were.

		 

		Thanks,

		 

		George Kirkham

		 

		 

		 

		Stephen Cottham
		Group IT Manager (Associate)
		
		Robert Bird Group
		Level 5, 333 Ann St
		Brisbane, Queensland, 4000, Australia

		Phone: +6173 319 2777 (AUS)

		Phone: +44207 592 8000 (UK)

		Fax: +6173 319 2799

		 

		Mobile:  +61400 756 963 (AUS)

		Mobile:  +447900 918 616 (UK)

		Web: www.robertbird.com <http://www.robertbird.com/> 

		<image001.gif> <http://www.robertbird.com.au/> 
		
		This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

		<image002.png>

		
		Disclaimer added by CodeTwo Exchange Rules
		www.codetwo.com

		 

		From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
		Sent: Monday, 16 July 2012 2:52 AM
		To: openmeetings-user@incubator.apache.org
		Subject: RE: 10.04 Install

		 

		I’m getting

		 

		root@SMB-CONFERENCE-01:/usr/adm/swftools-2012-04-08-0857# pdf2swf .version

		NOTICE  Output filename not given. Writing to .swf

		Error: Couldn't open file '.version'

		ERROR   Couldn't open .version

		 

		I’ve had a few problems along the way here with a new install of 12.04. this si the only one so far I have not been able to resolve.

		 

		 

		Steve Baumgartner

		Owner

		SMB Computers

		 

		M +1 614 743 3166 

		Grove City, Ohio, USA

		steve@smbcomputers.net

		 

		This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
		If you have received this e-mail in error please notify the sender immediately.

		 

		 

		From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
		Sent: Sunday, July 15, 2012 7:24 AM
		To: openmeetings-user@incubator.apache.org
		Subject: RE: 10.04 Install

		 

		Hey Steve,

		 

		Give this guide a bash and see how you go:

		 

		https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6&modificationDate=1342350865303

		 

		Cheers

		 

		 

		 

		From: Stephen Cottham 
		Sent: 15 July 2012 09:06
		To: openmeetings-user@incubator.apache.org
		Subject: RE: 10.04 Install

		 

		I’ll let ya know once its updated and ready for downloading, you will find lots of great help on these email lists so don’t give up we’ll help you get it up and running no probs.

		 

		Best Regards

		 

		 

		 

		From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
		Sent: 15 July 2012 09:01
		To: openmeetings-user@incubator.apache.org
		Subject: RE: 10.04 Install

		 

		I might just wait on the new one. I’ve tried out the windows version and I love it. but almost scratched it since I’ve been beating my head on this desk since 9 am trying to get it to work with 10.04. I’ve been using bigbluebutton but I’m at a point where I think a change is due. This looks very promising if I can get it to work on Ubuntu. It has some features I wanted to have.

		 

		Steve Baumgartner

		Owner

		SMB Computers

		 

		M +1 614 743 3166 

		Grove City, Ohio, USA

		steve@smbcomputers.net

		 

		This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
		If you have received this e-mail in error please notify the sender immediately.

		 

		 

		From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
		Sent: Sunday, July 15, 2012 3:48 AM
		To: openmeetings-user@incubator.apache.org
		Subject: RE: 10.04 Install

		 

		You can give that one a go I wrote it few months ago, im currently updating it to reflect new pre-reqs and SVN locations so you might want to wait until I upload that one later today or just use the Java 6 section and continue with your current build.

		 

		Let me know how you go.

		 

		Best Regards

		 

		 

		 

		From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
		Sent: 15 July 2012 08:46
		To: openmeetings-user@incubator.apache.org
		Subject: RE: 10.04 Install

		 

		I never saw this one. I was following http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS

		 

		 

		Steve Baumgartner

		Owner

		SMB Computers

		 

		M +1 614 743 3166 

		Grove City, Ohio, USA

		steve@smbcomputers.net

		 

		This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
		If you have received this e-mail in error please notify the sender immediately.

		 

		 

		From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
		Sent: Sunday, July 15, 2012 3:39 AM
		To: openmeetings-user@incubator.apache.org
		Subject: RE: 10.04 Install

		 

		Are you using this guide?

		 

		https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792365000

		 

		 

		 

		From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
		Sent: 15 July 2012 08:40
		To: openmeetings-user@incubator.apache.org
		Subject: RE: 10.04 Install

		 

		The java 6 package is not found.

		 

		Steve Baumgartner

		Owner

		SMB Computers

		 

		M +1 614 743 3166 

		Grove City, Ohio, USA

		steve@smbcomputers.net

		 

		This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
		If you have received this e-mail in error please notify the sender immediately.

		 

		 

		From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
		Sent: Sunday, July 15, 2012 3:32 AM
		To: openmeetings-user@incubator.apache.org
		Subject: RE: 10.04 Install

		 

		Hi Steve,

		 

		Im just uploading the updated Debian install guide and will start on the Ubuntu guide, what issues are you having with java 6? Are you following the guide to install it from the wiki?

		 

		Cheers

		 

		 

		 

		Stephen Cottham
		Group IT Manager (Associate)
		
		Robert Bird Group
		Level 5, 333 Ann St
		Brisbane, Queensland, 4000, Australia

		Phone: +6173 319 2777 (AUS)

		Phone: +44207 592 8000 (UK)

		Fax: +6173 319 2799

		 

		Mobile:  +61400 756 963 (AUS)

		Mobile:  +447900 918 616 (UK)

		Web: www.robertbird.com <http://www.robertbird.com/> 

		<image001.gif> <http://www.robertbird.com.au/> 
		
		This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

		<image002.png>

		
		Disclaimer added by CodeTwo Exchange Rules
		www.codetwo.com

		 

		From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
		Sent: 15 July 2012 08:29
		To: openmeetings-user@incubator.apache.org
		Subject: 10.04 Install

		 

		Any updated install directions for Ubuntu? There seems to be an issue with the java 6 package.

		 

		Steve Baumgartner

		Owner

		SMB Computers

		 

		M +1 614 743 3166 

		Grove City, Ohio, USA

		steve@smbcomputers.net

		 

		This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
		If you have received this e-mail in error please notify the sender immediately.

		 

		 


Re: 10.04 Install

Posted by Stephen Cottham <St...@robertbird.com.au>.
Hi Steve,

Thanks for the feed back, am I right in thinking the issues you had are 3 fold:

1) copy and paste in some situations doesn't bring over the correct symbols (- turns into . )

2) when copying and pasting apt-get commands all at once that requires the user to press Y the next line aborts the install (we didn't use the /y flag)

3) the two step install of java is not easy and preference would be to make it simpler using a single wget (bypass the java web accept prompt)

All 3 are easily fixed so I'll update the guide 

Best Regards

Sent from my iPhone

On 16 Jul 2012, at 00:54, "Steve Baumgartner" <st...@smbcomputers.net> wrote:

> Libgsm is not in the archive or folder
>  
> root@SMB-CONFERENCE-01:/usr/adm/ffmpeg-0.11.1# dir
> arch.mak                COPYING.GPLv2     libavcodec     Makefile
> Changelog               COPYING.GPLv3     libavdevice    mt-work
> cmdutils.c              COPYING.LGPLv2.1  libavfilter    presets
> cmdutils_common_opts.h  COPYING.LGPLv3    libavformat    README
> cmdutils.h              CREDITS           libavresample  RELEASE
> common.mak              doc               libavutil      tests
> config.asm              Doxyfile          libpostproc    tools
> config.fate             ffmpeg.c          library.mak    VERSION
> config.h                ffplay.c          libswresample  version.sh
> config.log              ffprobe.c         libswscale
> config.mak              ffserver.c        LICENSE
> configure               INSTALL           MAINTAINERS
>  
>  
> this is because of the copy paste issue from the line above with:
>  
> apt-get install libart-2.0-2 libt1-5 zip unzip bzip2 subversion git-core checkinstall yasm texi2html libfaac-dev libfaad-dev libmp3lame-dev libsdl1.2-dev libx11-dev libxfixes-dev libxvidcore-dev zlib1g-dev libogg-dev sox libvorbis0a libvorbis-dev libgsm1 libgsm1-dev libfaad2 flvtool2 lame
>  
> it did not copy and paste right and I missed a few I had to fix. So the command:
>  
> ./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree
>  
> Does work when you fix the syntax
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  
> From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
> Sent: Sunday, July 15, 2012 7:44 PM
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> Issue:
>  
> ./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree
>  
> root@SMB-CONFERENCE-01:/usr/adm/ffmpeg-0.11.1# ./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree
> ERROR: libgsm not found
>  
> If you think configure made a mistake, make sure you are using the latest
> version from Git.  If the latest version fails, report the problem to the
> ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
> Include the log file "config.log" produced by configure as this will help
> solving the problem.
>  
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  
> From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
> Sent: Sunday, July 15, 2012 7:38 PM
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> Sorry, I had a client have a meltdown today. Weekend after hours service! WOOT!
>  
> I’m noticing that most of the (2) line code does not copy and paste the way it is written. I know I’m brand stinking new to this group but I would think you would want to make this as simple as possible and idiot proof to install. I’m just finding it not very easy to install when you have to go and look at the code to see what’s not working. I’m putting everything into a .sh file to wget, fix permissions so I don’t have to copy and paste. I know I’m going to reinstall this a few times before I get to a point I can live with and throw on a standalone server.
>  
> Also, the java install..
> ~~~~~~~~~~~~~~~~~~~~
> Now install Java 6 JDK doing the following:
> Download the following Java binary from here
> http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html
> mkdir –p /usr/adm
> Copy jdk-6u32-linux-x64.bin to /usr/adm (Use WinSCP oir equiv)
> ~~~~~~~~~~~~~~~~~~~~
> I admit I’m not the best at getting things right but why not put this on a server somewhere and use wget and copy it to the right folder? That’s what I did.
>  
> I guess it comes down to how easy you want people to use your software. I don’t mean to be negative but a lot of people are first timers and their boss told them to do something and found this. If this was my first rodeo with trying to get this to work I would have gave up yesterday.
>  
> Im still working on installing so ill let you know if I find anything else.
>  
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  
> From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
> Sent: Sunday, July 15, 2012 3:58 PM
> To: openmeetings-user@incubator.apache.org
> Cc: openmeetings-user@incubator.apache.org
> Subject: Re: 10.04 Install
>  
> I'm waiting on this information too George to assist Steve, the one mentioned below was just a syntax mistake when he copied and pasted the pdf2swf --version command.
>  
> If you can run thru this and the Debian install and let me know how you go that would be good I can then make any changes if needed.
>  
> Best Regards
>  
> 
> 
> Sent from my iPhone
> 
> On 15 Jul 2012, at 20:53, "George Kirkham" <gk...@co2crc.com.au> wrote:
> 
> Steve,
>  
> You said “I’ve had a few problems along the way here with a new install of 12.04” but what were these problems, can you please let me know. I am about to give the Ubuntu install ago myself, and I can check if I also have the issues you encountered if I know what they were.
>  
> Thanks,
>  
> George Kirkham
>  
>  
>  
> Stephen Cottham
> Group IT Manager (Associate)
> 
> Robert Bird Group
> Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia
> Phone: +6173 319 2777 (AUS)
> Phone: +44207 592 8000 (UK)
> Fax: +6173 319 2799
>  
> Mobile:  +61400 756 963 (AUS)
> Mobile:  +447900 918 616 (UK)
> Web: www.robertbird.com
> 
> <image001.gif>
> 
> This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses.
> 
> <image002.png>
> 
> 
> Disclaimer added by CodeTwo Exchange Rules
> www.codetwo.com
>  
> From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
> Sent: Monday, 16 July 2012 2:52 AM
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> I’m getting
>  
> root@SMB-CONFERENCE-01:/usr/adm/swftools-2012-04-08-0857# pdf2swf .version
> NOTICE  Output filename not given. Writing to .swf
> Error: Couldn't open file '.version'
> ERROR   Couldn't open .version
>  
> I’ve had a few problems along the way here with a new install of 12.04. this si the only one so far I have not been able to resolve.
>  
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  
> From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
> Sent: Sunday, July 15, 2012 7:24 AM
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> Hey Steve,
>  
> Give this guide a bash and see how you go:
>  
> https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6&modificationDate=1342350865303
>  
> Cheers
>  
>  
>  
> From: Stephen Cottham 
> Sent: 15 July 2012 09:06
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> I’ll let ya know once its updated and ready for downloading, you will find lots of great help on these email lists so don’t give up we’ll help you get it up and running no probs.
>  
> Best Regards
>  
>  
>  
> From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
> Sent: 15 July 2012 09:01
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> I might just wait on the new one. I’ve tried out the windows version and I love it. but almost scratched it since I’ve been beating my head on this desk since 9 am trying to get it to work with 10.04. I’ve been using bigbluebutton but I’m at a point where I think a change is due. This looks very promising if I can get it to work on Ubuntu. It has some features I wanted to have.
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  
> From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
> Sent: Sunday, July 15, 2012 3:48 AM
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> You can give that one a go I wrote it few months ago, im currently updating it to reflect new pre-reqs and SVN locations so you might want to wait until I upload that one later today or just use the Java 6 section and continue with your current build.
>  
> Let me know how you go.
>  
> Best Regards
>  
>  
>  
> From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
> Sent: 15 July 2012 08:46
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> I never saw this one. I was following http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS
>  
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  
> From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
> Sent: Sunday, July 15, 2012 3:39 AM
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> Are you using this guide?
>  
> https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792365000
>  
>  
>  
> From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
> Sent: 15 July 2012 08:40
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> The java 6 package is not found.
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  
> From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
> Sent: Sunday, July 15, 2012 3:32 AM
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> Hi Steve,
>  
> Im just uploading the updated Debian install guide and will start on the Ubuntu guide, what issues are you having with java 6? Are you following the guide to install it from the wiki?
>  
> Cheers
>  
>  
>  
> Stephen Cottham
> Group IT Manager (Associate)
> 
> Robert Bird Group
> Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia
> Phone: +6173 319 2777 (AUS)
> Phone: +44207 592 8000 (UK)
> Fax: +6173 319 2799
>  
> Mobile:  +61400 756 963 (AUS)
> Mobile:  +447900 918 616 (UK)
> Web: www.robertbird.com
> 
> <image001.gif>
> 
> This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses.
> 
> <image002.png>
> 
> 
> Disclaimer added by CodeTwo Exchange Rules
> www.codetwo.com
>  
> From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
> Sent: 15 July 2012 08:29
> To: openmeetings-user@incubator.apache.org
> Subject: 10.04 Install
>  
> Any updated install directions for Ubuntu? There seems to be an issue with the java 6 package.
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com	


RE: 10.04 Install

Posted by Steve Baumgartner <st...@smbcomputers.net>.
Libgsm is not in the archive or folder

 

root@SMB-CONFERENCE-01:/usr/adm/ffmpeg-0.11.1# dir

arch.mak                COPYING.GPLv2     libavcodec     Makefile

Changelog               COPYING.GPLv3     libavdevice    mt-work

cmdutils.c              COPYING.LGPLv2.1  libavfilter    presets

cmdutils_common_opts.h  COPYING.LGPLv3    libavformat    README

cmdutils.h              CREDITS           libavresample  RELEASE

common.mak              doc               libavutil      tests

config.asm              Doxyfile          libpostproc    tools

config.fate             ffmpeg.c          library.mak    VERSION

config.h                ffplay.c          libswresample  version.sh

config.log              ffprobe.c         libswscale

config.mak              ffserver.c        LICENSE

configure               INSTALL           MAINTAINERS

 

 

this is because of the copy paste issue from the line above with:

 

apt-get install libart-2.0-2 libt1-5 zip unzip bzip2 subversion git-core checkinstall yasm texi2html libfaac-dev libfaad-dev libmp3lame-dev libsdl1.2-dev libx11-dev libxfixes-dev libxvidcore-dev zlib1g-dev libogg-dev sox libvorbis0a libvorbis-dev libgsm1 libgsm1-dev libfaad2 flvtool2 lame

 

it did not copy and paste right and I missed a few I had to fix. So the command:

 

./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree

 

Does work when you fix the syntax

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: Sunday, July 15, 2012 7:44 PM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Issue:

 

./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree

 

root@SMB-CONFERENCE-01:/usr/adm/ffmpeg-0.11.1# ./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree

ERROR: libgsm not found

 

If you think configure made a mistake, make sure you are using the latest

version from Git.  If the latest version fails, report the problem to the

ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.

Include the log file "config.log" produced by configure as this will help

solving the problem.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: Sunday, July 15, 2012 7:38 PM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Sorry, I had a client have a meltdown today. Weekend after hours service! WOOT!

 

I’m noticing that most of the (2) line code does not copy and paste the way it is written. I know I’m brand stinking new to this group but I would think you would want to make this as simple as possible and idiot proof to install. I’m just finding it not very easy to install when you have to go and look at the code to see what’s not working. I’m putting everything into a .sh file to wget, fix permissions so I don’t have to copy and paste. I know I’m going to reinstall this a few times before I get to a point I can live with and throw on a standalone server.

 

Also, the java install..

~~~~~~~~~~~~~~~~~~~~

Now install Java 6 JDK doing the following:

Download the following Java binary from here

http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html

mkdir –p /usr/adm

Copy jdk-6u32-linux-x64.bin to /usr/adm (Use WinSCP oir equiv)

~~~~~~~~~~~~~~~~~~~~

I admit I’m not the best at getting things right but why not put this on a server somewhere and use wget and copy it to the right folder? That’s what I did.

 

I guess it comes down to how easy you want people to use your software. I don’t mean to be negative but a lot of people are first timers and their boss told them to do something and found this. If this was my first rodeo with trying to get this to work I would have gave up yesterday.

 

Im still working on installing so ill let you know if I find anything else.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:58 PM
To: openmeetings-user@incubator.apache.org
Cc: openmeetings-user@incubator.apache.org
Subject: Re: 10.04 Install

 

I'm waiting on this information too George to assist Steve, the one mentioned below was just a syntax mistake when he copied and pasted the pdf2swf --version command.

 

If you can run thru this and the Debian install and let me know how you go that would be good I can then make any changes if needed.

 

Best Regards

 



Sent from my iPhone


On 15 Jul 2012, at 20:53, "George Kirkham" <gk...@co2crc.com.au> wrote:

Steve,

 

You said “I’ve had a few problems along the way here with a new install of 12.04” but what were these problems, can you please let me know. I am about to give the Ubuntu install ago myself, and I can check if I also have the issues you encountered if I know what they were.

 

Thanks,

 

George Kirkham

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web:  <http://www.robertbird.com/> www.robertbird.com

 <http://www.robertbird.com.au/> 

This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 




Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: Monday, 16 July 2012 2:52 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I’m getting

 

root@SMB-CONFERENCE-01:/usr/adm/swftools-2012-04-08-0857# pdf2swf .version

NOTICE  Output filename not given. Writing to .swf

Error: Couldn't open file '.version'

ERROR   Couldn't open .version

 

I’ve had a few problems along the way here with a new install of 12.04. this si the only one so far I have not been able to resolve.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 7:24 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hey Steve,

 

Give this guide a bash and see how you go:

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6 <https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6&modificationDate=1342350865303> &modificationDate=1342350865303

 

Cheers

 

 

 

From: Stephen Cottham 
Sent: 15 July 2012 09:06
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I’ll let ya know once its updated and ready for downloading, you will find lots of great help on these email lists so don’t give up we’ll help you get it up and running no probs.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 09:01
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I might just wait on the new one. I’ve tried out the windows version and I love it. but almost scratched it since I’ve been beating my head on this desk since 9 am trying to get it to work with 10.04. I’ve been using bigbluebutton but I’m at a point where I think a change is due. This looks very promising if I can get it to work on Ubuntu. It has some features I wanted to have.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:48 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

You can give that one a go I wrote it few months ago, im currently updating it to reflect new pre-reqs and SVN locations so you might want to wait until I upload that one later today or just use the Java 6 section and continue with your current build.

 

Let me know how you go.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:46
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I never saw this one. I was following http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:39 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Are you using this guide?

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5 <https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792365000> &modificationDate=1337792365000

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:40
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

The java 6 package is not found.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:32 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the Ubuntu guide, what issues are you having with java 6? Are you following the guide to install it from the wiki?

 

Cheers

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web:  <http://www.robertbird.com/> www.robertbird.com

 <http://www.robertbird.com.au/> <image001.gif>

This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

<image002.png>


Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue with the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 


RE: 10.04 Install

Posted by Steve Baumgartner <st...@smbcomputers.net>.
Issue:

 

./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree

 

root@SMB-CONFERENCE-01:/usr/adm/ffmpeg-0.11.1# ./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree

ERROR: libgsm not found

 

If you think configure made a mistake, make sure you are using the latest

version from Git.  If the latest version fails, report the problem to the

ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.

Include the log file "config.log" produced by configure as this will help

solving the problem.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: Sunday, July 15, 2012 7:38 PM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Sorry, I had a client have a meltdown today. Weekend after hours service! WOOT!

 

I’m noticing that most of the (2) line code does not copy and paste the way it is written. I know I’m brand stinking new to this group but I would think you would want to make this as simple as possible and idiot proof to install. I’m just finding it not very easy to install when you have to go and look at the code to see what’s not working. I’m putting everything into a .sh file to wget, fix permissions so I don’t have to copy and paste. I know I’m going to reinstall this a few times before I get to a point I can live with and throw on a standalone server.

 

Also, the java install..

~~~~~~~~~~~~~~~~~~~~

Now install Java 6 JDK doing the following:

Download the following Java binary from here

http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html

mkdir –p /usr/adm

Copy jdk-6u32-linux-x64.bin to /usr/adm (Use WinSCP oir equiv)

~~~~~~~~~~~~~~~~~~~~

I admit I’m not the best at getting things right but why not put this on a server somewhere and use wget and copy it to the right folder? That’s what I did.

 

I guess it comes down to how easy you want people to use your software. I don’t mean to be negative but a lot of people are first timers and their boss told them to do something and found this. If this was my first rodeo with trying to get this to work I would have gave up yesterday.

 

Im still working on installing so ill let you know if I find anything else.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:58 PM
To: openmeetings-user@incubator.apache.org
Cc: openmeetings-user@incubator.apache.org
Subject: Re: 10.04 Install

 

I'm waiting on this information too George to assist Steve, the one mentioned below was just a syntax mistake when he copied and pasted the pdf2swf --version command.

 

If you can run thru this and the Debian install and let me know how you go that would be good I can then make any changes if needed.

 

Best Regards

 



Sent from my iPhone


On 15 Jul 2012, at 20:53, "George Kirkham" <gk...@co2crc.com.au> wrote:

Steve,

 

You said “I’ve had a few problems along the way here with a new install of 12.04” but what were these problems, can you please let me know. I am about to give the Ubuntu install ago myself, and I can check if I also have the issues you encountered if I know what they were.

 

Thanks,

 

George Kirkham

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web:  <http://www.robertbird.com/> www.robertbird.com

 <http://www.robertbird.com.au/> 

This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 




Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: Monday, 16 July 2012 2:52 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I’m getting

 

root@SMB-CONFERENCE-01:/usr/adm/swftools-2012-04-08-0857# pdf2swf .version

NOTICE  Output filename not given. Writing to .swf

Error: Couldn't open file '.version'

ERROR   Couldn't open .version

 

I’ve had a few problems along the way here with a new install of 12.04. this si the only one so far I have not been able to resolve.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 7:24 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hey Steve,

 

Give this guide a bash and see how you go:

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6 <https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6&modificationDate=1342350865303> &modificationDate=1342350865303

 

Cheers

 

 

 

From: Stephen Cottham 
Sent: 15 July 2012 09:06
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I’ll let ya know once its updated and ready for downloading, you will find lots of great help on these email lists so don’t give up we’ll help you get it up and running no probs.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 09:01
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I might just wait on the new one. I’ve tried out the windows version and I love it. but almost scratched it since I’ve been beating my head on this desk since 9 am trying to get it to work with 10.04. I’ve been using bigbluebutton but I’m at a point where I think a change is due. This looks very promising if I can get it to work on Ubuntu. It has some features I wanted to have.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:48 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

You can give that one a go I wrote it few months ago, im currently updating it to reflect new pre-reqs and SVN locations so you might want to wait until I upload that one later today or just use the Java 6 section and continue with your current build.

 

Let me know how you go.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:46
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I never saw this one. I was following http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:39 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Are you using this guide?

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5 <https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792365000> &modificationDate=1337792365000

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:40
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

The java 6 package is not found.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:32 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the Ubuntu guide, what issues are you having with java 6? Are you following the guide to install it from the wiki?

 

Cheers

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web:  <http://www.robertbird.com/> www.robertbird.com

 <http://www.robertbird.com.au/> <image001.gif>

This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

<image002.png>


Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue with the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 


RE: 10.04 Install

Posted by Steve Baumgartner <st...@smbcomputers.net>.
Sorry, I had a client have a meltdown today. Weekend after hours service! WOOT!

 

I’m noticing that most of the (2) line code does not copy and paste the way it is written. I know I’m brand stinking new to this group but I would think you would want to make this as simple as possible and idiot proof to install. I’m just finding it not very easy to install when you have to go and look at the code to see what’s not working. I’m putting everything into a .sh file to wget, fix permissions so I don’t have to copy and paste. I know I’m going to reinstall this a few times before I get to a point I can live with and throw on a standalone server.

 

Also, the java install..

~~~~~~~~~~~~~~~~~~~~

Now install Java 6 JDK doing the following:

Download the following Java binary from here

http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html

mkdir –p /usr/adm

Copy jdk-6u32-linux-x64.bin to /usr/adm (Use WinSCP oir equiv)

~~~~~~~~~~~~~~~~~~~~

I admit I’m not the best at getting things right but why not put this on a server somewhere and use wget and copy it to the right folder? That’s what I did.

 

I guess it comes down to how easy you want people to use your software. I don’t mean to be negative but a lot of people are first timers and their boss told them to do something and found this. If this was my first rodeo with trying to get this to work I would have gave up yesterday.

 

Im still working on installing so ill let you know if I find anything else.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:58 PM
To: openmeetings-user@incubator.apache.org
Cc: openmeetings-user@incubator.apache.org
Subject: Re: 10.04 Install

 

I'm waiting on this information too George to assist Steve, the one mentioned below was just a syntax mistake when he copied and pasted the pdf2swf --version command.

 

If you can run thru this and the Debian install and let me know how you go that would be good I can then make any changes if needed.

 

Best Regards

 



Sent from my iPhone


On 15 Jul 2012, at 20:53, "George Kirkham" <gk...@co2crc.com.au> wrote:

Steve,

 

You said “I’ve had a few problems along the way here with a new install of 12.04” but what were these problems, can you please let me know. I am about to give the Ubuntu install ago myself, and I can check if I also have the issues you encountered if I know what they were.

 

Thanks,

 

George Kirkham

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web:  <http://www.robertbird.com/> www.robertbird.com

 <http://www.robertbird.com.au/> 

This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 




Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: Monday, 16 July 2012 2:52 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I’m getting

 

root@SMB-CONFERENCE-01:/usr/adm/swftools-2012-04-08-0857# pdf2swf .version

NOTICE  Output filename not given. Writing to .swf

Error: Couldn't open file '.version'

ERROR   Couldn't open .version

 

I’ve had a few problems along the way here with a new install of 12.04. this si the only one so far I have not been able to resolve.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 7:24 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hey Steve,

 

Give this guide a bash and see how you go:

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6 <https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6&modificationDate=1342350865303> &modificationDate=1342350865303

 

Cheers

 

 

 

From: Stephen Cottham 
Sent: 15 July 2012 09:06
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I’ll let ya know once its updated and ready for downloading, you will find lots of great help on these email lists so don’t give up we’ll help you get it up and running no probs.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 09:01
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I might just wait on the new one. I’ve tried out the windows version and I love it. but almost scratched it since I’ve been beating my head on this desk since 9 am trying to get it to work with 10.04. I’ve been using bigbluebutton but I’m at a point where I think a change is due. This looks very promising if I can get it to work on Ubuntu. It has some features I wanted to have.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:48 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

You can give that one a go I wrote it few months ago, im currently updating it to reflect new pre-reqs and SVN locations so you might want to wait until I upload that one later today or just use the Java 6 section and continue with your current build.

 

Let me know how you go.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:46
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I never saw this one. I was following http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:39 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Are you using this guide?

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5 <https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792365000> &modificationDate=1337792365000

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:40
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

The java 6 package is not found.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:32 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the Ubuntu guide, what issues are you having with java 6? Are you following the guide to install it from the wiki?

 

Cheers

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web:  <http://www.robertbird.com/> www.robertbird.com

 <http://www.robertbird.com.au/> <image001.gif>

This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

<image002.png>


Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue with the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.

 

 


Re: 10.04 Install

Posted by Stephen Cottham <St...@robertbird.com.au>.
I'm waiting on this information too George to assist Steve, the one mentioned below was just a syntax mistake when he copied and pasted the pdf2swf --version command.

If you can run thru this and the Debian install and let me know how you go that would be good I can then make any changes if needed.

Best Regards



Sent from my iPhone

On 15 Jul 2012, at 20:53, "George Kirkham" <gk...@co2crc.com.au> wrote:

> Steve,
>  
> You said “I’ve had a few problems along the way here with a new install of 12.04” but what were these problems, can you please let me know. I am about to give the Ubuntu install ago myself, and I can check if I also have the issues you encountered if I know what they were.
>  
> Thanks,
>  
> George Kirkham
>  
>  
>  
> From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
> Sent: Monday, 16 July 2012 2:52 AM
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> I’m getting
>  
> root@SMB-CONFERENCE-01:/usr/adm/swftools-2012-04-08-0857# pdf2swf .version
> NOTICE  Output filename not given. Writing to .swf
> Error: Couldn't open file '.version'
> ERROR   Couldn't open .version
>  
> I’ve had a few problems along the way here with a new install of 12.04. this si the only one so far I have not been able to resolve.
>  
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  
> From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
> Sent: Sunday, July 15, 2012 7:24 AM
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> Hey Steve,
>  
> Give this guide a bash and see how you go:
>  
> https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6&modificationDate=1342350865303
>  
> Cheers
>  
>  
>  
> From: Stephen Cottham 
> Sent: 15 July 2012 09:06
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> I’ll let ya know once its updated and ready for downloading, you will find lots of great help on these email lists so don’t give up we’ll help you get it up and running no probs.
>  
> Best Regards
>  
>  
>  
> From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
> Sent: 15 July 2012 09:01
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> I might just wait on the new one. I’ve tried out the windows version and I love it. but almost scratched it since I’ve been beating my head on this desk since 9 am trying to get it to work with 10.04. I’ve been using bigbluebutton but I’m at a point where I think a change is due. This looks very promising if I can get it to work on Ubuntu. It has some features I wanted to have.
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  
> From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
> Sent: Sunday, July 15, 2012 3:48 AM
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> You can give that one a go I wrote it few months ago, im currently updating it to reflect new pre-reqs and SVN locations so you might want to wait until I upload that one later today or just use the Java 6 section and continue with your current build.
>  
> Let me know how you go.
>  
> Best Regards
>  
>  
>  
> From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
> Sent: 15 July 2012 08:46
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> I never saw this one. I was following http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS
>  
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  
> From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
> Sent: Sunday, July 15, 2012 3:39 AM
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> Are you using this guide?
>  
> https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792365000
>  
>  
>  
> From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
> Sent: 15 July 2012 08:40
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> The java 6 package is not found.
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  
> From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
> Sent: Sunday, July 15, 2012 3:32 AM
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> Hi Steve,
>  
> Im just uploading the updated Debian install guide and will start on the Ubuntu guide, what issues are you having with java 6? Are you following the guide to install it from the wiki?
>  
> Cheers
>  
>  
>  
> Stephen Cottham
> Group IT Manager (Associate)
> 
> Robert Bird Group
> Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia
> Phone: +6173 319 2777 (AUS)
> Phone: +44207 592 8000 (UK)
> Fax: +6173 319 2799
>  
> Mobile:  +61400 756 963 (AUS)
> Mobile:  +447900 918 616 (UK)
> Web: www.robertbird.com
> 
> <image001.gif>
> 
> This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses.
> 
> <image002.png>
> 
> 
> Disclaimer added by CodeTwo Exchange Rules
> www.codetwo.com
>  
> From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
> Sent: 15 July 2012 08:29
> To: openmeetings-user@incubator.apache.org
> Subject: 10.04 Install
>  
> Any updated install directions for Ubuntu? There seems to be an issue with the java 6 package.
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com	


RE: 10.04 Install

Posted by George Kirkham <gk...@co2crc.com.au>.
Steve,

 

You said "I've had a few problems along the way here with a new install
of 12.04" but what were these problems, can you please let me know. I am
about to give the Ubuntu install ago myself, and I can check if I also
have the issues you encountered if I know what they were.

 

Thanks,

 

George Kirkham

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: Monday, 16 July 2012 2:52 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I'm getting

 

root@SMB-CONFERENCE-01:/usr/adm/swftools-2012-04-08-0857# pdf2swf
.version

NOTICE  Output filename not given. Writing to .swf

Error: Couldn't open file '.version'

ERROR   Couldn't open .version

 

I've had a few problems along the way here with a new install of 12.04.
this si the only one so far I have not been able to resolve.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 7:24 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hey Steve,

 

Give this guide a bash and see how you go:

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Instal
ling+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6&modificationDate=1342350
865303

 

Cheers

 

 

 

From: Stephen Cottham 
Sent: 15 July 2012 09:06
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I'll let ya know once its updated and ready for downloading, you will
find lots of great help on these email lists so don't give up we'll help
you get it up and running no probs.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 09:01
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I might just wait on the new one. I've tried out the windows version and
I love it. but almost scratched it since I've been beating my head on
this desk since 9 am trying to get it to work with 10.04. I've been
using bigbluebutton but I'm at a point where I think a change is due.
This looks very promising if I can get it to work on Ubuntu. It has some
features I wanted to have.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:48 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

You can give that one a go I wrote it few months ago, im currently
updating it to reflect new pre-reqs and SVN locations so you might want
to wait until I upload that one later today or just use the Java 6
section and continue with your current build.

 

Let me know how you go.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:46
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I never saw this one. I was following 
http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:39 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Are you using this guide?

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Instal
ling+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792
365000

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:40
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

The java 6 package is not found.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:32 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the
Ubuntu guide, what issues are you having with java 6? Are you following
the guide to install it from the wiki?

 

Cheers

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web: www.robertbird.com <http://www.robertbird.com/> 

  <http://www.robertbird.com.au/> 

This email and any attachments are confidential and may contain legally
privileged information or copyright material. Unless expressly stated,
confidentiality and/or legal privilege is not intended to be waived by
the sending of this email. The contents of this email, including any
attachments, are intended solely for the use of the individual or entity
to whom they are addressed. If you are not an intended recipient, please
contact us immediately by return email and then delete both messages.
You may not otherwise read, forward, copy, use or disclose this email or
any attachments. Any views expressed in this email are those of the
individual sender except where the sender expressly, and with authority,
states otherwise. It is your responsibility to check any attachments for
viruses or defects before opening or sending them on. None of the sender
or its related entities accepts any liability for any consequential
damage resulting from this email containing computer viruses. 

 


Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue
with the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 


RE: 10.04 Install

Posted by Stephen Cottham <St...@robertbird.com.au>.
Hi Steve,

 

Did you use the guide I uploaded? What issues did you have? I ran thru
it earlier in a VM and didn't have any problems, can you explain what
you are doing and have done so far?

 

WRT the error below If this is to test the SWFTools install you have to
have the syntax below:

 

pdf2swf -version

 

Looks like when you have copied and paste from the guide it has turned
the - into a .   (btw that's two - -)

 

That working ok?

 

Cheers

 

 

 

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 17:52
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I'm getting

 

root@SMB-CONFERENCE-01:/usr/adm/swftools-2012-04-08-0857# pdf2swf
.version

NOTICE  Output filename not given. Writing to .swf

Error: Couldn't open file '.version'

ERROR   Couldn't open .version

 

I've had a few problems along the way here with a new install of 12.04.
this si the only one so far I have not been able to resolve.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 7:24 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hey Steve,

 

Give this guide a bash and see how you go:

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Instal
ling+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6&modificationDate=1342350
865303

 

Cheers

 

 

 

From: Stephen Cottham 
Sent: 15 July 2012 09:06
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I'll let ya know once its updated and ready for downloading, you will
find lots of great help on these email lists so don't give up we'll help
you get it up and running no probs.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 09:01
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I might just wait on the new one. I've tried out the windows version and
I love it. but almost scratched it since I've been beating my head on
this desk since 9 am trying to get it to work with 10.04. I've been
using bigbluebutton but I'm at a point where I think a change is due.
This looks very promising if I can get it to work on Ubuntu. It has some
features I wanted to have.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:48 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

You can give that one a go I wrote it few months ago, im currently
updating it to reflect new pre-reqs and SVN locations so you might want
to wait until I upload that one later today or just use the Java 6
section and continue with your current build.

 

Let me know how you go.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:46
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I never saw this one. I was following 
http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:39 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Are you using this guide?

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Instal
ling+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792
365000

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:40
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

The java 6 package is not found.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:32 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the
Ubuntu guide, what issues are you having with java 6? Are you following
the guide to install it from the wiki?

 

Cheers

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web: www.robertbird.com <http://www.robertbird.com/> 

  <http://www.robertbird.com.au/> 

This email and any attachments are confidential and may contain legally
privileged information or copyright material. Unless expressly stated,
confidentiality and/or legal privilege is not intended to be waived by
the sending of this email. The contents of this email, including any
attachments, are intended solely for the use of the individual or entity
to whom they are addressed. If you are not an intended recipient, please
contact us immediately by return email and then delete both messages.
You may not otherwise read, forward, copy, use or disclose this email or
any attachments. Any views expressed in this email are those of the
individual sender except where the sender expressly, and with authority,
states otherwise. It is your responsibility to check any attachments for
viruses or defects before opening or sending them on. None of the sender
or its related entities accepts any liability for any consequential
damage resulting from this email containing computer viruses. 

 


Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue
with the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 


Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com	


RE: 10.04 Install

Posted by Steve Baumgartner <st...@smbcomputers.net>.
I'm getting

 

root@SMB-CONFERENCE-01:/usr/adm/swftools-2012-04-08-0857# pdf2swf .version

NOTICE  Output filename not given. Writing to .swf

Error: Couldn't open file '.version'

ERROR   Couldn't open .version

 

I've had a few problems along the way here with a new install of 12.04. this
si the only one so far I have not been able to resolve.

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 7:24 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hey Steve,

 

Give this guide a bash and see how you go:

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Installing
+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6
<https://cwiki.apache.org/confluence/download/attachments/27838216/Installin
g+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6&modificationDate=1342350865303>
&modificationDate=1342350865303

 

Cheers

 

 

 

From: Stephen Cottham 
Sent: 15 July 2012 09:06
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I'll let ya know once its updated and ready for downloading, you will find
lots of great help on these email lists so don't give up we'll help you get
it up and running no probs.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 09:01
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I might just wait on the new one. I've tried out the windows version and I
love it. but almost scratched it since I've been beating my head on this
desk since 9 am trying to get it to work with 10.04. I've been using
bigbluebutton but I'm at a point where I think a change is due. This looks
very promising if I can get it to work on Ubuntu. It has some features I
wanted to have.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:48 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

You can give that one a go I wrote it few months ago, im currently updating
it to reflect new pre-reqs and SVN locations so you might want to wait until
I upload that one later today or just use the Java 6 section and continue
with your current build.

 

Let me know how you go.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:46
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I never saw this one. I was following
http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:39 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Are you using this guide?

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Installing
+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5
<https://cwiki.apache.org/confluence/download/attachments/27838216/Installin
g+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792365000>
&modificationDate=1337792365000

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:40
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

The java 6 package is not found.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:32 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the
Ubuntu guide, what issues are you having with java 6? Are you following the
guide to install it from the wiki?

 

Cheers

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web:  <http://www.robertbird.com/> www.robertbird.com

 <http://www.robertbird.com.au/> 

This email and any attachments are confidential and may contain legally
privileged information or copyright material. Unless expressly stated,
confidentiality and/or legal privilege is not intended to be waived by the
sending of this email. The contents of this email, including any
attachments, are intended solely for the use of the individual or entity to
whom they are addressed. If you are not an intended recipient, please
contact us immediately by return email and then delete both messages. You
may not otherwise read, forward, copy, use or disclose this email or any
attachments. Any views expressed in this email are those of the individual
sender except where the sender expressly, and with authority, states
otherwise. It is your responsibility to check any attachments for viruses or
defects before opening or sending them on. None of the sender or its related
entities accepts any liability for any consequential damage resulting from
this email containing computer viruses. 




Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue with
the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 


RE: 10.04 Install

Posted by Stephen Cottham <St...@robertbird.com.au>.
Hey Steve,

 

Give this guide a bash and see how you go:

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Instal
ling+OM2.x+On+Ubuntu64+-+Headless.pdf?version=6&modificationDate=1342350
865303

 

Cheers

 

 

 

From: Stephen Cottham 
Sent: 15 July 2012 09:06
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I'll let ya know once its updated and ready for downloading, you will
find lots of great help on these email lists so don't give up we'll help
you get it up and running no probs.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 09:01
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I might just wait on the new one. I've tried out the windows version and
I love it. but almost scratched it since I've been beating my head on
this desk since 9 am trying to get it to work with 10.04. I've been
using bigbluebutton but I'm at a point where I think a change is due.
This looks very promising if I can get it to work on Ubuntu. It has some
features I wanted to have.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:48 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

You can give that one a go I wrote it few months ago, im currently
updating it to reflect new pre-reqs and SVN locations so you might want
to wait until I upload that one later today or just use the Java 6
section and continue with your current build.

 

Let me know how you go.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:46
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I never saw this one. I was following 
http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:39 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Are you using this guide?

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Instal
ling+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792
365000

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:40
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

The java 6 package is not found.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:32 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the
Ubuntu guide, what issues are you having with java 6? Are you following
the guide to install it from the wiki?

 

Cheers

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web: www.robertbird.com <http://www.robertbird.com/> 

  <http://www.robertbird.com.au/> 

This email and any attachments are confidential and may contain legally
privileged information or copyright material. Unless expressly stated,
confidentiality and/or legal privilege is not intended to be waived by
the sending of this email. The contents of this email, including any
attachments, are intended solely for the use of the individual or entity
to whom they are addressed. If you are not an intended recipient, please
contact us immediately by return email and then delete both messages.
You may not otherwise read, forward, copy, use or disclose this email or
any attachments. Any views expressed in this email are those of the
individual sender except where the sender expressly, and with authority,
states otherwise. It is your responsibility to check any attachments for
viruses or defects before opening or sending them on. None of the sender
or its related entities accepts any liability for any consequential
damage resulting from this email containing computer viruses. 

 


Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue
with the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 


Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com	


Re: 10.04 Install

Posted by Stephen Cottham <St...@robertbird.com.au>.
Hey George,

Debian doc is online now mate, just finishing Ubuntu now, should be uploaded in about 30mins, will wait till tomo to do the windows guide thou ...still feeling the jet lag.

I can confirm the space issue does exist with the windows deployment but there are ways around it without having to restructure folders, I'll add that in tomo.

Cheers

Sent from my iPhone

On 15 Jul 2012, at 11:52, "George Kirkham" <gk...@co2crc.com.au> wrote:

> Steve,
>  
> Pleased to see you made it back after the long flight.  Looking forward to seeing the updated documentation.  I hope to do a walk though for you.
>  
> Thanks,
>  
> George Kirkham
>  
>  
> From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
> Sent: Sunday, 15 July 2012 6:06 PM
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> I’ll let ya know once its updated and ready for downloading, you will find lots of great help on these email lists so don’t give up we’ll help you get it up and running no probs.
>  
> Best Regards
>  
>  
>  
> From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
> Sent: 15 July 2012 09:01
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> I might just wait on the new one. I’ve tried out the windows version and I love it. but almost scratched it since I’ve been beating my head on this desk since 9 am trying to get it to work with 10.04. I’ve been using bigbluebutton but I’m at a point where I think a change is due. This looks very promising if I can get it to work on Ubuntu. It has some features I wanted to have.
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  
> From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
> Sent: Sunday, July 15, 2012 3:48 AM
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> You can give that one a go I wrote it few months ago, im currently updating it to reflect new pre-reqs and SVN locations so you might want to wait until I upload that one later today or just use the Java 6 section and continue with your current build.
>  
> Let me know how you go.
>  
> Best Regards
>  
>  
>  
> From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
> Sent: 15 July 2012 08:46
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> I never saw this one. I was following http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS
>  
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  
> From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
> Sent: Sunday, July 15, 2012 3:39 AM
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> Are you using this guide?
>  
> https://cwiki.apache.org/confluence/download/attachments/27838216/Installing+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792365000
>  
>  
>  
> From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
> Sent: 15 July 2012 08:40
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> The java 6 package is not found.
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  
> From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
> Sent: Sunday, July 15, 2012 3:32 AM
> To: openmeetings-user@incubator.apache.org
> Subject: RE: 10.04 Install
>  
> Hi Steve,
>  
> Im just uploading the updated Debian install guide and will start on the Ubuntu guide, what issues are you having with java 6? Are you following the guide to install it from the wiki?
>  
> Cheers
>  
>  
>  
> Stephen Cottham
> Group IT Manager (Associate)
> 
> Robert Bird Group
> Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia
> Phone: +6173 319 2777 (AUS)
> Phone: +44207 592 8000 (UK)
> Fax: +6173 319 2799
>  
> Mobile:  +61400 756 963 (AUS)
> Mobile:  +447900 918 616 (UK)
> Web: www.robertbird.com
> 
> <image001.gif>
> 
> This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses.
> 
> <image002.png>
> 
> 
> Disclaimer added by CodeTwo Exchange Rules
> www.codetwo.com
>  
> From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
> Sent: 15 July 2012 08:29
> To: openmeetings-user@incubator.apache.org
> Subject: 10.04 Install
>  
> Any updated install directions for Ubuntu? There seems to be an issue with the java 6 package.
>  
> Steve Baumgartner
> Owner
> SMB Computers
>  
> M +1 614 743 3166 
> Grove City, Ohio, USA
> steve@smbcomputers.net
>  
> This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
> If you have received this e-mail in error please notify the sender immediately.
>  
>  

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com	


RE: 10.04 Install

Posted by George Kirkham <gk...@co2crc.com.au>.
Steve,

 

Pleased to see you made it back after the long flight.  Looking forward
to seeing the updated documentation.  I hope to do a walk though for
you.

 

Thanks,

 

George Kirkham

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, 15 July 2012 6:06 PM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I'll let ya know once its updated and ready for downloading, you will
find lots of great help on these email lists so don't give up we'll help
you get it up and running no probs.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 09:01
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I might just wait on the new one. I've tried out the windows version and
I love it. but almost scratched it since I've been beating my head on
this desk since 9 am trying to get it to work with 10.04. I've been
using bigbluebutton but I'm at a point where I think a change is due.
This looks very promising if I can get it to work on Ubuntu. It has some
features I wanted to have.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:48 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

You can give that one a go I wrote it few months ago, im currently
updating it to reflect new pre-reqs and SVN locations so you might want
to wait until I upload that one later today or just use the Java 6
section and continue with your current build.

 

Let me know how you go.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:46
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I never saw this one. I was following 
http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:39 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Are you using this guide?

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Instal
ling+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792
365000

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:40
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

The java 6 package is not found.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:32 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the
Ubuntu guide, what issues are you having with java 6? Are you following
the guide to install it from the wiki?

 

Cheers

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web: www.robertbird.com <http://www.robertbird.com/> 

  <http://www.robertbird.com.au/> 

This email and any attachments are confidential and may contain legally
privileged information or copyright material. Unless expressly stated,
confidentiality and/or legal privilege is not intended to be waived by
the sending of this email. The contents of this email, including any
attachments, are intended solely for the use of the individual or entity
to whom they are addressed. If you are not an intended recipient, please
contact us immediately by return email and then delete both messages.
You may not otherwise read, forward, copy, use or disclose this email or
any attachments. Any views expressed in this email are those of the
individual sender except where the sender expressly, and with authority,
states otherwise. It is your responsibility to check any attachments for
viruses or defects before opening or sending them on. None of the sender
or its related entities accepts any liability for any consequential
damage resulting from this email containing computer viruses. 

 


Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue
with the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 


RE: 10.04 Install

Posted by Stephen Cottham <St...@robertbird.com.au>.
I'll let ya know once its updated and ready for downloading, you will
find lots of great help on these email lists so don't give up we'll help
you get it up and running no probs.

 

Best Regards

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 09:01
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I might just wait on the new one. I've tried out the windows version and
I love it. but almost scratched it since I've been beating my head on
this desk since 9 am trying to get it to work with 10.04. I've been
using bigbluebutton but I'm at a point where I think a change is due.
This looks very promising if I can get it to work on Ubuntu. It has some
features I wanted to have.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:48 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

You can give that one a go I wrote it few months ago, im currently
updating it to reflect new pre-reqs and SVN locations so you might want
to wait until I upload that one later today or just use the Java 6
section and continue with your current build.

 

Let me know how you go.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:46
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I never saw this one. I was following 
http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:39 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Are you using this guide?

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Instal
ling+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792
365000

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:40
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

The java 6 package is not found.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:32 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the
Ubuntu guide, what issues are you having with java 6? Are you following
the guide to install it from the wiki?

 

Cheers

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web: www.robertbird.com <http://www.robertbird.com/> 

  <http://www.robertbird.com.au/> 

This email and any attachments are confidential and may contain legally
privileged information or copyright material. Unless expressly stated,
confidentiality and/or legal privilege is not intended to be waived by
the sending of this email. The contents of this email, including any
attachments, are intended solely for the use of the individual or entity
to whom they are addressed. If you are not an intended recipient, please
contact us immediately by return email and then delete both messages.
You may not otherwise read, forward, copy, use or disclose this email or
any attachments. Any views expressed in this email are those of the
individual sender except where the sender expressly, and with authority,
states otherwise. It is your responsibility to check any attachments for
viruses or defects before opening or sending them on. None of the sender
or its related entities accepts any liability for any consequential
damage resulting from this email containing computer viruses. 

 


Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue
with the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 


Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com	


RE: 10.04 Install

Posted by Steve Baumgartner <st...@smbcomputers.net>.
I might just wait on the new one. I've tried out the windows version and I
love it. but almost scratched it since I've been beating my head on this
desk since 9 am trying to get it to work with 10.04. I've been using
bigbluebutton but I'm at a point where I think a change is due. This looks
very promising if I can get it to work on Ubuntu. It has some features I
wanted to have.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:48 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

You can give that one a go I wrote it few months ago, im currently updating
it to reflect new pre-reqs and SVN locations so you might want to wait until
I upload that one later today or just use the Java 6 section and continue
with your current build.

 

Let me know how you go.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:46
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I never saw this one. I was following
http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:39 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Are you using this guide?

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Installing
+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5
<https://cwiki.apache.org/confluence/download/attachments/27838216/Installin
g+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792365000>
&modificationDate=1337792365000

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:40
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

The java 6 package is not found.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:32 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the
Ubuntu guide, what issues are you having with java 6? Are you following the
guide to install it from the wiki?

 

Cheers

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web:  <http://www.robertbird.com/> www.robertbird.com

 <http://www.robertbird.com.au/> 

This email and any attachments are confidential and may contain legally
privileged information or copyright material. Unless expressly stated,
confidentiality and/or legal privilege is not intended to be waived by the
sending of this email. The contents of this email, including any
attachments, are intended solely for the use of the individual or entity to
whom they are addressed. If you are not an intended recipient, please
contact us immediately by return email and then delete both messages. You
may not otherwise read, forward, copy, use or disclose this email or any
attachments. Any views expressed in this email are those of the individual
sender except where the sender expressly, and with authority, states
otherwise. It is your responsibility to check any attachments for viruses or
defects before opening or sending them on. None of the sender or its related
entities accepts any liability for any consequential damage resulting from
this email containing computer viruses. 




Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue with
the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 


RE: 10.04 Install

Posted by Stephen Cottham <St...@robertbird.com.au>.
You can give that one a go I wrote it few months ago, im currently
updating it to reflect new pre-reqs and SVN locations so you might want
to wait until I upload that one later today or just use the Java 6
section and continue with your current build.

 

Let me know how you go.

 

Best Regards

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:46
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

I never saw this one. I was following 
http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:39 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Are you using this guide?

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Instal
ling+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792
365000

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:40
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

The java 6 package is not found.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:32 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the
Ubuntu guide, what issues are you having with java 6? Are you following
the guide to install it from the wiki?

 

Cheers

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web: www.robertbird.com <http://www.robertbird.com/> 

  <http://www.robertbird.com.au/> 

This email and any attachments are confidential and may contain legally
privileged information or copyright material. Unless expressly stated,
confidentiality and/or legal privilege is not intended to be waived by
the sending of this email. The contents of this email, including any
attachments, are intended solely for the use of the individual or entity
to whom they are addressed. If you are not an intended recipient, please
contact us immediately by return email and then delete both messages.
You may not otherwise read, forward, copy, use or disclose this email or
any attachments. Any views expressed in this email are those of the
individual sender except where the sender expressly, and with authority,
states otherwise. It is your responsibility to check any attachments for
viruses or defects before opening or sending them on. None of the sender
or its related entities accepts any liability for any consequential
damage resulting from this email containing computer viruses. 

 


Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue
with the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 


Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com	


RE: 10.04 Install

Posted by Steve Baumgartner <st...@smbcomputers.net>.
I never saw this one. I was following
http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS

 

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:39 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Are you using this guide?

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Installing
+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5
<https://cwiki.apache.org/confluence/download/attachments/27838216/Installin
g+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792365000>
&modificationDate=1337792365000

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:40
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

The java 6 package is not found.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:32 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the
Ubuntu guide, what issues are you having with java 6? Are you following the
guide to install it from the wiki?

 

Cheers

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web:  <http://www.robertbird.com/> www.robertbird.com

 <http://www.robertbird.com.au/> 

This email and any attachments are confidential and may contain legally
privileged information or copyright material. Unless expressly stated,
confidentiality and/or legal privilege is not intended to be waived by the
sending of this email. The contents of this email, including any
attachments, are intended solely for the use of the individual or entity to
whom they are addressed. If you are not an intended recipient, please
contact us immediately by return email and then delete both messages. You
may not otherwise read, forward, copy, use or disclose this email or any
attachments. Any views expressed in this email are those of the individual
sender except where the sender expressly, and with authority, states
otherwise. It is your responsibility to check any attachments for viruses or
defects before opening or sending them on. None of the sender or its related
entities accepts any liability for any consequential damage resulting from
this email containing computer viruses. 




Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue with
the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 


RE: 10.04 Install

Posted by Stephen Cottham <St...@robertbird.com.au>.
Are you using this guide?

 

https://cwiki.apache.org/confluence/download/attachments/27838216/Instal
ling+OM2.x+On+Ubuntu64+-+Headless.pdf?version=5&modificationDate=1337792
365000

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:40
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

The java 6 package is not found.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:32 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the
Ubuntu guide, what issues are you having with java 6? Are you following
the guide to install it from the wiki?

 

Cheers

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web: www.robertbird.com <http://www.robertbird.com/> 

  <http://www.robertbird.com.au/> 

This email and any attachments are confidential and may contain legally
privileged information or copyright material. Unless expressly stated,
confidentiality and/or legal privilege is not intended to be waived by
the sending of this email. The contents of this email, including any
attachments, are intended solely for the use of the individual or entity
to whom they are addressed. If you are not an intended recipient, please
contact us immediately by return email and then delete both messages.
You may not otherwise read, forward, copy, use or disclose this email or
any attachments. Any views expressed in this email are those of the
individual sender except where the sender expressly, and with authority,
states otherwise. It is your responsibility to check any attachments for
viruses or defects before opening or sending them on. None of the sender
or its related entities accepts any liability for any consequential
damage resulting from this email containing computer viruses. 

 


Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue
with the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 


Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com	


RE: 10.04 Install

Posted by Steve Baumgartner <st...@smbcomputers.net>.
The java 6 package is not found.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 

From: Stephen Cottham [mailto:Stephen.Cottham@robertbird.com.au] 
Sent: Sunday, July 15, 2012 3:32 AM
To: openmeetings-user@incubator.apache.org
Subject: RE: 10.04 Install

 

Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the
Ubuntu guide, what issues are you having with java 6? Are you following the
guide to install it from the wiki?

 

Cheers

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 592 8000 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web:  <http://www.robertbird.com/> www.robertbird.com

 <http://www.robertbird.com.au/> 

This email and any attachments are confidential and may contain legally
privileged information or copyright material. Unless expressly stated,
confidentiality and/or legal privilege is not intended to be waived by the
sending of this email. The contents of this email, including any
attachments, are intended solely for the use of the individual or entity to
whom they are addressed. If you are not an intended recipient, please
contact us immediately by return email and then delete both messages. You
may not otherwise read, forward, copy, use or disclose this email or any
attachments. Any views expressed in this email are those of the individual
sender except where the sender expressly, and with authority, states
otherwise. It is your responsibility to check any attachments for viruses or
defects before opening or sending them on. None of the sender or its related
entities accepts any liability for any consequential damage resulting from
this email containing computer viruses. 




Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue with
the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 


RE: 10.04 Install

Posted by Stephen Cottham <St...@robertbird.com.au>.
Hi Steve,

 

Im just uploading the updated Debian install guide and will start on the
Ubuntu guide, what issues are you having with java 6? Are you following
the guide to install it from the wiki?

 

Cheers

 

 

 

From: Steve Baumgartner [mailto:steve@smbcomputers.net] 
Sent: 15 July 2012 08:29
To: openmeetings-user@incubator.apache.org
Subject: 10.04 Install

 

Any updated install directions for Ubuntu? There seems to be an issue
with the java 6 package.

 

Steve Baumgartner

Owner

SMB Computers

 

M +1 614 743 3166 

Grove City, Ohio, USA

steve@smbcomputers.net

 

This e-mail and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed.
If you have received this e-mail in error please notify the sender
immediately.

 

 


Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 592 8000 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile: +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com