I believe you need to change the URL in your sources file to http://packages.netxms.org/raspian (from http://packages.netxms.org/debian).
				
			This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuforeach(o : GetObjectChildren(rootObject))dciArray = FindAllDCIs($node,"*");
for (dci : dciArray) {
	if (dci->status == 1) return true;
}