Advertisement
kwachu

Untitled

Jul 14th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. $ ./srvx -df
  2. --------------------------------------------------
  3. - srvx 1.3.1 (surge), Built: Jul 14 2016, 18:53:27.
  4. - Copyright (C) 2000 - 2005, srvx Development Team
  5. --------------------------------------------------
  6. info: Initializing daemon...
  7. error: Unable to open database file 'srvx.db' for reading: No such file or directory
  8. error: Unable to open dictionary file /usr/share/dict/words: No such file or directory
  9. error: Unable to open database file 'aliases.db' for reading: No such file or directory
  10. info: Connecting to 127.0.0.1:4400...
  11. info: Connection to server established.
  12. W: PASS :password
  13. W: SERVER Pyex.org 1 1468536262 1468536262 J10 AKAD] +s6 :services.Pyex.org
  14. ERROR :Closing Link: Pyex.org by Pyex.org (No Connect block)
  15. error: Error: Closing Link: Pyex.org by Pyex.org (No Connect block)
  16. error: Error received from uplink, squitting.
  17. error: Disabling uplink.
  18. fatal: All available uplinks exhausted; giving up.
  19. --srvx.conf
  20.  
  21. "uplinks" {
  22. "private-network" {
  23. // IP address and port the server listens on
  24. "address" "127.0.0.1";
  25. "port" "4400";
  26. "password" "password";
  27. "their_password" "password";
  28. "enabled" "1";
  29. "max_tries" "3";
  30. "bind_address" "127.0.0.1"; // use this ip to link
  31. };
  32.  
  33. --ircd.conf
  34.  
  35. Connect {
  36. name = "services.Pyex.org";
  37. host = "127.0.0.1";
  38. vhost = "127.0.0.1";
  39. password = "password";
  40. port = 4400;
  41. class = "Server";
  42. hub;
  43. maxhops = 2;
  44. autoconnect = no;
  45. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement