Re: [oi-dev] SIMD support

2024-02-15 Thread Toomas Soome via oi-dev
> On 15. Feb 2024, at 18:25, Marcel Telka wrote: > > On Thu, Feb 15, 2024 at 05:09:12PM +0100, Marcel Telka wrote: >> On Thu, Feb 15, 2024 at 06:01:16PM +0200, Toomas Soome via oi-dev wrote: >>> >>> >>>> On 15. Feb 2024, at 17:47, Marcel Te

Re: [oi-dev] SIMD support

2024-02-15 Thread Toomas Soome via oi-dev
> On 15. Feb 2024, at 17:47, Marcel Telka wrote: > > Hi, > > There[1] is this comment: > > # We cannot build sbcl on our build server because it lacks SIMD support. > > > How can I check a machine does have SIMD support? > > > Thank you. > $ isainfo -v 64-bit amd64 applications

Re: [oi-dev] Emacs has a bad font

2023-11-08 Thread Toomas Soome via oi-dev
> On 8. Nov 2023, at 17:36, Gary Mills wrote: > > I recently did an OI upgrade, on one of my systems, from 20220928 to > 20231107 (more than a year). Everthing worked normally afterwards > except for emacs. It has a peculiar font, compared to MATE-terminal. > The font appears to be too

Re: [oi-dev] Virtualbox crash

2023-09-15 Thread Toomas Soome via oi-dev
> On 15. Sep 2023, at 09:58, Stephan Althaus > wrote: > > Hello Carsten! > > > I have seen your new PR to VirtualBox. > > I don't understand why it is a good idea to compile packges with GCC-12 > instead of GCC-10. > > Shoudn't we stay with GCC-10 not to break further more things with

Re: [oi-dev] Virtualbox crash

2023-08-28 Thread Toomas Soome via oi-dev
> On 28. Aug 2023, at 13:32, Carsten Grzemba via oi-dev > wrote: > >> >>> #11 0x007b1eb5 in Medium::i_queryInfo (this=this@entry=0xe004c0, >>> fSetImageId=fSetImageId@entry=false, >>> fSetParentId=fSetParentId@entry=false, autoCaller=...) >>> at >>>

Re: [oi-dev] [developer] Heads-UP Openindiana/Hipster 2023.07 for SPARC

2023-07-18 Thread Toomas Soome via oi-dev
> On 18. Jul 2023, at 21:28, Klaus Ziegler wrote: > > Hi, > > after about 6 months of work, I'm very pleased to announce: > > OpenIndiana 2023.07 for SPARC > > this release is by far the best one I've ever done, it includes > quite some bugfixes but also real new SPARC code changes. >

Re: [oi-dev] strange compiler error

2022-11-04 Thread Toomas Soome via oi-dev
> On 4. Nov 2022, at 22:47, Friedrich Kink wrote: > > hmm but I understand the manpage that -b is the linker switch and binary the > input format key word, which is valid see below. And even I use it like > '-Wl,-b,binary` it gives the same error. > how about -Wl,-b -Wl,binary ? rgds,

Re: [oi-dev] strange compiler error

2022-11-04 Thread Toomas Soome via oi-dev
You pass -b ( to linker) but not “binary”. Sent from my iPhone > On 4. Nov 2022, at 22:14, Friedrich Kink via oi-dev > wrote: > > Hi all, > > I try to compile the newest asterisk version, but I get the following linker > error: > > /usr/gcc/7/bin/gcc -g -nostartfiles -nodefaultlibs

Re: [oi-dev] hipster 2021-10 failed to boot after pkg update

