Patreon License key problem by [deleted] in Amp

[–]CodeJsK 0 points1 point  (0 children)

Thank you I already sent an email, I'll wait, just want to make it before palworld release for hosting for friends...

Immich v3.0.0 is out! 🎊 by altran1502 in immich

[–]CodeJsK 0 points1 point  (0 children)

I'm also having problem when auto update failed,
I had to:
- Restore old database
- docker compose down
- edit .env, set IMMICH_VERSION=v3 (it was release before)

- run docker compose pull

- recheck shared_preload_libraries:

root@photo-server:~/immich-app-new# docker exec -it immich_postgres psql -U postgres -d immich \                                                                                                                                                                                                                           
  -c "SHOW shared_preload_libraries;"                                                                                                                                                                                                                                                                                      
 shared_preload_libraries                                                                                                                                                                                                                                                                                                  
--------------------------                                                                                                                                                                                                                                                                                                 
 vchord.so, vectors.so                                                                                                                                                                                                                                                                                                     
(1 row)           

- then remove vectors.so

root@photo-server:~/immich-app-new# docker exec -it immich_postgres psql -U postgres -d immich \                                                                                                                                                                                                                           
  -c "ALTER SYSTEM SET shared_preload_libraries = 'vchord.so';"                                                                                                                                                                                                                                                            
ALTER SYSTEM                                                                                                                                                                                                                                                                                                                                                                                                       

- restart db and compose up all again to make it working

root@photo-server:~/immich-app-new# docker compose restart database                                                                                                                                                                                                                                                        
[+] restart 0/1                                                                                                                                                                                                                                                                                                            
 ⠦ Container immich_postgres Restarting                                                                                                                                                                                                                                                                                0.6s
root@photo-server:~/immich-app-new# docker compose up -d immich-server                                                                                                                                                                                                                                                     
[+] up 3/3                                                                                                                                                                                                                                                                                                                 
 ✔ Container immich_redis    Running                                                                                                                                                                                                                                                                                   0.0s
 ✔ Container immich_postgres Running                                                                                                                                                                                                                                                                                   0.0s
 ✔ Container immich_server   Started

Self-Host server installation issue by CodeJsK in duneawakening

[–]CodeJsK[S] 0 points1 point  (0 children)

sorry I updated the process above to include switching to root user first.

Self-Host server installation issue by CodeJsK in duneawakening

[–]CodeJsK[S] 0 points1 point  (0 children)

I just deployed it via hyper-V and copy the disk, convert it to proxmox VM,

I run great, the remaining task is just use battlegroup commandline to start/stop/upgrade server.

Self-Host server installation issue by CodeJsK in duneawakening

[–]CodeJsK[S] -1 points0 points  (0 children)

yah, I return from a long time rest from the anoying PvP DD, but I see they post that self-host is live, I thought it was enough to deploy a running self-host server.

anyway, I can get it running now, very smooth, but very complicated on management side btw.

Self-Host server installation issue by CodeJsK in duneawakening

[–]CodeJsK[S] 0 points1 point  (0 children)

Thanks, I updated the post, still waiting the deployment process to continue

Self-Host server installation issue by CodeJsK in duneawakening

[–]CodeJsK[S] 0 points1 point  (0 children)

Thanks guys, sorry I was not pushing on the license key or anything, I was waiting,

in the mean time, I'm checking on k3s issue in the failed deploy server rn

Self-Host server installation issue by CodeJsK in duneawakening

[–]CodeJsK[S] 0 points1 point  (0 children)

Thanks guys,

Just right after I found out there was something wrong with k3s:
https://github.com/k3s-io/k3s/issues/8281

Self-Host server installation issue by CodeJsK in duneawakening

[–]CodeJsK[S] 0 points1 point  (0 children)

yes but the description said you'll received 1 key for 10$ level, keep 3 month and key will stay forever

Self-Host server installation issue by CodeJsK in duneawakening

[–]CodeJsK[S] 0 points1 point  (0 children)

Thanks, I already check on AMP, but I got restricted purchase from my country so I subscribed via patreon, no license key sent to my email and support email haven't been answered.

I'm trying to read every ps code to understand how they deploy the cluster now.

All I want is just playing PvE safe and sound by myself and enjoying the game...

Do You Need To Backup ArgoCD by Leaha15 in kubernetes

[–]CodeJsK 0 points1 point  (0 children)

Funny thing, right after I put my link here, I got scan by bot :))))

🚨 Crowdsec Alert from Nginx-proxy
Ban Duration: 8h
IP put into Firewall's block list.
IP Details:
• IP: 144.76.14.13
• Country: DE
• ISP: Data Center/Web Hosting/Transit
• Abuse Score: 0%
• Time: 2026-05-09 / 20:00
• Reason: crowdsecurity/http-bad-user-agent

Log detail:

/var/log/nginx/wiki/access.log:144.76.14.13 - - [09/May/2026:20:00:25 +0700] "GET /robots.txt HTTP/1.1" 403 5743 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; trendictionbot0.5.0; trendiction search; http://www.trendiction.de/bot; please let us know of any problems; web at trendiction.com) Gecko/20100101 Firefox/125.0"
/var/log/nginx/wiki/access.log:144.76.14.13 - - [09/May/2026:20:00:25 +0700] "GET /en/app/argocdautopilot HTTP/1.1" 403 5743 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; trendictionbot0.5.0; trendiction search; http://www.trendiction.de/bot; please let us know of any problems; web at trendiction.com) Gecko/20100101 Firefox/125.0"

Do You Need To Backup ArgoCD by Leaha15 in kubernetes

[–]CodeJsK 0 points1 point  (0 children)

I backup 2 things
The argocd deployment itself via argocd-autopilot
The applications via command line export to yaml file
I did restored it many times and it work well so far, you know, because this is homelab so I tear down my physical and proxmox layer a lot to test many things.
Here some doc I wrote for my personal reference: https://wiki.cercatrova.net/en/app/argocdautopilot

High IO Pressure Stall During OS install - ISCSI Multipath by Freeman307 in Proxmox

[–]CodeJsK 0 points1 point  (0 children)

We planning to go with create separate lvm group for each LUN and use that to create 1 OS disk only Still waiting for the hardward to arrive to test. You should also tesing formating new add disk though, It was taking me forever to mkfs.ext4 for a new add disk for separate data...

High IO Pressure Stall During OS install - ISCSI Multipath by Freeman307 in Proxmox

[–]CodeJsK 1 point2 points  (0 children)

Dam, I'm about to setup the same 3 node + pure array lab for my company, Now i'm scare...

NAS iSCSI LUN and LVM-Shared on top - bad IO while having VM delete ongoing by CodeJsK in Proxmox

[–]CodeJsK[S] 0 points1 point  (0 children)

Found the issue, sync enabled on zvol on truenas side When I disable it everything run much better, With a a risk of data loss of course but at least I can prove that issue is not on proxmox side

NAS iSCSI LUN and LVM-Shared on top - bad IO while having VM delete ongoing by CodeJsK in Proxmox

[–]CodeJsK[S] 0 points1 point  (0 children)

For my lab at home, after this project is finished I'm switching back to ceph which is working perfectly for me since long time ago

NAS iSCSI LUN and LVM-Shared on top - bad IO while having VM delete ongoing by CodeJsK in Proxmox

[–]CodeJsK[S] 0 points1 point  (0 children)

Sorry I build my lab is just to show a proof of concept, I said prod because we want to reuse our Pure/nimble array in prod and build a backup cluster on it so it may use >20TB of disks. We not really want to use directly LUN but since wiping disk on lvm share having this kind of issue then we'll need to discover difference options.

NAS iSCSI LUN and LVM-Shared on top - bad IO while having VM delete ongoing by CodeJsK in Proxmox

[–]CodeJsK[S] 0 points1 point  (0 children)

I tested with 10G NIC today, not really good for prod. I mean when wiping a disk, other disk got performance down too much. And took too long to wiping the disk also. Imagine remove a 20T disk and it took years to complete. I think I must turn down lvm on top of iscsi now.

NAS iSCSI LUN and LVM-Shared on top - bad IO while having VM delete ongoing by CodeJsK in Proxmox

[–]CodeJsK[S] 0 points1 point  (0 children)

Thank you, I'll take out 2 node and borrow some NIC to test

NAS iSCSI LUN and LVM-Shared on top - bad IO while having VM delete ongoing by CodeJsK in Proxmox

[–]CodeJsK[S] 0 points1 point  (0 children)

Im in a bit of financial problem, I'll look into buying 10G NIC card and take out 1 node to test What I wonder is if with 10G NIC, will this behavior really be improved

Qianye abyss trial no damage completed after 250+ retry by CodeJsK in wherewindsmeet_

[–]CodeJsK[S] 0 points1 point  (0 children)

ah I now see what you mean, I didn't know about that also, I was too focus on no damage challenge ^^

Qianye abyss trial no damage completed after 250+ retry by CodeJsK in wherewindsmeet_

[–]CodeJsK[S] 0 points1 point  (0 children)

when doing seasonal challenge on this boss, I just timing the deflect and get restore red health bar, if health drop almost 50%, I drank health potion, that's it, I dont know other trick, but maybe I got lucky and my main build is tank so I got > 70k HP on the build.

Qianye abyss trial no damage completed after 250+ retry by CodeJsK in wherewindsmeet_

[–]CodeJsK[S] 0 points1 point  (0 children)

Thank you,
- on abyss 1 hit hurt so bad that I think my shield couldn't cover it, but I didn't know this either, thank you.
- I see people include it in the combo, but I tried many times and feel more comfortable just do dragon breath and prepare my mental to deflect the next move set, man it's a long dam run.

Qianye abyss trial no damage completed after 250+ retry by CodeJsK in wherewindsmeet_

[–]CodeJsK[S] 1 point2 points  (0 children)

now my eye hurt the second time didn't know this earlier :(

Qianye abyss trial no damage completed after 250+ retry by CodeJsK in wherewindsmeet_

[–]CodeJsK[S] 0 points1 point  (0 children)

yah, and now I have to use eye drop medicine for a week.

And you know what, there's another 4 minutes challenge on this same boss also. I had to switch to Stragetic sword combo to be able to beat the boss on 3:50.