unRAID Server Release 6.2.0-rc2 Available


Recommended Posts

First time using 6.2? please read the Original 6.2-beta Announcement Post first.

 

IMPORTANT

[*]Your server must have access to the Internet to use the unRAID 6.2 rc.

[*]Posts in this thread should be to report bugs and comment on features ONLY.

 

HOW TO REPORT A BUG

Think you've found a bug or other defect?  Ask yourself these questions before posting about it here:

[*]Have I successfully tested this bug with all my plugins disabled (booting into safe mode)?

[*]Can I recreate the bug consistently and have I documented the steps to do so?

[*]Have I downloaded my diagnostics from the unRAID webGui after the bug occurred, but before I rebooted the system?

Do not post about a bug unless you can confidently answer "Yes" to all three of those questions.  Once you can, be sure to follow these guidelines, but make sure to post as a reply on this thread, not as a new topic under defect reports (we track bug reports for beta/rc releases independent from the stable release).

 

INSTALLING AND UPDATING

If you are currently running previous 6.2-beta/rc release, clicking 'Check for Updates' on the Plugins page is the preferred way to upgrade.

 

Alternately, navigate to Plugins/Install Plugin, copy this text into the box and click Install:

https://raw.githubusercontent.com/limetech/unRAIDServer-6.2/master/unRAIDServer.plg

 

You may also Download the release and generate a fresh install.

 

RELEASE NOTES

 

Updated samba and linux kernel.

 

Integrated out-of-tree Adaptec AACRAID driver (per user request).

 

Misc. bug fixes.

 

Experimental user share file system 'hard link' support.  But please do not discuss this here, instead we have created a new thread in the Programming board.

 

Improved handling of predefined shares: appdata,domains,isos,system.  These shares are only created if they need to be, meaning, if they are referenced as follows:

 

For appdata:

  If referenced in Settings/Docker/Default appdata storage location

 

For system:

  If referenced in Settings/Docker/Docker storage location

  If referenced in Settings/VM Manager/Libvirt storage location

 

For domains:

  If referenced in Settings/VM Manager/Default VM storage path

 

For isos:

  If referenced in Settings/VM Manager/Default ISO storage path

 

If you specify a different user share name for any of these paths, ie, "/mnt/user/<your-share-name>/..." then that named share will be auto-created upon array Start if needed.

 

unRAID Server OS Change Log
===========================

Version 6.2.0-rc2 2016-07-13
----------------------------

Base distro:

- samba: version 4.4.5 (CVE-2016-2119)

Linux kernel:

- version 4.4.15
- added Adaptec HBA 1000-8i drivers per user request

Management:

- better console message if USB flash missing the proper label during boot
- correct logic auto-creating the shares: appata,domains,isos,system
- shfs with hard link support
- experimental shfs hard-link support (probably will be removed)

webGui:

- docker: fix populate variable descriptions for v1 templates
- docker: inherit text color for basic/advanced view toggle's off state
- docker: trim trailing spaces from certain input box values
- prevent "unavailable" as first entry in parity history
- remove SMART error history when new config is performed
- suppress non-present disks in disk include/exclude list

Link to comment
  • Replies 170
  • Created
  • Last Reply

Top Posters In This Topic

Thanks for the continued effort on 6.2.  That was a quick turnaround from rc1 to rc2  :).  I just finished installing rc2 from rc1 and have been having an issue with updating my Emby Docker.  I'm not 100% if it's an issue with the rc or an issue with the source.

 

I have received the following error everytime I've tried to update the docker since rc1.  I haven't been able to update the docker since a previous beta (can't remember which release had issues with updating dockers, but I went from that beta to rc1 and then subsequently rc2.

 

 

IMAGE ID [latest]: Pulling from emby/embyserver. 
IMAGE ID [a3ed95caeb02]: Already exists. 
IMAGE ID [be8b775b9629]: Already exists. 
IMAGE ID [a49b5b2e3144]: Already exists. 
IMAGE ID [4f32d0a55e66]: Already exists. 
IMAGE ID [8c59af194ad0]: Pulling fs layer. Downloading 100% of 18 MB. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [530de038d5ef]: Pulling fs layer. Downloading 100% of 3 KB. Verifying Checksum. Download complete. Extracting. Pull complete. 

TOTAL DATA PULLED: 18 MB

Error: layers from manifest don't match image configuration

galaxy-diagnostics-20160713-1040.zip

Link to comment

Thanks for the continued effort on 6.2.  That was a quick turnaround from rc1 to rc2  :).  I just finished installing rc2 from rc1 and have been having an issue with updating my Emby Docker.  I'm not 100% if it's an issue with the rc or an issue with the source.

 

