LibreNMS Freeswitch agent-local

I had a few issues getting the freeswitch agent-local to work. In the end the fix was simple. The FSCLI path was wrong in the /opt/librenms-agent/agent-local/freeswitch file. I found the correct path by running find / -name fs_cli and editing the FSCLI=/usr/bin/fs_cli to be correct.   Update: If you would like the Apache Status to work add the following […]

Cisco router NBN HFC

HI   I had a issue when a customer was moved over to a HFC NBN connection. It seems that you can not just use a PPPOE dialer you also have to have a vlan 100 tag on the FastEthernet port.   Here is the config if it saves some one some time. config t […]

Webdav Asking for Password

Click Start, type regedit in the Start Search box, and then press ENTER. Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters On the Edit menu, point to New, and then click Multi-String Value. Type AuthForwardServerList, and then press ENTER. On the Edit menu, click Modify. In the Value data box, type the URL of […]

More Xerox Fault Codes

Code Description 010-330 Fusing Unit Motor Fail 010-360 IH Driver Input High Voltage Fail 010-361 IH Driver Input Low Voltage Fail 010-362 IH Driver Surge Fail 010-363 IGBT Temperature High Fail 010-364 IGBT Temperature Sensor Fail 010-367 Input Low Current Fail 010-368 Encoder Pulse Fail 010-369 IH Driver Communication Fail 010-370 IH Driver Freeze Fail […]

Auto Mount NAS drive on MAC

sudo nano /etc/auto_master Add to the end /mnt/NAS auto_nas sudo nano /etc/auto_nas Shared -fstype=afp afp://username:password@nasname/Shared sudo automount -vc Open Finder goto /mnt drag them to Favs

FusionPBX PHP Warning: File upload error – unable to create a temporary file in Unknown on line 0

I was working on a FusionPBX and it wouldn’t upload a voicemail greeting. When i checked in the /var/log/httd/error_log there was a error PHP Warning: File upload error – unable to create a temporary file in Unknown on line 0, referer: /app/voicemail_greetings/voicemail_greetings.php?id=1001&back=%2Fapp%2Fvoicemails%2Fvoicemails.php   After doing some digging around i found that the upload_tmp_dir = wasn’t set. After […]

Windows can’t find driver USB Storage devices?

I spent a few days trying to figure this out, and apparently all modern versions of Windows suffer from it, yet it’s barely/poorly documented anywhere: If your usb devices are no longer recognized by Windows, no matter how many times you try to install or update the drivers, go look in c:\windows\inf\ (make sure you […]