[campsite-dev] code server
  • Hi,

    As of 11 am CET the code server is down again. I really hope it's not
    another crash... Does anybody know why this happened. Michal, could you
    check code please?

    Mugur
  • 6 Comments sorted by
  • It looks from here that it's running; at least Apache is running. Do you
    want us to restart it?

    doug



    From:
    "Mugur Rus"
    To:
    "Campsite Dev" , "Michal Hruska"

    Date:
    12/01/2008 11:35 AM
    Subject:
    [campsite-dev] code server



    Hi,

    As of 11 am CET the code server is down again. I really hope it's not
    another crash... Does anybody know why this happened. Michal, could you
    check code please?

    Mugur
  • Hi Mugur,

    can you send us detailed description what happens to you when logging onto
    Code server?

    Michal is not in the office today, we experience some troubles logging via
    SSH in the office as well. The server is running and seems to be OK,
    however there is some Denyhost procedure that blocks most of incomers (not
    all).

    Best,

    Jirka

    ______________________________________________________





    |------------>
    | From: |
    |------------>
    >--------------------------------------------------------------------------------------------------------------------------------------------------|
    |"Mugur Rus" |
    >--------------------------------------------------------------------------------------------------------------------------------------------------|
    |------------>
    | To: |
    |------------>
    >--------------------------------------------------------------------------------------------------------------------------------------------------|
    |"Campsite Dev" , "Michal Hruska" |
    >--------------------------------------------------------------------------------------------------------------------------------------------------|
    |------------>
    | Date: |
    |------------>
    >--------------------------------------------------------------------------------------------------------------------------------------------------|
    |01.12.2008 11:35 |
    >--------------------------------------------------------------------------------------------------------------------------------------------------|
    |------------>
    | Subject: |
    |------------>
    >--------------------------------------------------------------------------------------------------------------------------------------------------|
    |[campsite-dev] code server |
    >--------------------------------------------------------------------------------------------------------------------------------------------------|





    Hi,

    As of 11 am CET the code server is down again. I really hope it's not
    another crash... Does anybody know why this happened. Michal, could you
    check code please?

    Mugur
  • Now it works, but a few hours ago nothing worked: code didn't respond to
    ping, couldn't ssh, couldn't see the site...

    Mugur

    On Mon, Dec 1, 2008 at 12:47 PM, wrote:

    >
    > It looks from here that it's running; at least Apache is running. Do you
    > want us to restart it?
    >
    > doug
    >
    >
    > From: "Mugur Rus" To: "Campsite Dev" <
    > campsite-dev@campware.org>, "Michal Hruska" Date: 12/01/2008
    > 11:35 AM Subject: [campsite-dev] code server
    > ------------------------------
    >
    >
    >
    > Hi,
    >
    > As of 11 am CET the code server is down again. I really hope it's not
    > another crash... Does anybody know why this happened. Michal, could you
    > check code please?
    >
    > Mugur
    >
    >
  • Hello,

    I found a bug in 3.1.2 (replicated instance): when user tries to register,
    after all data is entered and form submitted, what I get is ths:

    Duplicate entry '1385' for key 3: insert into phorum_users set
    fk_campsite_user_id=1385, username='testuser',
    password='45c571a156ddcef41351a713bcddee5ba7e95460', email='test@use.ru',
    date_added=1228156107, date_last_active=1228156107, hide_email='1',
    active=1

    Ljuba


    > Now it works, but a few hours ago nothing worked: code didn't respond to
    > ping, couldn't ssh, couldn't see the site...
    >
    > Mugur
    >
    > On Mon, Dec 1, 2008 at 12:47 PM, wrote:
    >
    >>
    >> It looks from here that it's running; at least Apache is running. Do you
    >> want us to restart it?
    >>
    >> doug
    >>
    >>
    >> From: "Mugur Rus" To: "Campsite Dev" <
    >> campsite-dev@campware.org>, "Michal Hruska"
    >> Date: 12/01/2008
    >> 11:35 AM Subject: [campsite-dev] code server
    >> ------------------------------
    >>
    >>
    >>
    >> Hi,
    >>
    >> As of 11 am CET the code server is down again. I really hope it's not
    >> another crash... Does anybody know why this happened. Michal, could you
    >> check code please?
    >>
    >> Mugur
    >>
    >>
    >
  • This may happen when you use the phorum and allow users to create accounts
    from the phorum. Or, it may be a campsite bug when deleting a user account.
    Holman, please take a look at this, as you implemented the user management
    part.

    Mugur

    On Mon, Dec 1, 2008 at 8:30 PM, wrote:

    > Hello,
    >
    > I found a bug in 3.1.2 (replicated instance): when user tries to register,
    > after all data is entered and form submitted, what I get is ths:
    >
    > Duplicate entry '1385' for key 3: insert into phorum_users set
    > fk_campsite_user_id=1385, username='testuser',
    > password='45c571a156ddcef41351a713bcddee5ba7e95460', email='test@use.ru',
    > date_added=1228156107, date_last_active=1228156107, hide_email='1',
    > active=1
    >
    > Ljuba
    >
    >
    > > Now it works, but a few hours ago nothing worked: code didn't respond to
    > > ping, couldn't ssh, couldn't see the site...
    > >
    > > Mugur
    > >
    > > On Mon, Dec 1, 2008 at 12:47 PM, wrote:
    > >
    > >>
    > >> It looks from here that it's running; at least Apache is running. Do you
    > >> want us to restart it?
    > >>
    > >> doug
    > >>
    > >>
    > >> From: "Mugur Rus" To: "Campsite Dev" <
    > >> campsite-dev@campware.org>, "Michal Hruska"
    > >> Date: 12/01/2008
    > >> 11:35 AM Subject: [campsite-dev] code server
    > >> ------------------------------
    > >>
    > >>
    > >>
    > >> Hi,
    > >>
    > >> As of 11 am CET the code server is down again. I really hope it's not
    > >> another crash... Does anybody know why this happened. Michal, could you
    > >> check code please?
    > >>
    > >> Mugur
    > >>
    > >>
    > >
    >
    >
    >
  • Hi Ljuba,

    Please send me database dump as it will be easier to debug that way,
    because I tried to reproduce the error and it was not possible. In my
    installation I can subscribe without any problem.

    It can be what Mugur said, database inconsistence.

    Best,



    On Mon, Dec 1, 2008 at 1:30 PM, wrote:
    > Hello,
    >
    > I found a bug in 3.1.2 (replicated instance): when user tries to register,
    > after all data is entered and form submitted, what I get is ths:
    >
    > Duplicate entry '1385' for key 3: insert into phorum_users set
    > fk_campsite_user_id=1385, username='testuser',
    > password='45c571a156ddcef41351a713bcddee5ba7e95460', email='test@use.ru',
    > date_added=1228156107, date_last_active=1228156107, hide_email='1',
    > active=1
    >
    > Ljuba
    >
    >
    >> Now it works, but a few hours ago nothing worked: code didn't respond to
    >> ping, couldn't ssh, couldn't see the site...
    >>
    >> Mugur
    >>
    >> On Mon, Dec 1, 2008 at 12:47 PM, wrote:
    >>
    >>>
    >>> It looks from here that it's running; at least Apache is running. Do you
    >>> want us to restart it?
    >>>
    >>> doug
    >>>
    >>>
    >>> From: "Mugur Rus" To: "Campsite Dev" <
    >>> campsite-dev@campware.org>, "Michal Hruska"
    >>> Date: 12/01/2008
    >>> 11:35 AM Subject: [campsite-dev] code server
    >>> ------------------------------
    >>>
    >>>
    >>>
    >>> Hi,
    >>>
    >>> As of 11 am CET the code server is down again. I really hope it's not
    >>> another crash... Does anybody know why this happened. Michal, could you
    >>> check code please?
    >>>
    >>> Mugur
    >>>
    >>>
    >>
    >
    >
    >



    --
    /holman