is in use, so I can't remove that.
So far, all of the fixes I have found online for transaction conflicts seem
to be suggesting a removal. Can any of you suggest alternatives?
I have also tried with PostGreSQL 9.2 and a compatible PostGIS, but I get
the same conflict errors.
Thank you,
Augori
this machine was not done by me.
Is there a way that I can determine if I can remove this without affecting
MySQL?
On Fri, Jan 29, 2016 at 6:09 PM, John R Pierce wrote:
> On 1/29/2016 2:59 PM, Augori wrote:
>
>> I get transaction conflict errors (2 of many are posted below):
>&g
Yes, I should have said, postgis2_93.
I guess it may be unrelated, but I'm not sure how to find out.
Yes, thanks, I took a good look at that page which gives instructions for
how to fix a different error.
On Fri, Jan 29, 2016 at 6:20 PM, Adrian Klaver
wrote:
> On 01/29/2016 02:59 PM
Okay thanks, John. I will inquire about that.
On Fri, Jan 29, 2016 at 10:11 PM, John R Pierce wrote:
> On 1/29/2016 6:49 PM, Augori wrote:
>
>>
>> I don't know the answer to your question. I was assuming it has to do
>> with the MYSQL server that's installed
Hi John,
you were right. The one in use was 5.6.27-76.0 Percona Server. How did
you guess that this one wasn't being use?
On Fri, Jan 29, 2016 at 10:14 PM, Augori wrote:
> Okay thanks, John. I will inquire about that.
>
> On Fri, Jan 29, 2016 at 10:11 PM, John R Pierce
>
now I'm back to the same error.
Do you have any suggestions?
Thank you,
Augori
11:18 AM, Augori wrote:
>
>> Hello,
>>
>> I'm trying to install postgresql on an Amazon Linux AMI release
>> 2015.09. I got the rpm for Amazon Linux AMI 2015.03 - x86_64 under
>> PostgreSQL 9.3 linked here:
>> http://yum.postgresql.org/repopackages.php
>>
I'm trying to install postgis on an Amazon Linux AMI 2015.09 - x86_64
machine. I was able to install PostgreSQL 9.3, however, when I try to
install postgis2_93, I get a notice that gdal requires a libpopper
library. When I --skip-broken it misses a whole bunch of dependencies and
though it doesn'
end without resolution.
On Sun, Feb 14, 2016 at 5:13 PM, Devrim Gündüz wrote:
> Hi,
>
> I think you also need to add/enable EPEL repo, too.
>
> Regards,Devrim
>
>
> On February 15, 2016 12:09:01 AM GMT+02:00, Augori
> wrote:
>>
>> I'm trying to ins
It installed poppler successfully but still gives the same error. I did
notice that it installed libpoppler 37 and the postgis2_93 install error
seems to be looking for version 5
[root@ip-user]# ls /usr/lib64/libpo*
/usr/lib64/libpoppler-cpp.so/usr/lib64/libpoppler.so
/usr/lib64/libpoppler
Hi Devrim,
I was told that "The amazon linux is compatible with Centos 6.x". Does
that correspond to RHEL 6? Is there a command I could use to find
out?
Is there a way I can force yum to install the RHEL 6 version?
Thank you,
Augori
On Mon, Feb 15, 2016 at 3:26 PM, Devrim GÜN
Hi,
I'm getting the following error notifications. It seems to be a problem
with opengeo-server(--I know this list is for postgresql, but I'm hoping
you guys might be able to give me a shove in the right direction):
This is the automatic update system on theServer.serverName.com.
There was a pr
wrote:
> On 07/03/2014 04:30 AM, Augori wrote:
>
>> Hi,
>>
>> I'm getting the following error notifications. It seems to be a problem
>> with opengeo-server(--I know this list is for postgresql, but I'm hoping
>> you guys might be able to give me a sh
Thanks, for the replies Chris and David.
Chris, I couldn't find any psycopg files under my Python installs, so I
decided to try David's advice and yum install python-psycopg2
It reported success, but it installed it under
../usr/lib64/python2.4/site-packages
I'm working with Python2.7.5, so psyco
ch comes with 2.4.
I tried to use the rpm --prefix flag to move the rpm, but to no avail.
On Thu, Sep 26, 2013 at 5:02 PM, Adrian Klaver wrote:
> On 09/26/2013 11:56 AM, Augori wrote:
>
>> Thanks, for the replies Chris and David.
>>
>> Chris, I couldn't find any psy
now how to persuade it otherwise for installation purposes?
Thanks.
On Thu, Sep 26, 2013 at 5:30 PM, Adrian Klaver wrote:
> On 09/26/2013 02:14 PM, Augori wrote:
>
>> Okay, I'm sorry for the questions. But I'm really confused about where
>> things are being installed.
>>> sys.path.append('/usr/lib64/python2.4/site-packages/')
>>> import psycopg2
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib64/python2.4/site-packages/psycopg2/__init__.py", line 69,
in
from _psycopg import BIN
tements. But I can't figure
out the syntax that will make this work. I'm hoping once I get this one,
I'll be able to give access to statements like 'service postgresql status'
and so forth.
On Fri, Sep 27, 2013 at 10:58 AM, Adrian Klaver wrote:
> On 09/27/2013 04:45
access to these
commands?
On Sun, Sep 29, 2013 at 12:46 PM, Adrian Klaver wrote:
> On 09/29/2013 09:38 AM, Augori wrote:
>
>> Thanks to Adrian for pointing to this site.
>> http://toomuchdata.com/2012/**06/25/how-to-install-python-2-**
>> 7-3-on-centos-6-2/<http://toomu
chaos.
On Sun, Sep 29, 2013 at 1:01 PM, Augori wrote:
> You're right, I installed the virtualenv as user root into /root.
>
> The reason for this is that I can't run 'yum' and probably many of the
> other commands from joshmoe, so I gave up on that route. But I'
# cd distribute-0.6.35
# python2.7 setup.py install
I guess this is the reason I started installing things from root.
On Sun, Sep 29, 2013 at 1:15 PM, Augori wrote:
> No, sorry. I just checked that again and I can yum. I guess I remembered
> that incorrectly.
>
> But the thin
Hi Folks,
I set up postgresql on a CentOS 5 Linux months ago. I had a process that
ran every night and connected to the database. Everything was working fine
until a few days ago when my process tried to connect and failed. Now I'm
getting:
# service postgresql status
postgresql: unrecognized
ch changes
have been made lately.
Do you think I need to reinstall the works and set everything up again?
On Mon, Apr 14, 2014 at 8:48 PM, Adrian Klaver wrote:
> On 04/14/2014 05:33 PM, Augori wrote:
>
>>
>> Hi Folks,
>>
>> I set up postgresql on a CentOS 5 Linux month
ou so much for the messages from all three of you. Your rapid
responses were very encouraging.
On Mon, Apr 14, 2014 at 10:34 PM, John R Pierce wrote:
> On 4/14/2014 5:33 PM, Augori wrote:
>
>> # service postgresql status
>> postgresql: unrecognized service
>>
>> Doe
an Klaver
wrote:
> On 04/14/2014 08:25 PM, Augori wrote:
>
>> Hi all,
>>
>> woohoo!
>>
>> service postgresql-9.2 status
>>
>> (pid 9924) is running...
>>
>>
>>It seems that I was looking for the service by the wrong name, as
>
rompt I pasted, so I don't really
understand it either.
root@server# ps ax | grep post
On Thu, Apr 17, 2014 at 10:31 PM, Adrian Klaver
wrote:
> On 04/17/2014 05:55 PM, Augori wrote:
>
>> Hi Adrian,
>>
>> I don't know the answer to #1. Was that a wildcard sear
26 matches
Mail list logo