Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Re: CouchPotato V2 (CouchPotatoServer)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-05-29
01:17 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-13
01:29 AM
2012-06-13
01:29 AM
Re: CouchPotato V2 (CouchPotatoServer)
But ReadyNAS`es already have CouchPotato add-on?
Message 2 of 13
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-13
04:27 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-13
09:21 AM
2012-06-13
09:21 AM
Re: CouchPotato V2 (CouchPotatoServer)
bbaraniec wrote: V2 is key word here.
I must have missed somehow that V2 "thingy"...
:nashammer:
Message 4 of 13
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-17
03:08 AM
2012-06-17
03:08 AM
Re: CouchPotato V2 (CouchPotatoServer)
+1 for a V2 version for the X86 Ultra
Message 5 of 13
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-07-29
01:43 PM
2012-07-29
01:43 PM
Re: CouchPotato V2 (CouchPotatoServer)
Any news regarding V2?
I can read that V1 is no longer supported by the CP team so a V2 package would be very much appreciated
I can read that V1 is no longer supported by the CP team so a V2 package would be very much appreciated
Message 6 of 13
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-07-29
02:20 PM
2012-07-29
02:20 PM
Re: CouchPotato V2 (CouchPotatoServer)
I have got it running by backing up the old install from /c/.couchpotato to /c/.couchpotato_old then hit clone into /c/.couchpotato
Change the init.d/couchpotato to reflect the changes as per the download, the front view manage link is still broken but the start/stop scripts and updates work.
I don't know how to package this but if you need any help reply here and I'll answer what I can.
Change the init.d/couchpotato to reflect the changes as per the download, the front view manage link is still broken but the start/stop scripts and updates work.
I don't know how to package this but if you need any help reply here and I'll answer what I can.
Message 7 of 13
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-07-29
06:09 PM
2012-07-29
06:09 PM
Re: CouchPotato V2 (CouchPotatoServer)
Hi,
I tried to do what you suggested but without success 😞
I took a backup of my cp folder and then tried to install git-core using apt-get. But since I only got an old version using apt I couldn't download the CP2 git package. So I ended up downloading it on Windows and then copy it to my CouchPotato folder.
But I cant access the CP page on port 5000.
Tried to start it with "python CouchPotato.py", I can see that the process is running but I still cant access the web page.
What did you change in the init.d script? Since the folder and py script is named the same as CP version 1 I didnt know what to change...
Would it be possible for you to write more in detail on how you succeeded?
I tried to do what you suggested but without success 😞
I took a backup of my cp folder and then tried to install git-core using apt-get. But since I only got an old version using apt I couldn't download the CP2 git package. So I ended up downloading it on Windows and then copy it to my CouchPotato folder.
But I cant access the CP page on port 5000.
Tried to start it with "python CouchPotato.py", I can see that the process is running but I still cant access the web page.
What did you change in the init.d script? Since the folder and py script is named the same as CP version 1 I didnt know what to change...
Would it be possible for you to write more in detail on how you succeeded?
Message 8 of 13
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-07-29
06:12 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-07-29
06:24 PM
2012-07-29
06:24 PM
Re: CouchPotato V2 (CouchPotatoServer)
THANKS!
totally missed that they switched port.
I also see that some parameters are change in the startup.
totally missed that they switched port.
I also see that some parameters are change in the startup.
Message 10 of 13
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-07-29
06:50 PM
2012-07-29
06:50 PM
Re: CouchPotato V2 (CouchPotatoServer)
BTW
How did you install GIT? If you used apt-get what are the sources you are using?
It seems I need a proper GIT installation to be able to auto update:
[potato.core._base.updater] Failed using GIT updater, running from source, you need to have GIT installed. GitCommandFailedException: Command 'log -1 --pretty=format:%at e1d7440b9d374de9f1866fab912d86d764a0339b' failed in /usr/share/couchpotato (128):
fatal: invalid --pretty format: format:%at
How did you install GIT? If you used apt-get what are the sources you are using?
It seems I need a proper GIT installation to be able to auto update:
[potato.core._base.updater] Failed using GIT updater, running from source, you need to have GIT installed. GitCommandFailedException: Command 'log -1 --pretty=format:%at e1d7440b9d374de9f1866fab912d86d764a0339b' failed in /usr/share/couchpotato (128):
fatal: invalid --pretty format: format:%at
Message 11 of 13
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-07-29
07:04 PM
2012-07-29
07:04 PM
Re: CouchPotato V2 (CouchPotatoServer)
Via backports as in wiki -> https://github.com/diaspora/diaspora/wi ... -on-Debian and http://backports-master.debian.org/Instructions/
Message 12 of 13
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-07-30
06:08 AM
2012-07-30
06:08 AM
Re: CouchPotato V2 (CouchPotatoServer)
Thank you. Solved it by reinstalling GIT and then do another clone.
Now its up and running!
Now its up and running!
Message 13 of 13