Everything posted by truetype
-
[Support] Linuxserver.io - Nextcloud
I think you misunderstand. My server address is "myserver.ddns.net", then I want to have nextcloud at "myserver.ddns.net/nextcloud". The reason I don't have "myserver.net" is because this is a free dns name I got from no-ip, and then is adds the "ddns.net" part after my server name. If there is anything I have missed, please tell me OK, that's cleared it up. The problem isn't anything to do with the reverse proxy, more to do with the fact that config.php doesn't "match" the way the container is setup via it's internal nginx config. Essentially getting all this working there are three variables: [*]nginx: /config/www/nextcloud/config/config.php [*]nginx: /config/nginx/site-confs/default (I left this well alone during my write up [*]Apache: /config/apache/site-confs/default.conf Quick bit of testing and I found this worked for me, change line 30 of /config/nginx/site-confs/default from root/config/www/nextcloud/; to root /config/www; I have the same problem. And this doesn't help me. By the way is my Nextcloud server working REALLY slow behind the reverse proxy, all my other apps behind the reverse proxy is blazing fast.
-
How Do I Pass Through A USB Device To A Docker Container?
I tried to do like he posted with --privileged, but it didn't work correctly With --device=/dev/ttyACM0 it didn't even start.
-
How Do I Pass Through A USB Device To A Docker Container?
One just answered in the gitter chat! https://gitter.im/home-assistant/home-assistant
-
How Do I Pass Through A USB Device To A Docker Container?
Found the following in in the devices: Bus 002 Device 004: ID 1781:0c31 Multiple Vendors Telldus TellStick Duo I tried adding the following in the extra parameters: --device=/dev/bus/usb/002/004 And then I got the following error in Home-Assistant. 16-09-08 17:39:30 homeassistant.config: Found deprecated temperature unit in core config, expected unit system. Replace 'temperature_unit: °C' with 'unit_system: metric' 16-09-08 17:39:30 homeassistant.config: Incomplete core config. Auto detected elevation: 177 16-09-08 17:39:31 homeassistant.components.sensor.tellstick: Could not initialize Tellstick. Traceback (most recent call last): File "/usr/src/app/homeassistant/components/sensor/tellstick.py", line 50, in setup_platform core = telldus.TelldusCore() File "/usr/local/lib/python3.4/site-packages/tellcore/telldus.py", line 107, in __init__ self.lib = Library(library_path, callback_dispatcher) File "/usr/local/lib/python3.4/site-packages/tellcore/library.py", line 312, in __init__ lib = DllLoader.LoadLibrary(name) File "/usr/local/lib/python3.4/ctypes/__init__.py", line 429, in LoadLibrary return self._dlltype(name) File "/usr/local/lib/python3.4/ctypes/__init__.py", line 351, in __init__ self._handle = _dlopen(self._name, mode) OSError: libtelldus-core.so.2: cannot open shared object file: No such file or directory 16-09-08 17:39:31 homeassistant.bootstrap: Error during setup of component tellstick Traceback (most recent call last): File "/usr/src/app/homeassistant/bootstrap.py", line 157, in _setup_component result = component.setup(hass, config) File "/usr/src/app/homeassistant/components/tellstick.py", line 68, in setup core = telldus.TelldusCore(callback_dispatcher=DirectCallbackDispatcher()) File "/usr/local/lib/python3.4/site-packages/tellcore/telldus.py", line 107, in __init__ self.lib = Library(library_path, callback_dispatcher) File "/usr/local/lib/python3.4/site-packages/tellcore/library.py", line 312, in __init__ lib = DllLoader.LoadLibrary(name) File "/usr/local/lib/python3.4/ctypes/__init__.py", line 429, in LoadLibrary return self._dlltype(name) File "/usr/local/lib/python3.4/ctypes/__init__.py", line 351, in __init__ self._handle = _dlopen(self._name, mode) OSError: libtelldus-core.so.2: cannot open shared object file: No such file or directory
-
How Do I Pass Through A USB Device To A Docker Container?
Hello, sorry old thread. But I have the same problem, but with a Tellstick USB device. Also using Home-Assistant. Problem is I only see this in the syslog when I plug in the device: Sep 6 22:20:57 unTRUE kernel: usb 2-1.7: USB disconnect, device number 4 Sep 6 22:21:10 unTRUE kernel: usb 2-1.7: new full-speed USB device number 5 using ehci-pci Can't see if it's TTY or USB0? Also having these errors in the Home-Assistant Log: 16-09-06 22:26:51 homeassistant.config: Found deprecated temperature unit in core config, expected unit system. Replace 'temperature_unit: °C' with 'unit_system: metric' 16-09-06 22:26:52 homeassistant.config: Incomplete core config. Auto detected elevation: 177 16-09-06 22:26:52 homeassistant.components.sensor.tellstick: Could not initialize Tellstick. Traceback (most recent call last): File "/usr/src/app/homeassistant/components/sensor/tellstick.py", line 50, in setup_platform core = telldus.TelldusCore() File "/usr/local/lib/python3.4/site-packages/tellcore/telldus.py", line 107, in __init__ self.lib = Library(library_path, callback_dispatcher) File "/usr/local/lib/python3.4/site-packages/tellcore/library.py", line 312, in __init__ lib = DllLoader.LoadLibrary(name) File "/usr/local/lib/python3.4/ctypes/__init__.py", line 429, in LoadLibrary return self._dlltype(name) File "/usr/local/lib/python3.4/ctypes/__init__.py", line 351, in __init__ self._handle = _dlopen(self._name, mode) OSError: libtelldus-core.so.2: cannot open shared object file: No such file or directory 16-09-06 22:26:52 homeassistant.bootstrap: Error during setup of component tellstick Traceback (most recent call last): File "/usr/src/app/homeassistant/bootstrap.py", line 157, in _setup_component result = component.setup(hass, config) File "/usr/src/app/homeassistant/components/tellstick.py", line 68, in setup core = telldus.TelldusCore(callback_dispatcher=DirectCallbackDispatcher()) File "/usr/local/lib/python3.4/site-packages/tellcore/telldus.py", line 107, in __init__ self.lib = Library(library_path, callback_dispatcher) File "/usr/local/lib/python3.4/site-packages/tellcore/library.py", line 312, in __init__ lib = DllLoader.LoadLibrary(name) File "/usr/local/lib/python3.4/ctypes/__init__.py", line 429, in LoadLibrary return self._dlltype(name) File "/usr/local/lib/python3.4/ctypes/__init__.py", line 351, in __init__ self._handle = _dlopen(self._name, mode) OSError: libtelldus-core.so.2: cannot open shared object file: No such file or directory I don't really know where to go from here.. Thanks in advance
-
[Support] Linuxserver.io - Nextcloud
Thanks for reply The reverse proxy is pointed internally and reaches out through one port (443). It has been working without the need of the 'trusted_proxies' in config.php. I can try to add it, but not sure how to use the command or how it should help? I don't get any warnings in the log-file. The APCu was on by default on my Owncloud, and I almost copied the entire config.php file to Nextcloud, perhaps that's why I have brought it all along. Maybe I should disable that? Same thing with MultiViews, I don't really know what APCu or MultiViews do, maybe I should comment that part out too? This is what I get in the network-tab in the developer interface in Chrome. In this case I am using owncloud trying to reach the admin-page. But this problem can occour on any page. Same problem in Nextcloud of course and only behind the reverse proxy. GET https://xxxxxx.duckdns.org/owncloud/core/js/mimetypelist.js?v=fbfda69922277ac52b88aedece79bcf2 net::ERR_CONNECTION_TIMED_OUT GET https://xxxxxx.duckdns.org/owncloud/core/js/jquery.avatar.js?v=fbfda69922277ac52b88aedece79bcf2 net::ERR_CONNECTION_TIMED_OUT GET https://xxxxxx.duckdns.org/owncloud/core/js/avatar.js?v=fbfda69922277ac52b88aedece79bcf2 net::ERR_CONNECTION_TIMED_OUT GET https://xxxxxx.duckdns.org/owncloud/apps/files/l10n/sv.js?v=fbfda69922277ac52b88aedece79bcf2 net::ERR_CONNECTION_TIMED_OUT GET https://xxxxxx.duckdns.org/owncloud/core/js/setupchecks.js?v=fbfda69922277ac52b88aedece79bcf2 net::ERR_CONNECTION_TIMED_OUT Uncaught TypeError: Cannot read property 'checkWebDAV' of undefined
-
[Support] Linuxserver.io - Nextcloud
I was using Owncloud and a reversy proxy setup, but it is SO SLOW. So I thought I'd should give Nextcloud a try if it is faster. I installed Nextcloud and made it work behind a reverse proxy. But it is almost just as damn slow as the Owncloud. I am using duckdns, and my internet speed is 50 Mbits upload so can't be that. The server runs i7-2600K and 16Gb RAM. So can't be that either. I have googled and a lot of people have the same issues with slow loading admin-page and so on. But I haven't found any solutions just yet. Can anyone please help me out? These are my configs, if they say something that makes the apps go terribly slow: Nextcloud "config.php" <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'xxxxxx', 'passwordsalt' => 'xxxxxx', 'secret' => 'xxxxxx', 'trusted_domains' => array ( 0 => '192.168.1.8:8000', 1 => 'xxxxxx', 2 => 'xxxxxx.duckdns.org', 3 => 'xxxxxx', ), 'overwritewebroot' => '/nextcloud', 'overwrite.cli.url' => 'https://xxxxxxxx.duckdns.org', 'overwritehost' => 'xxxxxxx.duckdns.org', 'overwriteprotocol' => 'https', 'dbtype' => 'mysql', 'version' => '9.0.53.0', 'dbname' => 'nextcloud', 'dbhost' => 'xxxxxx', 'dbtableprefix' => 'oc_', 'dbuser' => 'nextcloud', 'dbpassword' => 'xxxxxx', 'logtimezone' => 'UTC', 'installed' => true, ); Owncloud "config.php" <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'instanceid' => 'xxxxxx', 'passwordsalt' => 'xxxxxx', 'secret' => 'xxxxxxx', 'trusted_domains' => array ( 0 => '192.168.1.8', 1 => 'xxxxx', 2 => 'xxxxxx.duckdns.org', ), 'datadirectory' => '/var/www/owncloud/data', 'overwritewebroot' => '/owncloud', 'overwrite.cli.url' => 'https://xxxxx.duckdns.org', 'overwritehost' => 'xxxxxxx.duckdns.org', 'overwriteprotocol' => 'https', 'forcessl' => true, 'forceSSLforSubdomains' => true, 'dbtype' => 'mysql', 'version' => '8.2.7.1', 'dbname' => 'owncloud', 'dbhost' => 'xxxxxx', 'dbtableprefix' => 'oc_', 'dbuser' => 'owncloud', 'dbpassword' => 'xxxxxx', 'logtimezone' => 'UTC', 'installed' => true, 'loglevel' => 0, 'maintenance' => false, 'trashbin_retention_obligation' => 'auto', 'theme' => '', ); Apache "default.conf" I never have Owncloud and Nextcloud running at the same time, so I haven't changed the port yet. <VirtualHost *:8008> DocumentRoot /config/www/ CustomLog /dev/null common <Directory "/config/www/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny Allow from all </Directory> </VirtualHost> <VirtualHost *:443> ServerName xxxxx SSLEngine on SSLProxyEngine on SSLProxyVerify none SSLProxyCheckPeerCN off SSLProxyCheckPeerName off SSLProxyCheckPeerExpire off ProxyRequests off SSLProtocol All -SSLv2 -SSLv3 SSLCipherSuite xxxxxxxxx SSLCertificateFile "/config/keys/cert.crt" SSLCertificateKeyFile "/config/keys/cert.key" SSLCertificateChainFile "/config/keys/server.pem" DocumentRoot /config/www/ CustomLog /dev/null common <Location /owncloud> ProxyPass https://xxxxxx:8000 ProxyPassReverse https://xxxxxx:8000 </Location> <Location /nextcloud> ProxyPass https://xxxxxx:8000 ProxyPassReverse https://xxxxxx:8000 </Location> <Directory "/config/www/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny Allow from all </Directory> </VirtualHost>
-
[support] Bungy's docker repository
Hey! I think I got the Home-Assistant docker to find my USB device with Bungys previous answer here. But I have to install the firmware in order to get it to work. I am using a TellStick Duo. http://www.telldus.se/products/tellstick_duo Could anyone please help me out how I can install this in order to use my TellStick? Sincerely, TrueType
-
Docker template for Home Assistant - Python 3 home automation
Hey I have just bought a TellStick Duo, but can't get it to work... Either by itself or with sensors. I have added # Tellstick tellstick: signal_repetitions: 1 # Prediction of weather sensor: platform: tellstick datatype_mask: 127 But it doesn't work... I get the following errors in the log. 16-05-14 15:22:38 homeassistant.bootstrap: Error during setup of component tellstick Traceback (most recent call last): File "/usr/src/app/homeassistant/bootstrap.py", line 157, in _setup_component if not component.setup(hass, config): File "/usr/src/app/homeassistant/components/tellstick.py", line 82, in setup core = telldus.TelldusCore(callback_dispatcher=DirectCallbackDispatcher()) File "/usr/local/lib/python3.4/site-packages/tellcore/telldus.py", line 107, in __init__ self.lib = Library(library_path, callback_dispatcher) File "/usr/local/lib/python3.4/site-packages/tellcore/library.py", line 312, in __init__ lib = DllLoader.LoadLibrary(name) File "/usr/local/lib/python3.4/ctypes/__init__.py", line 429, in LoadLibrary return self._dlltype(name) File "/usr/local/lib/python3.4/ctypes/__init__.py", line 351, in __init__ self._handle = _dlopen(self._name, mode) OSError: libtelldus-core.so.2: cannot open shared object file: No such file or directory 16-05-14 15:22:38 homeassistant.components.sensor.tellstick: Could not initialize Tellstick. Traceback (most recent call last): File "/usr/src/app/homeassistant/components/sensor/tellstick.py", line 50, in setup_platform core = telldus.TelldusCore() File "/usr/local/lib/python3.4/site-packages/tellcore/telldus.py", line 107, in __init__ self.lib = Library(library_path, callback_dispatcher) File "/usr/local/lib/python3.4/site-packages/tellcore/library.py", line 312, in __init__ lib = DllLoader.LoadLibrary(name) File "/usr/local/lib/python3.4/ctypes/__init__.py", line 429, in LoadLibrary return self._dlltype(name) File "/usr/local/lib/python3.4/ctypes/__init__.py", line 351, in __init__ self._handle = _dlopen(self._name, mode) OSError: libtelldus-core.so.2: cannot open shared object file: No such file or directory 16-05-14 15:23:00 netdisco.ssdp: Error fetching description at 192.168.1.233 Please help... Do I need to install some TellStick Drivers or something more than just adding this in the config.yaml? Do I need to install the TellDus.Core somehow? http://download.telldus.com/debian/pool/stable/
-
Plex: Guide to Moving Transcoding to RAM
If you're using a plugin then Plex will have direct access to unRAID's folders. Map the transcode temp directory to /tmp I have the same question, using Plex without Docker. Saw your answer here, and most of the movies I stream work great on normal (lower quality) movies with 150MB in transcode directory. But when I try higher quality movies, like Blu-Ray for example it doesn't play the movie, just stuck on loading and giving me the error down below in the log. It did work good before when I had the transcode directory on the disk. I have set the transcode temp directory to /tmp in the web client and /tmp in the plex settings via unraid web client. Any clue what's wrong? *EDIT* Tried the above too, but that gave no sucess. Same error... Down below is the log. I just censored out the path to the hobbit movie. :'( May 10, 2016 20:18:08 [0x7faa5e7ff700] DEBUG - [universal] Using local file path instead of URL: /mnt/user/.../.../Hobbit/Hobbit.mkv May 10, 2016 20:18:08 [0x7faa5e7ff700] WARN - Low disk space: 11736151856 bytes source file, 2147483648 bytes capacity, 2147483648 bytes available on /mnt/RAM_disk May 10, 2016 20:18:08 [0x7faa5e7ff700] WARN - TranscodeSession: inadequate disk space for transcode May 10, 2016 20:18:08 [0x7faa5e7ff700] ERROR - Failed to start session successfully.
-
Dynamix - V6 Plugins
As wgstarks said, allocation method controls where files are written, but after written unRAID will not move them. If you want to move them yourself the unBalance plugin might help. Okey, Thanks wgstarks and trurl. I see I have the standard "High-Water" option chosen. But I will buy 1x new 4TB and remove my 2x 500GB drives, is the best way to do this by shrinking the array (removing the 2x 500GB disks) first and then add my new 4TB as normal? http://lime-technology.com/wiki/index.php/Shrink_array
-
Dynamix - V6 Plugins
Worth pointing out that you can set over-rides for individual disks by going to the settings for that disk (in case you also missed those ) And now my day is complete! Thank you very much for that sir! Now my enormous drives will let me know when they get truly low on space and my cache drive will let me know when sonarr has went on a frenzy before the mover could kick in to give cache some wiggle room back. I got the same problem as you, but I wonder, what am I supposed to do when my disk is getting low on space? I have 1x 2TB getting full and 2x 500GB free, how can I transfer data to the other disks? Doesn't unraid do that automatically? Thanks