Everything posted by jbrodriguez
-
[Plugin] unbalanced
that's odd, it should accept the custom flags. in the history tab, is the "-H" showing in the rsync commands ?
-
[Plugin] unbalanced
rsync generally throws errors on permissions, dates, ownership, it can be anything and is very generic most of the times, if there is a serious issue, it will print something more "pressing"
-
[Plugin] controlrd
maybe you switched ssl on (or off) ? if that's the case, you need to delete the server from the app and it again
-
ControlR (Android/iOS app for unRAID)
hi, thanks for the report ! i'll take a look
-
[Plugin] controlrd
ControlR Plugin v2022.12.30 (v4.0.0) is out ! - Show qrcode on plugin page - Remove ui so we don't need to bundle it anymore i decided to just show the qrcode on the plugin unraid page (refresh the page if the qrcode is cut off) @FreeMan @wgstarks this should fix the issues you were having, thanks for reporting them !
-
[Plugin] controlrd
@FreeMan @wgstarksthanks for pointing this out ! there must be some issue with how the plugin is handling ssl enabled servers i think i eventually will just show an iframe on the Unraid page (not sure if possible), in any case, i'll try to replicate this issue
-
[Plugin] controlrd
you need to click on the `Open Web UI (v3.0.0) green link to get to the plugin page, since it's not a php plugin, the ui presentation is different
-
[Plugin] unbalanced
Which looks like it's trying to delete from disk5, but disk 5 is the destination, not one of the sources. yes, that's the destination, it's just showing the rsync "to" command the yellow check mark indicates that there was an issue with that specific command, so the app didn't delete the source folder, the reason can be anything that rsync reports
-
[Plugin] controlrd
go to plugins, then click on the ControlR plugin, should open the plugin page with the qrcode your server has ssl enabled ? when you connect manually, can you try http instead of https? ip address instead of hostname ?
-
ControlR (Android/iOS app for unRAID)
ControlR 5.2.1 is available on Apple and Google stores ! v5.2.1 - Fix crash on force stop VMs
-
ControlR (Android/iOS app for unRAID)
i think a way exists for this to work, but i haven't tested it (currently not subscribed to managed unraid)
-
ControlR (Android/iOS app for unRAID)
hi, i think this was brought up before, the dns redirects to the "managed" server, can you try adding the server manually using ip address ?
-
ControlR (Android/iOS app for unRAID)
hi thanks for the report, i'll take a look. the app is built with react native (a facebook/meta framework), that's the reason for the facebook reference
-
ControlR (Android/iOS app for unRAID)
ControlR 5.2.0 is available on Apple and Google stores ! v5.2.0 - Restore force stop for VMs - Upgraded base libraries
-
ControlR (Android/iOS app for unRAID)
i'll probably release the app next week. i tried to plainly embed unraid into the mobile app (for the user scripts use case), but that's too crude the more elegant way to do this would be to write a bridge api in the controlr plugin, however that would take more time than i can currently spend on it 😐 happy holidays !! 🎄
-
[Plugin] unbalanced
ok, i get it now, if i get some free time i'll take a look at it
-
[Plugin] unbalanced
thanks ! can you provide an example ? sounds reasonable, unbalance knows that info before starting the operation
-
[Plugin] unbalanced
maybe a permission issue ?
-
[Plugin] unbalanced
right, i can't say for sure what happened, when rsync throws an error, unbalance shows that command with a yellow icon on the history page and doesn't delete the source folder
-
ControlR (Android/iOS app for unRAID)
i checked user script and i find a similar issue as with running "check updates/update all" for dockers, user scripts is managing the execution of server scripts via php, which includes triggering the scripts and displaying the results. there's only one possible way i can think of doing this, i will take a look in the coming days
-
ControlR (Android/iOS app for unRAID)
the thing about these functionalities is that it's not easy to trigger them outside of a browser environment, php is doing all the hard work, both running the commands and displaying the progress. that is difficult to replicate from the "outside looking in" there's only way that might make it approachable, but i can't tell for sure if it will work, i'll take a look in the coming days
-
ControlR (Android/iOS app for unRAID)
yes, i saw i removed that force stop from the actions list, i think it was because force stop wasn't working properly in (a) previous version(s) can't remember exactly, i added it back.
-
[Plugin] unbalanced
it doesn't delete top level directories (the Unraid shares), other than it should delete folders under the share that are empty
-
[Plugin] unbalanced
there was an issue with your disk 2 I: 2022/12/14 14:50:01 core.go:695: Command Started: (src: /mnt/disk2) rsync -avPR -X "Music/A Tribe Called Quest" "/mnt/disk3/" W: 2022/12/14 14:50:01 shell.go:50: flag:(rsync: [sender] link_stat "/mnt/disk2/Music/A Tribe Called Quest" failed: No such file or directory (2) ) W: 2022/12/14 14:50:02 core.go:748: command:end:error(exit status 23) I: 2022/12/14 14:50:02 core.go:752: command:retcode(0):exitcode(23) I: 2022/12/14 14:50:02 core.go:1009: Command Finished I: 2022/12/14 14:50:02 core.go:1022: Current progress: 17.94% done ~ 1h50m6s left (65.37 MB/s) W: 2022/12/14 14:50:02 core.go:941: skipping:deletion:(rsync command was flagged):(/mnt/disk3/Music/A Tribe Called Quest) I: 2022/12/14 14:50:02 core.go:695: Command Started: (src: /mnt/disk2) rsync -avPR -X "Music/Al Green" "/mnt/disk3/" it wasn't finding folders in disk2/Music so it started skipping each one that wasn't found, it's strange, looks like something changed on the disk between planning and actually moving files
-
[Plugin] unbalanced
i think that's the default rsync behavior, to not copy empty folders ? not sure, but in any case, you can always add custom flags to rsync to behave the way you need it to