Your message dated Sun, 8 Sep 2013 12:50:29 +0100
with message-id <[email protected]>
and subject line Re: Bug#712180: ircd-hybrid: configuration issues with
ircd-hybrid ver 8
has caused the Debian Bug report #713868,
regarding ircd-hybrid: mkpasswd not working
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
713868: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713868
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ircd-hybrid
Version: 1:8.0.9.dfsg.1-2
Severity: normal
Dear Maintainer,
There are several issues with configuring ircd-hybrid in the new ver 8 release.
As packaged, in /etc/ircd-hybrid/ircd.conf there is an error on line 108:
max_topic_length = 350
This should read:
max_topic_length = 300;
Range is 80 to 300, and it's missing the semicolon, which produces the error:
[2013-06-13T17:40:16-0400] "/etc/ircd-hybrid/ircd.conf", line 109: syntax
error: };
Provide /etc/ircd-hybrid/kline.conf and dline.conf files to avoid errors:
[2013-06-13T17:40:16-0400] Unable to read configuration file
'/etc/ircd-hybrid/kline.conf': No such file or directory
[2013-06-13T17:40:16-0400] Unable to read configuration file
'/etc/ircd-hybrid/dline.conf': No such file or directory
Password for operator is not recognized when using the system mkpasswd.
There is no other "provided mkpasswd tool" as commented in ircd.conf (tried
/usr/bin/mkpasswd with no option and with md5, but the password hash it produces
is apparently not compatible). The help file
/usr/share/ircd-hybrid/help/opers/mkpasswd is
also missing from this version.
Having /oper privileges on your own irc server is obviously a pressing issue.
If this cannot be fixed, the package cannot be safely deployed and maintained.
Not sure what is wrong with this:
[2013-06-13T17:40:16-0400] "/etc/ircd-hybrid/ircd.conf", line 117: syntax
error: email = "<root@localhost>";
Error persists even when changing the localhost address to a valid domain value.
Cheers,
Mitch Halmu
-- System Information:
Debian Release: jessie/sid
APT prefers testing-proposed-updates
APT policy: (500, 'testing-proposed-updates'), (500, 'unstable'), (500,
'testing'), (500, 'stable'), (1, 'experimental')
Architecture: sparc (sparc64)
Kernel: Linux 3.8-1-sparc64-smp (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Versions of packages ircd-hybrid depends on:
ii debconf [debconf-2.0] 1.5.50
ii libc6 2.17-3
ii libltdl7 2.4.2-1.2
ii libpcre3 1:8.31-2
Versions of packages ircd-hybrid recommends:
ii whois 5.0.25
Versions of packages ircd-hybrid suggests:
pn hybserv <none>
-- debconf information:
ircd-hybrid/restart_on_upgrade: true
ircd-hybrid/upgrade_secure_links_warn: true
* ircd-hybrid/upgrade_no_services_warn: true
ircd-hybrid/no-more-ssl: true
--- End Message ---
--- Begin Message ---
On Sun, Jun 23, 2013 at 01:07:45PM +0100, Dominic Hargreaves wrote:
> On Thu, Jun 13, 2013 at 06:10:31PM -0400, Mitch Halmu wrote:
> > Password for operator is not recognized when using the system mkpasswd.
> > There is no other "provided mkpasswd tool" as commented in ircd.conf (tried
> > /usr/bin/mkpasswd with no option and with md5, but the password hash it
> > produces
> > is apparently not compatible). The help file
> > /usr/share/ircd-hybrid/help/opers/mkpasswd is
> > also missing from this version.
>
> the built-in m_mkpasswd contrib module has been removed upstream.
>
> > Having /oper privileges on your own irc server is obviously a pressing
> > issue.
> > If this cannot be fixed, the package cannot be safely deployed and
> > maintained.
>
> This works for me. For example:
>
> $ /usr/bin/mkpasswd
> Password: [asdfasdf]
> hxd5KFgDHk3NQ
>
> operator {
> name = "Dom";
> user = "[email protected]";
> password = "hxd5KFgDHk3NQ";
> encrypted = "yes";
> class = "opers";
> };
>
> Can you check this?
I'm closing this bug report in the absence of further information
about a confirmed problem. The other issues reported are now fixed.
Best wishes,
Dominic.
--- End Message ---