Everything posted by jj_uk
-
[Support] Linuxserver.io - Duplicati
Thanks! I get an error, presumably because its already running when I try to run it again. Is there a way to stop it so i can restart it with the new pw?
-
[Support] Linuxserver.io - Duplicati
it runs via mono mono Duplicati.Server.exe --webservice-port=8200 --webservice-password=blabla --webservice-interface=any
-
[Support] Linuxserver.io - Duplicati
Where (when accessed via the duplicati docker terminal) is the file "Duplicati.Server.exe" ? I need to reset the password but can't find the exe.
-
[Support] Linuxserver.io - Sonarr
What are your settings in the folders tab in sabnzbd? Also run docker safe permissions just to eliminate that as a potential issue.
-
[Support] binhex - SABnzbdVPN
Also note that /Downloads is not the same as /downloads, afaik.
-
Recycle Bin (vfs recycle) for SMB Shares
No I'm not sure. The folder doesn't show up in krusader either.
-
Recycle Bin (vfs recycle) for SMB Shares
This plugin also doesn't work for me. Installed it, started it. Deleted a few files from a share on a windows PC over the network and there is no .Recycle.Bin folder created in the share. Any idea how to start diagnosing this? unRAID 6.5.3
-
[Support] Linuxserver.io - Duplicati
I'm also seeing the speed issues. Duplicati uploads to B2 cloud at 700kB/s (~6mbps = my max. upload speed). However, Duplicati uploads at 1.2KB/s to a network attached drive (ReadyNAS) via FTP. It then aborts after a while with a timeout error. This all used to work seamlessly... I'm wondering if Duplicati changed something in the last few months that's broken this.
-
[Support] binhex - SABnzbdVPN
In sab, click on the spanner icon. Your ip address is shown on the popup. If it's the same as your ip in your Internet browser, sab's not using the vpn. Privoxy doesn't request via vpn. It uses ssl to the proxy web service.
-
[Support] binhex - SABnzbdVPN
Set the downloads dir like this: /downloads <-> /mnt/user/<some>/<folder>/ Then in sonarr set the same. /downloads <-> /mnt/user/<some>/<folder>/
-
[Support] Linuxserver.io - Duplicati
What's your Internet upload speed? Mine is 5mbps and duplicati uploads to back blaze at 760KB/s
-
Where are Docker logs stored by default?
Yes, this worked. Any ideas why its going to the error stream instead of the file stream? (unRAID version 6.5.3)
-
Where are Docker logs stored by default?
root@tower1:/# docker logs google-music-uploader > /boot/containerLog1.txt
-
Where are Docker logs stored by default?
Thanks. I run this command: docker logs google-music-uploader > /boot/containerLog.txt and the log scrolls up the screen, the file "containerLog.txt" is created but it's empty.
-
[Support] Linuxserver.io - Sonarr
Thanks. Just another quick question. On the media management screen, I changed the permissions to 0777 for both file and folder. Do I also need to set the User / Group ? If so, is it 99 / 100 ?
-
[Support] Linuxserver.io - Sonarr
On the System -> Status tab, i dont see the free space within the share, i see the space that is available in the docker vDisk: / 14.3 GB 25.0 GB /etc/resolv.conf 14.3 GB 25.0 GB /etc/hostname 14.3 GB 25.0 GB /etc/hosts 14.3 GB 25.0 GB My tv series are stored in /tv/<series>, which is in the template as read/write, and points to a folder within a share on the array. Is this an issue with Sonarr, the docker container, or my configuration? I opened a bug report in the sonarr git, and was told that its probably a permissions issue?
-
[Plug-In] Community Applications
thanks for the explanation. Maybe this could be fixed with a bit of jquery to only fetch say 200 lines at a time, and dynamically load more if the user scrolls to the top of the page.
-
[Plug-In] Community Applications
Open the log file in chrome to a docker that is updating the log quite a bit. Chrome starts to hang after a while, then it complains the page is not responsive and offers to kill the window. So log file viewing in chrome somehow crashes Chrome.
-
[Plug-In] Community Applications
I think i've found a bug in this Community Applications (CA). Do I report it here or is there a github or something?
-
Where are Docker logs stored by default?
Is it possible to add a share in the logs folder so i can copy the log file to windows PC ? I need to send a complete log file to a vendor (google) but I cant figure out how to copy the whole log to a windows PC.
-
[Support] binhex - NZBGet
Can the ISP see the endpoint? The request would surely contain information about what was being downloaded? I dont want to use NZB without a VPN, so is it possible to route the traffic through the SAB container? Or maybe a different OpenVPN/Privoxy 'gateway' type container, if such a thing exists (I couldn't find one).
-
[Support] binhex - NZBGet
ISPs in the UK log all activity. That means each connection to usenet would be logged. SSL only hides the content; it doesn't hide the requests. I think theres a website called i know what you downloaded, or something like that, that shows what your IP address has downloaded. VPN also covers this case.
-
[Support] binhex - NZBGet
Is it possible to tunnel the traffic through the binhex-sab vpn ? I'm not going to use this without vpn
-
Search Within a Forum/Topic/Thread
For a quick way to search the forum in chrome, this plugin (no affiliate) seems pretty useful. https://chrome.google.com/webstore/detail/search-the-current-site/jliolpcnkmolaaecncdfeofombdekjcp It will allow you to site search easily without having to type out site:lime-technology.com <bla>. Alas, it doesn't allow searching a single topic.
-
Get Fancy with Docker and CPU Pinning
I was searching the forums trying to find how to do this as I have a docker (sab) that's taking too much CPU away from other applications (emby), so wanted to pin the 2 dockers in question to fixed unique cores. Tick boxes would be a very nice feature to quickly assign cores to dockers. And maybe also a way to list all dockers and their tick box core assignment in a big list so assigning cores to all dockers at the same time is easy (won't need a pen and paper to remember which docker (or VM) uses what core, etc.) including assigning cores to unRAID.