[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Thread Closed 
[CSI] Community Software Installer 2.6.1 (OLD THREAD)
09-17-2009, 12:43 PM
Post: #1516
RE: [CSI] Community Software Installer 2.5.0 (Win/Linux/OSX/Web/NMT)
(09-17-2009 12:09 PM)Ger Teunis Wrote:  I'll look into it, perhaps there is an error in the AppInit.
Could you tell what apps you have installed (all of them) and what hardward and type you have?

As mentioned (in passing), I used the Windows version of CSI. I first installed the current telnetd 1.14.1 and then CSI Gaya 1.0.0.

I have a PCH A-110 with a 1TB Seagate Barracuda LP ST31000520AS.
Find all posts by this user
09-17-2009, 01:54 PM
Post: #1517
RE: [CSI] Community Software Installer 2.5.0 (Win/Linux/OSX/Web/NMT)
(09-17-2009 12:05 PM)jcnventura Wrote:  Hi,

I have the same problem. I've just bought a new 1TB disc and I've reinstalled the NMT apps. Using the PC CSI, I installed telnetd, but I couldn't get Gaya to work.
....I installed on my PC only Community Software Installer 2.5.0...i must install some additional software to use it ??

Thank
Hispanico

Popcorn A-200 (110308) [Image: mymod.jpg] Windows Seven Ultimate 32bit
Asus P8P67 deluxe - Intel i7-2600k - DDR3 4GB
Ati HD 7970 & Nvidia 9800gt - HAF 932
PopCorn A-200 - QNap 439 II Pro 8TB
Find all posts by this user
09-17-2009, 02:05 PM
Post: #1518
RE: [CSI] Community Software Installer 2.5.0 (Win/Linux/OSX/Web/NMT)
(09-17-2009 01:54 PM)hispanico Wrote:  ....I installed on my PC only Community Software Installer 2.5.0...i must install some additional software to use it ??

Thank
Hispanico

Nope, CSI is all that is required.
But I might have made an error in one of the updates of AppInit.
I'll check it this evening on my PCH-A110.

Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer
Visit this user's website Find all posts by this user
09-17-2009, 03:17 PM (This post was last modified: 09-17-2009 03:20 PM by Ger Teunis.)
Post: #1519
RE: [CSI] Community Software Installer 2.5.0 (Win/Linux/OSX/Web/NMT)
Could you try to remove the symbolic link and change the httpd.conf into
Code:
Port 9999
Listen 9999
<VirtualHost *:9999>
    ScriptAlias /php/ /mnt/syb8634/server/
    AddType application/x-httpd-php5 .php
    Action application/x-httpd-php5 /php/php5-cgi
    DocumentRoot /share/Apps/AppInit/websites
    DirectoryIndex index.php index.cgi index.html
    ServerName 192.168.0.15
</VirtualHost>

<Directory /share/Apps/AppInit/websites>
    Options +ExecCGI
    AllowOverride All
    AddHandler cgi-script .cgi
</Directory>

Then restart the NMT?
(use a linux aware editor, like notepad++, rj-texted or gvim).


Regarding the warnings> I know they are there, but they are harmless. Just ignore them. I'll change the tmp permissions in appinit in the next version, I think that is a wise thing to do.

Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer
Visit this user's website Find all posts by this user
09-17-2009, 06:31 PM
Post: #1520
RE: [CSI] Community Software Installer 2.5.0 (Win/Linux/OSX/Web/NMT)
I've fixed appinit.
Thanks for this find, great work.

Anyony having problem accessing the web or gaya interface: please remove the folder
Apps/AppInit and after that install anything in CSI. After that do a reboot.

Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer
Visit this user's website Find all posts by this user
09-17-2009, 07:59 PM
Post: #1521
RE: [CSI] Community Software Installer 2.5.0 (Win/Linux/OSX/Web/NMT)
There is a problem with the mpdscribble. I get an error message "Error while trying to download installation files. [...]"
The error log says this:

17.09.2009 20:56 Error Error while trying to download installation files The remote server returned an error: (404) Not Found. at System.Net.HttpWebRequest.GetResponse() - at com.nmtinstaller.csi.Utilities.HttpCommands.GetHTTPFileSize(String completeURL) - at com.nmtinstaller.csi.Utilities.HttpCommands.DownloadHttpFileToStream(String completeURL, Stream target, UpdateProgressInfo OnProgressChanged) - at com.nmtinstaller.csi.Utilities.HttpCommands.DownloadHTTPFile(String completeURL, String localFolder, UpdateProgressInfo OnProgressChanged) - at com.nmtinstaller.csi.Utilities.HttpCommands.DownloadHTTPFileAndExtract(String completeURL, String LocalFolder, Boolean ClearTemp, UpdateProgressInfo OnProgressChanged) - at com.nmtinstaller.csi.Panels.pnlSelectApplication.Execute()
17.09.2009 20:59 Error An uncaught thread exception was detected, skipping The process cannot access the file 'mpdscribble-0.18.zip' because it is being used by another process. at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive) - at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive) - at System.IO.Directory.Delete(String path, Boolean recursive) - at com.nmtinstaller.csi.Forms.frmInstaller.frmInstaller_FormClosing(Object sender, FormClosingEventArgs e) - at System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e) - at System.Windows.Forms.Form.WmClose(Message& m) - at System.Windows.Forms.Form.WndProc(Message& m) - at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) - at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) - at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Find all posts by this user
09-17-2009, 08:14 PM
Post: #1522
RE: [CSI] Community Software Installer 2.5.0 (Win/Linux/OSX/Web/NMT)
I'll contact the developer of MPDscribble, thanks for reporting.

Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer
Visit this user's website Find all posts by this user
09-17-2009, 08:25 PM
Post: #1523
RE: [CSI] Community Software Installer 2.5.0 (Win/Linux/OSX/Web/NMT)
Thank you. Smile

