Re: [oi-dev] Memory use with Firefox

2024-01-06 Thread John Howard
Monster truck

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


Re: [oi-dev] Memory use with Firefox

2024-01-04 Thread John Howard
Pattern is 14 processes after 14 days. New process per day.

Script to close the app at the end of each day and restart the app for a new 
day. Then see what happens.

BTW, you have a monster system.
___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] diagnose touchpad

2022-02-17 Thread John Howard
Is USB legacy support mode enabled in the firmware of the new notebook?
I suspect PS/2 port is not being emulated.  Just a thought.

On 10:06AM, Wed, Feb 16, 2022 Stephan Althaus <
stephan.alth...@duedinghausen.eu wrote:

> Hello!
>
> I am looking for hints to diagnose the builtin touchpad.
>
> It should work on the device node  /dev/kdmouse  and the old PS/2 driver
> mouse8042
>
> On an older laptop (HP Elitebook 2530p) with OI 2021.10 booted from usb,
> the following dtrace script shows "fbt::mouse8042_intr" events:
>
> fbt::mouse8042_intr:return,
> fbt::mouse8042_process_msg:return
> {
>  printf("%s returned %d \n", probefunc, arg1);
> }
>
> on the newer laptop (Dell Precision 7720) there are no events..
>
>
> What can i do to dig deeper ?
>
>
> Any hints are welcome!
>
> Stephan
>
>
>
> ___
> oi-dev mailing list
> oi-dev@openindiana.org
> https://openindiana.org/mailman/listinfo/oi-dev
>
___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] Some packages did not build anymore in userland

2021-12-22 Thread John Howard
Doesn't Mate desktop depend on Gnome which depends on glib which depends on
libelf?

We are seeing the effects of complexity out of control.  Time to simplify
and prioritize.
___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] Fatal error executing "make download" in oi-userland/cpmponents

2021-12-16 Thread John Howard
Howdy,

Welcome to the club.  ;-)

It was not your fault.

I don't know what splix is or does but the one downloaded has a sha256
mismatch with the one in its package manifest file.

It would be easier to just download the pre-compiled packages from the
OpenIndiana repository rather than building them yourself in the beginning.

In a Unix shell at the command line type something like man pkg or pkg5.
Use it to download packages from the main repo or other repos.
___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] Porting an exFAT driver

2021-12-14 Thread John Howard
Microsoft's exFAT is not royalty-free.  Distributers of devices pay
Microsoft.  Microsoft still owns submarine patents on exFAT.  We old-timers
have been down that road before.  It is true Microsoft published the
specification in 2019 and SDXC flash device organization standardizes on it.

It would be better to support FAT+ draft 2.  (See Wikipedia on FAT ref.
34).  FAT+ simply uses 38 bits for file size so up to 256 GiB is
supported.  The existing PCFS should be modified to at least be FAT+
aware.  DR-DOS and FDOS support FAT+.

Neither exFAT nor FAT+ provide journaling.  Microsoft's patents expired on
FAT32 and VFAT Long File Names.  That is why exFAT 64 bit file size support
now exists.  Just a useless waste of resources.

On 4:58AM, Tue, Dec 14, 2021 Jean-Pierre André  I have been trying to package for OpenIndiana a driver and utilities
> developed by Andrew Nayenko and licensed as GPL2 for the exFAT file
> system promoted by Microsoft as a replacement for FAT.
>
> The packaging went fine locally (by gmake publish), but the pull
> request check fails on :
>
> aclocal: error: aclocal: file '/usr/share/aclocal/wxwin.m4' does not exist
> (see https://github.com/OpenIndiana/oi-userland/pull/7389)
>
> I have no idea of what triggers this, and as this does not occur
> locally, I cannot make my own tries. I suspect having a difference of
> versions in my autotools (fully updated). I also suspected the use of
> the deprecated macro AC_PROG_CC_C99 had something do do with that,
> but removing it does not bring any change.
>
> I am at a loss over what else I could try, so I am giving up until
> somebody points me at what I am doing wrong.
>
> Jean-Pierre
>
>
> ___
> oi-dev mailing list
> oi-dev@openindiana.org
> https://openindiana.org/mailman/listinfo/oi-dev
>
___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] gstreamer1 and OpenGL/EGL

2021-11-05 Thread John Howard
I object to including codecs that cannot be used by all end users on the
desktop PC.  Servers are a different category because their operators can
afford to pay for their own business policy.

I used to monitor gstreamer changes until about four years ago.  They were
dropping Sun Au container and Dirac video codec and CELT audio codec.  In
my opinion, their other codecs and containers are a waste of time without
specialized hardware implementations.

