Solaris 10 x86: login problem with Java Desktop System, Release 3

  • Follow


Hi everyone,
I've just installed Solaris10 x86 and Java Desktop System, Release 3 (with 
comes with Sol10 x86 by default)
But sometimes when I login using gdm, there are errors:
"There was a problem registering the panel with the bonono activation 
server. The error code is: 3. The panel will now exit."
And Nautilus said: "Nautilus can't be used now, due to unexpected error from 
Bonono when attempting to register the file manager view server"
Then the screen is freezing, and I can't do anything.
Does anyone know about these problems?
Any help will be appreciated! 


1
Reply Khuc 7/22/2005 2:16:23 PM

On Fri, 22 Jul 2005 18:16:23 +0400, Khuc Ngoc Vinh <knvinh@yahoo.com> wrote:
> Hi everyone,
> I've just installed Solaris10 x86 and Java Desktop System, Release 3 (with 
> comes with Sol10 x86 by default)
> But sometimes when I login using gdm, there are errors:
> "There was a problem registering the panel with the bonono activation 
> server. The error code is: 3. The panel will now exit."
> And Nautilus said: "Nautilus can't be used now, due to unexpected error from 
> Bonono when attempting to register the file manager view server"
> Then the screen is freezing, and I can't do anything.
> Does anyone know about these problems?
> Any help will be appreciated! 

The problem is due to Solaris not cleaning up temp files in /var/tmp on
shutdown, and then having conflicts with the same files on the next
boot.

I did the following, and since have had no problems:
Always shut my PC down with 'init 6' (or equivalent - not 'shutdown').
Put in ~/.dtprofile
export TMPDIR=/tmp

Boot to single user, clean out /var/tmp, and all should be well.

A bientot
Paul
-- 
Paul Floyd                 http://paulf.free.fr (for what it's worth)
Surgery: ennobled Gerald.
0
Reply Paul 7/23/2005 7:36:03 PM


On 23 Jul 2005 19:36:03 GMT Paul Floyd <root@127.0.0.1> wrote:
> The problem is due to Solaris not cleaning up temp files in /var/tmp on
> shutdown, and then having conflicts with the same files on the next
> boot.

That's not really a Solaris problem; files in /var/tmp are *supposed to*
stick around until the *application* or user cleans them up.

consider 'vi -r'

-frank
0
Reply Frank 7/24/2005 1:42:14 AM

HI,

Khuc Ngoc Vinh wrote:
> Hi everyone,
> I've just installed Solaris10 x86 and Java Desktop System, Release 3 (with 
> comes with Sol10 x86 by default)
> But sometimes when I login using gdm, there are errors:
> "There was a problem registering the panel with the bonono activation 
> server. The error code is: 3. The panel will now exit."
> And Nautilus said: "Nautilus can't be used now, due to unexpected error from 
> Bonono when attempting to register the file manager view server"
> Then the screen is freezing, and I can't do anything.
> Does anyone know about these problems?
> Any help will be appreciated! 
> 
> 

Welcome to Gnome :)


/michael
0
Reply Michael 7/24/2005 5:48:58 AM

Paul Floyd <root@127.0.0.1> writes:

>The problem is due to Solaris not cleaning up temp files in /var/tmp on
>shutdown, and then having conflicts with the same files on the next
>boot.

Files in /var/tmp are not supposed to be cleaned up.  (Think about editor
temporaries which need to be recovered)

The onus is on the applications to clean up /var/tmp when the system
restarts.

Casper
-- 
Expressed in this posting are my opinions.  They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth.
0
Reply Casper 7/25/2005 9:57:56 AM

4 Replies
1135 Views

(page loaded in 0.26 seconds)

Similiar Articles:













7/23/2012 11:08:18 AM


Reply: