Re: [OpenIndiana-discuss] Cannot delete an ADDROBJ in ipadm?

2023-12-02 Thread Philip Kime
Bug report done:

https://www.illumos.org/issues/16094

PK

--
Dr Phil. Philip Kime
BA (Hons) Msc (Dist) PhD

> On 1 Dec 2023, at 21:01, Joshua M. Clulow via openindiana-discuss 
>  wrote:
> 
> On Fri, 1 Dec 2023 at 09:54, Udo Grabowski (IMK)  
> wrote:
>> On 30/11/2023 14:33, Philip Kime wrote:
>>> I was trying to switch from fixed IP to DHCP and finally managed to get it 
>>> to work but in the process, I created a dhcp addr on the interface with 
>>> ipadm and now I can't get rid of it:
>>> 
>>> root@park:~# ipadm
>>> ADDROBJ   TYPE STATEADDR
>>> lo0/v4static   ok   127.0.0.1/8
>>> rge0/_a   dhcp ok   192.168.0.50/24
>>> lo0/v6static   ok   ::1/128
>>> rge0/?static   ok   fe80::baae:edff:fedb:1e5c%rge0/10
>>> rge0/?addrconf ok   
>>> 2a02:1210:14dd:3100:baae:edff:fedb:1e5c/64
>>> rge0/addr dhcp disabled ?
>>> root@park:~# ipadm delete-addr rge0/addr
>>> ipadm: could not delete address: Object not found
>>> root@park:~#
>>> 
>>> The underlined can't be removed any way I've tried. Does anyone know how to 
>>> delete it? Network is working fine with DHCP using the /_a ADDROBJ but I 
>>> want to clean this up.
>>> On Hipster 2023.05
>>> ...
>> 
>> You can try to fix /etc/ipadm/ipadm.conf in your favourite editor.
>> But be careful, ipadm is very picky on the format of that file,
>> apparent inconsistencies and oddities are intended, don't "fix"
>> them ...
> 
> As it says in the file:
> 
># DO NOT EDIT OR PARSE THIS FILE!
>#
># Use the ipadm(8) command to change the contents of this file.
> 
> Any time you are feeling like editing that file it's an OS bug.
> Please make sure one is filed, or it won't get fixed.
> 
> 
> Cheers.
> 
> --
> Joshua M. Clulow
> http://blog.sysmgr.org
> 
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss



signature.asc
Description: OpenPGP digital signature
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Mate clock applet gone

2023-12-02 Thread Carsten Grzemba via openindiana-discuss



Am 02.12.23 11:50 schrieb Stephan Althaus  : 
> 
> Hello!
> 
> First of all, thanks for all the recent wecome updates on the OpenIndiana 
> distribution, it's really a great OS !!
> 
> I was most impressed by the speedup of libreoffice while scrolling through 
> calc tables.. was that a switch from GTK* to QT ?
> 
> 
> Now to the topic, nothing really severe..
> 
> Since some time (few weeks), i had the mate clock applet seen crashing and 
> could reload it by pressing a button on the appearing dialog box.
> 
> Now it seems, the clock applet does not load anymore.. (and the mate panel 
> takes a second more to load than previously, it appears after the background 
> and desktop contents..
> 
> Anyone else seeing this ?
> 
> Where can i find the error messages regarding mate applets on OI ?
> 
> Can an applet be load by command line to get the messages on the command line 
> ?
> 

Yes, and I guess you will get a message about mixed gtk2 and gtk3 symbols.

Which is wrong, the test for that in glib seems to be not reentrant and there 
is a similat test in libsoup about version 2 and 3. That leads to a false 
positve.

For publish the libsoup@2.74.3-2023.0.0.1 or newer we need a rebuild of 
illumos-gate becasue this is used by rtld and this in turn needs an patched 
libxml2@2.12.1.
It is all in the queue but rebuild needs some time.

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


[OpenIndiana-discuss] Mate clock applet gone

2023-12-02 Thread Stephan Althaus

Hello!

First of all, thanks for all the recent wecome updates on the 
OpenIndiana distribution, it's really a great OS !!


I was most impressed by the speedup of libreoffice while scrolling 
through calc tables.. was that a switch from GTK* to QT ?



Now to the topic, nothing really severe..

Since some time (few weeks), i had the mate clock applet seen crashing 
and could reload it by pressing a button on the appearing dialog box.


Now it seems, the clock applet does not load anymore.. (and the mate 
panel takes a second more to load than previously, it appears after the 
background and desktop contents..


Anyone else seeing this ?

Where can i find the error messages regarding mate applets on OI ?

Can an applet be load by command line to get the messages on the command 
line ?



Regards,

Stephan


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