Everything posted by shpitz461
-
Gauging interest in a potential Rackula template in the CA store
Yes please, looks like a useful tool. Just saw it mentioned by Techno Tim.
-
Change Krusader Theme, Icons and Cursor
Looks like theme override doesn't work. But changing the colors using colormaps works like a charm. You can download colormaps from here: https://store.kde.org/browse?cat=371&ord=latest Then in Krusader, goto Settings > Configure > Colors. Disable 'Use the default KDE colors'. Click 'Import color-scheme' and select the colormap you downloaded from the site. I'm using this one, looks good: https://store.kde.org/p/1462837
-
Coral M.2 Dual Edge TPU Pass Through to Windows VM???
If they are in the same group then you cannot pass each one to a separate VM. Did you try to edit the xml manually and passthrough the device(s)? Should be as simple as adding to the <devices> section something like: <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x28' slot='0x00' function='0x0'/> </source> </hostdev> or 0x29 for the other chip.
-
Two Win10/i440fx GPU passthrough VMs work flawlessly, but new Win11/Q35 gives BSOD -please help
What happens if you configure a new VM exactly the same way and choosing i440fx instead of Q35, same everything, does it still crash? Is the crashing happening before you even install Widows? or after installation? What happens if you remove the vbios.rom from the xml?
-
[Support] Linuxserver.io - Code-server
You don't need to do that, there's a 'User Scripts' plugin that is easy to use.
-
[PLUG-IN] NerdTools
You can't just use any linux package, it needs to be specific to Slackware15. Here's a link to the packages distro: http://slackware.cs.utah.edu/pub/slackware/slackware64-current/slackware64/ But borgbackup is not there, you'll have to either find the right package, or compile and build the package yourself. To build it yourself you can just use SlackBuilds.org: https://slackbuilds.org/repository/15.0/system/borgbackup/?search=borgbackup
-
[Support] SpaceinvaderOne - Macinabox
Any changes I make to the xml in the cpu section breaks the image and it won't boot. As soon as I restore the original xml with 2 vcpu (no hyperthreads) it works fine. Working XML: Broken XML:
-
[Support] SpaceinvaderOne - Macinabox
Hi Ed, I'm having the same issue, tried the fix but still the same. I'm running on AMD Epyc. It turns out I had to remove the nvram file manually (located in /var/lib/libvirt/qemu/nvram). Also, if I make any changes to the cpu allocation, it won't boot for the 1st time. So i kept the cpu assigned to 0 and 2 from the original template, and set ram to 16GB in the xml. Now i'm doing the initial boot and install, I'll try to change cpu allocations after it's up and running (if that happens...) Thanks!
-
[SUPPORT] PasswordPusher (PWPush) - CorneliousJD Repo
My Postgres password has special characters, how do I escape them? Getting an error when starting the container for the 1st time about invalid db URI. Thanks
-
Highpoint Rocket - Can't Passthrough Any Drives
Nope, it appears the 1108 is incapable of sr-iov. I just use it for providing cache pools. I do have the 1508 (PCIe 4.0) and it works great, has sr-iov support, and each drive is in its own group: So given the choice, go with the 1508 even if you have Gen-3 drives, it should be backward compatible.
-
Weekly server crashes. 4 months I haven't found a solution.
Have you checked your components for overheating? I had placed my SAS controller in a slot where it didn't get cooled properly by the case fans, resulting in drive errors and freezing/crashing. Have you changed any hardware that might trigger this issue? You can also try to install Windows/linux on a spare drive and boot it for a few days/weeks and see if it's stable, monitoring temps along the way. You can also try to move pci cards around and see if it does anything good.
-
One disk on SAS LSI 9300-8i constantly stops due to errors
I had a similar issue happen to me, what was happening to me was because the controller was getting too hot. I'm running an SAS9305-16i. To solve the issue, I moved the card to a slot where I had case fans blow directly on it. The hdds are fine, because the controller got so hot, it will report erroneous errors. So check your controller temps. You can do that using storcli64, using the following command: You should be able to find the utility on Broadcom's site.
-
[PLUG-IN] NerdTools
I'll give it a shot, thanks!
-
[PLUG-IN] NerdTools
I have a similar issue with iotop, something is up with my python2 package, i get an error launching iotop, which i can only fix by uninstalling both iotop and python2 packages, then reinstall both. After a reboot issue comes back.
-
[PLUG-IN] NerdTools
You can also create a VM with slackware 15 iso, and then build your own packages using slackbuilds.org. Then put those packages in /boot/extra to auto-install.
-
[Support] BGameiro - Community Applications
Ah, I ran sudo apt update & upgrade, now the benchmark is running
-
[Support] BGameiro - Community Applications
Hi, I'm trying to run the phoronix benchmark, but getting a bunch of errors: The IP pings fine, and I can browse http://archive.ubuntu.com/ubuntu/ Any idea what could be wrong?
-
[SUPPORT] - stable-diffusion Advanced
Also, is there a way to censor the images? Just launched it for the 1st time and already showing tits:
-
[SUPPORT] - stable-diffusion Advanced
I've installed this for the 1st time, chose 04 SD.next. I see a bunch of 'WARNING Package version mismatch' in the log, will those be aligned in the next update?
-
[GUIDE] Optimizing Windows VMs in unRaid
'Not correctly' in what way? I'm passing a 3090, MSI is enabled on the host (unraid): Enabling MSI in Windows improved the smoothness of the experience, I'm remoting to the VM via Parsec.
-
[GUIDE] Optimizing Windows VMs in unRaid
Another thing to do on Windows to improve latency is turning on MSI feature for PCIe devices. See here for the utility: https://forums.guru3d.com/threads/windows-line-based-vs-message-signaled-based-interrupts-msi-tool.378044/ I've turned on all mine on and set priority to High:
-
Windows 10 VM stuck loading after entering credentials
Do you experience the same issue logging in with another user? Trying to rule out corrupt user hive.
-
[SOLVED] VM XML View - Expand Editor
-
[PLUG-IN] NerdTools
Interesting... I've got a score of 66:
-
[SOLVED] VM XML View - Expand Editor