2022-05-28 Thread Toomas Soome via oi-dev
> On 28. May 2022, at 16:29, Klaus Elsbernd wrote: > > Urgent help needed :-( > > a server (supermicro/xeon) has been installed and upgraded to 2021-10. It was > last updated on 2021:12:12. Today I updated the packages with > > pkg update > > Now the system failed to boot into

Re: [oi-dev] Error building a zrepl package for OI

2022-04-26 Thread Toomas Soome via oi-dev
> On 26. Apr 2022, at 20:52, Gary Mills wrote: > > On Fri, Apr 15, 2022 at 07:16:02PM +0100, Peter Tribble wrote: > >> The common pattern in oi-userland (see eg >> components/sysutils/chezmoi/Makefile) >> is >> COMPONENT_BUILD_ENV += GOPATH="$(SOURCE_DIR)/gopath" >>

Re: [oi-dev] [developer] recompile oi-userland > gcc-7

2022-02-28 Thread Toomas Soome via oi-dev
> On 28. Feb 2022, at 17:03, Klaus Ziegler wrote: > > Hi, > > I'm currently trying to re-compile oi-userland with gcc-11 and where > C++ usage in gcc-11 is too new, I'm taking gcc-10. However I found > some packages which won't compile with either of 10/11 GCC releases: > >

Re: [oi-dev] is it possible to change caddr_t type

2021-12-29 Thread Toomas Soome via oi-dev
> On 29. Dec 2021, at 18:50, Vincent Torri wrote: > > Hello > > I'm compiling the EFL for the Enlightenment developper, and I have a > certain number of warnings about caddr_t and casts. > > My question is: can I make caddr_t be void * instead of char * . > > thank you > > Vincent Torri >

Re: [oi-dev] libmapmalloc and libumem

2021-08-09 Thread Toomas Soome via oi-dev
> On 8. Aug 2021, at 11:46, s...@pandora.be wrote: > > > When I compiled OpenSmalltalk on OpenIndiana, initially it seemed to work but > there were sometimes malloc() errors, pointing to some form of memory > corruption. > > The names of the OpenSmalltalk packages are cog-spur and

Re: [oi-dev] help needed to test tem on nvidia system

2021-06-27 Thread Toomas Soome via oi-dev
Thanks! We already got needed tests done, and now the console can handle CSI 38;2;R;G;B m and CSI 48;2;R;G;B m sequences. Toomas > On 28. Jun 2021, at 07:33, Tony Brian Albers wrote: > > Toomas Soome via oi-dev wrote: >> >> >>>> On 23. Jun 2021, at 10

Re: [oi-dev] OI no longer automounts USB sticks

2021-06-27 Thread Toomas Soome via oi-dev
Quiesce is to support fast reboot, it does not interfere with device connectivity. Sent from my iPhone > On 27. Jun 2021, at 15:27, s...@telenet.be wrote: > >  > Although that OI 2020.04 and 2021.04 install both on this Dell Precision 3640 > system, > I have noticed: > > reboot: Not all

Re: [oi-dev] help needed to test tem on nvidia system

2021-06-23 Thread Toomas Soome via oi-dev
> On 23. Jun 2021, at 10:20, Stephan Althaus > wrote: > > On 6/22/21 11:09 PM, Toomas Soome via oi-dev wrote: >> >> hi! >> >> as I do not have nvidia gfx myself, some help is needed to test >> https://code.illumos.org/c/illumos-gate/+/1550 &

[oi-dev] help needed to test tem on nvidia system

2021-06-22 Thread Toomas Soome via oi-dev
hi! as I do not have nvidia gfx myself, some help is needed to test https://code.illumos.org/c/illumos-gate/+/1550 . thanks, toomas___ oi-dev mailing list oi-dev@openindiana.org

Re: [oi-dev] Nvidia warning at reboot

2021-04-13 Thread Toomas Soome via oi-dev
Or you may need to wrap it to boot-args=“-B ...” Thats more likely:) Sent from my iPhone > On 13. Apr 2021, at 16:16, Toomas Soome via oi-dev > wrote: > > echo disable-nvidia_modeset=true > /boot/conf.d/nvidia > > Should get rid of it. > > Sent from my i

Re: [oi-dev] Nvidia warning at reboot

2021-04-13 Thread Toomas Soome via oi-dev
echo disable-nvidia_modeset=true > /boot/conf.d/nvidia Should get rid of it. Sent from my iPhone > On 13. Apr 2021, at 16:07, Gary Mills wrote: > > Yesterday, I did an OI update on my development server to get /bin/ksh > in a separate package. The update was successful as was the >

Re: [oi-dev] What is the equivalent for GNU ld's --export-dynamic?

