Страница 1 из 1

запуск irc-hybrid-ru

Добавлено: 2010-09-05 17:44:12
neurobomman
Собственно сабж...установил из портов, отредактировал файл ircd.conf (прилагаю). запускать пытаюсь через

Код: Выделить всё

#/usr/local/etc/rc.d/irc-hybrid-ru.sh start
не запускается. В лог пишет

Код: Выделить всё

You haven't read your config file properly.
There is a line in the example conf that will kill your server if not removed.
Consider actually reading/editing the conf file, and removing this line.
понятно что-то криво в конфиге. конфиг прилагаю. посмотрите пожалуйста, где косяк. Заранее благодарен за помощь!

Код: Выделить всё

serverinfo {
        name = "pachinz.homeunix.com";
        description = "my irc-server";
        network_name = "PACHINZ";
        network_desc = "This is My Network";
        hub = no;
        max_clients = 512;
};
admin {
        name = "neurobomman";
        description = "Main Server Administrator";
        email = "<neurobomman@mail.ru>";
};
log {
        use_logging = yes;
        fname_userlog = "logs/userlog";
        fname_operlog = "logs/operlog";
        fname_killlog = "logs/kill";
        fname_klinelog = "logs/kline";
        fname_glinelog = "logs/gline";
        log_level = L_INFO;
};

listen {
        port = 6665 .. 6669;
};
operator {
        name = "xxxxxx";
        password = "xxxxxxx";
        encrypted = yes;
};
kill {
        user = "bad@*.hacked.edu";
        reason = "Obviously hacked account";
};

kill {
        user = "^O[[:alpha:]]?[[:digit:]]+(x\.o|\.xo)$@^[[:alnum:]]{4}\.evilnet.org$";
        type = regex;
};
channel {
        disable_fake_channels = yes;
        restrict_channels = no;
        disable_local_channels = no;
        use_invex = yes;
        use_except = yes;
        use_knock = yes;
        knock_delay = 1 minutes;
        knock_delay_channel = 1 minute;
        burst_topicwho = yes;
        max_chans_per_user = 25;
        max_bans = 25;
        join_flood_count = 16;
        join_flood_time = 8 seconds;
        default_split_user_count = 0;
        default_split_server_count = 0;
        no_join_on_split = no;
};
serverhide {
        flatten_links = no;
        links_delay = 5 minutes;
        hidden = no;
        disable_hidden = no;
        hide_servers = no;
        hidden_name = "*.hidden.com";
        hide_server_ips = no;
};
general {
        gline_min_cidr = 16;
        gline_min_cidr6 = 48;
        invisible_on_connect = yes;
        burst_away = no;
        use_whois_actually = yes;
        kill_chase_time_limit = 90;
        hide_spoof_ips = yes;
        ignore_bogus_ts = no;
        disable_auth = no;
        tkline_expire_notices = no;
        default_floodcount = 10;
        failed_oper_notice = yes;
        dots_in_ident = 2;
        dot_in_ip6_addr = no;
        min_nonwildcard = 4;
        min_nonwildcard_simple = 3;
        max_accept = 20;
        anti_nick_flood = yes;
        max_nick_time = 20 seconds;
        max_nick_changes = 5;
        anti_spam_exit_message_time = 5 minutes;
        ts_warn_delta = 30 seconds;
        ts_max_delta = 5 minutes;
        kline_with_reason = yes;
        kline_reason = "Connection closed";
        reject_hold_time = 0;
        warn_no_nline = yes;
        stats_e_disabled = no;
        stats_o_oper_only = yes;
        stats_P_oper_only = yes;
        stats_i_oper_only = yes;
        stats_k_oper_only = yes;
        caller_id_wait = 1 minute;
        opers_bypass_callerid = no;
pace_wait_simple = 1 second;
        pace_wait = 10 seconds;
        short_motd = no;
        ping_cookie = no;
        no_oper_flood = yes;
        true_no_oper_flood = yes;
        oper_pass_resv = yes;
        idletime = 0;
        havent_read_conf = 1;
        max_targets = 4;
        client_flood = 2560 bytes;
        message_locale = "standard";
        oper_only_umodes = bots, cconn, debug, full, skill, nchange,
                           rej, spy, external, operwall, locops, unauth;
        oper_umodes = bots, locops, servnotice, operwall, wallop;
        throttle_time = 10;
};
modules {
        path = "/usr/local/lib/ircd-hybrid-ru-modules";
        path = "/usr/local/lib/ircd-hybrid-ru-modules/autoload";
        #module = "some_module.so";
};

Re: запуск irc-hybrid-ru

Добавлено: 2010-09-05 17:48:06
zeus4all
мне не нравятся kill-ы, хотя я ето дело впервой вижу. нет наверно я ошибаюсь. :(

Re: запуск irc-hybrid-ru

Добавлено: 2010-09-05 18:00:27
neurobomman
убрал их.тоже самое

Re: запуск irc-hybrid-ru

Добавлено: 2010-09-05 19:32:34
neurobomman
или плюнуть и unreal поставить...на него хоть хэндбука есть

Re: запуск irc-hybrid-ru

Добавлено: 2010-09-05 21:33:08
Scriptkiller
Убери строку

Код: Выделить всё

havent_read_conf = 1;

Re: запуск irc-hybrid-ru

Добавлено: 2010-09-06 6:35:46
neurobomman
ТОЧНО!!!)))) это что пасхалка такая?ловушка на невнимательного?

Re: запуск irc-hybrid-ru

Добавлено: 2010-09-06 15:12:33
Scriptkiller
Ловушка на невнимательного. Очень часто почему-то именно в IRC-софте подобное вижу. В боте eggdrop аж несколько таких сюрпризов в конфиге :smile:

Re: запуск irc-hybrid-ru

Добавлено: 2010-09-07 6:29:33
neurobomman
Спасибо за помощь тебе!