Jump to content

truetype

Members
  • Posts

    203
  • Joined

  • Last visited

Everything posted by truetype

  1. Hey! I just reinstalled my unraid and now I wonder if there's any advantages going plex in a docker? Last time I had plex running as plugin and had no problems with it, should I continue with that you think or should I go with this docker instead? Thanks, TrueType
  2. And I'm wondering how to change the file inside the container without accessing it through my smb share. Can someone help me here please? Have you tried deleting your database and users in MariaDB and tried again? Can easily be done via MySQL Workbench. Just connect to your MariaDB and type "DROP DATABASE nextcloud" or whatever you named your database to. Then goto users and delete everyone except root (if you don't have any other users running another database). Then try again. Also try using the same password as you have to your MariaDB root user to your nextcloud admin user you are creating.
  3. 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.
  4. I tried to do like he posted with --privileged, but it didn't work correctly With --device=/dev/ttyACM0 it didn't even start.
  5. One just answered in the gitter chat! https://gitter.im/home-assistant/home-assistant
  6. 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
  7. 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
  8. 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
  9. 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>
  10. I thought about this today. And I believe this is common. I have several fast computers in my house for gaming, but all PC's just have a small SSD with no space to install games. Therefore am I using a Games-Share to stream my games to several comupters in my house. I have read/write access to it since it's non-essential data and makes it easy to update the games from any PC. All other essential shares on my unraid I only use read-access. But I wonder if my Games-Share (mnt/user/Games/) is getting encrypted, since I use like 40% of the array for the Games-Share and the rest % for other files. Can the encrypted files be deleted? Deleteing the share, or do I have to format all the disks that the Games-Share-files relied on? Does anyone know this?
  11. 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
  12. 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/
  13. I am in exactly the same boat as you are, can't connect via RDP. I have also RealVNC Server installed on my PC but I cannot connect to that either via VNC with Guacamole... I believe this is outdated but I don't know.
  14. 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.
  15. Yes that would be really great! I saw this morning that in the past weekends more than thousands who visited thepiratebay got ransomware in their computers. And suddenly realized if there's a way to protect my unRAID against ransomware/virus. I am at my gaming PC right now, and only have games and non-neccessary stuff installed, so basically want to protect my unRAID-server...
  16. 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
  17. 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
  18. I reinstalled my owncloud because I wanted to try mariaDB myself. I simply backedup my files on another computer. Then I deleted everything and started over. When you see the "Creating DH Parameters File" just relax and wait, for me it took about 15 minutes to get past that and I got good performance in my server. it's working now, thank you. Well at least the webUI is loading When I try to access my mariadb database I get the following error "Error while trying to create admin user: Failed to connect to the database: An exception occured in driver: SQLSTATE[HY000] [1045] Access denied for user 'Marv'@'172.17.42.1' (using password: YES)" I followed the steps described by cirkator and replaced "localhost" with my unraids ip adress. I also used HeidSQL to create the database so I don't really know where I made a mistake. Is there anything I may have forgotten what is not described by cirkator maybe? Please help a noob Hmmm, yeah I remember I had problems too. But I found this guys quote, enjoy! http://lime-technology.com/forum/index.php?topic=35052.msg455964#msg455964
  19. My Webui is very slow, and I mean very slow. Trying to load the main "Files"-page can take up to 5 minutes until I can see my files and folders. But after these 5 minutes it is blazing fast looking through all the files, until I log off. Then it's the same again. And if I goto Gallery up in the left corner it just takes about 10 seconds and then I can see my photos and movies. I got my ownCloud running behind a reverse proxy (apache) and duckDNS. I know this combination can slow down. But when I use ownCloud on my phone there's blazing speed. Anyone got an idea what this can be? Running 8.2.2 and mariaDB on unraid 6.1.9.
  20. I reinstalled my owncloud because I wanted to try mariaDB myself. I simply backedup my files on another computer. Then I deleted everything and started over. When you see the "Creating DH Parameters File" just relax and wait, for me it took about 15 minutes to get past that and I got good performance in my server.
  21. Unfortunately, the model is not available in the USA so the number of people who can respond are going to be limited to those areas of the world that run on 220-240VAC. (The BR700 is the smallest one available here.) Apparently the BR series has been around since about 2011 and I don't recall seeing anyone reporting incompatibility issues with them. (Remember that APC wrote the basic Linux software package that unRAID uses to control UPS's!) My biggest concern that I see with your choice is the size. 330W seems a bit low for a server application. It might be large enough now but if you decide to increase the number of HD's you could run into problems. Awe, okey... Thanks anyhow! So if I buy a UPS from APC that should mean that they are compatible with unraid? I am complete new to UPS's, but I read that AVR is like a necessity. I am planning on running both my main PC and Unraid on the UPS, but perhaps I will reconsider only a UPS for the Unraid computer then due to pricing.
  22. I am thinking of buying this UPS "APC Power-Saving Back-UPS Pro 550" http://www.apc.com/shop/gb/en/products/APC-Power-Saving-Back-UPS-Pro-550/P-BR550GI?_requestid=15170 Can anyone confirm that this will work with unraid?
  23. <Location /owncloud> ProxyPass https://host:8000 ProxyPassReverse https://host:8000 </Location> </VirtualHost> This is the Apache config I am using, and it's really strange since I haven't changed this in like the last 1-2 weeks and now I also suddenly get this error while I try to start apache: * Action '-D FOREGROUND' failed. The Apache error log may have more information. * Stopping web server apache2 I have also attached my logs, thanks for helping me out, I have tried for hours figuring this out.. *Got apache to start now at least , the action -D foreground error was fixed by adding a new sslchainfile, somehow the .pem file I had was deleted ;o (deleted the logs)* AND I got the double /owncloud to work now also Don't know what was wrong but I tried to replace all my config files in booth owncloud and apache and now it all works like a charm Thanks CHBMB anyway!
  24. Your config.php isn't quite the same as the one I posted.... Hey CHBMB! Thanks for reply, but I am afraid I has the config just like yours? I have checked multiple times now... I can't see anything strange. Can you check once too please? Here's my config below: <?php $CONFIG = array ( 'instanceid' => 'INSTANCEID', 'passwordsalt' => 'PASSWORDALT', 'secret' => 'SECRET', 'trusted_domains' => array ( 0 => '192.168.1.8', 1 => 'untrue', ), 'datadirectory' => '/var/www/owncloud/data', 'overwritewebroot' => '/owncloud', 'overwrite.cli.url' => 'https://untrue', 'overwritehost' => 'untrue', 'overwriteprotocol' => 'https', 'forcessl' => true, 'forceSSLforSubdomains' => true, 'dbtype' => 'mysql', 'version' => '8.2.1.4', 'dbname' => 'owncloud', 'dbhost' => 'MYDBHOST', 'dbtableprefix' => 'oc_', 'dbuser' => 'USERNAME', 'dbpassword' => 'PASSWORD', 'logtimezone' => 'UTC', 'installed' => true, 'loglevel' => 2, 'maintenance' => false, 'trashbin_retention_obligation' => 'auto', ); Censored the sensitive stuff.
  25. Can anyone help me with this please? Thanks in advance..
×
×
  • Create New...