From: daniel j w. <dj...@bu...> - 2001-03-15 07:00:12
|
ok... I think our problems are very similar. For me though, it seems that the Anonymous Coward user was screwing it all up. Once I deleted it, everything works fine. Here were the simptoms: 1) Would only create the first user account. 2) Even when adding users directly through mysql it wouldn't work. It would report "ERROR 1062: Duplicate entry '2147483647' for key 1". Even if I specified a different uid than 2147483647, it would still report the same thing. weird... removing all the default accounts cleared it up though. thanks for the help! On Thu, 15 Mar 2001, Benjamin MA Robson wrote: > Daniel, > > I actually encountered what seems to be a similar thing. The system would create the first account, uid 0, fine but > would not create subsequent accounts. To solve this I artificially created a dummy uid 0 account and the system then > seemed to work fine. Was a little odd, but I got it working. > > However it may have been something strange I was doing as I have ported it to OpenBSD. > > Regards > Ben > > daniel j wharton wrote: > > > > I am not sure if this list is active, but I was wondering if anyone could > > help with a problem I am having. > > > > When I try to create a user in the login section, it just doesn't > > work. It returns the following: > > > > Once you receive your password, you can log in and set your account up > > testuser was not found. No Password mailed. > > > > I don't understand. The whole point is for it to create the user, so why > > is it saying that the user isn't found? > > > > btw: The first user I created worked fine, and I haven't changed anything > > since then. > > > > thanks in advance. > > > > daniel > > > > _______________________________________________ > > Slashcode-general mailing list > > Sla...@li... > > http://lists.sourceforge.net/lists/listinfo/slashcode-general > > -- Daniel J. Wharton Current Projects: ----------------------------------------------------- KAMIKAZE WORDS DOT COM - kamikazewords.com ----------------------------------------------------- t h e b u r n i t n e t w o r k - http://burnit.net ----------------------------------------------------- URL: danielwharton.com ICQ: 10020980 AIM: wharDOG |
From: Rick F. <ri...@na...> - 2001-03-15 18:22:51
|
This has something to do with the latest versions of MySQL not being able to AUTO INCREMENT fields with negative values. (Anonymous Coward has a uid of -1). Downgrading to 3.22.32 MySQL fixes this. > -----Original Message----- > From: sla...@li... > [mailto:sla...@li...] On > Behalf Of daniel j wharton > Sent: Wednesday, March 14, 2001 10:55 PM > To: sla...@li... > Cc: sla...@li... > Subject: Re: [Slashcode-general] question > > > > ok... I think our problems are very similar. For me though, it seems > that the Anonymous Coward user was screwing it all up. Once > I deleted it, > everything works fine. Here were the simptoms: > > 1) Would only create the first user account. > > 2) Even when adding users directly through mysql it wouldn't work. It > would report "ERROR 1062: Duplicate entry '2147483647' for > key 1". Even > if I specified a different uid than 2147483647, it would > still report the > same thing. > > weird... removing all the default accounts cleared it up though. > > thanks for the help! > > On Thu, 15 Mar 2001, Benjamin MA Robson wrote: > > > Daniel, > > > > I actually encountered what seems to be a similar thing. > The system would create the first account, uid 0, fine but > > would not create subsequent accounts. To solve this I > artificially created a dummy uid 0 account and the system then > > seemed to work fine. Was a little odd, but I got it working. > > > > However it may have been something strange I was doing as I > have ported it to OpenBSD. > > > > Regards > > Ben > > > > daniel j wharton wrote: > > > > > > I am not sure if this list is active, but I was wondering > if anyone could > > > help with a problem I am having. > > > > > > When I try to create a user in the login section, it just doesn't > > > work. It returns the following: > > > > > > Once you receive your password, you can log in and set > your account up > > > testuser was not found. No Password mailed. > > > > > > I don't understand. The whole point is for it to create > the user, so why > > > is it saying that the user isn't found? > > > > > > btw: The first user I created worked fine, and I haven't > changed anything > > > since then. > > > > > > thanks in advance. > > > > > > daniel > > > > > > _______________________________________________ > > > Slashcode-general mailing list > > > Sla...@li... > > > http://lists.sourceforge.net/lists/listinfo/slashcode-general > > > > > > -- > Daniel J. Wharton > > > Current Projects: > ----------------------------------------------------- > KAMIKAZE WORDS DOT COM - kamikazewords.com > ----------------------------------------------------- > t h e b u r n i t n e t w o r k - http://burnit.net > ----------------------------------------------------- > > URL: danielwharton.com ICQ: 10020980 AIM: wharDOG > > > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-general > |
From: daniel j w. <dj...@bu...> - 2001-03-15 23:47:00
|
Settings -I set almost all my blocks to 0 -Features, Login, and Polls are set to 1, 2 and 3 -I set a few others to -1 Problems -Login doesn't come up at all -Menu with options like About, FAQ, Topics... still comes up -Andover.net menu still comes up. Questions -Are there other places that may need to be changed? -Are there any better docs on blocks than the getting started page? -Are the two blocks on the left really blocks or are they something else? -Is it possible to put all blocks on the left instead of right? System info: Redhat Linux 7.0 Kernel 2.2.18 dual PIII 500 slashcode 1.09 mod_perl 1.24-6 apache 1.3.14-3 mysql 3.23.32-1.7 I will gladly give any other info needed. thanks, daniel |
From: daniel j w. <dj...@bu...> - 2001-03-16 03:23:33
|
this is also showing up in my apache error logs. does this mean I should compile mod_perl again? DBD::mysql::st execute failed: You have an error in your SQL syntax near '' at line 1 at /www/kamikazewords.com/beta/lib/Slash.pm line 1059. [Fri Mar 16 02:52:14 2001] [error] /index.pl:SELECT * FROM tzcodes,dateformats WHERE tzcodes.tz='' AND dateformats.id= DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at /www/kamikazewords.com/beta/lib/Slash.pm line 1063. I also notice that "SELECT * FROM tzcodes,dateformats WHERE tzcodes.tz='' AND dateformats.id=" is showing up on the top of the page under internet explorer. and these on restarting the webserver: [Thu Mar 15 03:47:05 2001] [notice] caught SIGTERM, shutting down Apache.pm version 1.26 required! /usr/lib/perl5/site_perl/5.6.0/i386-linux/Apache.pm is version 1.27 Perhaps you forgot to 'make install' or need to uninstall an old version? Found: /usr/lib/perl5/site_perl/5.6.0/i386-linux/Apache.pm [Thu Mar 15 03:48:45 2001] [notice] Apache/1.3.14 (Unix) (Red-Hat/Linux) mod_ssl/2.7.1 OpenSSL/0.9.5a PHP/4.0.4pl1 mod_perl/1.24 configured -- resuming normal operations On Thu, 15 Mar 2001, daniel j wharton wrote: > > Settings > -I set almost all my blocks to 0 > -Features, Login, and Polls are set to 1, 2 and 3 > -I set a few others to -1 > > Problems > -Login doesn't come up at all > -Menu with options like About, FAQ, Topics... still comes up > -Andover.net menu still comes up. > > Questions > -Are there other places that may need to be changed? > -Are there any better docs on blocks than the getting started page? > -Are the two blocks on the left really blocks or are they something else? > -Is it possible to put all blocks on the left instead of right? > > System info: > > Redhat Linux 7.0 > Kernel 2.2.18 > dual PIII 500 > slashcode 1.09 > mod_perl 1.24-6 > apache 1.3.14-3 > mysql 3.23.32-1.7 > > I will gladly give any other info needed. > > thanks, > > daniel > > > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-general > -- Daniel J. Wharton Current Projects: ----------------------------------------------------- KAMIKAZE WORDS DOT COM - kamikazewords.com ----------------------------------------------------- t h e b u r n i t n e t w o r k - http://burnit.net ----------------------------------------------------- URL: danielwharton.com ICQ: 10020980 AIM: wharDOG |
From: Chris N. <pu...@po...> - 2001-03-16 15:19:21
|
At 22:18 -0500 2001.03.15, daniel j wharton wrote: >this is also showing up in my apache error logs. does this mean I should >compile mod_perl again? > >DBD::mysql::st execute failed: You have an error in your SQL syntax near >'' at line 1 at /www/kamikazewords.com/beta/lib/Slash.pm line 1059. >[Fri Mar 16 02:52:14 2001] [error] /index.pl:SELECT * FROM >tzcodes,dateformats WHERE tzcodes.tz='' AND dateformats.id= >DBD::mysql::st fetchrow_hashref failed: fetch() without execute() at >/www/kamikazewords.com/beta/lib/Slash.pm line 1063. > >I also notice that "SELECT * FROM tzcodes,dateformats WHERE tzcodes.tz='' >AND dateformats.id=" is showing up on the top of the page under internet >explorer. I doubt this has anything to do with Apache/mod_perl problems. This is a data problem, and looks like a problem from Slash 1.0.7. But you say you have 1.0.9, so I don't know. However: >and these on restarting the webserver: > >[Thu Mar 15 03:47:05 2001] [notice] caught SIGTERM, shutting down >Apache.pm version 1.26 required! >/usr/lib/perl5/site_perl/5.6.0/i386-linux/Apache.pm is version 1.27 >Perhaps you forgot to 'make install' or need to uninstall an old version? >Found: /usr/lib/perl5/site_perl/5.6.0/i386-linux/Apache.pm >[Thu Mar 15 03:48:45 2001] [notice] Apache/1.3.14 >(Unix) (Red-Hat/Linux) mod_ssl/2.7.1 OpenSSL/0.9.5a PHP/4.0.4pl1 >mod_perl/1.24 configured -- resuming normal operations Something looks like it is installed improperly, though I can't say exactly what. >> System info: >> >> Redhat Linux 7.0 >> Kernel 2.2.18 >> dual PIII 500 >> slashcode 1.09 >> mod_perl 1.24-6 >> apache 1.3.14-3 >> mysql 3.23.32-1.7 Slash 1.0.9 is incompatible with MySQL 3.23. Slash 1.1/2.0 works fine with MySQL 3.23 (and in fact, it is kinda required, though you might be able to work with only 3.22). -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
From: daniel j w. <dj...@bu...> - 2001-03-16 21:34:38
|
"modprobe: Can't locate module binfmt-0000" is showing up in my messages file when I try to launch /etc/init.d/slash. The script dies right away and doesn't launch slash. It doesn't print any errors out. This is while testing bender out. Does anyone know why it needs this module? I know there are modules like binfmt-java and binfmt-aout, but I don't know what binfmt-0000 is, and neither does anyone else I have spoken to. I have been looking at people ask the same question about this module causing the same error, but with other things such as ppp. There are never any answers to this question. I have greped through most of the slashcode for modprobe, and binfmt, but haven't found where it is calling it from. My guess is that it tries to access something else that calls it. thanks, daniel -- Daniel J. Wharton Current Projects: ----------------------------------------------------- KAMIKAZE WORDS DOT COM - kamikazewords.com ----------------------------------------------------- t h e b u r n i t n e t w o r k - http://burnit.net ----------------------------------------------------- URL: danielwharton.com ICQ: 10020980 AIM: wharDOG |
From: Chris N. <pu...@po...> - 2001-03-19 13:51:03
|
At 16:29 -0500 2001.03.16, daniel j wharton wrote: >"modprobe: Can't locate module binfmt-0000" is showing up in my messages >file when I try to launch /etc/init.d/slash. The script dies right away >and doesn't launch slash. It doesn't print any errors out. > >This is while testing bender out. Does anyone know why it needs this >module? I know there are modules like binfmt-java and binfmt-aout, but I >don't know what binfmt-0000 is, and neither does anyone else I have >spoken to. I have been looking at people ask the same question about this >module causing the same error, but with other things such as ppp. There >are never any answers to this question. > >I have greped through most of the slashcode for modprobe, and binfmt, but >haven't found where it is calling it from. My guess is that it tries to >access something else that calls it. I do not know; I can only confirm that these things are not called directly from Slash. Try running, instead: /usr/local/slash/sbin/slashd VIRTUAL_USER_NAME See if that works. If so, then I imagine the problem is somewhere in the /etc/init.d/slash script, but I don't know what that problem would be. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
From: daniel j w. <dj...@se...> - 2001-03-25 00:52:14
|
I have a question about where the templates are stored for a site? Are they in the database, or does it use the ones in /usr/local/slash/themes/slashcode/templates? If it does keep them in the database, is it possible to export them so I can use my current theme on another site? thanks -- daniel j wharton The Secret Media Group www.secretmedia.org www.kamikazewords.com www.burnit.net Extended Contact Info: URL: danielwharton.com ICQ: 10020980 AIM: dotKAMbot |
From: Ask S. G. <cl...@sl...> - 2001-03-26 17:42:09
|
On Sat, 24 Mar 2001 19:50:29 -0500 (EST), daniel j wharton said: > > I have a question about where the templates are stored for a site? Are > they in the database, or does it use the ones in > /usr/local/slash/themes/slashcode/templates? If it does keep them in the > database, is it possible to export them so I can use my current theme on > another site? Templates are stored in the database. The template files in /usr/local/slash/themes/slashcode/templates are file-based entries of those self-same templates. Initially, when you load a slash-site, the install-slashsite tool will load the database with the templates of the theme you select. You should check out bin/template-tool. It was created with this exact purpose in mind. It can extract templates to a file for ease of editing (you therefore don't need to use the admin interface). Have CLI? Will travel. You can then use the template-tool to reload any template files into the database. Of course, this means that the short answer to your last question is: Yes. If you need more information on this issue, please let us know. - Cliff |
From: Alessio B. <al...@se...> - 2001-03-26 21:51:01
|
We are working to translate the Bender templates into Italian. Once it's completed, which is the best way to distribute it? A patch on top of slash 2.0, a new theme, a plugin? -- Alessio F. Bragadini al...@se... http://www.citinv.it |
From: Brian A. <br...@ta...> - 2001-03-27 00:59:17
|
Alessio Bragadini wrote: > We are working to translate the Bender templates into Italian. Once > it's completed, which is the best way to distribute it? A patch on top > of slash 2.0, a new theme, a plugin? What all are you finding that you have to change? Templates would be great. -Brian |