Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
2022-07-21 23:16:59,884 p=1822 u=root n=ansible | TASK [apnscp/bootstrap : set_fact] ********************************************* 2022-07-21 23:16:59,911 p=1822 u=root n=ansible | fatal: [localhost]: FAILED! => {"msg": "An unhandled exception occurred while running the lookup plugin 'ini'. Error was a <class 'configparser.NoSectionError'>, original message: No section: 'rampart'"} 2022-07-21 23:16:59,912 p=1822 u=root n=ansible | ...ignoring 2022-07-21 23:16:59,993 p=1822 u=root n=ansible | TASK [apnscp/bootstrap : Append config] **************************************** 2022-07-21 23:17:00,073 p=1822 u=root n=ansible | skipping: [localhost] 2022-07-21 23:17:00,100 p=1822 u=root n=ansible | TASK [apnscp/bootstrap : Skip config append] *********************************** 2022-07-21 23:17:00,176 p=1822 u=root n=ansible | skipping: [localhost] 2022-07-21 23:17:00,205 p=1822 u=root n=ansible | TASK [apnscp/bootstrap : Setting rampart => driver = ipset] ******************** 2022-07-21 23:17:00,386 p=1822 u=root n=ansible | changed: [localhost] 2022-07-21 23:17:00,409 p=1822 u=root n=ansible | TASK [apnscp/bootstrap : set_fact] ********************************************* 2022-07-21 23:17:00,491 p=1822 u=root n=ansible | ok: [localhost] 2022-07-21 23:17:00,514 p=1822 u=root n=ansible | TASK [apnscp/bootstrap : set_fact] ********************************************* 2022-07-21 23:17:00,599 p=1822 u=root n=ansible | ok: [localhost] 2022-07-21 23:17:00,677 p=1822 u=root n=ansible | TASK [apnscp/bootstrap : Append config] **************************************** 2022-07-21 23:17:00,699 p=1822 u=root n=ansible | skipping: [localhost] 2022-07-21 23:17:00,780 p=1822 u=root n=ansible | TASK [apnscp/bootstrap : Skip config append] *********************************** 2022-07-21 23:17:00,800 p=1822 u=root n=ansible | skipping: [localhost] 2022-07-21 23:17:00,882 p=1822 u=root n=ansible | TASK [apnscp/bootstrap : Setting rampart => prefix = f2b-] ********************* 2022-07-21 23:17:01,005 p=1822 u=root n=ansible | changed: [localhost] 2022-07-21 23:17:01,006 p=1822 u=root n=ansible | RUNNING HANDLER [common : Restart apnscp] ************************************** 2022-07-21 23:17:02,375 p=1822 u=root n=ansible | fatal: [localhost]: FAILED! => {"changed": false, "msg": "Unable to restart service apnscp: Job for apnscp.service failed because the control process exited with error code.\nSee \"systemctl status apnscp.service\" and \"journalctl -xe\" for details.\n"} 2022-07-21 23:17:02,375 p=1822 u=root n=ansible | RUNNING HANDLER [common : Reload firewalld] ************************************ 2022-07-21 23:17:02,376 p=1822 u=root n=ansible | RUNNING HANDLER [common : Reload fail2ban] ************************************* 2022-07-21 23:17:02,376 p=1822 u=root n=ansible | RUNNING HANDLER [common : Restart fail2ban] ************************************ 2022-07-21 23:17:02,377 p=1822 u=root n=ansible | RUNNING HANDLER [common : Reload systemd] ************************************** 2022-07-21 23:17:02,377 p=1822 u=root n=ansible | RUNNING HANDLER [common : Restart fail2ban] ************************************ 2022-07-21 23:17:02,378 p=1822 u=root n=ansible | NO MORE HOSTS LEFT ************************************************************* 2022-07-21 23:17:02,382 p=1822 u=root n=ansible | PLAY RECAP ********************************************************************* 2022-07-21 23:17:02,382 p=1822 u=root n=ansible | localhost : ok=1298 changed=473 unreachable=0 failed=1 skipped=417 rescued=1 ignored=15 2022-07-21 23:17:14,703 p=270792 u=uid=0 n=ansible | PLAY [localhost] *************************************************************** 2022-07-21 23:17:15,493 p=270792 u=uid=0 n=ansible | TASK [Gathering Facts] ********************************************************* 2022-07-21 23:17:15,517 p=270812 u=uid=0 n=ansible | ERROR! [mux 270812] 23:17:15.510574 E mitogen.service: Pool(6208, size=32, th='mitogen.Pool.6208.0'): while invoking 'get' of 'ansible_mitogen.services.ContextService' Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/mitogen/service.py", line 627, in _on_service_call return invoker.invoke(method_name, kwargs, msg) File "/usr/local/lib/python3.6/site-packages/mitogen/service.py", line 313, in invoke response = self._invoke(method_name, kwargs, msg) File "/usr/local/lib/python3.6/site-packages/mitogen/service.py", line 299, in _invoke ret = method(**kwargs) File "/usr/local/lib/python3.6/site-packages/ansible_mitogen/services.py", line 495, in get reraise(*result) File "/usr/local/lib/python3.6/site-packages/ansible_mitogen/services.py", line 75, in reraise raise value File "/usr/local/lib/python3.6/site-packages/ansible_mitogen/services.py", line 453, in _wait_or_start response = self._connect(key, spec, via=via) File "/usr/local/lib/python3.6/site-packages/ansible_mitogen/services.py", line 405, in _connect context = method(via=via, unidirectional=True, **spec['kwargs']) File "/usr/local/lib/python3.6/site-packages/mitogen/parent.py", line 2484, in local return self.connect(u'local', **kwargs) File "/usr/local/lib/python3.6/site-packages/mitogen/parent.py", line 2444, in connect return self._connect(klass, **mitogen.core.Kwargs(kwargs)) File "/usr/local/lib/python3.6/site-packages/mitogen/parent.py", line 2422, in _connect conn = klass(klass.options_class(**kwargs), self) File "/usr/local/lib/python3.6/site-packages/mitogen/parent.py", line 1319, in __init__ remote_name = get_default_remote_name() File "/usr/local/lib/python3.6/site-packages/mitogen/parent.py", line 215, in get_default_remote_name s %= (getpass.getuser(), socket.gethostname(), os.getpid()) File "/usr/lib64/python3.6/getpass.py", line 169, in getuser return pwd.getpwuid(os.getuid())[0] KeyError: 'getpwuid(): uid not found: 0' 2022-07-21 23:17:15,590 p=270792 u=uid=0 n=ansible | An exception occurred during task execution. To see the full traceback, use -vvv. The error was: return pwd.getpwuid(os.getuid())[0] 2022-07-21 23:17:15,591 p=270792 u=uid=0 n=ansible | fatal: [localhost]: FAILED! => {"msg": "Unexpected failure during module execution.", "stdout": ""} 2022-07-21 23:17:15,593 p=270792 u=uid=0 n=ansible | PLAY RECAP ********************************************************************* 2022-07-21 23:17:15,594 p=270792 u=uid=0 n=ansible | localhost : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 2022-07-21 23:17:24,672 p=270954 u=uid=0 n=ansible | PLAY [localhost] *************************************************************** 2022-07-21 23:17:25,393 p=270954 u=uid=0 n=ansible | TASK [Gathering Facts] ********************************************************* 2022-07-21 23:17:25,411 p=270960 u=uid=0 n=ansible | ERROR! [mux 270960] 23:17:25.409920 E mitogen.service: Pool(b208, size=32, th='mitogen.Pool.b208.0'): while invoking 'get' of 'ansible_mitogen.services.ContextService' Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/mitogen/service.py", line 627, in _on_service_call return invoker.invoke(method_name, kwargs, msg) File "/usr/local/lib/python3.6/site-packages/mitogen/service.py", line 313, in invoke response = self._invoke(method_name, kwargs, msg) File "/usr/local/lib/python3.6/site-packages/mitogen/service.py", line 299, in _invoke ret = method(**kwargs) File "/usr/local/lib/python3.6/site-packages/ansible_mitogen/services.py", line 495, in get reraise(*result) File "/usr/local/lib/python3.6/site-packages/ansible_mitogen/services.py", line 75, in reraise raise value File "/usr/local/lib/python3.6/site-packages/ansible_mitogen/services.py", line 453, in _wait_or_start response = self._connect(key, spec, via=via) File "/usr/local/lib/python3.6/site-packages/ansible_mitogen/services.py", line 405, in _connect context = method(via=via, unidirectional=True, **spec['kwargs']) File "/usr/local/lib/python3.6/site-packages/mitogen/parent.py", line 2484, in local return self.connect(u'local', **kwargs) File "/usr/local/lib/python3.6/site-packages/mitogen/parent.py", line 2444, in connect return self._connect(klass, **mitogen.core.Kwargs(kwargs)) File "/usr/local/lib/python3.6/site-packages/mitogen/parent.py", line 2422, in _connect conn = klass(klass.options_class(**kwargs), self) File "/usr/local/lib/python3.6/site-packages/mitogen/parent.py", line 1319, in __init__ remote_name = get_default_remote_name() File "/usr/local/lib/python3.6/site-packages/mitogen/parent.py", line 215, in get_default_remote_name s %= (getpass.getuser(), socket.gethostname(), os.getpid()) File "/usr/lib64/python3.6/getpass.py", line 169, in getuser return pwd.getpwuid(os.getuid())[0] KeyError: 'getpwuid(): uid not found: 0' 2022-07-21 23:17:25,479 p=270954 u=uid=0 n=ansible | An exception occurred during task execution. To see the full traceback, use -vvv. The error was: return pwd.getpwuid(os.getuid())[0] 2022-07-21 23:17:25,479 p=270954 u=uid=0 n=ansible | fatal: [localhost]: FAILED! => {"msg": "Unexpected failure during module execution.", "stdout": ""} 2022-07-21 23:17:25,482 p=270954 u=uid=0 n=ansible | PLAY RECAP ********************************************************************* 2022-07-21 23:17:25,482 p=270954 u=uid=0 n=ansible | localhost : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 2022-07-21 23:17:34,498 p=271101 u=uid=0 n=ansible | PLAY [localhost] *************************************************************** 2022-07-21 23:17:35,210 p=271101 u=uid=0 n=ansible | TASK [Gathering Facts] ********************************************************* 2022-07-21 23:17:35,288 p=271107 u=uid=0 n=ansible | ERROR! [mux 271107] 23:17:35.287035 E mitogen.service: Pool(4240, size=32, th='mitogen.Pool.4240.0'): while invoking 'get' of 'ansible_mitogen.services.ContextService' Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/mitogen/service.py", line 627, in _on_service_call return invoker.invoke(method_name, kwargs, msg) File "/usr/local/lib/python3.6/site-packages/mitogen/service.py", line 313, in invoke response = self._invoke(method_name, kwargs, msg) File "/usr/local/lib/python3.6/site-packages/mitogen/service.py", line 299, in _invoke ret = method(**kwargs) File "/usr/local/lib/python3.6/site-packages/ansible_mitogen/services.py", line 495, in get reraise(*result) File "/usr/local/lib/python3.6/site-packages/ansible_mitogen/services.py", line 75, in reraise raise value File "/usr/local/lib/python3.6/site-packages/ansible_mitogen/services.py", line 453, in _wait_or_start response = self._connect(key, spec, via=via) File "/usr/local/lib/python3.6/site-packages/ansible_mitogen/services.py", line 405, in _connect context = method(via=via, unidirectional=True, **spec['kwargs']) File "/usr/local/lib/python3.6/site-packages/mitogen/parent.py", line 2484, in local return self.connect(u'local', **kwargs) File "/usr/local/lib/python3.6/site-packages/mitogen/parent.py", line 2444, in connect return self._connect(klass, **mitogen.core.Kwargs(kwargs)) File "/usr/local/lib/python3.6/site-packages/mitogen/parent.py", line 2422, in _connect conn = klass(klass.options_class(**kwargs), self) File "/usr/local/lib/python3.6/site-packages/mitogen/parent.py", line 1319, in __init__ remote_name = get_default_remote_name() File "/usr/local/lib/python3.6/site-packages/mitogen/parent.py", line 215, in get_default_remote_name s %= (getpass.getuser(), socket.gethostname(), os.getpid()) File "/usr/lib64/python3.6/getpass.py", line 169, in getuser return pwd.getpwuid(os.getuid())[0] KeyError: 'getpwuid(): uid not found: 0' 2022-07-21 23:17:35,303 p=271101 u=uid=0 n=ansible | An exception occurred during task execution. To see the full traceback, use -vvv. The error was: return pwd.getpwuid(os.getuid())[0] 2022-07-21 23:17:35,304 p=271101 u=uid=0 n=ansible | fatal: [localhost]: FAILED! => {"msg": "Unexpected failure during module execution.", "stdout": ""} 2022-07-21 23:17:35,307 p=271101 u=uid=0 n=ansible | PLAY RECAP ********************************************************************* 2022-07-21 23:17:35,307 p=271101 u=uid=0 n=ansible | localhost : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
β π Free BTC method π¨ π₯
JavaScript | 28 sec ago | 0.20 KB
Incident
JavaScript | 3 min ago | 0.25 KB
β π‘ ChangeNOW Profit Exploit π π΅
JavaScript | 20 min ago | 0.20 KB
π‘ π¨ Free Crypto Method π¨ β π¨
JavaScript | 25 min ago | 0.20 KB
π β MAKE $2500 IN 15 MIN β Working π΅ π
JavaScript | 41 min ago | 0.20 KB
βββProfit Methodββ
Java | 54 min ago | 0.06 KB
βπ‘ EASY MONEY GUIDE β Working β π¨
JavaScript | 54 min ago | 0.20 KB
Insane
JavaScript | 54 min ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!