2021-03-25 Thread Toomas Soome via oi-dev
> On 25. Mar 2021, at 06:27, cretin1997 via oi-dev > wrote: > > > ‐‐‐ Original Message ‐‐‐ > On Thursday, March 25, 2021 1:43 AM, Bob Friesenhahn > wrote: > >> On Wed, 24 Mar 2021, cretin1997 via oi-dev wrote: >> >>> I know the Solaris linker is what caused all of the trouble.

Re: [oi-dev] [OpenIndiana-discuss] Obstacle to GPT label boot?

2021-03-19 Thread Toomas Soome via oi-dev
> On 19. Mar 2021, at 21:06, Judah Richardson wrote: > > > > On Fri, Mar 19, 2021 at 1:14 PM Toomas Soome > wrote: > > >> On 19. Mar 2021, at 16:21, Judah Richardson > > wrote: >> >> Thanks Toomas. A few questions about that: >>

Re: [oi-dev] [OpenIndiana-discuss] Obstacle to GPT label boot?

2021-03-19 Thread Toomas Soome via oi-dev
> On 19. Mar 2021, at 16:21, Judah Richardson wrote: > > Thanks Toomas. A few questions about that: > Which OI version was originally installed? That would help me pinpoint where > OI UEFI support landed That is tricky:D because it was installed before I wrote UEFI support for illumos:D

Re: [oi-dev] Obstacle to GPT label boot?

2021-03-19 Thread Toomas Soome via oi-dev
> On 19. Mar 2021, at 09:53, Marcel Telka wrote: > > On Fri, Mar 19, 2021 at 09:34:01AM +0200, Toomas Soome wrote: > > [...snip...] > > Thanks for all those commands and references! > > >> To install on slice, you would need to select GPT partitioning and >> *not* select whole disk setup.

Re: [oi-dev] Obstacle to GPT label boot?

2021-03-19 Thread Toomas Soome via oi-dev
> On 19. Mar 2021, at 09:04, Marcel Telka wrote: > > On Fri, Mar 19, 2021 at 08:17:44AM +0200, Toomas Soome via oi-dev wrote: >> root@beastie:/code/illumos-gate# zpool status rpool >> pool: rpool >> state: ONLINE >> scan: resilvered 1,68T in 0 days 10:10:07 w

Re: [oi-dev] Obstacle to GPT label boot?

2021-03-19 Thread Toomas Soome via oi-dev
> On 19. Mar 2021, at 02:31, Reginald Beardsley via oi-dev > wrote: > > Would someone please direct me to an explanation of why we can't boot from > disk >2 TB in 2021? root@beastie:/code/illumos-gate# format Searching for disks...done AVAILABLE DISK SELECTIONS: 0. c3t0d0

Re: [oi-dev] [discuss] Obstacle to GPT label boot?

