You can subscribe to this list here.
2001 |
Jan
|
Feb
(30) |
Mar
(123) |
Apr
(188) |
May
(90) |
Jun
(68) |
Jul
(129) |
Aug
(72) |
Sep
(97) |
Oct
(99) |
Nov
(168) |
Dec
(35) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(75) |
Feb
(55) |
Mar
(104) |
Apr
(49) |
May
(12) |
Jun
(11) |
Jul
(47) |
Aug
(104) |
Sep
(14) |
Oct
(26) |
Nov
(31) |
Dec
(10) |
2003 |
Jan
(78) |
Feb
(76) |
Mar
(47) |
Apr
(30) |
May
(19) |
Jun
(36) |
Jul
(48) |
Aug
(43) |
Sep
(54) |
Oct
(25) |
Nov
(79) |
Dec
(39) |
2004 |
Jan
(43) |
Feb
(14) |
Mar
(17) |
Apr
(15) |
May
(18) |
Jun
(20) |
Jul
(7) |
Aug
(30) |
Sep
(49) |
Oct
(17) |
Nov
(14) |
Dec
(72) |
2005 |
Jan
(55) |
Feb
(27) |
Mar
(34) |
Apr
(15) |
May
(8) |
Jun
(23) |
Jul
(7) |
Aug
(19) |
Sep
(3) |
Oct
(44) |
Nov
(3) |
Dec
|
2006 |
Jan
(20) |
Feb
(5) |
Mar
(8) |
Apr
(12) |
May
(16) |
Jun
(22) |
Jul
(39) |
Aug
(65) |
Sep
(4) |
Oct
(11) |
Nov
|
Dec
(5) |
2007 |
Jan
(2) |
Feb
(2) |
Mar
(8) |
Apr
(3) |
May
(28) |
Jun
(6) |
Jul
(3) |
Aug
(9) |
Sep
(15) |
Oct
|
Nov
(12) |
Dec
(2) |
2008 |
Jan
(3) |
Feb
(14) |
Mar
|
Apr
(4) |
May
|
Jun
(12) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2009 |
Jan
|
Feb
(2) |
Mar
(4) |
Apr
|
May
|
Jun
(14) |
Jul
|
Aug
(1) |
Sep
(66) |
Oct
(21) |
Nov
|
Dec
(1) |
2010 |
Jan
(2) |
Feb
(2) |
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(100) |
Mar
(17) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
From: Patrick G. <cap...@sl...> - 2001-03-23 13:02:01
|
Dave Aiello wrote: > > The April issue of LinuxJournal has an article called "Battening down the > Hatches with Bastille". Has any discussion taken place on what would be > required to get Slash running on a Bastille-hardened server? > Not to my knowledge. The only real issue would be that all the ports that you run your db and webserver are open. I have a mandrake box that I have locked down Big Time (TM) with ipchains, trimmed down scant inetd.conf, and other security tweaks, and it runs fine. Another security issue is to run mysql or whatever db you run as a non-privileged user. > I have looked around Slashcode.com and done some Google searches to try to find > this information without bothering the whole list. Sorry if this is an old > issue.... > > Dave Aiello > CTDATA > > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-general |
From: Patrick G. <cap...@sl...> - 2001-03-23 12:59:05
|
Nicholas Ritter wrote: > > After installing the slash2.0-pre1 RPM, and restarting apache, I get the > following error: > > Invalid command 'SlashVirtualUser', perhaps mis-spelled or defined by a > module not included in the server configuration > > What have I done wrong? I am looking to find out where to start > troubleshooting this problem. My config. Is follows: > > RedHat 7 > Pentium III 800MHz > 512 MB RAM > Apache 1.3.14-3 (RPM) > Mod_perl 1.24-6 (RPM) > > I ran install-slashsite without problems of any kind. What could be wrong > with my setup? > do you have all the httpd conf files in place? Does your httpd.conf have an include line to /usr/local/slash/httpd/slash.conf (which then has a link to /usr/local/site/yoursite/yoursite.conf)? This is the only thing that I can think of that would give you this error. Make sure all these files are in place, also make sure that your install process put all the necessary modules into your perl library path. > Nicholas > > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-general |
From: Nicholas R. <ri...@lf...> - 2001-03-23 04:49:45
|
RPMs not going to work? Apache has been working great. I have not had occasion to use mod_perl for much other than Bronc a while back (so I am not sure whether it is working properly.) Why do you say it won't work? In the mean time, I will go look for newer RPMs. Nicholas On 3/22/01 11:06 PM, "Brian Aker" <br...@ta...> wrote: > Nicholas Ritter wrote: >> RedHat 7 >> Pentium III 800MHz >> 512 MB RAM >> Apache 1.3.14-3 (RPM) >> Mod_perl 1.24-6 (RPM) >> >> I ran install-slashsite without problems of any kind. What could be wrong >> with my setup? > Well, your RPM's of mod_perl and Apache are not going to work. > Any later ones that you could try? > -Brian > |
From: Brian A. <br...@ta...> - 2001-03-23 04:17:47
|
Nicholas Ritter wrote: > RedHat 7 > Pentium III 800MHz > 512 MB RAM > Apache 1.3.14-3 (RPM) > Mod_perl 1.24-6 (RPM) > > I ran install-slashsite without problems of any kind. What could be wrong > with my setup? Well, your RPM's of mod_perl and Apache are not going to work. Any later ones that you could try? -Brian |
From: Nicholas R. <ri...@lf...> - 2001-03-23 03:20:44
|
After installing the slash2.0-pre1 RPM, and restarting apache, I get the following error: Invalid command 'SlashVirtualUser', perhaps mis-spelled or defined by a module not included in the server configuration What have I done wrong? I am looking to find out where to start troubleshooting this problem. My config. Is follows: RedHat 7 Pentium III 800MHz 512 MB RAM Apache 1.3.14-3 (RPM) Mod_perl 1.24-6 (RPM) I ran install-slashsite without problems of any kind. What could be wrong with my setup? Nicholas |
From: Dave A. <dav...@ct...> - 2001-03-22 21:14:05
|
The April issue of LinuxJournal has an article called "Battening down the Hatches with Bastille". Has any discussion taken place on what would be required to get Slash running on a Bastille-hardened server? I have looked around Slashcode.com and done some Google searches to try to find this information without bothering the whole list. Sorry if this is an old issue.... Dave Aiello CTDATA |
From: Eric D. <eri...@ja...> - 2001-03-19 18:05:25
|
One thing that I noticed is missing after upgrading my site to Bender is that there is not a books_more template (or something equivalent). Does anyone have a template for that? |
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: Myers, T. <tm...@e-...> - 2001-03-19 12:40:16
|
I am trying to call the topic alttext and image values "directly" from within the story_trailer section of slash. That is, within the index.pl displayStory (i believe.) Does 1.0.9 support this? I can't seem to figure out how to accomplish this. Thanks, Tim |
From: Brian A. <br...@ta...> - 2001-03-18 19:28:54
|
Eric Dannewitz wrote: > > I tried installing a Bender site with a Simple Story and I got this. Simple Story is unfinished. It is just a sample theme I put together to show off a concept. It hasn't been updated in quite sometime. -Brian -- _______________________________________________________ Brian Aker, br...@ta... Slashdot Senior Developer Seattle, Washington http://tangent.org/~brian/ http://slashdot.org/ _______________________________________________________ You can't grep a dead tree. |
From: Eric D. <eri...@ja...> - 2001-03-18 19:17:53
|
I tried installing a Bender site with a Simple Story and I got this. Seems that the templates are wrong? What is the email address of the account? [ad...@ww...] er...@te... DBD::mysql::db do failed: Column count doesn't match value count at row 1 at bin/install-slashsite line 260. Failed on :INSERT INTO templates VALUES ('featurebox','[% USE Slash %]\n<TABLE BGCOLOR=\"#000000\" BORDER=0 WIDTH=\"100%\" CELLPADDING=0 CELLSPACING=1>\n <TR>\n <TD>\n\n <TABLE WIDTH=\"100%\" CELLSPACING=1 BORDER=0 CELLPADDING=2 BGCOLOR=\"#000000\">\n <TR>\n <TD BGCOLOR=\"#000000\">\n <FONT COLOR=\"#ffffff\"><B> [% story.title %] </B></FONT>\n </TD>\n </TR>\n </TABLE>\n\n <TABLE WIDTH=\"100%\" CELLSPACING=1 BORDER=0 CELLPADDING=7 BGCOLOR=\"#fefefe\">\n<TR>\n <TD VALIGN=\"TOP\">\n <P><I>by [% author %]</I></P>\n <FONT SIZE=\"-1\"> [% story.introtext %] </font>\n <P><I><A HREF=\"/article.pl?sid=[% story.sid %]\">more</A></I></P>\n </TD>\n <TD BGCOLOR=\"#e6e6e6\"> \n <IMG ALIGN=\"RIGHT\" SRC=\"[% story.picture %]\"> \n </TD>\n </TR>\n </TABLE>\n\n </TD>\n </TR>\n</TABLE>\n',100,NULL,NULL,'misc');: DBD::mysql::db do failed: Column count doesn't match value count at row 1 at bin/install-slashsite line 260. Failed on :INSERT INTO templates VALUES ('footer',' </TD>\n <TD>\n <IMG SRC=\"shim.gif\" WIDTH=\"1\" HEIGHT=\"797\" BORDER=\"0\">\n </TD>\n </TR>\n </TABLE>\n\n</BODY>\n\n</HTML>\n',100,NULL,NULL,'misc');: DBD::mysql::db do failed: Column count doesn't match value count at row 1 at bin/install-slashsite line 260. Failed on :INSERT INTO templates VALUES ('header','<BODY BGCOLOR=\"#ffffff\">\n<TABLE BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\" WIDTH=\"800\">\n <TR>\n <TD colspan=\"2\">\n <IMG NAME=\"frontpage_r1_c1\" SRC=\"frontpage_r1_c1.gif\" WIDTH=\"800\" HEIGHT=\"159\" BORDER=\"0\">\n </TD>\n</TR>\n\n <TR VALIGN=TOP>\n <TD rowspan=\"2\" VALIGN=\"TOP\" ALIGN=\"LEFT\" BACKGROUND=\"frontpage_r4_c1.gif\">\n <IMG SRC=\"shim.gif\" WIDTH=\"108\" BORDER=\"0\">\n </TD>\n <TD VALIGN=\"TOP\">\n <IMG name=\"frontpage_r4_c3\" SRC=\"frontpage_r4_c3.gif\" WIDTH=\"692\" HEIGHT=\"47\" BORDER=\"0\">\n </TD>\n </TR>\n\n <TR>\n <TD ALIGN=LEFT VALIGN=TOP>\n',100,NULL,NULL,'misc');: DBD::mysql::db do failed: Column count doesn't match value count at row 1 at bin/install-slashsite line 260. Failed on :INSERT INTO templates VALUES ('html-header','<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\r\n<HTML><HEAD><TITLE>[% title %]</TITLE>\r\n',100,NULL,NULL,'misc');: DBD::mysql::db do failed: Column count doesn't match value count at row 1 at bin/install-slashsite line 260. Failed on :INSERT INTO templates VALUES ('storybox','[% USE Slash %]\n<TABLE WIDTH=\"100%\">\n <TR VALIGN=\"TOP\">\n <TD> <HR noshade width=\"100%\" size=\"1\" color=\"#FFFFFF\"> </TD>\n </TR>\n <TR VALIGN=\"TOP\">\n\n <TD ALIGN=LEFT> {[% story.title %]} </TD>\n <TD ALIGN=RIGHT> [% Slash.timeCalc(story.time) %] </TD>\n </TR>\n <TR VALIGN=\"TOP\">\n <TD> <I>by [% author %]</I> </TD>\n </TR>\n <TR VALIGN=\"TOP\">\n <TD> \n [% story.introtext %]\n [% IF story.text %]\n <P><I><A HREF=\"/article.pl?sid=[% story.sid %]\">more</A></I></P>\n [% END %]\n </TD>\n </TR>\n</TABLE>\n',100,NULL,NULL,'misc');: DBD::mysql::db do failed: Column count doesn't match value count at row 1 at bin/install-slashsite line 260. Failed on :INSERT INTO templates VALUES ('storypage','[% USE Slash %]\n<TABLE WIDTH=\"100%\">\n <TR VALIGN=\"TOP\">\n <TD ALIGN=LEFT> [% story.title %] </TD>\n <TD ALIGN=RIGHT> [% Slash.timeCalc(story.time) %] </TD>\n </TR>\n <TR VALIGN=\"TOP\">\n <TD> <I>by [% author %]</I> </TD>\n </TR>\n <TR VALIGN=\"TOP\">\n <TD> \n <IMG SRC=\"[% story.picture %]\" ALIGN=\"RIGHT\"> \n [% story.introtext %] \n [% story.text %] \n </TD>\n </TR>\n</TABLE>\n',100,NULL,NULL,'misc');: DBD::mysql::db do failed: Column count doesn't match value count at row 1 at bin/install-slashsite line 260. Failed on :INSERT INTO templates VALUES ('infobox','[% USE Slash %]\n<TABLE BGCOLOR=\"#000000\" BORDER=0 WIDTH=\"100%\" CELLPADDING=0 CELLSPACING=1>\n <TR>\n <TD>\n\n <TABLE WIDTH=\"100%\" CELLSPACING=1 BORDER=0 CELLPADDING=2 BGCOLOR=\"#000000\">\n <TR>\n <TD BGCOLOR=\"#000000\">\n <FONT COLOR=\"#ffffff\"><B> [% boxtitle %] </B></FONT>\n </TD>\n </TR>\n </TABLE>\n\n <TABLE WIDTH=\"100%\" CELLSPACING=1 BORDER=0 CELLPADDING=7 BGCOLOR=\"#fefefe\">\n<TR>\n <TD VALIGN=\"TOP\">\n [% boxinfo %]\n </TD>\n </TR>\n </TABLE>\n\n </TD>\n </TR>\n</TABLE>\n',100,NULL,NULL,'misc');: DBD::mysql::db do failed: Column count doesn't match value count at row 1 at bin/install-slashsite line 260. Failed on :INSERT INTO templates VALUES ('storycontainer','[% USE Slash %]\n<TABLE>\n <TR>\n <TD>\n [% FOREACH article = stories %]\n [% story = Slash.db.getStory(article.0) %]\n [% writer = Slash.db.getAuthor(story.uid, \'nickname\') %]\n [% INCLUDE storybox story=story author=writer %]\n [% END %]\n </TD>\n <TD VALIGN=\"TOP\">\n [% INCLUDE infobox %]\n </TD>\n </TR>\n</TABLE>\n',100,NULL,NULL,'misc');: DBD::mysql::db do failed: Column count doesn't match value count at row 1 at bin/install-slashsite line 260. Failed on :INSERT INTO templates VALUES ('about','This is where you would put information about your site.\n',100,NULL,NULL,'misc');: DBD::mysql::db do failed: Column count doesn't match value count at row 1 at bin/install-slashsite line 260. Failed on :INSERT INTO users_prefs VALUES (1,1,0,'EST',0,0,'');: Unless any errors reported themself during the install you should now have a slashsite. You will either need to edit your httpd.conf file unless you are have Slash handle it. The correct syntax can be found in: |
From: Giles B. <gi...@bo...> - 2001-03-17 00:30:00
|
hi all...I just joined the list... >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. I tracked down the Andover.net menu the other day. It lives in a block called "organisation." I just got started on this, so I'm not familiar with block settings, etc.; instead I fixed it just by making the block blank. actually, almost blank. the block looks like this: $menu .= <<EOT; (buncha code) EOT of course in Perl this means "throw everything until EOT into the $menu variable." I coulda just erased everything but for some reason I decided to be superstitious and left the $menu .= <<EOT; EOT part intact, even tho it's obviously a waste of time. it's just saying, "throw nothing into $menu." you could almost certainly get away with leaving it entirely blank, and I probably will go back and do that sooner or later. the about/faq/topics block is called "mainmenu." I kept that but shuffled the text around. hth... g |
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-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 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: 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: Rick F. <ri...@na...> - 2001-03-15 18:22:52
|
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 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: Benjamin MA R. <br...@es...> - 2001-03-15 06:23:11
|
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 -- ===================-+-=========================== Benjamin MA Robson | email: br...@es... Security Analyst | phone: +61 3 8371 5300 eSec Limited | fax: +61 3 8371 5399 P.O Box 416 | www: http://www.esec.com.au Flemington, Victoria+-=========================== 3031, Australia | The f@ c@ s@ on the m@. ====================+-======+==================== Protecting your e-Business | ===========================-+ |
From: daniel j w. <dj...@bu...> - 2001-03-15 06:02:00
|
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 |
From: www.tooltoad.com <sa...@to...> - 2001-03-13 04:32:14
|
www.tooltoad.com www.tooltoad.com www.tooltoad.com HELLO , Please visit us at the GRAND OPENING of www.tooltoad.com Come and see our ROCK BOTTOM pennies on the dollar pricing . We sell electronics , housewares , security items , tools , and much more . THANK YOU The management |
From: Chris N. <pu...@po...> - 2001-03-12 13:46:50
|
At 15:59 -0800 2001.03.10, Mike Gholson wrote: >Once I was confident with my Slash install abilities with >RH 6.2, I decided to rebuild my system (added new mb and proc) >and re-install Slash. I also rebuilt the system with RH 7. > >Anyway, my last delimma was due to the missing XML Parser. > >Now that it's all installed from scratch, I seem to be having >troubles with the CPAN Bundle::Slash routine. Here's what I've >got: >=================== PASTE ======================== >.. >.. >t/while.............ok > >t/wrapper...........ok > >t/wrap..............ok > >t/xpath.............skipped test on this platform >Failed Test Status Wstat Total Fail Failed List of failed >---------------------------------------------------------------------------- >--- >t/dbi.t 1 1 100.00% 1 >3 tests skipped. >Failed 1/58 test scripts, 98.28% okay. 1/1518 subtests failed, 99.93% >okay. >make: *** [test_dynamic] Error 29 > /usr/bin/make test -- NOT OK >Running make install > make test had returned bad status, won't install without force >Bundle summary: The following items in bundle Bundle::Slash had >installation problems: > DBI::FAQ Bundle::DBD::mysql Template and the following items had >problems > during recursive bundle calls: DBD::mysql Mysql > >cpan> > >=================== END PASTE ======================== > >Where should I go now? What were the errors? While installing, CPAN reports which tests had errors. Consider going to your ~user/.cpan/build/ directory, entering each problem module's directory, and running `make test` by hand, so you can see the errors more clearly. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
From: Mike G. <mi...@mg...> - 2001-03-10 23:45:06
|
Once I was confident with my Slash install abilities with RH 6.2, I decided to rebuild my system (added new mb and proc) and re-install Slash. I also rebuilt the system with RH 7. Anyway, my last delimma was due to the missing XML Parser. Now that it's all installed from scratch, I seem to be having troubles with the CPAN Bundle::Slash routine. Here's what I've got: =================== PASTE ======================== .. .. t/while.............ok t/wrapper...........ok t/wrap..............ok t/xpath.............skipped test on this platform Failed Test Status Wstat Total Fail Failed List of failed ---------------------------------------------------------------------------- --- t/dbi.t 1 1 100.00% 1 3 tests skipped. Failed 1/58 test scripts, 98.28% okay. 1/1518 subtests failed, 99.93% okay. make: *** [test_dynamic] Error 29 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force Bundle summary: The following items in bundle Bundle::Slash had installation problems: DBI::FAQ Bundle::DBD::mysql Template and the following items had problems during recursive bundle calls: DBD::mysql Mysql cpan> =================== END PASTE ======================== Where should I go now? TIA. -- Mike Gholson |
From: Jason H. <ja...@ne...> - 2001-03-09 02:44:12
|
I have a need to reuse a single block in multiple sections. It is a pain to have to rewrite the same block for different sections. It also is problematic to edit the "same block" ten times for the different sections. Is there an easy way reuse one block for these different, but related sections? Any hints or suggestions would be appreciated. Regards, JH -- Jason Huckaby Maine Vertical 62 Lawn Ave. Portland, ME 04103 (207) 415-3142 |
From: Chris N. <pu...@po...> - 2001-03-06 17:25:16
|
At 11:12 -0600 2001.03.06, Daniel Choate wrote: >Please forgive my newbie nature. I got all of the slashcode .9 running >properly, except for slashd. (Am I correct in assuming that slashd is >I'm using the most recent versions of Slash::Utility (bender) and Slash::Utility is for Slash 1.1/2.0. If you are running Slash 0.9, then ... I have no idea what you're doing. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |