Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: startup error on suse 10.2 after X update



Hi,

 
this bug is affecting more and more of us. It seems to be related to a security fix in xorg which breaks java apps and wx. Depending on distros, a new fix is available. You can also try to disable MIT-SHM as suggested in a Debian bug.

 
Take a look at:
bugs.debian.org/461465 or at  #183969 in Ubuntu.

Try to add these lines in your Xorg.conf, restart and X and tell me if it's ok?
Section "Extensions"
     Option "MIT-SHM" "no"
EndSection

Regards,
Raph.

On 21/01/2008, Dave Page <dpage(at)postgresql(dot)org> wrote:
On 21/01/2008, Bruce Ferrell < bferrell(at)baywinds(dot)org> wrote:
> the following error comes up when I try to start pgadmin3 1.8.1 built
> from the suse source rpm.  I'm using wxWidgets 2.8 from the packman
> site.  This error also occurs with the compiled binary from the packman site

Sounds like something incompatible has changed in your X upgrade. Can
you recompile wxWidgets and pgAdmin?

Where'd you get the Suse RPM from anyway? I wasn't aware we had one.

Regards, Dave.

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

 


Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group