Re: IP clash in the PC

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: Deepa K <kdeepa(at)midascomm(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: IP clash in the PC
Date: 2004-08-26 03:23:11
Message-ID: 412D579F.3090905@Yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/25/2004 9:32 AM, Deepa K wrote:

> Hi,
> In my PC, eth0 is not up because of IP address clash (another PC is
> using the same IP address). I tried to execute a file which has set
> of insert commands. After executing the file, when I go and see the
> database, no rows are inserted. I redirected the output to another
> file. It shows success for all inserts, but no rows in database. This
> is happening only when the PC has IP clash, that too not all times. I
> wasn't able to trace out the problem as it is occuring rarely.

So the database server is responding with transaction commits while
ignoring what you updated? I have a hard time to believe that. Are you
sure that you are contacting the right database server while there is an
IP address clash in progress?

Jan

>
> Steps followed :
> ==============
>
> 1. Linux installation (PC with IP adderss clash)
> 2. Running psql -U corview manager -f "filename" >> out
>
> Can any one help me regarding this.
>

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-08-26 03:25:26 Re: EXPLAIN ANALYZE total runtime != walltime
Previous Message Bruce Momjian 2004-08-26 03:12:32 Re: pg_stat_activity versus ps