Re: [oi-dev] Whoa! emacs broken? (spaces replace much of what I type)

2016-09-07 Thread Gordon Ross
Anyone have ideas how to track this down? Thanks, Gordon On Wed, Dec 9, 2015 at 4:45 PM, Gordon Ross wrote: > OK, it's apparently not emacs (or emacs-gtk, emacs-x). > I just copied over the older emacs-23 (which worked fine in the older > BE) into my latest BE and it shows the

Re: [oi-dev] Netboot on OpenIndiana

2016-09-08 Thread Gordon Ross
Just to be clear, you're trying to netboot a mini-root image, right? (like the CD/ISO image, Not booting onto an NFS mounted root) On Thu, Sep 8, 2016 at 10:57 AM, Alexander wrote: > Hey Till, > good start! > >> On 06 Sep 2016, at 20:14, Till Wegmüller wrote: >> >> ... >> I would like to know wh

[oi-dev] vmware driver for xorg broken? (spaces replace much of what I type)

2016-09-08 Thread Gordon Ross
esize with the guest window, etc. But anyway, this would seem to narrow down the problem to somewhere in /usr/lib/xorg/modules/drivers/amd64/vmware_drv.so Next I guess I'll want instructions for building and debugging that. Any tips for that? Thanks, Gordon On Thu, Sep 8, 2016 at 1:03 AM, G

Re: [oi-dev] vmware driver for xorg broken? (spaces replace much of what I type)

2016-09-08 Thread Gordon Ross
Don't get the driver from the vmware provided tools. Use the one from openindiana xorg. On Thu, Sep 8, 2016 at 12:47 PM, Michael Kruger wrote: > On 09/08/2016 11:38 AM, Gordon Ross wrote: >> >> [ Was: Whoa! emacs broken? ... ] >> >> Out of curiosity, I tried temp

Re: [oi-dev] vmware driver for xorg broken? (spaces replace much of what I type)

2016-09-08 Thread Gordon Ross
Gordon On Thu, Sep 8, 2016 at 11:55 AM, Alan Coopersmith wrote: > On 09/ 8/16 08:38 AM, Gordon Ross wrote: >> >> Next I guess I'll want instructions for building and debugging that. >> Any tips for that? > > > If you want the latest from upstream, minus any

Re: [oi-dev] vmware driver for xorg broken? (spaces replace much of what I type)

2016-09-12 Thread Gordon Ross
Don't know if this helps, but vmmouse is working fine for me, as built-in for OpenIndiana/hipster. On Mon, Sep 12, 2016 at 12:43 PM, Michael Kruger wrote: > On 09/08/2016 12:57 PM, Alan Coopersmith wrote: >> >> >> To see what drivers Xorg loaded, either check Xorg.0.log or run pldd on >> the Xo

[oi-dev] asp.net and libunwind

2016-09-27 Thread Gordon Ross
I'm looking into asp.net (for my own edification) and see there were some efforts to port it to SmartOS. Anyone know how far that went? Also, asp.net apparently needs a libunwind, and there are a couple choices. What's a good choice for libunwind on illumos? _

[oi-dev] Updated Graphics DRM support for OI

2016-11-27 Thread Gordon Ross
We have some new graphics direct rendering manager (DRM) code to announce for OpenIndiana/hipster. This version should work better on systems where hipster currently shows only a black screen. If you'd like to try out the new DRM code, you can create a (temporary) testing boot environment as desc

Re: [oi-dev] Updated Graphics DRM support for OI

2016-11-28 Thread Gordon Ross
andy Fishel for answering my questions. Peace... On Sun, Nov 27, 2016 at 11:33 AM, Gordon Ross wrote: > We have some new graphics direct rendering manager (DRM) code to > announce for OpenIndiana/hipster. This version should work better > on systems where hipster currently s

[oi-dev] Review: Clean out remnants of the foo example (gfx-drm)

2016-11-28 Thread Gordon Ross
Anyone want a look? Probably should'a done this sooner... https://www.illumos.org/issues/7631 https://github.com/illumos/gfx-drm/pull/1 ___ oi-dev mailing list oi-dev@openindiana.org https://openindiana.org/mailman/listinfo/oi-dev

[oi-dev] Review: Update to libdrm-2.4.73

2016-11-28 Thread Gordon Ross
https://www.illumos.org/issues/7632 https://github.com/illumos/gfx-drm/pull/2 ___ oi-dev mailing list oi-dev@openindiana.org https://openindiana.org/mailman/listinfo/oi-dev

Re: [oi-dev] [developer] Updated Graphics DRM support for OI

2016-12-03 Thread Gordon Ross
Interesting. Can you send the output of "prtconf -v"? On Dec 3, 2016 4:38 AM, "Yuri Pankov" wrote: > On Sun, 27 Nov 2016 11:33:47 -0500, Gordon Ross wrote: > >> We have some new graphics direct rendering manager (DRM) code to >> announce for OpenIndiana/hip

Re: [oi-dev] [developer] Updated Graphics DRM support for OI

2016-12-04 Thread Gordon Ross
ov wrote: >> >> On Sat, 3 Dec 2016 09:01:02 -0800 (PST), Randyf wrote: >>> >>> >>> >>> On Sat, 3 Dec 2016, Yuri Pankov wrote: >>> >>>> On Sun, 27 Nov 2016 11:33:47 -0500, Gordon Ross wrote: >>>>> >>>>> We

Re: [oi-dev] gfx-drm build issue

2016-12-30 Thread Gordon Ross
Hi Alexander, No, I did not see that warning. What compiler was in use? On Tue, Dec 27, 2016 at 7:21 AM, Alexander Pyhalov wrote: > Hi. Do you see this? > > /opt/onbld/bin/bldenv myenv.sh 'cd usr/src; make' > ../../intel/io/agpgart/agpgart.c: In function 'agp_devmap_unmap': > ../../intel/io/

Re: [oi-dev] Problems with packages and drm

2016-12-30 Thread Gordon Ross
Do we really need the libdrm symlink? I assumed we could have just .../include/drm On Wed, Dec 28, 2016 at 4:08 AM, Alexander Pyhalov wrote: > On 12/28/16 12:03 AM, ran...@sibernet.com wrote: >> >> >> >> On Tue, 27 Dec 2016, Alexander Pyhalov wrote: >> >>> >>> Gordon, it seems the following patc

Re: [oi-dev] gfx-drm build issue

2016-12-30 Thread Gordon Ross
Should be: /opt/gcc/4.4.4/bin/gcc I wonder if the build under oi-userland overrides $CC somehow? On Fri, Dec 30, 2016 at 11:43 PM, Gordon Ross wrote: > Hi Alexander, > > No, I did not see that warning. What compiler was in use? > > > On Tue, Dec 27, 2016 at 7:21 AM, Alexan

Re: [oi-dev] Problems with packages and drm

2016-12-30 Thread Gordon Ross
I've been only occasionally available the last couple weeks. I see you committed the pkgconfig, which is fine of course, but now Check_patches doesn't run "clean"... I'll need to fix that before the next version bump in libdrm. BTW, does the upstream (libdrm development) really use usr/include/li

Re: [oi-dev] gfx-drm build issue

2016-12-31 Thread Gordon Ross
g gfx-drm under userland. On Sat, Dec 31, 2016 at 3:17 AM, Jim Klimov wrote: > 31 декабря 2016 г. 6:23:31 CET, Gordon Ross пишет: >>Should be: /opt/gcc/4.4.4/bin/gcc >>I wonder if the build under oi-userland overrides $CC somehow? >> >>On Fri, Dec 30, 2016 at 11:43

Re: [oi-dev] Problems with packages and drm

2016-12-31 Thread Gordon Ross
Here's a PR to cleanup the warning and pkgconfig nits (Make the Check-patches output clean) https://github.com/illumos/gfx-drm/pull/3 On Sat, Dec 31, 2016 at 12:57 AM, Gordon Ross wrote: > I've been only occasionally available the last couple weeks. > I see you committed the

[oi-dev] illumos-gate build time

2017-01-02 Thread Gordon Ross
Time for a new topic :) On Sun, Jan 1, 2017 at 10:11 AM, Jim Klimov wrote: [...] > By the way, regarding builds of illumos-gate, I estimate that most of the > time is spent walking the makefiles and directories, several rounds while > nightly.sh works. On lesser computers this alone adds up to

[oi-dev] cleanup warnings and pkgconfig nits

2017-01-03 Thread Gordon Ross
Ping? On Sat, Dec 31, 2016 at 12:35 PM, Gordon Ross wrote: > Here's a PR to cleanup the warning and pkgconfig nits > (Make the Check-patches output clean) > > https://github.com/illumos/gfx-drm/pull/3 > > > On Sat, Dec 31, 2016 at 12:57 AM, Gordon Ross wrote: >

Re: [oi-dev] gfx-drm build issue

2017-01-03 Thread Gordon Ross
difference? Gordon On Sat, Dec 31, 2016 at 11:56 AM, Gordon Ross wrote: > I understand that (most of) userland wants to use some recent compiler. > However, the kernel components in drm _really_ need to use the compiler > that supports mdb and dtrace (no frameless calls etc.) > So

[oi-dev] Latest DRM working OK on iron lake?

2017-01-03 Thread Gordon Ross
I was getting ready to test some things and decided to update my old "iron lake" laptop to the latest hipster. Sadly, it panic'ed in the AGP code in ways that suggest pkg image-update gave me an inconsistent set of things. Just to confirm, I "slammed down" a tar of everything the gfx-drm gate bui

