
dmacias
Community Developer-
Content Count
2802 -
Joined
-
Last visited
-
Days Won
4
dmacias last won the day on February 28 2019
dmacias had the most liked content!
Community Reputation
211 Very GoodAbout dmacias
-
Rank
Advanced Member
- Birthday 08/19/1972
Converted
-
Gender
Male
-
URL
https://github.com/dmacias72
-
Location
Denver, CO
Recent Profile Visitors
-
unRAID 6 DevPack - Dev tools (gc, gcc, glib, make, etc.)
dmacias replied to dmacias's topic in Plugin Support
The reason I assume none are installed is because the image you posted shows all of them as downloaded = no. That mean that DevPack didn't download and install them. So the packages are installed inherently in unraid but DevPack didn't install the same package headers only. -
Thanks for the heads up. I do use ssh but authorized keys only. I also see the 1000 user and group on etc and rc.d but everything else in etc is root. I compile my packages on my laptop in Linux. I usually use root to compile them but obviously didn't on the last update. I'll push an update when I get home.
-
Yes, Unraid has Apcupsd built in under Settings/UPS Settings
-
[6.5.0]+ Call Traces when assigning IP to Dockers
dmacias replied to Hoopster's topic in Defect Reports [DEPRECATED]
I was getting macvlan call traces this past year on Unraid 6.8 and 6.9. I have unifi hardware also and have always had vlans and static ip's for dockers. Here's some things I have done since I started getting the call traces. Not all of these were done to try and fix the problem. Just upgraded some hardware. I swapped my SM MB for my current x11ssi-ln4f (old one had bent pins anyway that made one of ram ports not work). I also upgraded my network USG4 router and USW 24 PoE switch to UDM Pro router and 24 PoE Pro switch. Upgraded to Mellanox 10GB network card and disabled the 4 Intel nic ports -
unRAID 6 DevPack - Dev tools (gc, gcc, glib, make, etc.)
dmacias replied to dmacias's topic in Plugin Support
Actually none of those are installed. It's misleading because those are part of unraid but they remove the headers. I created packages with just the headers for inherent unraid packages to be installed over the existing package. They should show downloaded and the switch should be turned on. -
unRAID 6 DevPack - Dev tools (gc, gcc, glib, make, etc.)
dmacias replied to dmacias's topic in Plugin Support
Did you install all the DevPack packages? I think it's in glibc. I usually just install everything -
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
dmacias replied to jonp's topic in Plugin Support
Updated to 3.1 -
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
dmacias replied to jonp's topic in Plugin Support
The binaries are all within Slackware packages hosted on my github. Some are compiled by me and some are from other repositories. When installed, the Slackware package are downloaded to the flash drive then installed. When rebooting the server they are installed from the flash drive. -
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
dmacias replied to jonp's topic in Plugin Support
The "underscore" in the version was messing up json-c. I renamed it -
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
dmacias replied to jonp's topic in Plugin Support
It's included in 6.9 -
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
dmacias replied to jonp's topic in Plugin Support
I updated bind, json-c and added krb5. If I remember I'll add the auto select of dependencies for bind next time I update the plugin -
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
dmacias replied to jonp's topic in Plugin Support
Looks like you need libffi -
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
dmacias replied to jonp's topic in Plugin Support
Updated -
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
dmacias replied to jonp's topic in Plugin Support
Note that this upgrades json-c. /usr/lib64/libjson-c.so.4 is replaced with /usr/lib64/libjson-c.so.5. I don't know what else relies on the older version of json-c. Updated bind and json-c and added krb5 -
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
dmacias replied to jonp's topic in Plugin Support
Added psutil. Should be able to install using pip3 now