synology

“Algorithm negotiation fail” error in Eclipse when trying to connect by SSH to a personal Git Server

匆匆过客 提交于 2020-01-15 18:48:04
问题 I have Eclipse Juno, a Synology Server DS213+ with a Git Server. I'm trying to checkout a project from my Git Server to my workspace and when I use EGit in Eclipse I have this error: org.eclipse.jgit.api.errors.TransportException: ssh://[route]/volume1/Git/project.git: Algorithm negotiation fail at org.eclipse.jgit.api.LsRemoteCommand.execute(LsRemoteCommand.java:223) at org.eclipse.jgit.api.LsRemoteCommand.call(LsRemoteCommand.java:159) at org.eclipse.egit.core.op.ListRemoteOperation.run

synology php ftp_ssl_connect - Call to undefined function

不羁的心 提交于 2020-01-15 05:32:39
问题 First time asking a question here, please be gentle :-) I'm writing a PHP command-line script on a Synology box to fetch files via ftps, and start out with this bit: $ftp = ftp_ssl_connect("ftp.example.com"); When run from the command line, I get Fatal error: Call to undefined function ftp_ssl_connect() in ... phpinfo() tells me: ... Registered PHP Streams => php, file, glob, data, http, ftp, https, ftps, zip, compress.zlib, compress.bzip2 Registered Stream Socket Transports => tcp, udp, unix

Synology NAS permissions for web server and FTP

醉酒当歌 提交于 2019-12-25 18:31:34
问题 I'm trying to set up a Synology DS212j with DSM 5.0-4482 as a web server, with FTP access but I'm having permission issues. I manage to get the site up and running, and the SFTP server running. The problem is that I can't write to the server via FTP. I tried giving R/W access to the web-folder to the (local) user connecting via FTP, when I do that I'm able to write to the server, but I can't access the page in the browser. How do I set up permissions to give access both to the web server and

Access synology shared folder from PHP

谁说胖子不能爱 提交于 2019-12-24 07:05:07
问题 I am hosting a web station from my Synology NAS, this creates a folder under - /volume1/web/website . However, i wish to access another shared folder volume1/shared/ from my web page. This shared folder requires authentication which I can access however I am unsure about getting access using a PHP script. 回答1: I'm having the same issue. There is some feedback around, and this article looks like it has an answer: http://forum.synology.com/wiki/index.php/Install_Zina_Media_Server Essentially

PHP Namespace not working - suspected PHP configuration issue

心不动则不痛 提交于 2019-12-13 01:54:00
问题 OK, so, I've been using auto-loaders for a while, become rather used to MVC, and decided to try to tackle namespaces. Well, this hasn't worked as expected. I have managed to reproduce the error in a very simple way, so the contents of my php file read: <?php namespace site\test; echo 'hello'; The output is not what I expected: Fatal error: Namespace declaration statement has to be the very first statement in the script in file on line 2 I'm running PHP 5.3.10 on a Synology NAS, using the

Python at Synology, how to get Python3 modules installed and where is Python2.7 installed?

会有一股神秘感。 提交于 2019-12-07 18:06:57
问题 Can you please advise me how to get Python3 with modules running at my Synology (DS214play, with DSM 6.0.1-7393 Update 1)? What I want: run Tweepy and other modules in Python3 on my Synology. Where I am stuck: how to get PIP3 to install Tweepy, if I try I get: Requirement already up-to-date: pip in /usr/lib/python2.7/site-packages Apparently I have a Python 2.7 installed but I was not aware... root@DiskStation:/volume1/@appstore/python3/include# ls get-pip.py python3.4m root@DiskStation:

Python at Synology, how to get Python3 modules installed and where is Python2.7 installed?

独自空忆成欢 提交于 2019-12-06 04:04:16
Can you please advise me how to get Python3 with modules running at my Synology (DS214play, with DSM 6.0.1-7393 Update 1)? What I want: run Tweepy and other modules in Python3 on my Synology. Where I am stuck: how to get PIP3 to install Tweepy, if I try I get: Requirement already up-to-date: pip in /usr/lib/python2.7/site-packages Apparently I have a Python 2.7 installed but I was not aware... root@DiskStation:/volume1/@appstore/python3/include# ls get-pip.py python3.4m root@DiskStation:/volume1/@appstore/python3/include# python3 get-pip.py -ash: python3: command not found root@DiskStation:

I want to access Jira (Docker on Synology DS716+II) from LAN not only via IP_OF_SYNOLOGY:PORT but for example jira.synology.local

五迷三道 提交于 2019-12-02 16:26:52
问题 I am working with a Synology NAS type aDS716+II, DSM 6.1.4-15217 Update 2 on wich runs Docker with a Jira container. So now what I want to do I'm assinged to get to work is to access Jira's webinterface with let's say jira.synology.local with synology being the servername. I read a lot about nginx and how it's built in since DSM 6.X but I don't seem to get it to work properly at all. I can access Jira's webinterface from another machine within the LAN via IP_OF_SYNOLGY:PORT so when setting up

I want to access Jira (Docker on Synology DS716+II) from LAN not only via IP_OF_SYNOLOGY:PORT but for example jira.synology.local

笑着哭i 提交于 2019-12-02 12:47:21
I am working with a Synology NAS type aDS716+II, DSM 6.1.4-15217 Update 2 on wich runs Docker with a Jira container. So now what I want to do I'm assinged to get to work is to access Jira's webinterface with let's say jira.synology.local with synology being the servername. I read a lot about nginx and how it's built in since DSM 6.X but I don't seem to get it to work properly at all. I can access Jira's webinterface from another machine within the LAN via IP_OF_SYNOLGY:PORT so when setting up a reverse proxy on the server it should be pointing to LOCALHOST:PORT right? I have also tried using

Getting Error SQLSTATE[HY000] [2002] Connection refused on NAS Synology

ぐ巨炮叔叔 提交于 2019-12-02 01:19:52
问题 I am making an under construction page which is hosted on my Synology NAS. Visitors can subscribe with their email and get informed when the website will be available. I have trouble with the database and PHP code that add the email to the database. If the server name is localhost , I get the following error: SQLSTATE[HY000] [2002] No such file or directory When it is 127.0.0.1 or 127.0.0.1:3306 , I get the error below: SQLSTATE[HY000] [2002] Connection refused I didn't find the solution yet