Alvin Leong

Members
  • Posts

    13
  • Joined

  • Last visited

Alvin Leong's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hi, i would like to install a binary which is wrapper for restic called resticprofile. so make a folder at /mnt/cache/appdata/resticprofile this wrapper need to use profile and for easy of use the profile is best in certain default folders current directory of the binary. i need to add the path permanently. this `export PATH="$PATH:/mnt/cache/appdata/resticprofile"` works for only terminal session. gone when i close it. i used the userscripts to add the same command. be it running in foreground or background, it will never in the system regardless whether i use unraid web terminal or ssh session. how to actually make it work by making it in the memory at every array start
  2. i seen too many post and issues that cause more harm to upgrade. i am afraid
  3. i disabled all the autostart. and once docker service is enabled. it no longer causing high cpu. after restart each container one-by-one i narrowed it down to one container the authentick-worker using "beryju/authentik:latest" image. when opening up the logs. it is generating non-steps logs in every split seconds like a matrix movie screen. i have no choice but to stop using it. it was fine until maybe docker update today. then, just minutes ago, open the authentick-worker edit config to recreate the container, hope to regenerate the docker image (not sure what is the correct way). or how should i deal with this?
  4. what happen to my unraid. need help!! something from docker must have cause this i guess. weekly update was scheduled this morning. if i disable docker, no such high cpu usage but the unraid is useless without my dockers. when re-enabled back into 100% cpu and my server is unuseable. all docker are showing 0% cpu usage and 0% memory usage after started all the dockers. i am on 6.11.5. First time ran into this issue that reboot wont resolve. i attached the logs, but this is was generated after reboot. because all interface locked and cant do anything ale-tower-diagnostics-20240305-2151.zip
  5. i had my seafile up and running in my unraid. now, how can i link all my share into this seafile instead of only one "Container Path: /shared/" for example, for nextcloud, i can link all my other shares folder into nextcloud easily
  6. hi guys, need help to understand this setting "share" button. the description denote "share device with SMB and NFS". what is this literally mean in layman term? what is the different between on vs off? do i need to turn in on for my docker to access? this is for one of my samba shares created with debian VM in proxmox server
  7. correct. this is exactly what i did. even so, when the whole content from text file in my windows is copied. few remote drives settings all been cut off. it consistently only able to take up to certain total line in the UNRAID rclone config field
  8. i have problem putting the whole content of my rclone config in the edit config text box. 2 google drive and 2 onedrive. then all these 4 remotes has crypt remotes. so basically 8 total remotes. i would like to know is it the plugin limitation or is there a way for my to copy my rclone config file from windows to this plugin
  9. i have a similar issues and i am using unraid docker from https://hub.docker.com/r/jlesage/handbrake/ latest v1.5.1 revision. however intel quick sync is not showing up in video encoder list. i installed GPU top plugin, installed GPU statistic plugging, added /dev/dri/ to docker "device" parameter. also, if type cd /dev/dri>>ls in terminal can see card0/renderD128 means my intel quick sync activated. furthermore, I have my jellyfin running hardware transcoding with intel quick sync perfectly fine as tracked and shown in the GPU statistic whenever I run a transcoding media stream. then, docker privilege setting is set to enable, also using PUID & PGID of "0". tried both Umask of 000 and 022. However, handbrake just does not work and I am on Unraid Version: 6.11.5 Can anyone help to advise how am I going to get intel QSV encoder to show up? the only thing I do not dare to do yet is the following code which I am not sure what this is doing and worry it may mess up my system. i dont do plex hardware transcoding as i dont have the plex pass. the question is do i need this "modprobe i915" thing on my unraid v6.11.5? #Setup drivers for hardware transcoding in Plex modprobe i915 sleep 4 chown -R nobody:users /dev/dri chmod -R 777 /dev/dri
  10. thank you very much..never realized it was just so easy. still new to unraid and docker for me
  11. guys, i need help locating where is my downloaded file in the "/output" folder of this docker. trying to search inside "/mnt/cache/appdata/JDownloader2" but found no such folder. also how can i change the output folder to whatever shares in my array? could not find any youtube guide on how to change download folder. please help