steve1977

Members
  • Posts

    1471
  • Joined

  • Last visited

Everything posted by steve1977

  1. I have installed following the guide. I installed Win 8.1 first and then upgraded to Win 10. Something went wrong with the graphics driver after update. Graphics resolution is low and cannot be changed. Do I need to reinstall drivers? If so, how to? I am not passing through any GPU and just use VNC.
  2. Thanks @planetwilson. I succeeded to delete the xmas theme. I mounted Clover and tried to change the config. I must have done something wrong, but unclear what it is. I believe the only thing I changed is to switch the them to Apple Logo, but maybe I did something else, which broke things? I still have the Clover menu, but can no longer boot into MacOS. After selecting "Boot MacOS from MacOS VM", I see a grey screen with grey Apple logo (not the usual black with white logo and status bar). No status bar and nothing is happening. I tried the other items in the Clover menu and all get me to this same menu. Not sure related, but below is the log: 2018-03-03 14:36:03.830+0000: Domain id=4 is tainted: custom-argv 2018-03-03 14:36:03.830+0000: Domain id=4 is tainted: host-cpu 2018-03-03T14:36:03.882000Z qemu-system-x86_64: -chardev pty,id=charserial0: char device redirected to /dev/pts/2 (label charserial0) Any thoughts appreciated!
  3. I mounted an UD (formatted in NTFS). Unfortunately, I cannot remove via -r or -rf. Any thoughts. Error below: rm: cannot remove '/mnt/disks/ST4000DM_000-1F2168/recovery2/Users/dazipser/Pictures/Photos Library.photoslibrary/Thumbnails/2015/12/13/20151213-051636/hpVvFxgzS5m5JDO2T8XUcQ': Directory not empty
  4. Answering my own question: docker exec -it radarr /bin/bash Now all working again. And for future updates, I'll just follow the rule not to update unless something is broken.
  5. Mmh.. Never executed anything in a container, but face same issue. Tried below, but didn't appear to work: root@Tower:~# docker exec radarr cd /opt/radarr && curl -o - http://download.sonarr.tv/hotfixes/regression-mono-5.10/NLog.dll.gz | gunzip -c > NLog.dll cd: usage: cd path prog...
  6. I am thinking whether everything is working, but this docker may actually not do what I thought it does. The docker now shows the MBZ UI locally and I can access artists et al. It is doing this based on a 3GB image file that was downloaded after docker creation. I googled a bit and found out that the full local file should more be along the lines of 40GB, so I assume this docker may not fully localize the database? Any thoughts?
  7. Does this still work in the same way for 6.4.1? I disabled the docker and set to advanced view. But I don't see an option to change the size?
  8. I now solved my download speed issue reconfiguring my VPN setup. So, this should no longer be in the way. Also, Unraid and the Docker now in "bridge mode" on the same internal IP. Speed is still slow to access the mirror and I have a strong suspicion that the actual MBZ are still accessed over the Internet and not on the local mirror.\ I checked the FTP link and compared what has been downloaded. The docker imported 7 files (incl. the 2.5GB file "mbdump.tar.bz2". The FTP link also shows a 4.5GB file ("mbdump-edit.tar.bz2"), but I don't see this file in my import folder. Is this expected behavior or could this be the issue? I also checked the forum for my error messages: 1) I didn't find any comments on the following error: fatal: Not a git repository (or any of the parent directories): .git 2) I found some reference to the error below indicating that I can just ignore it ERROR: constraint "dbmirror_pendingdata_SeqId" of relation "dbmirror_pendingdata" does not exist Any additional thoughts appreciated!
  9. Thanks for your help. re 2 - let me clarify. I am wondering how fast it should be once I have the mirror working (not the download/import of the mirror file). I succeeded with the download and now have a 2.8GB local mirror file. However, just looking for an artist and then selecting release groups, still takes some time. I would have expected that this would now be instant as it no longer needs to access the internet to download any information. Should all be locally mirrored and search should be instant / immediate. Am I missing anything?
  10. Thanks @saarg. Two questions to help me trouble-shoot: (1) My data folder is 2.8GB. Does this sound right the right size? I would have anticipated the site is much larger than this. (2) How fast is the mirror supposed to be? I thought it would be instant as it is fully local, but maybe that's the wrong anticipation and it still takes some time to pull up the pages?
  11. You'd mentioned that this will not fix my issue with slow connection, so I tried another route. So, I played around with the VPN and it worked, I can now import the Musicbrainz server in a faster manner. However, this will require me to set up the docker with br0 / separate IP. I have VPN set up on my server and can dedicate it via the router to specific IPs. So, now all worked well and the import completed well. I can see the import folder being 2.6GB in size, so the download has actually happened. Also, can now access the musicbrainz UI. It may still be too early to declare full success. There has been a few error messages in the log. Particularly the ones below: completed postgres initialisewaiting for server to start....LOG: could not bind IPv6 socket: Address not availableHINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.LOG: database system was shut down at 2018-02-22 22:54:41 CSTFATAL: the database system is starting up.LOG: MultiXact member wraparound protections are now enabledLOG: database system is ready to accept connectionsdone ERROR: constraint "dbmirror_pendingdata_SeqId" of relation "dbmirror_pendingdata" does not existSTATEMENT: ALTER TABLE dbmirror_pendingdata DROP CONSTRAINT "dbmirror_pendingdata_SeqId" CASCADEWARNING: SET TRANSACTION can only be used in transaction blocksWARNING: SET CONSTRAINTS can only be used in transaction blocks I am not sure whether this had any negative impact. While the docker seems to be working and I can view release groups and releases, it feels very slow. I thought the mirror would display all info instantly as it is locally available. It now feels as slow as accessing it online, so I am worried that it doesn't access the locally stored info, but instead accesses the online info from musicbrainz.org. Any more thoughts?
  12. And see below log after download: completed postgres initialisewaiting for server to start....LOG: could not bind IPv6 socket: Address not availableHINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.LOG: database system was shut down at 2018-02-22 22:54:41 CSTFATAL: the database system is starting up.LOG: MultiXact member wraparound protections are now enabledLOG: database system is ready to accept connectionsdone
  13. Thanks. I think I may have found a solution. This would require me though to run the Musicbrainz docker on a different IP from Unraid. Would this be feasible? I tried to change the docker from bridge to br0 and manually added a fixed IP. I also included the same fixed IP in the DBDefs file. Somehow, this does not appear to work. Config and data are still on the Unraid-IP, so this may be the issue? Not sure how br) works. Any thoughts?
  14. I think you are right and that's the primary reason why I'm looking for this mirror/docker. My internet connection is actually lightning fast, but somehow things are getting very slow for me when I am accessing musicbrainz. So, your suspicions appear to be right. Currently, I only have one file (18KB) in the import folder. Even for a slow internet connection, this appears too little? Can you share guidance how to manually download the files? Even if this was to work, would this prevent me from any future updates? Thanks again for your continued help!
  15. I am using the MacOS VM now quite successfully for a while. It seems to me that things work flawless as long as I don't pass-through a GPU, which appears to be trickier. So, I just decided to work without to keep things more stable and not requiring too much tinkering along the way. There remains one thing that still feels a bit less elegant, which is around Clover. Maybe you'll have some thoughts whether this can be improved. Not mission critical, but would make it a nicer setup: 1) When I start the VM, I still have a Clover menu, which allows to start the VM or do a bunch of other things related to Clover. Is this menu necessary or could the VM be setup that it always boots directly in the VM? Basically same as with a Win VM, where there is also no additional setup menu when starting up the VM 2) I installed the Clover version that was released in December. While I like xmas, it is starting to irritate to me to be welcomed by a xmas tree everytime I start my Mac VM. If not possible to get fully rid of the menu (1), is there a possibility to change the picture? Thanks for your help!
  16. I'd still love to get this running, but somehow still fail... Below what I am doing. Additional help appreciated! 1) Adding the docker Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='musicbrainz' --net='bridge' -e TZ="Asia/Shanghai" -e HOST_OS="unRAID" -e 'BRAINZCODE'='REMOVED' -e 'PGID'='100' -e 'PUID'='99' -p '5000:5000/tcp' -v '/mnt/disk1/MBZ/data':'/data':'rw' -v '/mnt/cache/Docker/musicbrainz/config':'/config':'rw' 'linuxserver/musicbrainz' REMOVED The command finished successfully! 2) Letting it run for 12+ hours, log shows: [cont-init.d] 10-adduser: exited 0.[cont-init.d] 20-brainzcode: executing...[cont-init.d] 20-brainzcode: exited 0.[cont-init.d] 30-initialise-database: executing...fetching latest dump from musicbrainz, if this section fails try again later as musicbrainz dump may not be fully uploadedto their site% Total % Received % Xferd Average Speed Time Time Time CurrentDload Upload Total Spent Left Speed 3) Suddenly log stops showing anything and only shows (rest of page is white): ErrorWarningSystemArrayLogin 4) Stop docker and change the IP from localhost to my Unraid IP 5) Restarting docker, log shows: [cont-init.d] 10-adduser: exited 0.[cont-init.d] 20-brainzcode: executing...[cont-init.d] 20-brainzcode: exited 0.[cont-init.d] 30-initialise-database: executing...fetching latest dump from musicbrainz, if this section fails try again later as musicbrainz dump may not be fully uploadedto their site** Resuming transfer from byte position 9188% Total % Received % Xferd Average Speed Time Time Time CurrentDload Upload Total Spent Left Speed
  17. Thanks. Re-ran it. What about the one below? Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='musicbrainz' --net='bridge' -e TZ="Asia/Shanghai" -e HOST_OS="unRAID" -e 'BRAINZCODE'='REMOVED' -e 'PGID'='100' -e 'PUID'='99' -p '5000:5000/tcp' -v '/mnt/disk1/MBZ/data':'/data':'rw' -v '/mnt/cache/Docker/musicbrainz/config':'/config':'rw' 'linuxserver/musicbrainz' REMOVED The command finished successfully!
  18. Thanks. Yes, running a few of them. Thought dockers are quite low in CPU need as long as I don't do any transcoding (i.e., I am not using Plex or others). So, 1C/2T may be plentyful?
  19. Thanks for your reply. What about leaving one core for Unraid and triple-assigning the remaining five cores in parallel to the three VMs? I will rarely use all three VMs in parallel at full load. Any experience in double- or triple-assigning the same cores to several VMs?
  20. thanks. extended smart was fine. i’m now doing a new config. could the “user share issue” have caused the disabling of the disk? Sent from my iPhone using Tapatalk
  21. Got it. Let me increase the minimum free space. Assuming the extended SMART completes without errors, what would be the better way to setup the array. Just reconfig again or rebuild the same disk via parity (which falsely got disabled)?
  22. Oh, somehow the cache drive was no longer mapped. I added it back and it now seems to be working again.
  23. Looks like things got messed up. Went through some issues not being to start Unraid after playing around with GPUs. Now Unraid starts, but VMs and Dockers no longer work... When accessing Dockers, I see the error message: "Docker Service failed to start.". When accessing VM, the page is empty and only shows "Libvirt Hotplug USB". Any thoughts? Log attached. tower-diagnostics-20180210-1502.zip
  24. I did the restart of Unraid and it now runs an extended smart (the short one was fine). I'll post a new log after extended SMART, but would also be good to know if you see anything in the pre-restart log posted above.