[oi-dev] gcc version for kernel modules

2023-08-30 Thread Jean-Pierre André
I am preparing an update to the fuse kernel module. Best if using the same compiler as the kernel, and gcc7 is currently enforced. Is this still the correct version ? Regards, Jean-Pierre ___ oi-dev mailing list oi-dev@openindiana.org https://openin

Re: [oi-dev] Happy birthday Micral N!

2023-01-16 Thread Jean-Pierre André
Hi Aurélien, FYI, I used a Micral M version, which was a multiprocessor one, with four 8080 processors at 2MHz. Jean-Pierre aurelien.larc...@gmail.com wrote on 1/15/23 9:57 PM: Hello, Nothing related to OpenIndiana or illumos but today 15th of January is the 50th anniversary of the Micral N:

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

2022-09-13 Thread Jean-Pierre André
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,6 @@ struct _kthread *t_intr; /* interrupted (pinned) thread */

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

2022-09-12 Thread Jean-Pierre André
*/ Which changes the location of t_procp a few lines below in struct _kthread So have to recompile and set dependency for this to not occur again. Jean-Pierre Jean-Pierre André wrote on 9/12/22 8:56 AM: This is accessing t_procp->p_pidp, so it looks very much like the kernel has been recompi

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

2022-09-11 Thread Jean-Pierre André
This is accessing t_procp->p_pidp, so it looks very much like the kernel has been recompiled after or have been changed, without the fuse kernel module being recompiled (or at least being downloaded). You probably only need to recompile with current headers and download. This has already occur

Re: [oi-dev] Porting an exFAT driver

2021-12-15 Thread Jean-Pierre André
On 4:58AM, Tue, Dec 14, 2021 Jean-Pierre André mailto:jean-pierre.an...@wanadoo.fr> wrote: 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

Re: [oi-dev] Porting an exFAT driver

2021-12-14 Thread Jean-Pierre André
On 12/14/21 12:09 PM, Udo Grabowski (IMK) wrote: On 14/12/2021 11:58, Jean-Pierre André wrote: 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

[oi-dev] Porting an exFAT driver

2021-12-14 Thread 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

Re: [oi-dev] ntfsprogs update check

