Re: [OpenIndiana-discuss] mate-system-monitor crashes

2023-02-09 Thread Udo Grabowski (IMK)

On 09/02/2023 15:06, Udo Grabowski (IMK) wrote:

On 08/02/2023 22:07, Tim Mooney via openindiana-discuss wrote:

In regard to: Re: [OpenIndiana-discuss] mate-system-monitor crashes,...:

When I web search this error:


unhandled exception (type Glib::Error) in signal handler:
domain: g-io-error-quark
code  : 0
what  : Unable to find default local file monitor type


I see hits for it for many Linux distros too, along with a similar variant
for "directory" monitor type.

I wasn't able to find any definitive fixes, most of the responses
essentially amounted to voodoo.

The Linux systems that experienced this error also had an exception and
a segfault, so segfault may not be unique to OI or Illumos.  It might just
be secondary to the "local file monitor type".


So the primary root cause may be something different.


I think you're correct.



It's possible that glib wasn't compiled with inotify/fam support.
fam is important for NFS-mounted directories. Note this:

# gio monitor -d /
gio: file:///: Unable to find default local file monitor type

# gio monitor -m /a
gio: file:///: Unable to find default local file monitor type




env GIO_USE_FILE_MONITOR=help gio monitor -d /
Supported arguments for GIO_USE_FILE_MONITOR environment variable:

>  (none)<=

gio: file:///: Unable to find default local file monitor type

--
Dr.Udo Grabowski   Inst.f.Meteorology & Climate Research IMK-ASF-SAT
http://www.imk-asf.kit.edu/english/sat.php
KIT - Karlsruhe Institute of Technology   http://www.kit.edu
Postfach 3640,76021 Karlsruhe,Germany T:(+49)721 608-26026 F:-926026

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Action upgrade failed for 'usr/lib/libgtksourceview-3.0.so.1.3.0' (pkg://openindiana.org/library/desktop/gtksourceview3)

2023-02-09 Thread Predrag Zecevic via openindiana-discuss

Hi all,

I have installed OI system from USB image (downloaded last Friday).
All went fine, except this:
# The illumos Project illumos-b8af4a8966  November 2022

---8<--
:; pkg refresh
:; pkg update
    Packages to remove:  32
   Packages to install:  30
    Packages to update: 602
    Packages to change:   1
   Mediators to change:   1
   Create boot environment: Yes
Create backup boot environment:  No

DOWNLOAD    PKGS FILES    XFER 
(MB)   SPEED
Completed    665/665   21635/21635 905.3/905.3  
1.5M/s


PHASE  ITEMS
Removing old actions 13572/13572
Installing new actions   10583/10583
Updating modified actions 9300/19414Action upgrade 
failed for 'usr/lib/libgtksourceview-3.0.so.1.3.0' 
(pkg://openindiana.org/library/desktop/gtksourceview3):
 ActionExecutionError: Requested operation failed for action file 
57487a03be9fa09992a09e2ad6c7f65cb0c66eb2 
chash=ae519e0c15955fd005042807a4602a267dc42727 elfarch=i386 elfbits=32 
elfhash=1a4579a549540a723e062d93a4885d4895c2ee74 group=bin mode=0555 
owner=root path=usr/lib/libgtksourceview-3.0.so.1.3.0 
pkg.content-hash=gelf:sha512t_256:a9c3c03ce977243b87d5b6d2a4dd59a6298e5b8b24238aada5344dd4143bff06 
pkg.content-hash=gelf.unsigned:sha512t_256:a9c3c03ce977243b87d5b6d2a4dd59a6298e5b8b24238aada5344dd4143bff06 
pkg.content-hash=file:sha512t_256:eb8cf47c87a5c6a0ac1fdf6ac3f47b596232b02c454354a6bea42a3f4a041080 
pkg.content-hash=gzip:sha512t_256:a2ba2b368950f98fa4bf606f4db904086f5956e8b2c68482f3cc4c49f7ecaa7e 
pkg.csize=270402 pkg.size=733324:
Action data hash verification failure: expected: 
eb8cf47c87a5c6a0ac1fdf6ac3f47b596232b02c454354a6bea42a3f4a041080 
computed: 
e90268e8ab36c5fc09b12a7a3a6eb2f96e527403143294567553e0b3cc7f6626 action: 
file 57487a03be9fa09992a09e2ad6c7f65cb0c66eb2 
chash=ae519e0c15955fd005042807a4602a267dc42727 elfarch=i386 elfbits=32 
elfhash=1a4579a549540a723e062d93a4885d4895c2ee74 group=bin mode=0555 
owner=root path=usr/lib/libgtksourceview-3.0.so.1.3.0 
pkg.content-hash=gelf:sha512t_256:a9c3c03ce977243b87d5b6d2a4dd59a6298e5b8b24238aada5344dd4143bff06 
pkg.content-hash=gelf.unsigned:sha512t_256:a9c3c03ce977243b87d5b6d2a4dd59a6298e5b8b24238aada5344dd4143bff06 
pkg.content-hash=file:sha512t_256:eb8cf47c87a5c6a0ac1fdf6ac3f47b596232b02c454354a6bea42a3f4a041080 
pkg.content-hash=gzip:sha512t_256:a2ba2b368950f98fa4bf606f4db904086f5956e8b2c68482f3cc4c49f7ecaa7e 
pkg.csize=270402 pkg.size=733324


The running system has not been modified. Modifications were only made 
to a clone of the running system.  This clone is mounted at 
/tmp/tmp6mjh7cax should you wish to inspect it.

---8<--

How to fix that issue?

Best regards.

--
Predrag Zečević
predrag.zecevic.1...@googlemail.com


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] mate-system-monitor crashes

2023-02-09 Thread Udo Grabowski (IMK)

On 08/02/2023 22:07, Tim Mooney via openindiana-discuss wrote:

In regard to: Re: [OpenIndiana-discuss] mate-system-monitor crashes,...:

When I web search this error:


unhandled exception (type Glib::Error) in signal handler:
domain: g-io-error-quark
code  : 0
what  : Unable to find default local file monitor type


I see hits for it for many Linux distros too, along with a similar variant
for "directory" monitor type.

I wasn't able to find any definitive fixes, most of the responses
essentially amounted to voodoo.

The Linux systems that experienced this error also had an exception and
a segfault, so segfault may not be unique to OI or Illumos.  It might just
be secondary to the "local file monitor type".


So the primary root cause may be something different.


I think you're correct.



It's possible that glib wasn't compiled with inotify/fam support.
fam is important for NFS-mounted directories. Note this:

# gio monitor -d /
gio: file:///: Unable to find default local file monitor type

# gio monitor -m /a
gio: file:///: Unable to find default local file monitor type

--
Dr.Udo Grabowski   Inst.f.Meteorology & Climate Research IMK-ASF-SAT
http://www.imk-asf.kit.edu/english/sat.php
KIT - Karlsruhe Institute of Technology   http://www.kit.edu
Postfach 3640,76021 Karlsruhe,Germany T:(+49)721 608-26026 F:-926026

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss