Thread: getting failed while creating user accounts
Hi all, I m trying to install postgres8.1 on my system.I tried with account name postgres.I was getting an error of unable to create user account.user account already exists. If i try with any other user any of the following error is arising 1.unable to create user account.user account already exists. 2.Internal lookup failure.No mapping made between accountname and serviceIDs I tried it a number of time wiht number of account names and no of superuser names.I failed a number of times How can i get installed with my postgres.If the user accounts exists then where should i remove them so that i can get that user name to be installed. Please give me the suggestions where i have to make changes to make my installation to be successful.Please reply me ASAP Thanks and regards, venu.p ___________________________________________________________ Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com
venu gopal <gopalonline2@yahoo.co.uk> schrieb: > Please give me the suggestions where i have to make > changes to make my installation to be > successful.Please reply me ASAP Please tell us your OS and distribution. Why you don't use a package for your distribution? I have DEBIAN without any problems. Andreas -- Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect. (Linus Torvalds) "If I was god, I would recompile penguin with --enable-fly." (unknow) Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889°
Hi! Try : http://yhafri.club.fr/crux/postgresql/Pkgfile http://yhafri.club.fr/crux/postgresql/README Let me know if you still have install problems cheers Younes venu gopal a écrit : > Hi all, > I m trying to install postgres8.1 on my system.I > tried with account name postgres.I was getting an > error of unable to create user account.user account > already exists. > If i try with any other user any of the following > error is arising > > 1.unable to create user account.user account already > exists. > > 2.Internal lookup failure.No mapping made between > accountname and serviceIDs > > I tried it a number of time wiht number of account > names and no of superuser names.I failed a number of > times > How can i get installed with my postgres.If the user > accounts exists then where should i remove them so > that i can get that user name to be installed. > > Please give me the suggestions where i have to make > changes to make my installation to be > successful.Please reply me ASAP > > Thanks and regards, > venu.p > > > > > > ___________________________________________________________ > Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail http://uk.messenger.yahoo.com > > ---------------------------(end of broadcast)--------------------------- > TIP 6: explain analyze is your friend > >
Hi, In some *nix distributions the username 'postgres' is already in /etc/passwd. If so, you don't need to create it again. Just assure that the directory where the database cluster will reside belongs to the user 'postgres', and also when you'll go to create the DB cluster (with the command 'initdb') you have to do it as that non-root user (postgres). You can check this PostgreSQL installation manual, maybe it can help you: http://nediam.com.mx/en/docs/postgresql_manual/index.php If you're trying to install PostgreSQL on Windows, just check that the username doesn't exist in your computer neither in the DOMAIN/WORKGROUP where you computer belongs. Regards, Javier On Sun, 12 Mar 2006 09:12:38 +0000 (GMT), venu gopal wrote > Hi all, > I m trying to install postgres8.1 on my system.I > tried with account name postgres.I was getting an > error of unable to create user account.user account > already exists. > If i try with any other user any of the following > error is arising > > 1.unable to create user account.user account already > exists. > > 2.Internal lookup failure.No mapping made between > accountname and serviceIDs > > I tried it a number of time wiht number of account > names and no of superuser names.I failed a number of > times > How can i get installed with my postgres.If the user > accounts exists then where should i remove them so > that i can get that user name to be installed. > > Please give me the suggestions where i have to make > changes to make my installation to be > successful.Please reply me ASAP > > Thanks and regards, > venu.p > > > > > ___________________________________________________________ > Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with > voicemail http://uk.messenger.yahoo.com > > ---------------------------(end of broadcast)--------------------------- > TIP 6: explain analyze is your friend -- nediam.com.mx