[oi-dev] Fwd: [Graphics/DRM - Bug #7716] drm hang with ring dumps in messages

2017-02-10 Thread Gordon Ross
been updated by Gordon Ross. Can anyone with one of the systems affected by this hang try setting i915_try_reset = true (you can use mdb -kw to set it) and report back with the result? Thanks! Bug #7716: drm hang with ring dumps in messages

Re: [oi-dev] Fwd: [Graphics/DRM - Bug #7716] drm hang with ring dumps in messages

2017-02-15 Thread Gordon Ross
Can you confirm which model GPU on which you observed this? (which generation, at least, and the PCI ID if convenient) Thanks, Gordon On Wed, Feb 15, 2017 at 6:10 AM, Marcel Telka wrote: > On Fri, Feb 10, 2017 at 09:14:08PM +0100, Aurélien Larcher wrote: >> On Fri, Feb 10, 2017 at 9:06 PM, Marce

Re: [oi-dev] Fwd: [Graphics/DRM - Bug #7716] drm hang with ring dumps in messages

2017-02-15 Thread Gordon Ross
Didn't remember that was in the bug report. Thanks. On Wed, Feb 15, 2017 at 1:52 PM, Marcel Telka wrote: > On Wed, Feb 15, 2017 at 01:22:34PM -0500, Gordon Ross wrote: >> Can you confirm which model GPU on which you observed this? >> (which generation, at least, and the

[oi-dev] Fwd: Welcome to GSoC 2017!

2017-03-02 Thread Gordon Ross
rom GSoC below has some more details, timelines etc. Thanks, Gordon -- Forwarded message -- From: Google Summer of Code Date: Wed, Mar 1, 2017 at 6:19 PM Subject: Welcome to GSoC 2017! [image: Google Summer of Code] Hi Gordon Ross, This year marks our biggest program ever! W

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

2017-05-11 Thread Gordon Ross
I've been trying out the latest OI build, and most things look great! (Thanks to everyone who helped.) However, I have some 3rd party stuff that wants older versions of perl (5.10.0, 5.16) and python (2.6) and I can't figure out how to get pkg to let me install those along side the current ones (p

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

2017-05-12 Thread Gordon Ross
at 12:29 AM, Alexander Pyhalov wrote: > Hi. > > On 12.05.2017 02:14, Gordon Ross wrote: >> >> I've been trying out the latest OI build, and most things look great! >> (Thanks to everyone who helped.) >> >> However, I have some 3rd party stuff that wants ol

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

2017-05-12 Thread Gordon Ross
I'm not saying you have to keep building and delivering it, but if the packaging system would not force me to remove such older packages, that would have made my life easier. On Fri, May 12, 2017 at 9:52 AM, Alexander Pyhalov wrote: > On 05/12/17 04:40 PM, Gordon Ross wrote: >> &

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

2017-05-12 Thread Gordon Ross
e Python 2.5) well, that's just too bad. On Fri, May 12, 2017 at 9:58 AM, Gordon Ross wrote: > I'm not saying you have to keep building and delivering it, > but if the packaging system would not force me to remove > such older packages, that would have made my life easier. &g

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

2017-05-12 Thread Gordon Ross
ork well because in illumos we have _excellent_ backwards compatibility. Whatever, I guess I've vented enough... On Fri, May 12, 2017 at 10:11 AM, Alexander Pyhalov wrote: > On 05/12/17 05:01 PM, Gordon Ross wrote: >> >> Admittedly, this one of the things about IPS that has &

Re: [oi-dev] Change in video driver ABI

2017-10-18 Thread Gordon Ross
If it helps, Randy F. pointed out a change in Oracle's open-source version of drm to support "dumb" drivers in the DRM driver. In theory, that allows some user-space-only Xorg drivers to be used. Would not be hard to take that change into our drm driver if that helps things like Radeon. Sorry I d

[oi-dev] Xorg vmware_drv resize problem? (OI vmware guest)

2017-11-15 Thread Gordon Ross
After a recent hipster update, Xorg resize in vmware broke. Before this I could go in and out of vmware full-screen mode and the guest would update the Xorg display size. After, it doesn't appear to allow the video mode wanted by full screen (in this case 1600x900) Anyone else see this? Ideas wh

Re: [oi-dev] Xorg vmware_drv resize problem? (OI vmware guest)

2017-11-27 Thread Gordon Ross
to build one of the "open vmware tools" open-source packages. Anyone have suggestions which to try? On Wed, Nov 15, 2017 at 11:20 AM, Alexander Pyhalov wrote: > On 11/15/17 06:36 PM, Gordon Ross wrote: >> >> After a recent hipster update, Xorg resize in vmware broke. &

Re: [oi-dev] Xorg vmware_drv resize problem? (OI vmware guest)

2017-11-27 Thread Gordon Ross
ncies on the base and X11. We'll probably want to do something like that, I guess. On Mon, Nov 27, 2017 at 10:24 PM, Aurélien Larcher wrote: > > > On Tue, Nov 28, 2017 at 3:28 AM, Michael Kruger > wrote: >> >> On 11/27/2017 10:54 AM, Gordon Ross wrote: >>

Re: [oi-dev] Xorg vmware_drv resize problem? (OI vmware guest)

2017-11-27 Thread Gordon Ross
Thanks for the info. FYI, copy/paste and resize have usually worked for me, but broke with the most recent updates. On Mon, Nov 27, 2017 at 9:28 PM, Michael Kruger wrote: > On 11/27/2017 10:54 AM, Gordon Ross wrote: >> >> I tried after another update yesterday. Same problem

[oi-dev] OpenSSH 7.2 GSSAPIAuthentication=no broken?

2018-01-13 Thread Gordon Ross
I have a perplexing bug here, I think. (Or maybe a mis-configuration?) I set GSSAPIAuthentication=no in .ssh/config but I still see my ssh client trying to do GSAPI stuff, which times out in DNS. I want this to work without requiring reverse DNS. Actually, "getent hosts IPADDR" works, because the

[oi-dev] Upgrade trashes boot loader?

2018-04-06 Thread Gordon Ross
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 something wrong? The machine is in an office far away, so I'll have to wait until so

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

2018-04-07 Thread Gordon Ross
On Fri, Apr 6, 2018 at 6:37 PM, Bill Sommerfeld wrote: > On 04/06/2018 03:08 PM, Toomas Soome wrote: >>> >>> 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

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

2018-04-17 Thread Gordon Ross
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 enable lightdm, and got the below in the svc log. Ideas? Thanks! ** (lightdm:1092): WAR

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

2018-04-17 Thread Gordon Ross
does that mean I have to switch from gnome to mate? I was hoping to be a "late adopter" of that... Thanks On 4/17/18, Toomas Soome wrote: > > >> On 17 Apr 2018, at 18:40, Gordon Ross wrote: >> >> I recently updated the little laptop I used for drm testing,

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

2018-04-17 Thread Gordon Ross
aemon.warning] WARNING: Unable to parse D-Bus launch output Apr 17 21:58:29 tr705 gdm-simple-slave[890]: [ID 702911 daemon.warning] WARNING: User gdm doesn't exist Any more ideas? On 4/17/18, Gordon Ross wrote: > does that mean I have to switch from gnome to mate? > I was hoping to

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

2018-04-17 Thread Gordon Ross
Looks like there were vestiges of gdm left around, perhaps from my previous attempts to get that back working. Anyway, found the lightdm svc disabled. After I enabled it, I got a lightdm logon greeter. Upgrades never seem to go smoothly for me... On 4/17/18, Gordon Ross wrote: > OK, did &

[oi-dev] How to kill old sfe package meta-data?

2018-08-30 Thread Gordon Ross
I have a system that apparently had an sfe publisher at some point. Now attempts to update userland components run into problems: # pkg -R /mnt install system/virtualization/open-vm-tools system/virtualization/open-vm-tools-desktop Creating Plan (Evaluating mediators): - Errors were encountered wh

Re: [oi-dev] How to kill old sfe package meta-data?

2018-08-30 Thread Gordon Ross
, 2018 at 4:46 PM Gordon Ross wrote: > I have a system that apparently had an sfe publisher at some point. > Now attempts to update userland components run into problems: > > # pkg -R /mnt install system/virtualization/open-vm-tools > system/virtualization/open-vm-tools-desktop

Re: [oi-dev] How to kill old sfe package meta-data?

2018-08-30 Thread Gordon Ross
d the /var/pkg/cache by any chance? > > Greetings > Till > > On 8/30/18 10:49 PM, Gordon Ross wrote: > > People will probably want to see: > > > > # pkg -R /mnt publisher > > PUBLISHER TYPE STATUS P LOCATION > > userland

Re: [oi-dev] How to kill old sfe package meta-data?

2018-08-30 Thread Gordon Ross
http://sfe.opencsw.org/localhostoih/manifest/0/sfe%2Flibrary%2Fmpc@1.0%2C5.11-0.151.1.5%3A20120727T204712Z' (happened 4 times) root@vm530gwr# On Thu, Aug 30, 2018 at 5:12 PM Till Wegmüller wrote: > > did you try http://sfe.opencsw.org/localhostoih ? > On 8/30/18 11:08 PM, Gordon Ross wrote

Re: [oi-dev] How to kill old sfe package meta-data?

2018-08-30 Thread Gordon Ross
the makers of IPS had the same Idea i just had. > > On 8/30/18 11:23 PM, Gordon Ross wrote: > > root@vm530gwr# pkg -R /mnt publisher > > PUBLISHER TYPE STATUS P LOCATION > > userlandorigin online F > > file:///tank/ws/oi-u

Re: [oi-dev] How to kill old sfe package meta-data?

2018-08-31 Thread Gordon Ross
first message in the thread. just trying to test my newer open-vm-tools* On Fri, Aug 31, 2018 at 4:02 AM Thomas Wagner wrote: > Gordon, > > what is the final goal you try to achieve? > > Do you want updating to a more fresh sfe repository, > or want removing just for upgrade and re-adding > or r

[oi-dev] Fwd: open-vm-tools works great!

2018-09-24 Thread Gordon Ross
[ Oh, this was meant to go to OI developers... ] Thanks again for the help with building and packaging the desktop parts of the open-vm-tools. I recently had reason to setup an OI VM under vmware fusion (on the Mac) and once I loaded that package, resize works, copy/paste works between the guest a

Re: [oi-dev] 2018.10 targets

2018-10-19 Thread Gordon Ross
The SMB 2.1 client might be able to make that, depending on how long and how much people beat me up about the code that's up for review :) On Fri, Sep 28, 2018 at 4:41 AM Alexander Pyhalov via oi-dev wrote: > > Hi, folks. > > We are approaching October. > While I have limited time now, I want to c

[oi-dev] mate-tweak?

2019-04-03 Thread Gordon Ross
I'm looking for "mate-tweak", which is the recommended way to get a single panel on the bottom, or so-called "redmond" theme (according to the google search results I see). Does the OI build of mate have "mate-tweak"? I don't see it. Thanks! ___ oi-de

Re: [oi-dev] mate-tweak?

2019-04-04 Thread Gordon Ross
; No, we don't ship it. It seems mate-tweak is Ubuntu project, not mate-desktop. > > С уважением, > Александр Пыхалов, > программист отдела телекоммуникационной инфраструктуры > управления информационно-коммуникационной инфраструктуры ЮФУ > > > ____

Re: [oi-dev] OI Hipster 2019.04

2019-06-27 Thread Gordon Ross
Any ideas what I should do to fix this? root@oi-dev:/home/gwr# pkg -R /mnt image-update -v Creating Plan (Running solver): / pkg update: No solution was found to satisfy constraints No solution found to update to latest available versions. This may indicate an overly constrained set of packages ar

Re: [oi-dev] OI Hipster 2019.04

2019-06-27 Thread Gordon Ross
ranch: 2018.0.0.0 Packaging Date: February 11, 2018 at 01:10:12 PM Size: 0.00 B FMRI: pkg://openindiana.org/entire@0.5.11-2018.0.0.0:20180211T131012Z On Thu, Jun 27, 2019 at 9:25 PM Gordon Ross wrote: > > Any ideas what I should do to fix this? > > root@oi-dev:/home

Re: [oi-dev] OI Hipster 2019.04

2019-06-28 Thread Gordon Ross
OK, but I can't seem to find the latest version of entire. Can anyone tell me what that should be? root@oi-dev:/home/gwr# pkg -R /mnt refresh --full root@oi-dev:/home/gwr# pkg -R /mnt update -nv entire@latest No updates available for this image. root@oi-dev:/home/gwr# pkg -R /mnt install -nv entir

[oi-dev] Version of entire doesn't change?

2019-10-04 Thread Gordon Ross
In other distributions I use, the top-level package "entire" gets a new version string with each build and release. That simplifies updating to a specific build using a command like: pkg update entire@0.5.11-2018.0.0.0 I notice that the openindiana.org publisher seems to keep "entire" at the sa

[oi-dev] pkg -- huge RSS

2020-06-08 Thread Gordon Ross
Is this normal? PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP 1289 root 3574M 3489M cpu3600 0:07:10 2.0% pkg/1 I bumped up the RAM in this VM to 6GB and it's still struggling to complete... root@oi-tank:/export/home/gwr# pkg info package/pkg

Re: [oi-dev] Distribution build system requirements?

2021-04-14 Thread Gordon Ross
If anyone gets around to working on gparted (or an alternative) please consider making it use "megabyte aligned partitions" and ignore so-called "geometry" (like partition editors do on pretty much every other OS does now). On Tue, Apr 13, 2021 at 9:02 AM Reginald Beardsley via oi-dev wrote: > >

[oi-dev] uname -a kernel git hash?

2021-06-01 Thread Gordon Ross
Hi all, I regularly use "uname -a" to look at the git hash for the illumos base (in order to know what libraries and such would be compatible). After an update today I see the version shown there is apparently something else? I also tried "mcs -p". gwr@gwr-oi2$ uname -a SunOS gwr-oi2 5.11 illumo

Re: [oi-dev] uname -a kernel git hash?

2021-06-01 Thread Gordon Ross
Oh, nevermind. The git clone I was looking in simply didn't have that commit hash. On Tue, Jun 1, 2021 at 10:09 AM Gordon Ross wrote: > > Hi all, > > I regularly use "uname -a" to look at the git hash for the illumos > base (in order to know what libraries and such

Re: [oi-dev] uname -a kernel git hash?

2021-06-01 Thread Gordon Ross
... and I was fooled by that hash showing only digits < 'a' :) On Tue, Jun 1, 2021 at 10:10 AM Gordon Ross wrote: > > Oh, nevermind. The git clone I was looking in simply didn't have that > commit hash. > > On Tue, Jun 1, 2021 at 10:09 AM Gordon Ross wrote: &g

[oi-dev] gdb 8.0 sol_thread_fetch_registers: td_ta_map_id2thr: no thread can be found to satisfy query

2022-02-14 Thread Gordon Ross
Anyone have any suggestions on how to track down this problem? $ gdb fksmbd 5463 [...] Attaching to program `.../usr/src/cmd/smbsrv/fksmbd/fksmbd', process 5463 Reading symbols... [Thread debugging using libthread_db enabled] [New LWP ... ] (50x) [New Thread ...] (50x) [Switching to Thread 1 (LWP

Re: [oi-dev] samba package needs a maintainer

2022-03-16 Thread Gordon Ross
I build Samba on OI occasionally, but mostly for the purpose of installing "smbtorture". For that, I don't need most of the optional features Samba can provide. I may be able to help with this, but not for a few days. Are there any specific requirements about what optional features we enable whe

[oi-dev] CLONEY_MODE

2022-06-22 Thread Gordon Ross
Was: [oi-dev] problems publishing rust On Tue, Jun 21, 2022 at 1:37 PM Till Wegmueller wrote: > > Hello everyone > > We now have support for CLONEY_MODE=hardlinks and CLONEY_MODE=copy in > the makefiles > > Would be a good chance to test those. > > Alternatively COMPONENT_COPY_ACTION would be the

Re: [oi-dev] Perl 5.34

2022-06-30 Thread Gordon Ross
After a "pkg image-update" today I see complaints from intrd that it can't find these perl modules: Can't locate Sun/Solaris/Kstat.pm in @INC (you may need to install the Sun::Solaris::Kstat module) (@INC contains: /usr/perl5/site_perl/5.34/i86pc-solaris-thread-multi-64 /usr/perl5/site_perl/5.34 /

[oi-dev] Want /opt/onbld/env/oi-hipster.sh

2022-07-09 Thread Gordon Ross
A suggestion: I (and maybe others) would find it helpful if something in the "build-essential" package (maybe developer/build/onbld?) would deliver the file named in the subject, ready to go for developer use. I was thinking to let oi-userland do this with something like: diff ... components/ope

Re: [oi-dev] Panic on using fuse with todays "pkg update"

2022-09-12 Thread Gordon Ross
We could integrate fuse into illumos to avoid that kind of thing. On Mon, Sep 12, 2022 at 5:02 AM Jean-Pierre André wrote: > > IMHO this is the culprit : > > --- ../oi-include/sys/thread.h 2020-11-19 19:37:31.170054900 +0100 > +++ thread.h.2 2022-09-12 10:48:43.877644300 +0200 > @@ -158,7 +158,

Re: [oi-dev] Panic on using fuse with todays "pkg update"

2022-09-12 Thread Gordon Ross
Or improve its portability (does it really need to look inside proc_t?) On Mon, Sep 12, 2022 at 7:00 PM Gordon Ross wrote: > > We could integrate fuse into illumos to avoid that kind of thing. > > On Mon, Sep 12, 2022 at 5:02 AM Jean-Pierre André > wrote: > > > &g

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

2023-11-08 Thread Gordon Ross
I saw the same after I upgraded, back in July. See subject: Emacs font problem in 28.2 On Wed, Nov 8, 2023 at 11:08 AM Toomas Soome via oi-dev wrote: > > > > > 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 (m

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

2023-11-20 Thread Gordon Ross
As far as I can tell, the "system" font for mate terminal and such is: "DejaVu Sans Mono", or -misc-dejavu sans mono-medium-o-normal--0-0-0-0-p-0-ascii-0 Based on what I see with xfontsel, it looks like emacs may be using: -misc-dejavu sans light-extralight-r-normal--0-0-0-0-p-0-ascii-0 I tried p

[oi-dev] emacs 29 (sigh)

2023-11-20 Thread Gordon Ross
I've recently updated, and found that emacs 29 doesn't deal well with modifier keys. I'm running into this: https://emacs.stackexchange.com/questions/78135/why-does-emacs-29-translates-meta-to-metahyper-m-somekey-to-h-m-somekey Basically, I want the keys next to the two ends of the space bar to a

Re: [oi-dev] Memory use with Firefox

2024-01-04 Thread Gordon Ross
Aren't those LWPs being shown? (not processes) On Thu, Jan 4, 2024 at 11:54 AM Gary Mills wrote: > > I have a system that I mostly use for web brousing. It has an AMD > Ryzen 7 2700 Eight-Core Processor, and runs a recent version of OI, > from 2023-11-07. It has 48 gigs of memory with an 8-gig

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

2024-06-10 Thread Gordon Ross
2023 at 7:58 PM Alan Coopersmith wrote: > > Yes, the "bad" one is not antialiased, possibly a bitmap font, > while the "good" one is definitely antialiased, possibly TrueType or OpenType. > > -alan- > > On 11/21/23 07:25, Gordon Ross wrote: > >

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

2024-06-17 Thread Gordon Ross
;recursive_edit_1+0x86 [0x649b76] /usr/bin/emacs-gtk'Frecursive_edit+0xd6 [0x649ec6] /usr/bin/emacs-gtk'main+0x1c49 [0x6417a9] /usr/bin/emacs-gtk'_start_crt+0x87 [0x4dc307] /usr/bin/emacs-gtk'_start+0x18 [0x4dc268] Trace/Breakpoint Trap On Mon, Jun 10, 2024 at 9:09 PM Gordon Ross wrote

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

2024-06-17 Thread Gordon Ross
I opened a bug for this: https://www.illumos.org/issues/16613 emacs-gtk vers 29.3 crashes on startup On Mon, Jun 17, 2024 at 4:32 PM Gordon Ross wrote: > > Before beginning an exploration of which versions expose the font > problem and which don't, I decided to start wit

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

2024-06-18 Thread Gordon Ross
g --with-sqlite3 --with-tiff --with-toolkit-scroll-bars > >>> --with-webp > >>> --with-treesitter --with-sound=oss > >>> ac_cv_sys_long_file_names=yes --with-x-toolkit=gtk3 --with-xwidgets > >>>

[oi-dev] OS/Net build skeleton, handy for illumos and OpenIndiana developers

2011-06-06 Thread Gordon Ross
Sometimes I prefer to develop new code outside of an "OS/Net"-style gate (like the illumos gate) because (a) it eliminates the merge work otherwise needed to keep up with the upstream, and (b) builds are very much faster because you're only building your own stuff, not all of ON. For this purpose,

[oi-dev] [review] 415 libreadline.so.5: symbol tgetent ... not found

2011-06-28 Thread Gordon Ross
lilke the subject of this message. # HG changeset patch # User Gordon Ross # Date 1309306287 14400 # Node ID a99616c7bbecd86fef98581c60fd68239cc69738 # Parent a855a8b1f8ce14dfdfc1781ce9dc1dc415c58cc4 415 libreadline.so.5: symbol tgetent ... not found diff -r a855a8b1f8ce -r a99616c7bbec component

Re: [oi-dev] [review] 415 libreadline.so.5: symbol tgetent ... not found

2011-06-28 Thread Gordon Ross
I'd also suggest marking this a 151-stopper, because it prevents some testing. ___ oi-dev mailing list oi-dev@openindiana.org http://openindiana.org/mailman/listinfo/oi-dev

Re: [oi-dev] [review] 415 libreadline.so.5: symbol tgetent ... not found

2011-06-29 Thread Gordon Ross
On Wed, Jun 29, 2011 at 7:50 AM, Julian Wiesener wrote: > Hi, > > you implemented the wrong fix. That readline is not linked against > curses, is a feature that we want to keep. Thus we can use readline with > xcurses, ncurses and curses. What needs to be done is an -lcurses for > smbclient. Tech

[oi-dev] Direct bindings (was: 415 libreadline.so.5 ...)

2011-06-29 Thread Gordon Ross
On Wed, Jun 29, 2011 at 10:16 AM, I wrote: > Our linker (these days) does "direct binding" so in theory, this > library (libreadline) can link with -lcurses and applications can > link with ncurses or whatever and all should be well. After writing the above, it occurred to me that many people migh

Re: [oi-dev] 415 libreadline.so.5: symbol tgetent ... not found

2011-06-29 Thread Gordon Ross
So the real issue here is a conflict between two goals: 1: libreadline should properly express its dependencies (so we don't have to add bogus -lcurses to link lines) 2: libreadline should not force the selection of any particular curses library. The way libreadline used to link with

Re: [oi-dev] 415 libreadline.so.5: symbol tgetent ... not found

2011-06-30 Thread Gordon Ross
On Thu, Jun 30, 2011 at 4:00 PM, Julian Wiesener wrote: > Hi, [...] > looks good to me and really superior to the oracle approach. Thanks. > > > Regards, > Julian Thanks. So... the proposed filter library (and new header file) has some interesting test implications. It does not change libcurses

[oi-dev] New termcap library to try (was: 415 libreadline.so.5: symbol tgetent ... not found)

2011-07-01 Thread Gordon Ross
On Fri, Jul 1, 2011 at 4:18 AM, Julian Wiesener wrote: > On Thu, 2011-06-30 at 21:16 -0400, Gordon Ross wrote: >> [how to test...] Ideally, we'd check that >> any curses/ncurses/xcurses using software still configures and >> builds the way we expect.  Any suggestions ho

Re: [oi-dev] New termcap library to try (was: 415 libreadline.so.5: symbol tgetent ... not found)

2011-07-13 Thread Gordon Ross
I updated issue 415 https://www.illumos.org/issues/415 with an interim fix for samba as built in the SFW gate. (As promised in the oi-meeting yesterday.) See note 11. I recommend this only as a short-term fix (for OI-151). A better long-term fix is to use a libreadline built with the libtermcap fi

Re: [oi-dev] 1341 Upgrade cmake to the latest version - bitbucket changeset: Commit dcc62cd7b504 - Please review

2011-08-05 Thread Gordon Ross
I was going to ask about the patches too. Have the patches you removed been integrated in the upstream in 2.6.2? The legacy.pkg line should (in general) not change. The version there is the version of the original pkg that has been obsoleted, not the latest version. otherwise looks OK to me. Th

Re: [oi-dev] oi-build review process

2011-08-06 Thread Gordon Ross
On Sat, Aug 6, 2011 at 5:00 AM, Guido Berhoerster wrote: > Hello Alasdair, [...] > I suppose you mean that the contributor hg exports all changesets > and the committer then uses "hg import --no-commit"? If so, then > yes, that would do it. In that case we use something like > 8< > bug de

Re: [oi-dev] oi-build review process

2011-08-06 Thread Gordon Ross
On Sat, Aug 6, 2011 at 4:24 PM, Guido Berhoerster wrote: [...] >> FYI, we use "hg commit -u $original_author" in illumos, which puts the >> original author's email in the change set author.  If you do that, then an >> "Author: ..." field would be redundant. > > Right, that would be a possibility,

Re: [oi-dev] 1341 Upgrade cmake to the latest version - bitbucket changeset: Commit dcc62cd7b504 - Please review

2011-08-08 Thread Gordon Ross
On Sat, Aug 6, 2011 at 5:54 AM, Bart Coddens wrote: > Removed my copyright until the guidelines are clear. > Added the patches back and reset the legacy line to the original number. > It builds and works fine here. > > Can this be reviewed: changeset: > > 3ad6d87fe246 > > Best Regards, > Bart Codd

Re: [oi-dev] 1341 Upgrade cmake to the latest version - bitbucket changeset: Commit dcc62cd7b504 - Please review

2011-08-08 Thread Gordon Ross
> > So, this basically looks OK to me, however: > > The "one big path" file is an annoyance.  It makes it hard to see [ "one big patch" - oops] > how much of that is just removing /usr/local from search paths, > and what is other porting stuff needed for OpenIndiana. > I would have preferred one

Re: [oi-dev] 1341 Upgrade cmake to the latest version - bitbucket changeset: Commit dcc62cd7b504 - Please review

2011-08-08 Thread Gordon Ross
On Mon, Aug 8, 2011 at 5:11 PM, Alasdair Lumsden wrote: > Hi Gordon, > >> And that brings up another question: Do we want to remove >> /usr/local from the search paths as was done for Solaris? >> I wonder why this was done?  Anyone know? >> Do we want to continue this change? > > I think it's prob

Re: [oi-dev] 1341 Upgrade cmake to the latest version - bitbucket changeset: Commit dcc62cd7b504 - Please review

2011-08-09 Thread Gordon Ross
On Tue, Aug 9, 2011 at 6:11 PM, Andrew M. Hettinger wrote: > I realized after sending that, I was unclear. > What I intended to say was "I would encourage the standard set by > filesystem(5) to be followed. > > Sorry for any confusion. > > Andrew Hettinger OK, and I think we are, by simply not in

Re: [oi-dev] 1454 oi-build package-install target sometimes fails due to bad escaping in ips.mk

2011-09-04 Thread Gordon Ross
LGTM On Sun, Sep 4, 2011 at 5:19 PM, Alasdair Lumsden wrote: > Hi All, > > Looking for a review for: > > https://bitbucket.org/alasdairlumsden/oi-build/changeset/2cef5eca926a > > Cheers, > > Alasdair > > ___ > oi-dev mailing list > oi-dev@openindiana.or

Re: [oi-dev] 1459 oi-build meta-packages/history/SUNWfppd has incorrect dependency

2011-09-04 Thread Gordon Ross
LGTM On Sun, Sep 4, 2011 at 5:34 PM, Alasdair Lumsden wrote: > Hi All, > > Requesting review for https://www.illumos.org/issues/1459 > > https://bitbucket.org/alasdairlumsden/oi-build/changeset/d8ea280733be > > Cheers, > > Alasdair > > ___ > oi-dev mail

Re: [oi-dev] 1465 oi-build openssl has too much quoting around LINT_FLAGS

2011-09-04 Thread Gordon Ross
LGTM On Sun, Sep 4, 2011 at 6:18 PM, Alasdair Lumsden wrote: > Hi All, > > Requesting review for another trivial change: > > https://www.illumos.org/issues/1465 > > https://bitbucket.org/alasdairlumsden/oi-build/changeset/73e660e38dd5 > > Cheers, > > Alasdair > > _

Re: [oi-dev] Request for volunteers: Building LibreOffice

2011-09-21 Thread Gordon Ross
On Wed, Sep 21, 2011 at 4:51 AM, Gary wrote: > FWIW, I found 12u1 > here: http://www.oracle.com/technetwork/server-storage/solarisstudio/downloads/index-jsp-142582.html > Does anyone know where Python header files are? I use "pkg search" for this kind of question: $ pkg search Python.h INDEX

Re: [oi-dev] 1262 Berkeley-db package

2011-10-04 Thread Gordon Ross
The other historical problem with BDB is that they have on numerous occasions changed the on-disk format, so just relinking an application with a newer lib can easily break applications. That's far worse than the API instability. Gordon On Mon, Oct 3, 2011 at 6:46 PM, Richard Lowe wrote: > This

Re: [oi-dev] Fuse and NTFS-3g

2011-11-03 Thread Gordon Ross
2011/11/3 Damian Wojsław : > Hi > > I would like to work on inclusion of fuse and ntfs-3g into main openindiana > package repo and also maintain packages if they get included. Is OI > interested? > > -- > Damian Wojsław How stable is that fuse code, at this point? It used to have some problems, bu

  1   2   >