Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Plugin] CA Fix Common Problems

Featured Replies

I am getting the error 

Docker Application binhex-delugevpn, Container Port 58946 not found or changed on installed application

 

but when I look into the binhex-delugevpn docker both the container port and host port are 58846 not 58946.

  • Replies 2.5k
  • Views 657.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Mainly because my keyboard is worn out from replying "Uninstall Advanced Buttons", today's update features an "Update Assistant" which sits on the Tools Menu (next to Update OS)   This perfo

  • kennymc.c
    kennymc.c

    The included Update Assistant tool still shows 6.12.10 as the latest version. Is this a know issue as the update process has changed with the previous version?

  • Implied Cache Only shares do not have files / folders stored outside the cache drive Cache Only shares do not have files / folders stored outside the cache drive Array Only shares do not

Posted Images

6 minutes ago, mattekure said:

I am getting the error 

Docker Application binhex-delugevpn, Container Port 58946 not found or changed on installed application

 

but when I look into the binhex-delugevpn docker both the container port and host port are 58846 not 58946.

Discussion starts here and then read the next few posts. May answer your question.

Docker Safe New Perms has stopped working for me. I've been having issues with the permissions for all items on the root of my cache. In the past I've been able to fix them using this script, but it's no longer having any effect. Now the only solution I've found is to reboot my server. I checked the log but saw nothing other than that the script had run (no details). Started another thread to try and eliminate whatever is causing the permissions issue, but it would be nice if I could find a simpler fix than having to reboot.

  • Author
4 hours ago, wgstarks said:

Docker Safe New Perms has stopped working for me. I've been having issues with the permissions for all items on the root of my cache. In the past I've been able to fix them using this script, but it's no longer having any effect. Now the only solution I've found is to reboot my server. I checked the log but saw nothing other than that the script had run (no details). Started another thread to try and eliminate whatever is causing the permissions issue, but it would be nice if I could find a simpler fix than having to reboot.

Script still works.  But if you're having continual problems, then its some application (docker) that's writing files with the wrong permissions and/or you're using a Mac which I was helping a guy the other day where it was creating files with incorrect permissions via SMB

2 minutes ago, Squid said:

Script still works.

After I run the script the permissions still haven't been repaired. Is there some log I could check for an error?

 

4 minutes ago, Squid said:

But if you're having continual problems, then its some application (docker) that's writing files with the wrong permissions and/or you're using a Mac which I was helping a guy the other day where it was creating files with incorrect permissions via SMB

I think you're right about the docker. Haven't figured out which one though.

 

I do use macs but never noticed any issues with the files transferred from them. How could I tell if this was a problem? What was the fix?

  • Author

No fix.  Permissions being written via a Mac via SMB on user A wouldn't allow user B to modify them (rw-r--r--  userX:users instead of (rw-rw-rw userX:users) as it'll be on a Win machine via SMB

 

Since I don't use a Mac, I can't replicate therefore I can't issue a defect report myself.

How can I check what the actual permissions are for files I'm writing from my macs?

Just did a little test. Wrote a file to an unraid share via SMB to check permissions.

 

root@Brunnhilde:/mnt/user/Media/Temp# ls -al
total 112
drwxrwxrwx 1 nobody   users     55 Sep  3 20:09 ./
drwxrwxrwx 1 nobody   users     38 Sep  3 20:09 ../
-rw-rw-rw- 1 wgstarks users 107685 Jun 13  2016 NCSBA\ Honey\ Competition\ Rules.pdf

I think this is proper, right?

19 hours ago, Squid said:

Script still works.  But if you're having continual problems, then its some application (docker) that's writing files with the wrong permissions and/or you're using a Mac which I was helping a guy the other day where it was creating files with incorrect permissions via SMB

Looks like you are absolutely correct. I've been doing some reading this morning (more still to do) and it looks like this was all caused by the way I was mounting the SMB shares on my Mac. The shares were originally set as private and I was connecting using user credentials. From what I have been reading this sets special permissions. I changed the shares to public with OS X support enabled and connect as guest and the problem is solved. I guess guest access uses nobody/users permissions.

  • Author
15 minutes ago, wgstarks said:

Looks like you are absolutely correct. I've been doing some reading this morning (more still to do) and it looks like this was all caused by the way I was mounting the SMB shares on my Mac. The shares were originally set as private and I was connecting using user credentials. From what I have been reading this sets special permissions. I changed the shares to public with OS X support enabled and connect as guest and the problem is solved. I guess guest access uses nobody/users permissions.

Open a defect report with the findings.  Saving a file via a Mac with OSX interoperability enabled should result in --rw-rw-rw username:users   I would, but nobody's ever supplied me with a valid OSX image for a VM that I could get to work.

Just a heads up, I formatted a disk as encrypted XFS in 6.4.0-rc8q and FCP wasn't happy with me:  

Error: Disk disk1 is formatted as luks:xfs

Not complaining, it is a new rc after all :)

Now I'm totally confused.:D

 

Here's what I got with a file written with anonymous login-

