From saturn at jetirc.net Mon May 29 09:37:16 2000 From: saturn at jetirc.net (Saturn) Date: Sat Oct 23 23:09:25 2004 Subject: [IRCServices Coding] Bug with memoserv SAVE (beta0) Message-ID: <002e01bfc98c$267c7bc0$6501a8c0@Turby> Runnign the services 5.0beta0 release My ircd: Unreal3.1.3-Komara(JetIRC). saturn.jetirc.net CFhiInXSs [Linux localhost.localdomain 2.4.7-10 #1 Thu Sep 6 16:46:36 EDT 2001 i686 unknown=2302(H)] The problem: At any time, if ANYone uses the Memoserv SAVE command to save a memo from expiry, services immediately terminates with no entry to the normal log file for a reason. I ran the -debug option.... In the log file, the last relavant entry is: [May 29 08:34:54.511303 2002] debug: Received: :Saturn PRIVMSG MemoServ@services.jetirc.net :save 1 Then the file ends. using GDB, i got the following, right after using the memoserv save command: #0 save_memo_callback (u=0x8173ed0, num=6, args=0xbffff4c0) at main.c:544 #1 0x08053611 in process_numlist (numstr=0xbffff63c "", count_ret=0xbffff4dc, callback=0x40214f14 , u=0x8173ed0) at misc.c:537 #2 0x40215b30 in do_save (u=0x8173ed0) at main.c:885 #3 0x0804e191 in run_cmd (service=0x8171af8 "", u=Cannot access memory at address 0xbffff534) at commands.c:175 #4 0x4021468c in memoserv (source=Cannot access memory at address 0xbffff560) at main.c:153 #5 0x080545de in call_callback_5 (module=Cannot access memory at address 0xbffff5a0) at modules.c:632 #6 0x080528b9 in m_privmsg (source=Cannot access memory at address 0xbffff5f0) at messages.c:177 #7 0x08054b43 in process () at process.c:131 #8 0x0805624f in check_sockets () at sockets.c:392 #9 0x080522be in main (ac=Cannot access memory at address 0xbffffa30) at main.c:248 #10 0x40053507 in __libc_start_main (main=Cannot access memory at address 0xbffffa70) at ../sysdeps/generic/libc-start.c:129 Cannot access memory at address 0xbffffa68 ---- I hope this is enough to go on.... From saturn at jetirc.net Mon May 29 09:38:42 2000 From: saturn at jetirc.net (Saturn) Date: Sat Oct 23 23:09:25 2004 Subject: [IRCServices Coding] RAW question Message-ID: <003701bfc98c$5997d3b0$6501a8c0@Turby> I have RAW commands enabled (runnign Unreal ircd 3.1.3, and IRCServices 5.0beta0) in the config for services.... But Inotice they are restricted to Services SuperUser only... how can I make them available to Services Admins also? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ircservices.za.net/pipermail/ircservices-coding/attachments/20000529/a5528f8f/attachment.html From saturn at jetirc.net Mon May 29 16:20:20 2000 From: saturn at jetirc.net (Saturn) Date: Sat Oct 23 23:09:25 2004 Subject: [IRCServices Coding] httpd question References: Message-ID: <003b01bfc9c4$753f29f0$6501a8c0@Turby> Hope this one's really easy to fix, but the manual (for this section) is rather vague.... How do I get the http module to actually OUTPUT the information to the web dir?? Is there a template top_page.htm file i shoudl know about?? Thanks From saturn at jetirc.net Mon May 29 17:24:54 2000 From: saturn at jetirc.net (Saturn) Date: Sat Oct 23 23:09:25 2004 Subject: [IRCServices Coding] Odd behaviour: SHUN command References: <003b01bfc9c4$753f29f0$6501a8c0@Turby> <003601c2076a$84d67450$0300000a@asi200> Message-ID: <003101bfc9cd$7a8f6600$6501a8c0@Turby> (UnrealIRCD 3.1.3, services 5.0beta0) When I tried to /shun a user (for a joke) services IMMEDIATELY removed it... is there an equivalent command in services or something? Thanks From saturn at jetirc.net Tue May 30 08:44:45 2000 From: saturn at jetirc.net (Saturn) Date: Sat Oct 23 23:09:26 2004 Subject: [IRCServices Coding] Bug with memoserv SAVE (beta0) References: <3cf5fc28.44317@achurch.org> Message-ID: <006001bfca4d$fae509b0$6501a8c0@Turby> Is there a patch? =) -Dave irc.jetirc.net ----- Original Message ----- From: "Andrew Church" To: Sent: Thursday, May 30, 2002 3:16 AM Subject: Re: [IRCServices Coding] Bug with memoserv SAVE (beta0) > Fixed, thanks. > > --Andrew Church > achurch@achurch.org > http://achurch.org/ > > >Runnign the services 5.0beta0 release > > > >My ircd: > >Unreal3.1.3-Komara(JetIRC). saturn.jetirc.net CFhiInXSs [Linux > >localhost.localdomain 2.4.7-10 #1 Thu Sep 6 16:46:36 EDT 2001 i686 > >unknown=2302(H)] > > > >The problem: > >At any time, if ANYone uses the Memoserv SAVE command to save a memo from > >expiry, services immediately terminates with no entry to the normal log file > >for a reason. > > > >I ran the -debug option.... > >In the log file, the last relavant entry is: > > [May 29 08:34:54.511303 2002] debug: Received: :Saturn PRIVMSG > >MemoServ@services.jetirc.net :save 1 > >Then the file ends. > > > >using GDB, i got the following, right after using the memoserv save command: > >#0 save_memo_callback (u=0x8173ed0, num=6, args=0xbffff4c0) at main.c:544 > >#1 0x08053611 in process_numlist (numstr=0xbffff63c "", > >count_ret=0xbffff4dc, > > callback=0x40214f14 , u=0x8173ed0) at misc.c:537 > >#2 0x40215b30 in do_save (u=0x8173ed0) at main.c:885 > >#3 0x0804e191 in run_cmd (service=0x8171af8 "", u=Cannot access memory at > >address 0xbffff534) at commands.c:175 > >#4 0x4021468c in memoserv (source=Cannot access memory at address > >0xbffff560) at main.c:153 > >#5 0x080545de in call_callback_5 (module=Cannot access memory at address > >0xbffff5a0) at modules.c:632 > >#6 0x080528b9 in m_privmsg (source=Cannot access memory at address > >0xbffff5f0) at messages.c:177 > >#7 0x08054b43 in process () at process.c:131 > >#8 0x0805624f in check_sockets () at sockets.c:392 > >#9 0x080522be in main (ac=Cannot access memory at address 0xbffffa30) at > >main.c:248 > >#10 0x40053507 in __libc_start_main (main=Cannot access memory at address > >0xbffffa70) > > at ../sysdeps/generic/libc-start.c:129 > >Cannot access memory at address 0xbffffa68 > > > >---- > > > >I hope this is enough to go on.... > > > > > > > >------------------------------------------------------------------ > >To unsubscribe or change your subscription options, visit: > >http://www.ircservices.za.net/mailman/listinfo/ircservices-coding > ------------------------------------------------------------------ > To unsubscribe or change your subscription options, visit: > http://www.ircservices.za.net/mailman/listinfo/ircservices-coding > >