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.

d2dyno

Members
  • Joined

  • Last visited

  1. kaizen started following d2dyno
  2. Looking for `iotop`, `lftp`, `libmediainfo`/`mediainfo` and `vnstat` to be added.
  3. I'm getting the same error over and over on the new debian apt mirror docker: ---Something went horribly wrong, can't find the mirror directory!--- Even though from within the container, I can see/ls the directory: /debian-mirror/data/mirror
  4. I used the User Scripts plugin to run this script on first start of array : #!/bin/bash # umask setup umask 077 # Variable Setup CONFIG=/boot/config/ssh HOME_SSH=/root/.ssh ZSH="/root/.oh-my-zsh" mkdir -p $HOME_SSH cp $CONFIG/pre-set/* $HOME_SSH chmod 700 $HOME_SSH chmod 644 $HOME_SSH/id_rsa.pub chmod 600 $HOME_SSH/id_rsa chmod 600 $HOME_SSH/authorized_keys ### Install zsh shits HOME="/root" sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" umask g-w,o-w chsh -s $(which zsh) env zsh -l newplugins="git tmux zsh-autosuggestions" sed -i "s/(git)/($newplugins)/" /root/.zshrc sed -i "s#\(ZSH_THEME *= *\).*#\1agnoster#" /root/.zshrc echo "cd /mnt/user/" >> /root/.zshrc git clone https://github.com/zsh-users/zsh-autosuggestions $ZSH/custom/plugins/zsh-autosuggestions chmod 700 /root/.oh-my-zsh/custom/plugins/zsh-autosuggestions ### # Copy terminal (zsh) history cp /boot/config/.zsh_history /root Combined with this array stop script to copy ZSH history and SSH keys: #!/bin/bash # Copy terminal (zsh) history touch /boot/config/.zsh_history echo "$(cat /root/.zsh_history)" >> /boot/config/.zsh_history # Variable Setup CONFIG=/boot/config/ssh HOME_SSH=/root/.ssh # Copy any new keys on exit rsync -avhW $HOME_SSH/ $CONFIG/pre-set As for .zshrc (or aliases), I use /boot/config/go to write to /etc/profile on startup (how I was taught here to do it): # Re-make aliases on boot echo " #### Aliases copied from /boot/config/go #### alias size='du -c -h -d 1 | sort -h' export TERM=xterm-color #### End Aliases ####">>/etc/profile These are just example aliases and settings, use your own (though I do love that size alias)
  5. Same. This should be on the front page / on the github
  6. Yes I did. Using bridge as always, tried adding NET_ADMIN via extra arguments, did not change any behaviour. /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='openvpn-as' --net='bridge' --cpuset-cpus='5,6,37,38' --privileged=true -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'INTERFACE'='eth0' -e 'PGID'='100' -e 'PUID'='99' -p '943:943/tcp' -p '11194:11194/udp' -v '/mnt/disks/nvmepool/appdata/openvpn-as':'/config':'rw,slave' --cap-add=NET_ADMIN --label="traefik.protocol=https" --label="traefik.enable=true" --label="traefik.port=943" --label="traefik.frontend.rule=Host:ovpn.example.nl" --restart unless-stopped 'linuxserver/openvpn-as:latest' log-docker.txt openvpn.log
  7. I'm getting this on a fresh install. Fresh because the update wiped out my config folder: https://github.com/linuxserver/docker-openvpn-as/issues/108 Getting this in container log Unpacking openvpn-as (2.8.3-f28d2eae-Ubuntu18) ... Setting up openvpn-as-bundled-clients (7) ... Setting up openvpn-as (2.8.3-f28d2eae-Ubuntu18) ... Automatic configuration failed, see /usr/local/openvpn_as/init.log You can configure manually using the /usr/local/openvpn_as/bin/ovpn-init tool. /var/lib/dpkg/info/openvpn-as.postinst: line 68: systemctl: command not found Stopping openvpn-as now; will start again later after configuring cat: /var/run/openvpnas.pid: No such file or directory kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
  8. I had a similar issue, but with non hard-linked files. I think it had more to do with rsync itself. I ended up using rclone move to finish the task of removing orphaned/ already copied files from my cache drive (which was a remarkable 2TB).
  9. I opted to remove the whole file, because just removing notifyCalc still left me with an error about 2019/05/20 16:38:26 Unable to start the app: configuration variable provided but not defined: notifyMove. After removing the conf file, unbalance now starts.
  10. killall unbalance unbalance: no process found ✘ ⚡ root@TheiaHD  /mnt/user  /usr/local/emhttp/plugins/unbalance/unbalance -port 6237 configuration variable provided but not defined: notifyCalc Usage of /usr/local/emhttp/plugins/unbalance/unbalance: -apiFolders="/var/local/emhttp": folders to look for api endpoints -checkForUpdate=1: checkForUpdate: 0 - dont' check; 1 (default) - check -config="/boot/config/plugins/unbalance/unbalance.conf": config location -dryRun=true: perform a dry-run rather than actual work -folders="": deprecated - do not use -logdir="/boot/logs": pathname where log file will be written to -notifyPlan=0: notify via email after plan operation has completed (unraid notifications must be set up first): 0 - No notifications; 1 - Simple notifications; 2 - Detailed notifications -notifyTransfer=0: notify via email after transfer operation has completed (unraid notifications must be set up first): 0 - No notifications; 1 - Simple notifications; 2 - Detailed notifications -port="6237": port to run the server -refreshRate=250: how often to refresh the ui while running a command (in milliseconds) -reservedAmount=512: Minimun Amount of space to reserve -reservedUnit="Mb": Reserved Amount unit: Mb, Gb or % -rsyncArgs="-X": custom rsync arguments -verbosity=0: include rsync output in log files: 0 (default) - include; 1 - do not include 2019/05/20 15:11:39 Unable to start the app: configuration variable provided but not defined: notifyCalc
  11. Same issue here on 6.7.0
  12. I cannot add my server via the app for some reason. Tried http, https, and the port the controller plugin shows, with true same reason - app brings me back to an empty page. Also the blue button seems to be missing text. Video: https://streamable.com/af0s2
  13. Today while running a large mover transfer, my system logs are being spammed with: Mar 31 20:04:48 TheiaHD kernel: mpt3sas_cm0: fault_state(0x5862)! Mar 31 20:04:48 TheiaHD kernel: mpt3sas_cm0: sending diag reset !! Mar 31 20:04:49 TheiaHD kernel: mpt3sas_cm0: diag reset: SUCCESS Mar 31 20:04:50 TheiaHD kernel: mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k Mar 31 20:04:50 TheiaHD kernel: mpt3sas_cm0: _base_display_fwpkg_version: complete Mar 31 20:04:50 TheiaHD kernel: mpt3sas_cm0: LSISAS3224: FWVersion(16.00.01.00), ChipRevision(0x01), BiosVersion(00.00.00.00) Mar 31 20:04:50 TheiaHD kernel: mpt3sas_cm0: Protocol=( Mar 31 20:04:50 TheiaHD kernel: Initiator Mar 31 20:04:50 TheiaHD kernel: ,Target Mar 31 20:04:50 TheiaHD kernel: ), Mar 31 20:04:50 TheiaHD kernel: Capabilities=( Mar 31 20:04:50 TheiaHD kernel: TLR Mar 31 20:04:50 TheiaHD kernel: ,EEDP Mar 31 20:04:50 TheiaHD kernel: ,Snapshot Buffer Mar 31 20:04:50 TheiaHD kernel: ,Diag Trace Buffer Mar 31 20:04:50 TheiaHD kernel: ,Task Set Full Mar 31 20:04:50 TheiaHD kernel: ,NCQ Mar 31 20:04:50 TheiaHD kernel: ) Mar 31 20:04:50 TheiaHD kernel: mpt3sas_cm0: sending port enable !! Mar 31 20:04:53 TheiaHD kernel: igb 0000:05:00.0 eth1: Reset adapter Mar 31 20:04:53 TheiaHD dhcpcd[3665]: eth1: carrier lost Mar 31 20:04:57 TheiaHD kernel: igb 0000:05:00.0 eth1: igb: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX Mar 31 20:04:57 TheiaHD dhcpcd[3665]: eth1: carrier acquired Mar 31 20:04:58 TheiaHD dhcpcd[3665]: eth1: soliciting a DHCP lease Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: port enable: SUCCESS Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: search for end-devices: start Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:0: handle(0x0019), sas_addr(0x3000000080000000) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:0: enclosure logical id(0x5000000080000000), slot(3) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:1: handle(0x001a), sas_addr(0x3000000080000001) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:1: enclosure logical id(0x5000000080000000), slot(2) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:2: handle(0x001b), sas_addr(0x3000000080000002) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:2: enclosure logical id(0x5000000080000000), slot(0) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:3: handle(0x001c), sas_addr(0x3000000080000003) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:3: enclosure logical id(0x5000000080000000), slot(1) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:4: handle(0x001d), sas_addr(0x3000000080000004) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:4: enclosure logical id(0x5000000080000000), slot(7) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:5: handle(0x001e), sas_addr(0x3000000080000005) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:5: enclosure logical id(0x5000000080000000), slot(6) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:6: handle(0x001f), sas_addr(0x3000000080000006) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:6: enclosure logical id(0x5000000080000000), slot(4) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:8: handle(0x0020), sas_addr(0x3000000080000008) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:8: enclosure logical id(0x5000000080000000), slot(19) Mar 31 20:04:59 TheiaHD kernel: handle changed from(0x0021)!!! Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:7: handle(0x0021), sas_addr(0x3000000080000007) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:7: enclosure logical id(0x5000000080000000), slot(5) Mar 31 20:04:59 TheiaHD kernel: handle changed from(0x0020)!!! Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:9: handle(0x0022), sas_addr(0x300000008000000a) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:9: enclosure logical id(0x5000000080000000), slot(16) Mar 31 20:04:59 TheiaHD kernel: handle changed from(0x0023)!!! Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:10: handle(0x0023), sas_addr(0x3000000080000009) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:10: enclosure logical id(0x5000000080000000), slot(18) Mar 31 20:04:59 TheiaHD kernel: handle changed from(0x0022)!!! Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:11: handle(0x0024), sas_addr(0x300000008000000b) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:11: enclosure logical id(0x5000000080000000), slot(17) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:12: handle(0x0025), sas_addr(0x300000008000000c) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:12: enclosure logical id(0x5000000080000000), slot(23) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:13: handle(0x0026), sas_addr(0x300000008000000d) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:13: enclosure logical id(0x5000000080000000), slot(22) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:14: handle(0x0027), sas_addr(0x300000008000000e) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:14: enclosure logical id(0x5000000080000000), slot(20) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:15: handle(0x0028), sas_addr(0x300000008000000f) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:15: enclosure logical id(0x5000000080000000), slot(21) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:16: handle(0x0029), sas_addr(0x3000000080000010) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:16: enclosure logical id(0x5000000080000000), slot(11) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:17: handle(0x002a), sas_addr(0x3000000080000011) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:17: enclosure logical id(0x5000000080000000), slot(10) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:18: handle(0x002b), sas_addr(0x3000000080000012) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:18: enclosure logical id(0x5000000080000000), slot(8) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:19: handle(0x002c), sas_addr(0x3000000080000013) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:19: enclosure logical id(0x5000000080000000), slot(9) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:25: handle(0x002d), sas_addr(0x3000000080000014) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:25: enclosure logical id(0x5000000080000000), slot(15) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:21: handle(0x002e), sas_addr(0x3000000080000015) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:21: enclosure logical id(0x5000000080000000), slot(14) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:20: handle(0x002f), sas_addr(0x3000000080000016) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:20: enclosure logical id(0x5000000080000000), slot(12) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:22: handle(0x0030), sas_addr(0x3000000080000017) Mar 31 20:04:59 TheiaHD kernel: scsi target12:0:22: enclosure logical id(0x5000000080000000), slot(13) Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: search for end-devices: complete Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: search for end-devices: start Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: search for PCIe end-devices: complete Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: search for expanders: start Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: search for expanders: complete Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: _base_fault_reset_work: hard reset: success Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: removing unresponding devices: start Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: removing unresponding devices: end-devices Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: Removing unresponding devices: pcie end-devices Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: removing unresponding devices: expanders Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: removing unresponding devices: complete Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: scan devices: start Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: scan devices: expanders start Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: break from expander scan: ioc_status(0x0022), loginfo(0x310f0400) Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: scan devices: expanders complete Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: scan devices: end devices start Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: break from end device scan: ioc_status(0x0022), loginfo(0x310f0400) Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: scan devices: end devices complete Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: scan devices: pcie end devices start Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: log_info(0x3003011d): originator(IOP), code(0x03), sub_code(0x011d) Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: log_info(0x3003011d): originator(IOP), code(0x03), sub_code(0x011d) Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: break from pcie end device scan: ioc_status(0x0021), loginfo(0x3003011d) Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: pcie devices: pcie end devices complete Mar 31 20:04:59 TheiaHD kernel: mpt3sas_cm0: scan devices: complete Mar 31 20:04:59 TheiaHD kernel: sd 12:0:7:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:0:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:14:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:4:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:5:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:3:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:9:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:16:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:11:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:13:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:22:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:10:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:15:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:18:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:1:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:8:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:12:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:2:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:19:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:21:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:17:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:20:0: Power-on or device reset occurred Mar 31 20:04:59 TheiaHD kernel: sd 12:0:6:0: Power-on or device reset occurred Mar 31 20:05:02 TheiaHD kernel: igb 0000:05:00.0 eth1: Reset adapter theiahd-diagnostics-20190401-0114.zip
  14. I'll try and compile it when I get time. Have you been able to compile this?
  15. Would it be possible to include vnstat 2.1? I would really like to upgrade, but can't find any slack packages for this version 😞
  16. Can mediainfo be updated to the latest version? 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.