Brunnhilde login: root
Password: 
Linux 4.9.30-unRAID.
Last login: Mon Sep  4 12:09:10 -0400 2017 on /dev/pts/0 from 10.0.1.190.
root@Brunnhilde:~# cd /mnt/user/Media/Temp
root@Brunnhilde:/mnt/user/Media/Temp# ls -al
total 112
drwxrwxrwx 1 nobody users     47 Sep  4 15:17 ./
drwxrwxrwx 1 nobody users     30 Sep  4 15:17 ../
-rw-r--r-- 1 nobody users 107685 Jun 13  2016 NCSBA\ Honey\ Competition\ Rules.pdf
root@Brunnhilde:/mnt/user/Media/Temp#   

 

 

Same file created with my user login-

Brunnhilde login: root
Password: 
Linux 4.9.30-unRAID.
Last login: Mon Sep  4 15:18:06 -0400 2017 on /dev/pts/0 from 10.0.1.190.
root@Brunnhilde:~# cd /mnt/user/Media/Temp
root@Brunnhilde:/mnt/user/Media/Temp# ls -al
total 112
drwxrwxrwx 1 nobody   users     47 Sep  4 15:25 ./
drwxrwxrwx 1 nobody   users     50 Sep  4 15:24 ../
-rw-r--r-- 1 wgstarks users 107685 Jun 13  2016 NCSBA\ Honey\ Competition\ Rules.pdf
root@Brunnhilde:/mnt/user/Media/Temp# 

 

  • Author
6 minutes ago, ljm42 said:

Just a heads up, I formatted a disk as encrypted XFS in 6.4.0-rc8q and FCP wasn't happy with me:  


Error: Disk disk1 is formatted as luks:xfs

Not complaining, it is a new rc after all :)

I blame @limetech >:(

 

@anyone or @johnnie.black  So that I don't make any assumptions here, is the file system of an encrypted disk within disk.ini listed as luks:xfs, luks:btrfs, luks:reiserfs?

  • Author
1 minute ago, wgstarks said:

Now I'm totally confused.:D

 

Here's what I got with a file written with anonymous login-


Brunnhilde login: root
Password: 
Linux 4.9.30-unRAID.
Last login: Mon Sep  4 12:09:10 -0400 2017 on /dev/pts/0 from 10.0.1.190.
root@Brunnhilde:~# cd /mnt/user/Media/Temp
root@Brunnhilde:/mnt/user/Media/Temp# ls -al
total 112
drwxrwxrwx 1 nobody users     47 Sep  4 15:17 ./
drwxrwxrwx 1 nobody users     30 Sep  4 15:17 ../
-rw-r--r-- 1 nobody users 107685 Jun 13  2016 NCSBA\ Honey\ Competition\ Rules.pdf
root@Brunnhilde:/mnt/user/Media/Temp#   

 

 

Same file created with my user login-


Brunnhilde login: root
Password: 
Linux 4.9.30-unRAID.
Last login: Mon Sep  4 15:18:06 -0400 2017 on /dev/pts/0 from 10.0.1.190.
root@Brunnhilde:~# cd /mnt/user/Media/Temp
root@Brunnhilde:/mnt/user/Media/Temp# ls -al
total 112
drwxrwxrwx 1 nobody   users     47 Sep  4 15:25 ./
drwxrwxrwx 1 nobody   users     50 Sep  4 15:24 ../
-rw-r--r-- 1 wgstarks users 107685 Jun 13  2016 NCSBA\ Honey\ Competition\ Rules.pdf
root@Brunnhilde:/mnt/user/Media/Temp# 

 

Both permissions are incorrect on the Honey Competition.  (I want to believe that its something Bee related, but secretly I'm hoping that by Honey Competition, you're comparing wives  :D )

 

If I could, I would do a defect report.  But I don't feel comfortable doing that at this point since I cannot replicate via a Windows system.

  • Author
1 minute ago, bonienl said:

Here answer from @anyone: yes.

 

You're the best @anyone!

How do I do a defect report?

 

Edit- Nevermind. Found it.

Edited by wgstarks

6 minutes ago, Squid said:

You're the best @anyone!

 

Here another reply from @anyone, and maybe interesting for FCP.

 

There is a new disk parameter "luksState" which indicates the encryption state.

0: no encryption present
1: disk is correctly encrypted
2: missing encryption key
3: wrong encryption key
other value: unknown error
 

Edited by bonienl

  • Author
7 minutes ago, bonienl said:

 

Here another reply from @anyone, and maybe interesting for FCP.

 

There is a new disk parameter "luksState" which indicates the encryption state.

0: no encryption present
1: disk is correctly encrypted
2: missing encryption key
3: wrong encryption key
other value: unknown error
 

Sure, tell me after I update the plugin.

 

I'll have to create an unRaid VM to play around and see all of this.

That was fast! Thanks @Squid, No more complaints from FCP about the disk format :) 

  • Author
11 minutes ago, ljm42 said:

That was fast! Thanks @Squid, No more complaints from FCP about the disk format :) 

My attitude on issues:

 

business-commerce-entitlement-sense_of_entitlement-rewards-envy-motivation-mban4440_low.jpg.724e21845dfc1b5e683dcee0809682bf.jpg

  • 4 weeks later...

I have this error, I have mcelroy installed but not sure how to get to it.

Your server has detected hardware errors. You should install mcelog via the NerdPack plugin, post your diagnostics and ask for assistance on the unRaid forums. The output of mcelog (if installed) has been logged

 

 

  • Author

Install the nerd pack plugin via the apps tab. Set need pack to install mcelog. Reboot and wait for the error again

 

 

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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.