-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tt-rss don't start after install #4473
Comments
I have managed to get the webpage working. However, the package still fail to run every time. I create the ttrss user and db in MariaDB manually and use I'm having issues updating the feed following the wiki
Do the package manage updates by himself so it would work if the package runs? |
Hello @UberElectron , Just to be sure of the initial symptom: you were performing an install from scratch and the db wasn't appropriately setup ? (I'll work on this) In theory the updating feeds is what's actually being handled by the service upon startup so you shouldn't be needing it. Would you be able to launch it manually by running the below command as the
|
(Don't hesitate running the below command using Would it be possible to have the logs stored under |
Ok, it seems that latest version hasn't been published. Do you think you could try testing using version generated in artifacts of GitHub checks for that commit: fc2606b ? It introduced more troubleshooting logs and fixed a few hiccups in installation procedure. |
Hi @smaarn!, Doing a fresh install didn't set dbs and users properly. Sorry, I don't know how to start the package using those commands.
I will try using Github version, but there are 7 packages on the artifact. Which one should I use? |
Unfortunately in that version it's a "little" bit more complicated to launch the daemon. Which is one of the reasons for the update ;)
Unfortunately that folder wasn't filled until version 13 :/
Based on https://github.com/SynoCommunity/spksrc/wiki/Synology-and-SynoCommunity-Package-Architectures I think you should try armv7 one. |
Hey! Package still failed to run. The new version is working better, but IDK why the package failed to run. |
Now you should have logs under /var/packages/tt-rss/target/var/logs In theory you shouldn't be needing to run the daemon script from ssh, that's what the service is supposed to be doing. We should check therefore the logs (it maybe a matter of rights). |
There are the following files. However, only daemon.log have something. (Nothing return when
The package is not running as it fail to run whenever I try starting it using package manager or |
The daemon log file is actually the one which we need to look at. Any clue inside ? |
In this one, one feed was processed:
Command with debug logs:
I don't think the problem is related to the update daemon as it seems fine.
Any idea of what can the problem be? |
AFAIK this package was never adjusted for generic service support with DSM6. A short test resulted in
|
@hgy59 is there any particular reason for not having the latest version available on master (-13) in the SynoCommunity packages ? It, among others, should fix the points 1 and 3 that you mention and should provide with more troubleshooting logs. @UberElectron would it be possible for you to:
Re check the daemon log file ? The daemon script file is actually filling that one and it's therefore also filled by the "through ssh" mechanism. |
I have deleted the |
Is there anything generated under |
It seems to be installation data only. No errors or warnings so far:
It seems correct to me, but I don't know that much about Linux yet. |
Well, that's the thing, you should be seeing here logs regarding startup procedure. For example if I run a tail on this file from my end I get:
|
I've just been looking and it seems indeed that How are you starting the service ? From the UI or from the command line ? |
Just checked on my side and |
One question: how are you running the |
I have tried both, none of them works.
I have just done it as root and as user, same error: Nothing new on |
@smaarn don't know why the latest version was not published. Currently working on fixing -13.
|
Oh ok!
Which would make it a no native package ! Nice!
Yes it needs to be started as anything but root user. |
closed by #4923 |
Setup
Package Name: tt-rss
Package Version: 20200829-12
NAS Model: DS115j
NAS Architecture: MARVELL Armada 370
DSM version: DSM 6.2.3-25426 Update 3
Expected behavior
Package should run after install or after I clicked the run button.
Actual behavior
Package don't run with a message "Failed to run the package service".
I managed to find the following error:
Exception while creating PDO object:SQLSTATE[HY000] [1045] Access denied for user 'ttrss'@'localhost' (using password: YES)
Steps to reproduce
I don't know. I'm using php5.6 with MariaDB 5.
Package log
I was unable to find any log. I have searched into
var/logs
,usr/local/tt-rss/var
,var/packages/tt-rss/target/var
.The text was updated successfully, but these errors were encountered: