Jump to content

truetype

Members
  • Posts

    203
  • Joined

  • Last visited

Everything posted by truetype

  1. Yes of course, I want to backup my ENTIRE server including the flash memory. I have my most important data stored safely in external disks. But this time I want to just make a full backup first so that I can choose wether I want to put back into my unraid after reinstall. I know my data is very safe in unraid, and I want to keep it that way. But my docker plugins and everything has got very buggy since the 6.2 update and there have been major changes like "appdata" which lead to I want to delete all shares and all data and start over from scratch. I have also learned a great bunch of small caveats over this first year I've been using unraid, and I want to make it all good from a new start with nice arrangements of everything. I could simply backup folder after folder, but since I in the future also want to make an other unraid server off-site backing up everything remotely in case of fire or anything. I suppose this is a perfect place to start.
  2. Hello! I just recieved my new 4TB disk and wish to backup my entire unraid server containing 3,1TB of data including what's on cache disks. My server went buggy after the automatic 6.2 update and now I wish to start over. I wonder if someone could help me answering what's the most efficient and best way to backup my entire unraid server? My first plan was plugging the 4TB into my W10 PC, installing CrashPlan on both unraid and on my W10 PC, and then back everything up to my 4TB disk. But I don't know if syncthing is better and works for backing up everything? If it matters, I use my server for: VMs, dockers, plugins and NAS. Thanks in advance, TrueType
  3. Okey, thanks! Strange warning. They should rephrase that. I suspect I could as you said in http://lime-technology.com/forum/index.php?topic=52228.msg501164#msg501164 also check the party is already valid. But I will not do that to be safe.
  4. Hey again, So after all the problems I've run into after the automatic 6.2 update I am now deciding making a backup of my most important files and starting over. I have 3x 4TB HDD's in my server + 2x cache drives. We can call the 3 HDD's A, B and C. A is Parity. B is full to 3TB of 4TB. C is almost empty. I started with downloading the unbalance plugin and I have moved all data from C to B. Then I went to http://lime-technology.com/wiki/index.php/Shrink_array#The_.22Remove_Drives_Then_Rebuild_Parity.22_Method following this method. But after step 6 "Click on the box for Yes I want to do this, then click Apply then Done". At step 7. When I am supposed to reassign the disks except disk C as I want to get rid off. But when I assign my parity disk a huge red text says "ALL DATA ON THIS DISK WILL BE ERASED WHEN ARRAY IS STARTED". This is before new config This is now What shall I do?? Thanks
  5. Hello, (recently posted here https://lime-technology.com/forum/index.php?topic=52193.0) After the automatic update to 6.2 I've had a lot of different problems. One of the problems is that I cannot update SABnzbd, when I press update I get the following in the activity log and then I am back to same screen again. And I cannot start the plugin either. -- Then I got the same problem with Couchpotato AND Sick beard... Is there anyway I can safely reinstall these 3 plugins by saving the configs? -- This is the log when I press the update button. It says "Install OK!" But it is not OK... The same update button appears again. And if I press start I get this in the log: Thanks in regards, TrueType
  6. Hello, After the automatic update to 6.2 I've had a lot of different problems. One of the problems is that I cannot update SABnzbd, when I press update I get the following in the activity log and then I am back to same screen again. And I cannot start the plugin either. -- Then I got the same problem with Couchpotato AND Sick beard... Is there anyway I can safely reinstall these 3 plugins by saving the configs? -- This is the log when I press the update button. It says "Install OK!" But it is not OK... The same update button appears again. And if I press start I get this in the log: Thanks in regards, TrueType
  7. 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.
  8. 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.
  9. So what's the proper way to fix it if I'm seeing: Warning: parse_ini_file(state/network.ini): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/dynamix/template.php on line 43 Warning: extract() expects parameter 1 to be array, boolean given in /usr/local/emhttp/plugins/dynamix/template.php on line 43 Delete config/plugins/dynamix.plg on the flashdrive then reboot the server powerdown -r Worked like a charm No! I removed the dynamix.plg and restarted. Then i updated to 6.2 without updating anything else. Now I cannot reach the webGui... Give it a bit... Possibly doing the one time upgrade to all the docker images which may take some time. Can you still see your SMB shares over the network? I have gave it over 24hours now without being able to reach the webgui... I can still reach my plex-server (running as plugin) and my docker apps, and I can also SSH into unraid. Only the webgui not working. Any suggestions? EDIT: I restarted the server once more, waited for about 10 minutes and now it's up and running again with working webgui on 6.2!
  10. So what's the proper way to fix it if I'm seeing: Warning: parse_ini_file(state/network.ini): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/dynamix/template.php on line 43 Warning: extract() expects parameter 1 to be array, boolean given in /usr/local/emhttp/plugins/dynamix/template.php on line 43 Delete config/plugins/dynamix.plg on the flashdrive then reboot the server powerdown -r Worked like a charm No! I removed the dynamix.plg and restarted. Then i updated to 6.2 without updating anything else. Now I cannot reach the webGui...
  11. I had this problem too... I deleted the dynamix.plg and then I booted up, went to plugins tab and installed the unraid only. Leaving all other plugins. Then I rebooted again, and now I cannot reach the web interface. Anyway to re-install dynamix via ssh command? thanks...
  12. I tried to do like he posted with --privileged, but it didn't work correctly With --device=/dev/ttyACM0 it didn't even start.
  13. One just answered in the gitter chat! https://gitter.im/home-assistant/home-assistant
  14. 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
  15. 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
  16. 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
  17. 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>
  18. 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?
  19. 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
  20. This would be greatly appreciated.
  21. 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/
  22. 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.
  23. 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.
  24. This did the trick! Thanks! But now I can only connect via the unraid VNC in webrowser. But it's good enough I believe. EDIT Ok... I got that too work now also! First I noticed I was logged in with my Outlook account in windows... So I logged in with a local user instead and set a password. Then I followed this as you linked and instead of leave the two password fields blank I typed in the same password I chose to my local windows user. Now everything works like a charm!
×
×
  • Create New...