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
so real new SPARC code changes. > Nearly all of them, except a few ones done by myself have been > done by Toomas Soome. I'm just the one who has brought them > together, because I think it would be a shame if all that stuff will > never hit the road. > > Thanks Toomas ! > > For m

Re: [oi-dev] strange compiler error

2022-11-04 Thread Toomas Soome via oi-dev
f32-little elf32-big > > srec symbolsrec verilog tekhex binary ihex plugin > i386 srec symbolsrec verilog tekhex binary ihex -- >iamcu srec symbolsrec verilog tekhex binary ihex -- > > > Am 04.11.2022 um 21:34 schrieb Toomas Soome: >> You pas

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 <mailto:tso...@me.com>> wrote: > > >> On 19. Mar 2021, at 16:21, Judah Richardson > <mailto:judahrichard...@gmail.com>> wr

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

2021-03-19 Thread Toomas Soome via oi-dev
f you built the PC yourself, I'd appreciate the brand and model of > the motherboard > my host is a bit old already, it is Supermicro X10SAE with Intel(r) Xeon(r) CPU E3-1246 v3 @ 3.50GHz. It is doing ok for my needs (illumos dev and build host). rgds, toomas > > On Fri, M

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

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
id you run into? > I do believe he was referring to OI specifically. AFAIK, OI itself (not the > live USB) has long had EFI boot issues, while other Illumos distributions > such as OmniOS don't. > > Unless I'm mistaken, the issue has been repeatedly paved over in great detail > on t

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 >> lik

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 s

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
the first spinner, you can enter the new name. Basically I’d like to establish if the error is actually fixed... Sent from my iPhone > On 24 Sep 2018, at 15:18, Till Wegmüller wrote: > > Hi Setup is most recent Hipster installed two weeks ago. > > Greetings > Till >> On

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
> On 18 Aug 2018, at 21:38, Aurélien Larcher wrote: > > > > On Sat, Aug 18, 2018 at 4:45 PM, Toomas Soome <mailto:tso...@me.com>> wrote: > > >> On 18 Aug 2018, at 15:20, Aurélien Larcher > <mailto:aurelien.larc...@gmail.com>> wrote: >&g

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

Re: [oi-dev] No gdm or lightdm after update?

2018-04-17 Thread Toomas Soome
> On 17 Apr 2018, at 18:40, Gordon Ross wrote: > > I recently updated the little laptop I used for drm testing, and after > the update there's no logon screen. The gdm manifest is gone, so I > guess it was supposed to switch to lightdm or something? I tried to >

[oi-dev] *ISO* testing needed:)

2018-04-07 Thread Toomas Soome
hi! Need testing of iso image. The tricky part is that that iso image should be stored on usb stick (or hdd) - it is hybrid image. It may be the login services will fail (not related to this build). I did also build usb image, but the purpose for this test is to have feedback about using iso

Re: [oi-dev] Upgrade trashes boot loader?

2018-04-06 Thread Toomas Soome
> On 7 Apr 2018, at 00:52, Gordon Ross wrote: > > I just upgraded an older OI server to hipster (it was still running > /dev) and after the upgrade it does not seem to have a boot loader. I > just changed the publisher, and did pkg image-update on a new BE. > Did I do

Re: [oi-dev] Out of memory when trying to compile icinga2 with gcc6

2018-03-28 Thread Toomas Soome
> On 28 Mar 2018, at 15:04, Marianne Spiller wrote: > >> /tmp is mounted with tempfs which is using virtual memory, that is, ram + >> swap. see swap -lh > Okay... > > swap -lh > swapfile devswaplo blocks free > /dev/zvol/dsk/rpool/swap 270,2

Re: [oi-dev] Out of memory when trying to compile icinga2 with gcc6

2018-03-28 Thread Toomas Soome
> On 28 Mar 2018, at 14:53, Marianne Spiller wrote: > > On Wed, Mar 28, 2018 at 11:19:52AM +, Aurélien Larcher wrote: >> How many build jobs (-j) did you specifiy with COMPONENT_BUILD_ARGS? > First try: I did not set anything, so it used system defaults > Second try: I

Re: [oi-dev] Out of memory when trying to compile icinga2 with gcc6

2018-03-28 Thread Toomas Soome
> On 28 Mar 2018, at 14:19, Aurélien Larcher wrote: > > > > On Wed, Mar 28, 2018 at 1:05 PM, Marianne Spiller > wrote: > Hi, > > I'd like to re-compile my icinga2 package with the new oi-userland gcc6 >

