Anyone runs tdiary 1.5.6?

Ask a Question related to Ruby, Design and Development.

  1. #1

    Default Anyone runs tdiary 1.5.6?

    Hi!

    I'm trying to setup some simple Ruby blogger to enable me upload RSS feeds to
    the server.

    Having some problems with blogtari, I am trying also to build tdiary.

    With v1.5.6, Apache reports "premature end .." although some other scripts
    in cgi-bin (under /home/../public_html) run fine.

    Running index.rb in console gives:
    bash-2.05b$ ./index.rb
    (offline mode: enter name=value pairs on standard input)

    Is it OK? (looks like some authorization ..)

    Any hint?

    Sincerely,
    Gour

    --
    Gour
    [email]gour@mail.inet.hr[/email]
    Registered Linux User #278493



    Gour Guest

  2. Similar Questions and Discussions

    1. MySQL runs
      Hello. I just installed MySQL (server) on my computer. ( My opsys is SuSE 9.3 ) My problem is that it starts automatically on boot up as a task of...
    2. Flash 9 runs CPU @ 100%
      Hi, Upgraded from flash 8 to flash 9. Tried playing a flash game - cpu maxed out and game unplayable. Surfing some sites in tabbed browsers...
    3. tdiary useable for non japanese
      Is there some support for non japanese usage of tdiary, README.en etc.? With cvs browsing i did not find one. -- Fritz Heinrichmeyer...
    4. Script runs once
      Hello, I have a perl script that is to stop and start at midnight, and write to a new log file. The problem is it runs once then does not run...
    5. PhotoShop 7 no more runs
      I am working on Win-XP family edition. Yesterday the XP-system makes an "upgrate what's new" (I don't know what it fixed), and now I cannot run...
  3. #2

    Default Re: Anyone runs tdiary 1.5.6?


    In mail "Anyone runs tdiary 1.5.6?"
    Gour <gour@mail.inet.hr> wrote:
    > Having some problems with blogtari, I am trying also to build tdiary.
    >
    > With v1.5.6, Apache reports "premature end .." although some other scripts
    > in cgi-bin (under /home/../public_html) run fine.
    >
    > Running index.rb in console gives:
    > bash-2.05b$ ./index.rb
    > (offline mode: enter name=value pairs on standard input)
    >
    > Is it OK? (looks like some authorization ..)
    Yes, it is a prompt of CGI library.
    Just type Ctrl-D (EOF).

    --
    Minero Aoki

    Minero Aoki Guest

  4. #3

    Default Re: Anyone runs tdiary 1.5.6?

    Minero Aoki (aamine@loveruby.net) wrote:
    > Yes, it is a prompt of CGI library.
    > Just type Ctrl-D (EOF).
    I did and after some time (beeing very mem & cpu hungry), the process was
    killed. Here is the log entry:

    Nov 18 14:44:28 [kernel] Out of Memory: Killed process 18162 (index.rb).

    Do you have any idea what could be wrong?

    Sincerely,
    Gour

    --
    Gour
    [email]gour@mail.inet.hr[/email]
    Registered Linux User #278493



    Gour Guest

  5. #4

    Default Re: Anyone runs tdiary 1.5.6?


    In mail "Re: Anyone runs tdiary 1.5.6?"
    Gour <gour@mail.inet.hr> wrote:
    > > Yes, it is a prompt of CGI library.
    > > Just type Ctrl-D (EOF).
    >
    > I did and after some time (beeing very mem & cpu hungry), the process was
    > killed. Here is the log entry:
    >
    > Nov 18 14:44:28 [kernel] Out of Memory: Killed process 18162 (index.rb).
    Out of memory??? Please tell me the result of "ruby --version".
    Also, if you compiled ruby by yourself, assure not to use gcc -O3.

    --
    Minero Aoki


    Minero Aoki Guest

  6. #5

    Default Re: Anyone runs tdiary 1.5.6?

    Minero Aoki (aamine@loveruby.net) wrote:
    > Out of memory??? Please tell me the result of "ruby --version".
    > Also, if you compiled ruby by yourself, assure not to use gcc -O3.
    ruby 1.8.0 (2003-08-04) [i686-linux-gnu]

    I'm running Gentoo, but I'm not sure whether I had -O3 or -O2 flag.

    Now I'm going to re-emerge it (but it's 1.8.1pre2).

    Sincerely,
    Gour

    --
    Gour
    [email]gour@mail.inet.hr[/email]
    Registered Linux User #278493



    Gour Guest

  7. #6

    Default Re: Anyone runs tdiary 1.5.6?

    Minero Aoki (aamine@loveruby.net) wrote:
    > Out of memory??? Please tell me the result of "ruby --version".
    > Also, if you compiled ruby by yourself, assure not to use gcc -O3.
    OK. I re-emerged ruby & it is compiled with -Os flag.

    ruby 1.8.1 (2003-10-31) [i686-linux-gnu]

    After running [url]http://localhost/~gour/diary/[/url] I was looking at 'top' and could
    see that idnex.rb slowly eats my memory & CPU cycles until it was not killed
    (after around 7 minutes eaten all the memory).

    Any clue?

    (I'm also trying blogtari which is in the nearby folder and it works OK.)

    Sincerely,
    Gour

    --
    Gour
    [email]gour@mail.inet.hr[/email]
    Registered Linux User #278493


    Gour Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139