Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: lo1504 on July 11, 2006, 05:03:55 PM

Title: eyeOS on SME7?
Post by: lo1504 on July 11, 2006, 05:03:55 PM
I got the actual tar-archive of eyeOS (eyeos.org) installed in an ibay named eyeos. The installation worked, but i can't add any other applications. I changed the owner of all files to www:shared , accessmode to rw vor everyone but again, i'm not able to add any other application. Also i didn't get any errormsg in messages or http logs. Any hint?

Thanks for your help ...

Lo
Title: eyeOS on SME7?
Post by: angeljarod on July 13, 2006, 03:00:33 PM
i discover thanks to you eyeos. It seems a very good project.

Sory but i can't help you for the moment.

I will try to install and test it.

Refards
Title: mine works 100%
Post by: larry007 on July 17, 2006, 08:46:52 PM
Sorry I am not of much help here, but mine is working just fine. Read the docs, I clearly remember having to set some permissions on various dirs.  There is nothing to it, just fiddle   ;-)
Title: eyeOS on SME7?
Post by: martz on September 27, 2006, 02:34:33 PM
installing extra apps seems to be an issue here too.  the quick install guide tells you to chmod 777 on the /etc dir but nothing else.

maybe looking at the security manual would be a good idea after all :)  i have eyeOS running in a password protected ibay.
Title: Newbie Installation
Post by: allforone on July 27, 2007, 09:30:54 PM
I was wondering if someone could post more complete instructions and any additional information useful. I want to install on my home server for the kids to use and play with. Also, I might want to deploy it at a school for use. I have been using sme for a couple of years, however when it comes to the command line stuff I am just starting to learn. I could not even find the ibay from the command line.
Title: Re: Newbie Installation
Post by: raem on July 28, 2007, 06:07:21 AM
allforone

Quote
I could not even find the ibay from the command line.


cd /home/e-smith/files/ibays/ibayname/html
(replace ibayname with the name of the ibay you want)

Also at the prompt type
mc
to run midnight commander, which is a very good file manager tool, but be careful, you can easily do a lot of damage to your file structure by making unconsidered, inadvertant  & accidental changes. Learn how to use it and understand the ramifications of any changes you make, if in doubt DON'T !
Title: eyeOS on SME7?
Post by: cool34000 on July 30, 2007, 01:09:38 PM
Hi,

Very nice program... Very easy to install...
I was unable to add apps with IE7 but Firefox works better with it.

[edit] Added simple howto to install it in /opt
Login as root and type:
Code: [Select]
# wget "http://puzzle.dl.sourceforge.net/sourceforge/eyeos/eyeOS_1.1.0.1.tar.gz"
# tar -xzf eyeOS_1.1.0.1.tar.gz -C /opt
# chown -R root:www /opt/eyeOS
# chmod 770 /opt/eyeOS
Then create a file in /etc/e-smith/templates/etc/httpd/conf/httpd.conf and name it 98eyeOS. Paste the following in the file:
Code: [Select]

# eyeOS
Alias /eyeOS /opt/eyeOS
<Directory /opt/eyeOS>
AddType application/x-httpd-php .php .php3 .phtml
SSLRequireSSL on
AllowOverride all
order deny,allow
deny from all
allow from all
php_admin_value open_basedir /opt/eyeOS/
</Directory>

Please watch the blank begining and ending lines !

Then open your web browser (firefox is recommended) at https://yourdomain.com/eyeOS/install.php and do the install...
That's all ! Now you can connect to https://yourdomain.com/eyeOS
Title: Installation problem- HTTP Not found
Post by: allforone on August 01, 2007, 07:27:51 PM
How do I make it accessible from the internet.

I can only access it here https://hserver/eyeOS/

this one https://altitude.selfip.com/eyeOS/ does not work. what do I need to do to get it to work.

the hostname I chose was altitude.selfip.com/eyeos during installation. that does not work either.
Title: Re: Installation problem- HTTP Not found
Post by: wjhobbs on August 01, 2007, 08:45:01 PM
Quote from: "allforone"

this one https://altitude.selfip.com/eyeOS/ does not work. what do I need to do to get it to work.

If I go to that link I get your sign in screen.

If you want me to go further, contact me off list and provide a user id and password I could try to get beyond that point.

John
Title: eyeOS on SME7?
Post by: wjhobbs on August 01, 2007, 08:53:37 PM
This is a follow-up...

I created a new account 'jhobbs' and went in.

It looks pretty good. And your response time is much better than the eyeOS demo site.

You should probably delete my account now.

John
Title: Your right!
Post by: allforone on August 01, 2007, 08:54:18 PM
Well, I be dammed (in a southern accent). I do not know what happened. Oh, you know what, I forgot to open the https port on my router for the webmail, maybe that did it.
Title: Re: Your right!
Post by: wjhobbs on August 01, 2007, 09:00:57 PM
Quote from: "allforone"
Oh, you know what, I forgot to open the https port on my router for the webmail, maybe that did it.

It could just be that it took a while for the SME DNS to take (I have found it sometimes takes more than an hour -- and in the interim you think you have done something wrong).

Also, you might want to password protect the site. You don't want everyone and his dog making free use of your resources.

John
Title: That okay - its cool
Post by: allforone on August 01, 2007, 09:02:49 PM
I am going to save that for another day. I have not read the documentation yet, so I do not know how to delete anyone  yet. I was looking for a thin client solution for a customer. It is just one of the many products I am evaluating. I tried the thinclient contrib but could not figure out how to load the desktop enviorments.
Title: Re: That okay - its cool
Post by: TrevorB on August 02, 2007, 12:40:50 AM
Quote from: "allforone"
I tried the thinclient contrib but could not figure out how to load the desktop environments.
That contrib is just a mechanism for deploying the desktop images (not building/using them). You either need to use the prepackaged ThinStation  (http://mirror.contribs.org/smeserver/contribs/trevorb/7.x/Thinclient/smeserver-thinclient-ts-2.2-1.noarch.rpm) from my old contrib area (http://mirror.contribs.org/smeserver/contribs/trevorb/7.x/Thinclient) or generate a pxe bootable image from one of the other thinclient distributions.

Have you read my usage instructions (http://wiki.contribs.org/Thinclient_usage) in the wiki? Although it won't teach you about pxelinux...

Good Luck
Trevor B
Title: Re: That okay - its cool
Post by: TrevorB on August 02, 2007, 12:58:24 PM
Quote from: "allforone"
It is just one of the many products I am evaluating. I tried the thinclient contrib but could not figure out how to load the desktop enviorments.
Also, have you looked at another thread where they are deploying ltsp images from smeserver (http://forums.contribs.org/index.php?topic=35111.0)
Trevor B
Title: I will try it
Post by: allforone on August 02, 2007, 09:55:45 PM
I am going out of town and I will try it next week. If you can talk me through it, if I run into any problems. The server will be a fresh install. Also, Is their a way to extend the terminal server to a web browser to give users a remote desktop simular to an eyeOS deployment. I will only have a week to get it up, after that I am dead for 2months. AT&T is bringing fiber to the neighborshoods and I am on the project.