Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cipux::rpc::server::daemon(3pm) [debian man page]

CipUX::RPC::Server::Daemon(3pm) 			User Contributed Perl Documentation			   CipUX::RPC::Server::Daemon(3pm)

NAME
CipUX::RPC::Server::Daemon - Command line interface for CipUX::RPC::Server VERSION
This document describes CipUX::RPC::Server::Daemon version 3.4.0.9 SYNOPSIS
use CipUX::RPC::Server::Daemon; my $daemon = CipUX::RPC::Server::Daemon->new( { name=>'cipux_rpcd' } ); $daemon->run(); DESCRIPTION
Command line interface to CipUX::RPC::Server. METHODS
cipux_rpcd Start the XML-RPC server. cipux_rpc_list List CipUX XML-RPC functions. run Main routine. DIAGNOSTICS
Every single error and warning message that the module can generate (even the ones that will "never happen"), with a full explanation of each problem, one or more likely causes, and any suggested remedies. "Problems parsing command line!" If Getopt::Long has a non specified problem. See Getopt::Long for details. Most probable reason is: you provide wrong command line switches or values. CONFIGURATION AND ENVIRONMENT
CipUX::RPC::Server::Daemon requires no configuration files or environment variables. DEPENDENCIES
Carp CipUX::RPC::Server Class::Std Data::Dumper English Getopt::Long Log::Log4perl Pod::Usage Readonly INCOMPATIBILITIES
None reported. BUGS AND LIMITATIONS
No bugs have been reported. AUTHOR
Christian Kuelker "<christian.kuelker@cipworx.org>" LICENCE AND COPYRIGHT
Copyright (C) 2007 - 2008 by Christian Kuelker This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. DISCLAIMER OF WARRANTY
BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. perl v5.14.2 2012-01-04 CipUX::RPC::Server::Daemon(3pm)

Check Out this Related Man Page

CipUX::Passwd(3pm)					User Contributed Perl Documentation					CipUX::Passwd(3pm)

NAME
CipUX::Passwd - XML-RPC client to change own password VERSION
This document describes CipUX::Passwd version 3.4.0.3 SYNOPSIS
use warnings; use strict; use CipUX::Passwd; use version; our $VERSION = qv('3.4.0.0'); my $cipux = CipUX::Passwd->new( { name=>'cipuxpasswd' } ); $cipux->run(); exit 0; DESCRIPTION
Implements a XML-RPC client to change once own password using the CipUX XML-RPC server. SUBROUTINES
/METHODS BUILD Constructor. DEMOLISH Destructor. run Main subroutine. DIAGNOSTICS
"First input is not given! Please try again" "Second input is not given! Please try again" "The two inputs are not identical! Please try again" CONFIGURATION AND ENVIRONMENT
CipUX::Passwd requires no configuration files or environment variables. However if there is a configuration file it will be used. DEPENDENCIES
CipUX CipUX::RPC::Client Class::Std English Readonly version INCOMPATIBILITIES
None reported. BUGS AND LIMITATIONS
No bugs have been reported. SEE ALSO
See the CipUX webpage and the manual at <http://www.cipux.org> See the mailing list http://sympa.cipworx.org/wws/info/cipux-devel <http://sympa.cipworx.org/wws/info/cipux-devel> AUTHOR
Christian Kuelker christian.kuelker@cipworx.org LICENSE AND COPYRIGHT
Copyright (C) 2009, Christian Kuelker. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA DISCLAIMER OF WARRANTY
BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENSE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. perl v5.12.3 2011-05-05 CipUX::Passwd(3pm)
Man Page