Swiss Center on NSLU2 - 2008/08/23 08:40Hello everybody, first I want to say sorry for my bad english. I´m trying to install Swisscenter on my NSLU2 with unslung. I followed the instructions on http://www.nslu2-linux.org/wiki/Applications/SwissCenter. I installed the Ipks but because I´m a newbie in Linux and php I a have difficulties in editing the files as shown. Can anybody help me or provide the edited files for me ?
Thank you and best wishes from Hamburg !
| | The administrator has disabled public write access.
klaasvaak
User
Posts: 464
Re: Swiss Center on NSLU2 - 2008/08/24 14:14I'm not familiar with a NSLU2, but most NAS work alike, so I can give it try.
Could you please indicate which steps you already did. Only step 1 or step 1 through 3? And which version of SwissCenter did you install?
You can also have a look at the manual to install SwissCenter on a Synology NAS(here) to get an idea.
regards, Klaas --------------------------------------------------------------------------- SwissCenter 1.20.1 Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15 Synology DS107+ (128), firmware: DSM 2.0-0637 Pinnacle SC200
| | The administrator has disabled public write access.
hhbernd
User
Posts: 41
Re: Swiss Center on NSLU2 - 2008/08/24 17:05Hi Klaasvaak,
thank you very much for your help. I installed the latest SC version 1.20.1 from the download section and tried to follow oll the steps from the obeve shown link. But I had heavy difficulties with the manual esp. in editing the files. I think i have edited wrong lines. I think the best way ist to remove the installed IPKS´s and start from the beginning with your help. Do you think I should remove all IPKGs: mysql apache eaccelerator php-apache php-mysql php-gd
When I tried to remove apache i got an error because auf dependents on other software. Or should i format the MSLUG and begin from the very first step to flash ste slug ?
I really dont know what to do....
| | The administrator has disabled public write access.
I should do the following: You will need to edit httpd.conf that get installed with apache to include the following: Listen 8000 DocumentRoot "/opt/share/www/swisscenter" <Directory "/opt/share/www/swisscenter"> Options Indexes FollowSymLinks Multiviews AllowOverride None Order allow,deny Allow from all </Directory>
in your desciption the following:
Listen 8080 <VirtualHost _default_:8080> DocumentRoot "/volume1/web/svr/swiss" <Directory "/volume1/web/svr/swiss"> Options Indexes FollowSymLinks MultiViews AllowOverride None Order deny,allow Deny from all Allow from «« enter first three,two or one octets of your network IP, eg 192.168.1 »» </Directory> <IfModule mod_dir.c> DirectoryIndex index.html index.php </IfModule> Alias /root/ "/" </VirtualHost>
Can anybody help me in setting up SC on my slug ?
| | The administrator has disabled public write access.
klaasvaak
User
Posts: 464
Re: Swiss Center on NSLU2 - 2008/08/25 14:19OK, let’s go through the entire process step by step:
Hhbernd wrote:Do you think I should remove all IPKGs: mysql apache eaccelerator php-apache php-mysql php-gd If Apache, PHP and MySQL are working there is no need to remove them from your NSLU2 (sounds logical, doesn't it). To test this you should run the script “info.php” (see attached zip-file). Please paste this in the web directory and open the file with your browser. Could you please post the result?
If this works, you should copy script “mysql_send.php” in the same folder. Open this file with your browser and you’ll see two text boxes. Leave the first text box blanc. In the second text box (the large one), enter the following:
Code:
show databases
If MySQL works the screen in the following post appears.
If both work fine, we can continue, if it doesn’t we have to find the error and restart. In case of the latter, please post the error message(s).
---------------------------------------------------------------------------
SwissCenter 1.20.1
Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP
Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15
Synology DS107+ (128), firmware: DSM 2.0-0637
Pinnacle SC200
| | The administrator has disabled public write access.
klaasvaak
User
Posts: 464
Re: Swiss Center on NSLU2 - 2008/08/25 14:27and here's the return of "mysql_send.php":
regards, Klaas --------------------------------------------------------------------------- SwissCenter 1.20.1 Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15 Synology DS107+ (128), firmware: DSM 2.0-0637 Pinnacle SC200
| | The administrator has disabled public write access.
hhbernd
User
Posts: 41
Re: Swiss Center on NSLU2 - 2008/08/25 15:04Hi Klaas, i´m very happy that you help me to get the NSLU2 running !!! Thanks !
Because I have modified all the php-files in a wrong way i have removed all the IPKGs from unslug and reinstalled them. Now nothing is changed. I copied your info.php in the directory opt/share/www and tried to open it in the browswer with http:\\192.168.2.77:8282/info.php but I got an error : The requested URL was not found on this server. Maybe because I haven´t modified anything. I don´t know in which way I shold change the files in your way or in the way of the description of the link i have posted above.
Thank you !!!!!!!!!!!
Bernd
| | The administrator has disabled public write access.
klaasvaak
User
Posts: 464
Re: Swiss Center on NSLU2 - 2008/08/25 15:14Hi Bernd,
It looks like to try to run "info.php"-script through a VirtualHost. Unless you created this one, should try to run the script on your web server by:
Code:
http://192.168.2.77/info.php
Script "mysql_send.php" should be opened likewise.
Do you get proper results now? Klaas
BTW setting-up the SwissCenter VirtualHost comes later and has nothing to do with the scripts above. ---------------------------------------------------------------------------
SwissCenter 1.20.1
Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP
Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15
Synology DS107+ (128), firmware: DSM 2.0-0637
Pinnacle SC200
| | The administrator has disabled public write access.
hhbernd
Visitor
Re: Swiss Center on NSLU2 - 2008/08/25 16:55hmmmmm, I´m sorry, If I try to open the ini.php script with http://192.168.2.77/info.php firefox couldnt open anything;
Verbindung ´fehlgeschlagen Firefox kann keine Verbindung zu dem Server unter 192.168.2.77 aufbauen.
| | The administrator has disabled public write access.
klaasvaak
Visitor
Re: Swiss Center on NSLU2 - 2008/08/25 17:11Hi Bernd,
Bernd wrote:If I enter http://192.168.2.77:8000/ I get a reply: it worls If I enter http://192.168.2.77:8282/ I get access to the Unslug web configuration page.This sounds promising, as it means that Apache is working, but still as a VirtualHost only. OK, now you should try to run "info.php" on your "main" VirtualHost by:
Code:
http://192.168.2.77:8000/info.php
Any return? And what about "mysql_send.php"?
regards, Klaas---------------------------------------------------------------------------
SwissCenter 1.20.1
Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP
Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15
Synology DS107+ (128), firmware: DSM 2.0-0637
Pinnacle SC200
| | The administrator has disabled public write access.
hhbernd
User
Posts: 41
Re: Swiss Center on NSLU2 - 2008/08/25 17:20sorry - in both cases I get the error-code:
Forbidden
You don't have permission to access /mysql_send.php on this server.
| | The administrator has disabled public write access.
hhbernd
User
Posts: 41
Re: Swiss Center on NSLU2 - 2008/08/25 17:36hello again. In the Unslung web-administration I have changed the "Port number for HTTP (Web Browser) connections to this server: " from 8282 to 80- Now the Unslug Conf-Tool opens with just entering http://192.168.2.77/
regards
Bernd
| | The administrator has disabled public write access.
klaasvaak
User
Posts: 464
Re: Swiss Center on NSLU2 - 2008/08/25 18:30humm ... that's too bad
This issue looks to be related to the problem described here, but I'm not sure and I don't have the solution for this.
regards, Klaas --------------------------------------------------------------------------- SwissCenter 1.20.1 Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15 Synology DS107+ (128), firmware: DSM 2.0-0637 Pinnacle SC200
| | The administrator has disabled public write access.
hhbernd
User
Posts: 41
Re: Swiss Center on NSLU2 - 2008/08/26 00:21Hello Klaas,
is that the problem:
root@unslung:/> /opt/etc/init.d/S80apache httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.2.77 for ServerName httpd not running, trying to start
| | The administrator has disabled public write access.
klaasvaak
User
Posts: 464
Re: Swiss Center on NSLU2 - 2008/08/26 12:21Well, that doesn't sound too good. Not sure, but it may have something to do with changing the NSLU2 config port number from 80 back to 8282. Further info can be found the Apache Wiki. If this provides not enough info, just google the problem.
regards, Klaas --------------------------------------------------------------------------- SwissCenter 1.20.1 Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15 Synology DS107+ (128), firmware: DSM 2.0-0637 Pinnacle SC200
| | The administrator has disabled public write access.
klaasvaak
User
Posts: 464
Re: Swiss Center on NSLU2 - 2008/08/26 14:40Bernd wrote:sorry - in both cases I get the error-code: Forbidden You don't have permission to access /mysql_send.php on this server. Although I’m not familiar with the rights policy of the NSLU2, it must be possible to have SwissCenter installed your NAS, so I suggest we give it a try without the tests.
Follow the step 2 of the instruction posted by you earlier.
Then “Telnet" your NAS and do step 3 of the same instruction.
Subsequently, go to the Apache directory by
Code:
cd /opt/etc/apache2/
I think this the correct path, if not search for it. Now you have to edit file “httpd.config” by
Code:
vi httpd.config
you can start editing after using command:
Code:
I
Follow step 4 of the instruction; if you have SwissCenter running you can change some parts.
Then you should adjust the “php.ini”-file according step 5 with the same commands as used in step 4. I expect you can find the “php.ini”-file somewhere in directory: /opt/etc/
Now you can go to part 2: step 1 through 4 can be done with a simple text writer.
Step 5 can be skipped and you can continue with the remaining steps. If correct, SwissCenter should run.
I hope this works for you, if not please let me know, regards, Klaas ---------------------------------------------------------------------------
SwissCenter 1.20.1
Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP
Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15
Synology DS107+ (128), firmware: DSM 2.0-0637
Pinnacle SC200
| | The administrator has disabled public write access.
hhbernd
User
Posts: 41
Re: Swiss Center on NSLU2 - 2008/08/27 03:21Hello Klaas,
thank you for helping me ! I have some problems because I´m a Linux newbie.
In number 3) of Part 1 I don´t know the correct entry. If I telnet "find /opt/share/www/swisscenter -type f -print0 | xargs -0 chmod 644" I get an error. What is the correct entry ?
In number 4) of Part 1 I don´t know WHERE (in wich line) of the httpd.conf I have to insert the new lines.
Number 1-4) of Part 1 are very havy to edit. In this cases I am very confused where I shoul edit because the files are very long.
If you could help me with that I think I get SC running.
PS: Swisscenter on my windows PC runs since 2 years - I love it
Greetz, Bernd
| | The administrator has disabled public write access.
klaasvaak
User
Posts: 464
Re: Swiss Center on NSLU2 - 2008/08/27 13:18Hi Bernd,
Bernd wrote:In number 3) of Part 1 I don´t know the correct entry. If I telnet "find /opt/share/www/swisscenter -type f -print0 | xargs -0 chmod 644" I get an error. What's the error message?
Bernd wrote:In number 4) of Part 1 I don´t know WHERE (in wich line) of the httpd.conf I have to insert the new lines. In principle, you can insert the lines anywhere you like, however, depending on your "httpd.conf"-file there will be a logical place. If you post your "httpd.conf"-file, I can give you a suggestion. To do this you first go to the directory in which "httpd.conf" is stored and then copy the "httpd.conf"-file to a direcotory accessible with MS Explorer with the following linux command:
Code:
cp httpd.conf <path to location>
Of course without "<>".
regards, Klaas ---------------------------------------------------------------------------
SwissCenter 1.20.1
Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP
Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15
Synology DS107+ (128), firmware: DSM 2.0-0637
Pinnacle SC200
| | The administrator has disabled public write access.
hhbernd
User
Posts: 41
Re: Swiss Center on NSLU2 - 2008/08/27 13:51Hi Klaas,
thank you for helping me !!
Here is my httpd.conf
| | The administrator has disabled public write access.
hhbernd
User
Posts: 41
Re: Swiss Center on NSLU2 - 2008/08/27 13:53once more - because I´m only allowed to attach zip-files....
bash: find: command not found bash: xargs: command not found
One more thing: I reinstalled apache and during the install-process I got the following Message:
httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.2.77 for ServerName httpd (no pid file) not running httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.2.77 for ServerName
| | The administrator has disabled public write access.
klaasvaak
User
Posts: 464
Re: Swiss Center on NSLU2 - 2008/08/27 15:32Hi Bernd,
I’ve adjusted your “httpd.conf”. You shouldn’t use port 8000 as this is the port for your web site, therefore I plugged in port 8080. Have a look at the end of the file and if you like it you can copy to your NSLU2 or edit the file on the NAS.
[1] you’re not logged-in as “root [2] commands “find and “xargs are not installed
Well, the first cause is easily checked and done (if necessary). Regarding the commands, you can check whether the commands are installed. Probably, they’re not (see this thread, the last post of the first page of “thevilla”).
If the commands are not on your NAS, you can either choose to install the commands; I understand this is possible with BusyBox, but I’m not sure, I’ve no experience with BusyBox at all. Alternatively, if telnet your NSLU2 and go the directory in which your SwissCenter directory is placed, you enter the following code:
It should work, but I’m not completely sure about it.
Bernd wrote:httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.2.77 for ServerName please see the link in one of my previous posts.
Afterward you can continue with part 2 of the instruction (I hope … )
regards, Klaas ---------------------------------------------------------------------------
SwissCenter 1.20.1
Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP
Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15
Synology DS107+ (128), firmware: DSM 2.0-0637
Pinnacle SC200
| | The administrator has disabled public write access.
hhbernd
User
Posts: 41
Re: Swiss Center on NSLU2 - 2008/08/27 16:41Hi Klaas,
thank you VERY much. I´ve copied your httpd.file in the apache-directory and I think the chown-entries worked (i didnt get a error-message). when i enter 192.168.2.77:8080 in firefox get the following response (is that success?) :
<?php /************************************************************************************************** SWISScenter Source Robert Taylor *************************************************************************************************/
function media_exists( $media_type ) { $table = db_value("select media_table from media_types where media_id = $media_type"); if ( db_value("select 'YES' from $table limit 1") == 'YES') return true; else return false; }
/** * Display the Internet Services submenu */ function display_internet_menu() { page_header( str('INTERNET_SERVICES'),'','',1,false,'','PAGE_INTERNET');
/** * Menu Items */ $menu = new menu(); $page = (empty($_REQUEST["page"]) ? 1 : $_REQUEST["page"]);
// Only display the Internet radio options if an internet connection is active and the user has enabled internet radio support if (internet_available() && get_sys_pref('radio_enabled','YES') == 'YES') $menu->add_item( str('LISTEN_RADIO'),"music_radio.php",true);
// Only display the web links option if an internet connection is active, the user has enabled weblinks and defined some media locations // OR the override flag is set. if ( ( internet_available() && ( get_sys_pref('web_enabled','YES') == 'YES' && db_value("select 'YES' from media_locations where media_type=".MEDIA_TYPE_WEB." limit 1") == 'YES' ) || get_sys_pref('OVERRIDE_ENABLE_WEBLINKS','NO') == 'YES') ) $menu->add_item(str('BROWSE_WEB'),'web_urls.php',true);
// Only display the RSS options if an internet connection is active, the user has enabled RSS support and has defined some subscriptions. if (internet_available() && get_sys_pref('rss_enabled','YES') == 'YES' && db_value("select 'YES' from rss_subscriptions limit 1") == 'YES') $menu->add_item( str('RSS_FEEDS') ,'rss_feeds.php',true);
// Only display the weather options if an internet connection is active and the user has enabled weather support if (internet_available() && get_sys_pref('weather_enabled','YES') == 'YES') $menu->add_item( str('VIEW_WEATHER') ,'weather_cc.php',true);
/** * Submenu selected? */ if( isset($_REQUEST["submenu"]) && $_REQUEST["submenu"] == 'internet' ) display_internet_menu(); else { /** * Check for and apply any oustanding database patches. */
apply_database_patches();
/** * Output the page header immediately, as it performs the authentication check and will redirect * the user to the "change_user" screen if there are multiple users to choose from or a password * is required. */
// Only display the video options if the user has some videos stored in the database. if ( media_exists(MEDIA_TYPE_VIDEO)) $menu->add_item(str('WATCH_MOVIE'),'video.php',true);
// Only display the TV Series options if the user has some TV episodes stored in the database. if ( media_exists(MEDIA_TYPE_TV)) $menu->add_item(str('WATCH_TV'),'tv.php',true);
// Only display the music options if the user has some music stored in the database. if ( media_exists(MEDIA_TYPE_MUSIC)) $menu->add_item(str('LISTEN_MUSIC'),'music.php',true);
// Only display the photo options if the user has some photos stored in the database. if ( media_exists(MEDIA_TYPE_PHOTO)) $menu->add_item( str('VIEW_PHOTO'),'photo.php',true);
// Only display the Internet options if an internet connection is active and internet options are enabled. if (internet_available() && (get_sys_pref('weather_enabled','YES') == 'YES' || get_sys_pref('radio_enabled','YES') == 'YES' || (get_sys_pref('web_enabled','YES') == 'YES' && db_value("select 'YES' from media_locations where media_type=".MEDIA_TYPE_WEB." limit 1") == 'YES') || get_sys_pref('OVERRIDE_ENABLE_WEBLINKS','NO') == 'YES' || (get_sys_pref('rss_enabled','YES') == 'YES' && db_value("select 'YES' from rss_subscriptions limit 1") == 'YES')) ) $menu->add_item( str('INTERNET_SERVICES'),"index.php?submenu=internet",true);
// Only display the playlist options if the user has enabled playlist support if (pl_enabled()) $menu->add_item( str('MANAGE_PLAYLISTS'),'manage_pl.php',true);
$menu->add_item( str('SETUP'),'config.php',true);
/** * Icons */
$icons = new iconbar();
if (get_num_users() > 1) $icons->add_icon("ICON_USER",get_current_user_name(),'change_user.php');
if (internet_available() && update_available() ) $icons->add_icon("ICON_UPDATE",str('UPDATE'),'run_update.php');
if ( count_messages_with_status(MESSAGE_STATUS_NEW) > 0) $icons->add_icon("ICON_MAIL",str('NEW'),"messages.php?return=".current_url());
/************************************************************************************************** End of file **************************************************************************************************/
| | The administrator has disabled public write access.
hhbernd
User
Posts: 41
Re: Swiss Center on NSLU2 - 2008/08/27 16:48I tried your suggestion with copied info.php-file in opt/share/www/swisscenter once more. If i browse to http://192.168.2.77:8000/info.php in firefox i get the following error:
Forbidden
You don't have permission to access /info.php on this server.
| | The administrator has disabled public write access.
klaasvaak
User
Posts: 464
Re: Swiss Center on NSLU2 - 2008/08/27 18:05Hi Bernd,
Well, you've opened the code of file "/index.php" through your browser, while the main menu of SwissCenter should appear. Although we're not there yet, I thinks were making progress. But I'm not an expert in Linux (neither in Windows btw) so it's guessing what's wrong; let's keep on trying until it works.
Have you done all steps of part 2 of the instruction?
What's the result when you enter in your browser
Code:
http://192.168.2.77:8080/config
In addition, what happens if you copy file "info.php" into the main SwissCenter directory and open it through your browser by
Code:
http://192.168.2.77:8080/info.php
regards, Klaas ---------------------------------------------------------------------------
SwissCenter 1.20.1
Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP
Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15
Synology DS107+ (128), firmware: DSM 2.0-0637
Pinnacle SC200
| | The administrator has disabled public write access.
hhbernd
User
Posts: 41
Re: Swiss Center on NSLU2 - 2008/08/28 15:23Hi Klaas,
I´m a little bit frustrated: it´s my 5th day trying to get SC on Nslu2 to run. I spent so much time and it doesn´t work. You helped me very much but my knowings in Linux are quite small- I have heavy problems in editing the files. So I think, it´s better to stop the project. Again: you did your very best - THANK YOU very much for that !!!
Regards, Bernd
| | The administrator has disabled public write access.
klaasvaak
User
Posts: 464
Re: Swiss Center on NSLU2 - 2008/08/28 16:19Hi Bernd,
It's a pity, although I understand your frustration (I've got couple of them as well with my NAS).
But it helps to put it aside for some weeks and then try again in a fresh mood.
Anyhow, if you want to continue again somewhere in time, just drop a line.
take care & regards, Klaas --------------------------------------------------------------------------- SwissCenter 1.20.1 Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15 Synology DS107+ (128), firmware: DSM 2.0-0637 Pinnacle SC200
| | The administrator has disabled public write access.
hhbernd
User
Posts: 41
Re: Swiss Center on NSLU2 - 2008/08/31 15:52hello again,
I suceeded: I´m able to see the Swiss center configuration program and updated to 1.21
I´ve some errors:
The following tests failed:
* Not all recommended PHP modules are available. Some non-critical features have been disabled as a result (recommended modules are: zip). * Unable to locate a TrueType font. The "Now Playing" screen will be missing track information.
I´ve added the following IPKG: zip - 2.32-1 - a compression and file packaging utility - but the error remains.
In second I cant locate any ttf´s in my directories. Does anybody know where to download and install with NSLU2 ?
I haven´t modified Part2 of the instruction : http://www.nslu2-linux.org/wiki/Applications/SwissCenter because I have difficulties in editing the right way. Sometimes I dont know if i should replace some strings or if I have to insert the strings. And I dont know, whre in the files to edit the new strings.
Has anybody made experiences in the performance of the NSLU2 ? It seems the machine is quite slow...
| | The administrator has disabled public write access.
klaasvaak
User
Posts: 464
Re: Swiss Center on NSLU2 - 2008/09/01 13:07Hi Bernd,
Welcome back!!! Good to hear you’ve made progress.
Bernd wrote:Not all recommended PHP modules are available. Some non-critical features have been disabled as a result (recommended modules are: zip). … I´ve added the following IPKG: zip - 2.32-1 - a compression and file packaging utility - but the error remains.As such this is not a big issue; only downloading compressed information is a problem, but Nigel found a solution for that (see here).
Bernd wrote:Unable to locate a TrueType font. The "Now Playing" screen will be missing track information. … In second I cant locate any ttf´s in my directories. Does anybody know where to download and install with NSLU2 ?Not sure if it works for a NSLU2, but have a look at step [11] and [12] of the Synology CS/DS manual.
Regards, Klaas --------------------------------------------------------------------------- SwissCenter 1.21 Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15 Synology DS107+ (128), firmware: DSM 2.0-0637 Pinnacle SC200
| | The administrator has disabled public write access.
hhbernd
Visitor
Re: Swiss Center on NSLU2 - 2008/09/02 13:52Hello again,
I´m making success THANK YOU Klaas for helping and supporting me. Now I have access to the SwissCenter Configuration Page with http://192.168.2.77:8080/config/ I can update media. I havent made any efforts in addings TrueType Fonts or installing the requested ZIP-module. Is seems that even without these two patrts SC is running. The only - but very basic thing which doesn´t work is the access to my ShowCenter. On my PC I can display the SC media-interface - habe access to my media. But the ShowCenter doesn´t find unslung as media server. I have also manulally added the unslung IP and Port 192.168.2.77:8080 but ShowCenter doesnt connetc with unslung. I also tried to disable the Firewall of my router but this doesnt help. grrrrrrrrrr.
| | The administrator has disabled public write access.
klaasvaak
User
Posts: 464
Re: Swiss Center on NSLU2 - 2008/09/02 14:42Have you set the NSLU2 as default server in the ShowCenter config screen? If not, please do, reboot your ShowCenter and hopefully the SwissCenter main menu appears. regards, Klaas --------------------------------------------------------------------------- SwissCenter 1.21 Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15 Synology DS107+ (128), firmware: DSM 2.0-0637 Pinnacle SC200
| | The administrator has disabled public write access.
hhbernd
User
Posts: 41
Re: Swiss Center on NSLU2 - 2008/09/02 15:00Hello Klaas,
I dont have an option to make a server a default server - so i deleted the entry with my windowsPC IP 192.168.2.40:8080. Now the onliest entry is the NSLU2 with 192.168.2.77:8080 - but ShowCenter cant connect
I remember that when i added the PC to the network a long time ago, ShowCenter detected the entry automatically. Why is NSLU2 not detected ?
| | The administrator has disabled public write access.
hhbernd
User
Posts: 41
Re: Swiss Center on NSLU2 - 2008/09/02 15:23....hmmmmmmmm, I dont know, how and why - but now it works. I have access to NSLU2 via ShowCenter Im wondering why the settings differ from these I edited through the browswer. So is the language in the browser German and in TV English. The backgrounds are different, too...
| | The administrator has disabled public write access.
klaasvaak
User
Posts: 464
Re: Swiss Center on NSLU2 - 2008/09/02 15:43congratulations
language and style can be changed with your settings menu, so that won't be a big thing to change them according your wishes. Can you play all your media by now?
If you need any support re the "PLAY NOW" screen, just post your questions.
regards, Klaas --------------------------------------------------------------------------- SwissCenter 1.21 Simese 1.40 / PHP 4.4.4 / MySQL 4.0.21 / Windows XP Apache 2.2.8 / PHP 5.2.6 / MySQL 5.0.51b / Linux Synology 2.6.15 Synology DS107+ (128), firmware: DSM 2.0-0637 Pinnacle SC200
| | The administrator has disabled public write access.
fizze
User
Posts: 26
Re: Swiss Center on NSLU2 - 2008/09/07 05:27oh golly, another one who tries to put swisscenter on a NSLU2. How is the browsing performance? I'd expect that it always times out, because MySQL is just too hard on the poor slug.
| | The administrator has disabled public write access.
hhbernd
User
Posts: 41
Re: Swiss Center on NSLU2 - 2008/09/07 16:46Hi fizze,
the performance is good - it only takes up to one minute to get the ShowCenter Menu running. If it once runs - it works very well - browsing through the menu is comfortable. The only problem ist that it needs very long tthat the Main Menu appears. That´s the reason why until now it isnt possible for me to run Swiss through my Show Center. Any ideas ?
| | The administrator has disabled public write access.