PasteSite is open to the public, but with limited features. Register to be able to modify access rights, track your pastes and more...
If you prefer reading light text on a dark background to dark text on a light background, then you might want to try the dark theme.
"Untitled" by Anonymous [Plain Text]Actions: |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
root@ubuntu:/usr/ircd/Unreal3.2.7/services# ./services -nofork
WARNING: You are currently running Anope as the root superuser. Anope does not
require root privileges to run, and it is discouraged that you run Anope
as the root superuser.
[Jan 29 14:10:48 2009] Anope 1.8.0 (1899) (ircd protocol: UnrealIRCd 3.2+) starting up
[Jan 29 14:10:49 2009] ms_rsend requested unload...
[Jan 29 14:10:49 2009] debug: trying to load core module [ms_rsend]
[Jan 29 14:10:49 2009] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jan 29 14:10:49 2009] Databases loaded
[Jan 29 14:10:49 2009] Info: Reflecting database records.
[Jan 29 14:10:49 2009] Connected to Server 1 (localhost:6667)
[Jan 29 14:10:49 2009] trying to load [cs_appendtopic]
[Jan 29 14:10:49 2009] [cs_appendtopic] Loaded successfully
[Jan 29 14:10:49 2009] status: [0][Module, Okay - No Error]
[Jan 29 14:10:49 2009] trying to load [cs_enforce]
[Jan 29 14:10:49 2009] status: [0][Module, Okay - No Error]
[Jan 29 14:10:49 2009] trying to load [ns_maxemail]
[Jan 29 14:10:49 2009] status: [0][Module, Okay - No Error]
[Jan 29 14:10:49 2009] trying to load [os_info]
[Jan 29 14:10:49 2009] os_info: Loading configuration directives...
[Jan 29 14:10:49 2009] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Jan 29 14:10:49 2009] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Jan 29 14:10:49 2009] status: [0][Module, Okay - No Error]
[Jan 29 14:10:49 2009] trying to load [hs_request]
[Jan 29 14:10:49 2009] hs_request loaded
[Jan 29 14:10:49 2009] status: [0][Module, Okay - No Error]
[Jan 29 14:10:50 2009] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Jan 29 14:10:50 2009] Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf
[Jan 29 14:10:50 2009] Read error from server: Success (error num: 0)
[Jan 29 14:10:50 2009] [cs_appendtopic] Unloaded successfully
[Jan 29 14:10:50 2009] hs_request un-loaded
root@ubuntu:/usr/ircd/Unreal3.2.7/services#
|