]> jfr.im git - irc.git/blobdiff - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2006/static/gitweb.css
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2006 / static / gitweb.css
diff --git a/software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2006/003186.html b/software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2006/003186.html
deleted file mode 100644 (file)
index c4b02b1..0000000
+++ /dev/null
@@ -1,112 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML>
- <HEAD>
-   <TITLE> [IRCServices Coding] xml-import
-   </TITLE>
-   <LINK REL="Index" HREF="index.html" >
-   <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.esper.net?Subject=%5BIRCServices%20Coding%5D%20xml-import&In-Reply-To=1996813325.20060117122221%40kr.ru">
-   <META NAME="robots" CONTENT="index,nofollow">
-   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
-   <LINK REL="Previous"  HREF="003185.html">
-   <LINK REL="Next"  HREF="003184.html">
- </HEAD>
- <BODY BGCOLOR="#ffffff">
-   <H1>[IRCServices Coding] xml-import</H1>
-    <B>Andrew Church</B> 
-    <A HREF="mailto:ircservices-coding%40ircservices.esper.net?Subject=%5BIRCServices%20Coding%5D%20xml-import&In-Reply-To=1996813325.20060117122221%40kr.ru"
-       TITLE="[IRCServices Coding] xml-import">achurch at achurch.org
-       </A><BR>
-    <I>Tue Jan 17 16:08:56 PST 2006</I>
-    <P><UL>
-        <LI>Previous message: <A HREF="003185.html">[IRCServices Coding] xml-import
-</A></li>
-        <LI>Next message: <A HREF="003184.html">[IRCServices Coding] nicks/chans multilingual support
-</A></li>
-         <LI> <B>Messages sorted by:</B> 
-              <a href="date.html#3186">[ date ]</a>
-              <a href="thread.html#3186">[ thread ]</a>
-              <a href="subject.html#3186">[ subject ]</a>
-              <a href="author.html#3186">[ author ]</a>
-         </LI>
-       </UL>
-    <HR>  
-<!--beginarticle-->
-<PRE>     What version are you using?  If it's 5.1a2, please send me (privately)
-the XML file so I can test for the problem here.
-
-  --Andrew Church
-    <A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
-    <A HREF="http://achurch.org/">http://achurch.org/</A>
-
-&gt;<i>Hello, IRC.
-</I>&gt;<i>
-</I>&gt;&gt;<i> You need to to add the -import parameter with the XML file name when
-</I>&gt;&gt;<i> starting Services.
-</I>&gt;<i>
-</I>&gt;<i>I've got troubles! With database/standard:
-</I>&gt;<i>All data is imported well, but services exited on segm. fault.
-</I>&gt;<i>Here is backtrace from core file:
-</I>&gt;<i>
-</I>&gt;<i>(gdb) bt
-</I>&gt;<i>#0  0x281c061e in write_string (s=0xc &lt;Address 0xc out of bounds&gt;, f=0x82e2000) at modules/database/fileutil.c:398
-</I>&gt;<i>#1  0x281bf951 in standard_save_table (table=0x282220bc) at modules/database/standard.c:734
-</I>&gt;<i>#2  0x08050295 in save_all_dbtables () at databases.c:128
-</I>&gt;<i>#3  0x080525f5 in init (ac=3, av=0xbfbfec00) at init.c:952
-</I>&gt;<i>#4  0x08054d8d in main (ac=3, av=0xbfbfec00, envp=0xbfbfec10) at main.c:216
-</I>&gt;<i>
-</I>&gt;<i>All .sdb files look good except whis one:
-</I>&gt;<i>chan-access.sdb.new
-</I>&gt;<i>
-</I>&gt;<i>I've deleted this file and run ircservices anyway and got segmentation
-</I>&gt;<i>fault again. Backtrace:
-</I>&gt;<i>
-</I>&gt;<i>#0  0x281f7cfd in new_nickgroupinfo (seed=0x10 &lt;Address 0x10 out of bounds&gt;) at modules/nickserv/util.c:102
-</I>&gt;<i>102     modules/nickserv/util.c: No such file or directory.
-</I>&gt;<i>        in modules/nickserv/util.c
-</I>&gt;<i>(gdb) bt
-</I>&gt;<i>#0  0x281f7cfd in new_nickgroupinfo (seed=0x10 &lt;Address 0x10 out of bounds&gt;) at modules/nickserv/util.c:102
-</I>&gt;<i>#1  0x281beeb8 in standard_load_table (table=0x281fca48) at modules/database/standard.c:411
-</I>&gt;<i>#2  0x0805019c in register_dbtable (table=0x281fca48) at databases.c:78
-</I>&gt;<i>#3  0x281f5d76 in init_module () at modules/nickserv/main.c:2725
-</I>&gt;<i>#4  0x0805813b in load_module (modulename=0x808e120 &quot;nickserv/main&quot;) at modules.c:424
-</I>&gt;<i>#5  0x080525a9 in init (ac=2, av=0xbfbfec28) at init.c:937
-</I>&gt;<i>#6  0x08054d8d in main (ac=2, av=0xbfbfec28, envp=0xbfbfec34) at main.c:216
-</I>&gt;<i>
-</I>&gt;<i>With database/version4:
-</I>&gt;<i>services just imported the data and exited with message in
-</I>&gt;<i>ircservices.log: Terminating, reason unknown
-</I>&gt;<i>Starting it up says: (database/version4) Invalid format in chan.db
-</I>&gt;<i>And services continue to work with no registered channels at all.
-</I>&gt;<i>
-</I>&gt;<i>Nicknames are okay.
-</I>&gt;<i>Please give me some ideas why channels importing doesn't work.
-</I>&gt;<i>Thanks.
-</I>&gt;<i>
-</I>&gt;<i>-- 
-</I>&gt;<i>Sincerely,
-</I>&gt;<i>Vitaliy Ovsyannikov
-</I>&gt;<i>JSC Skala, Krasnoyarsk, Russia
-</I>&gt;<i>
-</I>&gt;<i>------------------------------------------------------------------
-</I>&gt;<i>To unsubscribe or change your subscription options, visit:
-</I>&gt;<i><A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices-coding">http://lists.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
-</I>
-</PRE>
-
-<!--endarticle-->
-    <HR>
-    <P><UL>
-        <!--threads-->
-       <LI>Previous message: <A HREF="003185.html">[IRCServices Coding] xml-import
-</A></li>
-       <LI>Next message: <A HREF="003184.html">[IRCServices Coding] nicks/chans multilingual support
-</A></li>
-         <LI> <B>Messages sorted by:</B> 
-              <a href="date.html#3186">[ date ]</a>
-              <a href="thread.html#3186">[ thread ]</a>
-              <a href="subject.html#3186">[ subject ]</a>
-              <a href="author.html#3186">[ author ]</a>
-         </LI>
-       </UL>
-
-</body></html>