[Bug 60606] Re: "New Server" demands password

2012-02-03 Thread l0b0
Tried the suggestion in comment #13, but it didn't work. Still get "Error connecting to the server: fe_sendauth: no password supplied" when connecting without a password. Please note that I'm able to log in to the same database without a password from the command line: psql -U [db_user] [db_name] -

[Bug 60606] Re: "New Server" demands password

2009-09-01 Thread Gabriel C. Stabel
This error "Error connecting to the server: fe_sendauth: no password supplied" is caused by a file permission error in ".pgpass". It should be 0600. Fix it like this: $chmod 0600 /home//.pgpass -- "New Server" demands password https://bugs.launchpad.net/bugs/60606 You received this bug notifica

[Bug 60606] Re: "New Server" demands password

2009-01-11 Thread Steven Harms
Not a bug in pgadmin or postgresql -- to completely remove use apt-get remove --purge pgadmin3 ** Changed in: pgadmin3 (Ubuntu) Status: New => Invalid -- "New Server" demands password https://bugs.launchpad.net/bugs/60606 You received this bug notification because you are a member of Ubun

[Bug 60606] Re: "New Server" demands password

2008-06-17 Thread anilprusty
comlete removal is not able to uninstal pgadmin3. plz suggest other ways. -- "New Server" demands password https://bugs.launchpad.net/bugs/60606 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 60606] Re: "New Server" demands password

2008-06-17 Thread anilprusty
comlete removal is not able to uninstal pgadmin3. plz suggest oter ways. -- "New Server" demands password https://bugs.launchpad.net/bugs/60606 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 60606] Re: "New Server" demands password

2008-06-17 Thread anilprusty
uninstaling pgadmin3 from ubuntu. -- "New Server" demands password https://bugs.launchpad.net/bugs/60606 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/m

[Bug 60606] Re: "New Server" demands password

2008-06-17 Thread anilprusty
uninstaling pgadmin3 from ubuntu. -- "New Server" demands password https://bugs.launchpad.net/bugs/60606 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/m

[Bug 60606] Re: "New Server" demands password

2007-02-05 Thread Vincenzo Ciancia
The problem is that if you just apt-get install postgresql and pgadminIII you are not able to administer postgresql, and the message given by pgadminIII tells you basically nothing except that the answer is hidden somewhere in the postgresql documentation. I Installing pgadminIII should suffice to

[Bug 60606] Re: "New Server" demands password

2006-10-19 Thread Martin Jürgens
I do not really know what to do with this. This is neither a bug in PostgreSQL nor in pgadmin3. ** Changed in: pgadmin3 (Ubuntu) Status: Needs Info => Unconfirmed -- "New Server" demands password https://launchpad.net/bugs/60606 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com h

[Bug 60606] Re: "New Server" demands password

2006-10-16 Thread KM
Here are the non-comment, non-blank, space-squeezed lines in my /etc/postgresql/8.1/main/pg_hba.conf: # grep -Ev '^#|^[[:space:]]*$' pg_hba.conf | tr -s ' ' local all postgres ident sameuser local all all ident sameuser host all all 127.0.0.1/32 md5 host all all ::1/128 md5 It looks like (this ve

[Bug 60606] Re: "New Server" demands password

2006-10-16 Thread Martin Pitt
Indeed the default authentication settings are to use IDENT for local connections, and password (md5) for connections over the TCP port. So you have the following options: * run pgadmin3 as user postgres (with sudo) if you want to do superuser work; then you should not need any password * con

[Bug 60606] Re: "New Server" demands password

2006-10-16 Thread Martin Jürgens
I got a reply from a pgadmin3 developer. It says that an username is always required and that "Error connecting to the server: fe_sendauth: no password supplied" is generated by PostgreSQL. He also says that perhaps the users pg_hba.conf file has a password entry for the database above the trust e

Re: [Bug 60606] Re: "New Server" demands password

2006-10-15 Thread Martin Jürgens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://www.pgadmin.org/archives/pgadmin-hackers/2006-10/msg00123.php -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFMmHm4L7OnT0GlBoRAsY2AJ9bey34MmWb6gZNaXp5fLnhwgQ

[Bug 60606] Re: "New Server" demands password

2006-10-15 Thread Martin Jürgens
I reported it upstream to their mailing list.. The mail should appear soon on http://www.pgadmin.org/archives/pgadmin- hackers/2006-10/index.php -- "New Server" demands password https://launchpad.net/bugs/60606 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/ma

[Bug 60606] Re: "New Server" demands password

2006-10-15 Thread Martin Jürgens
** Changed in: pgadmin3 (Ubuntu) Status: Unconfirmed => Confirmed -- "New Server" demands password https://launchpad.net/bugs/60606 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs