Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nsctl(8) [debian man page]

NSCTL(8)						    System Management Commands							  NSCTL(8)

NAME
nsctl - manage running l2tpns instance SYNOPSIS
nsctl [-d] [-h host[:port]] [-t timeout] command [arg ...] DESCRIPTION
nsctl sends commands to a running l2tpns process. It provides both for the loading or unloading of plugins and also the management of ses- sions via functions provided by those plugins. OPTIONS
-d Enable debugging output. -h host[:port] The host running l2tpns that should receive the message. By default the message is sent to UDP port 1702 on localhost. -t timeout Timeout in seconds to wait for a response from the server. COMMANDS
The first argument specifies the command to send to l2tpns . The following commands are as defined: load_plugin plugin Load the named plugin. unload_plugin plugin Unload the named plugin. help Each loaded plugin is queried for what commands it supports and the synopsis for each is output. Any other value of command (and args if any) are sent to l2tpns as-is, to be passed to each plugin which registers a plugin_control func- tion in turn (in which it may be acted upon). SEE ALSO
l2tpns(8) AUTHOR
This manual page was written by Jonathan McDowell <noodles@the.earth.li>, for the Debian GNU/Linux system (but may be used by others). L2TPNS 2004/11/17 15:08:19 NSCTL(8)

Check Out this Related Man Page

IBID-PLUGIN(1)						     Ibid - Multi-protocol Bot						    IBID-PLUGIN(1)

NAME
ibid-plugin - Plugin testing developer environment for Ibid SYNOPSIS
ibid-plugin [options...] [plugin[-]|plugin.Processor[-]...] DESCRIPTION
This utility is for testing Ibid plugins without the full bot environment. This means testing can be performed offline and without loading all the available plugins. This should be run in a configured Ibid bot directory. All the listed plugins and Processors will be loaded on start-up. Naming a plugin loads the complete plugin. Suffixing a - to the name, ignores that plugin or Processor instead of loading it. OPTIONS
-c, --configured Load all configured plugins, instead of only the core and requested plugins. -o, --only Don't load the Ibid core plugins, only the plugins requested. Note that without the core plugin to pre- and post-process events, most other plugins won't function correctly. -p, --public By default, ibid-plugin emulates a private conversation with the bot. With this option, the conversation is considered to be public and the bot will have to be addressed to provoke a response. -v, --verbose Increase verbosity. The final form of each Event object will be displayed before any responses. -h, --help Show a help message and exit. FILES
ibid.ini Locates the database to act upon by looking for the [databases].ibid value in the bot configuration file in the current directory. BUGS
ibid-plugin doesn't emulate a complete Ibid environment, and will ignore all of the following: * Delayed and periodically executed functions. * Messages to alternate sources. * Messages directly dispatched, rather than added to responses. * Permissions. All permissions are granted to the user. SEE ALSO
ibid(1), ibid.ini(5), ibid-setup(1), http://ibid.omnia.za.net/ Ibid 0.1 March 2010 IBID-PLUGIN(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

finding a process running on a port

how do I find the process that is running on a port in HP-Unix? Murali (8 Replies)
Discussion started by: manduva
8 Replies

2. UNIX for Dummies Questions & Answers

How to show what is running on a given port.

Is there a command that I can run (currently running AIX) that will tell me what is running on, as an example, port 7002? Also, would this command be able to list all of the ports and what's running on them? Any help is appreciated. Thanks. (1 Reply)
Discussion started by: dsimpg1
1 Replies

3. UNIX for Dummies Questions & Answers

Need Unix command to get all processes running on a port

Hi, Can someone provide me the Linux command to get the list of all processes running on a particular port. Thanks, Sandy (1 Reply)
Discussion started by: sandy8765
1 Replies

4. Red Hat

How to find which host a VM is running on?

We have quite a few Linux VMs running (several hundred). Some are running in VMware and some are running on Citrix XenServer. I know that it is possible, for example, to go into vSphere and search for the host name. But there are times where it is not found for whatever reason and I want to log... (0 Replies)
Discussion started by: keelba
0 Replies

5. OS X (Apple)

Can't figure out the correct syntax for a command loading a webkit plugin

Hello, Using Bash on Mac OS X 10.7.5 (Lion). I downloaded a GrowlSafari plugin for Webkit from its GitHub page GitHub - uasi/growl-safari-bridge: GrowlSafariBridge enables arbitrary javascript (including Safari Extensions) to notify via Growl.. In the description it says that after installing for... (0 Replies)
Discussion started by: scrutinizerix
0 Replies