After getting that error above I can't close the CSI. Could there be a general problem with those error messages and exiting? Can you reproduce that?
Find all posts by this user
09-17-2009, 09:13 PM (This post was last modified: 09-17-2009 09:17 PM by hispanico.)
Post: #1524
RE: [CSI] Community Software Installer 2.5.0 (Win/Linux/OSX/Web/NMT)
Excuseme Ger Teunis....i don't understand well.

So i unistall Gaya
After install it
Change httpd.conf with this:

Code:
Port 9999
Listen 9999
<VirtualHost *:9999>
    ScriptAlias /php/ /mnt/syb8634/server/
    AddType application/x-httpd-php5 .php
    Action application/x-httpd-php5 /php/php5-cgi
    DocumentRoot /share/Apps/AppInit/websites
    DirectoryIndex index.php index.cgi index.html
    ServerName 192.168.0.15
</VirtualHost>

<Directory /share/Apps/AppInit/websites>
    Options +ExecCGI
    AllowOverride All
    AddHandler cgi-script .cgi
</Directory>

and restart PopCorn ?
Or i must delete also the folder AppInit insiede folder Apps ??

Thank

Popcorn A-200 (110308) [Image: mymod.jpg] Windows Seven Ultimate 32bit
Asus P8P67 deluxe - Intel i7-2600k - DDR3 4GB
Ati HD 7970 & Nvidia 9800gt - HAF 932
PopCorn A-200 - QNap 439 II Pro 8TB
Find all posts by this user
09-18-2009, 11:14 AM
Post: #1525
RE: [CSI] Community Software Installer 2.5.0 (Win/Linux/OSX/Web/NMT)
Delete the AppInit insiede folder Apps,install something with CSI(anything) and make a restart of NMT.worked for many instances
Find all posts by this user
09-18-2009, 10:07 PM
Post: #1526
RE: [CSI] Community Software Installer 2.5.0 (Win/Linux/OSX/Web/NMT)
(09-18-2009 11:14 AM)giannisgr41 Wrote:  Delete the AppInit insiede folder Apps,install something with CSI(anything) and make a restart of NMT.worked for many instances
But excuse-me in which way...If i install CSI and delete folder AppInit CSI from PopCorn not run and in this way i cannot install from CSi...or i don't understand...

Hispanico

Popcorn A-200 (110308) [Image: mymod.jpg] Windows Seven Ultimate 32bit
Asus P8P67 deluxe - Intel i7-2600k - DDR3 4GB
Ati HD 7970 & Nvidia 9800gt - HAF 932
PopCorn A-200 - QNap 439 II Pro 8TB
Find all posts by this user
09-18-2009, 10:15 PM
Post: #1527
RE: [CSI] Community Software Installer 2.5.0 (Win/Linux/OSX/Web/NMT)
Please just delete the folder Apps/AppInit on your NMT's hdd.
After you have deleted that folder install or reinstall any application in CSI and you should be golden again.

