Everything posted by chip
-
[Support] ClamAV
Where is the log file dumped after clamav runs? Not finding it.
-
[support] dlandon - Logitech Media Server
Yes great plugin. I have been using it for roughly a year now.
-
[Support] Electric Brain Unraid API
Apps I meant plugins. Would be great on those other items. Thanks!
-
[Support] Electric Brain Unraid API
What other type info can be displayed/pulled with API? Some stats that interest me are - Can this info be pulled? uptime of system Unraid Version running Apps running/installed
-
[Support] Electric Brain Unraid API
I wasn't able to figure that out so I came across this card that pulls those attributes https://github.com/custom-cards/secondaryinfo-entity-row
-
[Support] Electric Brain Unraid API
Good info to know. Thanks!
-
[Support] Electric Brain Unraid API
Ok I wasn't aware of the - Or if the HA restarts while the API is still running it will take up to an hour by default to refresh all the states. I will monitor it and let you know...but I have been making lots of changes on my HA so I am rebooting alot.
-
[Support] Electric Brain Unraid API
Do you know what is causing the binary_sensor.hptower_server to go into a unavailable state?
-
[Support] Electric Brain Unraid API
So how do I put this over to my HA system? I just started diving into HA and have a few things going but would like to pull some stuff over off of Unraid into HA? I have this Docker up and running so now what do I need to do to get the info available for HA?
-
[REQUEST] Meshcentral
Ok I will have to look into that.
-
[REQUEST] Meshcentral
Would like to get this setup as a docker if possible - I know one can do the following - Enable docker hub searching in community applications, then search for and install it using the apps tab as normal. You may have to adjust some settings, but with an app this simple it'll probably work with little to no tweaking. More info - https://github.com/techno-express/MeshCentral2 https://hub.docker.com/r/technoexpress/meshcentral/ Any help would be great.
-
[SUPPORT] pihole for unRaid - Spants repo
Does anyone have DNScrypt working with this as well?
-
[Support] Djoss - HandBrake
Also is there a way to assign CPUs so it isn't using all of them?
-
[Support] Djoss - HandBrake
Yes I did see that but didn't want to drop the file twice if I didn't need to .
-
[Support] Djoss - HandBrake
Is there a way to have one watch folder and two conversion presets without causing issues? When I convert movies I do one for my server and a smaller one for phones/tablets.
-
Re: Format XFS on replacement drive / Convert from RFS to XFS (discussion only)
Almost done moving data from disk4 to disk1 Later tonight..... Stop the array Format disk4 as xfs last disk to format...... Move data from disk1 that is labeled Disk3 to disk4 and that should be it. Verify shares and excluded disks - don't think I set any up. Look at backup cron jobs and change where those point to.
-
Re: Format XFS on replacement drive / Convert from RFS to XFS (discussion only)
Ok so I am done with step 3 which was Move data from disk2 to disk1 this finished up right before leaving for work. Later tonight..... Stop the array Format disk2 as xfs Move data from disk4 to disk2 which will take a while as it is at 90% full. Moving along....
-
Re: Format XFS on replacement drive / Convert from RFS to XFS (discussion only)
Most of my shares settings are basic. I don't believe I exclude any disks except maybe in a backup I do. Also I think my dockers refer to user shares so ok there as well. I will have to redo my monthly sync jobs but that isn't an issue. disk1 is still copying over to disk3 hopefully will finish up after work today. Looked like 60% moved out of 74%.
-
Re: Format XFS on replacement drive / Convert from RFS to XFS (discussion only)
Ok so I am done with step 1 which was Move data from disk3 to disk4 Now I have stopped the array reformatted disk3 as xfs and started moving data from disk1 to disk3. Hopefully data will be moved by tomorrow at some point and I will probably start the rest of it next Friday.
-
Re: Format XFS on replacement drive / Convert from RFS to XFS (discussion only)
It also won't matter that my data is arranged on different disks afterwards? So in my example Disk1 data will now get moved to Disk3 after disk 3 is converted to xfs.
-
Re: Format XFS on replacement drive / Convert from RFS to XFS (discussion only)
No. It is not even possible to do what you suggest without setting a new config. Assuming you have already moved all the files off the disk. Just stop the array, click on the disk to get to its settings page, choose the filesystem, and start the array to reformat it. So after I moved stuff from disk 3 to disk 4. Stop the array. Choose the XFS format for Disk 3 and start the array and so on?
-
Re: Format XFS on replacement drive / Convert from RFS to XFS (discussion only)
Yeah I am a little confused as well and may hold off though I would like to see if this would resolve some issues of mine.
-
Re: Format XFS on replacement drive / Convert from RFS to XFS (discussion only)
so after I move my data ound [source] [dest] ------- ----------- -------- 1 disk3 disk4 to format disk 3 to xfs I will actually need to add it as a new disk with will become disk5. Won't this throw off parity? Disk 1 would become disk6 etc.
-
Re: Format XFS on replacement drive / Convert from RFS to XFS (discussion only)
So if my action is like this - round [source] [dest] ------- ----------- -------- 1 disk3 disk4 Disk3 is new XFS disk 2 disk1 disk3 Disk1 is new XFS disk 3 disk2 disk1 Disk2 is new XFS disk 4 disk4 disk2 Disk4 is new XFS disk 5 My other questions are about Parity, shares, etc still confused on that part even after reading the links. Since everything will now be moved to different drives. It was raised from these statements from http://lime-technology.com/wiki/index.php/Upgrading_to_UnRAID_v6#Converting_Drives_from_ReiserFS_to_XFS Correct all of the drive includes and excludes for all shares, plus all other drive references Or use New Config to re-assign all drives back to their original drive number (marking parity as valid)
-
Re: Format XFS on replacement drive / Convert from RFS to XFS (discussion only)
Ok so I could start with disk 1 move all data between rest of disks and so on. Is there a best solution\command for moving data and verifying data moved ok?