I have received the following error everytime I've tried to update the docker since rc1.  I haven't been able to update the docker since a previous beta (can't remember which release had issues with updating dockers, but I went from that beta to rc1 and then subsequently rc2.

 

 

IMAGE ID [latest]: Pulling from emby/embyserver. 
IMAGE ID [a3ed95caeb02]: Already exists. 
IMAGE ID [be8b775b9629]: Already exists. 
IMAGE ID [a49b5b2e3144]: Already exists. 
IMAGE ID [4f32d0a55e66]: Already exists. 
IMAGE ID [8c59af194ad0]: Pulling fs layer. Downloading 100% of 18 MB. Verifying Checksum. Download complete. Extracting. Pull complete. 
IMAGE ID [530de038d5ef]: Pulling fs layer. Downloading 100% of 3 KB. Verifying Checksum. Download complete. Extracting. Pull complete. 

TOTAL DATA PULLED: 18 MB

Error: layers from manifest don't match image configuration

 

Known issue that was solved and discussed in the last RC release.  Delete your docker.img and recreate it, then redownload all your containers.

Link to comment

- correct logic auto-creating the shares: appdata,domains,isos,system

 

I think there's a typo in the release notes. Not much but could annoy someone...

 

Won't be deploying to the weekend so no further comment...

Link to comment

Experimental user share file system 'hard link' support.  But please do not discuss this here, instead we have created a new thread in the Programming board.

 

Sorry, I don't have write access to the other thread.  If you want to move this there and reply that is fine.

 

The loopback image looks interesting.  So I'm imagining that from the GUI you would specify the img file (/mnt/user/appdata/plex/config.img) and behind the scenes unRAID would deal with mounting the image when the container is started, and passing the mounted dir (/var/docker/appdata/Plex) to the Plex docker.  That should work fine for Plex, but PlexPy also needs access to files from Plex's appdata.  Would we pass the Plex log file to PlexPy using the mounted dir like this?

  /var/docker/appdata/Plex/Library/Application Support/Plex Media Server/Logs/

 

For this to work reliably, we'd need to make sure that Plex always starts before PlexPy and that PlexPy always shuts down before Plex.  Can we add this sort of parent-child relationship to dockerman?

 

 

Another issue, can /var/docker/appdata/ be shared on the network?  Because people will want to be able to directly access their appdata over the network.

 

We are temporarily removing reply restrictions on that board & moved your post over there.

Link to comment

I thought there was a feature freeze? And why bother adding a new feature only to remove it right away? Doesn't seem right for a RC.

It was a bug fix until we realized the 'fix' was going to be more involved (because of 'mover' complication).  That is why to enable the hard-link functionality you have to go manually edit a config file.  We could have just not documented it, but thought, well it's in the code, so let's let some advanced users play around with it.

Link to comment

I thought there was a feature freeze? And why bother adding a new feature only to remove it right away? Doesn't seem right for a RC.

It was a bug fix until we realized the 'fix' was going to be more involved (because of 'mover' complication).  That is why to enable the hard-link functionality you have to go manually edit a config file.  We could have just not documented it, but thought, well it's in the code, so let's let some advanced users play around with it.

 

Fair enough, I think with this RC I'll finally move up to 6.2, things are looking very nice and I've had my 2nd parity drive ready and waiting in the box for a few months now. Good work!

Link to comment

Hi,

 

Been running all the betas and RCs of 6.2, just installed rc2 and rebooted, everything went fine until my TeamSpeak server docker didn't start :(

I can't decide if it's an rc2 issue or a docker issue - But my other 3 dockers all worked fine without any intervention. No matter what I do I can't get TS to start :P

 

 

I've attached a diag_bundle

 

And here's the TS log:

 

-------------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
We do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

*** Running /etc/my_init.d/20_apt_update.sh...
finding fastest mirror
Getting list of mirrors...done.
Testing latency to mirror(s)
Getting list of launchpad URLs...done.
Looking up 3 status(es)
1. mirror.sax.uk.as61049.net
Latency: 189.02 ms
Org: Exascale
Status: Up to date
Speed: 1 Gbps
2. mirror.as29550.net
Latency: 189.49 ms
Org: XILO Communications Ltd.
Status: Up to date
Speed: 1 Gbps
3. mirror.sov.uk.goscomb.net
Latency: 208.49 ms
Org: Goscomb Technologies Limited
Status: Up to date
Speed: 1 Gbps
New config file saved to /defaults/sources.list
We are now refreshing packages from apt repositories, this *may* take a while
Ign http://mirror.sax.uk.as61049.net trusty InRelease
Get:1 http://mirror.sax.uk.as61049.net trusty-updates InRelease [65.9 kB]
Get:2 http://mirror.sax.uk.as61049.net trusty-security InRelease [65.9 kB]
Get:3 http://mirror.sax.uk.as61049.net trusty Release.gpg [933 B]
Get:4 http://mirror.sax.uk.as61049.net trusty-updates/main Sources [351 kB]
Get:5 http://mirror.sax.uk.as61049.net trusty-updates/restricted Sources [5,217 B]
Get:6 http://mirror.sax.uk.as61049.net trusty-updates/universe Sources [199 kB]
Get:7 http://mirror.sax.uk.as61049.net trusty-updates/multiverse Sources [5,946 B]
Get:8 http://mirror.sax.uk.as61049.net trusty-updates/main amd64 Packages [992 kB]
Get:9 http://mirror.sax.uk.as61049.net trusty-updates/restricted amd64 Packages [23.5 kB]
Get:10 http://mirror.sax.uk.as61049.net trusty-updates/universe amd64 Packages [470 kB]
Get:11 http://mirror.sax.uk.as61049.net trusty-updates/multiverse amd64 Packages [14.3 kB]
Get:12 http://mirror.sax.uk.as61049.net trusty-security/main Sources [149 kB]
Get:13 http://mirror.sax.uk.as61049.net trusty-security/restricted Sources [3,920 B]
Get:14 http://mirror.sax.uk.as61049.net trusty-security/universe Sources [44.1 kB]
Get:15 http://mirror.sax.uk.as61049.net trusty-security/multiverse Sources [2,550 B]
Get:16 http://mirror.sax.uk.as61049.net trusty-security/main amd64 Packages [629 kB]
Get:17 http://mirror.sax.uk.as61049.net trusty-security/restricted amd64 Packages [20.2 kB]
Get:18 http://mirror.sax.uk.as61049.net trusty-security/universe amd64 Packages [170 kB]
Get:19 http://mirror.sax.uk.as61049.net trusty-security/multiverse amd64 Packages [4,850 B]
Get:20 http://mirror.sax.uk.as61049.net trusty Release [58.5 kB]
Get:21 http://mirror.sax.uk.as61049.net trusty/main Sources [1,335 kB]
Get:22 http://mirror.sax.uk.as61049.net trusty/restricted Sources [5,335 B]
Get:23 http://mirror.sax.uk.as61049.net trusty/universe Sources [7,926 kB]
Get:24 http://mirror.sax.uk.as61049.net trusty/multiverse Sources [211 kB]
Get:25 http://mirror.sax.uk.as61049.net trusty/main amd64 Packages [1,743 kB]
Get:26 http://mirror.sax.uk.as61049.net trusty/restricted amd64 Packages [16.0 kB]
Get:27 http://mirror.sax.uk.as61049.net trusty/universe amd64 Packages [7,589 kB]
Get:28 http://mirror.sax.uk.as61049.net trusty/multiverse amd64 Packages [169 kB]
Fetched 22.3 MB in 19s (1,155 kB/s)
Reading package lists...
*** Running /etc/my_init.d/30_install_gsm.sh...
*** Running /etc/my_init.d/40_update_gsm_ts3.sh...
[36mInfomation![0m The current user (abc) does not have ownership of the following files:
/config/lgsm/functions/check_permissions.sh: line 20: column: command not found
find: `standard output': Broken pipe
find: write error

[36mInfomation![0m The current user (abc) does not have ownership of the following files:
/config/lgsm/functions/check_permissions.sh: line 20: column: command not found
find: `standard output': Broken pipe
find: write error

*** /etc/my_init.d/40_update_gsm_ts3.sh failed with status 1


*** Killing all processes...

 

raptor-diagnostics-20160713-2019.zip

Link to comment

Hi,

 

Been running all the betas and RCs of 6.2, just installed rc2 and rebooted, everything went fine until my TeamSpeak server docker didn't start :(

I can't decide if it's an rc2 issue or a docker issue - But my other 3 dockers all worked fine without any intervention. No matter what I do I can't get TS to start :P

 

 

I've attached a diag_bundle

 

And here's the TS log:

 

-------------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
We do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

*** Running /etc/my_init.d/20_apt_update.sh...
finding fastest mirror
Getting list of mirrors...done.
Testing latency to mirror(s)
Getting list of launchpad URLs...done.
Looking up 3 status(es)
1. mirror.sax.uk.as61049.net
Latency: 189.02 ms
Org: Exascale
Status: Up to date
Speed: 1 Gbps
2. mirror.as29550.net
Latency: 189.49 ms
Org: XILO Communications Ltd.
Status: Up to date
Speed: 1 Gbps
3. mirror.sov.uk.goscomb.net
Latency: 208.49 ms
Org: Goscomb Technologies Limited
Status: Up to date
Speed: 1 Gbps
New config file saved to /defaults/sources.list
We are now refreshing packages from apt repositories, this *may* take a while
Ign http://mirror.sax.uk.as61049.net trusty InRelease
Get:1 http://mirror.sax.uk.as61049.net trusty-updates InRelease [65.9 kB]
Get:2 http://mirror.sax.uk.as61049.net trusty-security InRelease [65.9 kB]
Get:3 http://mirror.sax.uk.as61049.net trusty Release.gpg [933 B]
Get:4 http://mirror.sax.uk.as61049.net trusty-updates/main Sources [351 kB]
Get:5 http://mirror.sax.uk.as61049.net trusty-updates/restricted Sources [5,217 B]
Get:6 http://mirror.sax.uk.as61049.net trusty-updates/universe Sources [199 kB]
Get:7 http://mirror.sax.uk.as61049.net trusty-updates/multiverse Sources [5,946 B]
Get:8 http://mirror.sax.uk.as61049.net trusty-updates/main amd64 Packages [992 kB]
Get:9 http://mirror.sax.uk.as61049.net trusty-updates/restricted amd64 Packages [23.5 kB]
Get:10 http://mirror.sax.uk.as61049.net trusty-updates/universe amd64 Packages [470 kB]
Get:11 http://mirror.sax.uk.as61049.net trusty-updates/multiverse amd64 Packages [14.3 kB]
Get:12 http://mirror.sax.uk.as61049.net trusty-security/main Sources [149 kB]
Get:13 http://mirror.sax.uk.as61049.net trusty-security/restricted Sources [3,920 B]
Get:14 http://mirror.sax.uk.as61049.net trusty-security/universe Sources [44.1 kB]
Get:15 http://mirror.sax.uk.as61049.net trusty-security/multiverse Sources [2,550 B]
Get:16 http://mirror.sax.uk.as61049.net trusty-security/main amd64 Packages [629 kB]
Get:17 http://mirror.sax.uk.as61049.net trusty-security/restricted amd64 Packages [20.2 kB]
Get:18 http://mirror.sax.uk.as61049.net trusty-security/universe amd64 Packages [170 kB]
Get:19 http://mirror.sax.uk.as61049.net trusty-security/multiverse amd64 Packages [4,850 B]
Get:20 http://mirror.sax.uk.as61049.net trusty Release [58.5 kB]
Get:21 http://mirror.sax.uk.as61049.net trusty/main Sources [1,335 kB]
Get:22 http://mirror.sax.uk.as61049.net trusty/restricted Sources [5,335 B]
Get:23 http://mirror.sax.uk.as61049.net trusty/universe Sources [7,926 kB]
Get:24 http://mirror.sax.uk.as61049.net trusty/multiverse Sources [211 kB]
Get:25 http://mirror.sax.uk.as61049.net trusty/main amd64 Packages [1,743 kB]
Get:26 http://mirror.sax.uk.as61049.net trusty/restricted amd64 Packages [16.0 kB]
Get:27 http://mirror.sax.uk.as61049.net trusty/universe amd64 Packages [7,589 kB]
Get:28 http://mirror.sax.uk.as61049.net trusty/multiverse amd64 Packages [169 kB]
Fetched 22.3 MB in 19s (1,155 kB/s)
Reading package lists...
*** Running /etc/my_init.d/30_install_gsm.sh...
*** Running /etc/my_init.d/40_update_gsm_ts3.sh...
[36mInfomation![0m The current user (abc) does not have ownership of the following files:
/config/lgsm/functions/check_permissions.sh: line 20: column: command not found
find: `standard output': Broken pipe
find: write error

[36mInfomation![0m The current user (abc) does not have ownership of the following files:
/config/lgsm/functions/check_permissions.sh: line 20: column: command not found
find: `standard output': Broken pipe
find: write error

*** /etc/my_init.d/40_update_gsm_ts3.sh failed with status 1


*** Killing all processes...

 

The update and the failure of the docker may be entirely coincidental. Here is the support thread for that particular docker.

 

http://lime-technology.com/forum/index.php?topic=43603

Link to comment

Hello, i've got a problem With the new updates... 6.2 rc1 and rc2.

I use samba for Windows shares. My pc can connect to unraid, i can access the shares.

But after a while, i can't connect to unraid anymore. When i try \\192.168.1.3 (ip off unraid), i'm asked to enter username and password.

Even with correct login i still can't access my shares. When i install 6.1.9 everything is back ok.

What can be the problem??

Link to comment

Hello, i've got a problem With the new updates... 6.2 rc1 and rc2.

I use samba for Windows shares. My pc can connect to unraid, i can access the shares.

But after a while, i can't connect to unraid anymore. When i try \\192.168.1.3 (ip off unraid), i'm asked to enter username and password.

Even with correct login i still can't access my shares. When i install 6.1.9 everything is back ok.

What can be the problem??

HOW TO REPORT A BUG

Think you've found a bug or other defect?  Ask yourself these questions before posting about it here:

[*]Have I successfully tested this bug with all my plugins disabled (booting into safe mode)?

[*]Can I recreate the bug consistently and have I documented the steps to do so?

[*]Have I downloaded my diagnostics from the unRAID webGui after the bug occurred, but before I rebooted the system?

Do not post about a bug unless you can confidently answer "Yes" to all three of those questions.  Once you can, be sure to follow these guidelines, but make sure to post as a reply on this thread, not as a new topic under defect reports (we track bug reports for beta/rc releases independent from the stable release).

Link to comment

Hi,

 

Been running all the betas and RCs of 6.2, just installed rc2 and rebooted, everything went fine until my TeamSpeak server docker didn't start :(

I can't decide if it's an rc2 issue or a docker issue - But my other 3 dockers all worked fine without any intervention. No matter what I do I can't get TS to start :P

 

 

I've attached a diag_bundle

 

And here's the TS log:

 

-------------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|

Brought to you by linuxserver.io
We do accept donations at:
https://www.linuxserver.io/donations
-------------------------------------
GID/UID
-------------------------------------
User uid: 99
User gid: 100
-------------------------------------

*** Running /etc/my_init.d/20_apt_update.sh...
finding fastest mirror
Getting list of mirrors...done.
Testing latency to mirror(s)
Getting list of launchpad URLs...done.
Looking up 3 status(es)
1. mirror.sax.uk.as61049.net
Latency: 189.02 ms
Org: Exascale
Status: Up to date
Speed: 1 Gbps
2. mirror.as29550.net
Latency: 189.49 ms
Org: XILO Communications Ltd.
Status: Up to date
Speed: 1 Gbps
3. mirror.sov.uk.goscomb.net
Latency: 208.49 ms
Org: Goscomb Technologies Limited
Status: Up to date
Speed: 1 Gbps
New config file saved to /defaults/sources.list
We are now refreshing packages from apt repositories, this *may* take a while
Ign http://mirror.sax.uk.as61049.net trusty InRelease
Get:1 http://mirror.sax.uk.as61049.net trusty-updates InRelease [65.9 kB]
Get:2 http://mirror.sax.uk.as61049.net trusty-security InRelease [65.9 kB]
Get:3 http://mirror.sax.uk.as61049.net trusty Release.gpg [933 B]
Get:4 http://mirror.sax.uk.as61049.net trusty-updates/main Sources [351 kB]
Get:5 http://mirror.sax.uk.as61049.net trusty-updates/restricted Sources [5,217 B]
Get:6 http://mirror.sax.uk.as61049.net trusty-updates/universe Sources [199 kB]
Get:7 http://mirror.sax.uk.as61049.net trusty-updates/multiverse Sources [5,946 B]
Get:8 http://mirror.sax.uk.as61049.net trusty-updates/main amd64 Packages [992 kB]
Get:9 http://mirror.sax.uk.as61049.net trusty-updates/restricted amd64 Packages [23.5 kB]
Get:10 http://mirror.sax.uk.as61049.net trusty-updates/universe amd64 Packages [470 kB]
Get:11 http://mirror.sax.uk.as61049.net trusty-updates/multiverse amd64 Packages [14.3 kB]
Get:12 http://mirror.sax.uk.as61049.net trusty-security/main Sources [149 kB]
Get:13 http://mirror.sax.uk.as61049.net trusty-security/restricted Sources [3,920 B]
Get:14 http://mirror.sax.uk.as61049.net trusty-security/universe Sources [44.1 kB]
Get:15 http://mirror.sax.uk.as61049.net trusty-security/multiverse Sources [2,550 B]
Get:16 http://mirror.sax.uk.as61049.net trusty-security/main amd64 Packages [629 kB]
Get:17 http://mirror.sax.uk.as61049.net trusty-security/restricted amd64 Packages [20.2 kB]
Get:18 http://mirror.sax.uk.as61049.net trusty-security/universe amd64 Packages [170 kB]
Get:19 http://mirror.sax.uk.as61049.net trusty-security/multiverse amd64 Packages [4,850 B]
Get:20 http://mirror.sax.uk.as61049.net trusty Release [58.5 kB]
Get:21 http://mirror.sax.uk.as61049.net trusty/main Sources [1,335 kB]
Get:22 http://mirror.sax.uk.as61049.net trusty/restricted Sources [5,335 B]
Get:23 http://mirror.sax.uk.as61049.net trusty/universe Sources [7,926 kB]
Get:24 http://mirror.sax.uk.as61049.net trusty/multiverse Sources [211 kB]
Get:25 http://mirror.sax.uk.as61049.net trusty/main amd64 Packages [1,743 kB]
Get:26 http://mirror.sax.uk.as61049.net trusty/restricted amd64 Packages [16.0 kB]
Get:27 http://mirror.sax.uk.as61049.net trusty/universe amd64 Packages [7,589 kB]
Get:28 http://mirror.sax.uk.as61049.net trusty/multiverse amd64 Packages [169 kB]
Fetched 22.3 MB in 19s (1,155 kB/s)
Reading package lists...
*** Running /etc/my_init.d/30_install_gsm.sh...
*** Running /etc/my_init.d/40_update_gsm_ts3.sh...
[36mInfomation![0m The current user (abc) does not have ownership of the following files:
/config/lgsm/functions/check_permissions.sh: line 20: column: command not found
find: `standard output': Broken pipe
find: write error

[36mInfomation![0m The current user (abc) does not have ownership of the following files:
/config/lgsm/functions/check_permissions.sh: line 20: column: command not found
find: `standard output': Broken pipe
find: write error

*** /etc/my_init.d/40_update_gsm_ts3.sh failed with status 1


*** Killing all processes...

 

The update and the failure of the docker may be entirely coincidental. Here is the support thread for that particular docker.

 

http://lime-technology.com/forum/index.php?topic=43603

 

Thanks sparky - I'll see what the good old Linuxserver guys say :)

Link to comment

Possible bug: The vdisk1 setting doesn't seem to stick if I specify a manual path. It keeps wanting to flip back to automatic when I click edit again, then complains that I didn't specify a disk size.

 

I had the same issue, go to Settings -> VM Manager, make sure Advanced View is ON and check "Default VM storage path:" is pointing to the right folder, mine already was but re-applying the setting fixed it.

Link to comment
Guest
This topic is now closed to further replies.