Re: [oi-dev] weird flock problem

2017-11-13 Thread Toomas Soome
> On 13 Nov 2017, at 17:07, Till Wegmüller wrote: > > On 13.11.2017 15:59, Carsten Grzemba wrote: >> >> >> On 13.11.17 15:16, *Bob Friesenhahn * wrote: >>> On Mon, 13 Nov 2017, Carsten Grzemba wrote: This compiles on Openindiana

Re: [oi-dev] OI Hipster 2017.10 snapshot

2017-11-12 Thread Toomas Soome
> On 12 Nov 2017, at 21:35, Reginald Beardsley via oi-dev > wrote: > > After *much* fun I got Hipster 2017.10 to install on my Giada N3. Firefox is > marginally functional, very marginally functional. It consumes roughly 1/2 > of the 2 GB main memory. > > The

Re: [oi-dev] Phoronix again

2017-07-31 Thread Toomas Soome
> On 31. juuli 2017, at 13:41, Aurélien Larcher > wrote: > > Hi, > again Michael Larabel attempted a review and could boot on his hardware: > > http://phoronix.com/scan.php?page=news_item=OpenIndiana-7900X-Hipster >

Re: [oi-dev] OI 2017-05 snapshot: AMD Athlon 64 (K8) compatibility issues

2017-06-04 Thread Toomas Soome
> On 4. juuni 2017, at 20:13, Jean-Pierre André > wrote: > > Jean-Pierre André wrote: >> ken mays via oi-dev wrote: >>> On that note, be aware of prior notice on AMD64 Athlon 64-based >>> computers and the use of software from: >> >> I have such a computer, which

[oi-dev] anyone using arn wifi?

2017-06-04 Thread Toomas Soome
Hi! As part of the gcc 6 build cleanup, there is an issue identified in arn driver (https://www.illumos.org/rb/r/536/ ) and we really are guessing there. Does anyone with this hardware want to test the patch or patched binary? thanks,

Re: [oi-dev] Can I still install older perl and python?

2017-05-12 Thread Toomas Soome
> On 12. mai 2017, at 17:01, Gordon Ross wrote: > > Admittedly, this one of the things about IPS that has > long bother me. It's very "opinionated". > IPS "knows better" than I do what packages should > be installed, and in what versions, etc. and if I don't > happen

Re: [oi-dev] Install defaults re. SMB and pam.conf

2017-03-26 Thread Toomas Soome
> On 26. märts 2017, at 21:04, James Blachly <james.blac...@gmail.com> wrote: > > >> On Mar 26, 2017, at 7:36 AM, Toomas Soome <tso...@me.com >> <mailto:tso...@me.com>> wrote: >> >>> >>> On 26. märts 2017, at 14:23, Andreas Wac

Re: [oi-dev] Install defaults re. SMB and pam.conf

2017-03-26 Thread Toomas Soome
> On 26. märts 2017, at 18:31, Andreas Wacknitz <a.wackn...@gmx.de> wrote: > > > > Am 26.03.17 um 13:36 schrieb Toomas Soome: >> >>> On 26. märts 2017, at 14:23, Andreas Wacknitz <a.wackn...@gmx.de >>> <mailto:a.wackn...@gmx.de>> wro

Re: [oi-dev] Install defaults re. SMB and pam.conf

2017-03-26 Thread Toomas Soome
> On 26. märts 2017, at 14:23, Andreas Wacknitz wrote: > > > > Am 25.03.17 um 22:30 schrieb James Blachly: >> (I did not get any response on the -discuss list, so please forgive the >> re-posting) >> >> Speaking as a new OI user here, >> >> I am using the kernel CIFS/SMB

Re: [oi-dev] [HEADS UP] OpenJDK 8 is the default JDK now

2017-03-09 Thread Toomas Soome
Yes, that is exactly what I also did see and the immediate solution was the same. rgds, toomas > On 9. märts 2017, at 15:45, Alexander Pyhalov wrote: > > We've found another issue with illumos-gate build after switching to OpenJDK > 8. > > When you switch to building

Re: [oi-dev] Surface Boot

2017-01-24 Thread Toomas Soome
do not move as fast as we might hope. rgds, toomas > On 25. jaan 2017, at 9:05, Ali Muhammed Patrash <uni...@outlook.com> wrote: > > Exactly, Toomas > From: Toomas Soome <tso...@me.com> > Sent: Tuesday, January 24, 2017 11:02:46 PM > To: OpenIndiana Developer mailing

[oi-dev] SMBIOS testing needed...

2016-12-21 Thread Toomas Soome
Reposting an reminder:) Also just replaced the images with very freshly baked ones to make sure the bits are all good;) Well, the smbios bits are exactly the same, just few latest bits are updated. Hi! While working on https://www.illumos.org/rb/r/284/ , I

[oi-dev] SMBIOS testing needed...

2016-12-13 Thread Toomas Soome
Reposting from illumos developer list, sorry if you have seen it already: Hi! While working on https://www.illumos.org/rb/r/284/ , I figured I do not have any way to test this stuff… So I did ask qemu to provide me SMB3 64-bit entry point and got the

Re: [oi-dev] USB installation instructions

2016-11-21 Thread Toomas Soome
> On 21. nov 2016, at 14:05, Jean-Pierre André <jean-pierre.an...@wanadoo.fr> > wrote: > > Toomas Soome wrote: >> >>> On 21. nov 2016, at 13:12, Jean-Pierre André >>> <jean-pierre.an...@wanadoo.fr <mailto:jean-pierre.an...@wanadoo.fr>>

Re: [oi-dev] USB installation instructions

2016-11-21 Thread Toomas Soome
> On 21. nov 2016, at 13:12, Jean-Pierre André <jean-pierre.an...@wanadoo.fr> > wrote: > > Michael Kruger wrote: >> On 11/21/2016 05:44 AM, Toomas Soome wrote: >>> >>>> On 21. nov 2016, at 12:39, Jean-Pierre André >>>> <jean-pierr

Re: [oi-dev] USB installation instructions

2016-11-21 Thread Toomas Soome
> On 21. nov 2016, at 12:48, Michael Kruger <makruger2...@gmail.com> wrote: > > On 11/21/2016 05:44 AM, Toomas Soome wrote: >> >>> On 21. nov 2016, at 12:39, Jean-Pierre André <jean-pierre.an...@wanadoo.fr> >>> wrote: >>> >>> Au

Re: [oi-dev] USB installation instructions

2016-11-21 Thread Toomas Soome
> On 21. nov 2016, at 12:39, Jean-Pierre André > wrote: > > Aurélien Larcher wrote: >> Hello, >> the download page points to the following instructions which are outdated: >> >> https://wiki.openindiana.org/oi/Installing+OpenIndiana > > I have a computer on

Re: [oi-dev] FLAG DAY: Provide loader menu additions for boot image.

2016-11-04 Thread Toomas Soome
> On 4. nov 2016, at 14:21, Aurélien Larcher <aurelien.larc...@gmail.com> wrote: > > > > On Fri, Nov 4, 2016 at 1:15 PM, Toomas Soome <tso...@me.com > <mailto:tso...@me.com>> wrote: > >> On 4. nov 2016, at 14:07, Aurélien Larcher <aure

Re: [oi-dev] FLAG DAY: Provide loader menu additions for boot image.

2016-11-04 Thread Toomas Soome
> On 4. nov 2016, at 14:07, Aurélien Larcher <aurelien.larc...@gmail.com> wrote: > > > > On Fri, Nov 4, 2016 at 12:47 PM, Toomas Soome <tso...@me.com > <mailto:tso...@me.com>> wrote: > > > On 4. nov 2016, at 11:53, Jean-Pierre André <jean-pie

Re: [oi-dev] FLAG DAY: Provide loader menu additions for boot image.

2016-11-04 Thread Toomas Soome
> On 4. nov 2016, at 11:53, Jean-Pierre André <jean-pierre.an...@wanadoo.fr> > wrote: > > Toomas Soome wrote: >> >> Support for specifying loader configuration on installation media was added >> to distribution constructror. >> >> This suppo

Re: [oi-dev] FLAG DAY: Provide loader menu additions for boot image.

2016-11-04 Thread Toomas Soome
> On 4. nov 2016, at 11:53, Jean-Pierre André <jean-pierre.an...@wanadoo.fr> > wrote: > > Toomas Soome wrote: >> >> Support for specifying loader configuration on installation media was added >> to distribution constructror. >> >> This suppo