Everything posted by Astrayel
-
[Plugin] Nvidia-Driver
I checked BIOS and Above 4G decoding does not exist anymore on my Z890. But Resizable BAR was already enabled. I removed the sysctl. It's been here for a long time but I can't remember why I put it. I added the nvidia-persistenced and I'm waiting but it looks like it did the trick. Thanks for all. I'll come back if errors come back.
-
[Plugin] Nvidia-Driver
Hi, Santa brought me a little 5060ti to help me craate useless IA images but I'm facing issues. I installed opensource nvidia drivers to replace my old official nvidia drivers used for my previous 1650. But I can't do anything because the card is flip-flapping with theses messages : Dec 27 13:31:31 Tower kernel: NVRM: RmInitAdapter: osInitNvMapping failed, bailing out of RmInitAdapter Dec 27 13:31:31 Tower kernel: NVRM: GPU 0000:02:00.0: RmInitAdapter failed! (0x22:0x51:763) Dec 27 13:31:31 Tower kernel: NVRM: GPU 0000:02:00.0: rm_init_adapter failed, device minor number 0 Dec 27 13:31:41 Tower kernel: NVRM: nvCheckOkFailedNoLog: Check failed: Out of memory [NV_ERR_NO_MEMORY] (0x00000051) returned from memdescAllocInternal(pMemDesc) @ memdesc.c:1359 Dec 27 13:32:07 Tower kernel: NVRM: nvCheckOkFailedNoLog: Check failed: Out of memory [NV_ERR_NO_MEMORY] (0x00000051) returned from memdescAllocInternal(pMemDesc) @ memdesc.c:1359 Dec 27 13:32:07 Tower kernel: NVRM: nvAssertOkFailedNoLog: Assertion failed: Out of memory [NV_ERR_NO_MEMORY] (0x00000051) returned from nvStatus @ message_queue_cpu.c:242 Dec 27 13:32:07 Tower kernel: NVRM: _kgspInitRpcInfrastructure: GspMsgQueueInit failed Dec 27 13:32:07 Tower kernel: NVRM: kgspConstructEngine_IMPL: init RPC infrastructure failed I read this forum for a solution but nothing seems to work. If some kind guy could help me or give me some hints, I would be very grateful. tower-diagnostics-20251227-1321.zip
-
Appreciate help with Cozy Cloud docker
Here too. 🙂
-
No GUI, no ssh, no console but vm and dockers doing well
Thanx 😞
-
No GUI, no ssh, no console but vm and dockers doing well
Hi everybody, Nearly everything is in my title. I have no GUI, no SSH, and screen connected to server does not show anything even after destroying keybord with my own hands. BUT, I can ping server, I can ping vm, I can SSH to vm and as far as I know, dockers are responding well. Does someone have a clue or a idea to get it back without shuting it down ? Thank you everyone.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hi all, I have unraid since two years now and I've always found solutions to my issues. But today, I can't. I got SWAG for reverse proxy with subdomain on many containers. All is fine except for plex which ran perfectly until three days ago without any sign. I can't figure out what's going wrong. In SWAG log, I have lines like this : *11 plex could not be resolved (3: Host not found), client: X.X.X.X, server: plex.*, request: "GET /favicon.ico HTTP/2.0", host: "plex.mydomain.com", referrer: "https://plex.mydomain.com/" When I open console on SWAG container to lookup for names, here is the result : nslookup radarr Server: 127.0.0.11 Address: 127.0.0.11:53 Non-authoritative answer: *** Can't find radarr: No answer Non-authoritative answer: Name: radarr Address: 172.18.0.10 root@XXX:/# nslookup plex Server: 127.0.0.11 Address: 127.0.0.11:53 ** server can't find plex: NXDOMAIN ** server can't find plex: NXDOMAIN Container has the right name (plex). It is in network type host despite radarr is in same network as SWAG. And I did not change anything apart from updating container. Any idea ?