Blog Entry

aevans's picture
blog
Reads:

5483

Score:
0
0
 
Comments:

18

GroupWise client on openSUSE 10.3

Author Info

8 October 2007 - 2:25pm
Submitted by: aevans

Tags

I need to precede this post with a bunch of disclaimers. This is not a supported configuration, it has not been tested by either GroupWise or SuSE engineering and I personally have not played with it enough to see if anything else is broken, however, it is possible to get the GroupWise client running on openSUSE 10.3.

When trying to install the RPM I got a number of libXm.so.3 dependency errors, so I installed:

openmotif-libs-32bit
openmotif-libs
openmotif22-libs-32bit
openmotif22-libs
openmotif

Probably overkill, but it installed after adding all of those. Oh, and I had first added a bunch of 'community repositories' which I think these were installing from.  Once installed the GroupWise client still does not launch.

The last thing that you need to do is to modify /opt/novell/groupwise/client/bin/groupwise.   On the line after the first export enter:

 export LIBXCB_ALLOW_SLOPPY_LOCK=1

The whole file now reads:

#!/bin/bash
export LD_LIBRARY_PATH=/opt/novell/groupwise/client/lib:/opt/novell/groupwise/client/jre/lib/i386
export LIBXCB_ALLOW_SLOPPY_LOCK=1
/opt/novell/groupwise/client/bin/groupwise-bin "$@"

Save that file and launch the client again - it should now work.





User Comments

Rick Bousquet's picture

I only had to add the export

Submitted by Rick Bousquet (not verified) on 9 October 2007 - 1:15pm.

I only had to add the export line to mine. That may have been because I already added the repositories but I did not see anything else get installed
when I did the install. Seems to be working fine.

Alex Evans's picture

That's entirely possible.

Submitted by Alex Evans (not verified) on 9 October 2007 - 3:08pm.

That's entirely possible. For a start I was installing the GroupWise Bonsai client, which may have different dependencies. I also did a pretty much Next...Next...Next install of openSUSE so you have have installed something else that autoadded the dependencies.

Mike Rigamer's picture

Worked for me just with the

Submitted by Mike Rigamer (not verified) on 12 October 2007 - 6:41am.

Worked for me just with the edit as well, but as you stated above it could be because i've installed a bunch of other software on here. Seems to work like a champ!

peter's picture

If you have compiz fusion

Submitted by peter (not verified) on 13 October 2007 - 12:09am.

If you have compiz fusion active then groupwise starts but displays only a grey screen. To fix it, change the groupwise startup script to "/opt/novell/groupwise/client/bin/groupwise.sh -jvm=-Dawt.toolkit=sun.awt.motif.MToolkit"

Olivier's picture

Worked for me just with the

Submitted by Olivier (not verified) on 14 October 2007 - 2:09am.

Worked for me just with the edit too.
I had no openmotif rpm installed ...

Great cool solution.

Alex Evans's picture

Then it must be because I

Submitted by Alex Evans (not verified) on 15 October 2007 - 8:37am.

Then it must be because I was installing the GroupWise Bonsai client. So, when you get your hands on that one you will know what you have to do :)

Mike's picture

Where can I get the

Submitted by Mike (not verified) on 19 October 2007 - 6:33am.

Where can I get the Groupwise Bonsai client?

Alex Evans's picture

You can't yet as it has not

Submitted by Alex Evans (not verified) on 22 October 2007 - 9:36am.

You can't yet as it has not been released. We are targeting first half of '08

jrfude's picture

I have groupwise running on

Submitted by jrfude (not verified) on 22 October 2007 - 12:26pm.

I have groupwise running on 10.2 with only the edit, no worries. It seems sluggish if I haven't used it for a while, but that is likely because of how I have my swappiness set.

Karl Katzke's picture

I'm running OpenSUSE 10.3

Submitted by Karl Katzke (not verified) on 22 October 2007 - 1:30pm.

I'm running OpenSUSE 10.3 x86_64 ... I seem to have developed an additional problem in that the binary that my workplace has is 32 bit. I can get the Groupwise initial menu, it creates the .Novell directory in my home directory, but at that point it hangs at "connecting . . . . " and doesn't give me the prompt to log in or give it connection settings for the groupwise servers. My coworker's is working on a previous build of SLED.

Any ideas?

Mark Currie's picture

Alex, You say that the

Submitted by Mark Currie (not verified) on 24 October 2007 - 5:11am.

Alex, You say that the release date of Bonsai has been pushed from November 07, to some time in the first 6 mths of 2008.....That's really bad news.....11 Schools that I know of in Melbourne, AU are already dumping GW over Xmas and going to the Dark Side... A six month delay in shipping will only fuel others to look elsewhere as well.... despite any argument I make..... Please stick a BMW M3 engine under desk and attempt to get the release out ASAP!

Eric's picture

Off-topic but somewhat

Submitted by Eric (not verified) on 24 October 2007 - 10:28am.

Off-topic but somewhat releated, has anyone gotten Mac OS X 10.5 (Leopard) working with any public release of the Mac Groupwise client?

Alex Evans's picture

Its a fine line that we have

Submitted by Alex Evans (not verified) on 26 October 2007 - 1:51pm.

Its a fine line that we have to walk. We have made the decision to be quality focused instead of date focused - the right decision in my opinion. Releasing a product that is not of the very best quality that we can make it is more damaging that slipping dates.

Alex Evans's picture

Run

Submitted by Alex Evans (not verified) on 26 October 2007 - 1:53pm.

Run /opt/novell/groupwise/client/bin/groupwise from a terminal window and see what errors you get. Then look for a TID or in the forums to see if it's a known issue

KLaus Hild's picture

Works also fine for me. The

Submitted by KLaus Hild (not verified) on 5 November 2007 - 2:51am.

Works also fine for me. The export line was just enough. Thanks

eoettinger's picture

Cool! Just adding that

Submitted by eoettinger (not verified) on 18 February 2008 - 1:54am.

Cool! Just adding that EXPORT line fixed the issue.
WHERE/ HOW did you get that solution?!

David Frost's picture

I found that the later

Submitted by David Frost (not verified) on 6 March 2008 - 1:39am.

I found that the later GroupWise 7.0.2 and beyond clients with Compiz-Fusion worked with an /opt/novell/groupwise/client/bin/groupwise like this:

#!/bin/bash
export LD_LIBRARY_PATH=/opt/novell/groupwise/client/jre/lib/i386:${LD_LIBRARY_PATH}
export LIBXCB_ALLOW_SLOPPY_LOCK=1
/opt/novell/groupwise/client/bin/groupwise-bin "$@" -jvm=-Dawt.toolkit=sun.awt.motif.MToolkit

Dave

Todd's picture

Anyone know if GW works ok

Submitted by Todd (not verified) on 8 June 2008 - 7:17pm.

Anyone know if GW works ok with openSUSE 11?

© 2013 Novell