Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- shadowx@SonicTorment:~/adchpp/bin$ gdb "./adchppd -c /home/shadowx/adchpp/bin/config/"
- GNU gdb (GDB) 7.2-debian
- Copyright (C) 2010 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- and "show warranty" for details.
- This GDB was configured as "i486-linux-gnu".
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>...
- ./adchppd -c /home/shadowx/adchpp/bin/config/: No such file or directory.
- (gdb) r
- Starting program:
- No executable file specified.
- Use the "file" or "exec-file" command.
- (gdb) bt full
- No stack.
- (gdb) q
- shadowx@SonicTorment:~/adchpp/bin$ cat config/adchpp.xml
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <ADCHubPlusPlus>
- <Settings>
- <HubName type="string">Nemesis</HubName>
- <Description type="string">Локальный Сервер DC ++</Description>
- <Log type="int">1</Log>
- <LogFile type="string">logs/adchpp%Y%m.log</LogFile>
- <!-- Advanced connection settings (don't change unless you at least think you know what you're doing) -->
- <!-- Maximum send size, changes how much data is sent at most to a single user per
- call to the socket api. Experiment with this, lower settings might be more fair
- in the distribution of available bandwidth at the cost of network/cpu efficiency.
- Don't set below 256, 0 = disable. Experiment with this, it has many strange effects! -->
- <MaxSendSize type="int">1400</MaxSendSize>
- <MaxBufferSize type="int">16384</MaxBufferSize>
- <BufferSize type="int">256</BufferSize>
- <MaxCommandSize type="int">16384</MaxCommandSize>
- <OverflowTimeout type="int">60000</OverflowTimeout>
- <KeepSlowUsers type="int">1</KeepSlowUsers>
- <BufferSize type="int">512</BufferSize>
- <!--DisconnectTimeout>10000</DisconnectTimeout -->
- <DisconnectTimeout>10000</DisconnectTimeout>
- <LoginTimeout>30</LoginTimeout>
- </Settings>
- <Servers>
- <!--Server Port="2780" TLS="1" Certificate="certs/cacert.pem" PrivateKey="certs/privkey.pem" TrustedPath="certs/trusted/" DHParams="certs/dhparam.pem"/-->
- <Server Port="4111"/>
- </Servers>
- <Plugins Path="/home/shadowx/adchpp/bin/">
- <!--Plugin>Script</Plugin-->
- <Plugin>Bloom</Plugin>
- </Plugins>
- </ADCHubPlusPlus>
- shadowx@SonicTorment:~/adchpp/bin$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement