On Wed, Jul 11, 2001 at 09:04:01PM -0400, Brian Schramm wrote: > I just upgraded from potato to Progeny Debian. The upgrade went fairly > smooth (thanks Progeny) and the system seems to be working well. My > problem is that the postgresql database says that my username does not > exist in the pg_shadow file any more. I thought that this was a problem that > the users did not transfer so I created another user with the create user > command. It still tells me that the pg_shadow file does not contain the > user. Any ideas?
can you get in via the postgres superuser? (su to root, then su to postgres). maybe try createuser from the postgres account. just guessing... -- DEBIAN NEWBIE TIP #21 from Will Trillich <[EMAIL PROTECTED]> : Looking to configure your Debian NETWORK SETTINGS? Look at the file /etc/network/interfaces (try "man interfaces" for more info). Then "ifup -a" to reload your settings, and "ifconfig" to display them. (Also check out "apt-get install ipmasq"!) Also see http://newbieDoc.sourceForge.net/ ...