bugSavane - Bugs: bug #2669, Reassigned item: mentioning the...

 
 
Show feedback again

You are not allowed to post comments on this tracker with your current authentification level.

bug #2669: Reassigned item: mentioning the install docs that some browsers does not cope well with localdomain non fqdn

Submitted by:  Joxean Koret <joseanpiti>
Submitted on:  Mon 18 Jul 2005 07:05:30 AM UTC  
 
Category: NoneStatus: Fixed
Severity: 3 - NormalPriority: C - Normal
Assigned to: Mathieu Roy <yeupou>Open/Closed: Closed
Release: Planned Release: 
Reproducibility: NonePrivacy: Public

(Jump to the original submission Jump to the original submission)

Mon 18 Jul 2005 07:05:30 AM UTC, comment #7:

This item has been reassigned from the project Savane support tracker to your tracker.

The original report is still available at support #501

Following are the information included in the original report:

[field #0] Item ID: 501
[field #1] Group ID: 116
[field #2] Open/Closed: Open
[field #3] Severity: 3 - Normal
[field #4] Privacy: Public
[field #5] Category: Installation/Configuration
[field #6] Submitted by: joseanpiti
[field #7] Assigned to: None
[field #8] Submitted on: ven 15.04.2005 à 09:01
[field #9] Summary: mentioning the install docs that some browsers does not cope well with localdomain non fqdn
[field #10] Original Submission: I have been installed savane in my Debian Server. Apparently all is Ok but, when I try to create a user account through the web user interface (using the option "New User Via SSL") I always get the following error:

"Duplicate post: this form was already submitted"

Any ideas?
[field #12] Item Group: None
[field #13] Status: None
[field #14] Component Version: None
[field #15] Platform Version: None
[field #16] Reproducibility: None
[field #17] Size (loc): None
[field #18] Fixed Release: None
[field #19] Planned Release: None
[field #20] Effort: 0.00
[field #24] Priority: 5 - Normal
[field #27] Percent Complete: 0%
[field #29] Release: None
[field #54] Custom Select Box #1: None
[field #55] Custom Select Box #2: None
[field #56] Custom Select Box #3: None
[field #57] Custom Select Box #4: None
[field #58] Custom Select Box #5: None
[field #59] Custom Select Box #6: None
[field #60] Custom Select Box #7: None
[field #61] Custom Select Box #8: None
[field #62] Custom Select Box #9: None
[field #63] Custom Select Box #10: None

Mathieu Roy <yeupou>
Project AdministratorIn charge of this item.
Mon 20 Jun 2005 12:27:02 AM UTC, comment #6:

Hi there,

First of all, sorry for the late reply (especially important considering your prompt reply and the accurateness of your oppinions, ...) I have not replied before because I was gathering more information trying to make sure it was not my fault (therefore, not bothering you, ...)

I checked the PHP configuration of php.ini according to INSTALL.verbose and everything was fine! I made 1,000 attempts to create a new user (my first user) always through "New User via SSL" and it always failed as I told you in my first msg.

Since my computer is not currently connected to any net (that I am using to make some experiments before I move Savane to the laboratory) I have tried Sylvain's suggestions configuring Savane to run on "localhost.localdomain" which should be understood as a fqdn. And it worked!!!!!!

I have been also able to create the administration project (though I cannot access it by now, ... but those are other business, now I am just having fun with this :)

Thanks a lot Sylvain and Mathieu for your prompt replies. Thanks to the whole team for the so-goooood job!!!

Carlos,

Anonymous
Sat 18 Jun 2005 06:53:46 AM UTC, comment #5:

I think the problem is that
- you use Mozilla
- you use a non-fully qualified domain name (io)

This combination does not register cookies properly (Mozilla ignores them for some reason).

At least that's a problem we already experienced.

Sylvain Beucler <beuc>
Project Administrator
Fri 17 Jun 2005 12:23:27 PM UTC, comment #4:

"A simple question: Can we register the new user from
an SQL terminal?"

Possible but not recommended (there are several things to think about when doing so, more than what we'd like to document; installation is a good time to find out glitches that is best avoiding users to encounter)

Mathieu Roy <yeupou>
Project AdministratorIn charge of this item.
Fri 17 Jun 2005 11:29:25 AM UTC, comment #3:

It's highly recommended to use https instead of http, since one could nick session information is transmitted unsecurely.

"Installation incomplete: you must now create for yourself a user account. once it is done, you will have to login and register the local administration project;" means that you have to create a New User ("via ssl" is quite inappropriate information that should probably be best removed), as you did.

"---
Required login: in order to view this page, you must be logged in;"

Are you sure you activated in PHP everything like it should be as described in INSTALL.verbose. It looks to me that the form is partly misunderstood. Otherwise, it should tells you that you are indeed logged in.

(maybe we should add some extra checks about this specific thing).

Mathieu Roy <yeupou>
Project AdministratorIn charge of this item.
Fri 17 Jun 2005 09:45:13 AM UTC, comment #2:

Hi there,

I am a Professor at the University "Carlos III de Madrid (Spain)" and I thought it would be great to have Savannah at the University for the students ---as a matter of fact, I am a GNU volunteer at savannah (http://savannah.nongnu.org/projects/sal).

So I started installing savane at the University Lab. However, I have actually ran into trouble. Right now, everything seems also ok, but I am not able to create the first user account :(

After following the INSTALL.verbose file point by point, I got the following message when going into the new Savane homepage:

---
Installation incomplete: you must now create for yourself a user account. once it is done, you will have to login and register the local administration project;
---

However, I am not able to figure out what that means :( I have created a new Unix user and group "anoncvs" which belongs to the existing Unix group "admin" (according to the following line of savannah.conf.pl):

---
our $sys_unix_group_name="admin";
---

Next, I have tried to loggin via "New User via SSL" with a new user named "clinares" through my new Savane installation. I do receive the e-mail requesting me to visit the new page (i.e., http://io/projects/account/verify.php?confirm_hash=a9a564ace1ca7b90) and when I do and type in the login and password again at the new location I do always get the same error:

---
Required login: in order to view this page, you must be logged in;
---

I have checked the new entry appears at my database and that's file. I have also checked that I got no strange mails from the binaries at /usr/local/bin installed by Savane, and they seem to run smoothly also. What's the problem?

Huh, ... just one thing. I have not installed SSH. On the other hand, I have not set up a HTTPS Apache server (I am running version 2.0). Is that strictly necessary?

Thanks in advance for your help and congratulations FOR THE GREAT WORK!!!

Carlos Linares,

Anonymous
Fri 15 Apr 2005 07:35:59 AM UTC, comment #1:

Are you sure PHP is configured properly, according to INSTALL.verbose?

Mathieu Roy <yeupou>
Project AdministratorIn charge of this item.
Mon 18 Jul 2005 07:05:30 AM UTC, original submission:

I have been installed savane in my Debian Server. Apparently all is Ok but, when I try to create a user account through the web user interface (using the option "New User Via SSL") I always get the following error:

"Duplicate post: this form was already submitted"

Any ideas?

Joxean Koret <joseanpiti>

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one

Digest:
   task dependencies.

 

Carbon-Copy List
  • -unavailable- added by joseanpiti (Submitted the item)
  • -unavailable- added by yeupou (Updated the item)
  • -unavailable- added by beuc (Posted a comment)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 4 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Wed 31 Aug 2005 09:07:43 PM UTCyeupouStatusNone=>Fixed
      Assigned toNone=>yeupou
      Open/ClosedOpen=>Closed
    Mon 18 Jul 2005 07:05:30 AM UTCyeupouReassign itemFrom group Savane, support tracker=>To group Savane, bugs tracker
    Show feedback again

    Back to the top


    Powered by Savane 3.1-cleanup