Everything posted by JohnJay829
-
Plex containers not loading
I get this in the log [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 40-plex-first-run: executing... [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting. [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 40-plex-first-run: executing...
-
ZFS Pool Unmountable
Thanks for the fast response that did the trick
-
ZFS Pool Unmountable
My UPS battery was causing weird powerdown of the ups. System went down with the ups once i was able to get the system back running the zps pool is showing My UPS battery was causing the UPS to power down unexpectedly. The system went down with the UPS. Once I got the system back up and running, the zfs pool showed : Unmountable: Unsupported or no file system mejomediahome-diagnostics-20240603-0941.zip
-
Any Known Issues with PowerEdge Servers?
How are you liking the dell server any issues?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Author:Waseh Repository:Waseh's Repository Author Profile Categories:Backup, Cloud, Tools:Utilities, Plugins Added to CA:August 25, 2018 Date Updated:November 1, 2019 Current Version:2019.11.01 Is there a different one to use
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Using ### Upload Script #### ###################### ### Version 0.95.5 ### Script starts fine but doesn't complete i get this on the read out /usr/sbin/rclone: line 3: 18008 Killed rcloneorig --config $config "$@" 21.05.2020 15:53:14 INFO: Created counter_20 for next upload run. 21.05.2020 15:53:14 INFO: Script complete Script Finished May 21, 2020 15:53.14
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
# REQUIRED SETTINGS RcloneRemoteName="MeJoMediaDrive" # Name of rclone remote mount WITHOUT ':'. NOTE: Choose your encrypted remote for sensitive data RcloneMountShare="/mnt/user/MeJoMedia" # where your rclone remote will be located without trailing slash e.g. /mnt/user/mount_rclone MergerfsMountShare="/mnt/user/MeJoMediaMount" # location without trailing slash e.g. /mnt/user/mount_mergerfs. Enter 'ignore' to disable DockerStart="JJ MeJoServerTv MeJoServerMovies MeJoServer4K" # list of dockers, separated by space, to start once mergerfs mount verified. Remember to disable AUTOSTART for dockers added in docker settings page LocalFilesShare="/mnt/user/MeJoMediaServer" # location of the local files and MountFolders you want to upload without trailing slash to rclone e.g. /mnt/user/local. Enter 'ignore' to disable MountFolders=\{"MeJoMedia/MeJoMedia\ Tv\ Shows/JJ\ Tv\ Shows/Action\ Tv,MeJoMedia/MeJoMedia\ Tv\ Shows/JJ\ Tv\ Shows/Animated\ Tv,MeJoMedia/MeJoMedia\ Tv\ Shows/JJ\ Tv\ Shows/Classic\ Action\ Tv,MeJoMedia/MeJoMedia\ Tv\ Shows/JJ\ Tv\ Shows/Classic\ Comedy\ Tv,MeJoMedia/MeJoMedia\ Tv\ Shows/JJ\ Tv\ Shows/Classic\ Drama\ Tv,MeJoMedia/MeJoMedia\ Tv\ Shows/JJ\ Tv\ Shows/Classic\ Sci-Fi\ Tv"\} # comma separated list of folders to create within the mount Thanks again for the scripts. Here are my settings. My question is can rclonemountshare, mergerfsmountshare and localfileshare be the same location>? My actual files are at /mnt/user/MeJoMediaServer/. I would like for some files to just be on my unRaid server and some on both gdrive and unRaid. The upload script is set to move files from my mountfolders in which i just copy or move files over to from my shares but would like to not have to copy over if not necessary. Second thing is i haven't moved all my files over from my windows server i was hoping to use my service accounts to just move files to gdrive instead of moving to unRaid then to gdrive. Any advice with using the accounts with a simple script on windows i don't need to have it auto change like it does in this script
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I was able to get this going with making a new config file.. Now i am able to see my encrypted files on my windows rclone browser. Although i can see the files i am only able to upload without the sa's when i try using them i get an error: 26.03.2020 12:40:22 INFO: *** Rclone move selected. Files will be moved from /mnt/user/MeJoMediaServer/googledrive_encrypted for googledrive_encrypted *** 26.03.2020 12:40:22 INFO: Checking if rclone installed successfully. 26.03.2020 12:40:22 INFO: rclone installed successfully - proceeding with upload. 26.03.2020 12:40:22 INFO: Counter file found for googledrive_encrypted. 26.03.2020 12:40:22 INFO: Adjusted service_account_file for upload remote googledrive_encrypted to GDSA5.json based on counter 5. 26.03.2020 12:40:22 INFO: *** Not using rclone move - will remove --delete-empty-src-dirs to upload. ====== RCLONE DEBUG ====== Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA - Errors: 2 (retrying may help) Elapsed time: 3.7s ========================== 26.03.2020 12:40:28 INFO: Created counter_6 for next upload run. 26.03.2020 12:40:28 INFO: Log files scrubbed rm: cannot remove '/mnt/user/appdata/other/rclone/remotes/googledrive_encrypted/upload_running_daily_upload': No such file or directory 26.03.2020 12:40:28 INFO: Script complete Script Finished Thu, 26 Mar 2020 12:40:28 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/Rclone Upload/log.txt Where i do see the actual errors
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Thanks for putting this together saves me days of uploads. I have tried to access my encrypted files from a windows pc using a copy of the rclone config file but am unable to find the media folders or files. I originally was using PlexGuide which i used the same SA's in my upload script i am using copy instead of move as i would like to have a copy on UnRaid and my gdrive
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hello coming over from plex guide. can i use my same config file and if so how would i use my blitz service accounts. pretty new to unraid so am starting from scratch. i was able to take my config file and set it up on a windows machine and mapped to the pgunion folder but can't get it going on unraid and i haven't tried the service accounts on windows for uploading.
-
[Support] Linuxserver.io - OpenVPN AS
Tried again today. No changes made but now i am able to access and setup the vpn server
-
[Support] Linuxserver.io - OpenVPN AS
also tried a reset : /usr/local/openvpn_as/bin/ovpn-init --force no change to access webgui
-
[Support] Linuxserver.io - OpenVPN AS
Tried entering thru console no change. Still unable to access the webgui
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
All set now after restart. Thanks again
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Thank you for your time in testing
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
root@MeJoServerTv:/mnt/user/MeJoServerTv/MeJoQnap# mount -t nfs 192.168.1.225://MejoServerNFS /mnt/user/MeJoServerTv/MeJoQnap mount.nfs: mounting 192.168.1.225://MejoServerNFS failed, reason given by server: No such file or directory
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
i unmounted first with :umount -f -l /mnt/user/MeJoServerTv/MeJoQnap mount -t nfs 192.168.1.225:/MejoServerNFS /mnt/user/MeJoServerTv/MeJoQnap root@MeJoServerTv:/mnt/user/MeJoServerTv/MeJoQnap# ls -l total 921120 -rwxrwxrwx 1 4294967294 4294967294 943203714 Oct 10 2012 Arrow\ -\ S01E01\ -\ Pilot.mkv* drwxrwxrwx 2 4294967294 4294967294 16384 Jan 9 13:03 MeJoServer\ Tv/ root@MeJoServerTv:/mnt/user/MeJoServerTv/MeJoQnap#
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
root@MeJoServerTv:/mnt/user/MeJoServerTv/MeJoQnap# mount -t nfs -o proto=tcp,port=2049 192.168.1.225:/MejoServerNFS /mnt/user/MeJoServerTv/MeJoQnap root@MeJoServerTv:/mnt/user/MeJoServerTv/MeJoQnap# ls -l total 921120 -rwxrwxrwx 1 4294967294 4294967294 943203714 Oct 10 2012 A***w\ -\ S01E01\ -\ Pilot.mkv* drwxrwxrwx 2 4294967294 4294967294 16384 Jan 9 13:03 MeJoServer\ Tv/ root@MeJoServerTv:/mnt/user/MeJoServerTv/MeJoQnap#
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
address is fine and it is not static but both mount fine if i do it thru terminal.. thanks for the help
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Sorry that is how i added them. i let the gui search and just grab the ip from the list then grab the share from the list..
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
ok I started the nfs over to remove the script i tried. i am guessing i am missing a premission on the qnap. this is the error what premission should i enter? Feb 2 07:56:50 MeJoServerTv unassigned.devices: Mount NFS command: '/sbin/mount -t nfs -o rw,hard,timeo=600,retrans=10 '192.168.1.3://UnRaid test' '/mnt/disks/192.168.1.3_UnRaid_test'' Feb 2 07:56:50 MeJoServerTv rpcbind[9563]: connect from 127.0.0.1 to getport/addr(status) Feb 2 07:56:50 MeJoServerTv unassigned.devices: NFS mount failed: mount.nfs: access denied by server while mounting 192.168.1.3://UnRaid test . Feb 2 07:56:50 MeJoServerTv unassigned.devices: Mount of '192.168.1.3://UnRaid test' failed. Error message: 'mount.nfs: access denied by server while mounting 192.168.1.3://UnRaid test '. I have a second share that gives a different error i am able to start this one also in a terminal window: Feb 2 08:00:18 MeJoServerTv unassigned.devices: Mount NFS command: '/sbin/mount -t nfs -o rw,hard,timeo=600,retrans=10 '192.168.1.225://MeJoServerNFS' '/mnt/disks/192.168.1.225_MeJoServerNFS'' Feb 2 08:00:18 MeJoServerTv rpcbind[22431]: connect from 127.0.0.1 to getport/addr(status) Feb 2 08:00:18 MeJoServerTv unassigned.devices: NFS mount failed: mount.nfs: mounting 192.168.1.225://MeJoServerNFS failed, reason given by server: No such file or directory . Feb 2 08:00:18 MeJoServerTv unassigned.devices: Mount of '192.168.1.225://MeJoServerNFS' failed. Error message: 'mount.nfs: mounting 192.168.1.225://MeJoServerNFS failed, reason given by server: No such file or directory '
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Trying to mount a nfs share i am able to get the nfs to mount if i use terminal to enter :mount -t nfs -o proto=tcp,port=2049 192.168.1.3:/UnRaid\ test /mnt/user/MeJoServerTv/MeJoQnap1 here is the script i am trying any help will be appreciated #!/bin/bash PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin ## Available variables: # AVAIL : available space # USED : used space # SIZE : partition size # SERIAL : disk serial number # ACTION : if mounting, ADD; if unmounting, UNMOUNT; if unmounted, REMOVE; if error, ERROR_MOUNT, ERROR_UNMOUNT # MOUNTPOINT : where the partition is mounted # FSTYPE : partition filesystem # LABEL : partition label # DEVICE : partition device, e.g /dev/sda1 # OWNER : "udev" if executed by UDEV, otherwise "user" # PROG_NAME : program name of this script # LOGFILE : log file for this script case $ACTION in 'MOUNT' ) # do your stuff here mount -t nfs -o proto=tcp,port=2049 192.168.1.3:/UnRaid\ test /mnt/user/MeJoServerTv/MeJoQnap1 # This will refresh the UD webpage when the script is finished. /usr/local/sbin/rc.unassigned refresh $DEVICE ;; 'UNMOUNT' ) # do your stuff here umount -f -l /mnt/user/MeJoServerTv/MeJoQnap1 ;;