November 1, 20223 yr Author 4 hours ago, TheSnotRocket said: MinIO: Curious on my /data path. Some of ya'll are pointing to a single disk - but I have about 70tb across about 10 disks in my array. When I try to start the container I'm getting: ERROR Unable to use the drive /data: Drive /data: found backend type fs, expected xl or xl-single: Invalid arguments specified What would my solution be? Am I SOL? Minio doesn’t seem to play nicely with the FUSE file system unraid uses. So you have to options. 1. You directly mount only a single disk into the container. 2. Try a vdisk, I have not seen much feed back on this so I do not know if it works 100%. Link to that post The most annoying thing is my personal system works fine with multi disks but we can not pin down why. Good luck
November 1, 20223 yr Author 2 hours ago, cheesemarathon said: Minio doesn’t seem to play nicely with the FUSE file system unraid uses. So you have to options. 1. You directly mount only a single disk into the container. 2. Try a vdisk, I have not seen much feed back on this so I do not know if it works 100%. Link to that post The most annoying thing is my personal system works fine with multi disks but we can not pin down why. Good luck @TheSnotRocket I just saw that my Minio had also stopped with the same error as yours. I rolled back to version RELEASE.2022-07-15T03-44-22Z and it is working again. Probably worth a shot for you to try.
November 1, 20223 yr 4 hours ago, cheesemarathon said: @TheSnotRocket I just saw that my Minio had also stopped with the same error as yours. I rolled back to version RELEASE.2022-07-15T03-44-22Z and it is working again. Probably worth a shot for you to try. Thanks for this info - how did you do that in UnRaid? Honestly, that's a bit beyond my knowledge level.
November 1, 20223 yr Author 37 minutes ago, TheSnotRocket said: Thanks for this info - how did you do that in UnRaid? Honestly, that's a bit beyond my knowledge level. Edit the container and in the repository box type a colon then the version. e.g.
November 1, 20223 yr 1 hour ago, cheesemarathon said: Edit the container and in the repository box type a colon then the version. e.g. You are my freaking hero. Thank you!
November 1, 20223 yr Author 1 minute ago, TheSnotRocket said: You are my freaking hero. Thank you! Not a problem. The version I picked was just a random one from a few months ago. There may be a newer version that will work. If you want try going through the version tags found here to see what the latest working version is.
November 1, 20223 yr 2 hours ago, cheesemarathon said: Not a problem. The version I picked was just a random one from a few months ago. There may be a newer version that will work. If you want try going through the version tags found here to see what the latest working version is. I used the following: minio/minio:RELEASE.2022-10-24T18-35-07Z.fips Chose that due to the issue cropping up just a few days ago. Seems to be working for the multiple instances I have setup.
November 2, 20223 yr Author 20 hours ago, mfwade said: I used the following: minio/minio:RELEASE.2022-10-24T18-35-07Z.fips Chose that due to the issue cropping up just a few days ago. Seems to be working for the multiple instances I have setup. Yeh, works for me also!
November 4, 20223 yr If you find yourself here because your MinIO container stopped being able to start on or around October 31st, it's likely because MinIO removed support for "Filesystem" backends and didn't provide an automatic upgrade/migration path: https://min.io/docs/minio/linux/operations/install-deploy-manage/deploy-minio-single-node-single-drive.html Quote Important RELEASE.2022-10-29T06-21-33Z fully removes the deprecated Gateway/Filesystem backends. MinIO returns an error if it starts up and detects existing Filesystem backend files. To migrate from an FS-backend deployment, use mc mirror or mc cp to copy your data over to a new MinIO SNSD deployment. You should also recreate any necessary users, groups, policies, and bucket configurations on the SNSD deployment. Looks like the only solution is to run a previous container version, stand up a new version simultaneously and copy your data/settings to a new MinIO deployment. Really annoyed by this. Off I go to recreate and duplicate a few TB of data... Edited November 4, 20223 yr by kmwoley
November 5, 20223 yr On 11/3/2022 at 8:03 PM, kmwoley said: If you find yourself here because your MinIO container stopped being able to start on or around October 31st, it's likely because MinIO removed support for "Filesystem" backends and didn't provide an automatic upgrade/migration path: https://min.io/docs/minio/linux/operations/install-deploy-manage/deploy-minio-single-node-single-drive.html Looks like the only solution is to run a previous container version, stand up a new version simultaneously and copy your data/settings to a new MinIO deployment. Really annoyed by this. Off I go to recreate and duplicate a few TB of data... How do I go about standing up a new version as a docker in Unraid if new versions won't start because of this file system error? Is this just some config changes when I install the new docker instance?
November 7, 20223 yr Author On 11/5/2022 at 3:51 PM, adoucette said: How do I go about standing up a new version as a docker in Unraid if new versions won't start because of this file system error? Is this just some config changes when I install the new docker instance? Yes its just config issues. You will want to create two minio containers. Your old one but put it on version RELEASE.2022-10-24T18-35-07Z to get it to start. Create another minio container but with a different config directory and data location. Also change the ports. Then from your old minio data directory copy your .minio.sys/config/config.json file and put it in the same location in the new minio data directory. Both containers should now be running and you can use mc cp or mc mirror to move the data to the new minio container.
November 18, 20223 yr On 11/7/2022 at 7:17 AM, cheesemarathon said: Yes its just config issues. You will want to create two minio containers. Your old one but put it on version RELEASE.2022-10-24T18-35-07Z to get it to start. Create another minio container but with a different config directory and data location. Also change the ports. Then from your old minio data directory copy your .minio.sys/config/config.json file and put it in the same location in the new minio data directory. Both containers should now be running and you can use mc cp or mc mirror to move the data to the new minio container. I assume your post here assumes you have minio using a single disk directly or the vdisk option? Because the latest version of minio doesn't work on unraid.
November 18, 20223 yr Author 4 hours ago, lostinspace said: I assume your post here assumes you have minio using a single disk directly or the vdisk option? Because the latest version of minio doesn't work on unraid. Correct! Unfortunately those are the only options with minio now 😢
December 1, 20223 yr I finally decided to fix/update some deprecated plugins and this one came up, is there a new repository or an update to the repo?
December 1, 20223 yr Author 5 hours ago, EArroyo said: I finally decided to fix/update some deprecated plugins and this one came up, is there a new repository or an update to the repo? Hi @EArroyo This topic is for all docker images and plugins I have created. Which one are you referencing in particular?
December 1, 20223 yr 3 minutes ago, cheesemarathon said: Hi @EArroyo This topic is for all docker images and plugins I have created. Which one are you referencing in particular? Bitwarden
December 1, 20223 yr Author 4 hours ago, EArroyo said: Bitwarden I removed my template for Bitwarden a year ago due to Bitwarden creating their own official template. So I’m no longer supporting the container here. Note it has also changed its name to Vaultwarden. Search for Vaultwarden in App Store.
December 11, 20223 yr Has anyone encountered this error when starting minio:"Error: Unable to initialize config, some features may be missing migrateConfigToMinioSys: Prefix access is denied: .minio.sys/config/config.json (*fmt.wrapError)"
December 12, 20223 yr Author 17 hours ago, mumuchangfeng said: Has anyone encountered this error when starting minio:"Error: Unable to initialize config, some features may be missing migrateConfigToMinioSys: Prefix access is denied: .minio.sys/config/config.json (*fmt.wrapError)" Unfortunately due to changes in Minio, the unRAID file system is no longer supported. The only way to get Minio to work on unRAID now is by mapping a single disk directly or setting up a V-Disk.
January 5, 20233 yr Hello! I'm having this super weird issue with the Ghost container. Strangely enough, this also happens with bitnami's Ghost container. Issue: When I start the container, it fails to connect to the DB because it connect using 'ghost'@'Ghost_testwebsite.br4' which is the right username, but it uses the container name.interface instead of the ip passed though "database__connection__host": Quote ERROR Access denied for user 'ghost'@'Ghost_testwebsite.br4' (using password: YES) Access denied for user 'ghost'@'Ghost_testwebsite.br4' (using password: YES) "Unknown database error" Error ID: 500 Error Code: ER_ACCESS_DENIED_ERROR config: Quote docker create --name='Ghost_testwebsite' --net='br4' --ip='a.b.c.d' -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Unraid" -e HOST_CONTAINERNAME="Ghost_testwebsite" -e 'database__connection__host'='a.b.c.e' -e 'database__connection__user'='ghost' -e 'database__connection__password'='abcde' -e 'database__connection__database'='ghost' -e 'url'='https://example.ca' -e 'mail__transport'='SMTP' -e 'mail__options__service'='Mailgun' -e 'mail__options__auth__user'='' -e 'mail__options__auth__pass'='' -e 'PUID'='99' -e 'PGID'='100' -e 'database__client'='mysql' -e 'TCP_PORT_2368'='2368' -e 'NODE_ENV'='production' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://raw.githubusercontent.com/cheesemarathon/docker-templates/master/images/Ghost.png' -v '/mnt/user/appdata/ghost/':'/var/lib/ghost/content':'rw' 'ghost' 8848e7c6ce7f735927bf53997bab9c3461a8e789d4bb7c896b18023bae00f0c4 The command finished successfully! Also, I tried to add "PUID" & "PGID" arguments to troubleshoot why the container is trying to write as the wrong user: Quote root@Unraid:/mnt/user/appdata/ghost# ls -la total 0 drwxrwxrwx+ 1 techknowcase users 96 Jan 5 01:35 ./ drwxrwxrwx 1 nobody users 852 Oct 23 10:49 ../ drwxr-x---+ 1 techknowcase users 0 Jan 2 13:28 apps/ drwxr-x---+ 1 techknowcase users 0 Jan 2 13:28 data/ drwxr-x---+ 1 techknowcase users 0 Jan 2 13:28 files/ drwxr-x---+ 1 techknowcase users 0 Jan 2 13:28 images/ drwxr-x---+ 1 techknowcase users 140 Jan 5 01:35 logs/ drwxr-x---+ 1 techknowcase users 0 Jan 2 13:28 media/ drwxr-x---+ 1 techknowcase users 0 Jan 2 13:28 public/ drwxr-x---+ 1 techknowcase users 0 Jan 2 13:28 settings/ drwxr-xr-x+ 1 techknowcase users 12 Jan 2 13:29 themes/ Granted, techknowcase is my username on a few website on the internet, but never that username is passthough to the container. I'm not sure how Ghost was able to get that username somehow... if I reset the permissions to noody:users and launch the container again, it change it back to techknowcase:1000 when it boots. Even when I delete the ghost folder and everything in it. Thanks in advance! Edited January 5, 20233 yr by TechKnowCase misspelled
February 8, 20233 yr On 1/25/2017 at 7:12 AM, cheesemarathon said: Application Name: diyHue Description: diyHue allows you to create your own Philips Hue system easily and at a much lower cost. By default it supports just WiFi lights and sensors, but it can be extended to also controll ZigBee devices such as Tradfri, Genuine Phillips Hue, Xiaomi and others. Application Site: https://github.com/diyhue/diyHue Docker Hub: https://hub.docker.com/r/diyhue/core/ Github: https://github.com/diyhue/diyHue Install Instructions: https://diyhue.readthedocs.io/en/latest/getting_started.html#docker-install Thanks to Marius Motea for this application Some outdated info... OP post 1 is missing new webpage https://diyhue.org The Unraid docker "app" support thread link is outdated. Clicking SUPPORT goes to broken forum link https://unraid.net/forums/topic/54183-support-cheesemarathons-repo should be changed to: https://forums.unraid.net/topic/54183-support-cheesemarathons-repo
February 8, 20233 yr Author 13 hours ago, TRusselo said: Some outdated info... OP post 1 is missing new webpage https://diyhue.org The Unraid docker "app" support thread link is outdated. Clicking SUPPORT goes to broken forum link https://unraid.net/forums/topic/54183-support-cheesemarathons-repo should be changed to: https://forums.unraid.net/topic/54183-support-cheesemarathons-repo Thanks for the heads up! I’ll get that fixed
February 27, 20233 yr Hello. I'm looking at implementing OAuth2 Proxy but currently run my stuff behind HAProxy as part of pfSense. Is it possible to run OA2P behind HAprox and if so does anybody have a guide? I only see NGINX? Thanks!
February 28, 20233 yr Author 15 hours ago, RedSpider said: Hello. I'm looking at implementing OAuth2 Proxy but currently run my stuff behind HAProxy as part of pfSense. Is it possible to run OA2P behind HAprox and if so does anybody have a guide? I only see NGINX? Thanks! Hi @RedSpider In theory, yes, OAuth2 Proxy can work with any proxy system. However, I am not an expert in it and I am not familiar with HAProxy at all. As such i suggest you have a read of the OAuth2 Proxy Docs to get a better understanding of how it works and how you may be able to implement it. A quick google may turn up some results of people using it in a similar way to how you would like. Id look to see if HAProxy has some sort of Forward_Auth option as that is how OAuth2 integrates with Nginx and Traefik.
February 28, 20233 yr Author On 1/5/2023 at 7:02 AM, TechKnowCase said: Hello! I'm having this super weird issue with the Ghost container. Strangely enough, this also happens with bitnami's Ghost container. Issue: When I start the container, it fails to connect to the DB because it connect using 'ghost'@'Ghost_testwebsite.br4' which is the right username, but it uses the container name.interface instead of the ip passed though "database__connection__host": config: Also, I tried to add "PUID" & "PGID" arguments to troubleshoot why the container is trying to write as the wrong user: Granted, techknowcase is my username on a few website on the internet, but never that username is passthough to the container. I'm not sure how Ghost was able to get that username somehow... if I reset the permissions to noody:users and launch the container again, it change it back to techknowcase:1000 when it boots. Even when I delete the ghost folder and everything in it. Thanks in advance! Not suer if you fixed this. Sorry for the slow reply. Your net is set to br4. I'm using the default bridge network and I'm having no issues.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.