2021-03-18 Thread Toomas Soome via oi-dev
> On 19. Mar 2021, at 03:34, Reginald Beardsley via oi-dev > wrote: > > Judah has nailed the issue. > > Hipster 2020.10 will not install with a GPT/EFI label. Clearly stated 2 TB > limit in the installer. I was quite shocked. And annoyingly noisy about it :-( > > I am happy to fix things

Re: [oi-dev] [OpenIndiana-discuss] Hipster 2020.10 text installer ISO Wow!!!!

2021-03-02 Thread Toomas Soome via oi-dev
> On 2. Mar 2021, at 13:08, cretin1997 wrote: > > ‐‐‐ Original Message ‐‐‐ > On Tuesday, March 2, 2021 3:35 PM, Toomas Soome via openindiana-discuss > wrote: >> >> Yes, the code of format command is mess (I have been in it more than I would >> like to;), also we would need better

Re: [oi-dev] [OpenIndiana-discuss] Hipster 2020.10 text installer ISO Wow!!!!

2021-03-02 Thread Toomas Soome via oi-dev
> On 2. Mar 2021, at 02:45, Reginald Beardsley wrote: > > > It is with deep regret that I say this. > > I shall not be working on Illumos/OI. Below is the terminal output using the > Hipster 2020.10 GUI install disk. I've always been amused by the enthusiasm > for threads. I bought John

Re: [oi-dev] Hipster 2020.10 text installer ISO Wow!!!!

2021-03-01 Thread Toomas Soome via oi-dev
> On 2. Mar 2021, at 00:29, Reginald Beardsley via oi-dev > wrote: > > That was singularly unsuccessful. It got confused by all the other pools and > apparently FreeBSD 12.2 created a "zroot" pool which was "corrupted" and > could not be destroyed in any fashion using zpool. I'll find out

Re: [oi-dev] Shipping the nano editor alongside with vi

2021-01-11 Thread Toomas Soome via oi-dev
st, on FreeBSD, they have > a fallback, the ee editor, included by default. > > It's basically what I'm asking for. > > > On Mon, 11 Jan 2021 15:27:51 +0700 Vincent Torri > wrote > >> On Mon, Jan 11, 2021 at 9:00 AM Toomas Soome via oi-dev >> wro

Re: [oi-dev] Missing locale zh_CN.GB18030

2021-01-11 Thread Toomas Soome via oi-dev
> On 11. Jan 2021, at 16:47, Nona Hansel wrote: > > Hi, > > I'm trying to update findutils. Some test are skipping because I don't have > zh_CN.GB18030 locale on my system. How can I get it? > pfexec pkg info -r doesn't work for me in this case. > Thank you in advance. > Nona I think, we

Re: [oi-dev] Shipping the nano editor alongside with vi

2021-01-11 Thread Toomas Soome via oi-dev
> On 11. Jan 2021, at 09:39, Hung Nguyen Gia via oi-dev > wrote: > > Maybe... I'm impolite. But what if I'm just visit here once for this purpose > then? > > I only care about the result. Maybe I'm posted on the wrong mailing list. > Maybe OI-discuss more fit? > > The only thing I want to

Re: [oi-dev] How many CPUs does OI support?

2021-01-08 Thread Toomas Soome via oi-dev
> On 8. Jan 2021, at 09:53, Chris wrote: > > I'm looking to help building packages. Both current, as > well as newer versions. I have a large server farm. But > primarily BSD based. As such I'm looking into a new build > box, based on an Opteron or Xeon. So before I take the > plunge. I was

Re: [oi-dev] loader problems on upgrade

2020-05-29 Thread Toomas Soome via oi-dev
> On 29. May 2020, at 16:09, Carsten Grzemba via oi-dev > wrote: > > I upgraded my system on Supermicro X10SLM from quite older OI (2017) to > current and faces some problems here. > Got a system panic on first boot an then on loader > - loader shows a lot of old BE's which not exist

[oi-dev] lenovo?

2020-05-12 Thread Toomas Soome via oi-dev
hi! does anyone use lenovo PowerEdge R640 Server for solaris or illumos? thanks, toomas___ oi-dev mailing list oi-dev@openindiana.org https://openindiana.org/mailman/listinfo/oi-dev

Re: [oi-dev] IPS package

2020-05-11 Thread Toomas Soome via oi-dev
> On 11. May 2020, at 16:30, G B via oi-dev wrote: > > I started over and got farther, but now it has a conflict: You can not change attributes of shared directories (groups are different). rgds, toomas > > root@pluto:/# pkgsend generate racket | pkgfmt > racket.p5m.1 > root@pluto:/#

Re: [oi-dev] IPS package

2020-05-11 Thread Toomas Soome via oi-dev
did you pkgrepo refresh? rgds, toomas > On 11. May 2020, at 15:00, G B via oi-dev wrote: > > I attempted to create an IPS package of Racket, the programming language, and > everything seemed to have worked correctly. But when I tried to install it > from my local repository it fails. > >

Re: [oi-dev] illumos-gcc (gcc 4.4.4-il)

2020-05-11 Thread Toomas Soome via oi-dev
it seems we can build it with 7, just need to wait before I can be sure:) thanks, toomas > On Monday, May 11, 2020, Toomas Soome via oi-dev <mailto:oi-dev@openindiana.org>> wrote: > > > > > >> On 11. May 2020, at 10:36, Toomas Soome via oi-dev &

Re: [oi-dev] illumos-gcc (gcc 4.4.4-il)

2020-05-11 Thread Toomas Soome via oi-dev
> On 11. May 2020, at 10:36, Toomas Soome via oi-dev > wrote: > > Hi! > > The current illumos-gcc build is depending on gcc-49, is there some hard > requirement for it, or is it just leftover? > ok, this is because 4.4.4 does not build

[oi-dev] illumos-gcc (gcc 4.4.4-il)

2020-05-11 Thread Toomas Soome via oi-dev
Hi! The current illumos-gcc build is depending on gcc-49, is there some hard requirement for it, or is it just leftover? rgds, toomas ___ oi-dev mailing list oi-dev@openindiana.org https://openindiana.org/mailman/listinfo/oi-dev

Re: [oi-dev] Bootloader as of today damaged?

2019-09-28 Thread Toomas Soome via oi-dev
> On 28 Sep 2019, at 12:45, Toomas Soome wrote: > > > >> On 28 Sep 2019, at 12:11, Andreas Wacknitz wrote: >> >> Hi all, >> >> I have updated one of my build servers today and it stopped working after >> reboot. >> I get a black screen (before the bootloader prompt typically is shown).

Re: [oi-dev] Bootloader as of today damaged?

2019-09-28 Thread Toomas Soome via oi-dev
> On 28 Sep 2019, at 12:11, Andreas Wacknitz wrote: > > Hi all, > > I have updated one of my build servers today and it stopped working after > reboot. > I get a black screen (before the bootloader prompt typically is shown). So, > my conclusion is that > the bootloader is damaged. I have

Re: [oi-dev] How to create an ISO correctly?

2019-08-27 Thread Toomas Soome via oi-dev
> On 27 Aug 2019, at 00:46, Gary Mills wrote: > > Another progress report and some questions: I have now replaced all > v9os packages with oi-userland packages. There are no v9os packages > left. My T2000 has only oi-userland packages, ones that I have built. > It boots correctly. The

Re: [oi-dev] [developer] suspend/resume in Illumos

2019-06-17 Thread Toomas Soome via oi-dev
I’d say, anything to encourage people to try, use and join to develop [illumos] is very welcome. Better laptop support will definitely be bonus. Sent from my iPhone > On 11 Jun 2019, at 22:58, Garrett D'Amore wrote: > > My gut instinct is that this isn’t that interesting – most everyone is >

Re: [oi-dev] Importing data from wiki to oi-docs

2019-05-14 Thread Toomas Soome via oi-dev
LGTM:) rgds, toomas > On 14 May 2019, at 10:55, Alexander Pyhalov via oi-dev > wrote: > > Hi. > > I've been looking at updating 'Building oi-userland' oi-docs page. > > And found the following isue - we have long top-level menu, which is hard to > extend (it is splitted in two lines when

Re: [oi-dev] SMF service enabled by default in global zone

2019-05-07 Thread Toomas Soome via oi-dev
You need SMF profile. Google will help, also see /etc/svc/profile. Sent from my iPhone > On 7 May 2019, at 23:27, Till Wegmüller wrote: > > Hi > > The only way I know in the IPS framework is to use variants and two > seperate xml files for zone.global and zone.nonglobal environment > >

[oi-dev] HEADS UP: loader FB console

2019-01-07 Thread Toomas Soome via oi-dev
Hi! With "10028 loader: implement framebuffer console “, the loader does attempt to use framebuffer console as default. We still do not provide FB console for kernel/userland, but stay tuned:) The change does provide some notable features: framebuffer command to set/get/list the modes, and

[oi-dev] new set of demo iso/usb

2018-12-20 Thread Toomas Soome via oi-dev
hi! As lewellyn did complain about loader screen performance, I did a small update to boost it and did generate new iso/usb images on http://148.52.235.80.sta.estpak.ee The iso can be booted directly from usb stick (altho the OI boot scripts will fail you

Re: [oi-dev] required header-idnkit for illumps-gate obsolete

2018-12-11 Thread Toomas Soome via oi-dev
> On 11 Dec 2018, at 15:17, Udo Grabowski (IMK) wrote: > > Hi, > regarding the message from Dan on library/libidn/header-idnkit: > This package is currently obsolete on oi-Hipster (as of 2018-10). but is ok in

Re: [oi-dev] GCC 7.3.0-il-1

2018-11-01 Thread Toomas Soome via oi-dev
Aurélien, Huge thanks, all this development to clean up gcc 6, gcc 7 and now the on-going cleanup with gcc 8, it all would not have been possible without the compilers and You did the huge work with all those compilers. It would not have been possible without the work from Rich and Andy and

Re: [oi-dev] Slow Loader on Samsung 950 Pro

2018-09-24 Thread Toomas Soome via oi-dev
Does this help? > A bit, but we definitely need to investigate it further. Anyhow, I only can check email this week, I left my laptop home on purpose:) Rgds, Toomas > >> On 09/24/18 02:55 PM, Toomas Soome via oi-dev wrote: >> Forgot to note, you should also be able to boo

Re: [oi-dev] Slow Loader on Samsung 950 Pro

2018-09-24 Thread Toomas Soome via oi-dev
Forgot to note, you should also be able to boot usb/iso, press esc from menu. Then use beadm list zfs:rpool and beadm activate zfs:rpool and then enter boot Sent from my iPhone > On 24 Sep 2018, at 15:40, Toomas Soome via oi-dev > wrote: > > Installed or pkg update is also don

Re: [oi-dev] Slow Loader on Samsung 950 Pro

2018-09-24 Thread Toomas Soome via oi-dev
9/24/18 1:44 PM, Toomas Soome via oi-dev wrote: >> What version, or how old is the setup? The older ones had some cases where >> the read past disk end and with some systems this can cause slowdown as >> described. >> >> Rgds, >> Toomas >> >> Sen

Re: [oi-dev] Slow Loader on Samsung 950 Pro

2018-09-24 Thread Toomas Soome via oi-dev
What version, or how old is the setup? The older ones had some cases where the read past disk end and with some systems this can cause slowdown as described. Rgds, Toomas Sent from my iPhone > On 24 Sep 2018, at 13:03, Till Wegmüller wrote: > > Hello > > Has anybody tested loader on an NVME

Re: [oi-dev] Sendmail logging to wrong facility

2018-09-18 Thread Toomas Soome via oi-dev
> On 18 Sep 2018, at 22:24, Gary Mills wrote: > > On Tue, Sep 18, 2018 at 09:57:40PM +0300, Toomas Soome via oi-dev wrote: >> >> var/log/daemon.6:Aug 1 12:48:19 beastie sendmail[1189]: [ID 702911 >> [7]daemon.info] starting daemon (8.14.4+Sun): SMTP+queueing@

Re: [oi-dev] Sendmail logging to wrong facility

2018-09-18 Thread Toomas Soome via oi-dev
> On 18 Sep 2018, at 20:37, Gary Mills wrote: > > On Tue, Sep 18, 2018 at 06:03:48PM +0100, Jonathan Adams wrote: >> add this to your syslog.conf: >> mail.info;daemon.info� � � � � � ifdef(`LOGHOST', >> /var/log/syslog, @loghost) > > So, you had the same problem. Good. It exists.

Re: [oi-dev] latest loader branch + ACPI patches

2018-08-18 Thread Toomas Soome via oi-dev
t; >> >> >> On Sat, Aug 18, 2018 at 8:45 AM, Toomas Soome via oi-dev >> mailto:oi-dev@openindiana.org>> wrote: >> hi! >> >> I have built the latest state + ACPI patches from Robert, the images are >> available at: http://148.52.235.80.sta.es

Re: [oi-dev] latest loader branch + ACPI patches

2018-08-18 Thread Toomas Soome via oi-dev
> On 18 Aug 2018, at 15:20, Aurélien Larcher wrote: > > > > On Sat, Aug 18, 2018 at 8:45 AM, Toomas Soome via oi-dev > mailto:oi-dev@openindiana.org>> wrote: > hi! > > I have built the latest state + ACPI patches from Robert, the images are >

[oi-dev] latest loader branch + ACPI patches

2018-08-18 Thread Toomas Soome via oi-dev
hi! I have built the latest state + ACPI patches from Robert, the images are available at: http://148.52.235.80.sta.estpak.ee rgds, toomas___ oi-dev mailing list oi-dev@openindiana.org

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

2018-08-10 Thread Toomas Soome via oi-dev
I do have the isoboot boot code and some companion work ported over, so we can get hybrid iso files, but note, unfortunately it is not 100% universally supported. There are bios implementations choking on hybrid images... thats according to reports from FreeBSD. Sent from my iPhone > On 10