Do what you want for OI.  I am building my own system.
___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] Something wrong with dependancies

2021-07-10 Thread John Howard
Python dependencies can be compared online amongst distros.  Compare OI
Python v3.9 against Debian or Raspberry Pi's Linux which is heavily Python
centric.

The OI py-test dependencies you listed look reasonable.  Notice the py-zipp
v3.5 is unique, indicating it is the last minor change.
___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] OI Foundation

2021-05-27 Thread John Howard
Might I suggest the OpenSolaris brand that Oracle seems to be
exterminating.  The fact people cannot use the brand Unix to identify a
Linux distro further isolates the spread of Unix.  FreeBSD and OpenSolaris
derivatives are essentially the only Unix systems.  MacOS is from FreeBSD
but it is not popularized as a Unix.

OpenSolaris is the origin of OI and Illumos.  Illumos Foundation
surprisingly does not exist.  The purpose of a Foundation is to enable
unifying support for a brand product.  The first step is owning the brand
name for products.

Project OpenIndiana is not a brand name that makes sense.  I still see no
connection to Indiana.  When the general public thinks of Ada, it is not
the computer language but a group of dentists.
___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] Is it possible for OpenIndiana and DilOS to cooperate together?

2021-03-28 Thread John Howard
List of Illumos distros at Illumos.org

I remember Tribblix has Enlightenment GUI available.

Build your own distro.  Others have, and do.

You can start with OI and add your preferred package manager.  You don't
have to use IPS for everything.

Some people use OI for a server without a GUI.  More likely people use OI
with Mate GUI to avoid Windows or Linux.
___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev


Re: [oi-dev] OI Hipster 2018.10 snapshot

2018-10-30 Thread John Howard
The USB files should be compressed for downloads to save gigabytes of
bandwidth.  On an individual basis it amounts to hundreds of megabytes and
time saved for each person downloading.  I am not interested in arguments
about which compression alg. to use because currently there is NO
COMPRESSION.  Obviously compress them to save time for the people that
download these files, and for the people that extract the contents.  Zip's
alg. are good enough and Zip is faster than bzip or lzma variants.  Use
gzip if you want.  Something is better than nothing.

On Wed, Oct 24, 2018 at 1:32 AM Alexander Pyhalov via oi-dev <
oi-dev@openindiana.org> wrote:

> Hi.
>
> OI Hipster 2018.10 snapshot is ready.
>
> Images:
>
>
> http://dlc.openindiana.org/isos/hipster/20181023/OI-hipster-gui-20181023.iso
>
> http://dlc.openindiana.org/isos/hipster/20181023/OI-hipster-gui-20181023.usb
>
>
> http://dlc.openindiana.org/isos/hipster/20181023/OI-hipster-text-20181023.iso
>
> http://dlc.openindiana.org/isos/hipster/20181023/OI-hipster-text-20181023.usb
>
>
> http://dlc.openindiana.org/isos/hipster/20181023/OI-hipster-minimal-20181023.iso
>
> http://dlc.openindiana.org/isos/hipster/20181023/OI-hipster-minimal-20181023.usb
>
>
> SHA 256 checksums are available at ${link}.sha256sum
> Signed SHA 256 checksums are available at ${link}.sha256sum.asc
> The OpenIndiana Release Engineering key has key id 0x3a021afadbe31887 (
> https://sks-keyservers.net/pks/lookup?op=get&search=0x3A021AFADBE31887 ).
>
> Release notes: http://wiki.openindiana.org/oi/2018.10+Release+notes
>
> Best regards,
> Alexander Pyhalov,
> system administrator of Southern Federal University IT department
>
> ___
> oi-dev mailing list
> oi-dev@openindiana.org
> https://openindiana.org/mailman/listinfo/oi-dev
>
___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev

[oi-dev] Please Zip compress the USB downloads from OI

2018-08-10 Thread John Howard
Yesterday I downloaded the minimal USB.  I am in USA, not Europe or Asia,
so I did not choose an alternative mirror for the download.  Average speed
was modem circa 1990 around 56 Kb/s.  It took almost 3 hours.  Okay, if
that is how it is now.

The problem is, out of curiousity, I compressed the downloaded minimal USB
file 25% using Zip.
Similar savings result for the 2 GiB Live USB down to 1.6 GiB.

It would be great if OI stopped releasing separate USB images from now on
anyhow.  I recall that Toomas in April was building a hybrid ISO for USB.
Can we just go forward with that solution, compressed of course?

Thanks for your work.

-- John
___
oi-dev mailing list
oi-dev@openindiana.org
https://openindiana.org/mailman/listinfo/oi-dev