Search found 66 matches

by Hwy
Fri Sep 19, 2003 12:36 pm
Forum: IRCD
Topic: tcm bot crashing
Replies: 12
Views: 47074

a lot of linux distros put the core file to zero for security reasons, sometimes daemons leave world readable core files with important info Then they shouldn't tout themselves as a "developer's platform". thats the gdb output....i hope this is what you wanted. That information is what you'd send t...
by Hwy
Thu Sep 18, 2003 9:20 pm
Forum: General
Topic: Server linking
Replies: 11
Views: 17578

http://www.efnet.nl/links.php contains links to the US and EU server apps, as well as other potentially useful information.
by Hwy
Thu Sep 18, 2003 9:18 pm
Forum: IRCD
Topic: tcm bot crashing
Replies: 12
Views: 47074

its an updated red hat 7.2 system with the 2.4.20 kernel. [irc@ns irc]$ ulimit -a core file size (blocks) 0 ... i take it i need to change the core file size? or is 0 unlimited? i have had core files appear with this set at 0 before. ulimit -c unlimited Some programs, hybrid, hybserv, and Sentinel ...
by Hwy
Thu Sep 18, 2003 9:13 pm
Forum: IRCD
Topic: tcm bot crashing
Replies: 12
Views: 47074

-wassup- wrote:i just remembered that i did get errors during compiling, having to do with socket.h.
System header, you can't do anything about it so you can ignore it.
by Hwy
Thu Sep 18, 2003 1:21 pm
Forum: IRCD
Topic: tcm bot crashing
Replies: 12
Views: 47074

You're using current cvs, which can be (and often is) broken. That is designed for developers ONLY. Anyway, what OS are you running? Some operating systems (stupidly) disable dumping core files by default, show us your output from the shell command: ulimit -c (or if you are using some form of csh) l...
by Hwy
Thu Sep 18, 2003 12:51 am
Forum: IRCD
Topic: tcm bot crashing
Replies: 12
Views: 47074

Sending a gdb bt to the authors would likely get more of a result. Send it to ircd-hybrid@the-project.org

gdb /path/to/tcm-binary /path/to/tcm.core

When you get to a "(gdb)" prompt, issue the command "bt"

Paste that command's output into the e-mail.
by Hwy
Sun Sep 07, 2003 7:21 pm
Forum: General
Topic: why doesnt efnet run hybserv2?
Replies: 17
Views: 27345

Not to mention Hybserv2 has a number of unresolved issues and bugs, including "difficulties" in dealing with channels with % characters in them. Minor update, the % issue is finally resolved. There are still a number of other issues, that would force it to not work well on large networks. As for wh...
by Hwy
Sun Sep 07, 2003 2:52 am
Forum: IRCD
Topic: in the future will opers need to have more control?
Replies: 59
Views: 179046

Re: in the future will opers need to have more control?

leeh wrote:id say ircnets ircd wins hands down on opers having the least power. You have to patch it to even be able to kline via the ircd :P.
Don't forget tkserv ;) Technically not the ircd but it IS included.
by Hwy
Sun Sep 07, 2003 2:50 am
Forum: IRCD
Topic: in the future will opers need to have more control?
Replies: 59
Views: 179046

Hybrid has nothing to do with the lack of "power" that you refer to. Hybrid can easily be modified (and has been) to allow opers to have more control over the users and the network. ie http://ircd.botbay.net/pub/hybrid/4-Hackops/ . Typically, making some sort of "more-oper-power" patch is the first...
by Hwy
Wed Sep 03, 2003 12:22 am
Forum: General
Topic: services.xo and services.us
Replies: 36
Views: 54756

...snip... also where could i find a copy of services.xo? thanks, alex That's not public either. The SERVER, DOMAIN, and HOST commands are mimiced by Hybserv2's StatServ; and those commands plus CLONES and DRONES are mimiced by Sentinel's MonServ. Both of these programs are open source but neither ...
by Hwy
Tue Sep 02, 2003 12:30 am
Forum: General
Topic: services.xo and services.us
Replies: 36
Views: 54756

Just a minor correction, it doesn't broadcast notices to monitor bots, both tcm and oomon explicitely query it. Any user is able to /msg SERVICES@services.xo CLONES 4 and receive the same information a tcm/oomon does (by default). Users who are KLINE'ed for "Clones on multiple servers" are the resul...
by Hwy
Tue Aug 26, 2003 11:40 pm
Forum: General
Topic: single char nicks.
Replies: 13
Views: 21431

i was reading in example.conf.trillian that if a server jupes a nick it has to be juped on all servers, does that still apply or is it outdated info? Nick jupes do not have to be applied to each server, it would simply apply only to users on that one server. If an admin left out "NickServ", and ser...
by Hwy
Sun Aug 24, 2003 12:30 pm
Forum: General
Topic: why doesnt efnet run hybserv2?
Replies: 17
Views: 27345

Not to mention Hybserv2 has a number of unresolved issues and bugs, including "difficulties" in dealing with channels with % characters in them.
by Hwy
Fri Aug 22, 2003 12:04 pm
Forum: IRCD
Topic: Very Weird Log
Replies: 10
Views: 45202

I've seen things like that when people tried to exploit the old DNS spoofing bugs. This MIGHT be the same thing, I'm not sure offhand
by Hwy
Thu Aug 21, 2003 8:44 pm
Forum: General
Topic: What about +d?
Replies: 34
Views: 52290

But also remember the CPU load regular expressions would impart on a server. The original +d in Hybrid 6 used regular expressions (early betas) but it was changed to match() (wildcards * and ?). What WOULD help and not cost much is an improved match(), like oomon's current implementation. You would ...