SOLVED: Jinzora install problem

zion2008
Posts: 38
Joined: Sat Jun 29, 2013 7:33 am

SOLVED: Jinzora install problem

Postby zion2008 » Sun Aug 25, 2013 2:54 pm

Hello,

I tried to install Jinzora which seems to have worked.
/var/hda/web-apps/jinzora/html is filled.

However starting from the Amahi Dash board brings me to a OpenDNS page. The machine that I'm using as a client to Amahi HDA is an OpenSUSE 12.3. As DNS it has the following order:
Name server 1 192.168.0.10
Name server 2 208.67.222.222
Name server 3 8.8.8.8

Any idea's why this does not work?

Regards zion2008

User avatar
bigfoot65
Project Manager
Posts: 11924
Joined: Mon May 25, 2009 4:31 pm

Re: Jinzora install problem

Postby bigfoot65 » Sun Aug 25, 2013 5:09 pm

Did you try accessing it via the fully qualified name, i.e. jinzora.home.com?

Also check the log files in /var/hda/web-apps/jinzora//logs for possible errors.
ßîgƒσστ65
Applications Manager

My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2

zion2008
Posts: 38
Joined: Sat Jun 29, 2013 7:33 am

Re: Jinzora install problem

Postby zion2008 » Mon Aug 26, 2013 4:00 am

Hello Bigfoot65,
Yes I tried it via the fully qualified name being jinzora.ldqk.net
The logfiles I did not check yet. I'll do that tonight and post the result.

zion2008

zion2008
Posts: 38
Joined: Sat Jun 29, 2013 7:33 am

Re: Jinzora install problem

Postby zion2008 » Mon Aug 26, 2013 1:26 pm

Looked at the logs directory:
[root@localhost jinzora]# cd logs
[root@localhost logs]# ls -als
total 8
4 drwxrwxr-x 2 apache users 4096 Aug 25 23:33 .
4 drwxrwxr-x 4 apache users 4096 Aug 25 23:33 ..
0 -rw-r--r-- 1 root root 0 Aug 25 23:33 access_log
0 -rw-r--r-- 1 root root 0 Aug 25 23:33 error_log
[root@localhost logs]# pwd
/var/hda/web-apps/jinzora/logs
[root@localhost logs]#

Unfortunately there is nothing to be seen there.
Any other suggestions?

zion2008

User avatar
bigfoot65
Project Manager
Posts: 11924
Joined: Mon May 25, 2009 4:31 pm

Re: Jinzora install problem

Postby bigfoot65 » Tue Aug 27, 2013 4:45 am

Not sure what else to check. I will have to test the app myself and see if I have any issues. More to follow.
ßîgƒσστ65
Applications Manager

My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2

zion2008
Posts: 38
Joined: Sat Jun 29, 2013 7:33 am

Re: Jinzora install problem

Postby zion2008 » Wed Aug 28, 2013 3:14 am

Hello Bigfoot65,
Today I tried it again and to my suprise the URL was resolved and a browser opened and I was asked for a userid and password. I supplied the default admin, admin password and a next page opens. Now the url is cahnegd to
http://jinzora.ldqk.net/index.php?&ext.html
but no content is displayed on the page itself.
I tried this from a desktop with opensuse 12.3 and from a laptop with windows7, both gave the same result.

Can you point me to the place where I can find any info on the DNS server that is supplied with Amahi? Maybe there is a default Time To Live parameter that is high and maybe a specific command to use to override this.

Again I went to the jinzora log:

[root@localhost logs]# pwd
/var/hda/web-apps/jinzora/logs
[root@localhost logs]# ls -als
total 260
4 drwxrwxr-x 2 apache users 4096 Aug 25 23:33 .
4 drwxrwxr-x 4 apache users 4096 Aug 25 23:33 ..
8 -rw-r--r-- 1 root root 7872 Aug 28 11:54 access_log
244 -rw-r--r-- 1 root root 248104 Aug 28 11:54 error_log

The access_log shows only these lines after a logon on jinzora
192.168.0.103 - - [28/Aug/2013:12:06:48 +0200] "GET /style/steel/default.php HTTP/1.1" 200 8489 "http://jinzora.ldqk.net/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0"
192.168.0.103 - - [28/Aug/2013:12:06:47 +0200] "GET / HTTP/1.1" 200 7242 "http://hda/" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0"

The error_log shows these lines:
[Wed Aug 28 12:06:50.294658 2013] [:error] [pid 599] [client 192.168.0.103:49294] PHP Notice: Undefined variable: left in /var/hda/web-apps/jinzora/html/backend/backend.php on line 1175, referer: http://hda/
[Wed Aug 28 12:06:50.318161 2013] [:error] [pid 599] [client 192.168.0.103:49294] PHP Notice: Undefined index: jz_import_full_ammount in /var/hda/web-apps/jinzora/html/backend/backend.php on line 1158, referer: http://hda/
[Wed Aug 28 12:06:50.318173 2013] [:error] [pid 599] [client 192.168.0.103:49294] PHP Notice: Undefined variable: left in /var/hda/web-apps/jinzora/html/backend/backend.php on line 1161, referer: http://hda/
[Wed Aug 28 12:06:50.318177 2013] [:error] [pid 599] [client 192.168.0.103:49294] PHP Notice: Undefined index: jz_import_start_time in /var/hda/web-apps/jinzora/html/backend/backend.php on line 1164, referer: http://hda/
[Wed Aug 28 12:06:50.318183 2013] [:error] [pid 599] [client 192.168.0.103:49294] PHP Notice: Undefined index: jz_import_full_ammount in /var/hda/web-apps/jinzora/html/backend/backend.php on line 1170, referer: http://hda/
[Wed Aug 28 12:06:50.318215 2013] [:error] [pid 599] [client 192.168.0.103:49294] PHP Notice: Undefined variable: left in /var/hda/web-apps/jinzora/html/backend/backend.php on line 1175, referer: http://hda/
[Wed Aug 28 12:06:50.394702 2013] [:error] [pid 599] [client 192.168.0.103:49294] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2335800 bytes) in /var/hda/web-apps/jinzora/html/services/services/tagdata/getid3/module.tag.id3v2.php on line 1212, referer: http://hda/
[root@localhost logs]#

Maybe you have seen this error befor.
Any help would be appreciated.
Regards zion2008.

User avatar
bigfoot65
Project Manager
Posts: 11924
Joined: Mon May 25, 2009 4:31 pm

Re: Jinzora install problem

Postby bigfoot65 » Wed Aug 28, 2013 4:44 am

Those errors listed lead me to believe that this app may be broke. It appears as if it may not be compatible with the latest PHP.

Recommend you check the Jinzora web site to see if anyone is having the same issues. This is not Amahi specific from what I can tell, but could be Fedora 19 related.
ßîgƒσστ65
Applications Manager

My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2

zion2008
Posts: 38
Joined: Sat Jun 29, 2013 7:33 am

Re: Jinzora install problem

Postby zion2008 » Wed Aug 28, 2013 5:12 am

OK Bigfoot65 I'll do that.
Any suggestions on the DNS question?
Regards zion2008

User avatar
bigfoot65
Project Manager
Posts: 11924
Joined: Mon May 25, 2009 4:31 pm

Re: Jinzora install problem

Postby bigfoot65 » Wed Aug 28, 2013 1:16 pm

I will check it out, but don't think it's a DNS issue. All the errors are pointing to an issue with PHP.

EDIT: Just did a test install and it works fine on my HDA. I have an Amahi 7 HDA set up with no updates, just Amahi latest. Installed, no errors, logged in, and all was fine. This suggests there is something wrong on your end.
ßîgƒσστ65
Applications Manager

My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2

zion2008
Posts: 38
Joined: Sat Jun 29, 2013 7:33 am

Re: Jinzora install problem

Postby zion2008 » Wed Aug 28, 2013 1:40 pm

My question was related to DNS that comes with Amahi and how it works and can be configured etc.

I am really thinking of doing a complete reinstall of my HDA because I'm getting weird problems and you don't. This seems to me that at the install maybe something was already gone bad. If nothing else comes up (some brainwave or so) I try the complete reinstall this weekend.

Anyway thanks so far Bigfoot65.
zion2008

Who is online

Users browsing this forum: No registered users and 12 guests