2020-04-12 Thread Jean-Pierre André
Alexander Pyhalov via oi-dev wrote: Hi. Can somebody test ntfsprogs update (https://github.com/OpenIndiana/oi-userland/pull/5662 ) ? At least, that ntfs partitions are still readable? I've found that all my usb sticks are fat-formatted, so I can't easily test it. You then have a good testbed

Re: [oi-dev] Building openjdk-8-162 with gcc-6 on SPARC

2020-01-12 Thread Jean-Pierre André
Gary Mills wrote: I'm attempting to build openjdk-8-162 with gcc-6 on SPARC hardware. I finally got a successful gmake build, but a failure with gmake install. The error was this one: Error occurred during initialization of VM java.lang.StackOverflowError at java.lang.Ob

Re: [oi-dev] I created an OpenIndiana port of UXP/New Moon out of boredom.

2019-09-09 Thread Jean-Pierre André
Congratulations. A useful alternative to Firefox as its resource needs are getting out of control. Jean-Pierre Jeremy Andrews wrote: I wanted to post this story somewhere in case anyone finds it interesting, it's OpenIndiana-related, and I don't really have a blog. The TL;DR version is that I

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

2017-09-17 Thread Jean-Pierre André
Gary Mills wrote: On Mon, Jun 05, 2017 at 09:24:26AM +0200, Jean-Pierre André wrote: Yesterday I upgraded a Hipster installation from April 2016 to the latest state (by starting a pkg update). I apparently could not boot beyond the single user mode, but the real reason appears to lie in a

Re: [oi-dev] Installing nVidia drivers produces error

2017-07-31 Thread Jean-Pierre André
Ren Kararou wrote: Hey guys, running the Solaris nVidia drivers installer (384.59) produces errors while removing /var/sadm/pkg/NVDAgraphics (and if it got there, probably also NVDAgraphicsr). I will happily send an error log upon request, but I would love some help with the issue. As my nvidi

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

2017-06-06 Thread Jean-Pierre André
Aurélien Larcher wrote: On Tue, Jun 6, 2017 at 5:00 PM, Jean-Pierre André mailto:jean-pierre.an...@wanadoo.fr>> wrote: [...] Good point. However the video driver uses other system interfaces (interrupts, virtual memory, etc.), and as the video d

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

2017-06-06 Thread Jean-Pierre André
Aurélien Larcher wrote: On Tue, Jun 6, 2017 at 10:45 AM, Jean-Pierre André mailto:jean-pierre.an...@wanadoo.fr>> wrote: Alan Coopersmith wrote: On 06/ 5/17 12:24 AM, Jean-Pierre André wrote: [ 312.529] WARNING WARNING WARNING W

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

2017-06-06 Thread Jean-Pierre André
Alan Coopersmith wrote: On 06/ 5/17 12:24 AM, Jean-Pierre André wrote: [ 312.529] WARNING WARNING WARNING WARNING [ 312.529] This server has a video driver ABI version of 20.0 that is not supported by this NVIDIA driver. Please check http://www.nvidia.com

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

2017-06-05 Thread Jean-Pierre André
Aurélien Larcher wrote: On Mon, Jun 5, 2017 at 12:47 PM, Jean-Pierre André mailto:jean-pierre.an...@wanadoo.fr>> wrote: [...] Since the driver is binary, the only thing I can offer for now I to provide a build of Xorg 1.19 that you could try out, ... but ma

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

2017-06-05 Thread Jean-Pierre André
Aurélien Larcher wrote: On Mon, Jun 5, 2017 at 11:32 AM, Jean-Pierre André mailto:jean-pierre.an...@wanadoo.fr>> wrote: Aurélien Larcher wrote: On Mon, Jun 5, 2017 at 9:48 AM, Jean-Pierre André mailto:jean-pierre.an...@wanadoo.fr> <mailto:je

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

2017-06-05 Thread Jean-Pierre André
Aurélien Larcher wrote: On Mon, Jun 5, 2017 at 9:48 AM, Jean-Pierre André mailto:jean-pierre.an...@wanadoo.fr>> wrote: Aurélien Larcher wrote: On Mon, Jun 5, 2017 at 9:35 AM, Jean-Pierre André mailto:jean-pierre.an...@wanadoo.fr> <mailto:je

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

2017-06-05 Thread Jean-Pierre André
Aurélien Larcher wrote: On Mon, Jun 5, 2017 at 9:35 AM, Jean-Pierre André mailto:jean-pierre.an...@wanadoo.fr>> wrote: Jean-Pierre André wrote: [...] Update : I see the following comment for NVIDIA-Solaris-x86-304.135 "Added support for X.Org xserver ABI 23 (xorg-

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

2017-06-05 Thread Jean-Pierre André
Jean-Pierre André wrote: Yesterday I upgraded a Hipster installation from April 2016 to the latest state (by starting a pkg update). I apparently could not boot beyond the single user mode, but the real reason appears to lie in a change in the video driver ABI. The Xorg log shows : [ 311.868

[oi-dev] Change in video driver ABI

2017-06-05 Thread Jean-Pierre André
Yesterday I upgraded a Hipster installation from April 2016 to the latest state (by starting a pkg update). I apparently could not boot beyond the single user mode, but the real reason appears to lie in a change in the video driver ABI. The Xorg log shows : [ 311.868] (II) Module glx: vendor="

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

2017-06-04 Thread Jean-Pierre André
Hi, Thank you for your reply. Below I am adding a few comments about it. However, the issue is not what I thought, so I am to open a new thread about it. Toomas Soome wrote: On 4. juuni 2017, at 20:13, Jean-Pierre André mailto:jean-pierre.an...@wanadoo.fr>> wrote: Jean-Pierre André

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

2017-06-04 Thread Jean-Pierre André
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 I intended to upgrade to 2017.04 Is booting on a live-usb a valid test for presence/absence of further

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

2017-05-05 Thread Jean-Pierre André
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 I intended to upgrade to 2017.04 Is booting on a live-usb a valid test for presence/absence of further problems ahead ? (IOW is the p

Re: [oi-dev] sound-juicer removal?

2017-04-05 Thread Jean-Pierre André
Alexander Pyhalov wrote: On 04/ 5/17 12:02 PM, Joerg Schilling wrote: Alexander Pyhalov wrote: [...] Hi, Joerg. It seems I misidentified the issue. The real issue was that sound-juicer tried to use gvfs to access cdda files, and our gvfs doesn't support this (even if it is compiled with cdd

Re: [oi-dev] USB installation instructions

2016-11-21 Thread Jean-Pierre André
Toomas Soome wrote: On 21. nov 2016, at 13:12, Jean-Pierre André mailto:jean-pierre.an...@wanadoo.fr>> wrote: [...] In the boot options screen, there are 4 different ACPI settings. Would this achieve the same thing? Are you not assuming the user gets a screen with options ? (I on

Re: [oi-dev] USB installation instructions

2016-11-21 Thread Jean-Pierre André
Michael Kruger wrote: On 11/21/2016 05:44 AM, Toomas Soome wrote: 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

Re: [oi-dev] USB installation instructions

2016-11-21 Thread Jean-Pierre André
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 which a boot option like -B acpi-user-options=0x2 is required. I have copied the latest image to a USB key, and

Re: [oi-dev] intel driver and old video chipsets

2016-11-05 Thread Jean-Pierre André
Aurélien Larcher wrote: On Fri, Nov 4, 2016 at 9:21 AM, Jean-Pierre André mailto:jean-pierre.an...@wanadoo.fr>> wrote: Alexander Pyhalov wrote: Hello. It's a known issue that current intel drm driver in OI fails to work with old Intel video adapters,

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

2016-11-04 Thread Jean-Pierre André
Toomas Soome wrote: Support for specifying loader configuration on installation media was added to distribution constructror. This support consists several components. 1. loader configuration script for distribution manifest: I do not see information about which file systems are supported b

Re: [oi-dev] intel driver and old video chipsets

2016-11-04 Thread Jean-Pierre André
Alexander Pyhalov wrote: Hello. It's a known issue that current intel drm driver in OI fails to work with old Intel video adapters, like Intel g945 and similar. Do we have a list of such devices and their pci ids? Can we remove corresponding pci ids from https://github.com/OpenIndiana/oi-userlan

Re: [oi-dev] libfuse update

2016-08-26 Thread Jean-Pierre André
Alexander Pyhalov wrote: On 08/26/16 12:52 PM, Alexander Pyhalov wrote: No surprise, as it's 755. On Linux I see 666. What is correct approach here? Should we somehow honor console user? Pardon, 600. And next thing which I receive is /usr/lib/fs/fusermount.bin: mount failed: Not owner

Re: [oi-dev] libfuse update

2016-08-26 Thread Jean-Pierre André
Alexander Pyhalov wrote: On 08/26/16 12:27 PM, Jean-Pierre André wrote: Adam Števko wrote: Hi, [...] By the way, I sent several patches to libfuse to Adam last may. Did you take them into account ? Patches have been delivered since May: https://github.com/OpenIndiana/oi-userland/tree/oi

Re: [oi-dev] libfuse update

2016-08-26 Thread Jean-Pierre André
Adam Števko wrote: Hi, [...] By the way, I sent several patches to libfuse to Adam last may. Did you take them into account ? Patches have been delivered since May: https://github.com/OpenIndiana/oi-userland/tree/oi/hipster/components/library/libfuse/patches Though, I have to go through ou

Re: [oi-dev] libfuse update

2016-08-26 Thread Jean-Pierre André
Alexander Pyhalov wrote: On 08/26/16 09:52 AM, Jean-Pierre André wrote: What is the need ? AKAIK gvfs is related to Gnome and is not supported on Linux any more. I see the following fuse-related errors, trying to compile gvfs with fuse support error: 'struct fuse_conn_info' has

Re: [oi-dev] libfuse update

2016-08-25 Thread Jean-Pierre André
Alexander Pyhalov wrote: Hi. Has someone looked at libfuse update? Even our ancient gvfs requires at least 2.8... Version 2.8 added ioctl() and poll(), both require significant updates to the fuse kernel module. IMHO ioctl() can be added with reasonable effort, it is available in the fuse-lite

Re: [oi-dev] Mate is here (as well as new test ISOs)

2016-08-18 Thread Jean-Pierre André
Jean-Pierre André wrote: Alexander Pyhalov wrote: ken mays via oi-dev писал 16.08.2016 20:18: [...] 2. Support for NTFS/exFAT-formatted storage USB devices. We can do this by including the Tuxera NTFS/exFAT and/or FOSS fuse support. We have system/file-system/ntfsprogs with fuse support

Re: [oi-dev] Mate is here (as well as new test ISOs)

2016-08-17 Thread Jean-Pierre André
Alexander Pyhalov wrote: ken mays via oi-dev писал 16.08.2016 20:18: [...] 2. Support for NTFS/exFAT-formatted storage USB devices. We can do this by including the Tuxera NTFS/exFAT and/or FOSS fuse support. We have system/file-system/ntfsprogs with fuse support. If you need help for this,

Re: [oi-dev] ext2 on OI Hipster 20151003 follow-up

2015-10-14 Thread Jean-Pierre André
Bruce Lilly wrote: On Wed, Oct 14, 2015 at 12:40 PM, Jean-Pierre André wrote: What is this file mode changing about ? See http://openindiana.org/pipermail/oi-dev/2015-October/003804.html Depends on your use case... If you do not want to define the user mapping to Windows, you just have

Re: [oi-dev] ext2 on OI Hipster 20151003 follow-up

2015-10-14 Thread Jean-Pierre André
Bruce Lilly wrote: NTFS wouldn't be practical for me; it is a "foreign" filesystem as far as all of the installed OSes are concerned. Changing file modes would be a considerable problem, What is this file mode changing about ? and then there are issues of mapping user and group IDs and possi

Re: [oi-dev] New Hipster ISOs are available

2015-04-04 Thread Jean-Pierre André
Hi, Though not important to me, you might want to know that with the new Hipster version, the firewall cannot be configured through the gui any more : when using the administration menu from gnome, it core dumps. When started manually, I get : # # A fatal error has been detected by the Java Runt

Re: [oi-dev] [HEADSUP] X server update in OpenIndiana Hipster

2015-03-06 Thread Jean-Pierre André
get the function keys on your laptop to do this if programmed correctly (BIOS). Unfortunately, they do not (with any OS). Jean-Pierre I set up VESA using 1280x1024 and 1920x1080 so it'll work if your setup allows it. Thanks, Ken On Thursday, March 5, 2015 3:32 AM, Jean-Pierre Andr

Re: [oi-dev] [HEADSUP] X server update in OpenIndiana Hipster

2015-03-05 Thread Jean-Pierre André
Hi Nikola, Nikola M wrote: On 03/ 3/15 04:31 PM, Jean-Pierre André wrote: Hi Ken, ken mays via oi-dev wrote: Hello, The lockdown (pkg freeze) is needed mainly on the XServer and Intel driver. You need to maintain Intel driver's 2.6.3 or 2.9.1 for XServer 1.7.7. I assume you mean

Re: [oi-dev] [HEADSUP] X server update in OpenIndiana Hipster

2015-03-03 Thread Jean-Pierre André
.1, you've done well enough. Thanks, Ken On Monday, March 2, 2015 6:43 AM, Nikola M wrote: On 02/28/15 04:22 PM, Jean-Pierre André wrote: > Hi Alexander, > > Alexander Pyhalov wrote: > [...] >> I think we can look at downgrading >> intel drivers to somet

Re: [oi-dev] [HEADSUP] X server update in OpenIndiana Hipster

2015-02-28 Thread Jean-Pierre André
Hi Alexander, Alexander Pyhalov wrote: [...] I think we can look at downgrading intel drivers to something like 2.9 (or even 2.6) which still supported UMS until KMS work is ready. I don't know how much work it'll take to make this crap work with new Xorg server, so no promises on time frame for

Re: [oi-dev] oi_151a9 roadmap & planning

2014-02-13 Thread Jean-Pierre André
~ Ken Mays Sent from Yahoo Mail on Android <https://overview.mail.yahoo.com/mobile/?.src=Android> ---- *From: * Jean-Pierre André ; *To: * ; *Subject: * Re: [oi-dev] oi_151a9 roadmap & planning *Sent: * Thu, Feb 13,

Re: [oi-dev] oi_151a9 roadmap & planning

2014-02-12 Thread Jean-Pierre André
Hi, Alan Coopersmith wrote: On 02/12/14 12:41 PM, Peter Tribble wrote: (Ideally, you want other communities to build and distribute software for you. That's one area where IPS is a huge obstacle - all this repository stuff is an intolerable burden on third parties, Nearly all package systems

Re: [oi-dev] New OI hipster ISOs

2013-10-25 Thread Jean-Pierre André
Jim Klimov wrote: On 2013-10-24 10:58, WarGrey Gyoudmon Ju wrote: I want to buy a new laptop for Openindiana. What's the official suggestions? Are those in the list with blank 'notes' okay? http://wiki.openindiana.org/oi/Laptops+and+Netbooks From my general experience (though mostly "burnt fi

Re: [oi-dev] Resignation as OI Lead

2012-08-31 Thread Jean-Pierre André
Hi Yuri, Yuri Pankov wrote: On Fri, 31 Aug 2012 16:28:46 +0200, Jean-Pierre André wrote: Milan Jurik wrote: Hi, [...] This crap I heard for years inside Sun. Rumor say half of laptops used by Sun employees (and paid by Sun) were Macs in last year. And the most of core developers were not

Re: [oi-dev] Resignation as OI Lead

2012-08-31 Thread Jean-Pierre André
Milan Jurik wrote: Hi, [...] This crap I heard for years inside Sun. Rumor say half of laptops used by Sun employees (and paid by Sun) were Macs in last year. And the most of core developers were not using Solaris on their laptops. With very same excuse. Now the question - why should new

Re: [oi-dev] ntfs-3g and fuse

2012-08-21 Thread Jean-Pierre André
Hi Milan, Milan Jurik wrote: Hi Jean-Pierre, On 21.08.2012 11:13, Jean-Pierre André wrote: Hi, [...] Jean-Pierre Four years ago, a bug was reported about ntfs-3g on OpenSolaris : http://lists.gnu.org/archive/html/bug-coreutils/2008-08/msg00065.html This bug was analyzed to be a fuse

Re: [oi-dev] ntfs-3g and fuse

2012-08-21 Thread Jean-Pierre André
Hi, Alasdair Lumsden wrote: Hi Jean-Pierre, Great work! I wonder if we could find a way to get these fixes applied upstream. We would also like to add ntfs-3g to oi-build (illumos-userland) Cheers, Alasdair On 24/01/2012 14:16, Jean-Pierre ANDRE wrote: Hi, As a maintainer of ntfs-3g, I

Re: [oi-dev] ntfs-3g and fuse

2012-02-28 Thread Jean-Pierre André
e to either the latest OpenSolaris fuse or your version 1.0AC.3? If you can, I'll integrate (and probably clean up the lint/cstyle issues again:) Thanks, Gordon 2012/2/28 Jean-Pierre André: Hi, I am now releasing the fuse kernel module for OpenIndiana. Ntfs-3g now fully passes the stan

Re: [oi-dev] ntfs-3g and fuse

2012-02-28 Thread Jean-Pierre André
n independent of the proprietary tools from Oracle) ? Regards Jean-Pierre On 28 Feb 2012, at 09:58, Jean-Pierre André wrote: Hi, I am now releasing the fuse kernel module for OpenIndiana. Ntfs-3g now fully passes the standard tests with this kernel module and without need of the workaro

Re: [oi-dev] ntfs-3g and fuse

2012-02-28 Thread Jean-Pierre André
change sets available to whoever enters the source code of the fuse kernel module into a public source code management repository. Enjoy, Jean-Pierre Jean-Pierre André wrote: Hi, Milan Jurik wrote: Hi Jean-Pierre, Jean-Pierre ANDRE píše v út 24. 01. 2012 v 15:16 +0100: Hi, As a maintainer of

Re: [oi-dev] ntfs-3g and fuse

2012-02-13 Thread Jean-Pierre André
Hi again, ken mays wrote: Jean-Pierre, What is your current analysis (if any) with ntfs-3g_ntfsprogs-2012.1.15 ?? Just fuse kernel module issue? ntfs-3g_ntfsprogs-2012.1.15 is the latest release by Tuxera, this is the recommended version for Linux distributions. Note that ntfs-3g has taken

Re: [oi-dev] ntfs-3g and fuse

2012-02-13 Thread Jean-Pierre André
Hi Milan, Milan Jurik wrote: Hi Jean-Pierre, On 13.02.2012 11:16, Jean-Pierre André wrote: Hi, Milan Jurik wrote: Hi Jean-Pierre, Jean-Pierre ANDRE píše v út 24. 01. 2012 v 15:16 +0100: Hi, As a maintainer of ntfs-3g, I have received bug reports on OpenIndiana. Digging into them, I

Re: [oi-dev] ntfs-3g and fuse

2012-02-13 Thread Jean-Pierre André
Hi Ken, ken mays wrote: Hi Jean-Pierre, The original sources are still here: http://hub.opensolaris.org/bin/download/Project+fuse/files/fusefs-20100615.tgz http://hub.opensolaris.org/bin/download/Project+fuse/files/libfuse-20100615.tgz Yes, but Oracle has mentioned that they do not support fu

Re: [oi-dev] ntfs-3g and fuse

2012-02-13 Thread Jean-Pierre André
Hi, Milan Jurik wrote: Hi Jean-Pierre, Jean-Pierre ANDRE píše v út 24. 01. 2012 v 15:16 +0100: Hi, As a maintainer of ntfs-3g, I have received bug reports on OpenIndiana. Digging into them, I found there were almost all caused by the buggy fuse kernel module, which nobody seems to care

Re: [oi-dev] My FUSE presentation at SCALE last month

2012-02-12 Thread Jean-Pierre André
Hi Gordon, Gordon Ross wrote: In case anyone would like to have a look, here are the slides from my presentation on "FUSE with in-kernel meta-data caching" at SCALE 10x last month. (Summary: doors based fuse is more efficient by a factor of almost 2:1) http://yalms.org/docs/fuse-scale-2011.pd