Kevin Velickovic

Results 23 comments of Kevin Velickovic

Revision: 53464cb54eef4b9ddfe1e8337930571007545463 `138a:0097` on `ThinkPad X270 (Type 20HN, 20HM)` ``` Prototype version 15 Found device 138a:0097 This device is supported step 1 usb write: 0000 01 usb read: 0000 00...

Hi, i came across the exact same issue, i solved it by following this blog post https://monach.us/operations/installing-easysnmp-with-homebrew/ 1. You need to install `net-snmp` using brew 2. Update your PATH ```bash...

Can you merge this fix please ?

> This is not a bug, please visit the Discord for configuration issues. Thank you for the response. I understand that this might be stemming from a configuration issue. In...

Apparently this was caused by a permission error on the log files folder, by default it's owned by `root` when using local path mounts, for example `- "/srv/pterodactyl/logs:/app/storage/logs"`, the issue...

> are you using a virtual machine (kvm/proxmox) ? if so, the README in the egg dir states: > > ``` > Proxmox VM(s): You'll need to change your Processor...

Hi! Any update on this issue ? Trying to find the cause, works fine in dev env but not in production.

I found the cause ! Need to test more to ensure all is working, after a lot of step debugging i found that the error was caused by a missing...

> In ideal whole Gradle stuff should get an overhaul, writing everything into Kotlin and making API a lot lighter (dropping Shuriken etc)... Agree yes, transitive dependencies are not downloaded...