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] -
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
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
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
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
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
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
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
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
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
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
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
-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
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
** 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
15 matches
Mail list logo