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.

tryhardcodemaster

Members
  • Joined

  • Last visited

  1. Writing to /mnt/user/media. I figured out the issue. The minimum free space being automatically calculated was 1.5TB, but the cache pool is only 500GB. If it set the minimum free space down to 100GB, it would start writing to the cache pool for new files, rather than directly to the data pool.
  2. I just did some testing. On my pool named "cache", it does not recreate the dataset, but on my pool named "nvmepool", it does create the dataset when set to primary. I'm utterly confused. Time for some more testing.
  3. But say if you have your primary storage marked as the cache, should it be destroyed if there are no files on it? If new files are written, it seems to be writing directly to the secondary storage, rather than writing to the cache.
  4. Hi all, I don't know if this is a known or expected behavior in unRAID 7b2, or if it is because I upgraded from 6.11, but here's the issue. I have a share called media. The primary storage is the "cache" pool, a ZFS mirror, and the secondary storage is the "data" pool, 2 ZFS mirror VDEVs. It is set to move from cache to data. The share does not exist on the cache pool. On the data pool, there is a media zfs dataset. If I select to move from one to the other, it will create the dataset on the target, move the files, and then destroy the dataset on the other. Aug 15 22:46:24 BLOCK0 shfs: /usr/sbin/zfs unmount 'cache/media' 2>&1 Aug 15 22:46:24 BLOCK0 shfs: /usr/sbin/zfs destroy 'cache/media' 2>&1 Aug 15 22:46:24 BLOCK0 move: mover: finished Is this expected in the current 7.0 beta 2? I'm used to the older unRAID, where the share exists on both cache and data and mover will just move the files from one to the other, while new data gets written to cache. If I write to /mnt/user/media, it will only write to the "data" pool since the dataset doesn't exist on cache. I apologize if this has already been discussed. I searched on the forums but couldn't find anything with "mover" and "destroy"
  5. Install netcat-openbsd-1.105 in Nerd Tools/Nerd Pack. If you haven't installed Nerd Pack, do so in Community Applications.
  6. If you are getting the nc: command not found: I/O error, you need to install netcat-openbsd-1.105 from Nerd Pack. Do not install nc-1.10 as it doesn't support the "-U" flag and won't work with virt-manager.
  7. Hey guys, I checked through some of the recent pages and enjoy the changes to the dashboard view, but just have a quick question. The IPMI section in the left box keeps moving from the bottom (where I drag it) and resets to the top. None of the other sections move. Is this a known issue or is it something on my end (browser settings, etc)? - I do not have the browser set to clear cookies/site data on exit. Thanks in advance!
  8. tryhardcodemaster changed their profile photo
  9. To rule out 6.9-beta25, I also tried on my 6.8.3 server and ran into the same issue as my 6.9-beta25 server.
  10. From the log, it seems that the X display isn't starting properly, so there's no display for VNC to connect to (noVNC opens fine but cannot connect). tinit2, Pycharm and vncconfig throw the same "cannot connect to Display :0". Have you tested on the new 6.9-beta yet?
  11. ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2020-09-22 20:54:56.411646 [info] Host is running unRAID 2020-09-22 20:54:56.456154 [info] System information Linux 7c9ed46bdce5 5.7.8-Unraid #1 SMP Thu Jul 9 11:10:03 PDT 2020 x86_64 GNU/Linux 2020-09-22 20:54:56.520644 [info] OS_ARCH defined as 'x86-64' 2020-09-22 20:54:56.566257 [info] PUID defined as '1000' 2020-09-22 20:54:56.614809 [info] PGID defined as '100' 2020-09-22 20:54:56.661510 [info] UMASK defined as '000' 2020-09-22 20:54:56.701531 [info] Permissions already set for volume mappings 2020-09-22 20:54:56.758640 [info] Deleting files in /tmp (non recursive)... 2020-09-22 20:54:56.800469 [info] Starting Supervisor... 2020-09-22 20:54:57,319 INFO Included extra file "/etc/supervisor/conf.d/novnc.conf" during parsing 2020-09-22 20:54:57,319 INFO Set uid to user 0 succeeded 2020-09-22 20:54:57,327 INFO supervisord started with pid 6 2020-09-22 20:54:58,332 INFO spawned: 'start' with pid 57 2020-09-22 20:54:58,332 INFO reaped unknown pid 7 (exit status 0) 2020-09-22 20:54:58,345 DEBG 'start' stdout output: [info] /config/home/.config folder storing user general settings already exists, skipping copy [info] Creating soft link from /config/home/.config to /home/nobody/.config... 2020-09-22 20:54:58,346 INFO success: start entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2020-09-22 20:54:58,353 DEBG 'start' stdout output: [info] /config/home/.icons folder storing user general settings already exists, skipping copy [info] Creating soft link from /config/home/.icons to /home/nobody/.icons... 2020-09-22 20:54:58,357 DEBG 'start' stdout output: [info] /config/home/.local folder storing user general settings already exists, skipping copy [info] Creating soft link from /config/home/.local to /home/nobody/.local... 2020-09-22 20:54:58,361 DEBG 'start' stdout output: [info] /config/home/.themes folder storing user general settings already exists, skipping copy [info] Creating soft link from /config/home/.themes to /home/nobody/.themes... 2020-09-22 20:54:58,367 DEBG 'start' stdout output: [info] Password length OK, proceeding to set password... 2020-09-22 20:54:58,419 DEBG 'start' stderr output: usage: vncserver <display> 2020-09-22 20:54:58,435 DEBG 'start' stderr output: vncconfig: unable to open display ":0" 2020-09-22 20:54:58,595 DEBG 'start' stdout output: Openbox-Message: Failed to open the display from the DISPLAY environment variable. 2020-09-22 20:54:58,846 DEBG 'start' stderr output: WebSocket server settings: 2020-09-22 20:54:58,846 DEBG 'start' stderr output: - Listen on :6080 - Web server. Web root: /usr/share/webapps/novnc - No SSL/TLS support (no cert file) 2020-09-22 20:54:58,847 DEBG 'start' stderr output: - proxying from :6080 to localhost:5900 2020-09-22 20:55:00,445 DEBG 'start' stderr output: Can't open display 2020-09-22 20:55:02,449 DEBG 'start' stdout output: [info] tint2 not running 2020-09-22 20:55:02,465 DEBG 'start' stderr output: tint2: Using glib slice allocator (default). Run tint2 with environment variable G_SLICE=always-malloc in case of strange behavior or crashes 2020-09-22 20:55:02,465 DEBG 'start' stderr output: tint2: could not open display! 2020-09-22 20:55:02,639 DEBG 'start' stderr output: OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. 2020-09-22 20:55:03,936 DEBG 'start' stderr output: Start Failed: Failed to initialize graphics environment java.awt.AWTError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable. at java.desktop/sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) at java.desktop/sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:102) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.desktop/sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:61) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:315) at java.desktop/java.awt.GraphicsEnvironment$LocalGE.createGE(GraphicsEnvironment.java:101) at java.desktop/java.awt.GraphicsEnvironment$LocalGE.<clinit>(GraphicsEnvironment.java:83) at java.desktop/java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:129) at java.desktop/sun.awt.X11.XToolkit.<clinit>(XToolkit.java:231) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:315) at java.desktop/java.awt.Toolkit$2.run(Toolkit.java:588) at java.desktop/java.awt.Toolkit$2.run(Toolkit.java:583) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.desktop/java.awt.Toolkit.getDefaultToolkit(Toolkit.java:582) at java.desktop/java.awt.Toolkit.getEventQueue(Toolkit.java:1494) at java.desktop/java.awt.EventQueue.invokeLater(EventQueue.java:1312) at com.intellij.idea.StartupUtil.lambda$scheduleInitUi$9(StartupUtil.java:325) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665) at java.base/java.lang.Thread.run(Thread.java:834) ----- JRE 11.0.8+10 amd64 by N/A /usr/lib/jvm/java-11-openjdk 2020-09-22 20:55:04,077 DEBG 'start' stderr output: 2020-09-22 20:55:04,070 [ 117] ERROR - llij.ide.plugins.PluginManager - null java.lang.ExceptionInInitializerError at java.prefs/java.util.prefs.FileSystemPreferencesFactory.userRoot(FileSystemPreferencesFactory.java:41) at java.prefs/java.util.prefs.Preferences.userRoot(Preferences.java:457) at com.intellij.ide.Prefs.migrate(Prefs.java:123) at com.intellij.ide.Prefs.get(Prefs.java:24) at com.intellij.ide.gdpr.EndUserAgreement.getAcceptedVersion(EndUserAgreement.java:81) at com.intellij.ide.gdpr.EndUserAgreement.access$100(EndUserAgreement.java:23) at com.intellij.ide.gdpr.EndUserAgreement$Document.isAccepted(EndUserAgreement.java:210) at com.intellij.idea.StartupUtil.showUserAgreementAndConsentsIfNeeded(StartupUtil.java:785) at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:265) at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:243) at com.intellij.ide.plugins.MainRunner.lambda$start$0(MainRunner.java:47) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.lang.IllegalStateException: Shutdown in progress at java.base/java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:66) at java.base/java.lang.Runtime.addShutdownHook(Runtime.java:216) at java.prefs/java.util.prefs.FileSystemPreferences$4.run(FileSystemPreferences.java:457) at java.prefs/java.util.prefs.FileSystemPreferences$4.run(FileSystemPreferences.java:455) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.prefs/java.util.prefs.FileSystemPreferences.<clinit>(FileSystemPreferences.java:455) ... 12 more 2020-09-22 20:55:04,077 DEBG 'start' stderr output: 2020-09-22 20:55:04,077 [ 124] ERROR - llij.ide.plugins.PluginManager - PyCharm 2020.2.1 Build #PC-202.6948.78 2020-09-22 20:55:04,077 DEBG 'start' stderr output: 2020-09-22 20:55:04,077 [ 124] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: N/A 2020-09-22 20:55:04,078 DEBG 'start' stderr output: 2020-09-22 20:55:04,077 [ 124] ERROR - llij.ide.plugins.PluginManager - OS: Linux 2020-09-22 20:55:04,079 DEBG 'start' stderr output: Start Failed: Internal error. Please refer to http://jb.gg/ide/critical-startup-errors java.lang.ExceptionInInitializerError at java.prefs/java.util.prefs.FileSystemPreferencesFactory.userRoot(FileSystemPreferencesFactory.java:41) at java.prefs/java.util.prefs.Preferences.userRoot(Preferences.java:457) at com.intellij.ide.Prefs.migrate(Prefs.java:123) at com.intellij.ide.Prefs.get(Prefs.java:24) at com.intellij.ide.gdpr.EndUserAgreement.getAcceptedVersion(EndUserAgreement.java:81) at com.intellij.ide.gdpr.EndUserAgreement.access$100(EndUserAgreement.java:23) at com.intellij.ide.gdpr.EndUserAgreement$Document.isAccepted(EndUserAgreement.java:210) at com.intellij.idea.StartupUtil.showUserAgreementAndConsentsIfNeeded(StartupUtil.java:785) at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:265) at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:243) at com.intellij.ide.plugins.MainRunner.lambda$start$0(MainRunner.java:47) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.lang.IllegalStateException: Shutdown in progress at java.base/java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:66) at java.base/java.lang.Runtime.addShutdownHook(Runtime.java:216) at java.prefs/java.util.prefs.FileSystemPreferences$4.run(FileSystemPreferences.java:457) at java.prefs/java.util.prefs.FileSystemPreferences$4.run(FileSystemPreferences.java:455) at java.base/java.security.AccessController.doPrivileged(Native Method) at java.prefs/java.util.prefs.FileSystemPreferences.<clinit>(FileSystemPreferences.java:455) ... 12 more ----- JRE 11.0.8+10 amd64 by N/A /usr/lib/jvm/java-11-openjdk 2020-09-22 20:55:04,080 DEBG 'start' stderr output: 2020-09-22 20:55:12,473 DEBG 'start' stdout output: [info] tint2 not running 2020-09-22 20:55:12,488 DEBG 'start' stderr output: tint2: Using glib slice allocator (default). Run tint2 with environment variable G_SLICE=always-malloc in case of strange behavior or crashes 2020-09-22 20:55:12,489 DEBG 'start' stderr output: t 2020-09-22 20:55:12,489 DEBG 'start' stderr output: int2: could not open display! 2020-09-22 20:55:12,473 DEBG 'start' stdout output: [info] tint2 not running I'm trying to set up the docker container for the first time and it seems to be having some issues starting up the X session. Is there a step I'm missing during setup? Thanks!

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.