showstopper

Members
  • Posts

    153
  • Joined

  • Last visited

Everything posted by showstopper

  1. Hi guys, I am following CHBMB's guide on performing the update. When i am performing the upgrade i am getting this error: root@28bf2224e09f:/# sudo -u abc php7 /config/www/nextcloud/occ upgrade Nextcloud or one of the apps require upgrade - only a limited number of commands are available You may use your browser or the occ upgrade command to do the upgrade Set log level to debug Turned on maintenance mode Updating database schema Updated database Updating <dav> ... InvalidArgumentException: Migration step 'OCA\DAV\Migration\Version1006Date20180628111625' is unknown Update failed Maintenance mode is kept active Reset log level root@28bf2224e09f:/# Does anyone have any idea how i correct this please? ****************EDIT*********************** OK - i have managed to get around this error now and it has upgraded but i am not sure if i have broken it as when i try and log in i get: Internal Server Error The server was unable to complete your request. If this happens again, please send the technical details below to the server administrator. More details can be found in the server log. Technical details Remote Address: 172.17.0.1 Request ID: kr8onV5827RpHybQYzV3 Now the remote address in the error is 172.17.0.1 but my mapping is 172.17.0.7 - could this be the issue, and how would i fix this? ************EDIT 2***************** Now resolved and working. Ignore the error and continue the incremental upgrades to latest version.
  2. Hi all, Sorry for the long title! For the last week or so i have been having a strange issue with my unraid server (6.6.7 Stable). I notice that all of my dockers stop on a daily basis. I can manually start them, but then they say update available. However the updates download 0kb. Also i have noticed that if i reboot then i cannot always connect to the web interface, the shared drives are unavailable and i cannot SSH to the server. It is on and running as i can use IPMI to get onto the logon prompt screen. I normally have to reboot 2 or 3 times and then it starts working again. I read that it could be a DNS issue (for the dockers) so i changed unraid network settings to use google DNS, but i still have the issue. I have a diagnostic zip file which has a lot of files and folders in. I can upload this, or if someone has any ideas on what i can try then i would be grateful! Thanks.
  3. Uninstall and re-install hasnt fixed for me either. Happy to submit logs if i can get some instructions. EDIT- Can confirm that it works in Chrome but not in FireFox. 
  4. I should read first!! Thanks for your help.
  5. Thanks for this. To re-install do i need to add the package to the server?
  6. I am having the same 'Updating Content' page - how do you uninstall as i cannot select anything on the /apps page.
  7. Thanks for this. Is there a way that i can install an older docker version to get it working again do you know?
  8. Is this now working? I use PIA SOCKS5 and Jackett connects once and then fails immediately after - 'Request to Jacket server failed' Log - 03-26 08:26:02 Error System.Net.Http.HttpRequestException: Connection refused ---> System.Net.Sockets.SocketException: Connection refused System.Net.Http.HttpRequestException: Connection refused ---> System.Net.Sockets.SocketException: Connection refused at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken) at System.Threading.Tasks.ValueTask`1.get_Result() at System.Net.Http.HttpConnectionPool.CreateConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Threading.Tasks.ValueTask`1.get_Result() at System.Net.Http.HttpConnectionPool.WaitForCreatedConnectionAsync(ValueTask`1 creationTask) at System.Threading.Tasks.ValueTask`1.get_Result() at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.EstablishProxyTunnel(CancellationToken cancellationToken) at System.Threading.Tasks.ValueTask`1.get_Result() at System.Net.Http.HttpConnectionPool.CreateConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Threading.Tasks.ValueTask`1.get_Result() at System.Net.Http.HttpConnectionPool.WaitForCreatedConnectionAsync(ValueTask`1 creationTask) at System.Threading.Tasks.ValueTask`1.get_Result() at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at CloudFlareUtilities.ClearanceHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) at System.Net.Http.HttpClient.FinishSendAsyncBuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts) at Jackett.Common.Utils.Clients.HttpWebClientNetCore.Run(WebRequest webRequest) in /home/appveyor/projects/jackett/src/Jackett.Common/Utils/Clients/HttpWebClientNetCore.cs:line 214 at Jackett.Common.Utils.Clients.WebClient.GetString(WebRequest request) in /home/appveyor/projects/jackett/src/Jackett.Common/Utils/Clients/WebClient.cs:line 114 at Jackett.Common.Indexers.BaseWebIndexer.RequestStringWithCookies(String url, String cookieOverride, String referer, Dictionary`2 headers) in /home/appveyor/projects/jackett/src/Jackett.Common/Indexers/BaseIndexer.cs:line 445 at Jackett.Common.Indexers.IPTorrents.GetConfigurationForSetup() in /home/appveyor/projects/jackett/src/Jackett.Common/Indexers/IPTorrents.cs:line 147 at Jackett.Server.Controllers.IndexerApiController.Config() in /home/appveyor/projects/jackett/src/Jackett.Server/Controllers/IndexerApiController.cs:line 79 at Microsoft.AspNetCore.Mvc.Internal.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextActionFilterAsync() at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeInnerFilterAsync() at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeNextResourceFilter() at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ResourceExecutedContext context) at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeFilterPipelineAsync() at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeAsync() at Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context) at Jackett.Server.Middleware.CustomExceptionHandler.Invoke(HttpContext httpContext) in /home/appveyor/projects/jackett/src/Jackett.Server/Middleware/CustomExceptionHandler.cs:line 29
  9. Cheers matt. I have been tinkering with opendns and that looks like it will suit my needs quite well.
  10. Hi all, With all the momo stuff at the moment i thought i would look into a (free) webfilter that i can proxy all my devices at home through. I already use pi-hole for some of my devices and guess i could use that, but i was wondering if there was a docker that i have missed that may do webfiltering (to block youtube). If anyone is using something could you let me know please? Cheers.
  11. I followed the upgrade instructions but for v14. However when i run the upgrade command i get: An unhandled exception has been thrown: OC\HintException: [0]: Downgrading is not supported and is likely to cause unpredictable issues (from 12.0.3.3 to 12.0.0.29) () Any help please? EDIT - OK so if i am reading the error correctly it is actually PHP that needs updating and not nextcloud. Does anyone have a guide on how to update PHP? EDIT 2 - OK so i followed the procedure to update but used 13.04. It would not do the upgrade step after restarting the docker. I went to the webUI which then worked and allowed me to update. All working now.
  12. OK it is using legacy boot mode but will not boot into memtest. I will try a different usb stick.
  13. I will double check - thanks for the help.
  14. Hi all, My server randomly locks up and i have been putting it off for too long now! The logs show nothing and i am suspecting it to be a faulty ram module. I am running 6.5.3 and when i try reboot my machine and then try to run memtest it does nothing. It looks like it tries to do something (the screen flashes so fast and then goes back to the boot options). I read a post to download the unraid o/s and then copy over the memtest file to the flash drive, which i have done and it makes no difference. Am i doing something wrong when trying to run this?
  15. Sorry to bring up a slightly old post... I have duplicati backing up the files that i absolutely cannot lose. I have also backed up the flash config. Is there anything else that i should be backing up, in terms of unraid? I have seen people saying to backup appdata - wondering if it is needed?
  16. I was watching this video - Do i backup appdata in duplicati or CA Backup? Just wondering how it would know what the backups are if i needed to install a fresh unraid server. Basically i dont know what i need to backup, in terms of unraid config, for a full server failure. I presume that the duplicati config file will mean i can get my duplicati backups restored. I am not sure what files i need backed up for my unraid server though.
  17. What happens if we lose our unraid server, and in turn duplicati? Is there a config or database backup that we should be performing? OK so i watched gridrunners excellent video and it looks like you backup the configuration file. Do i only need to do this if the configuration changes, or do i need this after each backup?
  18. So is this still incredibly slow, or have the issues been resolved? I am looking to setup a backup to a separate NAS and then upload to my OVH server. Is duplicati my only option, or can anyone point me in another direction?
  19. Hi all, I am wanting to backup my photos and documents from my unraid server to my hosted ubuntu server (OVH). I am looking into the duplicati docker and trying to following spaceinvaders guide: It looks like i need to add my OVH (Destination) folder as an NFS share on my unraid, and then configure duplicati to perform the backup. However when i try to mount the NFS share i do not see where i put the password - i presume that i need this in the IP/HOST part of creating the NFS share. Here is a dummy of what i have currently for my OVH: [email protected]/home/showstopper/backups I tried searching but could only really see adding unraid share to ubuntu - not the other way round. Any pointers would be appreciated! Cheers, Tony EDIT - Ah so after watching the video again it looks like i have to backup locally first, and then do a cloud backup. Is there no way to just backup to the cloud first?
  20. Dont suppose anyone can help me? I cant seem to get this to work. I put a file in my input folder and nothing happens. I load the UI and drag the file in and i get: 'An internal error has occurred within the guacamole server, and the connection has been terminated...' Any ideas where i need to look?
  21. That's sorted it - many thanks for your help
  22. Thanks for replying. My share was initially set to that. I have changed it to Use cache disk "only", run the mover but it is still on the array (is there a progress meter or something to check if the mover has worked)? Also when you say stop the vm service is that Settings --> VM Manager --> Enable VM's = no
  23. Hi all, My unraid crashed and for some reason the domains share is now on the array. How can i move this back to cache? I tried to stop the array and move it via FTP but i then cannot access the disks. Thanks.
  24. Thanks again for your help. I was getting freezing on 6.3.0 as well, so im not sure that is the problem. Is there any place to upload the logs do you know, or is there no support for unraid?