flinte

Members
  • Posts

    32
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

flinte's Achievements

Noob

Noob (1/14)

11

Reputation

  1. Im in your same boat. I would like to just move to a single CPU consumer grade Ryzen with ECC memory but open to a newer Xeon solution.
  2. Yes there are and I could of course migrate to such a solution. I would just need to alter my strategy a bit is all and if that is the recommendation I can certainly do that. It sounds like a slippery slope, If that is the recommendation then why continue to have Borg in the list of packages.. or really any of the packages that depend on python3.. or any package that have any package dependancies?
  3. @EUGENI_CAT This continues to be a problem/bug. I have isolated the root cause to be that on reboot python 3.9 regularly DOES NOT get installed correctly and anything that depends on that package, in my case borg which I depend upon for unraid appdata backups, is broken. The result is after every reboot I have to manually intervene and remove and reinstall borg, python 3.9 and all other dependancies else all my backups will fail. Just a thought, could nerdtools not install a package manager like apt or yum/dnf (whatever base slackware uses, im not very familiar with slackware). My thought is just that a good package manager will handle installation success/fail better plus better dependency resolution.
  4. So any ETA for a work around or a patch? I am suffering on this one. Possibly unrelated, I seem to be experiencing system instability with system crashes after I run `/etc/rc.d/rc.nfsd start` manually. disregard I see Version 6.12.2 2023-06-29 came out yesterday.
  5. fyi, I was able to find the root cause of this was python 3.9 (a dependency) was failing to install at boot. I was able to remove the python + borg packages then reinstall via the nerd tools gui and then everything was fine.
  6. Two arrays that I have - Borgbackup stopped working on both - same error: root@nas01:~# borg --help Traceback (most recent call last): File "/usr/bin/borg", line 33, in <module> sys.exit(load_entry_point('borgbackup==1.2.4', 'console_scripts', 'borg')()) File "/usr/bin/borg", line 22, in importlib_load_entry_point for entry_point in distribution(dist_name).entry_points File "/usr/lib/python3.9/importlib/metadata.py", line 524, in distribution return Distribution.from_name(distribution_name) File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name raise PackageNotFoundError(name) importlib.metadata.PackageNotFoundError: borgbackup Anyone else have a borg currently working or did this recent update cause an issue?
  7. Can this be utilized with Office365 instead of Gmail? I find that its quite finicky and a lot of my other self hosted applications SMTP notification settings cant use it. I would love to have a local postfix relay that I could point those applications to.
  8. I didnt find a solution to this problem with the SMB share, but I have found a work around for now. on my Mac I had to go into Settings --> Security & Privacy --> Full Disk Access and approve Terminal.app. That is in prep for the next part. Mount your Unraid SMB share ("SMB-TM-UNRAID" in this example) to the Mac client. open terminal and run: sudo hdiutil create -size 300g -type SPARSEBUNDLE -nospotlight -volname "SMBTimeMachine" -fs "Case-sensitive Journaled HFS+" -verbose /Volumes/SMB-TM-UNRAID/$HOST_TimeMachine.sparsebundle Navigate to the directory /Volumes/SMB-TM-UNRAID/ in finder and click the .sparcebundle file to mount it as a disk. This will mount a new disk called SMBTimeMachine to your Mac. open terminal and run: sudo tmutil setdestination -a "/Volumes/SMBTimeMachine/" open Time Machine utility and configure. Youll need to configure Mac to remount these shares at boot. Settings --> Users & Groups --> Your User --> Login Items. Drag the mounted drives SMB-TM-UNRAID and SMBTimeMachine into the login items window.
  9. I got a new M1x macbook pro. I want to setup my Unraid server as a time machine target. I used the following guide I enabled Enhanced Mac OS interoperability, then I created a new share and created the tm share with the time machine capacity limit. When I connect to the SMB share then open the time machine app I see no offer to use the share as a time machine target... I tried to manually add it from the CLI and also no dice: flinte@Flintes-MBP ~ % sudo tmutil setdestination "/Volumes/tm-tony/" /Volumes/tm-tony: Disk does not support Time Machine backups. (error 45) The backup destination could not be set. Anyone out there using Unraid as a TM target with Mac os 12? Anyone have any thoughts on something I have missed in the config or maybe is this a regression/bug in Mac os 12?
  10. Im posting this here, I am unsure if this is a true request as I am happy to build this myself I am just unsure if it is feasible and tbh I would appreciate finding someone else who would like to use this application to help. So on my old QNAP and Synology NAS arrays I used Acronis True Image Mobile to backup up my households smart phones and devices Android and iOS. There are a million and one products like this for android but nearly nothing like this for iOS beyond icloud for a monthly charge. This product is made for QNAP and Synology and available in their app stores. I am wondering if we can convert it to a docker container to run on unraid? https://kb.acronis.com/ati2019/nas-app https://download.qnap.com/QPKG/GUIDE/AcronisTrueImage_Tutorial.pdf https://www.blackvoid.club/acronis-true-image-mobile-on-premise-backup-for-your-mobile-device/ One problem I see is that the applications are qpkg or spk files. We would need to install that directly to an alpine linux container... Please PM me if you can help me.
  11. I am unsure. I thought I got it from your dockerhub page .. regardless removal of these lines worked
  12. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='code' --net='reverse-proxy' -e TZ="America/Denver" -e HOST_OS="Unraid" -e 'PASSWORD'='' -e 'SUDO_PASSWORD'='NunY0Businass!' -e 'HTTPS_PROXY'='https://192.168.11.3' -e 'DOCKER_MODS'='linuxserver/mods:code-server-powershell|linuxserver/mods:code-server-python3' -e 'HTTP_PROXY'='http://192.168.11.3' -e 'PUID'='99' -e 'PGID'='100' -p '11443:8443/tcp' -v '/mnt/user/appdata/code-server':'/config':'rw' -v '/mnt/user/software/Scripts':'/workspace':'rw' 'linuxserver/code-server' 8cf52278e45640c43f3a34724c3ae5d55d377d949116ee4b9702f4219b3910ad The command finished successfully!
  13. I recently lost and had to rebuild my docker.img file settings in unraid, I had this running perfectly with MODS previously but now I seem to be running into issues. I assume I have messed up somewhere but I cant seem to locate my error. A second set of more experienced eyes are welcomed. [mod-init] Attempting to run Docker Modification Logic [mod-init] Applying linuxserver/mods:code-server-powershell files to container gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now [mod-init] Applying linuxserver/mods:code-server-python3 files to container gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now
  14. @glompy please clarify, there is no plugin called "Dynamix system settings plugin". Where did you unload the kernel modules?
  15. I think changing Anamorphic to Loose has resolved it.