Questions tagged [tt-rss]
5 questions
50
votes
8 answers
Why is the command in /etc/rc.local not executed during startup?
I have a single command in my /etc/rc.local script that is supposed to start the update daemon for Tiny Tiny RSS during startup, but the script is not executed during startup. Why?
The entire /etc/rc.local file:
#!/bin/sh -e
#
# rc.local
#
# This…
x-x
- 661
5
votes
1 answer
Installing tt-rss : files arn't where they ought to be
I'm currently trying to install the tt-rss package (Tiny Tiny RSS) on Ubuntu 12.10 via Ubuntu's official packages.
The installation process seems to have worked - but the files I need to run are on /usr/share/tt-rss rather than…
Journeyman Geek
- 3,032
2
votes
1 answer
What are the default login credentials for Tiny Tiny RSS?
I followed this article to install Tiny Tiny RSS on my Ubuntu machine. Everything went well, but when I try to go to http://localhost/tt-rss/ it asks for the username and password. Which username and password should I enter here, it didn't ask me to…
gunjan parashar
- 1,377
2
votes
1 answer
Access denied for user 'tt-rss'@'localhost' after installing tt-rss
Just installed Tiny Tiny RSS. Accessing http://localhost/tt-rss from the browser brings me the following error:
Unable to connect to database (as tt-rss to , database ttrss): Access
denied for user 'tt-rss'@'localhost' (using password: YES)
How…
kyklops
- 109
0
votes
1 answer
Recover from aborted tt-rss install
I tried installing tt-rss and mid way through decided I didn't want to install a DB and Web server so I aborted the install. Now I can't install any updates. Package manager is telling me to fix things with apt-get -f install to install…
jb510
- 101