You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<snip>
2017/05/19 17:47:06 install adminer 4.2.4-1 Begin postinst
chown: cannot access '/var/services/web/adminer': No such file or directory
2017/05/19 17:47:06 install adminer 4.2.4-1 End postinst ret=[0]
It fails to chown the adminer dir from root to http, the strange thing, is, it does exist:
root@dusky2:/var/log# ls -l /var/services/web/adminer
total 436
-rw-r--r-- 1 root root 27959 May 19 18:07 adminer.css
-rw-r--r-- 1 root root 27959 May 19 18:05 adminer.css.bak
-rw-r--r-- 1 root root 387223 Apr 13 2016 index.php
Also, the package depends on apache, which isn't installed or running:
192.168.1.201 - - [19/May/2017:21:08:29 +0800] "GET /adminer/ HTTP/1.1" 302 154 "http://192.168.1.13:5000/?dc=1493737127183" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36" "-"
I'll try changing some of the nginx conf files to pick up /var/services/web/adminer, but should apache get installed? Be indicated as a dependancy, and not run on port 80? (for this DSM build)
Thanks
The text was updated successfully, but these errors were encountered:
hi, please keep me updated on your efforts.
Have updated on my end with #2766 .
Have unearthed ancient docs and progressed from redirect to 403 error: Will continue to research.
as an FYI: i also did some experimentation on getting ruTorrent running on docker with some success, but was unable to lock down the UI with a password (this makes it useless as I would dmz it as a seedbox). relevant docs here: http://archive.is/KJmGY
Setup
Package Name: adminer
Package Version: 4.2.4-1
NAS Model: Synology DS1817+
NAS Architecture: x86_64
DSM version: DSM 6.1.1-15101 Update 2
Expected behavior
Adminer should start on
http://my-ip/adminer
Actual behavior
I'm redirected to the Diskstation desktop on port 5000
Steps to reproduce
1. Use package manager to install adminer 4.2.4-1. then click run
2. go to
http://my-ip/adminer
Package log
Check Package Center or
/usr/local/{package}/var/
Other logs
Link to synopkg.log
It fails to chown the adminer dir from root to http, the strange thing, is, it does exist:
Also, the package depends on
apache
, which isn't installed or running:nginx
is installed and running:And there is already something listening on port 80, (full nginx conf here):
You can see the 302 redirect in the nginx log:
I'll try changing some of the nginx conf files to pick up
/var/services/web/adminer
, but should apache get installed? Be indicated as a dependancy, and not run on port 80? (for this DSM build)Thanks
The text was updated successfully, but these errors were encountered: