Re: Installing postgresql on Debian Lenny

2009-09-12 Thread Wolodja Wentland
On Sat, Sep 12, 2009 at 04:56 +0700, Ricky Tompu Breaky wrote: > Here my try to restart the postgres: > lenny:/tmp/iVia# /etc/init.d/postgresql restart > -bash: /etc/init.d/postgresql: No such file or directory Try: # /etc/init.d/postgresql-8.3 restart If that fails provide output of: #

Re: Installing postgresql on Debian Lenny

2009-09-11 Thread Ricky Tompu Breaky
Dear Boyd, I'm affraid that actually the postgresql server has not been installed yet. Here my try to restart the postgres: " lenny:/tmp/iVia# /etc/init.d/postgresql restart -bash: /etc/init.d/postgresql: No such file or directory lenny:/tmp/iVia# ". Please keep telling me. On Fri, 11 Sep 2009

Re: Installing postgresql on Debian Lenny

2009-09-11 Thread Boyd Stephen Smith Jr.
On Friday 11 September 2009 15:30:50 Ricky Tompu Breaky wrote: > I can't install PostgreSQL with aptitude: > lenny:/etc/apt# aptitude install postgresql-8.3 postgresql-client-8.3 > postgresql-client > Reading package lists... Done > Building dependency tree > Reading state information... Done > Rea

Installing postgresql on Debian Lenny

2009-09-11 Thread Ricky Tompu Breaky
Dear my friends, I want to install PostgreSQL in my Debian Lenny box. I can't install PostgreSQL with aptitude: " aptitude install postgresql ". It seems that the aptitude can not find the postgresql. This is my '/etc/apt/sources.list'. I have done "aptitude update" too. And it was completed p

Re: Installing postgresql on Debian Lenny-->my /etc/apt/sources.list.

2009-09-11 Thread Boyd Stephen Smith Jr.
In <20090911131726.26d9d...@mandreev>, Ricky Tompu Breaky wrote: >I can't install PostgreSQL with aptitude: >" >aptitude install postgresql >". > >It seems that the aptitude can not find the postgresql. You'll need to copy and paste the *exact* error message if we are to help at all. Preferably,

Re: Installing postgresql on Debian Lenny.

2009-09-11 Thread Florian Kulzer
On Fri, Sep 11, 2009 at 07:31:50 -0500, Ron Johnson wrote: > On 2009-09-11 06:59, Florian Kulzer wrote: > >On Fri, Sep 11, 2009 at 06:48:46 -0500, Ron Johnson wrote: > >>On 2009-09-11 02:39, Chris Davies wrote: > >>>Ron Johnson wrote: > Try this, as a start: > $ aptitude search postgresql |

Re: Installing postgresql on Debian Lenny.

2009-09-11 Thread Ron Johnson
On 2009-09-11 06:59, Florian Kulzer wrote: On Fri, Sep 11, 2009 at 06:48:46 -0500, Ron Johnson wrote: On 2009-09-11 02:39, Chris Davies wrote: Ron Johnson wrote: Try this, as a start: $ aptitude search postgresql | grep ^postgresql | sort On my version of aptitude (0.4.11.11) that can't poss

Re: Installing postgresql on Debian Lenny.

2009-09-11 Thread Florian Kulzer
On Fri, Sep 11, 2009 at 06:48:46 -0500, Ron Johnson wrote: > On 2009-09-11 02:39, Chris Davies wrote: > >Ron Johnson wrote: > >>Try this, as a start: > >>$ aptitude search postgresql | grep ^postgresql | sort > > > >On my version of aptitude (0.4.11.11) that can't possibly work. (Remove > >the ^ a

Re: Installing postgresql on Debian Lenny.

2009-09-11 Thread Ron Johnson
On 2009-09-11 02:39, Chris Davies wrote: Ron Johnson wrote: Try this, as a start: $ aptitude search postgresql | grep ^postgresql | sort On my version of aptitude (0.4.11.11) that can't possibly work. (Remove the ^ and it might.) What does aptitude have to do with grep? -- Brawndo's

Re: Installing postgresql on Debian Lenny.

2009-09-11 Thread Chris Davies
Ron Johnson wrote: > Try this, as a start: > $ aptitude search postgresql | grep ^postgresql | sort On my version of aptitude (0.4.11.11) that can't possibly work. (Remove the ^ and it might.) Chris -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscri

Re: Installing postgresql on Debian Lenny-->my /etc/apt/sources.list.

2009-09-10 Thread Mihira Fernando
On Fri, 11 Sep 2009 13:17:26 +0700 Ricky Tompu Breaky wrote: > Dear my friends, > > I want to install PostgreSQL in my Debian Lenny box. > > I can't install PostgreSQL with aptitude: > " > aptitude install postgresql > ". > > It seems that the aptitude can not find the postgresql. > > This is

Re: Installing postgresql on Debian Lenny.

2009-09-10 Thread Ron Johnson
On 2009-09-11 01:11, Ricky Tompu Breaky wrote: Dear my friends, I want to install PostgreSQL in my Debian Lenny box. I can't install PostgreSQL with aptitude: " aptitude install postgresql ". It seems that the aptitude can not find the postgresql. This is my '/etc/apt/sources.list'. I have d

Re: Installing postgresql on Debian Lenny.

2009-09-10 Thread Kousik Maiti
Put the following repository and then try deb http://ftp.debian.org/debian/ lenny main contrib non-free On Fri, Sep 11, 2009 at 11:41 AM, Ricky Tompu Breaky wrote: > Dear my friends, > > I want to install PostgreSQL in my Debian Lenny box. > > I can't install PostgreSQL with aptitude: > " > ap

Installing postgresql on Debian Lenny-->my /etc/apt/sources.list.

2009-09-10 Thread Ricky Tompu Breaky
Dear my friends, I want to install PostgreSQL in my Debian Lenny box. I can't install PostgreSQL with aptitude: " aptitude install postgresql ". It seems that the aptitude can not find the postgresql. This is my '/etc/apt/sources.list'. I have done "aptitude update" too. And it was completed p

Installing postgresql on Debian Lenny.

2009-09-10 Thread Ricky Tompu Breaky
Dear my friends, I want to install PostgreSQL in my Debian Lenny box. I can't install PostgreSQL with aptitude: " aptitude install postgresql ". It seems that the aptitude can not find the postgresql. This is my '/etc/apt/sources.list'. I have done "aptitude update" too. And it was completed p

Re: Unable to start postgresql on Debian

2009-05-11 Thread Joseph Rawson
On Saturday 25 April 2009 03:26:31 Foss User wrote: > On Sat, Apr 25, 2009 at 1:21 PM, Foss User wrote: > > I installed postgresql using the following commands: > > > > aptitude update > > aptitude install postgresql > > > > I tried to start it: > > > > /etc/init.d/postgresql-8.3 start > > > > But

Re: Unable to start postgresql on Debian

2009-04-25 Thread Boyd Stephen Smith Jr.
In <3f8297b20904250126u64529f66ua75df82e466...@mail.gmail.com>, Foss User wrote: >The script is looking for /etc/postgresql/8.3 directory but it does >not exist on my Debian Squeeze. So, the init script fails. Could >someone please tell me why this happened. They were created for me, but they so

Re: Unable to start postgresql on Debian

2009-04-25 Thread Foss User
On Sat, Apr 25, 2009 at 1:21 PM, Foss User wrote: > I installed postgresql using the following commands: > > aptitude update > aptitude install postgresql > > I tried to start it: > > /etc/init.d/postgresql-8.3 start > > But I don't find any process with the 'sql' string in it in the ps > list. Al

Unable to start postgresql on Debian

2009-04-25 Thread Foss User
I installed postgresql using the following commands: aptitude update aptitude install postgresql I tried to start it: /etc/init.d/postgresql-8.3 start But I don't find any process with the 'sql' string in it in the ps list. Also, I am unable to connect using psql. There are no logs in /var/log/

Re: Postgresql on Debian

2007-04-04 Thread Michelle Konzack
Am 2007-03-19 23:58:56, schrieb Iuri Sampaio: > Hi, > > Is there any script to uninstall postgresql-8.2.3 on debian? Why not asking ? I have created my own 8.2 Debian packages since I need "table partitioning" and have not a singel problem uninstalling it... Maybe aou should read the developers

Re: Postgresql on Debian

2007-03-20 Thread Joe Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roberto � wrote: > On Tue, Mar 20, 2007 at 09:40:38AM +0100, Joe Hart wrote: >> I didn't know about stow or installwatch. I always use checkinstall. >> >> It seems I learn more about Debian every day :) so many choices... >> > Ahhh, choices :-) > >

Re: Postgresql on Debian

2007-03-20 Thread Joe Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roberto � wrote: > On Tue, Mar 20, 2007 at 09:40:38AM +0100, Joe Hart wrote: >> I didn't know about stow or installwatch. I always use checkinstall. >> >> It seems I learn more about Debian every day :) so many choices... >> > Ahhh, choices :-) > >

Re: Postgresql on Debian

2007-03-20 Thread Roberto C . Sánchez
On Tue, Mar 20, 2007 at 09:40:38AM +0100, Joe Hart wrote: > > I didn't know about stow or installwatch. I always use checkinstall. > > It seems I learn more about Debian every day :) so many choices... > Ahhh, choices :-) The checkinstall package actually depends on installwatch and uses it a

Re: Postgresql on Debian

2007-03-20 Thread Joe Hart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Roberto � wrote: > On Mon, Mar 19, 2007 at 11:58:56PM -0300, Iuri Sampaio wrote: >> Is there any script to uninstall postgresql-8.2.3 on debian? >> >> In fact, >> >> how do I uninstall anything that I installed from source? Most of the >> programs don

Re: Postgresql on Debian

2007-03-19 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/19/07 21:58, Iuri Sampaio wrote: > Hi, > > > > Is there any script to uninstall postgresql-8.2.3 on debian? How did you install it? > In fact, > > how do I uninstall anything that I installed from source? Most of the > programs don?t have

Re: Postgresql on Debian

2007-03-19 Thread Roberto C . Sánchez
On Mon, Mar 19, 2007 at 11:58:56PM -0300, Iuri Sampaio wrote: > > Is there any script to uninstall postgresql-8.2.3 on debian? > > In fact, > > how do I uninstall anything that I installed from source? Most of the > programs don?t have a UNINSTALL file or something like UMakefile to execute > a

Postgresql on Debian

2007-03-19 Thread Iuri Sampaio
Hi, Is there any script to uninstall postgresql-8.2.3 on debian? In fact, how do I uninstall anything that I installed from source? Most of the programs don’t have a UNINSTALL file or something like UMakefile to execute and erase itself. Regards, iuri -- No virus found in this outgoi

Re: libc6-686 (was Re: Postgresql on Debian)

2005-08-21 Thread Ron Johnson
On Sun, 2005-08-21 at 20:50 +0100, Dave Ewart wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ron Johnson wrote: > >>That's about right: libc6 is available as libc6-i686, and there are > > > > Do you see any measurable benefits from using libc6-i686? > > Never tried to measure it an

Re: libc6-686 (was Re: Postgresql on Debian)

2005-08-21 Thread Dave Ewart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ron Johnson wrote: >>That's about right: libc6 is available as libc6-i686, and there are > > Do you see any measurable benefits from using libc6-i686? Never tried to measure it and for all I know it could even perform less well than the i386 build ..

libc6-686 (was Re: Postgresql on Debian)

2005-08-21 Thread Ron Johnson
On Wed, 2005-08-17 at 16:18 +0100, Dave Ewart wrote: > On Wednesday, 17.08.2005 at 09:49 -0500, Ron Johnson wrote: [snip] > > That's about right: libc6 is available as libc6-i686, and there are Do you see any measurable benefits from using libc6-i686? > kernel packages available for i686 too. O

Re: Postgresql on Debian

2005-08-20 Thread Eriberto
Ok. I understanding, but I have a new problem. I installed the pentium-builder and set the DEBIAN_BUILDARCH variable. On my computer, an Athlon-XP, this works fine. However, on other machine, a Pentium III Coppermine, the #apt-get -b source postgresql-8.0 command returns "your platform is not t

Re: Postgresql on Debian

2005-08-20 Thread Dave Ewart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 JEMF wrote: > # apt-get install pentium-builder > # export DEBIAN_BUILDARCH=i686 > # apt-get source -b postgresql-8.0 > > The result was a i386.deb package. It would not have to be i686.deb? > > I tried with IPtraf too and result was i386.deb too.

Re: Postgresql on Debian

2005-08-17 Thread Eriberto
Ok. I made this: # apt-get install pentium-builder # export DEBIAN_BUILDARCH=i686 # apt-get source -b postgresql-8.0 The result was a i386.deb package. It would not have to be i686.deb? I tried with IPtraf too and result was i386.deb too. Thanks! Eriberto Dave Ewart escreveu: If you want t

Re: Postgresql on Debian

2005-08-17 Thread JEMF
Ok. I made this: # apt-get install pentium-builder # export DEBIAN_BUILDARCH=i686 # apt-get source -b postgresql-8.0 The result was a i386.deb package. It would not have to be i686.deb? I tried with IPtraf too and result was i386.deb too. Thanks! Eriberto Dave Ewart escreveu: If you want t

Re: Postgresql on Debian

2005-08-17 Thread Dave Ewart
On Wednesday, 17.08.2005 at 09:49 -0500, Ron Johnson wrote: > > I need a little help. When I install the Postgresql on Debian running in > > i686 architecture, the command: > > > > =# select version(); > > > > shows: > > > > PostgreSQL 8.0

Re: Postgresql on Debian

2005-08-17 Thread Ron Johnson
On Wed, 2005-08-17 at 10:50 -0300, Eriberto wrote: > Hello All, > > I need a little help. When I install the Postgresql on Debian running in > i686 architecture, the command: > > =# select version(); > > shows: > > PostgreSQL 8.0.3 on i386-pc-linux-gnu,

Postgresql on Debian

2005-08-17 Thread Eriberto
Hello All, I need a little help. When I install the Postgresql on Debian running in i686 architecture, the command: =# select version(); shows: PostgreSQL 8.0.3 on i386-pc-linux-gnu, compiled by GCC cc (GCC) 3.3.5 (Debian 1:3.3.5-13) (1 row) I would like to know if the package was

Re: Setting up PostgreSQL on Debian...

2005-06-14 Thread John Hasler
Clive Menzies writes: > Will you file a bug or shall I? I will. -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Setting up PostgreSQL on Debian...

2005-06-14 Thread Clive Menzies
On (14/06/05 09:32), John Hasler wrote: > I wrote: > > I get exactly the same error here. The user I am running pgAccess as is > > a PostgreSQL user. When I run psql I can create the database and then > > open it in pgAccess, but I can't create it in pgAccess. Hi John I just tried creating a ne

Re: Setting up PostgreSQL on Debian...

2005-06-14 Thread Clive Menzies
On (14/06/05 09:32), John Hasler wrote: > I wrote: > > I get exactly the same error here. The user I am running pgAccess as is > > a PostgreSQL user. When I run psql I can create the database and then > > open it in pgAccess, but I can't create it in pgAccess. > > Clive writes: > > It's not a bu

Re: Setting up PostgreSQL on Debian...

2005-06-14 Thread John Hasler
I wrote: > I get exactly the same error here. The user I am running pgAccess as is > a PostgreSQL user. When I run psql I can create the database and then > open it in pgAccess, but I can't create it in pgAccess. Clive writes: > It's not a bug. If you've created a user and you want that user to

Re: Setting up PostgreSQL on Debian...

2005-06-14 Thread Clive Menzies
On (14/06/05 08:03), Redefined Horizons wrote: > I really appreciate the time you've taken to explain these things to > me. I think I've got this figured out. I'll give it a whirl tonight > and let you know how things turn out. > > Thanks Again. > > Scott No problem ;) I've had so much help from

Re: Setting up PostgreSQL on Debian...

2005-06-14 Thread Redefined Horizons
Clive, I really appreciate the time you've taken to explain these things to me. I think I've got this figured out. I'll give it a whirl tonight and let you know how things turn out. Thanks Again. Scott On 6/14/05, Clive Menzies <[EMAIL PROTECTED]> wrote: > On (14/06/05 06:47), Redefined Horizon

Re: Setting up PostgreSQL on Debian...

2005-06-14 Thread Clive Menzies
On (14/06/05 06:47), Redefined Horizons wrote: > On 6/14/05, Clive Menzies <[EMAIL PROTECTED]> wrote: > > On (13/06/05 20:41), John Hasler wrote: > > > I get exactly the same error here. The user I am running pgAccess as is a > > > PostgreSQL user. When I run psql I can create the database and th

Re: Setting up PostgreSQL on Debian...

2005-06-14 Thread Redefined Horizons
How do you sign into pgAccess as the user with the creation privileges? I didn't see a place to log on directly in pgAccess. Does it use the permissions of whatever current user is logged into Debian? If I have a user created for Debian, do I simply log in as postgres and grant that user the creat

Re: Setting up PostgreSQL on Debian...

2005-06-14 Thread Clive Menzies
On (13/06/05 20:41), John Hasler wrote: > I get exactly the same error here. The user I am running pgAccess as is a > PostgreSQL user. When I run psql I can create the database and then open > it in pgAccess, but I can't create it in pgAccess. > > Looks like a but. but what? ;) It's not a bug.

Re: Setting up PostgreSQL on Debian...

2005-06-13 Thread John Hasler
I get exactly the same error here. The user I am running pgAccess as is a PostgreSQL user. When I run psql I can create the database and then open it in pgAccess, but I can't create it in pgAccess. Looks like a but. -- John Hasler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: Setting up PostgreSQL on Debian...

2005-06-13 Thread Clive Menzies
On (13/06/05 17:45), Redefined Horizons wrote: > I'm a little confused on this one. > > I chose to install PostgreSQL during the installation of Debian Sarge. > Both PostgreSQL and pgAccess were installed. > > However, when I try to create a new database using pgAccess, I get the > following erro

Setting up PostgreSQL on Debian...

2005-06-13 Thread Redefined Horizons
I'm a little confused on this one. I chose to install PostgreSQL during the installation of Debian Sarge. Both PostgreSQL and pgAccess were installed. However, when I try to create a new database using pgAccess, I get the following error: "Tcl error executing pg_exec create database test is not