From kris.weston at gmail.com Sat Feb 9 16:12:57 2008 From: kris.weston at gmail.com (Kris Weston) Date: Sat, 9 Feb 2008 22:12:57 +0100 Subject: [Instiki] instiki 0.12.0 stack error Message-ID: <72d267bc0802091312r1e6f1c33t8a039cf89cfc7c4a@mail.gmail.com> OK im a real n00b type so be gentle with me... im trying to install instiki on a netbsd sparc64 box... i get onto the server - create a new web and then i get this when it tries to create the first page: SystemStackError: stack level too deep: SELECT * FROM webs WHERE (webs."id" = 1) ulimit -s says: stack limit 2048 should i change that ? i think ive installed everything i need. (ive sort of stumbled through it) it doesnt mention installing swig in the instructions but i read some post about swig being a prerequisite - that true ? well i installed that anyway too... actionmailer (2.0.2) actionpack (2.0.2) activerecord (2.0.2) activeresource (2.0.2) activesupport (2.0.2) rails (2.0.2) rake (0.8.1) ive installed the other stuff i needed via the pkgsrc thing on netbsd SQLite version 3.5.2 and /usr/pkgsrc/databases/ruby-sqlite3 every time i go gem install sqlite3-ruby (which im assuming is the same thing probably wrongly) it fails like this : Building native extensions. This could take a while... ERROR: Error installing sqlite3-ruby: ERROR: Failed to build gem native extension. /usr/pkg/bin/ruby18 extconf.rb install sqlite3-ruby checking for sqlite3.h... no make make: don't know how to make ruby.h. Stop make: stopped in /usr/pkg/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.1 /ext/sqlite3_api Gem files will remain installed in /usr/pkg/lib/ruby/gems/1.8/gems/sqlite3- ruby-1.2.1 for inspection. Results logged to /usr/pkg/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.1 /ext/sqlite3_api/gem_make.out and so am i meant to 'rake' this program too ? which from my understanding so far is just to go into the program directory and type rake really thanks a lot for any help have been trying this for hours n hours now... Kris ARCH: sparc64 ----------------------------- SYS: NetBSD 4.0 ----------------------------- CPU: ----------------------------- cpu0 at mainbus0: SUNW,UltraSPARC-IIe @ 500 MHz, UPA id 0 cpu0: 32K instruction (32 b/l), 16K data (32 b/l), 256K external (64 b/l) cpu0 at mainbus0: SUNW,UltraSPARC-IIe @ 500 MHz, UPA id 0 cpu0: 32K instruction (32 b/l), 16K data (32 b/l), 256K external (64 b/l) ----------------------------- MEMORY: ----------------------------- total memory = 1024 MB avail memory = 990 MB pci0: i/o space, memory space enabled total memory = 1024 MB avail memory = 990 MB pci0: i/o space, memory space enabled rake output: (it really looks like that its not communicating with the database to me there) (in /root/code/instiki/instiki-0.12.0) Warning: tests involving pdflatex are very slow, therefore they are disabled by default. Set environment variable INSTIKI_TEST_PDFLATEX or global Ruby variable $INSTIKI_TEST_PDFLATEX to enable them. Loaded suite /usr/pkg/lib/ruby/gems/1.8/gems/rake-0.8.1 /lib/rake/rake_test_loader Started EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE..EE.EEEEEEEEEEEEEEEEEEEEEEEEEEEEEE EEEEEEEEEEEEEEEEEEEEEEEE Finished in 17.136006 seconds. 1) Error: test_create_system_form_displayed(AdminControllerTest): ActiveRecord::StatementInvalid: SQLite3::SQLException: no such table: wiki_references: DELE TE FROM wiki_references WHERE 1=1 /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/connectio n_adapters/abstract_adapter.rb:128:in `log' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/connectio n_adapters/sqlite_adapter.rb:145:in `execute' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/connectio n_adapters/sqlite_adapter.rb:346:in `catch_schema_changes' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/connectio n_adapters/sqlite_adapter.rb:145:in `execute' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/connectio n_adapters/sqlite_adapter.rb:155:in `delete' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:285:in `delete_existing_fixtures' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:256:in `create_fixtures' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:256:in `each' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:256:in `create_fixtures' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/connectio n_adapters/abstract/database_statements.rb:59:in `transaction' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:255:in `create_fixtures' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/base.rb:8 67:in `silence' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:248:in `create_fixtures' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:593:in `load_fixtures' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:538:in `setup_with_fixtures' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:575:in `setup' 2) Error: test_create_system_form_displayed(AdminControllerTest): SQLite3::SQLException: SQL logic error or missing database /root/code/instiki/instiki-0.12.0 /config/../vendor/plugins/sqlite3-ruby/sqlite3/errors. rb:94:in `check' /root/code/instiki/instiki-0.12.0 /config/../vendor/plugins/sqlite3-ruby/sqlite3/results et.rb:76:in `check' /root/code/instiki/instiki-0.12.0 /config/../vendor/plugins/sqlite3-ruby/sqlite3/results et.rb:68:in `commence' /root/code/instiki/instiki-0.12.0 /config/../vendor/plugins/sqlite3-ruby/sqlite3/results et.rb:61:in `initialize' /root/code/instiki/instiki-0.12.0 /config/../vendor/plugins/sqlite3-ruby/sqlite3/stateme nt.rb:163:in `new' /root/code/instiki/instiki-0.12.0 /config/../vendor/plugins/sqlite3-ruby/sqlite3/stateme nt.rb:163:in `execute' /root/code/instiki/instiki-0.12.0 /config/../vendor/plugins/sqlite3-ruby/sqlite3/databas e.rb:212:in `execute' /root/code/instiki/instiki-0.12.0 /config/../vendor/plugins/sqlite3-ruby/sqlite3/databas e.rb:187:in `prepare' /root/code/instiki/instiki-0.12.0 /config/../vendor/plugins/sqlite3-ruby/sqlite3/databas e.rb:211:in `execute' /root/code/instiki/instiki-0.12.0 /config/../vendor/plugins/sqlite3-ruby/sqlite3/databas e.rb:621:in `rollback' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/connectio n_adapters/sqlite_adapter.rb:191:in `rollback_db_transaction' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/connectio n_adapters/sqlite_adapter.rb:346:in `catch_schema_changes' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/connectio n_adapters/sqlite_adapter.rb:191:in `rollback_db_transaction' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:561:in `teardown' 3) Error: test_create_system_form_submitted(AdminControllerTest): ActiveRecord::StatementInvalid: SQLite3::SQLException: no such table: wiki_references: DELE TE FROM wiki_references WHERE 1=1 /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/connectio n_adapters/abstract_adapter.rb:128:in `log' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/connectio n_adapters/sqlite_adapter.rb:145:in `execute' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/connectio n_adapters/sqlite_adapter.rb:346:in `catch_schema_changes' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/connectio n_adapters/sqlite_adapter.rb:145:in `execute' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/connectio n_adapters/sqlite_adapter.rb:155:in `delete' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:285:in `delete_existing_fixtures' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:256:in `create_fixtures' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:256:in `each' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:256:in `create_fixtures' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/connectio n_adapters/abstract/database_statements.rb:59:in `transaction' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:255:in `create_fixtures' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/base.rb:8 67:in `silence' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:248:in `create_fixtures' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:593:in `load_fixtures' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:538:in `setup_with_fixtures' /root/code/instiki/instiki-0.12.0 /vendor/rails/activerecord/lib/active_record/fixtures. rb:575:in `setup' there was more but it got boring.... :-) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080209/2a1634e7/attachment.html From kris.weston at gmail.com Sat Feb 9 16:33:09 2008 From: kris.weston at gmail.com (Kris Weston) Date: Sat, 9 Feb 2008 22:33:09 +0100 Subject: [Instiki] instiki 0.12.0 stack error Message-ID: <72d267bc0802091333i702e257fx1e1727718219b10e@mail.gmail.com> forgot to mention i think ruby -v ruby 1.8.6 (2007-09-24 patchlevel 111) [sparc64-netbsd] -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080209/81e5ca00/attachment.html From kris.weston at gmail.com Wed Feb 13 04:50:50 2008 From: kris.weston at gmail.com (Kris Weston) Date: Wed, 13 Feb 2008 10:50:50 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO Message-ID: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> is there anyone on this list ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080213/70676d0d/attachment.html From parasew at 5uper.net Wed Feb 13 05:13:35 2008 From: parasew at 5uper.net (Matthias Tarasiewicz) Date: Wed, 13 Feb 2008 11:13:35 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> Message-ID: <0FEF3591-67CA-4043-8BB1-C66A1D26D588@5uper.net> yes, we are all listening. On 13.02.2008, at 10:50, Kris Weston wrote: > is there anyone on this list ? > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From christophe at kualasoft.com Wed Feb 13 05:01:19 2008 From: christophe at kualasoft.com (Christophe Bouhier) Date: Wed, 13 Feb 2008 11:01:19 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> Message-ID: <000f01c86e27$6347aa00$8c8ea8c0@msi.cell> thhhhhhhheeeeeeere is! _____ From: jpodder at augustine.hostingrails.com [mailto:jpodder at augustine.hostingrails.com] On Behalf Of Kris Weston Sent: Wednesday, February 13, 2008 10:51 To: instiki-users at rubyforge.org Subject: Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO is there anyone on this list ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080213/6601822d/attachment-0001.html From gyfranks at comcast.net Wed Feb 13 06:32:28 2008 From: gyfranks at comcast.net (gyfranks at comcast.net) Date: Wed, 13 Feb 2008 11:32:28 +0000 Subject: [Instiki] instiki Message-ID: <021320081132.10445.47B2D54C00059002000028CD22007623029C05020E9D009709@comcast.net> I am here -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080213/bd2f5d80/attachment.html From kris.weston at gmail.com Wed Feb 13 06:45:36 2008 From: kris.weston at gmail.com (Kris Weston) Date: Wed, 13 Feb 2008 12:45:36 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <000f01c86e27$6347aa00$8c8ea8c0@msi.cell> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <000f01c86e27$6347aa00$8c8ea8c0@msi.cell> Message-ID: <72d267bc0802130345p76ecdccapa8bae4eb51833db2@mail.gmail.com> what i actually meant is is there anyone who knows anything about the subject of this list... i was more into talking about the subject than having some kind of party line email system.... (lol) On Feb 13, 2008 11:01 AM, Christophe Bouhier wrote: > thhhhhhhheeeeeeere is! > > ------------------------------ > *From:* jpodder at augustine.hostingrails.com [mailto: > jpodder at augustine.hostingrails.com] *On Behalf Of *Kris Weston > *Sent:* Wednesday, February 13, 2008 10:51 > *To:* instiki-users at rubyforge.org > *Subject:* Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > is there anyone on this list ? > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080213/de463a8a/attachment.html From cwall at semperllc.com Wed Feb 13 10:20:07 2008 From: cwall at semperllc.com (Chris Wall) Date: Wed, 13 Feb 2008 10:20:07 -0500 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> Message-ID: yeah - but I'm not sure anyone from instiki is ... we've had a broken instiki wiki for over a month now - no solutions ... fyi On Feb 13, 2008, at 4:50 AM, Kris Weston wrote: > is there anyone on this list ? > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users Chris From Richard at Boldway.org Wed Feb 13 11:24:18 2008 From: Richard at Boldway.org (Richard Boldway) Date: Wed, 13 Feb 2008 09:24:18 -0700 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <000f01c86e27$6347aa00$8c8ea8c0@msi.cell> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <000f01c86e27$6347aa00$8c8ea8c0@msi.cell> Message-ID: <47B319B2.3000002@Boldway.org> yes, but only in a passive way. Christophe Bouhier wrote: > thhhhhhhheeeeeeere is! > > ------------------------------------------------------------------------ > *From:* jpodder at augustine.hostingrails.com > [mailto:jpodder at augustine.hostingrails.com] *On Behalf Of *Kris Weston > *Sent:* Wednesday, February 13, 2008 10:51 > *To:* instiki-users at rubyforge.org > *Subject:* Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > is there anyone on this list ? > ------------------------------------------------------------------------ > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From kris.weston at gmail.com Wed Feb 13 12:16:25 2008 From: kris.weston at gmail.com (Kris Weston) Date: Wed, 13 Feb 2008 18:16:25 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <47B319B2.3000002@Boldway.org> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <000f01c86e27$6347aa00$8c8ea8c0@msi.cell> <47B319B2.3000002@Boldway.org> Message-ID: <72d267bc0802130916u6b7d4b65hbbadab2b899d29f8@mail.gmail.com> oooOOO CRAP! im off then.... On Feb 13, 2008 5:24 PM, Richard Boldway wrote: > yes, but only in a passive way. > > Christophe Bouhier wrote: > > thhhhhhhheeeeeeere is! > > > > ------------------------------------------------------------------------ > > *From:* jpodder at augustine.hostingrails.com > > [mailto:jpodder at augustine.hostingrails.com] *On Behalf Of *Kris Weston > > *Sent:* Wednesday, February 13, 2008 10:51 > > *To:* instiki-users at rubyforge.org > > *Subject:* Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > > > is there anyone on this list ? > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080213/96b02b87/attachment.html From mike at dawgdayz.com Wed Feb 13 13:02:39 2008 From: mike at dawgdayz.com (Mike Payson) Date: Wed, 13 Feb 2008 10:02:39 -0800 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <72d267bc0802130916u6b7d4b65hbbadab2b899d29f8@mail.gmail.com> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <000f01c86e27$6347aa00$8c8ea8c0@msi.cell> <47B319B2.3000002@Boldway.org> <72d267bc0802130916u6b7d4b65hbbadab2b899d29f8@mail.gmail.com> Message-ID: Well,, why don't you ask your question rather then just randomly posting? Probably be a whole lot better use of everyone's time, wouldn't it? On Feb 13, 2008 9:16 AM, Kris Weston wrote: > oooOOO CRAP! > im off then.... > > > > On Feb 13, 2008 5:24 PM, Richard Boldway wrote: > > yes, but only in a passive way. > > > > Christophe Bouhier wrote: > > > thhhhhhhheeeeeeere is! > > > > > > ------------------------------------------------------------------------ > > > *From:* jpodder at augustine.hostingrails.com > > > [mailto:jpodder at augustine.hostingrails.com] *On Behalf Of *Kris Weston > > > *Sent:* Wednesday, February 13, 2008 10:51 > > > *To:* instiki-users at rubyforge.org > > > *Subject:* Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > > > > > > > > > > > is there anyone on this list ? > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > Instiki-users mailing list > > > Instiki-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instiki-users > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > From cwall at semperllc.com Wed Feb 13 13:07:58 2008 From: cwall at semperllc.com (Chris Wall) Date: Wed, 13 Feb 2008 13:07:58 -0500 Subject: [Instiki] Any Help would be appreciated In-Reply-To: <92955C50-BCC8-44C0-A05B-810B051FB231@semperllc.com> References: <9F4F4592-2C54-40B5-9AF1-BFB8A739C203@semperllc.com> <0E9DF767-89FF-4374-84D0-833601D54A38@5uper.net> <92955C50-BCC8-44C0-A05B-810B051FB231@semperllc.com> Message-ID: Is there any way to recover any of the wiki data or text from the 2500 folder only? Assuming the files under db are not recoverable ? thanks On Jan 24, 2008, at 1:55 PM, Chris Wall wrote: > Thanks: > > We do update our macintosh OS on a weekly schedule if there are > updates > > I did read about a problem instiki experienced after the Dec 2007 > Mac Update > > I did try re-installing with Ruby - no luck > > I can get a blank wiki up and running, but when I try to put the > 2500 folder > files back and go to the wiki , all we get are blank pages > > I'm assuming the actual "production.db.sqlite3" file was corrupted > or overwritten > > in the backups it seems to be no good either > >> sqlite3 --version is 3.4.0 > >> ruby -v is 1.8.6 (2007-03-13 patchlevel 0 [universal darwin] > > is there any way to retrieve the data in the 2500 folder files? > > I did try a suggestion to rename them to ZIP files , but > using winzip, XP unzip or Macintosh unzip does not work > > Thanks in advance > > Chris > > On Jan 24, 2008, at 8:02 AM, Matthias Tarasiewicz wrote: > >> maybe you updated your system files since? >> this is a strange behaviour which should not occur. this could be a >> sqlite3 issue. >> please try to reinstall the one click installer and also please >> check if >> >> sqlite3 --version >> and >> ruby -v >> >> gives you the right output from the versions of the one-click >> installer. if not, maybe the path settings in ~/.bash_login got >> overwritten? > > Chris From kris.weston at gmail.com Wed Feb 13 14:49:43 2008 From: kris.weston at gmail.com (Kris Weston) Date: Wed, 13 Feb 2008 20:49:43 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <000f01c86e27$6347aa00$8c8ea8c0@msi.cell> <47B319B2.3000002@Boldway.org> <72d267bc0802130916u6b7d4b65hbbadab2b899d29f8@mail.gmail.com> Message-ID: <72d267bc0802131149k6270a64aq61f7d91fbdc7ccc@mail.gmail.com> shutup you prick - i hate these people who think they can police email lists.. ive posted my question - doesnt seem like anyone is on here who knows anything so ill fix it myself..... later bitches Kris Weston On Feb 13, 2008 7:02 PM, Mike Payson wrote: > Well,, why don't you ask your question rather then just randomly > posting? Probably be a whole lot better use of everyone's time, > wouldn't it? > > On Feb 13, 2008 9:16 AM, Kris Weston wrote: > > oooOOO CRAP! > > im off then.... > > > > > > > > On Feb 13, 2008 5:24 PM, Richard Boldway wrote: > > > yes, but only in a passive way. > > > > > > Christophe Bouhier wrote: > > > > thhhhhhhheeeeeeere is! > > > > > > > > > ------------------------------------------------------------------------ > > > > *From:* jpodder at augustine.hostingrails.com > > > > [mailto:jpodder at augustine.hostingrails.com] *On Behalf Of *Kris > Weston > > > > *Sent:* Wednesday, February 13, 2008 10:51 > > > > *To:* instiki-users at rubyforge.org > > > > *Subject:* Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > > > > > > > > > > > > > > > > is there anyone on this list ? > > > > > ------------------------------------------------------------------------ > > > > > > > > _______________________________________________ > > > > Instiki-users mailing list > > > > Instiki-users at rubyforge.org > > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > _______________________________________________ > > > Instiki-users mailing list > > > Instiki-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080213/61dbf14b/attachment-0001.html From ging at chrisjanes.com Wed Feb 13 14:58:37 2008 From: ging at chrisjanes.com (Chris Janes) Date: Wed, 13 Feb 2008 19:58:37 -0000 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <72d267bc0802131149k6270a64aq61f7d91fbdc7ccc@mail.gmail.com> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <000f01c86e27$6347aa00$8c8ea8c0@msi.cell> <47B319B2.3000002@Boldway.org> <72d267bc0802130916u6b7d4b65hbbadab2b899d29f8@mail.gmail.com> <72d267bc0802131149k6270a64aq61f7d91fbdc7ccc@mail.gmail.com> Message-ID: <00e401c86e7a$d4152480$7c3f6d80$@com> King of maturity I see... Had you started with an actual question about instiki, someone may have been able to help - rather than just responding to your initial inane offerings. From: instiki-users-bounces at rubyforge.org [mailto:instiki-users-bounces at rubyforge.org] On Behalf Of Kris Weston Sent: 13 February 2008 19:50 To: Instiki-users Subject: Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO shutup you prick - i hate these people who think they can police email lists.. ive posted my question - doesnt seem like anyone is on here who knows anything so ill fix it myself..... later bitches Kris Weston On Feb 13, 2008 7:02 PM, Mike Payson wrote: Well,, why don't you ask your question rather then just randomly posting? Probably be a whole lot better use of everyone's time, wouldn't it? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080213/3f37000d/attachment.html From parasew at 5uper.net Wed Feb 13 15:14:04 2008 From: parasew at 5uper.net (Matthias Tarasiewicz) Date: Wed, 13 Feb 2008 21:14:04 +0100 Subject: [Instiki] Any Help would be appreciated In-Reply-To: References: <9F4F4592-2C54-40B5-9AF1-BFB8A739C203@semperllc.com> <0E9DF767-89FF-4374-84D0-833601D54A38@5uper.net> <92955C50-BCC8-44C0-A05B-810B051FB231@semperllc.com> Message-ID: <67505CD5-3009-4FF8-8B1B-D20AE50DBAAA@5uper.net> can you try to delete the folder vendor/rails and try again? the sqlite3 library is ofthen the cause of problems... are you on leopard or tiger? rubyosx or which ruby installation? On 13.02.2008, at 19:07, Chris Wall wrote: > Is there any way to recover any of the wiki data or text from > the 2500 folder only? > > Assuming the files under db are not recoverable ? > > thanks > > On Jan 24, 2008, at 1:55 PM, Chris Wall wrote: > >> Thanks: >> >> We do update our macintosh OS on a weekly schedule if there are >> updates >> >> I did read about a problem instiki experienced after the Dec 2007 >> Mac Update >> >> I did try re-installing with Ruby - no luck >> >> I can get a blank wiki up and running, but when I try to put the >> 2500 folder >> files back and go to the wiki , all we get are blank pages >> >> I'm assuming the actual "production.db.sqlite3" file was corrupted >> or overwritten >> >> in the backups it seems to be no good either >> >>> sqlite3 --version is 3.4.0 >> >>> ruby -v is 1.8.6 (2007-03-13 patchlevel 0 [universal darwin] >> >> is there any way to retrieve the data in the 2500 folder files? >> >> I did try a suggestion to rename them to ZIP files , but >> using winzip, XP unzip or Macintosh unzip does not work >> >> Thanks in advance >> >> Chris >> >> On Jan 24, 2008, at 8:02 AM, Matthias Tarasiewicz wrote: >> >>> maybe you updated your system files since? >>> this is a strange behaviour which should not occur. this could be a >>> sqlite3 issue. >>> please try to reinstall the one click installer and also please >>> check if >>> >>> sqlite3 --version >>> and >>> ruby -v >>> >>> gives you the right output from the versions of the one-click >>> installer. if not, maybe the path settings in ~/.bash_login got >>> overwritten? >> >> > > Chris > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From kris.weston at gmail.com Wed Feb 13 15:16:11 2008 From: kris.weston at gmail.com (Kris Weston) Date: Wed, 13 Feb 2008 21:16:11 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <00e401c86e7a$d4152480$7c3f6d80$@com> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <000f01c86e27$6347aa00$8c8ea8c0@msi.cell> <47B319B2.3000002@Boldway.org> <72d267bc0802130916u6b7d4b65hbbadab2b899d29f8@mail.gmail.com> <72d267bc0802131149k6270a64aq61f7d91fbdc7ccc@mail.gmail.com> <00e401c86e7a$d4152480$7c3f6d80$@com> Message-ID: <72d267bc0802131216t1a99a65eo6763f6598aeff10b@mail.gmail.com> maturity is over-rated and had you actually shown any sign of it yourself you would have read my initial posting with the question you seem to desire so badly - even though its got fuck all to do with you and you probably wouldnt know the answer anyway and actually are probably to busy to answer because you are updating your sad blog where you pretend that people have an interest in your heartfelt opinions on important subjects like whatever is coming out of your state propaganda box at 6pm and anyway if you knew that blogging is actually what minds would do if they had anuses would you stop policing the internet with your opinions and mails telling people to 'ask questions' why dont you ask yourself a question? "why am i a such a ginga twat and why do i feel that i need to police the internet"? thankyou for listening this has been a cathartic experience. cheers. Kristian Weston On Feb 13, 2008 8:58 PM, Chris Janes wrote: > King of maturity I see... > > > > Had you started with an actual question about instiki, someone may have > been able to help ? rather than just responding to your initial inane > offerings. > > > > *From:* instiki-users-bounces at rubyforge.org [mailto: > instiki-users-bounces at rubyforge.org] *On Behalf Of *Kris Weston > *Sent:* 13 February 2008 19:50 > *To:* Instiki-users > *Subject:* Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > > > shutup you prick - i hate these people who think they can police email > lists.. > ive posted my question - doesnt seem like anyone is on here who knows > anything so ill fix it myself..... > > later bitches > > Kris Weston > > On Feb 13, 2008 7:02 PM, Mike Payson wrote: > > Well,, why don't you ask your question rather then just randomly > posting? Probably be a whole lot better use of everyone's time, > wouldn't it? > > > > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080213/ae9be48a/attachment.html From parasew at 5uper.net Wed Feb 13 15:22:59 2008 From: parasew at 5uper.net (Matthias Tarasiewicz) Date: Wed, 13 Feb 2008 21:22:59 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <72d267bc0802130345p76ecdccapa8bae4eb51833db2@mail.gmail.com> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <000f01c86e27$6347aa00$8c8ea8c0@msi.cell> <72d267bc0802130345p76ecdccapa8bae4eb51833db2@mail.gmail.com> Message-ID: <1DAD782E-C75E-44C7-B69E-AA15C237DF36@5uper.net> instiki-users is for the users of instiki. instiki-devel is for instiki development. hope that is clear now. On 13.02.2008, at 12:45, Kris Weston wrote: > what i actually meant is > > is there anyone who knows anything about the subject of this list... > i was more into talking about the subject than having some kind of > party line email system.... > > (lol) > > On Feb 13, 2008 11:01 AM, Christophe Bouhier > wrote: > thhhhhhhheeeeeeere is! > > From: jpodder at augustine.hostingrails.com [mailto:jpodder at augustine.hostingrails.com > ] On Behalf Of Kris Weston > Sent: Wednesday, February 13, 2008 10:51 > To: instiki-users at rubyforge.org > Subject: Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > is there anyone on this list ? > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users From kris.weston at gmail.com Wed Feb 13 15:36:06 2008 From: kris.weston at gmail.com (Kris Weston) Date: Wed, 13 Feb 2008 21:36:06 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <1DAD782E-C75E-44C7-B69E-AA15C237DF36@5uper.net> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <000f01c86e27$6347aa00$8c8ea8c0@msi.cell> <72d267bc0802130345p76ecdccapa8bae4eb51833db2@mail.gmail.com> <1DAD782E-C75E-44C7-B69E-AA15C237DF36@5uper.net> Message-ID: <72d267bc0802131236g2b5387b2kb4a771bc15df53f5@mail.gmail.com> no - that makes no sense at all. what are you talking about ? On Feb 13, 2008 9:22 PM, Matthias Tarasiewicz wrote: > instiki-users is for the users of instiki. > instiki-devel is for instiki development. > > hope that is clear now. > > On 13.02.2008, at 12:45, Kris Weston wrote: > > > what i actually meant is > > > > is there anyone who knows anything about the subject of this list... > > i was more into talking about the subject than having some kind of > > party line email system.... > > > > (lol) > > > > On Feb 13, 2008 11:01 AM, Christophe Bouhier > > wrote: > > thhhhhhhheeeeeeere is! > > > > From: jpodder at augustine.hostingrails.com [mailto: > jpodder at augustine.hostingrails.com > > ] On Behalf Of Kris Weston > > Sent: Wednesday, February 13, 2008 10:51 > > To: instiki-users at rubyforge.org > > Subject: Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > > > is there anyone on this list ? > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080213/e7e0c0b5/attachment.html From gpanderson at mac.com Wed Feb 13 15:35:18 2008 From: gpanderson at mac.com (gordon anderson) Date: Wed, 13 Feb 2008 12:35:18 -0800 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <72d267bc0802131216t1a99a65eo6763f6598aeff10b@mail.gmail.com> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <000f01c86e27$6347aa00$8c8ea8c0@msi.cell> <47B319B2.3000002@Boldway.org> <72d267bc0802130916u6b7d4b65hbbadab2b899d29f8@mail.gmail.com> <72d267bc0802131149k6270a64aq61f7d91fbdc7ccc@mail.gmail.com> <00e401c86e7a$d4152480$7c3f6d80$@com> <72d267bc0802131216t1a99a65eo6763f6598aeff10b@mail.gmail.com> Message-ID: <6002DB1B-CE1B-40CD-8467-67E184FEFEA4@mac.com> nope, nobody reads this list. I guess they got tired of people expecting something for nothing . . . On 13-Feb-08, at 12:16 , Kris Weston wrote: > maturity is over-rated > > and had you actually shown any sign of it yourself you would have > read my initial posting with the question you seem to desire so > badly - even though its got fuck all to do with you and you probably > wouldnt know the answer anyway and actually are probably to busy to > answer because you are updating your sad blog where you pretend that > people have an interest in your heartfelt opinions on important > subjects like whatever is coming out of your state propaganda box at > 6pm and anyway if you knew that blogging is actually what minds > would do if they had anuses would you stop policing the internet > with your opinions and mails telling people to 'ask questions' > why dont you ask yourself a question? "why am i a such a ginga twat > and why do i feel that i need to police the internet"? > > thankyou for listening > this has been a cathartic experience. > cheers. > > Kristian Weston > > On Feb 13, 2008 8:58 PM, Chris Janes wrote: > King of maturity I see... > > > Had you started with an actual question about instiki, someone may > have been able to help ? rather than just responding to your initial > inane offerings. > > > From: instiki-users-bounces at rubyforge.org [mailto:instiki-users-bounces at rubyforge.org > ] On Behalf Of Kris Weston > Sent: 13 February 2008 19:50 > To: Instiki-users > Subject: Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > > shutup you prick - i hate these people who think they can police > email lists.. > ive posted my question - doesnt seem like anyone is on here who > knows anything so ill fix it myself..... > > later bitches > > Kris Weston > > On Feb 13, 2008 7:02 PM, Mike Payson wrote: > > Well,, why don't you ask your question rather then just randomly > posting? Probably be a whole lot better use of everyone's time, > wouldn't it? > > > > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080213/7dc54047/attachment-0001.html From kris.weston at gmail.com Wed Feb 13 16:15:25 2008 From: kris.weston at gmail.com (Kris Weston) Date: Wed, 13 Feb 2008 22:15:25 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <6002DB1B-CE1B-40CD-8467-67E184FEFEA4@mac.com> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <000f01c86e27$6347aa00$8c8ea8c0@msi.cell> <47B319B2.3000002@Boldway.org> <72d267bc0802130916u6b7d4b65hbbadab2b899d29f8@mail.gmail.com> <72d267bc0802131149k6270a64aq61f7d91fbdc7ccc@mail.gmail.com> <00e401c86e7a$d4152480$7c3f6d80$@com> <72d267bc0802131216t1a99a65eo6763f6598aeff10b@mail.gmail.com> <6002DB1B-CE1B-40CD-8467-67E184FEFEA4@mac.com> Message-ID: <72d267bc0802131315l498243a8w7cdd5f1db61d6261@mail.gmail.com> ...... cocksucker (that was the second ever written occurrence of tourettes syndrome) On Feb 13, 2008 9:35 PM, gordon anderson wrote: > nope, nobody reads this list. I guess they got tired of people expecting > something for nothing . . . > > On 13-Feb-08, at 12:16 , Kris Weston wrote: > > maturity is over-rated > > and had you actually shown any sign of it yourself you would have read my > initial posting with the question you seem to desire so badly - even though > its got fuck all to do with you and you probably wouldnt know the answer > anyway and actually are probably to busy to answer because you are updating > your sad blog where you pretend that people have an interest in your > heartfelt opinions on important subjects like whatever is coming out of your > state propaganda box at 6pm and anyway if you knew that blogging is actually > what minds would do if they had anuses would you stop policing the internet > with your opinions and mails telling people to 'ask questions' > why dont you ask yourself a question? "why am i a such a ginga twat and > why do i feel that i need to police the internet"? > > thankyou for listening > this has been a cathartic experience. > cheers. > > Kristian Weston > > On Feb 13, 2008 8:58 PM, Chris Janes wrote: > > > King of maturity I see... > > > > > > Had you started with an actual question about instiki, someone may have > > been able to help ? rather than just responding to your initial inane > > offerings. > > > > > > *From:* instiki-users-bounces at rubyforge.org [mailto: > > instiki-users-bounces at rubyforge.org] *On Behalf Of *Kris Weston > > *Sent:* 13 February 2008 19:50 > > *To:* Instiki-users > > *Subject:* Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > > > > > shutup you prick - i hate these people who think they can police email > > lists.. > > ive posted my question - doesnt seem like anyone is on here who knows > > anything so ill fix it myself..... > > > > later bitches > > > > Kris Weston > > > > On Feb 13, 2008 7:02 PM, Mike Payson wrote: > > > > Well,, why don't you ask your question rather then just randomly > > posting? Probably be a whole lot better use of everyone's time, > > wouldn't it? > > > > > > > > > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080213/b4f3e032/attachment.html From mike at dawgdayz.com Wed Feb 13 21:47:21 2008 From: mike at dawgdayz.com (Mike Payson) Date: Wed, 13 Feb 2008 18:47:21 -0800 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <72d267bc0802131315l498243a8w7cdd5f1db61d6261@mail.gmail.com> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <000f01c86e27$6347aa00$8c8ea8c0@msi.cell> <47B319B2.3000002@Boldway.org> <72d267bc0802130916u6b7d4b65hbbadab2b899d29f8@mail.gmail.com> <72d267bc0802131149k6270a64aq61f7d91fbdc7ccc@mail.gmail.com> <00e401c86e7a$d4152480$7c3f6d80$@com> <72d267bc0802131216t1a99a65eo6763f6598aeff10b@mail.gmail.com> <6002DB1B-CE1B-40CD-8467-67E184FEFEA4@mac.com> <72d267bc0802131315l498243a8w7cdd5f1db61d6261@mail.gmail.com> Message-ID: (Some slightly offensive language below. I believe is warranted under the circumstances, and there is nothing worse than has already been used in this thread. If you suspect you'll be offended, please delete this message.) Kris, We're all sorry that we didn't drop everything that we are doing and rush in to answer your question. Clearly any question that you have should outweigh our miserable lives and jobs. I'll give you a little lesson on etiquette here, though I know you'll only ignore it. If you want people to actually help you, for free, and at the expense of other peoples valuable time, you should try to refrain from being an asshole. Sometimes, if you ask a question no one will know the answer. Generally speaking, rather than everyone wasting time responding to your email "I don't know", if people don't know the answer they just won't respond. Unfortunately that means that sometimes your question will go unanswered. If that happens, POLITELY post again, don't just start going around calling people "prick" and "cocksucker". If after your second post you still don't get an answer, you can probably safely assume that we don't know the answer. This reasonably polite response was far more than you deserved. The advice above is recommended for use on other mailing lists in the future. I recommend that you not bother posting on this list again, since I doubt that you'll find the other list members terribly helpful towards you in the future. On the other hand, a sincere apology can sometimes go a long way. It might be worth a try. On Feb 13, 2008 1:15 PM, Kris Weston wrote: > ...... > > cocksucker > > (that was the second ever written occurrence of tourettes syndrome) > > > > On Feb 13, 2008 9:35 PM, gordon anderson wrote: > > > > > nope, nobody reads this list. I guess they got tired of people expecting > something for nothing . . . > > > > > > > > > > > > > > On 13-Feb-08, at 12:16 , Kris Weston wrote: > > > > maturity is over-rated > > > > and had you actually shown any sign of it yourself you would have read my > initial posting with the question you seem to desire so badly - even though > its got fuck all to do with you and you probably wouldnt know the answer > anyway and actually are probably to busy to answer because you are updating > your sad blog where you pretend that people have an interest in your > heartfelt opinions on important subjects like whatever is coming out of your > state propaganda box at 6pm and anyway if you knew that blogging is actually > what minds would do if they had anuses would you stop policing the internet > with your opinions and mails telling people to 'ask questions' > > why dont you ask yourself a question? "why am i a such a ginga twat and > why do i feel that i need to police the internet"? > > > > thankyou for listening > > this has been a cathartic experience. > > cheers. > > > > Kristian Weston > > > > > > On Feb 13, 2008 8:58 PM, Chris Janes wrote: > > > > > > > > > > > > > > > > > King of maturity I see... > > > > > > > > > > > > Had you started with an actual question about instiki, someone may have > been able to help ? rather than just responding to your initial inane > offerings. > > > > > > > > > > > > > > > From: instiki-users-bounces at rubyforge.org > [mailto:instiki-users-bounces at rubyforge.org] On Behalf Of Kris Weston > > > Sent: 13 February 2008 19:50 > > > To: Instiki-users > > > Subject: Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > > > > > > > > > > > shutup you prick - i hate these people who think they can police email > lists.. > > > ive posted my question - doesnt seem like anyone is on here who knows > anything so ill fix it myself..... > > > > > > later bitches > > > > > > Kris Weston > > > > > > > > > On Feb 13, 2008 7:02 PM, Mike Payson wrote: > > > > > > Well,, why don't you ask your question rather then just randomly > > > posting? Probably be a whole lot better use of everyone's time, > > > wouldn't it? > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Instiki-users mailing list > > > Instiki-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > From kris.weston at gmail.com Thu Feb 14 03:49:33 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 09:49:33 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <47B319B2.3000002@Boldway.org> <72d267bc0802130916u6b7d4b65hbbadab2b899d29f8@mail.gmail.com> <72d267bc0802131149k6270a64aq61f7d91fbdc7ccc@mail.gmail.com> <00e401c86e7a$d4152480$7c3f6d80$@com> <72d267bc0802131216t1a99a65eo6763f6598aeff10b@mail.gmail.com> <6002DB1B-CE1B-40CD-8467-67E184FEFEA4@mac.com> <72d267bc0802131315l498243a8w7cdd5f1db61d6261@mail.gmail.com> Message-ID: <72d267bc0802140049u62802761h1654049f9cb4ba91@mail.gmail.com> seriously mate - whoever you are i know all about etiquette i just chose to use it when i see fit. which is not now. thanks for the advice though... i didnt call the guy a prick and a cocksucker because he didnt answer my original post i called him a prick because he thinks he can police email lists and feels its his job to... in fact for exactly the same reason im going to call you a prick now. prick. apologise for what ? On Thu, Feb 14, 2008 at 3:47 AM, Mike Payson wrote: > (Some slightly offensive language below. I believe is warranted under > the circumstances, and there is nothing worse than has already been > used in this thread. If you suspect you'll be offended, please delete > this message.) > > Kris, > > We're all sorry that we didn't drop everything that we are doing and > rush in to answer your question. Clearly any question that you have > should outweigh our miserable lives and jobs. > > I'll give you a little lesson on etiquette here, though I know you'll > only ignore it. If you want people to actually help you, for free, and > at the expense of other peoples valuable time, you should try to > refrain from being an asshole. Sometimes, if you ask a question no > one will know the answer. Generally speaking, rather than everyone > wasting time responding to your email "I don't know", if people don't > know the answer they just won't respond. Unfortunately that means that > sometimes your question will go unanswered. If that happens, POLITELY > post again, don't just start going around calling people "prick" and > "cocksucker". If after your second post you still don't get an > answer, you can probably safely assume that we don't know the answer. > > This reasonably polite response was far more than you deserved. The > advice above is recommended for use on other mailing lists in the > future. I recommend that you not bother posting on this list again, > since I doubt that you'll find the other list members terribly helpful > towards you in the future. On the other hand, a sincere apology can > sometimes go a long way. It might be worth a try. > > On Feb 13, 2008 1:15 PM, Kris Weston wrote: > > ...... > > > > cocksucker > > > > (that was the second ever written occurrence of tourettes syndrome) > > > > > > > > On Feb 13, 2008 9:35 PM, gordon anderson wrote: > > > > > > > > nope, nobody reads this list. I guess they got tired of people > expecting > > something for nothing . . . > > > > > > > > > > > > > > > > > > > > > On 13-Feb-08, at 12:16 , Kris Weston wrote: > > > > > > maturity is over-rated > > > > > > and had you actually shown any sign of it yourself you would have read > my > > initial posting with the question you seem to desire so badly - even > though > > its got fuck all to do with you and you probably wouldnt know the answer > > anyway and actually are probably to busy to answer because you are > updating > > your sad blog where you pretend that people have an interest in your > > heartfelt opinions on important subjects like whatever is coming out of > your > > state propaganda box at 6pm and anyway if you knew that blogging is > actually > > what minds would do if they had anuses would you stop policing the > internet > > with your opinions and mails telling people to 'ask questions' > > > why dont you ask yourself a question? "why am i a such a ginga twat > and > > why do i feel that i need to police the internet"? > > > > > > thankyou for listening > > > this has been a cathartic experience. > > > cheers. > > > > > > Kristian Weston > > > > > > > > > On Feb 13, 2008 8:58 PM, Chris Janes wrote: > > > > > > > > > > > > > > > > > > > > > > > King of maturity I see... > > > > > > > > > > > > > > > > Had you started with an actual question about instiki, someone may > have > > been able to help ? rather than just responding to your initial inane > > offerings. > > > > > > > > > > > > > > > > > > > > From: instiki-users-bounces at rubyforge.org > > [mailto:instiki-users-bounces at rubyforge.org] On Behalf Of Kris Weston > > > > Sent: 13 February 2008 19:50 > > > > To: Instiki-users > > > > Subject: Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > > > > > > > > > > > > > > > shutup you prick - i hate these people who think they can police > email > > lists.. > > > > ive posted my question - doesnt seem like anyone is on here who > knows > > anything so ill fix it myself..... > > > > > > > > later bitches > > > > > > > > Kris Weston > > > > > > > > > > > > On Feb 13, 2008 7:02 PM, Mike Payson wrote: > > > > > > > > Well,, why don't you ask your question rather then just randomly > > > > posting? Probably be a whole lot better use of everyone's time, > > > > wouldn't it? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Instiki-users mailing list > > > > Instiki-users at rubyforge.org > > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > > > > _______________________________________________ > > > Instiki-users mailing list > > > Instiki-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > _______________________________________________ > > > Instiki-users mailing list > > > Instiki-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/2c823704/attachment-0001.html From kris.weston at gmail.com Thu Feb 14 03:50:50 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 09:50:50 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <72d267bc0802140049u62802761h1654049f9cb4ba91@mail.gmail.com> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <72d267bc0802130916u6b7d4b65hbbadab2b899d29f8@mail.gmail.com> <72d267bc0802131149k6270a64aq61f7d91fbdc7ccc@mail.gmail.com> <00e401c86e7a$d4152480$7c3f6d80$@com> <72d267bc0802131216t1a99a65eo6763f6598aeff10b@mail.gmail.com> <6002DB1B-CE1B-40CD-8467-67E184FEFEA4@mac.com> <72d267bc0802131315l498243a8w7cdd5f1db61d6261@mail.gmail.com> <72d267bc0802140049u62802761h1654049f9cb4ba91@mail.gmail.com> Message-ID: <72d267bc0802140050l665f827ele53bcc3df87e5a59@mail.gmail.com> im renaming this piece of software to inshitty. On Thu, Feb 14, 2008 at 9:49 AM, Kris Weston wrote: > seriously mate - whoever you are i know all about etiquette i just chose > to use it when i see fit. > which is not now. thanks for the advice though... > i didnt call the guy a prick and a cocksucker because he didnt answer my > original post > i called him a prick because he thinks he can police email lists and feels > its his job to... > in fact for exactly the same reason im going to call you a prick now. > prick. > > apologise for what ? > > > On Thu, Feb 14, 2008 at 3:47 AM, Mike Payson wrote: > > > (Some slightly offensive language below. I believe is warranted under > > the circumstances, and there is nothing worse than has already been > > used in this thread. If you suspect you'll be offended, please delete > > this message.) > > > > Kris, > > > > We're all sorry that we didn't drop everything that we are doing and > > rush in to answer your question. Clearly any question that you have > > should outweigh our miserable lives and jobs. > > > > I'll give you a little lesson on etiquette here, though I know you'll > > only ignore it. If you want people to actually help you, for free, and > > at the expense of other peoples valuable time, you should try to > > refrain from being an asshole. Sometimes, if you ask a question no > > one will know the answer. Generally speaking, rather than everyone > > wasting time responding to your email "I don't know", if people don't > > know the answer they just won't respond. Unfortunately that means that > > sometimes your question will go unanswered. If that happens, POLITELY > > post again, don't just start going around calling people "prick" and > > "cocksucker". If after your second post you still don't get an > > answer, you can probably safely assume that we don't know the answer. > > > > This reasonably polite response was far more than you deserved. The > > advice above is recommended for use on other mailing lists in the > > future. I recommend that you not bother posting on this list again, > > since I doubt that you'll find the other list members terribly helpful > > towards you in the future. On the other hand, a sincere apology can > > sometimes go a long way. It might be worth a try. > > > > On Feb 13, 2008 1:15 PM, Kris Weston wrote: > > > ...... > > > > > > cocksucker > > > > > > (that was the second ever written occurrence of tourettes syndrome) > > > > > > > > > > > > On Feb 13, 2008 9:35 PM, gordon anderson wrote: > > > > > > > > > > > nope, nobody reads this list. I guess they got tired of people > > expecting > > > something for nothing . . . > > > > > > > > > > > > > > > > > > > > > > > > > > > > On 13-Feb-08, at 12:16 , Kris Weston wrote: > > > > > > > > maturity is over-rated > > > > > > > > and had you actually shown any sign of it yourself you would have > > read my > > > initial posting with the question you seem to desire so badly - even > > though > > > its got fuck all to do with you and you probably wouldnt know the > > answer > > > anyway and actually are probably to busy to answer because you are > > updating > > > your sad blog where you pretend that people have an interest in your > > > heartfelt opinions on important subjects like whatever is coming out > > of your > > > state propaganda box at 6pm and anyway if you knew that blogging is > > actually > > > what minds would do if they had anuses would you stop policing the > > internet > > > with your opinions and mails telling people to 'ask questions' > > > > why dont you ask yourself a question? "why am i a such a ginga twat > > and > > > why do i feel that i need to police the internet"? > > > > > > > > thankyou for listening > > > > this has been a cathartic experience. > > > > cheers. > > > > > > > > Kristian Weston > > > > > > > > > > > > On Feb 13, 2008 8:58 PM, Chris Janes wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > King of maturity I see... > > > > > > > > > > > > > > > > > > > > Had you started with an actual question about instiki, someone may > > have > > > been able to help ? rather than just responding to your initial inane > > > offerings. > > > > > > > > > > > > > > > > > > > > > > > > > From: instiki-users-bounces at rubyforge.org > > > [mailto:instiki-users-bounces at rubyforge.org] On Behalf Of Kris Weston > > > > > Sent: 13 February 2008 19:50 > > > > > To: Instiki-users > > > > > Subject: Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > > > > > > > > > > > > > > > > > > > shutup you prick - i hate these people who think they can police > > email > > > lists.. > > > > > ive posted my question - doesnt seem like anyone is on here who > > knows > > > anything so ill fix it myself..... > > > > > > > > > > later bitches > > > > > > > > > > Kris Weston > > > > > > > > > > > > > > > On Feb 13, 2008 7:02 PM, Mike Payson wrote: > > > > > > > > > > Well,, why don't you ask your question rather then just randomly > > > > > posting? Probably be a whole lot better use of everyone's time, > > > > > wouldn't it? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > Instiki-users mailing list > > > > > Instiki-users at rubyforge.org > > > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > > > > > > > _______________________________________________ > > > > Instiki-users mailing list > > > > Instiki-users at rubyforge.org > > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > > _______________________________________________ > > > > Instiki-users mailing list > > > > Instiki-users at rubyforge.org > > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > > > > > > > _______________________________________________ > > > Instiki-users mailing list > > > Instiki-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/85a9161f/attachment.html From christophe at kualasoft.com Thu Feb 14 04:08:42 2008 From: christophe at kualasoft.com (Christophe Bouhier) Date: Thu, 14 Feb 2008 10:08:42 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <72d267bc0802140050l665f827ele53bcc3df87e5a59@mail.gmail.com> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com><72d267bc0802130916u6b7d4b65hbbadab2b899d29f8@mail.gmail.com><72d267bc0802131149k6270a64aq61f7d91fbdc7ccc@mail.gmail.com><00e401c86e7a$d4152480$7c3f6d80$@com><72d267bc0802131216t1a99a65eo6763f6598aeff10b@mail.gmail.com><6002DB1B-CE1B-40CD-8467-67E184FEFEA4@mac.com><72d267bc0802131315l498243a8w7cdd5f1db61d6261@mail.gmail.com><72d267bc0802140049u62802761h1654049f9cb4ba91@mail.gmail.com> <72d267bc0802140050l665f827ele53bcc3df87e5a59@mail.gmail.com> Message-ID: <005c01c86ee9$3412ecf0$0ba0a8c0@msi.cell> Can we block this guy? This is close to spam. _____ From: jpodder at augustine.hostingrails.com [mailto:jpodder at augustine.hostingrails.com] On Behalf Of Kris Weston Sent: Thursday, February 14, 2008 09:51 To: Instiki-users Subject: Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO im renaming this piece of software to inshitty. On Thu, Feb 14, 2008 at 9:49 AM, Kris Weston wrote: seriously mate - whoever you are i know all about etiquette i just chose to use it when i see fit. which is not now. thanks for the advice though... i didnt call the guy a prick and a cocksucker because he didnt answer my original post i called him a prick because he thinks he can police email lists and feels its his job to... in fact for exactly the same reason im going to call you a prick now. prick. apologise for what ? On Thu, Feb 14, 2008 at 3:47 AM, Mike Payson wrote: (Some slightly offensive language below. I believe is warranted under the circumstances, and there is nothing worse than has already been used in this thread. If you suspect you'll be offended, please delete this message.) Kris, We're all sorry that we didn't drop everything that we are doing and rush in to answer your question. Clearly any question that you have should outweigh our miserable lives and jobs. I'll give you a little lesson on etiquette here, though I know you'll only ignore it. If you want people to actually help you, for free, and at the expense of other peoples valuable time, you should try to refrain from being an asshole. Sometimes, if you ask a question no one will know the answer. Generally speaking, rather than everyone wasting time responding to your email "I don't know", if people don't know the answer they just won't respond. Unfortunately that means that sometimes your question will go unanswered. If that happens, POLITELY post again, don't just start going around calling people "prick" and "cocksucker". If after your second post you still don't get an answer, you can probably safely assume that we don't know the answer. This reasonably polite response was far more than you deserved. The advice above is recommended for use on other mailing lists in the future. I recommend that you not bother posting on this list again, since I doubt that you'll find the other list members terribly helpful towards you in the future. On the other hand, a sincere apology can sometimes go a long way. It might be worth a try. On Feb 13, 2008 1:15 PM, Kris Weston wrote: > ...... > > cocksucker > > (that was the second ever written occurrence of tourettes syndrome) > > > > On Feb 13, 2008 9:35 PM, gordon anderson wrote: > > > > > nope, nobody reads this list. I guess they got tired of people expecting > something for nothing . . . > > > > > > > > > > > > > > On 13-Feb-08, at 12:16 , Kris Weston wrote: > > > > maturity is over-rated > > > > and had you actually shown any sign of it yourself you would have read my > initial posting with the question you seem to desire so badly - even though > its got fuck all to do with you and you probably wouldnt know the answer > anyway and actually are probably to busy to answer because you are updating > your sad blog where you pretend that people have an interest in your > heartfelt opinions on important subjects like whatever is coming out of your > state propaganda box at 6pm and anyway if you knew that blogging is actually > what minds would do if they had anuses would you stop policing the internet > with your opinions and mails telling people to 'ask questions' > > why dont you ask yourself a question? "why am i a such a ginga twat and > why do i feel that i need to police the internet"? > > > > thankyou for listening > > this has been a cathartic experience. > > cheers. > > > > Kristian Weston > > > > > > On Feb 13, 2008 8:58 PM, Chris Janes wrote: > > > > > > > > > > > > > > > > > King of maturity I see... > > > > > > > > > > > > Had you started with an actual question about instiki, someone may have > been able to help - rather than just responding to your initial inane > offerings. > > > > > > > > > > > > > > > From: instiki-users-bounces at rubyforge.org > [mailto:instiki-users-bounces at rubyforge.org] On Behalf Of Kris Weston > > > Sent: 13 February 2008 19:50 > > > To: Instiki-users > > > Subject: Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > > > > > > > > > > > shutup you prick - i hate these people who think they can police email > lists.. > > > ive posted my question - doesnt seem like anyone is on here who knows > anything so ill fix it myself..... > > > > > > later bitches > > > > > > Kris Weston > > > > > > > > > On Feb 13, 2008 7:02 PM, Mike Payson wrote: > > > > > > Well,, why don't you ask your question rather then just randomly > > > posting? Probably be a whole lot better use of everyone's time, > > > wouldn't it? > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Instiki-users mailing list > > > Instiki-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > _______________________________________________ Instiki-users mailing list Instiki-users at rubyforge.org http://rubyforge.org/mailman/listinfo/instiki-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/0fc111cd/attachment-0001.html From kris.weston at gmail.com Thu Feb 14 04:11:03 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 10:11:03 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <005c01c86ee9$3412ecf0$0ba0a8c0@msi.cell> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <72d267bc0802131149k6270a64aq61f7d91fbdc7ccc@mail.gmail.com> <00e401c86e7a$d4152480$7c3f6d80$@com> <72d267bc0802131216t1a99a65eo6763f6598aeff10b@mail.gmail.com> <6002DB1B-CE1B-40CD-8467-67E184FEFEA4@mac.com> <72d267bc0802131315l498243a8w7cdd5f1db61d6261@mail.gmail.com> <72d267bc0802140049u62802761h1654049f9cb4ba91@mail.gmail.com> <72d267bc0802140050l665f827ele53bcc3df87e5a59@mail.gmail.com> <005c01c86ee9$3412ecf0$0ba0a8c0@msi.cell> Message-ID: <72d267bc0802140111r44ea8e66ue5f8042773645001@mail.gmail.com> your mums spam bitch. how dare you! did i offer to increase the size of your penis ? On Thu, Feb 14, 2008 at 10:08 AM, Christophe Bouhier < christophe at kualasoft.com> wrote: > Can we block this guy? This is close to spam. > > ------------------------------ > *From:* jpodder at augustine.hostingrails.com [mailto: > jpodder at augustine.hostingrails.com] *On Behalf Of *Kris Weston > *Sent:* Thursday, February 14, 2008 09:51 > > *To:* Instiki-users > *Subject:* Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > im renaming this piece of software to inshitty. > > On Thu, Feb 14, 2008 at 9:49 AM, Kris Weston > wrote: > > > seriously mate - whoever you are i know all about etiquette i just chose > > to use it when i see fit. > > which is not now. thanks for the advice though... > > i didnt call the guy a prick and a cocksucker because he didnt answer my > > original post > > i called him a prick because he thinks he can police email lists and > > feels its his job to... > > in fact for exactly the same reason im going to call you a prick now. > > prick. > > > > apologise for what ? > > > > > > On Thu, Feb 14, 2008 at 3:47 AM, Mike Payson wrote: > > > > > (Some slightly offensive language below. I believe is warranted under > > > the circumstances, and there is nothing worse than has already been > > > used in this thread. If you suspect you'll be offended, please delete > > > this message.) > > > > > > Kris, > > > > > > We're all sorry that we didn't drop everything that we are doing and > > > rush in to answer your question. Clearly any question that you have > > > should outweigh our miserable lives and jobs. > > > > > > I'll give you a little lesson on etiquette here, though I know you'll > > > only ignore it. If you want people to actually help you, for free, and > > > at the expense of other peoples valuable time, you should try to > > > refrain from being an asshole. Sometimes, if you ask a question no > > > one will know the answer. Generally speaking, rather than everyone > > > wasting time responding to your email "I don't know", if people don't > > > know the answer they just won't respond. Unfortunately that means that > > > sometimes your question will go unanswered. If that happens, POLITELY > > > post again, don't just start going around calling people "prick" and > > > "cocksucker". If after your second post you still don't get an > > > answer, you can probably safely assume that we don't know the answer. > > > > > > This reasonably polite response was far more than you deserved. The > > > advice above is recommended for use on other mailing lists in the > > > future. I recommend that you not bother posting on this list again, > > > since I doubt that you'll find the other list members terribly helpful > > > towards you in the future. On the other hand, a sincere apology can > > > sometimes go a long way. It might be worth a try. > > > > > > On Feb 13, 2008 1:15 PM, Kris Weston wrote: > > > > ...... > > > > > > > > cocksucker > > > > > > > > (that was the second ever written occurrence of tourettes syndrome) > > > > > > > > > > > > > > > > On Feb 13, 2008 9:35 PM, gordon anderson wrote: > > > > > > > > > > > > > > nope, nobody reads this list. I guess they got tired of people > > > expecting > > > > something for nothing . . . > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On 13-Feb-08, at 12:16 , Kris Weston wrote: > > > > > > > > > > maturity is over-rated > > > > > > > > > > and had you actually shown any sign of it yourself you would have > > > read my > > > > initial posting with the question you seem to desire so badly - even > > > though > > > > its got fuck all to do with you and you probably wouldnt know the > > > answer > > > > anyway and actually are probably to busy to answer because you are > > > updating > > > > your sad blog where you pretend that people have an interest in your > > > > heartfelt opinions on important subjects like whatever is coming out > > > of your > > > > state propaganda box at 6pm and anyway if you knew that blogging is > > > actually > > > > what minds would do if they had anuses would you stop policing the > > > internet > > > > with your opinions and mails telling people to 'ask questions' > > > > > why dont you ask yourself a question? "why am i a such a ginga > > > twat and > > > > why do i feel that i need to police the internet"? > > > > > > > > > > thankyou for listening > > > > > this has been a cathartic experience. > > > > > cheers. > > > > > > > > > > Kristian Weston > > > > > > > > > > > > > > > On Feb 13, 2008 8:58 PM, Chris Janes wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > King of maturity I see... > > > > > > > > > > > > > > > > > > > > > > > > Had you started with an actual question about instiki, someone > > > may have > > > > been able to help ? rather than just responding to your initial > > > inane > > > > offerings. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > From: instiki-users-bounces at rubyforge.org > > > > [mailto:instiki-users-bounces at rubyforge.org] On Behalf Of Kris > > > Weston > > > > > > Sent: 13 February 2008 19:50 > > > > > > To: Instiki-users > > > > > > Subject: Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > > > > > > > > > > > > > > > > > > > > > > > shutup you prick - i hate these people who think they can police > > > email > > > > lists.. > > > > > > ive posted my question - doesnt seem like anyone is on here who > > > knows > > > > anything so ill fix it myself..... > > > > > > > > > > > > later bitches > > > > > > > > > > > > Kris Weston > > > > > > > > > > > > > > > > > > On Feb 13, 2008 7:02 PM, Mike Payson wrote: > > > > > > > > > > > > Well,, why don't you ask your question rather then just randomly > > > > > > posting? Probably be a whole lot better use of everyone's time, > > > > > > wouldn't it? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > Instiki-users mailing list > > > > > > Instiki-users at rubyforge.org > > > > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > > > > > > > > > > _______________________________________________ > > > > > Instiki-users mailing list > > > > > Instiki-users at rubyforge.org > > > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > > > > _______________________________________________ > > > > > Instiki-users mailing list > > > > > Instiki-users at rubyforge.org > > > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Instiki-users mailing list > > > > Instiki-users at rubyforge.org > > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > _______________________________________________ > > > Instiki-users mailing list > > > Instiki-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/ace74dce/attachment.html From christophe at kualasoft.com Thu Feb 14 04:20:21 2008 From: christophe at kualasoft.com (Christophe Bouhier) Date: Thu, 14 Feb 2008 10:20:21 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <72d267bc0802140111r44ea8e66ue5f8042773645001@mail.gmail.com> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com><72d267bc0802131149k6270a64aq61f7d91fbdc7ccc@mail.gmail.com><00e401c86e7a$d4152480$7c3f6d80$@com><72d267bc0802131216t1a99a65eo6763f6598aeff10b@mail.gmail.com><6002DB1B-CE1B-40CD-8467-67E184FEFEA4@mac.com><72d267bc0802131315l498243a8w7cdd5f1db61d6261@mail.gmail.com><72d267bc0802140049u62802761h1654049f9cb4ba91@mail.gmail.com><72d267bc0802140050l665f827ele53bcc3df87e5a59@mail.gmail.com><005c01c86ee9$3412ecf0$0ba0a8c0@msi.cell> <72d267bc0802140111r44ea8e66ue5f8042773645001@mail.gmail.com> Message-ID: <007701c86eea$d4b12180$0ba0a8c0@msi.cell> that was actually funny Kris. Why don't you hang on and tell us more jokes? _____ From: jpodder at augustine.hostingrails.com [mailto:jpodder at augustine.hostingrails.com] On Behalf Of Kris Weston Sent: Thursday, February 14, 2008 10:11 To: Instiki-users Subject: Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO your mums spam bitch. how dare you! did i offer to increase the size of your penis ? On Thu, Feb 14, 2008 at 10:08 AM, Christophe Bouhier wrote: Can we block this guy? This is close to spam. _____ From: jpodder at augustine.hostingrails.com [mailto:jpodder at augustine.hostingrails.com] On Behalf Of Kris Weston Sent: Thursday, February 14, 2008 09:51 To: Instiki-users Subject: Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO im renaming this piece of software to inshitty. On Thu, Feb 14, 2008 at 9:49 AM, Kris Weston wrote: seriously mate - whoever you are i know all about etiquette i just chose to use it when i see fit. which is not now. thanks for the advice though... i didnt call the guy a prick and a cocksucker because he didnt answer my original post i called him a prick because he thinks he can police email lists and feels its his job to... in fact for exactly the same reason im going to call you a prick now. prick. apologise for what ? On Thu, Feb 14, 2008 at 3:47 AM, Mike Payson wrote: (Some slightly offensive language below. I believe is warranted under the circumstances, and there is nothing worse than has already been used in this thread. If you suspect you'll be offended, please delete this message.) Kris, We're all sorry that we didn't drop everything that we are doing and rush in to answer your question. Clearly any question that you have should outweigh our miserable lives and jobs. I'll give you a little lesson on etiquette here, though I know you'll only ignore it. If you want people to actually help you, for free, and at the expense of other peoples valuable time, you should try to refrain from being an asshole. Sometimes, if you ask a question no one will know the answer. Generally speaking, rather than everyone wasting time responding to your email "I don't know", if people don't know the answer they just won't respond. Unfortunately that means that sometimes your question will go unanswered. If that happens, POLITELY post again, don't just start going around calling people "prick" and "cocksucker". If after your second post you still don't get an answer, you can probably safely assume that we don't know the answer. This reasonably polite response was far more than you deserved. The advice above is recommended for use on other mailing lists in the future. I recommend that you not bother posting on this list again, since I doubt that you'll find the other list members terribly helpful towards you in the future. On the other hand, a sincere apology can sometimes go a long way. It might be worth a try. On Feb 13, 2008 1:15 PM, Kris Weston wrote: > ...... > > cocksucker > > (that was the second ever written occurrence of tourettes syndrome) > > > > On Feb 13, 2008 9:35 PM, gordon anderson wrote: > > > > > nope, nobody reads this list. I guess they got tired of people expecting > something for nothing . . . > > > > > > > > > > > > > > On 13-Feb-08, at 12:16 , Kris Weston wrote: > > > > maturity is over-rated > > > > and had you actually shown any sign of it yourself you would have read my > initial posting with the question you seem to desire so badly - even though > its got fuck all to do with you and you probably wouldnt know the answer > anyway and actually are probably to busy to answer because you are updating > your sad blog where you pretend that people have an interest in your > heartfelt opinions on important subjects like whatever is coming out of your > state propaganda box at 6pm and anyway if you knew that blogging is actually > what minds would do if they had anuses would you stop policing the internet > with your opinions and mails telling people to 'ask questions' > > why dont you ask yourself a question? "why am i a such a ginga twat and > why do i feel that i need to police the internet"? > > > > thankyou for listening > > this has been a cathartic experience. > > cheers. > > > > Kristian Weston > > > > > > On Feb 13, 2008 8:58 PM, Chris Janes wrote: > > > > > > > > > > > > > > > > > King of maturity I see... > > > > > > > > > > > > Had you started with an actual question about instiki, someone may have > been able to help - rather than just responding to your initial inane > offerings. > > > > > > > > > > > > > > > From: instiki-users-bounces at rubyforge.org > [mailto:instiki-users-bounces at rubyforge.org] On Behalf Of Kris Weston > > > Sent: 13 February 2008 19:50 > > > To: Instiki-users > > > Subject: Re: [Instiki] HellooooooooooooOOOOOOOOOOOOOO > > > > > > > > > > > > shutup you prick - i hate these people who think they can police email > lists.. > > > ive posted my question - doesnt seem like anyone is on here who knows > anything so ill fix it myself..... > > > > > > later bitches > > > > > > Kris Weston > > > > > > > > > On Feb 13, 2008 7:02 PM, Mike Payson wrote: > > > > > > Well,, why don't you ask your question rather then just randomly > > > posting? Probably be a whole lot better use of everyone's time, > > > wouldn't it? > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Instiki-users mailing list > > > Instiki-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > _______________________________________________ Instiki-users mailing list Instiki-users at rubyforge.org http://rubyforge.org/mailman/listinfo/instiki-users _______________________________________________ Instiki-users mailing list Instiki-users at rubyforge.org http://rubyforge.org/mailman/listinfo/instiki-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/62b2029f/attachment-0001.html From BArmstrong at dymaxion.ca Thu Feb 14 07:12:57 2008 From: BArmstrong at dymaxion.ca (Ben Armstrong) Date: Thu, 14 Feb 2008 08:12:57 -0400 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <007701c86eea$d4b12180$0ba0a8c0@msi.cell> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com><72d267bc0802131149k6270a64aq61f7d91fbdc7ccc@mail.gmail.com><00e401c86e7a$d4152480$7c3f6d80$@com><72d267bc0802131216t1a99a65eo6763f6598aeff10b@mail.gmail.com><6002DB1B-CE1B-40CD-8467-67E184FEFEA4@mac.com><72d267bc0802131315l498243a8w7cdd5f1db61d6261@mail.gmail.com><72d267bc0802140049u62802761h1654049f9cb4ba91@mail.gmail.com><72d267bc0802140050l665f827ele53bcc3df87e5a59@mail.gmail.com><005c01c86ee9$3412ecf0$0ba0a8c0@msi.cell> <72d267bc0802140111r44ea8e66ue5f8042773645001@mail.gmail.com> <007701c86eea$d4b12180$0ba0a8c0@msi.cell> Message-ID: <47B43049.8080106@dymaxion.ca> Christophe Bouhier wrote: > that was actually funny Kris. Why don't you hang on and tell us more > jokes? I agree. It's a good thing it's all archived in public to readily share with his future potential employers. Priceless. I'm sure they'll appreciate his sense of humor and it may even help him land a job. Ben From kris.weston at gmail.com Thu Feb 14 07:57:56 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 13:57:56 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: <47B43049.8080106@dymaxion.ca> References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <6002DB1B-CE1B-40CD-8467-67E184FEFEA4@mac.com> <72d267bc0802131315l498243a8w7cdd5f1db61d6261@mail.gmail.com> <72d267bc0802140049u62802761h1654049f9cb4ba91@mail.gmail.com> <72d267bc0802140050l665f827ele53bcc3df87e5a59@mail.gmail.com> <005c01c86ee9$3412ecf0$0ba0a8c0@msi.cell> <72d267bc0802140111r44ea8e66ue5f8042773645001@mail.gmail.com> <007701c86eea$d4b12180$0ba0a8c0@msi.cell> <47B43049.8080106@dymaxion.ca> Message-ID: <72d267bc0802140457x5559657et69d9f49d21100fbd@mail.gmail.com> where the fuck do they dig you people up from ? what on earth makes you think i care about what you are saying!!! oh yes im so worried about getting a job so ill just shut up and not call people pricks when they are plainly being so. you have no idea at all. if you were to lookup my name you would find i regularly trawl the internet catching out pricks like you with my enlightened insults and jolly play. you would also find out i used to be a musician in some shit band and i slagged off our own fans on our email list for several years. what is the psychological makeup of someone who does this ? disturbed ? bad childhood ? or just having plain old fun with other peoples misery? i dunno - i couldnt give a flying monkeys toss. wow. anyway laters pricks. On Thu, Feb 14, 2008 at 1:12 PM, Ben Armstrong wrote: > Christophe Bouhier wrote: > > that was actually funny Kris. Why don't you hang on and tell us more > > jokes? > I agree. It's a good thing it's all archived in public to readily share > with his future potential employers. Priceless. I'm sure they'll > appreciate his sense of humor and it may even help him land a job. > > Ben > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/4a7cdc86/attachment.html From huw.nichols at gmail.com Thu Feb 14 12:43:57 2008 From: huw.nichols at gmail.com (Huw) Date: Thu, 14 Feb 2008 17:43:57 +0000 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <47B319B2.3000002@Boldway.org> <72d267bc0802130916u6b7d4b65hbbadab2b899d29f8@mail.gmail.com> <72d267bc0802131149k6270a64aq61f7d91fbdc7ccc@mail.gmail.com> <00e401c86e7a$d4152480$7c3f6d80$@com> <72d267bc0802131216t1a99a65eo6763f6598aeff10b@mail.gmail.com> <6002DB1B-CE1B-40CD-8467-67E184FEFEA4@mac.com> <72d267bc0802131315l498243a8w7cdd5f1db61d6261@mail.gmail.com> Message-ID: On Thu, Feb 14, 2008 at 2:47 AM, Mike Payson wrote: > (Some slightly offensive language below. I believe is warranted under > the circumstances, and there is nothing worse than has already been > used in this thread. If you suspect you'll be offended, please delete > this message.) Well said! and far more polite than I would have put it too. From mike at dawgdayz.com Thu Feb 14 13:00:16 2008 From: mike at dawgdayz.com (Mike Payson) Date: Thu, 14 Feb 2008 10:00:16 -0800 Subject: [Instiki] Moderators? Message-ID: Are there any moderators on this list? Can they remove the troll "Kris Welton". It would be a shame to lose the few members of this list due to one idiots bad behavior. From kris.weston at gmail.com Thu Feb 14 13:33:47 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 19:33:47 +0100 Subject: [Instiki] Moderators? In-Reply-To: References: Message-ID: <72d267bc0802141033v28685a60wf692a7dd218fc213@mail.gmail.com> who you calling an idiot ? coming from someone who cleans up dog shit for a living thats pretty rich... oh welton instead of weston - you are a one ! your wit is indeed far superior to mine and i bow to your greatness.... btw - how have i behaved badly ? its pricks on here that start thinking they can fucking police me that started all this. anyway carry on - i like flame wars.... :) ps oh my god i just thought of something really funny if you take Mike PAYSON and just swap the PAY for GAY and the SON for FUN its Mike GAYFUN fuck me im so funny. bye cunts. On Thu, Feb 14, 2008 at 7:00 PM, Mike Payson wrote: > Are there any moderators on this list? Can they remove the troll "Kris > Welton". It would be a shame to lose the few members of this list due > to one idiots bad behavior. > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/3373db25/attachment.html From kris.weston at gmail.com Thu Feb 14 13:35:51 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 19:35:51 +0100 Subject: [Instiki] Moderators? In-Reply-To: <72d267bc0802141033v28685a60wf692a7dd218fc213@mail.gmail.com> References: <72d267bc0802141033v28685a60wf692a7dd218fc213@mail.gmail.com> Message-ID: <72d267bc0802141035ve051db8r394257748060aa7e@mail.gmail.com> Even better if the moderators turn up Can you ask em to get the programmers and tell them to pull their dicks out of the cat and make it work. Cheers cuntfaced cocksucking motherfuckers On Thu, Feb 14, 2008 at 7:33 PM, Kris Weston wrote: > who you calling an idiot ? > coming from someone who cleans up dog shit for a living thats pretty > rich... > oh welton instead of weston - you are a one ! > your wit is indeed far superior to mine and i bow to your greatness.... > > btw - how have i behaved badly ? > its pricks on here that start thinking they can fucking police me that > started all this. > anyway carry on - i like flame wars.... > > :) > > ps oh my god i just thought of something really funny if you take Mike > PAYSON > and just swap the PAY for GAY and the SON for FUN its Mike GAYFUN > fuck me im so funny. bye cunts. > > > On Thu, Feb 14, 2008 at 7:00 PM, Mike Payson wrote: > > > Are there any moderators on this list? Can they remove the troll "Kris > > Welton". It would be a shame to lose the few members of this list due > > to one idiots bad behavior. > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/00046abc/attachment.html From kris.weston at gmail.com Thu Feb 14 13:37:10 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 19:37:10 +0100 Subject: [Instiki] Any Help would be appreciated In-Reply-To: <67505CD5-3009-4FF8-8B1B-D20AE50DBAAA@5uper.net> References: <9F4F4592-2C54-40B5-9AF1-BFB8A739C203@semperllc.com> <0E9DF767-89FF-4374-84D0-833601D54A38@5uper.net> <92955C50-BCC8-44C0-A05B-810B051FB231@semperllc.com> <67505CD5-3009-4FF8-8B1B-D20AE50DBAAA@5uper.net> Message-ID: <72d267bc0802141037g2d8932e3nee7fc5728f2ba2a1@mail.gmail.com> actually fuck instiki im going to spam them for wasting my time with their shit. youre all cunts youre all cunts youre all cunts youre all cunts youre all cunts youre all cunts youre all cunts youre all cunts youre all cunts youre all cunts youre all cunts youre all cunts youre all cunts youre all cuntsyoure all cuntsyoure all cunts youre all cuntsyoure all cuntsyoure all cunts cunts On Wed, Feb 13, 2008 at 9:14 PM, Matthias Tarasiewicz wrote: > can you try to delete the folder > vendor/rails and try again? the sqlite3 library is ofthen the cause of > problems... > > are you on leopard or tiger? rubyosx or which ruby installation? > > On 13.02.2008, at 19:07, Chris Wall wrote: > > > Is there any way to recover any of the wiki data or text from > > the 2500 folder only? > > > > Assuming the files under db are not recoverable ? > > > > thanks > > > > On Jan 24, 2008, at 1:55 PM, Chris Wall wrote: > > > >> Thanks: > >> > >> We do update our macintosh OS on a weekly schedule if there are > >> updates > >> > >> I did read about a problem instiki experienced after the Dec 2007 > >> Mac Update > >> > >> I did try re-installing with Ruby - no luck > >> > >> I can get a blank wiki up and running, but when I try to put the > >> 2500 folder > >> files back and go to the wiki , all we get are blank pages > >> > >> I'm assuming the actual "production.db.sqlite3" file was corrupted > >> or overwritten > >> > >> in the backups it seems to be no good either > >> > >>> sqlite3 --version is 3.4.0 > >> > >>> ruby -v is 1.8.6 (2007-03-13 patchlevel 0 [universal darwin] > >> > >> is there any way to retrieve the data in the 2500 folder files? > >> > >> I did try a suggestion to rename them to ZIP files , but > >> using winzip, XP unzip or Macintosh unzip does not work > >> > >> Thanks in advance > >> > >> Chris > >> > >> On Jan 24, 2008, at 8:02 AM, Matthias Tarasiewicz wrote: > >> > >>> maybe you updated your system files since? > >>> this is a strange behaviour which should not occur. this could be a > >>> sqlite3 issue. > >>> please try to reinstall the one click installer and also please > >>> check if > >>> > >>> sqlite3 --version > >>> and > >>> ruby -v > >>> > >>> gives you the right output from the versions of the one-click > >>> installer. if not, maybe the path settings in ~/.bash_login got > >>> overwritten? > >> > >> > > > > Chris > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/7d7815c9/attachment-0001.html From kris.weston at gmail.com Thu Feb 14 13:39:03 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 19:39:03 +0100 Subject: [Instiki] Any Help would be appreciated In-Reply-To: <72d267bc0802141037g2d8932e3nee7fc5728f2ba2a1@mail.gmail.com> References: <9F4F4592-2C54-40B5-9AF1-BFB8A739C203@semperllc.com> <0E9DF767-89FF-4374-84D0-833601D54A38@5uper.net> <92955C50-BCC8-44C0-A05B-810B051FB231@semperllc.com> <67505CD5-3009-4FF8-8B1B-D20AE50DBAAA@5uper.net> <72d267bc0802141037g2d8932e3nee7fc5728f2ba2a1@mail.gmail.com> Message-ID: <72d267bc0802141039w48e764dse8d787e622e135ab@mail.gmail.com> lets hope i can deliberately put the programmer off doing any more work for free cos of ungrateful cunts like me... and lets hope i dont have to suffer his poorly documented, simply not working piece of shit ever again. also ive just had a really bad day at work and i havent had my four o clock squirt yet... better go tell your wife i love her On Thu, Feb 14, 2008 at 7:37 PM, Kris Weston wrote: > actually fuck instiki > im going to spam them for wasting my time with their shit. > youre all cunts > youre all cunts > youre all cunts > youre all cunts > youre all cunts > youre all cunts > youre all cunts > youre all cunts > youre all cunts > youre all cunts > youre all cunts > youre all cunts > youre all cunts > youre all cuntsyoure all cuntsyoure all cunts > youre all cuntsyoure all cuntsyoure all cunts > cunts > > > On Wed, Feb 13, 2008 at 9:14 PM, Matthias Tarasiewicz > wrote: > > > can you try to delete the folder > > vendor/rails and try again? the sqlite3 library is ofthen the cause of > > problems... > > > > are you on leopard or tiger? rubyosx or which ruby installation? > > > > On 13.02.2008, at 19:07, Chris Wall wrote: > > > > > Is there any way to recover any of the wiki data or text from > > > the 2500 folder only? > > > > > > Assuming the files under db are not recoverable ? > > > > > > thanks > > > > > > On Jan 24, 2008, at 1:55 PM, Chris Wall wrote: > > > > > >> Thanks: > > >> > > >> We do update our macintosh OS on a weekly schedule if there are > > >> updates > > >> > > >> I did read about a problem instiki experienced after the Dec 2007 > > >> Mac Update > > >> > > >> I did try re-installing with Ruby - no luck > > >> > > >> I can get a blank wiki up and running, but when I try to put the > > >> 2500 folder > > >> files back and go to the wiki , all we get are blank pages > > >> > > >> I'm assuming the actual "production.db.sqlite3" file was corrupted > > >> or overwritten > > >> > > >> in the backups it seems to be no good either > > >> > > >>> sqlite3 --version is 3.4.0 > > >> > > >>> ruby -v is 1.8.6 (2007-03-13 patchlevel 0 [universal darwin] > > >> > > >> is there any way to retrieve the data in the 2500 folder files? > > >> > > >> I did try a suggestion to rename them to ZIP files , but > > >> using winzip, XP unzip or Macintosh unzip does not work > > >> > > >> Thanks in advance > > >> > > >> Chris > > >> > > >> On Jan 24, 2008, at 8:02 AM, Matthias Tarasiewicz wrote: > > >> > > >>> maybe you updated your system files since? > > >>> this is a strange behaviour which should not occur. this could be a > > >>> sqlite3 issue. > > >>> please try to reinstall the one click installer and also please > > >>> check if > > >>> > > >>> sqlite3 --version > > >>> and > > >>> ruby -v > > >>> > > >>> gives you the right output from the versions of the one-click > > >>> installer. if not, maybe the path settings in ~/.bash_login got > > >>> overwritten? > > >> > > >> > > > > > > Chris > > > _______________________________________________ > > > Instiki-users mailing list > > > Instiki-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/6e085de4/attachment.html From kris.weston at gmail.com Thu Feb 14 13:56:34 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 19:56:34 +0100 Subject: [Instiki] HellooooooooooooOOOOOOOOOOOOOO In-Reply-To: References: <72d267bc0802130150s3870ec74q347ffdea84969280@mail.gmail.com> <72d267bc0802130916u6b7d4b65hbbadab2b899d29f8@mail.gmail.com> <72d267bc0802131149k6270a64aq61f7d91fbdc7ccc@mail.gmail.com> <00e401c86e7a$d4152480$7c3f6d80$@com> <72d267bc0802131216t1a99a65eo6763f6598aeff10b@mail.gmail.com> <6002DB1B-CE1B-40CD-8467-67E184FEFEA4@mac.com> <72d267bc0802131315l498243a8w7cdd5f1db61d6261@mail.gmail.com> Message-ID: <72d267bc0802141056g47c6a7b0s13bf680feb391f49@mail.gmail.com> instiki is shit by the way. fuck it and you. On Thu, Feb 14, 2008 at 6:43 PM, Huw wrote: > On Thu, Feb 14, 2008 at 2:47 AM, Mike Payson wrote: > > (Some slightly offensive language below. I believe is warranted under > > the circumstances, and there is nothing worse than has already been > > used in this thread. If you suspect you'll be offended, please delete > > this message.) > > > > Well said! and far more polite than I would have put it too. > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/675d7668/attachment.html From kris.weston at gmail.com Thu Feb 14 14:01:57 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 20:01:57 +0100 Subject: [Instiki] Moderators? In-Reply-To: <72d267bc0802141033v28685a60wf692a7dd218fc213@mail.gmail.com> References: <72d267bc0802141033v28685a60wf692a7dd218fc213@mail.gmail.com> Message-ID: <72d267bc0802141101j292fc9f6xbb68679f05538da9@mail.gmail.com> hey mike - what do you need a wiki for ? so you can remember all the different types of dog shit you are scooping up ? On Thu, Feb 14, 2008 at 7:33 PM, Kris Weston wrote: > who you calling an idiot ? > coming from someone who cleans up dog shit for a living thats pretty > rich... > oh welton instead of weston - you are a one ! > your wit is indeed far superior to mine and i bow to your greatness.... > > btw - how have i behaved badly ? > its pricks on here that start thinking they can fucking police me that > started all this. > anyway carry on - i like flame wars.... > > :) > > ps oh my god i just thought of something really funny if you take Mike > PAYSON > and just swap the PAY for GAY and the SON for FUN its Mike GAYFUN > fuck me im so funny. bye cunts. > > > On Thu, Feb 14, 2008 at 7:00 PM, Mike Payson wrote: > > > Are there any moderators on this list? Can they remove the troll "Kris > > Welton". It would be a shame to lose the few members of this list due > > to one idiots bad behavior. > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/ec1ff175/attachment.html From kris.weston at gmail.com Thu Feb 14 14:02:21 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 20:02:21 +0100 Subject: [Instiki] Moderators? In-Reply-To: <72d267bc0802141101j292fc9f6xbb68679f05538da9@mail.gmail.com> References: <72d267bc0802141033v28685a60wf692a7dd218fc213@mail.gmail.com> <72d267bc0802141101j292fc9f6xbb68679f05538da9@mail.gmail.com> Message-ID: <72d267bc0802141102q272074dkc99fa5e0cfb3a3c@mail.gmail.com> you guys going to join in or what ? am i just flaming myself here? christ ok im a cunt fuck me. On Thu, Feb 14, 2008 at 8:01 PM, Kris Weston wrote: > hey mike - what do you need a wiki for ? > so you can remember all the different types of dog shit you are scooping > up ? > > On Thu, Feb 14, 2008 at 7:33 PM, Kris Weston > wrote: > > > who you calling an idiot ? > > coming from someone who cleans up dog shit for a living thats pretty > > rich... > > oh welton instead of weston - you are a one ! > > your wit is indeed far superior to mine and i bow to your greatness.... > > > > btw - how have i behaved badly ? > > its pricks on here that start thinking they can fucking police me that > > started all this. > > anyway carry on - i like flame wars.... > > > > :) > > > > ps oh my god i just thought of something really funny if you take Mike > > PAYSON > > and just swap the PAY for GAY and the SON for FUN its Mike GAYFUN > > fuck me im so funny. bye cunts. > > > > > > On Thu, Feb 14, 2008 at 7:00 PM, Mike Payson wrote: > > > > > Are there any moderators on this list? Can they remove the troll "Kris > > > Welton". It would be a shame to lose the few members of this list due > > > to one idiots bad behavior. > > > _______________________________________________ > > > Instiki-users mailing list > > > Instiki-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/0d89d891/attachment.html From screwballl at gmail.com Thu Feb 14 14:05:54 2008 From: screwballl at gmail.com (Screwballl) Date: Thu, 14 Feb 2008 13:05:54 -0600 Subject: [Instiki] Troll Message-ID: <3053312a0802141105g4706a95eja668eddb6e37f404@mail.gmail.com> Please ignore the troll and stop any responses to this individual, the proper people have been contacted. -Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/f577eb73/attachment.html From kris.weston at gmail.com Thu Feb 14 14:08:23 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 20:08:23 +0100 Subject: [Instiki] Troll In-Reply-To: <72d267bc0802141106r1cb6430esb45328a6b77326bf@mail.gmail.com> References: <3053312a0802141105g4706a95eja668eddb6e37f404@mail.gmail.com> <72d267bc0802141106r1cb6430esb45328a6b77326bf@mail.gmail.com> Message-ID: <72d267bc0802141108n7fd58b36t4bfe8112e499468f@mail.gmail.com> that is fucking TROLLIST man - you wanker!!! hahahahaha instiki is shit instiki is shit this has to be the slowest ban ever.... On Thu, Feb 14, 2008 at 8:06 PM, Kris Weston wrote: > is that Mike ? Mike GAYSUN ??? sorry GAYFUN ? > > > On Thu, Feb 14, 2008 at 8:05 PM, Screwballl wrote: > > > Please ignore the troll and stop any responses to this individual, the > > proper people have been contacted. > > > > -Mike > > > > > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/5568b2d5/attachment-0001.html From jvv2 at mindspring.com Thu Feb 14 14:09:28 2008 From: jvv2 at mindspring.com (John Van Voorhis) Date: Thu, 14 Feb 2008 14:09:28 -0500 Subject: [Instiki] KW stack overflow Question - some possible help - no flame Message-ID: Disclaimer: It's been a long time since I worked with Solaris, and I am not a Ruby/Rails expert by any means. > SystemStackError: stack level too deep: SELECT * FROM webs WHERE (webs."id" > = 1) > > ulimit -s says: > stack limit > 2048 > > should i change that ? Probably not. A simple SQL call should not run you out of stack space (2MB here). Check if there are any records in the 'webs' table at all. You might need to run the 'rake migrate database' command that does the initial database populating. Though I would have thought that SQLite would just return an error if the webs table didn't exist. It could be that the calling code is mishandling the error. > Building native extensions. This could take a while... > ERROR: Error installing sqlite3-ruby: > ERROR: Failed to build gem native extension. > > /usr/pkg/bin/ruby18 extconf.rb install sqlite3-ruby > checking for sqlite3.h... no > > make > make: don't know how to make ruby.h. Stop > > make: stopped in /usr/pkg/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.1 > /ext/sqlite3_api > > > Gem files will remain installed in /usr/pkg/lib/ruby/gems/1.8/gems/sqlite3- > ruby-1.2.1 for inspection. > Results logged to /usr/pkg/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.1 > /ext It looks like SQLlite3 is either not installed or not in your include path so the install of sqlite-rbuy failed. > test_create_system_form_displayed(AdminControllerTest): > ActiveRecord::StatementInvalid: SQLite3::SQLException: no such table: > wiki_references: DELETE FROM wiki_references WHERE 1=1 This seems to mean that SQLite is installed and running but that the database didn't get set up correctly. So my guess is that you need to do the rake migrate thing to set up the database. As a final note, it really helps if your comments are clearly separated from your error listings. And as I keep telling my 5 year old, calling names and kicking the person you want to have help you is never a good idea. -- John Van Voorhis From kris.weston at gmail.com Thu Feb 14 14:11:10 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 20:11:10 +0100 Subject: [Instiki] Troll In-Reply-To: <72d267bc0802141108n7fd58b36t4bfe8112e499468f@mail.gmail.com> References: <3053312a0802141105g4706a95eja668eddb6e37f404@mail.gmail.com> <72d267bc0802141106r1cb6430esb45328a6b77326bf@mail.gmail.com> <72d267bc0802141108n7fd58b36t4bfe8112e499468f@mail.gmail.com> Message-ID: <72d267bc0802141111v40d527eal7b10c7f76ae5be48@mail.gmail.com> come on then dont you even know where the ban list is in mailman ? or whatever ruby thing you use... you are worse programmers than i thought.... On Thu, Feb 14, 2008 at 8:08 PM, Kris Weston wrote: > that is fucking TROLLIST man - you wanker!!! hahahahaha > instiki is shit instiki is shit > this has to be the slowest ban ever.... > > > On Thu, Feb 14, 2008 at 8:06 PM, Kris Weston > wrote: > > > is that Mike ? Mike GAYSUN ??? sorry GAYFUN ? > > > > > > On Thu, Feb 14, 2008 at 8:05 PM, Screwballl > > wrote: > > > > > Please ignore the troll and stop any responses to this individual, > > > the proper people have been contacted. > > > > > > -Mike > > > > > > > > > > > > _______________________________________________ > > > Instiki-users mailing list > > > Instiki-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/77eed989/attachment.html From kris.weston at gmail.com Thu Feb 14 14:06:40 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 20:06:40 +0100 Subject: [Instiki] Troll In-Reply-To: <3053312a0802141105g4706a95eja668eddb6e37f404@mail.gmail.com> References: <3053312a0802141105g4706a95eja668eddb6e37f404@mail.gmail.com> Message-ID: <72d267bc0802141106r1cb6430esb45328a6b77326bf@mail.gmail.com> is that Mike ? Mike GAYSUN ??? sorry GAYFUN ? On Thu, Feb 14, 2008 at 8:05 PM, Screwballl wrote: > Please ignore the troll and stop any responses to this individual, the > proper people have been contacted. > > -Mike > > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/1f91592e/attachment.html From kris.weston at gmail.com Thu Feb 14 14:17:11 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 20:17:11 +0100 Subject: [Instiki] KW stack overflow Question - some possible help - no flame In-Reply-To: <72d267bc0802141115r7fa978edkdae25e75740bc23e@mail.gmail.com> References: <72d267bc0802141115r7fa978edkdae25e75740bc23e@mail.gmail.com> Message-ID: <72d267bc0802141117s2a8bb14cqb72976aeba8df6bb@mail.gmail.com> wow what kind of person tries to sensibly answer the first post after i get pissed off with you and flame you ? wow he must be an amazing dude that dude. anyway im not really sorry for calling you names but i accept that i have stopped now for five minutes John Van Voorbis you rock - are you dutch ? cos if you are that means there are two nice uns... On Thu, Feb 14, 2008 at 8:15 PM, Kris Weston wrote: > ah nice one - THANKS!!! > its not Solaris - its NetBSD.. > is Solaris useful for anything other than if you want to spend time > watching something load ? > once we have plundered zfs off it - we're home free no? > > i thought the rake migrate thing was for mysql.... > if i ever get that piece of shit working i might write a how to cos it has > caused me nuff pain... > > why the fuck did you answer that!??? > > anyway mucho thanks brother > > > On Thu, Feb 14, 2008 at 8:09 PM, John Van Voorhis > wrote: > > > Disclaimer: It's been a long time since I worked with Solaris, and I am > > not > > a Ruby/Rails expert by any means. > > > > > > > SystemStackError: stack level too deep: SELECT * FROM webs WHERE > > (webs."id" > > > = 1) > > > > > > ulimit -s says: > > > stack limit > > > 2048 > > > > > > should i change that ? > > > > Probably not. A simple SQL call should not run you out of stack space > > (2MB > > here). Check if there are any records in the 'webs' table at all. You > > might > > need to run the 'rake migrate database' command that does the initial > > database populating. Though I would have thought that SQLite would just > > return an error if the webs table didn't exist. It could be that the > > calling code is mishandling the error. > > > > > Building native extensions. This could take a while... > > > ERROR: Error installing sqlite3-ruby: > > > ERROR: Failed to build gem native extension. > > > > > > /usr/pkg/bin/ruby18 extconf.rb install sqlite3-ruby > > > checking for sqlite3.h... no > > > > > > make > > > make: don't know how to make ruby.h. Stop > > > > > > make: stopped in /usr/pkg/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.1 > > > /ext/sqlite3_api > > > > > > > > > Gem files will remain installed in > > /usr/pkg/lib/ruby/gems/1.8/gems/sqlite3- > > > ruby-1.2.1 for inspection. > > > Results logged to /usr/pkg/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.1 > > > /ext > > > > It looks like SQLlite3 is either not installed or not in your include > > path > > so the install of sqlite-rbuy failed. > > > > > test_create_system_form_displayed(AdminControllerTest): > > > ActiveRecord::StatementInvalid: SQLite3::SQLException: no such table: > > > wiki_references: DELETE FROM wiki_references WHERE 1=1 > > > > This seems to mean that SQLite is installed and running but that the > > database didn't get set up correctly. So my guess is that you need to > > do > > the rake migrate thing to set up the database. > > > > > > As a final note, it really helps if your comments are clearly separated > > from > > your error listings. And as I keep telling my 5 year old, calling names > > and > > kicking the person you want to have help you is never a good idea. > > > > -- > > John Van Voorhis > > > > > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/5c4f6b6e/attachment.html From kris.weston at gmail.com Thu Feb 14 14:18:21 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 20:18:21 +0100 Subject: [Instiki] KW stack overflow Question - some possible help - no flame In-Reply-To: <72d267bc0802141117s2a8bb14cqb72976aeba8df6bb@mail.gmail.com> References: <72d267bc0802141115r7fa978edkdae25e75740bc23e@mail.gmail.com> <72d267bc0802141117s2a8bb14cqb72976aeba8df6bb@mail.gmail.com> Message-ID: <72d267bc0802141118i7382a47aidbcfac0a0a589bf@mail.gmail.com> heres a special valentine to instiki users http://i86.photobucket.com/albums/k110/OwenJ1971/datingadweb.jpg the one on the left is me On Thu, Feb 14, 2008 at 8:17 PM, Kris Weston wrote: > wow what kind of person tries to sensibly answer the first post after i > get pissed off with you and flame you ? > wow he must be an amazing dude that dude. > > anyway im not really sorry for calling you names > but i accept that i have stopped now for five minutes > > John Van Voorbis you rock - are you dutch ? cos if you are that means > there are two nice uns... > > > On Thu, Feb 14, 2008 at 8:15 PM, Kris Weston > wrote: > > > ah nice one - THANKS!!! > > its not Solaris - its NetBSD.. > > is Solaris useful for anything other than if you want to spend time > > watching something load ? > > once we have plundered zfs off it - we're home free no? > > > > i thought the rake migrate thing was for mysql.... > > if i ever get that piece of shit working i might write a how to cos it > > has caused me nuff pain... > > > > why the fuck did you answer that!??? > > > > anyway mucho thanks brother > > > > > > On Thu, Feb 14, 2008 at 8:09 PM, John Van Voorhis > > wrote: > > > > > Disclaimer: It's been a long time since I worked with Solaris, and I > > > am not > > > a Ruby/Rails expert by any means. > > > > > > > > > > SystemStackError: stack level too deep: SELECT * FROM webs WHERE > > > (webs."id" > > > > = 1) > > > > > > > > ulimit -s says: > > > > stack limit > > > > 2048 > > > > > > > > should i change that ? > > > > > > Probably not. A simple SQL call should not run you out of stack space > > > (2MB > > > here). Check if there are any records in the 'webs' table at all. You > > > might > > > need to run the 'rake migrate database' command that does the initial > > > database populating. Though I would have thought that SQLite would > > > just > > > return an error if the webs table didn't exist. It could be that the > > > calling code is mishandling the error. > > > > > > > Building native extensions. This could take a while... > > > > ERROR: Error installing sqlite3-ruby: > > > > ERROR: Failed to build gem native extension. > > > > > > > > /usr/pkg/bin/ruby18 extconf.rb install sqlite3-ruby > > > > checking for sqlite3.h... no > > > > > > > > make > > > > make: don't know how to make ruby.h. Stop > > > > > > > > make: stopped in /usr/pkg/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.1 > > > > /ext/sqlite3_api > > > > > > > > > > > > Gem files will remain installed in > > > /usr/pkg/lib/ruby/gems/1.8/gems/sqlite3- > > > > ruby-1.2.1 for inspection. > > > > Results logged to /usr/pkg/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.1 > > > > /ext > > > > > > It looks like SQLlite3 is either not installed or not in your include > > > path > > > so the install of sqlite-rbuy failed. > > > > > > > test_create_system_form_displayed(AdminControllerTest): > > > > ActiveRecord::StatementInvalid: SQLite3::SQLException: no such > > > table: > > > > wiki_references: DELETE FROM wiki_references WHERE 1=1 > > > > > > This seems to mean that SQLite is installed and running but that the > > > database didn't get set up correctly. So my guess is that you need to > > > do > > > the rake migrate thing to set up the database. > > > > > > > > > As a final note, it really helps if your comments are clearly > > > separated from > > > your error listings. And as I keep telling my 5 year old, calling > > > names and > > > kicking the person you want to have help you is never a good idea. > > > > > > -- > > > John Van Voorhis > > > > > > > > > _______________________________________________ > > > Instiki-users mailing list > > > Instiki-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/instiki-users > > > > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/4805e483/attachment-0001.html From kris.weston at gmail.com Thu Feb 14 14:15:18 2008 From: kris.weston at gmail.com (Kris Weston) Date: Thu, 14 Feb 2008 20:15:18 +0100 Subject: [Instiki] KW stack overflow Question - some possible help - no flame In-Reply-To: References: Message-ID: <72d267bc0802141115r7fa978edkdae25e75740bc23e@mail.gmail.com> ah nice one - THANKS!!! its not Solaris - its NetBSD.. is Solaris useful for anything other than if you want to spend time watching something load ? once we have plundered zfs off it - we're home free no? i thought the rake migrate thing was for mysql.... if i ever get that piece of shit working i might write a how to cos it has caused me nuff pain... why the fuck did you answer that!??? anyway mucho thanks brother On Thu, Feb 14, 2008 at 8:09 PM, John Van Voorhis wrote: > Disclaimer: It's been a long time since I worked with Solaris, and I am > not > a Ruby/Rails expert by any means. > > > > SystemStackError: stack level too deep: SELECT * FROM webs WHERE > (webs."id" > > = 1) > > > > ulimit -s says: > > stack limit > > 2048 > > > > should i change that ? > > Probably not. A simple SQL call should not run you out of stack space (2MB > here). Check if there are any records in the 'webs' table at all. You > might > need to run the 'rake migrate database' command that does the initial > database populating. Though I would have thought that SQLite would just > return an error if the webs table didn't exist. It could be that the > calling code is mishandling the error. > > > Building native extensions. This could take a while... > > ERROR: Error installing sqlite3-ruby: > > ERROR: Failed to build gem native extension. > > > > /usr/pkg/bin/ruby18 extconf.rb install sqlite3-ruby > > checking for sqlite3.h... no > > > > make > > make: don't know how to make ruby.h. Stop > > > > make: stopped in /usr/pkg/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.1 > > /ext/sqlite3_api > > > > > > Gem files will remain installed in > /usr/pkg/lib/ruby/gems/1.8/gems/sqlite3- > > ruby-1.2.1 for inspection. > > Results logged to /usr/pkg/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.1 > > /ext > > It looks like SQLlite3 is either not installed or not in your include path > so the install of sqlite-rbuy failed. > > > test_create_system_form_displayed(AdminControllerTest): > > ActiveRecord::StatementInvalid: SQLite3::SQLException: no such table: > > wiki_references: DELETE FROM wiki_references WHERE 1=1 > > This seems to mean that SQLite is installed and running but that the > database didn't get set up correctly. So my guess is that you need to do > the rake migrate thing to set up the database. > > > As a final note, it really helps if your comments are clearly separated > from > your error listings. And as I keep telling my 5 year old, calling names > and > kicking the person you want to have help you is never a good idea. > > -- > John Van Voorhis > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20080214/097aa61e/attachment.html