Hope that helps.

Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer
Visit this user's website Find all posts by this user
09-21-2009, 07:55 PM
Post: #1528
RE: [CSI] Community Software Installer 2.5.0 (Win/Linux/OSX/Web/NMT)
For C200 owners
A beta version has been released for C200 here:
http://www.networkedmediatank.com/showth...?tid=27251

This beta will also work for A/B type hardware (which you are most like on now).
Happy testing!

Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer
Visit this user's website Find all posts by this user
09-22-2009, 06:16 PM (This post was last modified: 09-22-2009 06:17 PM by Zerebro.)
Post: #1529
RE: [CSI] Community Software Installer 2.5.0 (Win/Linux/OSX/Web/NMT)
I have a HDX-1000, installed NMT Community Software Installer, but am not able to install any apps anymore. I found similar problems with the solution to reinstall (i.e. clear the Apps
in the root dir). FTP works fine, but the errorlog got me the error:

PHP Code:
<Timestamp>;Error;WebException during install method of UploadInstaller;
De externe server heeft een fout geretourneerd: (553Bestandsnaam niet toegestaan.;
bij com.nmtinstaller.csi.Utilities.FtpCommands.UploadFolder(String serverString usernameString passwordString localFolderString remoteFolderUpdateProgressInfo OnProgressChange) -    
bij com.nmtinstaller.csi.Utilities.UploadInstaller.InstallThread() 

But to do this I have to telnet to my NMT, which I can't. I tried to install the daemon via an USB stick, but even that didn't work. The installation should have gone OK, but failing to connect.

It is very probable the given info is not detailed enough, but will add any given data if needed.

Does anyone have a clue how to reinstall it without completely wipe my disk? If not, I'll have to extract all data and do a fresh installation (which might be a problem, having a semi-filled 1.5TB HD in it).

Thanks in advance!
-Z-
Find all posts by this user
09-22-2009, 06:59 PM
Post: #1530
RE: [CSI] Community Software Installer 2.5.0 (Win/Linux/OSX/Web/NMT)
(09-22-2009 06:16 PM)Zerebro Wrote:  Does anyone have a clue how to reinstall it without completely wipe my disk? If not, I'll have to extract all data and do a fresh installation (which might be a problem, having a semi-filled 1.5TB HD in it).

Try these instructions, they will likely solve your problems:
http://www.networkedmediatank.com/wiki/i...g_NMT_Apps

Perhaps resetting the permissions on the NMT's hdd will also work
If you have telnet installed use the following command:
chown nmt:nmt /share

Easy way of installing software on your NMT using just your mouse: NMT Community Software Installer
Visit this user's website Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Star [CSI] Community Software Installer 2.7.2 ** UPDATED DEC 28th ** Ger Teunis 580 262,747 04-10-2013 12:42 PM
Last Post: timwest73
  Faster PHP server CSI package journey4712 174 61,664 03-30-2013 01:12 PM
Last Post: o34171@rtrtr.com
  NetworkMounter 0.1 released on CSI Niels Leenheer 289 86,865 07-09-2012 07:07 PM
Last Post: andym2009
  Support thread for HeartWare's PopCorn MKV Chapter Maker HeartWare 72 44,903 01-01-2012 10:10 AM
Last Post: halfelite
  Can't load Themes with CSI narfnd 1 1,956 11-03-2010 07:20 PM
Last Post: joserobleda
  CSI ChangeLogURL? lordy 0 1,366 08-13-2010 06:30 PM
Last Post: lordy
  Another Youtube thread - sorry mrmrmrmr 4 2,565 06-23-2010 08:27 PM
Last Post: mrmrmrmr
  Loss internal drive when using community inst.. tunafish 0 1,382 03-11-2010 01:20 PM
Last Post: tunafish
  shuffleplay wont install on csi opel4ever 2 2,395 01-29-2010 10:08 AM
Last Post: opel4ever
  No longer access to CSI installed apps. CSI not working either lappe 27 8,572 01-26-2010 10:49 PM
Last Post: Ger Teunis

Forum Jump: