Everything posted by Stokkes
-
Silly Proxmox CPU detection question
Here's the output ❯ sudo dmidecode | grep Version Wed 25 May 14:03:10 Version: pc-q35-6.0 Version: pc-q35-6.0 Version: pc-q35-6.0 Version: 0.0.0
-
Silly Proxmox CPU detection question
Latest, 6.10.1 Attached a screenshot of the panel in the Dashboard that shows the Proxmox pc-q35 cpu.. Like I mentioned above, it's not a big deal, just OCD and weird it doesn't detect the right CPU.
-
Silly Proxmox CPU detection question
❯ grep -Pom1 'model name\s+:\s*\K.+' /proc/cpuinfo Wed 25 May 08:45:03 Intel(R) Core(TM) i9-10900 CPU @ 2.80GHz
-
Silly Proxmox CPU detection question
I did not unfortunately.
-
ZFS plugin for unRAID
Everything is pretty much already there, seems like it would make the most sense to hook into ZED. The plugin includes the notification for scrubs, I'm just suggesting we add notifications for state change as well and make it part of the package.
-
ZFS plugin for unRAID
Could we get a script to send a notification on the ZFS event for state change? Specifically I have been testing this by creating pools and then removing a hard drive to force a degraded state and there are no notification sent. Don't get me wrong, notifications on scrub finishing are good, but if the pool goes into a degraded state because a drive failed, it should notify you pretty consistently since you're at risk for data loss. I haven't been able to trigger any notifications on my simulations of getting a test pool into a degraded state.
-
Silly Proxmox CPU detection question
Hey all This is just a silly question (not sure if it has any real impacts) - No problems running Unraid on Proxmox, ESXi, etc for a few years. The CPU "type" in Proxomox for the Unraid VM is set to "Host", however, the Unraid dashboard detects the CPU as "pc-q35-6.0" at 2000Mhz, But the funny thing is, running lscpu in the Unraid terminal detects the right CPU: Vendor ID: GenuineIntel CPU family: 6 Model: 165 Model name: Intel(R) Core(TM) i9-10900 CPU @ 2.80GHz Stepping: 5 CPU MHz: 2807.986 BogoMIPS: 5615.97 Virtualization: VT-x Hypervisor vendor: KVM Virtualization type: full L1d cache: 256 KiB L1i cache: 256 KiB L2 cache: 32 MiB L3 cache: 16 MiB NUMA node0 CPU(s): 0-7 Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; Enhanced IBRS, IBPB conditional, RSB filling Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Not affected Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clfl ush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_p erfmon rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq vmx ssse3 fma cx16 pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault invpc id_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ep t vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdsee d adx smap clflushopt xsaveopt xsavec xgetbv1 xsaves arat umip pku ospke md_ clear arch_capabilities Curious if anyone has any ideas.. Just a bit of OCD going on
-
Ultimate UNRAID Dashboard (UUD)
Is this completely incompatible with InfluxDB v2.0? I have Unraid sending data to InfluxDB as I can see it using the influx explorer, but the dashboards are empty. Before I spend more time troubleshooting I just want to know if Influx v1.x is absolutely necessary or not. Thanks!
-
Convert virtualized Unraid from ESXi to Bare Metal
Since Unraid runs from a USB, this is pretty straight forward and you can test it quite easily. Just boot your server from the USB instead of ESXi.. It should load right up into Unraid with your disks, etc.. If you were running in ESXi you probably passed through the disks for the array so those will just appear. There really shouldn't be anything you need to do.
-
Having 2nd USB Flash Drive Mounted as Backup
This is exactly what I needed. Thank you! It works perfectly and I can boot from both from the menu. The 2nd USB isn't licensed but that's fine.. Primarily I wanted to ensure I could boot from either in the event of a failure and no remote hands are available to swap the USBs.. If that happens I'll go through the license transfer process. Thanks again!
-
Having 2nd USB Flash Drive Mounted as Backup
Hi All I recently had a USB drive die which caused a problem since my server is remote and not in my home. It just so happened where the server is located, there was nobody home for 3 days so my server was completely offline (I have remote access to the IPMI, but you obv can't replug a usb!). I replaced the USBs and now have 2 of them that are identical. My goal was to boot with the primary while having the secondary one plugged in. However I'm running into a problem. UnRAID seems to mount BOTH USBs to /boot on boot up. I'd like to have both mounted (backup using unassigned devices) so I can regulary rsync the primary to the secondary in the event I have another failure. I figure Unraid is mounting both because they are identical and have the same volume Label (UNRAID) - anyone know how I can accomplish what I'm out to accomplish? Thanks!
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Hey, Not sure if I'm the only one, but using an Intel 10th Gen (i9-10900) and running `intel_gpu_top` results in an error: root@Tower:~# intel_gpu_top Failed to detect engines! (No such file or directory) (Kernel 4.16 or newer is required for i915 PMU support.) Running 6.9.1. The iGPU works as Plex can HW transcode (so can ffmpeg) and the intel_gpu_top command runs fine if I reboot my system with the Ubuntu SSD plugged in (ruling out a bios issue). Any ideas? It's definitely unraid related, but who knows with what.
-
[Plugin] CA User Scripts
Wondering if someone can help.. I built a docker for Plex Sync (https://github.com/jacobwgillespie/plex-sync) which syncs your watch lists between multiple Plex Servers. I'm doing this because I"m slowly moving my Plex server to a Linode VPS backed by Amazon Drive (encrypted with EncFS) and I can't seem to get this running with User Scripts. The plex-sync tool is a bit finicky and requires I run the Docker command this way: docker run -ti --rm plexsync plex-sync TOKEN@source_ip/1 TOKEN@destination_ip/1 the -ti runs it in pseudoTTY and in interactive mode. Without these, the plex-sync tool (built on NodeJS) will simply not run for some reason. Trying to run this via User Scripts, I get this in the logs: Script Starting Mon, 24 Oct 2016 18:47:01 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/PlexSyncWatched/log.txt cannot enable tty mode on non tty input This is Docker throwing the error, I'm guessing due to the environment User Scripts uses to run. Any idea how I can get around this, I'd like to run this script on an hourly basis as I transition my Library to my VPS/ACD Thanks!
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
Yes just done a guide to do a fresh install of Sierra on unRAID. Hope you find it useful. What are the chances we can upgrade an existing install?
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
Does 10.12 work yet in unraid?
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Does this work on 6.2? I noticed "screen" has stopped working since upgrading to 6.2. Tried uninstalling and reinstalling the plugin. Ideas?
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Yep this container complete broke for me Sent from my iPad using Tapatalk
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
So update on my crashing (still having it). The Desktop app continually loses connection to the backup engine, however, the backup engine is still running. Looking at the logs, the backup occurs everyday, as it's supposed to. Here's the behaviour I'm experiencing: 1. Start CrashPlan docker container 2. Everything works fine 3. After a few days (I've seen within 3 to up to 7-8 days), attempting to view the WebUI (Desktop) results in a "Connection to backup engine lost." When connecting to the interface. 4. Clicking the "OK" button in the WebUI dismissing the error but crashes the Desktop client, so that the WebUI is a black screen. 5. Looking at the logs on a nightly basis, the backup is still occurring, simply can't access the WebUI since its crashed. The only way to revive the WebUI is to restart the Docker container. This is not an engine out of memory error. The logs indicate that after a backup has completed that the Java heap is fine. This has obviously only been happening since the Desktop client / Server were merged into a single container. Any ideas?
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Random crashes sound like CrashPlan is running out of memory, check the OP for a link to the CP website to diagnose. Yeah that was the first thing I checked. I've been running CrashPlan for about 4 years now and consistently have to slowly increase my memory. Log files do not have any Memory errors that are typically present however. I've reset my configuration and tried setting it back to 8192. I'll pull the logs (nuked them unfortunately) next time it crashes and post the relevant lines. I do think it's related to the auto-updater / restarting the docker container that's my issue at least.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Hmm, the auto-update process for CrashPlan (Server) seems to be breaking this docker. Every now and then when I load the CrashPlan WebUI, there's an error that the UI has been disconnected from the CrashPlan engine. Upon further inspection of the logs, it appears that the CrashPlan engine is attempting to auto-update itself and then restart itself. The thing is, it references /etc/init.d/crashplan which doesn't exist and thus I believe is the reason for failing to restart the engine. Any workarounds? This has happened a half dozen times in the past few weeks. Short of setting a cron job to do a docker restart CrashPlan every few hours, I'm not sure how to permanently fix this. Thanks,
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Not right now, but the next release will have a VNC server available on port 4279 (in fact, WEB_PORT - 1). Awesome! ? Hope to see it soon
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Is it possible to use a traditional VNC app to connect to the web interface ? I use an iPad quite often and it's very difficult to use via the web interface. I tried with a VNC connect to my unraid ip, port 4280 without any luck. Thanks
-
diskmv -- A set of utilities to move files between disks
Awesome. Small feature suggestion. It would be nice to run the consld8 command with a switch that gives you a summary, i.e.: consld8 -s /mnt/user/media/tvshows/Alphas would output (if consolidated): /mnt/user/media/tvshows/Alphas Total usage: 32099028 (Consolidated: disk2) If not consolidated: /mnt/user/media/tvshows/Alphas Total usage: 32099028 (Not consolidated)
-
diskmv -- A set of utilities to move files between disks
Hey Freddie, Ive been using the scripts and getting this intermittently using consld8: Cannot stat file /proc/23098/fd/51: No such file or directory It appears that all files are moved/copied correctly but I'm not sure why these errors would occur. Any thoughts?
-
Share Your Banners
Nice. Quick question, Did you make that nzbget docker icon? If so, mind sharing? The ones currently available are quite pixelated