Command Line Interface - Troubleshoot

Topics | QScripts | How To | Troubleshoot | Support | Related Topics


Overview

Thread Libraries (FreeBSD)

Run a Batch File (Windows 2008 and Windows Vista)


Overview

The following section(s) provides information on troubleshooting techniques as well as error messages that may be displayed when you are using a Command Line Interface tool.


Thread Libraries (FreeBSD)

Thread Libraries (FreeBSD)

Explanation

The manner in which FreeBSD thread libraries are renamed, relinked to, and relinked from along with the involved machine types can adversely affect Command Line Interface operations. Since some operations may require thread library support, be sure to implement the following action.

Action

  1. On the affected client, create the /etc/libmap.conf file.
  2. Include the following lines in the file:

    libc_r.so.5 libpthread.so.1
    libc_r.so libpthread.so

Fatal error 'Spinlock called when not threaded.' at line 87 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0)

Run a Batch File (Windows 2008 and Windows Vista)

For running a batch file as a Script or to execute using QCommand in Windows 2008 and Windows Vista operating systems from command prompt select 'Run as administrator' or open command window as administrator and execute the QCommands/Script  where Local Security Setting "User Account Control: Admin Approval Mode for the Built-in Administrator account" is enabled.

Back To Top