--- Begin Message ---
So running an strace in front of this command, I get the following.
write(1, "\33[33m\342\241\277 \33[36mBuilding net-snmp "..., 54⡿ Building
net-snmp dependencies(1)...) = 54
nanosleep({0, 50000000}, NULL) = 0
wait4(6901, 0x7fff1ee9f524, WNOHANG, NULL) = 0
) = 4
write(1, "\33[33m\342\242\277 \33[36mBuilding net-snmp "..., 54⢿ Building
net-snmp dependencies(1)...) = 54
nanosleep({0, 50000000}, NULL) = 0
wait4(6901, 0x7fff1ee9f524, WNOHANG, NULL) = 0
) = 4
write(1, "\33[33m\342\243\273 \33[36mBuilding net-snmp "..., 54⣻ Building
net-snmp dependencies(1)...) = 54
nanosleep({0, 50000000}, NULL) = 0
wait4(6901, 0x7fff1ee9f524, WNOHANG, NULL) = 0
) = 4
write(1, "\33[33m\342\243\275 \33[36mBuilding net-snmp "..., 54⣽ Building
net-snmp dependencies(1)...) = 54
nanosleep({0, 50000000}, NULL) = 0
wait4(6901, 0x7fff1ee9f524, WNOHANG, NULL) = 0
) = 4
write(1, "\33[33m\342\243\276 \33[36mBuilding net-snmp "..., 54⣾ Building
net-snmp dependencies(1)...) = 54
nanosleep({0, 50000000}, NULL) = 0
wait4(6901, 0x7fff1ee9f524, WNOHANG, NULL) = 0
) = 4
write(1, "\33[33m\342\243\267 \33[36mBuilding net-snmp "..., 54⣷ Building
net-snmp dependencies(1)...) = 54
nanosleep({0, 50000000}, NULL) = 0
wait4(6901, 0x7fff1ee9f524, WNOHANG, NULL) = 0
) = 4
write(1, "\33[33m\342\243\257 \33[36mBuilding net-snmp "..., 54⣯ Building
net-snmp dependencies(1)...) = 54
nanosleep({0, 50000000}, NULL) = 0
wait4(6901, 0x7fff1ee9f524, WNOHANG, NULL) = 0
) = 4
write(1, "\33[33m\342\243\237 \33[36mBuilding net-snmp "..., 54⣟ Building
net-snmp dependencies(1)...) = 54
nanosleep({0, 50000000}, NULL) = 0
wait4(6901, 0x7fff1ee9f524, WNOHANG, NULL) = 0
) = 4
write(1, "\33[33m\342\241\277 \33[36mBuilding net-snmp "..., 54⡿ Building
net-snmp dependencies(1)...) = 54
nanosleep({0, 50000000}, NULL) = 0
wait4(6901, 0x7fff1ee9f524, WNOHANG, NULL) = 0
) = 4
write(1, "\33[33m\342\242\277 \33[36mBuilding net-snmp "..., 54⢿ Building
net-snmp dependencies(1)...) = 54
nanosleep({0, 50000000}, NULL) = 0
wait4(6901, 0x7fff1ee9f524, WNOHANG, NULL) = 0
) = 4
write(1, "\33[33m\342\243\273 \33[36mBuilding net-snmp "..., 54⣻ Building
net-snmp dependencies(1)...) = 54
nanosleep({0, 50000000}, NULL) = 0
wait4(6901, 0x7fff1ee9f524, WNOHANG, NULL) = 0
) = 4
write(1, "\33[33m\342\243\275 \33[36mBuilding net-snmp "..., 54⣽ Building
net-snmp dependencies(1)...) = 54
nanosleep({0, 50000000}, NULL) = 0
wait4(6901, 0x7fff1ee9f524, WNOHANG, NULL) = 0
) = 4
write(1, "\33[33m\342\243\276 \33[36mBuilding net-snmp "..., 54⣾ Building
net-snmp dependencies(1)...) = 54
nanosleep({0, 50000000}, ^CProcess 6900 detached
<detached ...>
Any ideas?
Regards
Hans
On Thu, 10 Aug 2017 at 13:26 Hans Erasmus <[email protected]> wrote:
> Hi All
>
> I am trying to do my bit and test some D-link MIBS which I hope to be able
> to add to netdisco-mibs for the community to use. I am using the
> instructions from this link
> <https://github.com/netdisco/netdisco-mibs/wiki/Updating-MIBs>.
>
> However, the step where it says "7. Bootstrap net-snmp with custom
> configuration: EXTRAS/scripts/setmaxtc" I ran the following command:
>
> /usr/bin/perl EXTRAS/scripts/setmaxtc
>
> and now it seems the thing is stuck. It just states:
>
> Building net-snmp dependancies(1)... and has been on this step now for
> roughly about 4 hours. Is this normal? How long should this take? (First
> time running it).
>
> Attached is a print screen of what happened up to now.
>
> Regards
>
> Hans[image: Netdisco-mibs-error.png]
>
--- End Message ---