Re: [OpenIndiana-discuss] mate release 1.24

2020-02-27 Thread Michal Nowak via openindiana-discuss

On 27/02/2020 18:00, bscuk2 wrote:
Mate desktop version 1.24 has been released with a number of updates 
2020-02-10 09:00. 


Is this likely to be something to be included in the next snapshot ?

Regards,

Robert Jones



Hi.

It's being worked on. Current progress here: 
https://github.com/OpenIndiana/oi-userland/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+mate+1.24.


Michal

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


Re: [OpenIndiana-discuss] Virtualbox 6.1.0 on OI - Test results

2020-02-26 Thread Michal Nowak via openindiana-discuss

On 26/02/2020 14:19, Carl Brewer wrote:

Hey Michal,
If you could bump the version to 6.1.4, I'm happy to test it for you

cheers!

Carl



Hi Carl,

here's the PR: https://github.com/OpenIndiana/oi-userland/pull/5578.

Let me know how the testing went.

Michal

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


Re: [OpenIndiana-discuss] Virtualbox 6.1.0 on OI - Test results

2020-02-19 Thread Michal Nowak via openindiana-discuss

On 02/19/20 09:33 AM, Carl Brewer wrote:

Wondering if this has been rolled into OI yet?  I don't see it here :

https://github.com/OpenIndiana/oi-userland/tree/oi/hipster/components/sysutils/virtualbox 


I am sorry for the delay, for some time I was unable to build VirtualBox 
on two separate machines. Now it's fixed and VirtualBox 6.1 was 
integrated. Please test.


Michal

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


Re: [OpenIndiana-discuss] node/npm question(s)

2020-02-11 Thread Michal Nowak via openindiana-discuss

On 02/11/20 10:49 AM, Predrag Zecevic - Unix Systems Administrator wrote:

On 02/09/20 16:32, Michal Nowak via openindiana-discuss wrote:

On 02/07/20 08:55 AM, Predrag Zecevic - Unix Systems Administrator wrote:

Hi Michal,

What I have found this morning is that that "error" happens only in 
terminator (terminal), while it works as expected in mate-terminal...

:; ps -ef| grep mate[-]terminal
   global predrag* 16447  1805   0 08:45:46 ?   0:00 
mate-terminal


Then in that terminal (no exit):
:; npm -version
6.13.4

I am running
:; ps -ef| grep terminato[r]
   global predrag*  1863  1805   1 12:11:03 ?  18:08 
/usr/bin/python2.7 /usr/bin/terminator


In terminator tab (no screen, or tmux) I have started:
:; truss -o /tmp/npm.truss.$(date '+%Y%m%dT%H%M%S') npm -version

and that tab has exited, Last 15 lines of that truss file:
:; tail -15 /tmp/npm.truss.20200207T085312
/1: close(23)   = 0
/1: mprotect(0x40DC2000, 249856, PROT_READ|PROT_WRITE) = 0
/1: mprotect(0x40DC2000, 249856, PROT_READ|PROT_EXEC) = 0
/1: mprotect(0x40DC2000, 249856, PROT_READ|PROT_WRITE) = 0
/1: mprotect(0x40DC2000, 249856, PROT_READ|PROT_EXEC) = 0
/1: mprotect(0x40DC2000, 249856, PROT_READ|PROT_WRITE) = 0
/1: mprotect(0x40DC2000, 249856, PROT_READ|PROT_EXEC) = 0
/1: write(20, " 6 . 1 3 . 4\n", 7)  = 7
/1: write(20, 0xFFDF99E0, 0)    = 0
/1: Received signal #24, SIGTSTP [default]
/2: Received signal #1, SIGHUP, in port_getn() [default]
/2:   siginfo: SIGHUP pid=16511 uid=2903
/1: Received signal #25, SIGCONT [default]
/2: port_getn(10, 0xEED88EC0, 1024, 1, 0x)  Err#4 EINTR
/3: Received signal #1, SIGHUP, in lwp_park() [default]

So, can you try it (too) in terminator session?


Yes, I can see the problem in Terminator. I even porter Terminator 
from Python to Python 3, but it still get terminated. Terminator is 
unfortunately not very lively project these days and I don't see any 
prospect in filing bug upstream. I also did not found any other record 
of someone having this particular problem.


I am afraid we don't have any other tiling terminal at this moment...

The best what I can suggest is to set "When command exits" in 
Preferences -> Profiles -> Command to something else than "Exit the 
terminal". Not perfect but at least you'll get the command's output.


Still a backtrace will occur on stderr:

Traceback (most recent call last):
   File 
"/usr/lib/python3.5/vendor-packages/terminatorlib/terminal.py", line 
1386, in spawn_child

 dbg('spawning debug session with: %s:%s' % (details[0],
TypeError: 'NoneType' object is not subscriptable
0xbc8290)> is not in registered window list


Michal


Hi Michal, all,

this was not only 'terminator' problem, but also 'tmux' one (running 
within 'terminator'): it also exits. I did small experiment in 
'mate-terminal' I have started 'tmux' session, and pane is also killed 
when trying to find out npm version!


This can be prevented in 'tmux' with following configuration directives 
(bind-keys 'R' and 'r' should be free, or use another letters):


bind-key R set-option remain-on-exit on
bind-key r respawn-pane

This is annoying too, since you have to respawn or kill pane...
Here example of use of 'tmux' directives:

---8<--
:; tmux set-option remain-on-exit on
:; npm --version
6.13.4


Pane is dead (signal 1, Tue Feb 11 10:15:41 2020)
---8<--


NOTE: 'screen' utility handles all OK, so tab is not exited on 'npm 
--version' call in either combination with terminal programs


Regards


Hi Predrag,

yes, I can see the same behavior in `tmux` when in Xterm. Strange, but 
at least we know it's not the Terminator terminal.


Michal

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


Re: [OpenIndiana-discuss] node/npm question(s)

2020-02-09 Thread Michal Nowak via openindiana-discuss

On 02/07/20 08:55 AM, Predrag Zecevic - Unix Systems Administrator wrote:

Hi Michal,

What I have found this morning is that that "error" happens only in 
terminator (terminal), while it works as expected in mate-terminal...

:; ps -ef| grep mate[-]terminal
   global predrag* 16447  1805   0 08:45:46 ?   0:00 mate-terminal

Then in that terminal (no exit):
:; npm -version
6.13.4

I am running
:; ps -ef| grep terminato[r]
   global predrag*  1863  1805   1 12:11:03 ?  18:08 
/usr/bin/python2.7 /usr/bin/terminator


In terminator tab (no screen, or tmux) I have started:
:; truss -o /tmp/npm.truss.$(date '+%Y%m%dT%H%M%S') npm -version

and that tab has exited, Last 15 lines of that truss file:
:; tail -15 /tmp/npm.truss.20200207T085312
/1: close(23)   = 0
/1: mprotect(0x40DC2000, 249856, PROT_READ|PROT_WRITE) = 0
/1: mprotect(0x40DC2000, 249856, PROT_READ|PROT_EXEC) = 0
/1: mprotect(0x40DC2000, 249856, PROT_READ|PROT_WRITE) = 0
/1: mprotect(0x40DC2000, 249856, PROT_READ|PROT_EXEC) = 0
/1: mprotect(0x40DC2000, 249856, PROT_READ|PROT_WRITE) = 0
/1: mprotect(0x40DC2000, 249856, PROT_READ|PROT_EXEC) = 0
/1: write(20, " 6 . 1 3 . 4\n", 7)  = 7
/1: write(20, 0xFFDF99E0, 0)    = 0
/1: Received signal #24, SIGTSTP [default]
/2: Received signal #1, SIGHUP, in port_getn() [default]
/2:   siginfo: SIGHUP pid=16511 uid=2903
/1: Received signal #25, SIGCONT [default]
/2: port_getn(10, 0xEED88EC0, 1024, 1, 0x)  Err#4 EINTR
/3: Received signal #1, SIGHUP, in lwp_park() [default]

So, can you try it (too) in terminator session?


Yes, I can see the problem in Terminator. I even porter Terminator from 
Python to Python 3, but it still get terminated. Terminator is 
unfortunately not very lively project these days and I don't see any 
prospect in filing bug upstream. I also did not found any other record 
of someone having this particular problem.


I am afraid we don't have any other tiling terminal at this moment...

The best what I can suggest is to set "When command exits" in 
Preferences -> Profiles -> Command to something else than "Exit the 
terminal". Not perfect but at least you'll get the command's output.


Still a backtrace will occur on stderr:

Traceback (most recent call last):
  File "/usr/lib/python3.5/vendor-packages/terminatorlib/terminal.py", 
line 1386, in spawn_child

dbg('spawning debug session with: %s:%s' % (details[0],
TypeError: 'NoneType' object is not subscriptable
0xbc8290)> is not in registered window list


Michal

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


Re: [OpenIndiana-discuss] node/npm question(s)

2020-02-06 Thread Michal Nowak via openindiana-discuss

On 02/06/20 12:27 PM, Predrag Zecevic - Unix Systems Administrator wrote:

On 02/03/20 09:41, Predrag Zecevic - Unix Systems Administrator wrote:

On 02/03/20 09:34, Michal Nowak via openindiana-discuss wrote:
On 02/03/20 09:04 AM, Predrag Zecevic - Unix Systems Administrator 
wrote:


On 01/31/20 21:47, Michal Nowak via openindiana-discuss wrote:
On 01/31/20 01:54 PM, Predrag Zecevic - Unix Systems Administrator 
wrote:

Hi all,

I have strange feeling that something is wrong with nodejs. I have 
installed:

:; pkg list | grep nodejs
runtime/nodejs 0.12.18-2018.0.0.2 i--
runtime/nodejs-10 10.18.1-2019.0.0.0 i--
runtime/nodejs-12 12.14.1-2019.0.0.0 i--
runtime/nodejs-6  
6.17.1-2018.0.0.0     i--
runtime/nodejs-8  
8.17.0-2019.0.0.0     i--


Default is:
:; pkg mediator nodejs
MEDIATOR    VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
nodejs  system    12  system

This command works:
:; node --version
v12.14.1

But this exists terminal (and works fine on Linux):
:; npm ---version # same is true for 'npm version' command

When I call it like this, it works:
:; npm --version |& tee
6.13.4


Hi Predrag,

all of these commands work for me both in local and global zone 
with runtime/nodejs-12, terminal is kept alive after the npm 
command finished.


Can you truss the command like this and upload the log somewhere?

   truss -o log1 npm --version

Or maybe you will need to be more creative and run it like this:

   truss -o log2 sh -c 'npm --version'

Michal


Hi Michal,

https://app.box.com/s/93hthxgd3g8w43nct9vvtuhmfj3es63y contains 
zipped output from

:; truss -o /tmp/npm.truss npm -version


As Till foresaw, you are getting SIGHUP, where you shouldn't:

  newman  ~  tail npm.truss
...
/1: write(20, " 6 . 1 3 . 4\n", 7)  = 7
/1: write(20, 0xFFDF9850, 0)    = 0
/2: Received signal #1, SIGHUP, in port_getn() [default]
/2:   siginfo: SIGHUP pid=1166 uid=2903
/3: Received signal #1, SIGHUP, in lwp_park() [default]
/2: port_getn(10, 0xEED88EC0, 1024, 1, 0x)  Err#4 EINTR
/3: lwp_park(0x, 0) Err#4 EINTR
/4: Received signal #25, SIGCONT, in lwp_park() [default]
/1: Received signal #24, SIGTSTP [default]

Do you run this command in zone? Does it go away when connected via 
SSH, or, perhaps, `zlogin -C ...`? Can you update your system?


Michal



Hi all,

nope. This is from GZ.

Yes, I can update system ...
BTW, I keep it up to date as possible, writing from:
:; uname -rosv
SunOS 5.11 illumos-c6f039c73e illumos

:; :; beadm list oi_200131.nv440_vbox61
BE Active Mountpoint Space Policy Created
oi_200131.nv440_vbox61 NR /  72,2G static 2020-01-31 11:43

So, last BE updates was few days ago... I will send update once system 
is rebooted.


With best regards.
Predrag Zečević


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




Hi all,

I have (right now) updated BE and writing from it...

:; beadm list oi_200206.nv440_vbox61
BE Active Mountpoint Space Policy Created
oi_200206.nv440_vbox61 NR /  75,5G static 2020-02-06 12:01

:; uname -rosv
SunOS 5.11 illumos-5801b0f01c illumos


Unfortunately, the problem is not gone:
* new truss file https://app.box.com/s/m2b7yef0ngowcb4ey396yfj3q2yc9htp 
* created with command

:; truss -o /tmp/npm.truss.$(date '+%Y%m%dT%H%M%S') npm -version
* file is then compressed with xz


Hi, I don't know how to tackle this myself, so I filed a bug to illumos: 
https://www.illumos.org/issues/12286.


Can you run this again but this time take a note of the PID of the 
terminal, where you eventually start the `npm` command, first and then 
truss the `npm` command as before and send just the last 10 lines of the 
truss log.


Thanks,
Michal

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


Re: [OpenIndiana-discuss] DNLA Server

2020-02-03 Thread Michal Nowak via openindiana-discuss

On 02/03/20 06:17 PM, david allan finch wrote:

Hi,

Is there a package for a DNLA server?
What is the best one to build if there isn't one already done?

Thanks


Hi,

media/minidlna was packaged recently. Let us know how it works for you.

Michal

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


Re: [OpenIndiana-discuss] node/npm question(s)

2020-02-03 Thread Michal Nowak via openindiana-discuss

On 02/03/20 09:04 AM, Predrag Zecevic - Unix Systems Administrator wrote:


On 01/31/20 21:47, Michal Nowak via openindiana-discuss wrote:

On 01/31/20 01:54 PM, Predrag Zecevic - Unix Systems Administrator wrote:

Hi all,

I have strange feeling that something is wrong with nodejs. I have 
installed:

:; pkg list | grep nodejs
runtime/nodejs    0.12.18-2018.0.0.2 i--
runtime/nodejs-10 10.18.1-2019.0.0.0 i--
runtime/nodejs-12 12.14.1-2019.0.0.0 i--
runtime/nodejs-6  6.17.1-2018.0.0.0 
    i--
runtime/nodejs-8  8.17.0-2019.0.0.0 
    i--


Default is:
:; pkg mediator nodejs
MEDIATOR    VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
nodejs  system    12  system

This command works:
:; node --version
v12.14.1

But this exists terminal (and works fine on Linux):
:; npm ---version # same is true for 'npm version' command

When I call it like this, it works:
:; npm --version |& tee
6.13.4


Hi Predrag,

all of these commands work for me both in local and global zone with 
runtime/nodejs-12, terminal is kept alive after the npm command finished.


Can you truss the command like this and upload the log somewhere?

   truss -o log1 npm --version

Or maybe you will need to be more creative and run it like this:

   truss -o log2 sh -c 'npm --version'

Michal


Hi Michal,

https://app.box.com/s/93hthxgd3g8w43nct9vvtuhmfj3es63y contains zipped 
output from

:; truss -o /tmp/npm.truss npm -version


As Till foresaw, you are getting SIGHUP, where you shouldn't:

 newman  ~  tail npm.truss
...
/1: write(20, " 6 . 1 3 . 4\n", 7)  = 7
/1: write(20, 0xFFDF9850, 0)= 0
/2: Received signal #1, SIGHUP, in port_getn() [default]
/2:   siginfo: SIGHUP pid=1166 uid=2903
/3: Received signal #1, SIGHUP, in lwp_park() [default]
/2: port_getn(10, 0xEED88EC0, 1024, 1, 0x)  Err#4 EINTR
/3: lwp_park(0x, 0) Err#4 EINTR
/4: Received signal #25, SIGCONT, in lwp_park() [default]
/1: Received signal #24, SIGTSTP [default]

Do you run this command in zone? Does it go away when connected via SSH, 
or, perhaps, `zlogin -C ...`? Can you update your system?


Michal

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


Re: [OpenIndiana-discuss] First cluster after 20 years

2020-02-02 Thread Michal Nowak via openindiana-discuss

On 02/02/20 05:48 AM, Mark Kosmowski wrote:

I'm putting together a home lab / cluster for computational chemistry as a
private individual.  I'm thinking OpenIndiana on the head node (for a
desktop) and OmniOS on the compute nodes.  Are there any downsides to this
that I should be mindful of?

Thanks!


The possible downside is a different set of software provided by 
OpenIndiana and OmniOS (OpenIndiana is a traditional distribution with 
large set of packages software, OmniOS tries to keep it's software stack 
small) and whether you need to interact between nodes of various types. 
If compute nodes are meant to be separated from the head node, it should 
work without a problem. OpenIndiana on compute will work too.


Michal

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


Re: [OpenIndiana-discuss] node/npm question(s)

2020-01-31 Thread Michal Nowak via openindiana-discuss

On 01/31/20 01:54 PM, Predrag Zecevic - Unix Systems Administrator wrote:

Hi all,

I have strange feeling that something is wrong with nodejs. I have 
installed:

:; pkg list | grep nodejs
runtime/nodejs    0.12.18-2018.0.0.2 
i--
runtime/nodejs-10 10.18.1-2019.0.0.0 
i--
runtime/nodejs-12 12.14.1-2019.0.0.0 
i--

runtime/nodejs-6  6.17.1-2018.0.0.0     i--
runtime/nodejs-8  8.17.0-2019.0.0.0     i--

Default is:
:; pkg mediator nodejs
MEDIATOR    VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
nodejs  system    12  system

This command works:
:; node --version
v12.14.1

But this exists terminal (and works fine on Linux):
:; npm ---version # same is true for 'npm version' command

When I call it like this, it works:
:; npm --version |& tee
6.13.4


Hi Predrag,

all of these commands work for me both in local and global zone with 
runtime/nodejs-12, terminal is kept alive after the npm command finished.


Can you truss the command like this and upload the log somewhere?

  truss -o log1 npm --version

Or maybe you will need to be more creative and run it like this:

  truss -o log2 sh -c 'npm --version'

Michal



Am I doing something wrong here?

Regards.

P.S:
:; npm init  # worked fine
:; npm install xterm # from https://xtermjs.org/ - has finished 
installation, but then exited terminal - very annoying




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


Re: [OpenIndiana-discuss] Odd pager behavior folowing major update

2020-01-29 Thread Michal Nowak via openindiana-discuss

On 29/01/2020 17:39, Harry Putnam wrote:

Setup:
Hardware: HP xw8600 2x xeon 3.00 hgz
Running OI/hipster v. 2019.11.06 with most recent updates

I just updated from a quite an old version of hipster, from
2018-02-09

Great thanks to developers of hipster .. that is pretty big jump to
survive with no serious problems.

Following the update I have not noticed any really major problems.

However I do see something quite odd in the virtual desktops of Mate

Icons inside the small desktop view on panel are sometimes nearly invisible.
Only represented by what looks like a line drawing of a box. That is a
hollow rectangle made of a dim dark gray line.

I have not divined yet what cause some to be plainly visible and other
not. It does not follow specific icons that is, the nearly invisble
happen sort of randomly.  although at least two seem to persist
What is mostly represented in them are icons of Vbox vms running on
VB version 6.0.14 installed by pkg tools.

It also happens to xterms, Mate-terminals, etc.

No indication of what the rectangle represents until clicked

Wondering if anyone else has noticed anything similar and further what
might be done to fix it.


Can you please attach a screenshot so I have a better idea of what is 
happening?


Thanks,
Michal

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


Re: [OpenIndiana-discuss] Lost time slider and network icons

2020-01-20 Thread Michal Nowak via openindiana-discuss

On 01/18/20 04:50 PM, Harry Putnam wrote:

Recently install from an old image 1710?? since it seemed I could not
get the newest installed


Newer OpenIndiana snapshots are expected to work in VirtualBox. If they 
don't we need the information to fix that.




This is on Vbox as guest on an OI host

Following a full update, on reboot, something popped up about an icon
saying it needed attention and did I wan to delete it... I foolishly
clicked the delete to allow the startup to finish.

So, apparently the trouble was with the icons now missing.  Timeslider
and network up in the right corner.

Desktop is Mate.
How would I go about re-establish those icons?


Start `mate-session-properties` from terminal and make sure that 
"Network Auto-magic Manager applet" and "Time Slider notification 
applet" are present and enabled.


Michal

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


Re: [OpenIndiana-discuss] What pkgs for building gnu stuff

2020-01-20 Thread Michal Nowak via openindiana-discuss

On 01/19/20 05:55 AM, Harry Putnam wrote:

Does openindian have a package cluster or something similar for
working gnu software building?

If not what are the packages I would need for building emacs?


I don't know what is "package cluster", but we provide the latest GNU 
Emacs and thus also it's build dependencies, see 
https://github.com/OpenIndiana/oi-userland/blob/oi/hipster/components/editor/emacs/Makefile#L186 
for the list.


Michal

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


[OpenIndiana-discuss] Firefox user agent override for GitHub

2020-01-19 Thread Michal Nowak via openindiana-discuss

Hi,

recently GitHub stopped supporting Firefox 60 ESR, making portions of 
the site unusable for our browser.


Before Firefox 68 ESR is available this is how you override the GitHub 
check:


Open about:config in Firefox, add "general.useragent.override" name of a 
string type, set it's value to "Mozilla/5.0 (X11; SunOS i86pc; rv:68.0) 
Gecko/20100101 Firefox/68.0".


Make sure you remove the override preference, when Firefox 68 ESR is 
available.


Michal

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


Re: [OpenIndiana-discuss] Critical security issue in Firefox fixed (CVE-2019-17026)

2020-01-12 Thread Michal Nowak via openindiana-discuss

On 01/12/20 07:38 PM, Apostolos Syropoulos via openindiana-discuss wrote:

It would be helpful to give the command by which we canupdate our browser. The 
"obvious" thing fails:
# pkg update pkg://openindiana.org/web/browser/firefox@60.9.0,5.11-2019.0.0.1
Creating Plan (Solver setup): -
pkg update: No matching version of web/browser/firefox can be installed:
   Reject:  pkg://openindiana.org/web/browser/firefox@60.9.0-2019.0.0.1
   Reason:  This version is excluded by installed incorporation 
consolidation/userland/userland-incorporation@0.5.11-2019.0.0.12423


Since you have consolidation/userland/userland-incorporation in place, 
you should run `pkg update` and get the whole package after restart.


Michal

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


[OpenIndiana-discuss] Critical security issue in Firefox fixed (CVE-2019-17026)

2020-01-12 Thread Michal Nowak via openindiana-discuss

Folks,

you may have heard that zero-day vulnerability CVE-2019-17026 in Firefox 
was recently fixed by Mozilla in their mainline and 68 ESR streams.


Information about the CVE are scarce and the official information from 
Mozilla and distro vendors is "upgrade to Firefox 72.0.1 and Firefox ESR 
68.4.1", which is of no help for us, because we only deliver the old 
unsupported ESR version 60.


The information I gathered and the patch I identified are in 
https://github.com/OpenIndiana/oi-userland/pull/5470. If someone has 
knowledge in this area, can verify my reasoning or the patch in the PR, 
please do so.


In any case the fix is now merged and available from our repo as 
pkg://openindiana.org/web/browser/firefox@60.9.0,5.11-2019.0.0.1.


Please update Firefox soon.

Michal

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


Re: [OpenIndiana-discuss] Major time sync booting the gui installer

2020-01-05 Thread Michal Nowak via openindiana-discuss

On 01/05/20 03:06 AM, Harry Putnam wrote:

I've tried booting the latest 1910 iso several times on vbox vm and
seems to be the slowest thing imaginable, its been running for 10
minutes now and hasn't completely cleared the boot screen... still
part of it visible.

I made 3 other attempts about a week ago and had the same long long
experience.

Is this just happening on my end or are others having a problem like this?


For me OI works reasonably well on OpenIndiana's VirtualBox.

Can you state the host's VirtualBox version and OS, host's CPU, VM's RAM 
assigned and storage type used?


Michal

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


Re: [OpenIndiana-discuss] Virtualbox 6.1.0 on OI - almost compiles

2020-01-02 Thread Michal Nowak via openindiana-discuss

Thanks Predrag for your testing, very much appreciated.

Sadly, I am afraid I don't know enough audio stuff to be of help with 
your mic issue...


Michal

On 01/02/20 10:17 AM, Predrag Zecevic - Unix Systems Administrator wrote:

On 12/23/19 13:51, Espen Martinsen wrote:

Hi,

    VB 6.1.0
    Scaled mode works
    Full screen works
    Seamless on w10 with VboxSVGA  do not work, I've never used it som I
dont' know if it has ever worked.
 - It alwost works, can toggle on/off, windows is coming in theri
own window, but Win-menu cannot be opened.

    Seamless on debian-variant (4.19) and VMSVGA  works fine.

    Both w10 and Kali (the debian variant) was tested with additions
first 6.0.4 and then upgraded to 6.1.0.

    Both w10 and Kali plays "Merry Christmas Mr Bean" from youtube very
well

    I'm sorry I cannot test microphone, it have never even worked in
host-OS (hardware-error).

-espenM



On 12/21/19 4:11 PM, Michal Nowak via openindiana-discuss wrote:

On 12/20/19 03:48 PM, Espen Martinsen wrote:

Success!


$pfexec pkg update --be-name OIhipster-20191220
reboot

$ uname -a
SunOS esmpc 5.11 illumos-028b5df8ad i86pc i386 i86pc illumos

$ pkg list -H virtualbox
system/virtualbox 6.0.14-2019.0.0.0

$pfexec beadm create -d Testing_VB610 VBtest
$pfexec beadm activate VBtest

reboot

$pfexec pkg uninstall system/virtualbox

### putting the .p5p files in /var/userland ###

$pfexec pkg unset-publisher  "*" openindiana.org
$pfexec pkg set-publisher-p/var/userland/virtualbox_6.1_20191219.p5p
userland
$pfexec pkg uninstallentire@0.5.11-2018.0.0.0
$pfexec pkg uninstall consolidation/userland/userland-incorporation
$pfexec pkg install virtualbox
$pfexec pkg list -H virtualbox
$system/virtualbox (userland)
6.1.0-2019.0.0.0   i--

reboot

Additions from virtualbox.de on win10 guest:  Sound Absolutely very
good!
(setting HostAudio: PulseAudio, Controller: Intel HD Audio)

That's great, Espen! Can you also check that Seamless Mode works (if
it worked before)?

Thanks.
Michal



Hi Espen, Michal, all.

Happy New year to all of you! I am looking forward for new stuff on OI...


Finally I have managed to test VB 6.1. After installing it into separate 
BE, rebooting, adding VBOX Additions, I have booted my win10 guest.


Seamless mode works as before (not perfect, but usable).
There is nothing else which makes guest to run worse then in VB 6.0.

I still have microphone problem in guest (work on OI - tested). That is 
probably consequence of some problems on host: pulseaudio "works", but 
volume applet cannot control it (also dow not show hardare device it 
uses). I am using NVIDIA driver 440 (not OI one - that also might cause 
some problems. BTW, tried to remove it and use OI one, but X server dies 
- another problem to solve)


With best regards.
Predrag Zečević

P.S. I have decided to keep VB 6.1 (maybe, if I have time, will try some 
linux guests with GUI and Audio):


:; pfexec pkg unset-pulisher userland
...
:; pfexec pkg set-publisher -O http://pkg.openindiana.org/hipster 
--search-first openindiana.org

...
:; pfexec init 6



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


Re: [OpenIndiana-discuss] Virtualbox 6.1.0 on OI - almost compiles

2019-12-29 Thread Michal Nowak via openindiana-discuss

Thanks for the report and testing, Epsen, it really helped.

Michal

On 12/23/19 01:51 PM, Espen Martinsen wrote:


Hi,

    VB 6.1.0
    Scaled mode works
    Full screen works
    Seamless on w10 with VboxSVGA  do not work, I've never used it som I
dont' know if it has ever worked.
     - It alwost works, can toggle on/off, windows is coming in theri
own window, but Win-menu cannot be opened.

    Seamless on debian-variant (4.19) and VMSVGA  works fine.

    Both w10 and Kali (the debian variant) was tested with additions
first 6.0.4 and then upgraded to 6.1.0.

    Both w10 and Kali plays "Merry Christmas Mr Bean" from youtube very
well

    I'm sorry I cannot test microphone, it have never even worked in
host-OS (hardware-error).

-espenM



On 12/21/19 4:11 PM, Michal Nowak via openindiana-discuss wrote:

On 12/20/19 03:48 PM, Espen Martinsen wrote:


Success!


$pfexec pkg update --be-name OIhipster-20191220
reboot

$ uname -a
SunOS esmpc 5.11 illumos-028b5df8ad i86pc i386 i86pc illumos

$ pkg list -H virtualbox
system/virtualbox 6.0.14-2019.0.0.0

$pfexec beadm create -d Testing_VB610 VBtest
$pfexec beadm activate VBtest

reboot

$pfexec pkg uninstall system/virtualbox

### putting the .p5p files in /var/userland ###

$pfexec pkg unset-publisher  "*" openindiana.org
$pfexec pkg set-publisher-p/var/userland/virtualbox_6.1_20191219.p5p
userland
$pfexec pkg uninstall entire@0.5.11-2018.0.0.0
$pfexec pkg uninstall consolidation/userland/userland-incorporation
$pfexec pkg install virtualbox
$pfexec pkg list -H virtualbox
$system/virtualbox (userland)
6.1.0-2019.0.0.0   i--

reboot

Additions from virtualbox.de on win10 guest:  Sound Absolutely very
good!
(setting HostAudio: PulseAudio, Controller: Intel HD Audio)


That's great, Espen! Can you also check that Seamless Mode works (if
it worked before)?

Thanks.
Michal




Great Sound!
-espenM







On 12/20/19 9:49 AM, Predrag Zecevic - Unix Systems Administrator wrote:

On 12/19/19 17:26, Michal Nowak via openindiana-discuss wrote:

On 12/19/19 5:03 PM, Predrag Zecevic - Unix Systems Administrator
wrote:

On 12/19/19 16:57, Michal Nowak via openindiana-discuss wrote:

On 12/19/19 10:47 AM, Predrag Zecevic - Unix Systems Administrator
wrote:

On 12/19/19 10:14, Michal Nowak via openindiana-discuss wrote:

Hi Predrag,

you can find binary packages at ftp://openqa.oi.mnowak.cz/.

Install virtualbox_6.1_20191219.p5p on the host and restart. Then
install virtualbox-additions_6.1_20191219.p5p to OpenIndiana VirtualBox VM.



You can install either package like this:

 pfexec pkg apply-hot-fix -v /tmp/virtualbox_6.1_20191219.p5p

Thanks,
Michal


Heh, does not work:

:; pfexec pkg apply-hot-fix -v
/nobackup/Virtualization/VirtualBox/virtualbox_6.1_20191219.p5p
Resolved URL to:
file:///nobackup/Virtualization/VirtualBox/virtualbox_6.1_20191219.p5p


Retrieving installed package list...
Scanning package archive...
    pkg://userland/system/virtualbox not installed, skipping.

pkg: None of the packages in this hot-fix are installed.

Maybe I have to add something to command line?

Thanks and regards



I think that for "apply-hot-fix" to work, VirtualBox (of any
version) needs to be installed. "apply-hot-fix" then works as
update mechanism.

Michal


Hi Michal,

Yes, I do have it (and actually using every day --one Windows guest,
few Linux, etc...):

:; pkg list -H virtualbox
system/virtualbox 6.0.14-2019.0.0.0
  i--

:; pkg info virtualbox
    Name: system/virtualbox
     Summary: VirtualBox - general-purpose full virtualizer
    Category: System/Virtualization
   State: Installed
   Publisher: openindiana.org
     Version: 6.0.14
  Branch: 2019.0.0.0
  Packaging Date: Thu Oct 31 11:42:39 2019
Last Install Time: Fri Nov  1 14:32:26 2019
    Size: 118.66 MB
    FMRI:
pkg://openindiana.org/system/virtualbox@6.0.14-2019.0.0.0:20191031T114239Z


  Source URL:
http://download.virtualbox.org/virtualbox/6.0.14/VirtualBox-6.0.14.tar.bz2


     Project URL: http://www.virtualbox.org/

Regards.


I think it does not see the local package as an update because it's
from the 'userland' publisher, but the installed system/virtualbox
package comes form the official 'openindiana.org' publisher.

In a test BE, can you remove
'consolidation/userland/userland-incorporation' and 'entire' packages
and then try the 'apply-hot-fix' exercise agains, please?

Thanks,
Michal



Hi Michal,

still no luck:

:; pkg list consolidation/userland/userland-incorporation entire

pkg list: no packages matching the following patterns are installed:
    consolidation/userland/userland-incorporation
    entire

pkg apply-hot-fix has failed with same error.

Regards.


___

Re: [OpenIndiana-discuss] what auto snapshot is been used

2019-12-22 Thread Michal Nowak via openindiana-discuss

On 12/22/19 06:23 PM, Carl Brunning wrote:

HI question
am using the latest hipster server so no gui so what people using to do auto 
snapshot

and instruction on how to setup and use
as i would like this feature for my server

thanks
Carl


Hi,

we provide ZnapZend as 'backup/znapzend' package, there's documentation 
at https://github.com/oetiker/znapzend/blob/master/README.md and it's 
respective man pages.


Michal



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



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


Re: [OpenIndiana-discuss] Virtualbox 6.1.0 on OI - almost compiles

2019-12-21 Thread Michal Nowak via openindiana-discuss

On 12/20/19 03:48 PM, Espen Martinsen wrote:


Success!


$pfexec pkg update --be-name OIhipster-20191220
reboot

$ uname -a
SunOS esmpc 5.11 illumos-028b5df8ad i86pc i386 i86pc illumos

$ pkg list -H virtualbox
system/virtualbox 6.0.14-2019.0.0.0

$pfexec beadm create -d Testing_VB610 VBtest
$pfexec beadm activate VBtest

reboot

$pfexec pkg uninstall system/virtualbox

### putting the .p5p files in /var/userland ###

$pfexec pkg unset-publisher  "*" openindiana.org
$pfexec pkg set-publisher-p/var/userland/virtualbox_6.1_20191219.p5p
userland
$pfexec pkg uninstall entire@0.5.11-2018.0.0.0
$pfexec pkg uninstall consolidation/userland/userland-incorporation
$pfexec pkg install virtualbox
$pfexec pkg list -H virtualbox
$system/virtualbox (userland)
6.1.0-2019.0.0.0   i--

reboot

Additions from virtualbox.de on win10 guest:  Sound Absolutely very good!
(setting HostAudio: PulseAudio, Controller: Intel HD Audio)


That's great, Espen! Can you also check that Seamless Mode works (if it 
worked before)?


Thanks.
Michal




Great Sound!
-espenM







On 12/20/19 9:49 AM, Predrag Zecevic - Unix Systems Administrator wrote:

On 12/19/19 17:26, Michal Nowak via openindiana-discuss wrote:

On 12/19/19 5:03 PM, Predrag Zecevic - Unix Systems Administrator wrote:

On 12/19/19 16:57, Michal Nowak via openindiana-discuss wrote:

On 12/19/19 10:47 AM, Predrag Zecevic - Unix Systems Administrator
wrote:

On 12/19/19 10:14, Michal Nowak via openindiana-discuss wrote:

Hi Predrag,

you can find binary packages at ftp://openqa.oi.mnowak.cz/.

Install virtualbox_6.1_20191219.p5p on the host and restart. Then
install virtualbox-additions_6.1_20191219.p5p to OpenIndiana VirtualBox VM.


You can install either package like this:

    pfexec pkg apply-hot-fix -v /tmp/virtualbox_6.1_20191219.p5p

Thanks,
Michal


Heh, does not work:

:; pfexec pkg apply-hot-fix -v
/nobackup/Virtualization/VirtualBox/virtualbox_6.1_20191219.p5p
Resolved URL to:
file:///nobackup/Virtualization/VirtualBox/virtualbox_6.1_20191219.p5p

Retrieving installed package list...
Scanning package archive...
   pkg://userland/system/virtualbox not installed, skipping.

pkg: None of the packages in this hot-fix are installed.

Maybe I have to add something to command line?

Thanks and regards



I think that for "apply-hot-fix" to work, VirtualBox (of any
version) needs to be installed. "apply-hot-fix" then works as
update mechanism.

Michal


Hi Michal,

Yes, I do have it (and actually using every day --one Windows guest,
few Linux, etc...):

:; pkg list -H virtualbox
system/virtualbox 6.0.14-2019.0.0.0
     i--

:; pkg info virtualbox
   Name: system/virtualbox
    Summary: VirtualBox - general-purpose full virtualizer
   Category: System/Virtualization
  State: Installed
  Publisher: openindiana.org
    Version: 6.0.14
     Branch: 2019.0.0.0
     Packaging Date: Thu Oct 31 11:42:39 2019
Last Install Time: Fri Nov  1 14:32:26 2019
   Size: 118.66 MB
   FMRI:
pkg://openindiana.org/system/virtualbox@6.0.14-2019.0.0.0:20191031T114239Z

     Source URL:
http://download.virtualbox.org/virtualbox/6.0.14/VirtualBox-6.0.14.tar.bz2

    Project URL: http://www.virtualbox.org/

Regards.


I think it does not see the local package as an update because it's
from the 'userland' publisher, but the installed system/virtualbox
package comes form the official 'openindiana.org' publisher.

In a test BE, can you remove
'consolidation/userland/userland-incorporation' and 'entire' packages
and then try the 'apply-hot-fix' exercise agains, please?

Thanks,
Michal



Hi Michal,

still no luck:

:; pkg list consolidation/userland/userland-incorporation entire

pkg list: no packages matching the following patterns are installed:
   consolidation/userland/userland-incorporation
   entire

pkg apply-hot-fix has failed with same error.

Regards.


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







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


Re: [OpenIndiana-discuss] Virtualbox 6.1.0 on OI - almost compiles

2019-12-19 Thread Michal Nowak via openindiana-discuss

On 12/19/19 5:03 PM, Predrag Zecevic - Unix Systems Administrator wrote:

On 12/19/19 16:57, Michal Nowak via openindiana-discuss wrote:

On 12/19/19 10:47 AM, Predrag Zecevic - Unix Systems Administrator wrote:

On 12/19/19 10:14, Michal Nowak via openindiana-discuss wrote:

Hi Predrag,

you can find binary packages at ftp://openqa.oi.mnowak.cz/.

Install virtualbox_6.1_20191219.p5p on the host and restart. Then 
install virtualbox-additions_6.1_20191219.p5p to OpenIndiana VirtualBox VM. 



You can install either package like this:

   pfexec pkg apply-hot-fix -v /tmp/virtualbox_6.1_20191219.p5p

Thanks,
Michal


Heh, does not work:

:; pfexec pkg apply-hot-fix -v 
/nobackup/Virtualization/VirtualBox/virtualbox_6.1_20191219.p5p
Resolved URL to: 
file:///nobackup/Virtualization/VirtualBox/virtualbox_6.1_20191219.p5p

Retrieving installed package list...
Scanning package archive...
  pkg://userland/system/virtualbox not installed, skipping.

pkg: None of the packages in this hot-fix are installed.

Maybe I have to add something to command line?

Thanks and regards



I think that for "apply-hot-fix" to work, VirtualBox (of any version) 
needs to be installed. "apply-hot-fix" then works as update mechanism.


Michal


Hi Michal,

Yes, I do have it (and actually using every day --one Windows guest, few 
Linux, etc...):


:; pkg list -H virtualbox
system/virtualbox 6.0.14-2019.0.0.0     i--

:; pkg info virtualbox
  Name: system/virtualbox
   Summary: VirtualBox - general-purpose full virtualizer
  Category: System/Virtualization
     State: Installed
     Publisher: openindiana.org
   Version: 6.0.14
    Branch: 2019.0.0.0
    Packaging Date: Thu Oct 31 11:42:39 2019
Last Install Time: Fri Nov  1 14:32:26 2019
  Size: 118.66 MB
  FMRI: 
pkg://openindiana.org/system/virtualbox@6.0.14-2019.0.0.0:20191031T114239Z
    Source URL: 
http://download.virtualbox.org/virtualbox/6.0.14/VirtualBox-6.0.14.tar.bz2

   Project URL: http://www.virtualbox.org/

Regards.


I think it does not see the local package as an update because it's from 
the 'userland' publisher, but the installed system/virtualbox package 
comes form the official 'openindiana.org' publisher.


In a test BE, can you remove 
'consolidation/userland/userland-incorporation' and 'entire' packages 
and then try the 'apply-hot-fix' exercise agains, please?


Thanks,
Michal

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


Re: [OpenIndiana-discuss] Virtualbox 6.1.0 on OI - almost compiles

2019-12-19 Thread Michal Nowak via openindiana-discuss

On 12/19/19 10:47 AM, Predrag Zecevic - Unix Systems Administrator wrote:

On 12/19/19 10:14, Michal Nowak via openindiana-discuss wrote:

Hi Predrag,

you can find binary packages at ftp://openqa.oi.mnowak.cz/.

Install virtualbox_6.1_20191219.p5p on the host and restart. Then 
install virtualbox-additions_6.1_20191219.p5p to OpenIndiana VirtualBox VM. 



You can install either package like this:

   pfexec pkg apply-hot-fix -v /tmp/virtualbox_6.1_20191219.p5p

Thanks,
Michal


Heh, does not work:

:; pfexec pkg apply-hot-fix -v 
/nobackup/Virtualization/VirtualBox/virtualbox_6.1_20191219.p5p
Resolved URL to: 
file:///nobackup/Virtualization/VirtualBox/virtualbox_6.1_20191219.p5p

Retrieving installed package list...
Scanning package archive...
  pkg://userland/system/virtualbox not installed, skipping.

pkg: None of the packages in this hot-fix are installed.

Maybe I have to add something to command line?

Thanks and regards



I think that for "apply-hot-fix" to work, VirtualBox (of any version) 
needs to be installed. "apply-hot-fix" then works as update mechanism.


Michal

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


Re: [OpenIndiana-discuss] Virtualbox 6.1.0 on OI - almost compiles

2019-12-19 Thread Michal Nowak via openindiana-discuss

On 12/19/19 09:37 AM, Predrag Zecevic - Unix Systems Administrator wrote:


On 12/19/19 07:56, Michal Nowak via openindiana-discuss wrote:

On 12/14/19 08:37 PM, Michal Nowak via openindiana-discuss wrote:


I worked on VirtualBox 6.1 since it entered Beta stages. You can see 
my work at https://github.com/OpenIndiana/oi-userland/pull/5372. I 
concur that VBoxOGL.so and VBoxEGL.so are missing now. I removed them 
from the component, so it builds, but I am not sure about potential 
ramifications.


I think it has something to do with VBoxVGA 3D support removal? 
Quotations from the 6.1 changelog follow 
(https://www.virtualbox.org/wiki/Changelog):


- "Graphics: New style 3D support (with VBoxSVGA and VMSVGA) remains, 
old style 3D support (with VBoxVGA) has been completely removed".
- "Graphics: Remove 3D support for VBoxVGA (old one deprecated with 
6.0)"


I don't see a checkbox in VM's Settings -> Display -> Acceleration.

Can't get sound from the VM (Audio: PulseAudio & ICH AC97 & Enable 
Audio Output checked).


Can someone who uses these features test that? Predrag? I am happy to 
build binary packages if needed.


Michal


Hi Michal,

I am willing to test it. Give to me URL of VB package
Thanks. Regards


Hi Predrag,

you can find binary packages at ftp://openqa.oi.mnowak.cz/.

Install virtualbox_6.1_20191219.p5p on the host and restart. Then 
install virtualbox-additions_6.1_20191219.p5p to OpenIndiana VirtualBox VM.


You can install either package like this:

  pfexec pkg apply-hot-fix -v /tmp/virtualbox_6.1_20191219.p5p

Thanks,
Michal

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


Re: [OpenIndiana-discuss] Virtualbox 6.1.0 on OI - almost compiles

2019-12-18 Thread Michal Nowak via openindiana-discuss

On 12/14/19 08:37 PM, Michal Nowak via openindiana-discuss wrote:


I worked on VirtualBox 6.1 since it entered Beta stages. You can see my 
work at https://github.com/OpenIndiana/oi-userland/pull/5372. I concur 
that VBoxOGL.so and VBoxEGL.so are missing now. I removed them from the 
component, so it builds, but I am not sure about potential ramifications.


I think it has something to do with VBoxVGA 3D support removal? 
Quotations from the 6.1 changelog follow 
(https://www.virtualbox.org/wiki/Changelog):


- "Graphics: New style 3D support (with VBoxSVGA and VMSVGA) remains, 
old style 3D support (with VBoxVGA) has been completely removed".

- "Graphics: Remove 3D support for VBoxVGA (old one deprecated with 6.0)"

I don't see a checkbox in VM's Settings -> Display -> Acceleration.

Can't get sound from the VM (Audio: PulseAudio & ICH AC97 & Enable Audio 
Output checked).


Can someone who uses these features test that? Predrag? I am happy to 
build binary packages if needed.


Michal

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


Re: [OpenIndiana-discuss] Virtualbox 6.1.0 on OI - almost compiles

2019-12-15 Thread Michal Nowak via openindiana-discuss



On 12/15/19 09:07 PM, Carl Brewer wrote:

On 15/12/2019 11:17 pm, Carl Brewer wrote:

Carl, can you build VirtualBox 6.1 from my branch and see any of the 
above works for you?


I'll have a go, thank you


It built ok :

pkg://userland/system/virtualbox@6.1.0,5.11-2019.0.0.0:20191215T130656Z
PUBLISHED


That's great.

Can you check that Audio from VM works and that checkbox in VM's 
Settings -> Display -> Acceleration is there?


Thanks,
Michal

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


Re: [OpenIndiana-discuss] Virtualbox 6.1.0 on OI - almost compiles

2019-12-14 Thread Michal Nowak via openindiana-discuss

On 12/12/19 09:57 AM, Carl Brewer wrote:


With a couple of minor changes to the Makefile, namely the SDK filename, 
the version and the checksums, and then hand-doing the patch 
13-check-for-libs.patch because it was failing to apply, I managed to 
almost get it to compile, blindly stumbling around details below :



Compiling complains when gmake publish is run :

   cp 
/usr/local/src/OI/clone/components/sysutils/virtualbox/build/i86/out/solaris.x86/release/bin/additions//$fl 
/usr/local/src/OI/clone/components/sysutils/virtualbox/build/prototype/i386/usr/lib/; 
\

     done
cp: cannot stat 
'/usr/local/src/OI/clone/components/sysutils/virtualbox/build/amd64/out/solaris.amd64/release/bin/additions//VBoxOGL.so': 
No such file or directory
cp: cannot stat 
'/usr/local/src/OI/clone/components/sysutils/virtualbox/build/i86/out/solaris.x86/release/bin/additions//VBoxOGL.so': 
No such file or directory
cp: cannot stat 
'/usr/local/src/OI/clone/components/sysutils/virtualbox/build/amd64/out/solaris.amd64/release/bin/additions//VBoxEGL.so': 
No such file or directory
cp: cannot stat 
'/usr/local/src/OI/clone/components/sysutils/virtualbox/build/i86/out/solaris.x86/release/bin/additions//VBoxEGL.so': 
No such file or directory


It's got to do with the two :

VBOX_OGLLIBS= VBoxOGL.so VBoxEGL.so

in the Makefile at the top of the tree.  VBoxOGL at least, I think needs 
to build, as it did in a previous version :



# find / -name "VBoxOGL.*" -ls
830365    5 -rw-r--r--   1 root root 2590 Dec 11 04:43 
/usr/local/src/OI/clone/components/sysutils/virtualbox/VirtualBox-6.1.0/include/VBox/VBoxOGL.h 

246793    5 -rw-r--r--   1 root root 2590 Oct 11 05:25 
/usr/local/src/OI/clone/components/sysutils/virtualbox/VirtualBox-6.0.14/include/VBox/VBoxOGL.h 

832138    5 -rw-r--r--   1 root root 2590 Dec 11 04:43 
/usr/local/src/OI/clone/components/sysutils/virtualbox/build/i86/include/VBox/VBoxOGL.h 

961721    5 -rw-r--r--   1 root root 2590 Sep  3 19:33 
/usr/local/src/OI/clone/components/sysutils/virtualbox/VirtualBox-6.0.12/include/VBox/VBoxOGL.h 

591223    5 -rw-r--r--   1 root root 2626 Oct 18 11:18 
/usr/local/src/Virtualbox/repo/vbox/include/VBox/VBoxOGL.h


find doesn't find any VBoxEGL's anywhere :

# find / -name "VBoxEGL.*" -ls
#

I'm not clued up with how to drive patch, so I haven't included any 
patch files. If you built this, you'll know what I've done :)


So I just pulled both of them out of the Makefile, now I see :


/usr/bin/touch 
/usr/local/src/OI/clone/components/sysutils/virtualbox/build/i86/.configured 

(cd /usr/local/src/OI/clone/components/sysutils/virtualbox/build/i86 ; 
/usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M 
/usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign -Bdirect -z 
ignore" LD_EXEC_OPTIONS="-z aslr=disable" 
"ac_cv_func_realloc_0_nonnull=yes" \
     cd 
/usr/local/src/OI/clone/components/sysutils/virtualbox/build/i86/src/VBox/HostDrivers 
&& /bin/bash -c ". 
/usr/local/src/OI/clone/components/sysutils/virtualbox/build/i86/env.sh 
&& kmk KBUILD_VERBOSE=3"   \

     )
Config.kmk:193: Warning: You must have USERNAME or USER in your 
environment.
/usr/local/src/OI/clone/components/sysutils/virtualbox/build/i86/src/libs/Makefile.kmk:58: 
/usr/local/src/OI/clone/components/sysutils/virtualbox/build/i86/src/libs/openssl-1.1.1d/Makefile.kmk: 
No such file or directory
kmk: *** No rule to make target 
'/usr/local/src/OI/clone/components/sysutils/virtualbox/build/i86/src/libs/openssl-1.1.1d/Makefile.kmk'. 
  Stop.
gmake: *** [/usr/local/src/OI/clone/make-rules/configure.mk:183: 
/usr/local/src/OI/clone/components/sysutils/virtualbox/build/i86/.built] 
Error 2



So that's way further down the rabbit hole than I can help with.  6.1.0 
is a pretty big release, I figure it's got more stuff in it that's 
changed than a few tweaks of the Makefile can handle.


Anyone?

Carl


I worked on VirtualBox 6.1 since it entered Beta stages. You can see my 
work at https://github.com/OpenIndiana/oi-userland/pull/5372. I concur 
that VBoxOGL.so and VBoxEGL.so are missing now. I removed them from the 
component, so it builds, but I am not sure about potential ramifications.


I think it has something to do with VBoxVGA 3D support removal? 
Quotations from the 6.1 changelog follow 
(https://www.virtualbox.org/wiki/Changelog):


- "Graphics: New style 3D support (with VBoxSVGA and VMSVGA) remains, 
old style 3D support (with VBoxVGA) has been completely removed".

- "Graphics: Remove 3D support for VBoxVGA (old one deprecated with 6.0)"

I don't see a checkbox in VM's Settings -> Display -> Acceleration.

Can't get sound from the VM (Audio: PulseAudio & ICH AC97 & Enable Audio 
Output checked).


Carl, can you build VirtualBox 6.1 from my branch and see any of the 
above works for you?


Michal

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://ope

Re: [OpenIndiana-discuss] New laptop compatibility? System76?

2019-11-21 Thread Michal Nowak

On 11/17/19 06:27 PM, Leonard Sitongia wrote:

Hi,

I’m wondering if new laptops that are available now and run Linux are likely to 
be compatible with OI? In particular, I’m looking at the latest System76 Galago 
Pro. I don’t know the specs for the graphics and wifi. I see a couple of older 
System76 laptops on the hardware list. I wonder about their latest offerings.

Thanks!
==Leonard Sitongia


I think, recent laptops are problematic with OpenIndiana. With this 
particular model I think the "Intel® UHD Graphics" is likely the biggest 
blocker as it will run in VESA-only mode. Camera, Bluetooth, card 
reader, and video ports won't work. Ethernet not clear as the chip is 
not described at https://system76.com/laptops/galago. With other laptops 
like Lenovo P52 and HP ProBook 450 G4 I had problems with booting and ACPI.


Michal

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


Re: [OpenIndiana-discuss] Full-disk encryption?

2019-11-21 Thread Michal Nowak

On 11/17/19 06:38 PM, Leonard Sitongia wrote:

Is it possible to install with full-disk encryption now? I see that some of 
that might have been added in 2019.10.

Thanks,
==Leonard Sitongia


2019.10 supports native ZFS encryption, though I don't think that boot 
from encrypted volume is implemented and I am fairly certain that such a 
feature is not implemented in our installer (though, one might possibly 
achieve that manually, I doubt it will work at the moment). Currently, I 
think, encryption is mostly for data storage volumes.


Michal

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


Re: [OpenIndiana-discuss] Booting OI DVD/USB

2019-11-04 Thread Michal Nowak

On 11/04/19 09:17 PM, Tim Mooney wrote:
In regard to: Re: [OpenIndiana-discuss] Booting OI DVD/USB, Till 
Wegmüller...:



Can you use Virtualbox? If so you could boot the ISO as a VM and use USB
forwarding to dd the image via the VM to the USB.


Does that actually work, Till?

Since OI switched to VirtualBox OSE and started packaging our own VB, I
haven't been able to get USB pass-through to work.  Others have reported
the same problem, I know there is (was?) a ticket about the issue in the
bug tracker.

Unless it has been fixed recently, and I'm just out of the loop...

Tim


https://www.illumos.org/issues/10855

USB pass-through does not work on OpenIndiana VirtualBox. (And we don't 
even know, why it does not work...) But, presumably, it works on other 
supported hosts (Linux, Windows, ...) and for the `dd` operation does 
not even need OpenIndiana guest, any UNIX guest should suffice.


Michal

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


Re: [OpenIndiana-discuss] 20190511 gui/text boot fails on Dell R710 II

2019-11-02 Thread Michal Nowak

On 11/02/19 09:45 PM, Jedi Tek'Unum wrote:

On Nov 1, 2019, at 11:47 AM, Tim Mooney mailto:tim.moo...@ndsu.edu>> wrote:


In regard to: [OpenIndiana-discuss] 20190511 gui/text boot fails on Dell...:


I tried to boot OI-hipster-{gui/text}-20190511.iso on a Dell R710 II
server and was surprised to see it fail.



The ISOs are mounted through the virtual device manager of the iDRAC.
All the firmware is recent and maybe even current. Storage controller is
LSI 9211-8i with IT firmware.

The same ISOs do boot fine in VirtualBox.

OI-hipster-minimal-20190511.iso WILL boot on this hardware.

Is there something I’m missing or is this a bug?


Probably a bug, but I'm not certain where.  I don't have an R710 with
full iDRAC that I could test with, but I will say that I've had boot
issues with some non-OI ISOs when going through the iDRAC virtual media
interface.

Is it possible for you to try the same ISO on physical media, and can
you verify the checksum on the ISO matches the published checksum?  I'm
obviously just trying to rule out any possible download corruption that
might be triggered on physical hardware.


Checksums match.

I converted OI-hipster-gui-20190511.iso to image and then copied that to USB (using 
instructions at 
https://blog.tinned-software.net/create-bootable-usb-stick-from-iso-in-mac-os-x/ 
).
 Boot gets further then:

…
Preparing live image for use
Requesting System Maintenance Mode
(See /lib/svc/share/README for more information.)
Console login service(s) cannot run

Enter user name for system maintenance (control-d to bypass):


OI-hipster-gui-20190511.usb works.

I’ll have to dig around and see if I can find a blank DVD to burn the ISO onto.


I am not sure I understand. Are you trying to use the ISO medium as a 
basis for some virtual USB boot device? That likely won't work the same 
way it does with many Linux ISO images, our images are not hybrid. .iso 
is for CD, .usb for flash disk.


Michal

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


Re: [OpenIndiana-discuss] 20190511 gui/text boot fails on Dell R710 II

2019-11-01 Thread Michal Nowak

On 11/01/19 04:01 PM, Jedi Tek'Unum wrote:

I’m new to OpenIndiana (although decades with Solaris) and don’t see anything 
with a quick search…

I tried to boot OI-hipster-{gui/text}-20190511.iso on a Dell R710 II server and 
was surprised to see it fail.

Gui fails with

loading CORE EXT words
loading SEARCH & SEARCH-EXT words
loading Johns-Hopkins locals
loading MARKER  
loading ficl O-O extensions
loading ficl utility classes
loading ficl string classes
-
start not found

and text fails with

Loading unix…
error reading: input/output errorcan’t load file 
‘/platform/i86pc/kernel/amd64/unix’: input/output error
Loading i86pc/kernel/amd64…
can’t find ‘i86pc/kernel/amd64’
Loading unix…
can’t find ‘unix’
Loading i86pc/kernel/amd64…
can’t find ‘i86pc/kernel/amd64’
Loading i86pc/kernel/amd64…
can’t find ‘i86pc/kernel/amd64’

Loading /boot/defaults/loader.conf
{repeats all of the above}
Unable to load a kernel!

This box was running Solaris and omniosce-r151030h.iso boots fine.

The ISOs are mounted through the virtual device manager of the iDRAC. All the 
firmware is recent and maybe even current. Storage controller is LSI 9211-8i 
with IT firmware.

The same ISOs do boot fine in VirtualBox.

OI-hipster-minimal-20190511.iso WILL boot on this hardware.

Is there something I’m missing or is this a bug?


We are in the process of releasing 2019.10 snapshot, so, new install 
images should be released relatively soon.


In the meantime, do you mind testing if unofficial images from 
ftp://openqa.oi.mnowak.cz/ I built on October 15 boot for you?


Thanks,
Michal

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


Re: [OpenIndiana-discuss] /hipster: VirtualBox 6.0.14 announced - but not installed

2019-11-01 Thread Michal Nowak

On 11/1/19 12:10 PM, Predrag Zecevic - Unix Systems Administrator wrote:

On 11/01/19 11:14, Michal Nowak wrote:

On 11/1/19 8:54 AM, Predrag Zecevic - Unix Systems Administrator wrote:


When I saw your first post I manually re-published VirtualBox.

Can you run `pkg update -vn` and see if there's an attempt to update 
system/virtualbox? It seems to work for me now.


Hi Michal,

unfortunately, there is no change:

:; pfexec pkg refresh --full
:; pfexec pkg update -vn
...
# shows no virtualbox, but several other packages


Does any of these work for you? Do they say they are blocked by 
something?


# pkg install -vn pkg://openindiana.org/system/virtualbox@latest

# pkg update -vn pkg://openindiana.org/system/virtualbox@latest

Michal


Hi Michal,

nope:

:; pfexec pkg install -vn pkg://openindiana.org/system/virtualbox@latest
Creating Plan (Solver setup): \
pkg install: No matching version of system/virtualbox can be installed:
   Reject:  pkg://openindiana.org/system/virtualbox@6.0.14-2019.0.0.0
   Reason:  This version is excluded by installed incorporation 
consolidation/userland/userland-incorporation@0.5.11-2019.0.0.12365


:; pfexec pkg update -vn pkg://openindiana.org/system/virtualbox@latest
Creating Plan (Solver setup): -
pkg update: No matching version of system/virtualbox can be installed:
   Reject:  pkg://openindiana.org/system/virtualbox@6.0.14-2019.0.0.0
   Reason:  This version is excluded by installed incorporation 
consolidation/userland/userland-incorporation@0.5.11-2019.0.0.12365


It says that it sees the VirtualBox update but can't install it due to 
the installed "consolidation/userland/userland-incorporation".


Can you first update your system (the latest 
"consolidation/userland/userland-incorporation" version is 
0.5.11,5.11-2019.0.0.12412) and then try those commands? If you can't 
update the system, or `pkg` says there are no updates, then something's 
blocking it (`pkg history -l` may reveal it).


Michal

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


Re: [OpenIndiana-discuss] /hipster: VirtualBox 6.0.14 announced - but not installed

2019-11-01 Thread Michal Nowak

On 11/1/19 8:54 AM, Predrag Zecevic - Unix Systems Administrator wrote:


When I saw your first post I manually re-published VirtualBox.

Can you run `pkg update -vn` and see if there's an attempt to update 
system/virtualbox? It seems to work for me now.


Hi Michal,

unfortunately, there is no change:

:; pfexec pkg refresh --full
:; pfexec pkg update -vn
...
# shows no virtualbox, but several other packages


Does any of these work for you? Do they say they are blocked by something?

# pkg install -vn pkg://openindiana.org/system/virtualbox@latest

# pkg update -vn pkg://openindiana.org/system/virtualbox@latest

Michal

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


Re: [OpenIndiana-discuss] /hipster: VirtualBox 6.0.14 announced - but not installed

2019-10-31 Thread Michal Nowak

On 10/31/19 02:40 PM, Predrag Zecevic - Unix Systems Administrator wrote:

On 10/31/19 11:29, Predrag Zecevic - Unix Systems Administrator wrote:

Hi all,

I just upgrade /hipster:
:; uname -rosv
SunOS 5.11 illumos-5a120e2729 illumos

to get new VirtualBox 6.0.14 (see 
https://hipster.openindiana.org/jenkins/job/oi-userland/4875/changes 
commit - build was successful)


BUT:
:; pkg list -H virtualbox
system/virtualbox 6.0.12-2019.0.0.0 
    i--


:; pfexec pkg refresh --full
...

:; pkg search -r pkg://system/virtualbox
INDEX    ACTION VALUE  PACKAGE
basename file   opt/VirtualBox/amd64/VirtualBox 
  pkg:/system/virtualbox@6.0.12-2019.0.0.0
basename link   usr/bin/VirtualBox 
pkg:/system/virtualbox@6.0.12-2019.0.0.0
com.oracle.info.name set    VirtualBox 
pkg:/system/virtualbox@6.0.12-2019.0.0.0

com.oracle.info.name set    VirtualBox
pkg:/system/virtualbox/virtualbox-additions@6.0.12-2019.0.0.0
pkg.summary  set    VirtualBox - general-purpose full 
virtualizer pkg:/system/virtualbox@6.0.12-2019.0.0.0
pkg.summary  set    VirtualBox - general-purpose full 
virtualizer pkg:/system/virtualbox/virtualbox-additions@6.0.12-2019.0.0.0
pkg.summary  set    xf86-video-vbox - VirtualBox UMS driver 
for the Xorg X server 
pkg:/x11/server/xorg/driver/xorg-video-vboxvideo@1.0.1-2018.0.0.1
pkg.fmri set    openindiana.org/system/virtualbox 
  pkg:/system/virtualbox@6.0.12-2019.0.0.0



How to solve this issue?

Regards.


UPDATE:
When searching 
http://pkg.openindiana.org/hipster/en/advanced_search.shtml?token=virtualbox&show=p&rpp=50&v=&action=Advanced+Search 



I could see:
http://pkg.openindiana.org/hipster/info/0/system%2Fvirtualbox%406.0.14%2C5.11-2019.0.0.0%3A20191031T114239Z 



Also, I see it when requesting newest package list:
:; pfexec pkgrecv -s https://pkg.openindiana.org/hipster/ --newest




When I saw your first post I manually re-published VirtualBox.

Can you run `pkg update -vn` and see if there's an attempt to update 
system/virtualbox? It seems to work for me now.



And, this is causing it:
:; pfexec pkg install -vn 
pkg://openindiana.org/system/virtualbox@6.0.14-2019.0.0.0:20191031T114239Z

Creating Plan (Solver setup): \
pkg install: No matching version of system/virtualbox can be installed:
   Reject:  pkg://openindiana.org/system/virtualbox@6.0.14-2019.0.0.0
   Reason:  This version is excluded by installed incorporation 
consolidation/userland/userland-incorporation@0.5.11-2019.0.0.12365


Regards.



I think this is expected to fail because of 
"consolidation/userland/userland-incorporation" presence. For updates 
one should always update everything by `pkg update`.


Michal

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


Re: [OpenIndiana-discuss] Survey: What nvidia card you use?

2019-10-31 Thread Michal Nowak

On 10/31/19 11:36 PM, Jim Klimov wrote:

On October 4, 2019 5:59:19 AM UTC, Michal Nowak  wrote:

On 10/02/19 09:16 PM, Michal Nowak wrote:

Hi,

which nvidia graphics card type you use with OpenIndiana?

Currently we ship the version 340 of nvidia Solaris driver, which
supports following cards:
https://www.nvidia.com/Download/driverResults.aspx/135163/en-us.
However, newer devices are not supported in this driver version.

I was wondering if users are fine with a newer version like 390? It

adds

new cards but drops old ones. List of supported cards in this

version:

https://www.nvidia.com/Download/driverResults.aspx/149144/en-us.

Anyone knows might be affected? (I don't have a plan, just

wondering.)


You can get the type of graphics card with `nvidia-settings` or in
/var/log/Xorg.0.log file.

The other, proper solution is to have a way to switch between driver
versions but work on this stalled some time ago.

Thanks,
Michal


Thanks everyone for your input. It's valuable for us to get forward.

Below you can see my findings wrt support of reported cards in the more

recent v390 nvidia driver. Except for three cards reported couple of
years ago in the Wiki (they originally launched a decade ago) all
reported cards are supported in the v390 driver. For Quadro cards I
checked the Solaris driver readme, for GeForce ones I looked into the
Linux driver readme. (Thanks Alan!)

Given that almost all cards in the recent use by OpenIndiana users are
supported in the newer driver and that some of you moved to the newer
version on their own, I am tempted to update the driver to v390.
(Though, there may be other considerations.)

If someone is convinced, that their card is not supported in the v390
driver - contrary to my findings - let me know.

Michal

TypeSupported in v390?


Users reported in October 2019:
GeForce GT 1030 Y

GF100GL [Quadro 4000]   Y

GeForce GT 730 (GK208)  Y

Quadro 600 (GF108GL)Y

Quadro K620 Y

GeForce GT 740 (GK107)  Y

GF108M [NVS 5400M]  Y

Quadro K2000 (GK107GL)  Y
Quadro 2000 Y
Quadro P2000Y

Quadro K600 (GK107GL)   Y


Reported at Wiki (https://wiki.openindiana.org/oi/Graphics+Adapters):

NVIDIAGeForce GT 730Y

NVIDIA GeForce 210  N v340

NVIDIA GeForce 220  N v340

NVIDIA GeForce 8400 GS  N v340

NVIDIA GeForceGT 430Y

NVIDIA GeForceGT 620Y

NVIDIA GeForceGTX 480   Y

NVIDIAGeForce GTX 580   Y

NVIDIA GeForce GTX 780 Ti
Y
NVIDIA GeForce GTX 765M Y

NVIDIA GeForce GTX 780M Y

NVIDIA GeForce GTX 880M Y

NVIDIA GeForce TITAN X  Y

NVIDIA Titan Xp Y

NVIDIA Titan V  Y

NVIDIA Titan RTX(Y) - not even in the latest driver, but I
  guess it works, as the rest of Titans

NVIDIA GeForce 210 was added by Alex Viskovatoff in 2011 (launched in
October 2009).
NVIDIA GeForce 220 was added by Ken Mays in 2013 in lieu of an
anonymous
user (launched in January 2010).
NVIDIA GeForce 8400 GS was added by Ancoron Luciferis in 2012 (launched

in April 2007).

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



Though, there may be other considerations


Just grasping this straw: perhaps un-stall those works on switchable drivers?

The PR https://github.com/OpenIndiana/oi-userland/pull/3673 that I proposed a few 
years back worked well for the switcheroo part AFAIK, and the idea and 
implementation is extensible enough to support an arbitrary amount of nvidia 
driver-familyNumber packages served and installed, and would not contradict 
picking a new default one of those (340 => 390 for majority? No problem!)

I could not test it further as the optimus setup in my HP Zbook G3 did not give 
me real graphics in neither of the nvidia drivers, nor in different intels, nor 
with vesa (that one at least gave me a black screen mode change, and an Xorg 
log of an apparently started login program). I am sadly not aware if anyone 
else played with that PR's code with a working graphics HW arrangement.

I would still welcome any brave people to try that out :)

Just check out current oi-userland, merge my source branch, probably point to current driver 
revisions for the numbered families (last touched this a couple of years ago...), and make your 
local repo packages, and install into a new BE clone for testing. Notably, IIRC this redefines what 
the "nvidia" named package is (from driver to "dispatcher").

I am currently AFK but might bring the versions bit into shape in a few days, 
if anyone wants...


Sure, your PR is far more advanced than a simple driver version update I 
propose. I am sure we are interested in you updating the 3673 PR.


The problem with updating nvidia driver for me is

Re: [OpenIndiana-discuss] emacs problems

2019-10-28 Thread Michal Nowak

On 10/28/19 02:29 PM, Bob Friesenhahn wrote:

On Sun, 27 Oct 2019, Andreas Wacknitz wrote:


Hi,

my emacs troubles me by not showing some graphics files correctly. 
Some graphics work, some will only be shown as some red dots on a 
black background.
This doesn't seem to be related to the graphics type. Both, png and 
jpeg have working and non-working examples.


A large portion (most!) of the linkage dependencies are due to 
ImageMagick and it seems likely that ImageMagick is used to read PNG and 
JPEG files.  I suggest looking there first.  Download a graphics image 
file which does not work and then see if


   display filename

works ok.

Bob


Indeed this file is broken in Emacs and directly via `display`:

 newman  ~  display -verbose 
https://www.gnu.org/graphics/heckert_gnu.transp.small.png
'curl' -s -k -L -o '/var/tmp/magick-762Aj_6DiyvaqFb' 
'https://www.gnu.org/graphics/heckert_gnu.transp.small.png'
https://www.gnu.org/graphics/heckert_gnu.transp.small.png=>//www.gnu.org/graphics/heckert_gnu.transp.small.png 
PNG 145x142 145x142+0+0 8-bit sRGB 7677B 0.010u 0:00.009


I have:

NAME (PUBLISHER)  VERSION 
IFO
image/imagemagick (openindiana.org)   6.9.9.21-2018.0.0.3 
i--
image/library/libpng16 (openindiana.org)  1.6.37-2018.0.0.0 
i--


JPEG files seem to work.

Here are the component's sources: 
https://github.com/OpenIndiana/oi-userland/tree/oi/hipster/components/image/imagemagick.


Any immediate pointers?

Michal

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


Re: [OpenIndiana-discuss] emacs problems

2019-10-28 Thread Michal Nowak
Richard's right, Emacs can't find the CA certificates bundle. This 
should be fixed in https://github.com/OpenIndiana/oi-userland/pull/5370.


I can't see the libgcc_s.so problem:

 newman  ~  ldd /usr/bin/emacs-gtk-26.3 2>&1 | ggrep libgcc

Can you `pkg verify` emacs packages?

Michal

On 10/28/19 01:50 AM, Richard Lowe wrote:

The TLS handshake might be emacs not knowing where to find a set of
root certs, but I'm not certain.  I know I've seen it before, but I'm
not sure I remember what was doing it.

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



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


Re: [OpenIndiana-discuss] Virtualbox kernel module not loading - mixed version?

2019-10-25 Thread Michal Nowak

On 10/25/19 06:53 PM, Geoff Nordli wrote:


On 2019-10-23 10:31 p.m., Michal Nowak wrote:
Please, run the long mdb command on the dump file from the 
https://illumos.org/docs/user-guide/debug-systems/#gathering-information-from-a-crash-dump 
document


echo '::panicinfo\n::cpuinfo -v\n::threadlist -v 
10\n::msgbuf\n*panic_thread::findstack -v\n::stacks' | mdb 0 > ~/crash.0


and attach the resulting text file somewhere. Email or some paste 
service should do fine.


Thanks,
Michal

On 10/24/19 05:53 AM, Carl Brewer wrote:

On 24/10/2019 2:19 pm, Carl Brewer wrote:

I can pop these files on a webserver if that helps anyone to have a 
look, and see what might be going wrong.


here they are :

http://nr1.aboc.net.au/testy/


Hi Michal.

We know that setting the disable_smap fixes the crash part.

I guess the part I don't understand is why some systems don't need to 
disable smap. It concerns me that there is something wrong.


thanks,

Geoff


I don't know, but one possibility is that folks run OpenIndiana on older 
systems where SMAP is not available, or do not run VirtualBox.


For example according to `cpuid` utility my Lenovo 230 laptop with Ivy 
Bridge gen CPU does not have SMAP (Supervisor Mode Access Prevention), 
only SMEP (Supervisor Mode Execution Protection) and I run VirtualBox 
without problems.


Can someone who runs VirtualBox on Broadwell or newer CPU check `cpuid`, 
if they have SMAP?


If there's something wrong it's likely something in the VirtualBox 
kernel code trying to access memory the SMAP-aware kernel does not want 
it to have.


I found a VirtualBox bug report on this topic but no response from 
VirtualBox devs for more than a year: 
https://www.virtualbox.org/ticket/17958. Even Oracle acknowledges this 
problem with Solaris 11.4: 
https://docs.oracle.com/cd/E37838_01/html/E60973/appcompat.html#SERNSgtaji. 
Their workaround is to disable SMAP.


In the ticket 17958 I mention other SMAP fixes for Linux and macOS, 
someone motivated enough might want to go thru them and have a look if 
they are applicable to Solaris kernel code as well. Fixes went 4 years 
ago to VirtualBox 5.0.2 and 5.0.4: 
https://www.virtualbox.org/wiki/Changelog-5.0.


Michal

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


[OpenIndiana-discuss] Intel microcode updated to 20190918

2019-10-24 Thread Michal Nowak

Hi,

with illumos 55908bd733 (0.5.11-2019.0.0.19144) Intel microcode (ucode) 
got updated to 20190918 release from 
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files.


If your system suddenly starts to misbehave CPU-wise, let us know your 
CPU type.


Thanks,
Michal

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


Re: [OpenIndiana-discuss] Virtualbox kernel module not loading - mixed version?

2019-10-23 Thread Michal Nowak
Please, run the long mdb command on the dump file from the 
https://illumos.org/docs/user-guide/debug-systems/#gathering-information-from-a-crash-dump 
document


echo '::panicinfo\n::cpuinfo -v\n::threadlist -v 
10\n::msgbuf\n*panic_thread::findstack -v\n::stacks' | mdb 0 > ~/crash.0


and attach the resulting text file somewhere. Email or some paste 
service should do fine.


Thanks,
Michal

On 10/24/19 05:53 AM, Carl Brewer wrote:

On 24/10/2019 2:19 pm, Carl Brewer wrote:

I can pop these files on a webserver if that helps anyone to have a 
look, and see what might be going wrong.


here they are :

http://nr1.aboc.net.au/testy/


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


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


Re: [OpenIndiana-discuss] Virtualbox Kernel Service not starting (?)

2019-10-22 Thread Michal Nowak

On 10/22/19 9:08 AM, Stephan Althaus wrote:

Hello all!


i recently installed virtualbox-additions, now there are messages about 
a service failing to start.


Don't know what this service is about; my VirtualBox VMs are running as 
expected..



/var/svc/log/application-virtualbox-vboxservice:default.log says:

[ Oct 22 08:56:16 Executing start method ("/usr/bin/VBoxService"). ]
VBoxService: error: VbglR3Init failed with rc=VERR_FILE_NOT_FOUND
[ Oct 22 08:56:16 Method "start" exited with status 1. ]


Which file is missing??


Greetings,

Stephan


$ pkg info virtualbox
  Name: system/virtualbox
   Summary: VirtualBox - general-purpose full virtualizer
  Category: System/Virtualization
     State: Installed
     Publisher: openindiana.org
   Version: 6.0.12
    Branch: 2019.0.0.0
    Packaging Date: 14 September 2019 at 14:44:59
Last Install Time:  7 September 2019 at 19:43:17
  Last Update Time: 17 September 2019 at 18:24:55
  Size: 118.65 MB
  FMRI: 
pkg://openindiana.org/system/virtualbox@6.0.12-2019.0.0.0:20190914T144459Z

   Project URL: http://www.virtualbox.org/
    Source URL: 
http://download.virtualbox.org/virtualbox/6.0.12/VirtualBox-6.0.12.tar.bz2

$ pkg info virtualbox-additions
  Name: system/virtualbox/virtualbox-additions
   Summary: VirtualBox - general-purpose full virtualizer
  Category: System/Virtualization
     State: Installed
     Publisher: openindiana.org
   Version: 6.0.12
    Branch: 2019.0.0.0
    Packaging Date: 14 September 2019 at 14:44:30
Last Install Time: 19 October 2019 at 18:20:07
  Size: 69.87 MB
  FMRI: 
pkg://openindiana.org/system/virtualbox/virtualbox-additions@6.0.12-2019.0.0.0:20190914T144430Z 

    Source URL: 
http://download.virtualbox.org/virtualbox/6.0.12/VirtualBox-6.0.12.tar.bz2

   Project URL: http://www.virtualbox.org/


Hi,

did you install the virtualbox-additions package on the host? It is 
meant only for VirtualBox guests.


Michal

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


Re: [OpenIndiana-discuss] Virtualbox kernel module not loading - mixed version?

2019-10-19 Thread Michal Nowak

On 10/19/19 09:21 PM, Carl Brewer wrote:

On 20/10/2019 5:08 am, Michal Nowak wrote:



Those two failing services are from the 
system/virtualbox/virtualbox-additions package which is meant to be 
installed only on VirtualBox guest. Since this is a physical machine 
(right?), remove it please, restart and retry the VM start.


Done, and yes, this is the physical machine that is the host.

Now the kernel module not showing up warning has gone away, but it still 
crashes the server when I start a guest VM.




If it crashes, can you gather more information from the crash dump? How 
to do it is described here: 
https://illumos.org/docs/user-guide/debug-systems/#gathering-information-from-a-crash-dump. 
It could be the same thing Geoff reported recently...


Michal

I'm away for two days as of today, will resume working on this when I 
get back. Thank you for your help, Michal.


Please, install diagnostic/cpuid package and attach output of `cpuid` 
as a file.


CPU 0:
Maximum basic CPUID leaf: 0x0016

CPU vendor string: 'GenuineIntel'

Signature:  0x000906ea
   Family:   0x06 (6)
   Model:    0x9e (158)
   Stepping: 0x0a (10)

Local APIC: 0
Maximum number of APIC IDs per package: 16
CLFLUSH size: 64
Brand ID: 0

Base features, edx:
   x87 FPU on chip
   virtual-8086 mode enhancement
   debugging extensions
   page size extensions
   time stamp counter
   RDMSR and WRMSR support
   physical address extensions
   machine check exception
   CMPXCHG8B instruction
   APIC on chip
   SYSENTER and SYSEXIT instructions
   memory type range registers
   PTE global bit
   machine check architecture
   conditional move instruction
   page attribute table
   36-bit page size extension
   CLFLUSH instruction
   debug store
   ACPI
   MMX instruction set
   FXSAVE/FXRSTOR instructions
   SSE instructions
   SSE2 instructions
   self snoop
   max APIC IDs reserved field is valid
   thermal monitor
   pending break enable
Base features, ecx:
   SSE3 instructions
   PCLMULQDQ instruction
   64-bit DS area
   MONITOR/MWAIT instructions
   CPL qualified debug store
   virtual machine extensions
   Enhanced Intel SpeedStep
   thermal monitor 2
   SSSE3 instructions
   silicon debug
   fused multiply-add AVX instructions
   CMPXCHG16B instruction
   xTPR update control
   perfmon and debug capability
   process-context identifiers
   SSE4.1 instructions
   SSE4.2 instructions
   x2APIC
   MOVBE instruction
   POPCNT instruction
   TSC deadline
   AES instructions
   XSAVE/XRSTOR instructions
   OS-enabled XSAVE/XRSTOR
   AVX instructions
   16-bit FP conversion instructions
   RDRAND instruction

Cache descriptors:
     [NOTICE] For cache data, see Deterministic Cache Parameters leaf 
instead


   Code TLB: 2MB or 4MB pages
     fully associative
     8 entries
     Write-back invalidates lower level caches

   Code TLB: 4KB pages
     8-way set associative
     128 entries
     Write-back invalidates lower level caches

   Data TLB: 1GB pages
     4-way set associative
     4 entries
     Write-back invalidates lower level caches
     Undocumented descriptor

   Data TLB: 2MB or 4MB pages
     4-way set associative
     32 entries
     Write-back invalidates lower level caches
     Undocumented descriptor

   Data TLB: 4KB pages
     4-way set associative
     64 entries
     Write-back invalidates lower level caches

     Shared TLB: 1GB pages
     4-way set associative
     16 entries
     Write-back invalidates lower level caches
     Undocumented descriptor

     Shared TLB: 4KB or 2MB pages
     4-way set associative
     1536 entries
     Write-back invalidates lower level caches
     Undocumented descriptor

     64-byte prefetching


Processor serial number: disabled (or not supported)

Deterministic Cache Parameters:
    32KB L1 data cache
     8-way set associative
     64 byte line size
     Self-initializing
     Write-back invalidates lower level caches
     Shared by max 2 threads

    32KB L1 code cache
     8-way set associative
     64 byte line size
     Self-initializing
     Write-back invalidates lower level caches
     Shared by max 2 threads

   256KB L2 unified cache
     4-way set associative
     64 byte line size
     Self-initializing
     Write-back invalidates lower level caches
     Shared by max 2 threads

     9MB L3 unified cache
     12-way set associative
     64 byte line size
     Self-initializing
     Inclusive of lower cache levels
     Complex indexing
     Write-back invalidates lower level caches
     Shared by max 16 threads

MONITOR/MWAIT features:
   Smalle

Re: [OpenIndiana-discuss] Virtualbox kernel module not loading - mixed version?

2019-10-19 Thread Michal Nowak

On 10/19/19 01:21 PM, Carl Brewer wrote:

On 19/10/2019 9:10 pm, Michal Nowak wrote:
I am still slightly confused whether you have KVM installed or not and 
what is your illumos version. Show us:


pkg list '*kvm*'


  pkg list '*kvm*'

pkg list: no packages matching the following patterns are installed:
   *kvm*




modinfo | grep -i -e kvm -e vbox


  modinfo | grep -i -e kvm -e vbox
274 f82d4000  58848  78   1  vboxdrv (VirtualBox HostDrv 
6.0.12r13205)
275 f8a28000   77d8 307   1  vboxflt (VirtualBox NetDrv 
6.0.12r132055)
275 f8a28000   77d8   -   1  vboxflt (VirtualBox NetMod 
6.0.12r132055)
276 f8026568    d08 308   1  vboxnet (VirtualBox NetAdp 
6.0.12r132055)
279 f7cef000   48d8 310   1  vboxusbmon (VirtualBox USBMon 
6.0.12r132055

280 f8a3   45d8 313   1  vboxms (VBoxMouseIntegr 6.0.12r132055)
281 f7dfa000  33158 311   1  vboxguest (VirtualBox GstDrv 
6.0.12r132055)

root@testy:~#




uname -a


root@testy:~# uname -a
SunOS testy 5.11 illumos-233f6c4995 i86pc i386 i86pc





svcs -a | grep -i virtualbox


root@testy:~# svcs -a | grep -i virtualbox
disabled   20:59:23 svc:/application/virtualbox/balloonctrl:default
disabled   20:59:23 svc:/application/virtualbox/autostart:default
disabled   20:59:23 svc:/application/virtualbox/webservice:default
disabled   20:59:23 svc:/application/virtualbox/zoneaccess:default
online 21:00:04 svc:/application/virtualbox/run-once:default
maintenance    21:04:40 svc:/application/virtualbox/vboxmslnk:default
maintenance    21:04:40 svc:/application/virtualbox/vboxservice:default




svcs -xv


root@testy:~# svcs -xv
svc:/application/virtualbox/vboxservice:default (VirtualBox Service.)
  State: maintenance since 19 October 2019 at 09:04:40 pm AEDT
Reason: Start method failed repeatedly, last exited with status 1.
    See: http://illumos.org/msg/SMF-8000-KS
    See: /var/svc/log/application-virtualbox-vboxservice:default.log
Impact: This service is not running.

svc:/application/virtualbox/vboxmslnk:default (VirtualBox Mouse module 
link.)

  State: maintenance since 19 October 2019 at 09:04:40 pm AEDT
Reason: Start method failed repeatedly, last exited with status 1.
    See: http://illumos.org/msg/SMF-8000-KS
    See: /var/svc/log/application-virtualbox-vboxmslnk:default.log
Impact: This service is not running.


The log shows :
[ Oct. 19 21:04:40 Enabled. ]
[ Oct. 19 21:04:40 Rereading configuration. ]
[ Oct. 19 21:04:40 Executing start method ("/usr/bin/VBoxService"). ]
VBoxService: error: VbglR3Init failed with rc=VERR_FILE_NOT_FOUND
[ Oct. 19 21:04:40 Method "start" exited with status 1. ]
[ Oct. 19 21:04:40 Executing start method ("/usr/bin/VBoxService"). ]
VBoxService: error: VbglR3Init failed with rc=VERR_FILE_NOT_FOUND
[ Oct. 19 21:04:40 Method "start" exited with status 1. ]
[ Oct. 19 21:04:40 Executing start method ("/usr/bin/VBoxService"). ]
VBoxService: error: VbglR3Init failed with rc=VERR_FILE_NOT_FOUND
[ Oct. 19 21:04:40 Method "start" exited with status 1. ]

but :
root@testy:~# ls -la /usr/bin/VBoxService
-r-xr-xr-x   1 root bin  10353240 Oct. 19 21:04 
/usr/bin/VBoxService





Those two failing services are from the 
system/virtualbox/virtualbox-additions package which is meant to be 
installed only on VirtualBox guest. Since this is a physical machine 
(right?), remove it please, restart and retry the VM start.


Please, install diagnostic/cpuid package and attach output of `cpuid` as 
a file.




Where do you see the "VBoxClient: the VirtualBox kernel service is not 
running. Exiting" error message? In the VirtualBox interface?


When I log in using a VNC client, it shows up as a banner in the GUI, 
stays for maybe 20s then goes away.




Please, provide a screenshot, I still don't get the context.

Thanks,
Michal



What is your CPU? Either `ddu` or `prtconf -v` will tell you. E.g.:


It's an 8th gen intel i5-8400



cpu, instance #0
 ...
 name='brand-string' type=string items=1
 value='Intel(r) Core(tm) i5-3320M CPU @ 2.60GHz'


     cpu, instance #0
     Driver properties:
     name='ddi-no-autodetach' type=int items=1 dev=none
     value=0001
     name='pm-class' type=string items=1 dev=none
     value='CPU'
     name='pm-components' type=string items=17 dev=none
     value='NAME=CPU Speed' + '1=800MHz' + 
'2=900MHz' + '3=1100MHz' + '4=1200MHz' + '5=1400MHz' + '6=1500MHz' + 
'7=1700MHz' + '8=1800MHz' + '9=1900MHz' + '10=2100MHz' + '11=2200MHz' + 
'12=2400MHz' + '13=2500MHz' + '14=2700MHz' + '1

Re: [OpenIndiana-discuss] keyboard in the login window

2019-10-19 Thread Michal Nowak

Hi,

hmm, perhaps I was mistaken as I don't see a way to have a keyboard 
switcher there. Perhaps what I recall is a locale switcher.


Anyway, adding following line to "[Seat:*]" section of 
/etc/lightdm/lightdm.conf file sets my keyboard to Czech in LightDM 
(though not in Mate as I have another layout there):


  greeter-setup-script=/usr/bin/setxkbmap cz

Alter to match your needs and restart the system, or, at least the 
lightdm service.


Michal

On 10/19/19 12:59 PM, Marc Lobelle wrote:

Hello Michal,

I found /etc/lightdm/lightdm-gtk-greeter.conf. In the [greeter] section,
there was a keyboard line, but apparently, it has no effect on the login
screen.

Do you know where to find (and change) the default choice of the little
keyboard selector mentioned by Aurelien ?

Thanks

Marc
On 19/10/19 09:54, Michal Nowak wrote:

Marc,

in /etc/lightdm/lightdm-gtk-greeter.conf you should be able to setup
"~language" indicator in the [greeter] section. Then you pick the
keyboard layout. And hopefully it persists :). I have it disabled but
for sure I have seen it working in the time of the 2019.04 snapshot
release.

Michal

On 10/19/19 09:00 AM, Aurélien Larcher wrote:

I had activated the keyboard chooser at the upper right corner which
would default to the selected one.
Has this been removed?


On 10/18/19, Marc Lobelle  wrote:

Hello,

I recently installed openindiana 2019.04, which runs fine except one
detail: when the graphical interface starts and displays a small window
where to type the login and passwd, I must type this login and password
assuming that the keyboard layout is US. However as soon as I am logged
in, the keyboard is considered as BE (which is what I want:the PC has a
belgian keyboard layout.

On older versions of openindiana and on solaris 11, I did not have this
problem.

Does one of you know how to tell this graphical login program to use
the
BE keyboard layout ?



Thanks


Marc

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fopenindiana.org%2Fmailman%2Flistinfo%2Fopenindiana-discuss&data=02%7C01%7C%7Ca09d29bc0b6446b71bd708d7547a68fe%7C7ab090d4fa2e4ecfbc7c4127b4d582ec%7C0%7C0%7C637070757036379798&sdata=UfJzFFXQnwdBBXLyBY8u8tU9aeCFxxPjZsyqWR4bipo%3D&reserved=0







___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fopenindiana.org%2Fmailman%2Flistinfo%2Fopenindiana-discuss&data=02%7C01%7C%7Ca09d29bc0b6446b71bd708d7547a68fe%7C7ab090d4fa2e4ecfbc7c4127b4d582ec%7C0%7C0%7C637070757036379798&sdata=UfJzFFXQnwdBBXLyBY8u8tU9aeCFxxPjZsyqWR4bipo%3D&reserved=0





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


Re: [OpenIndiana-discuss] Virtualbox kernel module not loading - mixed version?

2019-10-19 Thread Michal Nowak
I am still slightly confused whether you have KVM installed or not and 
what is your illumos version. Show us:


pkg list '*kvm*'

modinfo | grep -i -e kvm -e vbox

uname -a

svcs -a | grep -i virtualbox

svcs -xv

Where do you see the "VBoxClient: the VirtualBox kernel service is not 
running. Exiting" error message? In the VirtualBox interface?


What is your CPU? Either `ddu` or `prtconf -v` will tell you. E.g.:

cpu, instance #0
...
name='brand-string' type=string items=1
value='Intel(r) Core(tm) i5-3320M CPU @ 2.60GHz'

Did VirtualBox worked on any other platform for this CPU?

Make sure you are running the latest bits by `pkg update -v`.

Thanks,
Michal

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


Re: [OpenIndiana-discuss] keyboard in the login window

2019-10-19 Thread Michal Nowak

Marc,

in /etc/lightdm/lightdm-gtk-greeter.conf you should be able to setup 
"~language" indicator in the [greeter] section. Then you pick the 
keyboard layout. And hopefully it persists :). I have it disabled but 
for sure I have seen it working in the time of the 2019.04 snapshot release.


Michal

On 10/19/19 09:00 AM, Aurélien Larcher wrote:

I had activated the keyboard chooser at the upper right corner which
would default to the selected one.
Has this been removed?


On 10/18/19, Marc Lobelle  wrote:

Hello,

I recently installed openindiana 2019.04, which runs fine except one
detail: when the graphical interface starts and displays a small window
where to type the login and passwd, I must type this login and password
assuming that the keyboard layout is US. However as soon as I am logged
in, the keyboard is considered as BE (which is what I want:the PC has a
belgian keyboard layout.

On older versions of openindiana and on solaris 11, I did not have this
problem.

Does one of you know how to tell this graphical login program to use the
BE keyboard layout ?



Thanks


Marc

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






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


Re: [OpenIndiana-discuss] Time-Slider minor issues

2019-10-19 Thread Michal Nowak
Also check ~/.xsession-errors if there's anything of interest (except 
for GTK warnings).


The persistent Time Slider icon in the notification area is being 
started by /etc/xdg/autostart/time-slider-notify.desktop. Check if you 
are able to start the icon in terminal via `/usr/lib/time-slider-notify` 
command.


Michal

On 10/15/19 08:13 PM, Stephan Althaus wrote:

Hello!

b) Bug #11821 <https://www.illumos.org/issues/11821>  for the resize issue.

a) When starting time-slider-setup from the menu, the smal 'button' in 
the panel appears, and whirl is whirling on mouse-over.

Some seconds after that this disappears silently.
There is nothing in Xorg.0.log, /var/adm/messages or var/log/syslog

There should be the popup from gksudo or gksu immediately..

When i start it via the "control center", the same issue.

I copied the desktop file from the menu entry to my desktop, and the 
same issue is there, so here's is the bug somwhere:


#!/usr/bin/env xdg-open
[Desktop Entry]
Encoding=UTF-8
Name=Time Slider
Comment=Configure the system to take automatic snapshots of your data
Terminal=false
Type=Application
StartupNotify=true
Exec=time-slider-setup
Icon=time-slider-setup
Categories=Application;System;Settings

i did find
/usr/share/applications/time-slider.desktop
which lacks the first line.

Yes, it works when i start it via command line whithin a MATE-terminal 
shell,

but NOT via ALT-F2.

maybe i've tweaked the default shell somewhere in the past?

~$ echo $0
bash
~$ ls -l /bin/sh
lrwxrwxrwx   1 root root   9 Apr  9  2018 /bin/sh -> i86/ksh93


Stephan

On 10/15/19 16:01, Michal Nowak wrote:

Hi,

On 10/09/19 07:29 PM, Stephan Althaus wrote:

Hello!


Just did a pkg refresh and pkg upgrade. (SunOS dell6510 5.11 
illumos-c5c712a873 i86pc i386 i86pc)


Now there are 2 minor issues:

a) Time Slider won't start from the Mate menu


what happens when you attempt to start it? Anything in logs? Can you 
start it from command line with `time-slider-setup`?


I think Time Slider should not be started manually but automatically 
on Mate session login, check "Startup Applications Preferences" in 
System -> Preferences -> Persona of Mate menus.




b) The List Elements with the scroll bars doesn't scale with the 
window size (see attachment)


Please, log a ticket in https://bugs.openindiana.org/.

Thanks,
Michal




Are these known?


Greetings,

Stephan

__ 



$ pkg info time-slider
   Name: desktop/time-slider
    Summary: Time Slider ZFS snapshot management for GNOME
   Category: Applications/Configuration and Preferences
  State: Installed
  Publisher: openindiana.org
    Version: 0.2.101
 Branch: 2018.0.0.116
Packaging Date: 12 July 2019 at 17:49:48
   Size: 674.20 kB
   FMRI: 
pkg://openindiana.org/desktop/time-slider@0.2.101-2018.0.0.116:20190712T174948Z 






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



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



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


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


Re: [OpenIndiana-discuss] Time-Slider minor issues

2019-10-15 Thread Michal Nowak

Hi,

On 10/09/19 07:29 PM, Stephan Althaus wrote:

Hello!


Just did a pkg refresh and pkg upgrade. (SunOS dell6510 5.11 
illumos-c5c712a873 i86pc i386 i86pc)


Now there are 2 minor issues:

a) Time Slider won't start from the Mate menu


what happens when you attempt to start it? Anything in logs? Can you 
start it from command line with `time-slider-setup`?


I think Time Slider should not be started manually but automatically on 
Mate session login, check "Startup Applications Preferences" in System 
-> Preferences -> Persona of Mate menus.




b) The List Elements with the scroll bars doesn't scale with the window 
size (see attachment)


Please, log a ticket in https://bugs.openindiana.org/.

Thanks,
Michal




Are these known?


Greetings,

Stephan

__ 



$ pkg info time-slider
   Name: desktop/time-slider
    Summary: Time Slider ZFS snapshot management for GNOME
   Category: Applications/Configuration and Preferences
  State: Installed
  Publisher: openindiana.org
    Version: 0.2.101
     Branch: 2018.0.0.116
Packaging Date: 12 July 2019 at 17:49:48
   Size: 674.20 kB
   FMRI: 
pkg://openindiana.org/desktop/time-slider@0.2.101-2018.0.0.116:20190712T174948Z 






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



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


Re: [OpenIndiana-discuss] Survey: What nvidia card you use?

2019-10-05 Thread Michal Nowak
I created a pull request with the update to version 390 and changing the 
version 340 driver so it can be used (with some hassle) should someone 
need it:
https://github.com/OpenIndiana/oi-userland/pull/5337. Though, I am not 
sure the latter works...


If someone is willing to test, I am happy to provide packages for local 
installation.


Michal

On 10/05/19 01:34 PM, Till Wegmüller wrote:

That for one and the last Laptop that had an nvidia Graphics card
without an intel one was my HP Probook from 2005 with 1GB RAM. Where the
Graphics card is so old it is not even supported with the 340 driver.

All later ones have Intel Graphics (Or AMD) in the SoC as intel
successfully pushed everybody out of the market.

Laptops with Nvidia graphics Only after 2008 are rare Gaming Market
devices. With at least a 2000 Euro price tag. Considering our absolute
null compatibility with games atm (Although i've just heard of a
possible wine port?)

My conclusion still stays firmly with upgrading to 390 by default. And
add instructions as Stefan described.


Greetings
Till

On 05.10.19 11:21, Stephan Althaus wrote:

On 10/05/19 09:29, Michal Nowak wrote:

Hi Till,

On 10/04/19 08:33 AM, Till Wegmüller wrote:

Hi Michal

Anything as old as an NVIDIA GeForce 220 so slow imho that not many
people sell these online anymore. Considering that you can get a cheap
current low end graphics card for below 100Euro it is not a stretch to
say that we exchange the 340 driver with 390.


I tend to agree but still this might be a problem for integrated
systems like laptops, where card replacement is not an option. But
luckily I guess nvidia GPU wasn't a thing in this field before Optimus?



The older Laptops have legacy boot and a VESA desktop or at least a
working console.
So along with a wiki article describing how to enable a 340 version the
user has a very good chance to get a good working X desktop.

Just my 2c,
Stephan


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


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



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


Re: [OpenIndiana-discuss] Survey: What nvidia card you use?

2019-10-05 Thread Michal Nowak

Hi Till,

On 10/04/19 08:33 AM, Till Wegmüller wrote:

Hi Michal

Anything as old as an NVIDIA GeForce 220 so slow imho that not many
people sell these online anymore. Considering that you can get a cheap
current low end graphics card for below 100Euro it is not a stretch to
say that we exchange the 340 driver with 390.


I tend to agree but still this might be a problem for integrated systems 
like laptops, where card replacement is not an option. But luckily I 
guess nvidia GPU wasn't a thing in this field before Optimus?





What is the newest possible supported card by 340 that is not supported
by 390? If it is older than 4 years then I definetly vote for exchange.


Intuitively, I have no idea as it's a very long time since I had nvidia 
GPU (and the list is too long to investigate manually).


If someone knows, I'd appreciate sharing it.

Michal




Greetings
Till

On 04.10.19 07:59, Michal Nowak wrote:

On 10/02/19 09:16 PM, Michal Nowak wrote:

Hi,

which nvidia graphics card type you use with OpenIndiana?

Currently we ship the version 340 of nvidia Solaris driver, which
supports following cards:
https://www.nvidia.com/Download/driverResults.aspx/135163/en-us.
However, newer devices are not supported in this driver version.

I was wondering if users are fine with a newer version like 390? It
adds new cards but drops old ones. List of supported cards in this
version: https://www.nvidia.com/Download/driverResults.aspx/149144/en-us.

Anyone knows might be affected? (I don't have a plan, just wondering.)

You can get the type of graphics card with `nvidia-settings` or in
/var/log/Xorg.0.log file.

The other, proper solution is to have a way to switch between driver
versions but work on this stalled some time ago.

Thanks,
Michal


Thanks everyone for your input. It's valuable for us to get forward.

Below you can see my findings wrt support of reported cards in the more
recent v390 nvidia driver. Except for three cards reported couple of
years ago in the Wiki (they originally launched a decade ago) all
reported cards are supported in the v390 driver. For Quadro cards I
checked the Solaris driver readme, for GeForce ones I looked into the
Linux driver readme. (Thanks Alan!)

Given that almost all cards in the recent use by OpenIndiana users are
supported in the newer driver and that some of you moved to the newer
version on their own, I am tempted to update the driver to v390.
(Though, there may be other considerations.)

If someone is convinced, that their card is not supported in the v390
driver - contrary to my findings - let me know.

Michal

Type    Supported in v390?


Users reported in October 2019:
GeForce GT 1030 Y

GF100GL [Quadro 4000]    Y

GeForce GT 730 (GK208)    Y

Quadro 600 (GF108GL)    Y

Quadro K620    Y

GeForce GT 740 (GK107)    Y

GF108M [NVS 5400M]    Y

Quadro K2000 (GK107GL)    Y
Quadro 2000 Y
Quadro P2000    Y

Quadro K600 (GK107GL)    Y


Reported at Wiki (https://wiki.openindiana.org/oi/Graphics+Adapters):

NVIDIAGeForce GT 730    Y

NVIDIA GeForce 210    N v340

NVIDIA GeForce 220    N v340

NVIDIA GeForce 8400 GS    N v340

NVIDIA GeForceGT 430    Y

NVIDIA GeForceGT 620    Y

NVIDIA GeForceGTX 480    Y

NVIDIAGeForce GTX 580    Y

NVIDIA GeForce GTX 780 Ti
    Y
NVIDIA GeForce GTX 765M    Y

NVIDIA GeForce GTX 780M    Y

NVIDIA GeForce GTX 880M    Y

NVIDIA GeForce TITAN X    Y

NVIDIA Titan Xp    Y

NVIDIA Titan V    Y

NVIDIA Titan RTX    (Y) - not even in the latest driver, but I
   guess it works, as the rest of Titans

NVIDIA GeForce 210 was added by Alex Viskovatoff in 2011 (launched in
October 2009).
NVIDIA GeForce 220 was added by Ken Mays in 2013 in lieu of an anonymous
user (launched in January 2010).
NVIDIA GeForce 8400 GS was added by Ancoron Luciferis in 2012 (launched
in April 2007).

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


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



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


Re: [OpenIndiana-discuss] Survey: What nvidia card you use?

2019-10-03 Thread Michal Nowak

On 10/02/19 09:16 PM, Michal Nowak wrote:

Hi,

which nvidia graphics card type you use with OpenIndiana?

Currently we ship the version 340 of nvidia Solaris driver, which 
supports following cards: 
https://www.nvidia.com/Download/driverResults.aspx/135163/en-us. 
However, newer devices are not supported in this driver version.


I was wondering if users are fine with a newer version like 390? It adds 
new cards but drops old ones. List of supported cards in this version: 
https://www.nvidia.com/Download/driverResults.aspx/149144/en-us.


Anyone knows might be affected? (I don't have a plan, just wondering.)

You can get the type of graphics card with `nvidia-settings` or in 
/var/log/Xorg.0.log file.


The other, proper solution is to have a way to switch between driver 
versions but work on this stalled some time ago.


Thanks,
Michal


Thanks everyone for your input. It's valuable for us to get forward.

Below you can see my findings wrt support of reported cards in the more 
recent v390 nvidia driver. Except for three cards reported couple of 
years ago in the Wiki (they originally launched a decade ago) all 
reported cards are supported in the v390 driver. For Quadro cards I 
checked the Solaris driver readme, for GeForce ones I looked into the 
Linux driver readme. (Thanks Alan!)


Given that almost all cards in the recent use by OpenIndiana users are 
supported in the newer driver and that some of you moved to the newer 
version on their own, I am tempted to update the driver to v390. 
(Though, there may be other considerations.)


If someone is convinced, that their card is not supported in the v390 
driver - contrary to my findings - let me know.


Michal

TypeSupported in v390?


Users reported in October 2019:
GeForce GT 1030 Y

GF100GL [Quadro 4000]   Y

GeForce GT 730 (GK208)  Y

Quadro 600 (GF108GL)Y

Quadro K620 Y

GeForce GT 740 (GK107)  Y

GF108M [NVS 5400M]  Y

Quadro K2000 (GK107GL)  Y
Quadro 2000 Y
Quadro P2000Y

Quadro K600 (GK107GL)   Y


Reported at Wiki (https://wiki.openindiana.org/oi/Graphics+Adapters):

NVIDIAGeForce GT 730Y

NVIDIA GeForce 210  N v340

NVIDIA GeForce 220  N v340

NVIDIA GeForce 8400 GS  N v340

NVIDIA GeForceGT 430Y

NVIDIA GeForceGT 620Y

NVIDIA GeForceGTX 480   Y

NVIDIAGeForce GTX 580   Y

NVIDIA GeForce GTX 780 Ti
   Y
NVIDIA GeForce GTX 765M Y

NVIDIA GeForce GTX 780M Y

NVIDIA GeForce GTX 880M Y

NVIDIA GeForce TITAN X  Y

NVIDIA Titan Xp Y

NVIDIA Titan V  Y

NVIDIA Titan RTX(Y) - not even in the latest driver, but I
  guess it works, as the rest of Titans

NVIDIA GeForce 210 was added by Alex Viskovatoff in 2011 (launched in 
October 2009).
NVIDIA GeForce 220 was added by Ken Mays in 2013 in lieu of an anonymous 
user (launched in January 2010).
NVIDIA GeForce 8400 GS was added by Ancoron Luciferis in 2012 (launched 
in April 2007).


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


[OpenIndiana-discuss] Survey: What nvidia card you use?

2019-10-02 Thread Michal Nowak

Hi,

which nvidia graphics card type you use with OpenIndiana?

Currently we ship the version 340 of nvidia Solaris driver, which 
supports following cards: 
https://www.nvidia.com/Download/driverResults.aspx/135163/en-us. 
However, newer devices are not supported in this driver version.


I was wondering if users are fine with a newer version like 390? It adds 
new cards but drops old ones. List of supported cards in this version: 
https://www.nvidia.com/Download/driverResults.aspx/149144/en-us.


Anyone knows might be affected? (I don't have a plan, just wondering.)

You can get the type of graphics card with `nvidia-settings` or in 
/var/log/Xorg.0.log file.


The other, proper solution is to have a way to switch between driver 
versions but work on this stalled some time ago.


Thanks,
Michal

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


Re: [OpenIndiana-discuss] Bad Trap

2019-10-02 Thread Michal Nowak

On 10/01/19 10:54 PM, russell wrote:

Hi

Since upgrading to illumos-647709cb33 I have a been getting the 
following Bad Trap message


BAD TRAP: type=e (#pf Page fault) rp=ff0065a99a30 addr=8 occurred in 
module "ipnet" due to a NULL pointer dereference


I have the savecore stored.

Regards


Russell


Can you create a ticket at 
https://www.illumos.org/projects/illumos-gate/issues/ with core 
information as described at 
https://illumos.org/docs/user-guide/debug-systems/#gathering-information-from-a-crash-dump?


Michal

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


Re: [OpenIndiana-discuss] Virtualbox is core dumping

2019-10-01 Thread Michal Nowak

On 10/01/19 05:03 PM, Geoff Nordli wrote:

Hi.

I have a core dump if someone is able to look at it and give me some clues.

https://www.dropbox.com/s/cq99x55uj7gspka/vmdump.0.OI.20190925?dl=1

All am doing is default install (text installer), fully update, install 
virtualbox.


Create basic vm:  /usr/bin/VBoxManage createvm --name test --ostype 
Ubuntu_64 --register

Run it:  VBoxHeadless -s test

then it core dumps.

thanks,

Geoff


Hi.

Can it be that you have KVM module loaded?

Once you crash with the latest OI and VirtualBox, get fresh info from 
the dump as described at 
https://illumos.org/docs/user-guide/debug-systems/#gathering-information-from-a-crash-dump. 
Perhaps better attach it to the email. (I know you provided it before, 
but it's not clear to me what VirtualBox/illumos version was it back then.)


Thanks,
Michal

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


Re: [OpenIndiana-discuss] Installer crashes during CPIO check?

2019-09-26 Thread Michal Nowak

On 09/27/19 01:33 AM, Leonard Sitongia wrote:

I have a running system now. Thank you very much, Michal!

I used your snapshot, OpenIndiana_Text_X86.usb

I installed, rebooted, did pkg update, rebooted, did pkg install mate_install, 
rebooted, did pkg uninstall mate_install, rebooted.

Then I put mate-session into .xinitrc. startx then starts up Mate!


For this enabling the svc:/application/graphical-login/lightdm:default 
service should be sufficient?




Super! I’m glad to have “Solaris” again. I first used it in the mid-‘80s, when 
I bought a Sun2 for the lab I worked at. Eventually I became a sysadmin and 
used Sun hardware for about 17+ years. I also ran BSD Unix, from 4.2BSD onwards.


On Sep 26, 2019, at 2:54 PM, Michal Nowak  wrote:


I think I will also try the GUI installer again.


I believe the GUI installed is inferior (and not very actively maintained) to 
the textual one and it's a good idea to use the textual one from the Live 
medium, where possible, should you want desktop.


==Leonard Sitongia



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



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


Re: [OpenIndiana-discuss] Sound preferences don't show second audio

2019-09-26 Thread Michal Nowak

On 09/27/19 05:21 AM, L Sitongia wrote:



On 09/26/19 09:17 PM, L Sitongia wrote:
Holy cow, just after I sent this, the devices appear in hardware and 0 
and 1 are in Input/Output.


Ah, but the Preferences don't stick. If I Close Preferences, the 
settings revert back to 0. Also, before I close it, while everything is 
set to 1, audio doesn't work.




I believe that in the past the strategy was to set AUDIODEV=/dev/sound/1 
- or wherever is the audio device of your preference - in your "profile" 
by which I guess they meant the ~/.profile file and log out and back in.


Michal

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


Re: [OpenIndiana-discuss] Installer crashes during CPIO check?

2019-09-26 Thread Michal Nowak

On 09/26/19 09:54 PM, Leonard Sitongia wrote:

Making progress. The install gives me a working X Window System. I have to 
figure out how to configure Mate. Michal, you said I need to remove 
mate_install after I install it?


I believe so, it was suggested in cases like yours in the past, though I 
don't remember the specifics. For example, I installed my laptop via the 
textual installed form the live medium and I don't have mate_install 
package present.


Also, make sure you update after the install, otherwise you won't be 
able to install anything.



I think I will also try the GUI installer again.


I believe the GUI installed is inferior (and not very actively 
maintained) to the textual one and it's a good idea to use the textual 
one from the Live medium, where possible, should you want desktop.


Michal




On Sep 26, 2019, at 1:28 PM, Leonard Sitongia  wrote:




On Sep 26, 2019, at 1:14 PM, Leonard Sitongia mailto:sitong...@gmail.com>> wrote:

pkg install mate_install

it then kernel panic’d and created a dump. fdump says it was a BAD TRAP.




There was a firmware update for this NUC from earlier this month! I applied 
that and I tried mate_install again and it is installing. That got me past that 
panic. I’ll report what happens after this install.

==Leonard Sitongia





==Leonard Sitongia



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



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


Re: [OpenIndiana-discuss] Installer crashes during CPIO check?

2019-09-26 Thread Michal Nowak

On 09/26/19 07:19 PM, Leonard Sitongia wrote:




On Sep 24, 2019, at 11:39 PM, Michal Nowak  wrote:

Can you install from Text Install USB medium? If you do there's path forward to the 
desktop by updating the installed system and then installing the "mate_install" 
meta package (and then removing it).


I tried the 2019.04 Text USB installer. It worked, installing all the way 
through and booting up okay.



Yesterday I built OpenIndiana snapshot media, you may want to try these instead: 
ftp://openqa.oi.mnowak.cz/ <ftp://openqa.oi.mnowak.cz/>. They have all the 
latest illumos and userland packages.



Then I tried your Live USB installer. It installed all the way through, but 
upon boot it just sits there with a blinking underscore cursor. No other text 
on screen, nothing appears to happen before that.


This happens when folks have UEFI enabled, but since you disabled it...

Have you seen bootloader from the installed system? If so, enable 
verbose mode in menus.




I want to note that during this Live installation, there is a missing driver 
according to the DDU:
Intel Corporation 8 Serices HECI #0 UNK


This should not be of a concern as this is a controller talking to Intel 
ME (Management Engine).




Also, the installation results have been inconsistent. I had to try the text 
installer twice, because the first time there was an error:
nwadm: start_dhcp: ipadm_create_addr failed…

Also, the Live installer has been inconsistent. The first time installed, as I 
said above, but the second try ended with the screen going black, the computer 
hung, and the keyboard unusable. I’m going to try the Live one again, and then 
I’ll try your latest Text USB installer next.


That's very odd indeed. I can only suggest to update to the latest 
BIOS/firmware.




==Leonard Sitongia



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



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


Re: [OpenIndiana-discuss] Updated Intel network driver

2019-09-25 Thread Michal Nowak
I rebuild Text images at ftp://openqa.oi.mnowak.cz, now they should have 
the driver.


Michal

On 09/25/19 09:39 PM, Geoff Nordli wrote:

Hi.

I got it working by copying the driver over, but I also needed to add 
the pci id:  pciex8086,37d2


thanks,

Geoff

On 2019-09-25 2:09 a.m., Alexander Pyhalov via openindiana-discuss wrote:

Hi.
Installation images just don't ship this driver. Should be fixed with 
next snapshot.


https://github.com/OpenIndiana/oi-userland/pull/5323

С уважением,
Александр Пыхалов,
программист отдела телекоммуникационной инфраструктуры
управления информационно-коммуникационной инфраструктуры ЮФУ



От: Marcel Telka 
Отправлено: 25 сентября 2019 г. 10:05
Кому: Discussion list for OpenIndiana
Тема: Re: [OpenIndiana-discuss] Updated Intel network driver


Citát Marcel Telka :

Citát Geoff Nordli :
The i40e driver is assigned to pciex8086,37d2 since beginning:
http://src.illumos.org/source/xref/illumos-gate/usr/src/pkg/manifests/driver-network-i40e.mf#43 


Ooops, no.  It is there since October 2017, introduced by this:
https://www.illumos.org/issues/8664

But still, it is there long enough so it should work on recent OI 
hipster.



--
+---+
| Marcel Telka   e-mail:   mar...@telka.sk  |
|    homepage: http://telka.sk/ |
|    jabber:   mar...@jabber.sk |
+---+


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


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


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


Re: [OpenIndiana-discuss] Updated Intel network driver

2019-09-24 Thread Michal Nowak

On 09/25/19 07:32 AM, Geoff Nordli wrote:


On 2019-09-24 9:49 p.m., Geoff Nordli wrote:


On 2019-09-24 9:03 p.m., Aurélien Larcher wrote:

On Wed, Sep 25, 2019 at 5:49 AM Geoff Nordli  wrote:


Hi.

I am trying to install OI on a new Supermicro server
(
https://www.supermicro.com/en/products/system/3U/6039/SSG-6039P-E1CR16L.cfm) 



that has the Intel X557 NIC in it.

The latest snapshot doesn't support it.

How do I get the latest Intel driver working on OI?


Either the chipset is so recent that it requires a driver update so we
should ask Robert Mustacchi from Joyent if he's already worked on it, 
or it

is maybe just a matter of adding a missing pci id.

It shows up on omnios as an i40e.  So maybe I just need to add the pci 
id for it?


thanks,

Geoff


This is what is showing on Omnios.

pci15d9,37d2 (pciex8086,37d2) [Intel Corporation Ethernet Connection 
X722 for 10GBASE-T], instance #0


I think you should reach out to OmniOS CE folks and ask if they have 
i40e changes on top of illumos-gate, from a quick look I did not find 
any, though there were changes in the gate to i40e driver post hipster 
2019.04 snapshot release.


I built following OI images yesterday, you may be more lucky with them: 
ftp://openqa.oi.mnowak.cz/.


Michal

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


Re: [OpenIndiana-discuss] Installer crashes during CPIO check?

2019-09-24 Thread Michal Nowak

On 09/25/19 12:30 AM, Leonard Sitongia wrote:

Hello,

I’m trying this for the first time on an early-model Intel NUC. I
configured the hardware for legacy boot (not UEFI). The live system
(from a USB stick containing the latest full 2G distribution) runs.
Starting the installer (text or graphical), I configure the install
and then start it. At about 16-18% through a “cpio check” (something
like that), the screen goes blank and the system reboots.

Is there a known fix for this? What can I do to obtain more
troubleshooting information? I trying tailing the syslog and nothing
came out.

Thank you.==Leonard Sitongia


Leonard,

can you be more precise on the NUC model? How much RAM the system has?

When the system crashes like that, on the next boot you can retrieve 
crash info, but since this is a Live medium, every information was lost.


Can you install from Text Install USB medium? If you do there's path 
forward to the desktop by updating the installed system and then 
installing the "mate_install" meta package (and then removing it).


Yesterday I built OpenIndiana snapshot media, you may want to try these 
instead: ftp://openqa.oi.mnowak.cz/. They have all the latest illumos 
and userland packages.


Michal

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


Re: [OpenIndiana-discuss] install on very recent hardware

2019-09-19 Thread Michal Nowak

On 09/19/19 08:34 PM, Tim Mooney wrote:
In regard to: Re: [OpenIndiana-discuss] install on very recent 
hardware,...:



Hi Tim,


Hi Michal!  Thanks much for the response and the info you provided.


I know I've seen a link somewhere about loading updated or additional
drivers, but I can't find it now.? Is there a way to load updated 
drivers

that the LiveCD or GUI installer can use?? Pointer to the docs
appreciated.


I am afraid that's not possible. There were two attempts to deliver 
multiple nvidia drivers and mediate them so users can switch, but they 
stalled 2 years ago:


https://github.com/OpenIndiana/oi-userland/pull/3458/
https://github.com/OpenIndiana/oi-userland/pull/3673/

The tricky thing is that v340 supports all the old devices 
https://www.nvidia.com/Download/driverResults.aspx/135163/en-us and I 
am not sure we can update it to v390 or newer which supports these new 
cards.


Unless we have a reasonable driver mediation I am afraid we are stuck 
with v340 and users have to install newer version manually...


Ok, that's more or less what I suspected, but I appreciate the 
confirmation.



Is there something special that needs to be done to install OI onto an
NVMe drive?


It should work. nvme driver should be in the install medium. If you
still have access to the HW, you can check that the nvme package is
present in the medium and that the driver was loaded via modinfo. Could
you report this to the illumos developer mailing list?


Unfortunately I don't have access to the hardware any longer.  I had it
for about a week, but my coworker needed it back to begin using it.

New Dell workstations are coming with either more security or more
restrictions (depending on how you look at it) in the "BIOS".  I'm
guessing the problem seeing the NVMe drive wasn't so much a driver issue
as one of the many features that could not be overridden when I switched
the system from UEFI to Legacy BIOS.


As of recently I have Lenovo ThinkPad P52 with the very same nvidia GPU, 
also with NVMe. So far I was unable to even boot OpenIndiana from USB, 
but I tried for only like 10 minutes or so.  Over the weekend I may try 
harder and see more closely what the situation is.


Michal

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


Re: [OpenIndiana-discuss] install on very recent hardware

2019-09-18 Thread Michal Nowak

Hi Tim,

On 08/28/19 01:01 AM, Tim Mooney wrote:


All-

A coworker got a brand new Dell Precision 3630 workstation recently,
and he let me try the hipster installer on it.

I had to switch the BIOS from UEFI to legacy and disable a couple of
secure-boot related settings, and even then I could never get it to
boot from the DVD of the hipster LiveCD.
 > Booting from USB device works fine.  Neither the LiveCD nor the GUI
installer can start X, though.  It looks like the version of the Nvidia
drivers that's part of the 2019.05 installers might not support the
Nvidia "GP106GL [Quadro P2000]" graphics card that's in the workstation.

I know I've seen a link somewhere about loading updated or additional
drivers, but I can't find it now.  Is there a way to load updated drivers
that the LiveCD or GUI installer can use?  Pointer to the docs
appreciated.


I am afraid that's not possible. There were two attempts to deliver 
multiple nvidia drivers and mediate them so users can switch, but they 
stalled 2 years ago:


https://github.com/OpenIndiana/oi-userland/pull/3458/
https://github.com/OpenIndiana/oi-userland/pull/3673/

The tricky thing is that v340 supports all the old devices 
https://www.nvidia.com/Download/driverResults.aspx/135163/en-us and I am 
not sure we can update it to v390 or newer which supports these new cards.


Unless we have a reasonable driver mediation I am afraid we are stuck 
with v340 and users have to install newer version manually...




If I switch to the Text installer and boot from USB, that gets farther,
but the installer doesn't see the NVMe drive as a valid install target.  It
recognizes the 2nd disk, which is a traditional spinning disk.

I used the mdb commands from

 https://www.illumos.org/issues/2665

e.g.

 echo "::walk sd_state | ::grep '.!=0' | ::print struct sd_lun un_sd 
| ::print struct \\
  scsi_device sd_inq | ::print struct scsi_inquiry inq_vid inq_pid" | 
mdb -k


to print out inquiry info, but the NVMe drive apparently doesn't get
classified as "sd".

Poking around with 'prtconf', I think this is it:

     blkdev, instance #0
     Driver properties:
     name='ddi-kernel-ioctl' type=boolean dev=none
     name='device-nblocks' type=int64 items=1 dev=none
     value=773bd2b0
     name='device-blksize' type=int items=1 dev=none
     value=0200
     name='device-solid-state' type=int items=1 
dev=none

     value=0001
     name='device-rotational' type=int items=1 dev=none
     value=
     Hardware properties:
     name='devid' type=string items=1
     value='id1,kdev@wace42e009a062916'
     name='inquiry-revision-id' type=string items=1
     value='80002111'
     name='inquiry-product-id' type=string items=1
     value='NVMe SK hynix 1TB'
     name='inquiry-vendor-id' type=string items=1
     value='PC601'
     Device Minor Nodes:
     dev=(32,0)
 
dev_path=/pci@0,0/pci8086,a340@1b/pci1c5c,1627@0/blkdev@wACE42E009A062916,0:a 


     spectype=blk type=minor
     dev_link=/dev/dsk/c6tACE42E009A062916d0s0
 
dev_path=/pci@0,0/pci8086,a340@1b/pci1c5c,1627@0/blkdev@wACE42E009A062916,0:a,raw 


     spectype=chr type=minor
     dev_link=/dev/rdsk/c6tACE42E009A062916d0s0
     dev=(32,1)
 
dev_path=/pci@0,0/pci8086,a340@1b/pci1c5c,1627@0/blkdev@wACE42E009A062916,0:b 


     spectype=blk type=minor
     dev_link=/dev/dsk/c6tACE42E009A062916d0s1
 
dev_path=/pci@0,0/pci8086,a340@1b/pci1c5c,1627@0/blkdev@wACE42E009A062916,0:b,raw 


     spectype=chr type=minor
     dev_link=/dev/rdsk/c6tACE42E009A062916d0s1


etc.

Is there something special that needs to be done to install OI onto an
NVMe drive?


It should work. nvme driver should be in the install medium. If you 
still have access to the HW, you can check that the nvme package is 
present in the medium and that the driver was loaded via modinfo. Could 
you report this to the illumos developer mailing list?




Tim


Michal

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


Re: [OpenIndiana-discuss] Firefox 60.9.0esr bug

2019-09-18 Thread Michal Nowak

On 09/18/19 07:26 PM, cpforum wrote:

Thank's for ideas to find a solution.



Under CentOS 6.10 last yum updated running VirtualBox 5.2.32 => 
OpenIndiana/Firefox 60.9.0esr is OK to open html file Sélected via CTRL-O.



Under Windows 7 last windowsupdated running VirtualBox 5.2.32 => 
OpenIndiana/Firefox 60.9.0esr freeze


Both VM are defined with 2 proc and 4 GB (Both harware are 8GB/4 cores)

  It appears not to be a swap problem

top output

Memory: 4096M phys mem, 2597M free mem, 8192M total swap, 7637M free swap

root@india:~# zfs get volsize rpool/swap
NAME PROPERTY VALUE SOURCE
rpool/swap volsize 8G local
root@india:~# swap -sh
total: 791M allocated + 8,22G reserved = 9,00G used, 1,54G available


There are two things to try:

1) Enlarge swap. Having 1.5 G of available swap is unfortunately not 
that much with Firefox running. I had to go to 32 G of swap to make 
Firefox stable for me with 16 G of RAM and 4 content processes (see below).


2) Lower the "Content process limit" in Firefox Preferences. Set it to 1.

Michal


root@india:~# swap -lh
swapfile dev swaplo blocks free
/dev/zvol/dsk/rpool/swap 304,2 4K 8,00G 7,46G


  


Message du 17/09/19 20:03
De : "Michal Nowak"
A : openindiana-discuss@openindiana.org
Copie à :
Objet : Re: [OpenIndiana-discuss] Firefox 60.9.0esr bug

That Gecko warning is usually associated with the system being low on swap:

https://www.illumos.org/issues/10883

https://www.mail-archive.com/openindiana-discuss@openindiana.org/msg22166.html

How much RAM and swap do you have?

Can you run this when opening a local HTML file and report back a couple
of lines?

while true; do swap -sh; sleep 1; done

Michal

On 09/17/19 07:54 PM, cpforum wrote:

$ firefox

I have always the following 2 lines

(firefox:1026): Gtk-WARNING **: 19:49:04.608: Theme parsing error: :1:34: 
Expected ')' in color definition
(firefox:1026): Gtk-WARNING **: 19:49:04.608: Theme parsing error: :1:77: 
Expected ')' in color definition

When I try to open a local html File with tab I have the following log

[Parent 1026, Gecko_IOThread] WARNING: Failed to launch tab subprocess: file 
/jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-60.9.0/ipc/glue/GeckoChildProcessHost.cpp,
 line 524
[Parent 1026, Gecko_IOThread] WARNING: Failed to launch tab subprocess: file 
/jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-60.9.0/ipc/glue/GeckoChildProcessHost.cpp,
 line 524
[Parent 1026, Gecko_IOThread] WARNING: Failed to launch tab subprocess: file 
/jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-60.9.0/ipc/glue/GeckoChildProcessHost.cpp,
 line 524











Message du 17/09/19 19:46
De : "cpforum"
A : "Discussion list for OpenIndiana"
Copie à :
Objet : Re: [OpenIndiana-discuss] Firefox 60.9.0esr bug

It depends on how you open the file. $ firefox file.html is OK type an url file:/// is also OK Using Tabs Menu "FIle" then "Open File" select "file.html" then Click Open do not work for me.         > Message du 17/09/19 17:18 > De : 
"Andreas Wacknitz" > A : openindiana-discuss@openindiana.org > Copie à : > Objet : Re: [OpenIndiana-discuss] Firefox 60.9.0esr bug > > On my system I can open html files without any hassle. So it's either > your file or your configuration. > 
> Regards, > Andreas > > > Am 17.09.19 um 08:37 schrieb cpforum: > > Hello, > > > > Last Firefox 60.9.0esr works with http and https urls. If you try to Open an HTML file with File/Open File then select an HTML file and Open, then Firefox 
seem to be in a loop. > > And you have to pkill it. It appears to be a regression (60.8.0esr works fine). > > > > > > > > > > > > > > > > ___ > > openindiana-discuss 
mailing list > > openindiana-discuss@openindiana.org > > https://openindiana.org/mailman/listinfo/openindiana-discuss > > > ___ > openindiana-discuss mailing list > openindiana-discuss@openindiana.org 
> https://openindiana.org/mailman/listinfo/openindiana-discuss > ___ openindiana-discuss mailing list openindiana-discuss@openindiana.org https://openindiana.org/mailman/listinfo/openindiana-discuss


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


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


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


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


Re: [OpenIndiana-discuss] OIos graphics card recomendations to drive a wide screen monitor

2019-09-18 Thread Michal Nowak

On 09/18/19 04:45 PM, openba wrote:

Dear Forum,

I am looking for a mid range workstation graphics card recomendation to 
drive a 43" J890 Curved High Resolution Monitor. Can anyone recomend a 
compatible contempory card?



Regards


Robert Jones


Hi,

with such a resolution I think only nvidia GPUs with Solaris driver may 
handle that. Pick some recent driver version at 
https://www.nvidia.com/en-us/drivers/unix/solaris-display-archive/ and 
at "Supported products" tab pick whatever you find suitable. But there 
not guarantees that the Solaris driver will work (though it usually does).


Michal

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


Re: [OpenIndiana-discuss] Firefox 60.9.0esr bug

2019-09-17 Thread Michal Nowak

That Gecko warning is usually associated with the system being low on swap:

https://www.illumos.org/issues/10883

https://www.mail-archive.com/openindiana-discuss@openindiana.org/msg22166.html

How much RAM and swap do you have?

Can you run this when opening a local HTML file and report back a couple 
of lines?


while true; do swap -sh; sleep 1; done

Michal

On 09/17/19 07:54 PM, cpforum wrote:

$ firefox

I have always the following 2 lines

(firefox:1026): Gtk-WARNING **: 19:49:04.608: Theme parsing error: :1:34: 
Expected ')' in color definition
(firefox:1026): Gtk-WARNING **: 19:49:04.608: Theme parsing error: :1:77: 
Expected ')' in color definition

When I try to open a local html File with tab I have the following log

[Parent 1026, Gecko_IOThread] WARNING: Failed to launch tab subprocess: file 
/jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-60.9.0/ipc/glue/GeckoChildProcessHost.cpp,
 line 524
[Parent 1026, Gecko_IOThread] WARNING: Failed to launch tab subprocess: file 
/jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-60.9.0/ipc/glue/GeckoChildProcessHost.cpp,
 line 524
[Parent 1026, Gecko_IOThread] WARNING: Failed to launch tab subprocess: file 
/jenkins/jobs/oi-userland/workspace/components/web/firefox/firefox-60.9.0/ipc/glue/GeckoChildProcessHost.cpp,
 line 524


  

  

  

  


Message du 17/09/19 19:46
De : "cpforum"
A : "Discussion list for OpenIndiana"
Copie à :
Objet : Re: [OpenIndiana-discuss] Firefox 60.9.0esr bug

It depends on how you open the file. $ firefox file.html is OK type an url file:/// is also OK Using Tabs Menu "FIle" then "Open File" select "file.html" then Click Open do not work for me.         > Message du 17/09/19 17:18 > De : 
"Andreas Wacknitz" > A : openindiana-discuss@openindiana.org > Copie à : > Objet : Re: [OpenIndiana-discuss] Firefox 60.9.0esr bug > > On my system I can open html files without any hassle. So it's either > your file or your configuration. > 
> Regards, > Andreas > > > Am 17.09.19 um 08:37 schrieb cpforum: > > Hello, > > > > Last Firefox 60.9.0esr works with http and https urls. If you try to Open an HTML file with File/Open File then select an HTML file and Open, then Firefox 
seem to be in a loop. > > And you have to pkill it. It appears to be a regression (60.8.0esr works fine). > > > > > > > > > > > > > > > > ___ > > openindiana-discuss 
mailing list > > openindiana-discuss@openindiana.org > > https://openindiana.org/mailman/listinfo/openindiana-discuss > > > ___ > openindiana-discuss mailing list > openindiana-discuss@openindiana.org 
> https://openindiana.org/mailman/listinfo/openindiana-discuss > ___ openindiana-discuss mailing list openindiana-discuss@openindiana.org https://openindiana.org/mailman/listinfo/openindiana-discuss


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


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


Re: [OpenIndiana-discuss] Help test hplip with libusb-1

2019-09-12 Thread Michal Nowak

Thanks Stephan,

much appreciated!

Michal

On 09/10/19 09:26 PM, Stephan Althaus wrote:

Hello!

I made some dirty hack to get rid of the permission problem

# /devices/pci@0,0/pci1028,7b1@14$ sudo chmod -R a+rw  *

(*btw maybe someone can point me to a hint where i can solve this the 
right way?*)



Done this, then the command "hp-testpage" succeeded with my printer 
configured with hplip - URI


hp:/usb/HP_Color_LaserJet_2605dn?serial=00CNCW6DN7Q0

So your package libusb-1 + hplip definetely works for my laserjet.

i will try my deskjet when the ink arrives..

Greetings,
Stephan


On 09/07/19 12:51, Michal Nowak wrote:

Stephan,

On 09/04/19 10:04 PM, Stephan Althaus wrote:

Hello!

i have hp printers and would like to check it out.
if i remember correctly i could not scan (HP MFP) because of usb 
errors, so this is worth a check, too.


please write a short description of how to test this.
Are you able to provide a publisher with the needed pkg(s) ?


thanks for volunteering!

I uploaded the archive to the PR description: 
https://github.com/OpenIndiana/oi-userland/pull/5275. Download it, 
unpack it.


Then the .p5p archive should be installed like this:

$ pfexec pkg set-publisher -g libusb-1+hplip.p5p userland

$ pkg publisher
PUBLISHER   TYPE STATUS P LOCATION
userland   (non-sticky) origin   online F 
file:///export/home/newman/libusb-1%2Bhplip.p5p/


Your openindiana.org publisher should be set non-sticky:

$ pfexec pkg install -v 
pkg://userland/library/libusb-1@1.0.23-2019.0.0.0:20190829T105240Z 
pkg://userland/print/filter/hplip@3.19.8-2019.0.0.0:20190829T102109Z


When the installation succeeds, remove the publisher:

$ pfexec pkg set-publisher -G 
file:///export/home/newman/libusb-1%2Bhplip.p5p/ userland


Restart the system.

I need just the basics, that a HP printer prints with updated hplip, 
if you have more printer, try them all, please. If you can also scan, 
that's a great to too (note that we recently updated sane-backends to 
1.0.28). If possible have the system updated to the latest hipster.


Let me know, how it went.

Thanks,
Michal



Greetings,
Stephan


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




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


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


Re: [OpenIndiana-discuss] Σχετ: Re: Firefox dumps core...

2019-09-12 Thread Michal Nowak
Is there a reason you use the old Firefox 60.6.3 version? Would you mind 
updating you installation to the latest hipster code, please?


Thanks,
Michal

On 09/12/19 07:49 PM, Apostolos Syropoulos via openindiana-discuss wrote:

Hello,
Today Firefox refuses to work and I can see some message in.xessions.erros 
related to Firefox:


_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root

(mate-settings-daemon:2270): MateDesktop-WARNING **: 20:23:23.631: Call to scree
n_info_new is too frequent, skipping...

(mate-settings-daemon:2270): MateDesktop-WARNING **: 20:23:23.633: Call to scree
n_info_new is too frequent, skipping...

(mate-settings-daemon:2270): MateDesktop-WARNING **: 20:23:23.634: Call to scree
n_info_new is too frequent, skipping...
W: [(null)] caps.c: Normally all extra capabilities would be dropped now, but th
at's impossible because PulseAudio was built without capabilities support.

(caja:2278): Gtk-WARNING **: 20:23:25.725: Failed to register client: GDBus.Erro
r:org.gnome.SessionManager.AlreadyRegistered: Unable to register client
** Message: 20:23:25.795: Initializing gksu extension...

(mate-settings-daemon:2270): Gtk-WARNING **: 20:23:25.917: gtk_widget_size_alloc
ate(): attempt to allocate widget with width -1 and height 26
Caja-Share-Message: 20:23:26.938: Called "net usershare info" but it failed: Fai
led to execute child process “net” (No such file or directory)
/usr/share/system-config-printer/applet.py:44: PyGIWarning: Notify was imported
without specifying a version first. Use gi.require_version('Notify', '0.7') befo
re import to ensure that the right version gets loaded.
   from gi.repository import Notify

(firefox:2332): Gtk-WARNING **: 20:23:49.720: Theme parsing error: :1:34:
Expected ')' in color definition

(firefox:2332): Gtk-WARNING **: 20:23:49.721: Theme parsing error: :1:78:
Expected ')' in color definition
[Child 2335, Chrome_ChildThread] WARNING: pipe error: Broken pipe: file /jenkins
/jobs/oi-userland/workspace/components/web/firefox/firefox-60.6.3/ipc/chromium/s
rc/chrome/common/ipc_channel_posix.cc, line 694

(firefox:2346): Gtk-WARNING **: 20:24:16.822: Theme parsing error: :1:34:
Expected ')' in color definition

(firefox:2346): Gtk-WARNING **: 20:24:16.822: Theme parsing error: :1:78:
Expected ')' in color definition
[Child 2349, Chrome_ChildThread] WARNING: pipe error: Broken pipe: file /jenkins
/jobs/oi-userland/workspace/components/web/firefox/firefox-60.6.3/ipc/chromium/s
rc/chrome/common/ipc_channel_posix.cc, line 694


Now, I am sending this message using Firefox from Windows 7 that runs
in VirtualBox... Do you have any suggestion to make FF functional again?
Regards,A.S.



--
Apostolos Syropoulos
Xanthi, Greece
  


 On Monday, September 9, 2019, 8:27:51 AM GMT+3, Michal Nowak 
 wrote:
  
  Just read and deleted couple of emails in Yahoo Mail with my Firefox 66

build and no crash. Your problem will be hopefully fixed once we move to
Firefox 68 ESR.

Michal

On 09/09/19 12:31 AM, Apostolos Syropoulos via openindiana-discuss wrote:

Hello,
I have noticed that Yahoo mail crashesFirefox. Usually when I try to read 
amessage or delete a message, FFcrashes. Sometimes it is possibleto use yahoo 
mail but then it isextremely slow (I am sending thismessage using the Android 
app...).
Has anybody seen what I see?
Apostolos


   
___

openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



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

openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



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


Re: [OpenIndiana-discuss] Σχετ: Re: Firefox dumps core...

2019-09-08 Thread Michal Nowak
Just read and deleted couple of emails in Yahoo Mail with my Firefox 66 
build and no crash. Your problem will be hopefully fixed once we move to 
Firefox 68 ESR.


Michal

On 09/09/19 12:31 AM, Apostolos Syropoulos via openindiana-discuss wrote:

Hello,
I have noticed that Yahoo mail crashesFirefox. Usually when I try to read 
amessage or delete a message, FFcrashes. Sometimes it is possibleto use yahoo 
mail but then it isextremely slow (I am sending thismessage using the Android 
app...).
Has anybody seen what I see?
Apostolos


  
___

openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



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


Re: [OpenIndiana-discuss] Help test hplip with libusb-1

2019-09-08 Thread Michal Nowak

On 09/08/19 07:42 PM, Stephan Althaus wrote:

Oh wait a moment.

just now am trying to use the hp* commands to test the printer, it does 
not work yet...

Though identifying is no problem with hp-probe...

i'll report back asap
Stephan


I don't know HP tools but using CUPS for sample print-out should do.

Michal

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


Re: [OpenIndiana-discuss] Help test hplip with libusb-1

2019-09-08 Thread Michal Nowak

On 09/07/19 10:44 PM, Stephan Althaus wrote:

Hi Michal!

Install succeeded:
 >pkg info hplip libusb-1 sane-backends|grep FMRI
  FMRI: 
pkg://openindiana.org/image/scanner/xsane/sane-backends@1.0.28-2019.0.0.0:20190829T132400Z 

  FMRI: 
pkg://userland/library/libusb-1@1.0.23-2019.0.0.0:20190829T105240Z
  FMRI: 
pkg://userland/print/filter/hplip@3.19.8-2019.0.0.0:20190829T102109Z



Printing works with my laserjet, my deskjet has no ink at the moment :-{


Thanks, Stephan, appreciate your help.

For the record, can you state types of these two printers and the 
scanner, please?




Scan fails, but this looks just like the previous versions.
( if i remember correctly this has been addressed by bsd people, an 
error with the usb handling,
   hplip is blocking its own usb connection because it is not correctly 
closed after after probe or such alike

Scanning...
error: SANE: Device busy (code=3)
Closing device.
)

The scanner probe is ok:
"Using device hpaio:/usb/Deskjet_2050_J510_series?serial=CN1771H0JT05QV"


Might be worth reporting to https://gitlab.com/sane-project/backends/issues.

If you are able to identify the fix I am happy to integrate it to libusb-1.



Greetings,
Stephan


Thanks,
Michal




On 09/07/19 12:51, Michal Nowak wrote:

Stephan,

On 09/04/19 10:04 PM, Stephan Althaus wrote:

Hello!

i have hp printers and would like to check it out.
if i remember correctly i could not scan (HP MFP) because of usb 
errors, so this is worth a check, too.


please write a short description of how to test this.
Are you able to provide a publisher with the needed pkg(s) ?


thanks for volunteering!

I uploaded the archive to the PR description: 
https://github.com/OpenIndiana/oi-userland/pull/5275. Download it, 
unpack it.


Then the .p5p archive should be installed like this:

$ pfexec pkg set-publisher -g libusb-1+hplip.p5p userland

$ pkg publisher
PUBLISHER   TYPE STATUS P LOCATION
userland   (non-sticky) origin   online F 
file:///export/home/newman/libusb-1%2Bhplip.p5p/


Your openindiana.org publisher should be set non-sticky:

$ pfexec pkg install -v 
pkg://userland/library/libusb-1@1.0.23-2019.0.0.0:20190829T105240Z 
pkg://userland/print/filter/hplip@3.19.8-2019.0.0.0:20190829T102109Z


When the installation succeeds, remove the publisher:

$ pfexec pkg set-publisher -G 
file:///export/home/newman/libusb-1%2Bhplip.p5p/ userland


Restart the system.

I need just the basics, that a HP printer prints with updated hplip, 
if you have more printer, try them all, please. If you can also scan, 
that's a great to too (note that we recently updated sane-backends to 
1.0.28). If possible have the system updated to the latest hipster.


Let me know, how it went.

Thanks,
Michal



Greetings,
Stephan


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




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


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


Re: [OpenIndiana-discuss] Help test hplip with libusb-1

2019-09-07 Thread Michal Nowak

Stephan,

On 09/04/19 10:04 PM, Stephan Althaus wrote:

Hello!

i have hp printers and would like to check it out.
if i remember correctly i could not scan (HP MFP) because of usb errors, 
so this is worth a check, too.


please write a short description of how to test this.
Are you able to provide a publisher with the needed pkg(s) ?


thanks for volunteering!

I uploaded the archive to the PR description: 
https://github.com/OpenIndiana/oi-userland/pull/5275. Download it, 
unpack it.


Then the .p5p archive should be installed like this:

$ pfexec pkg set-publisher -g libusb-1+hplip.p5p userland

$ pkg publisher
PUBLISHER   TYPE STATUS P LOCATION
userland   (non-sticky) origin   online F 
file:///export/home/newman/libusb-1%2Bhplip.p5p/


Your openindiana.org publisher should be set non-sticky:

$ pfexec pkg install -v 
pkg://userland/library/libusb-1@1.0.23-2019.0.0.0:20190829T105240Z 
pkg://userland/print/filter/hplip@3.19.8-2019.0.0.0:20190829T102109Z


When the installation succeeds, remove the publisher:

$ pfexec pkg set-publisher -G 
file:///export/home/newman/libusb-1%2Bhplip.p5p/ userland


Restart the system.

I need just the basics, that a HP printer prints with updated hplip, if 
you have more printer, try them all, please. If you can also scan, 
that's a great to too (note that we recently updated sane-backends to 
1.0.28). If possible have the system updated to the latest hipster.


Let me know, how it went.

Thanks,
Michal



Greetings,
Stephan


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


Re: [OpenIndiana-discuss] pkg update is failing

2019-09-06 Thread Michal Nowak

On 09/05/19 12:19 AM, Tim Mooney wrote:
In regard to: Re: [OpenIndiana-discuss] pkg update is failing, 
Alexander...:



In fact it tries to do this -
https://github.com/OpenIndiana/pkg5/commit/d3187bbf6614769114482c8823a6b1adae05ea3a 



Those changes are what I was thinking pkg should be doing, so you've
anticipated and already fixed the issue.

When someone does a 'pkg update', does pkg update itself *first* and then
continue with the remaining packages, or does the 'pkg update' run the
entire update using the (possibly outdated) version of pkg from the
running boot environment?


I don't think re-spawn is implemented. I've seen it in openSUSE via 
`zypper patch` but one was bound to execute the command twice manually, 
first zypper et al. were updated, then the rest.




I'm just wondering if the people that had problems because of locale
settings were getting the behavior from a pkg that was prior to your
improvement.


The old Python2-based pkg certainly was able to install the non-ASCII 
file name and in the same vein it should be able to remove it. The 
Python3-based pkg is unable to cope with non-ASCII file names, but 
that's not a problem for those updating now as they will get system 
without non-ASCII file names (I checked we distributed only two such 
file names and I removed them from the ca-certificates package from 
which bot came from).


I think there are two vectors where things break: (1) Someone is using 
non-UTF-8 locale, (2) someone updated pkg when non-ASCII file names were 
still being distributed. In both cases manual intervention may be 
required :(, if only setting UTF-8 locale and, respectively, rolling 
back to BE before Python3-based pkg and updating from there.


Sorry for not catching this soon enough.

Michal

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


Re: [OpenIndiana-discuss] Virtualbox is core dumping

2019-09-06 Thread Michal Nowak

On 09/04/19 08:06 PM, Geoff Nordli wrote:


On 2019-09-04 10:40 a.m., Alan Coopersmith wrote:

On 9/4/19 10:20 AM, Geoff Nordli wrote:

Hi.

I posted this a couple of days on the omnios list, but haven't gotten 
much feedback. I am hoping someone here might have some clues as OI 
and Omnios share the same vbox code.  Posted below is some crash dump 
information.


I have several machines running vbox without issue.  The only thing I 
can think of here is that this machine has a "newer" Intel Xeon 
Silver 4110 Processor.


Any other thoughts?



That looks like the crashes we see on Solaris when SMAP is enabled on 
a CPU
new enough to support it.  The VirtualBox drivers try to access memory 
that

SMAP blocks access to from kernel space.

https://wiki.openindiana.org/oi/7.2+VirtualBox suggests "Workaround is 
to put:

set disable_smap=1 in /etc/system and reboot, before starting VirtualBox"



Hi Alan.

I tried the smap disable, doesn't seem to make a difference.

As well, I was told from the omnios list you don't need to disable smap 
when using the vbox builds from omnios/OI.  They now work without having 
to disable it.


thanks,

Geoff


If the system was ever "tainted" by the upstream binary VirtualBox 
packages, it might be actually easier to reinstall the system anew and 
see if the problem persists - as others were suggesting, it should not.


Michal

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


[OpenIndiana-discuss] Help test hplip with libusb-1

2019-09-04 Thread Michal Nowak

https://github.com/OpenIndiana/oi-userland/pull/5275

Is anyone interested in testing an updated hplip package linked against 
libusb-1? It requires HP printer supported by the hplip package.


The thing is that hplip was linked against an old unmaintained libusb 
package and I think we should use the maintained libusb-1 package instead.


Thanks,
Michal

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


Re: [OpenIndiana-discuss] /hipster: lost (pulse)audio again

2019-08-30 Thread Michal Nowak

On 08/30/19 04:14 PM, Predrag Zečević - Technical Support Analyst wrote:

hi all,

After last OI update
:; beadm list | tail -1
oi_190827.nv396 NR /  120G  static 2019-08-27 15:16

:; uname -rosv
SunOS 5.11 illumos-3ee4fc2aa6 illumos


I am unable to listen to audio:
a) not quiet true fro VLC, somehow it plays it - but no volume control 
is possible

b) totem is silent
c) FF show error from attachment (when visited 
https://arstechnica.com/gadgets/2019/08/unix-at-50-it-starts-with-a-mainframe-a-gator-and-three-dedicated-researchers/) 



Funny thing is: process is there and syslog shows:
[2019-08-30 13:46:38] solarix pulseaudio[2242]: [ID 295310 user.error] 
[oss] module-oss.c: pa_read() failed: Resource temporarily unavailable


Tried to kill pulseaudio and start it again (from session) - it died with:
[2019-08-30 16:03:37] solarix pulseaudio[29901]: [ID 295310 user.error] 
[solaris] sink.c: Assertion '!pa_thread_mq_get()' failed at 
pulsecore/sink.c:2288, function pa_sink_set_mute(). Aborting.


Any ideas?

With best regards.


Predrag, can you identify the last working version?

I don't see us merged anything related to audio recently.

Have a look to ~/.xsession-errors as well. truss of the running 
pulseaudio process might help too.


Michal

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


Re: [OpenIndiana-discuss] VirtualBox setup questions

2019-08-30 Thread Michal Nowak

On 08/30/19 08:53 AM, Predrag Zečević - Technical Support Analyst wrote:

On 08/30/19 02:30, Lonnie Cumberland wrote:

Hi All,

I was able to inststall virtual box.

First I had to do a "sudo pkg update" which downloaded about 600 MB and
then I had to reboot.

After that, when I did

pkg search virtualbox
This will do only local search, for search on repository try (or any 
other package):

:; pkg search -r virtualbox


it found it and then I did

sudo pfexec pkg install virtualbox

Only sudo OR pfexec will be enough (I use later one).


This is where I am at now and it does not seem to have installed anything
into the Mate GUI so I am lookng around to see if there is some binary
executable somewhere.

:; which VirtualBox
/usr/bin/VirtualBox

Could be starting point.

I use RAW zfs for VB guest storage (based on 
http://schlueters.de/blog/archives/137-ZFS-and-VirtualBox.html) which 
(IMHO) speed guest


That's interesting, Predrag! I blogged about this setup recently 
(https://dev.to/mnohime/use-raw-zfs-volume-for-virtualbox-guest-45jg) 
and I found it incredibly slow, much slower (sic) than using VDI image.


I'd be interested in seeing how your setup performs: RAW ZFS v. VDI image.

I got a very nice comment in the post by Mike Gerdts about what might 
went wrong in my setup, but I didn't have the time so far to investigate 
his points.


Michal

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


Re: [OpenIndiana-discuss] Simple steps for creating a network accessible zone?

2019-08-30 Thread Michal Nowak

On 08/30/19 07:19 AM, Lonnie Cumberland wrote:

Hi All,

Can you please tell me the simplest way to make a network accessible zone?
I have not had a lot of experience with zones yet and am still trying to
get a handle on them.

Thanks,
Lonnie
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



Our documentation has a part dedicated to Zones: 
http://docs.openindiana.org/handbook/systems-administration/#zones.


Michal

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


Re: [OpenIndiana-discuss] Σχετ: Re: Firefox dumps core...

2019-08-27 Thread Michal Nowak

Nothing relevant in the logs?

Anyway, run following command in terminal to see if the system is not 
close to starvation, send us last 10 lines when crash happens:


while true; do swap -sh; sleep 1; done

Michal

On 08/27/19 09:01 PM, Apostolos Syropoulos via openindiana-discuss wrote:

Moments ago firefox crashed while I was using VirtualBox.
And here is what I get from mdb:
mdb: core file data for mapping at 3b208bfd4000 not saved: Bad address.. 
many lines like these omitted .
mdb: core file data for mapping at 3b208bff4000 not saved: Bad address
mdb: core file data for mapping at 3b208c014000 not saved: Bad address
Loading modules: [ libc.so.1 libuutil.so.1 libnvpair.so.1 libavl.so.1 ld.so.1 ]

::status

debugging core file of firefox (64-bit) from adalind
file: /usr/lib/amd64/firefox/firefox
initial argv:
/usr/lib/amd64/firefox/firefox -contentproc -childID 1 -isForBrowser -boolPrefs
threading model: native threads
status: process terminated by SIGSEGV (Segmentation Fault), addr=0

$G

C++ symbol demangling enabled

$C

0045cd70
libxul.so`mozilla::ipc::MessageChannel::OnChannelErrorFromLink+0x1ae()
00010009 0()

A.S.

--
Apostolos Syropoulos
Xanthi, Greece
  

   
  
___

openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



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


Re: [OpenIndiana-discuss] Pulse Audio Server not starting

2019-08-27 Thread Michal Nowak

On 08/27/19 05:01 PM, Lonnie Cumberland wrote:

Hello All,

I installed the OI as a guest inside of VirtualBox on a Windows 7 (64-bit)
host and fired up everything.

Is there some special setting for VB that I missed perhaps as it seems that
the Pulse Audio server would not fire up for some reason?

Cheers,
Lonnie
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



It is spawned on desktop environment start. Feel free to start 
`pulseaudio --daemonize=no` manually and see if it keeps running. There 
may be associated errors in `dmesg` and ~/.xsession-errors.


Make sure your guest is updated and has 
system/virtualbox/virtualbox-additions installed.


Michal

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


Re: [OpenIndiana-discuss] apache-mellon package broken

2019-08-27 Thread Michal Nowak

On 08/27/19 04:58 PM, Predrag Zečević - Technical Support Analyst wrote:

Hi all,

I have tried to add apache-mellon package, but I got into several troubles:

:; pfexec pkg search -r mellon
# Returns nothing - got name of package with command:
:; pfexec pkgrecv -s https://pkg.openindiana.org/hipster/

and installed it:
:; pfexec pkg install -v apache-mellon
    Packages to install: 3
  Estimated space available:   4.87 GB
Estimated space to be consumed: 217.74 MB
    Create boot environment:    No
Create backup boot environment:    No
   Rebuild boot archive:    No

Changed packages:
openindiana.org
   library/lasso
     None -> 2.6.0-2019.0.0.0
   library/xmlsec
     None -> 1.2.28-2019.0.0.0
   web/server/apache-24/module/apache-mellon
     None -> 0.14.2-2019.0.0.0
...

*BUT*:
:; pkg contents apache-mellon
PATH
$(ETCDIR)/apache2/2.4/samples-conf.d/mellon.conf
$(USRDIR)/apache2/2.4/bin/mellon_create_metadata.sh
$(USRDIR)/apache2/2.4/libexec/mod_auth_mellon.so
$(USRSHAREDIR)/doc/mellon/README.md

e.g:
:; ls -al /etc//apache2/2.4/samples-conf.d/mellon.conf
ls: cannot access '/etc//apache2/2.4/samples-conf.d/mellon.conf': No 
such file or directory



With best regards.
Predrag Zečević


Thanks for the report Predrag.

You are right, here's the fix:

https://github.com/OpenIndiana/oi-userland/pull/5271.

Michal

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


Re: [OpenIndiana-discuss] Σχετ: Re: Firefox dumps core...

2019-08-27 Thread Michal Nowak
That's good even if you run Firefox and a lot of additional stuff at the 
same time. But we need more information about it.


Does it happen with some particular web page? Is there anything in 
`dmesg` or ~/.xsession-errors around the time of the crash? Can you do 
after crash to see the back trace?


$ mdb ~/core
::status
$G
$C

Does disabling HW acceleration and seting context processes to 1 in 
Firefox makes the problem go away?


Michal

On 08/26/19 11:52 PM, Apostolos Syropoulos via openindiana-discuss wrote:

I have 8GB RAM and 50 GB swap, or is it30 GB...? At any rate I followed 
theinstructions posted here. The interestingthing is that it crashes 5-10 times 
and thenit works normally...AS

Στάλθηκε από το Ταχυδρομείο Yahoo σε Android
  
   Στις Δευ, 26 Αυγ, 2019 στις 23:05, ο χρήστηςBob Friesenhahn έγραψε:   On Mon, 26 Aug 2019, Apostolos Syropoulos via openindiana-discuss wrote:



And firefox cannot dumb core but itdumps core...


How much swap space and RAM do you have?  Firefox requires a lot of
swap space now.

Bob



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


Re: [OpenIndiana-discuss] Firefox dumps core...

2019-08-26 Thread Michal Nowak

On 08/26/19 06:59 PM, Bob Friesenhahn wrote:

On Mon, 26 Aug 2019, Apostolos Syropoulos via openindiana-discuss wrote:


And firefox cannot dumb core but itdumps core...


How much swap space and RAM do you have?  Firefox requires a lot of swap 
space now.


Bob


https://docs.openindiana.org/release-notes/2019.04-release-notes/#late-news-known-issues

I have 16G of RAM and 32G of swap. The other trick is to lower "Content 
process limit" in Firefox preferences.


Michal

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


Re: [OpenIndiana-discuss] rdesktop, freerdp, or NX server

2019-08-25 Thread Michal Nowak

On 08/25/19 12:11 AM, Lonnie Cumberland wrote:

Hi All,

I am working my way more an more into the illumos based distros like
SmartOS, OmniOS, and OpenIndiana.

While still trying to get a good feel for each to see how they are best
used, I started to think about connection protocols.

I know that you can connect to VM's running on SmartOS via VNC, but would
like to know if OpenIndiana can also run NX (NoMachine), rdesktop (RDP) or
FreeRDP clients?

In particular, I am interested in know if it can run RDP clients as I think
that they offer a lot of potential over VNC.

Cheers and have a good weekend,
Lonnie


We have fairly recent rdesktop and soon FreeRDP but I am not aware of 
any RDP server, like xrdp, in our distribution, nor NX.


Michal

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


[OpenIndiana-discuss] splix - drivers for SPL printers

2019-08-20 Thread Michal Nowak
We just merged print/splix component for printers which use the SPL 
printing language (mostly Samsung, but also some Xerox).


See http://splix.ap2c.org/ for more info and list of supported printers.

As usual, you can setup the printer via system-config-printer, the 
printer and SPL driver should be detected automatically.


I tested this with Samsung SCX 3205 laser printer with good results.

Michal

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


Re: [OpenIndiana-discuss] SunRay on OI/Hipster

2019-08-19 Thread Michal Nowak

Hi,

I believe it is possible to run OpenIndiana on SunRay but not a stock OI 
unfortunately. I suggest you go thru 
https://www.illumos.org/issues/11040. It seems that packages like GDM 
which were deprecated by LightDM are needed. Going thru the mailing list 
archive seems a good idea too: 
https://openindiana.org/pipermail/openindiana-discuss/.


Michal

On 08/19/19 11:02 AM, Jonathan Adams wrote:

Hi everyone,

we used to run our SunRays on Solaris 10, back in the day, and then moved
to Centos in order to get access to updated desktop apps (firefox, chrome,
wine, xrdp mostly).

We obviously now have issues in that the gtk+ on Centos is ancient and
causes the latest Firefox to crash for some windows (print, "save as" ...).

I'd really like to move back to running them in the Solaris/OI world.

Do you know if it is still possible to run the SunRays on the latest
version of OI/Hipster, and if so does anyone have a guide/walkthrough?

Thanks

Jon
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



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


Re: [OpenIndiana-discuss] Looking for Ethernet dongle

2019-08-12 Thread Michal Nowak

On 08/12/19 12:51 AM, Joshua M. Clulow wrote:

On Sat, 10 Aug 2019 at 20:52, Michal Nowak  wrote:

I can use whatever driver is in illumos or grab one  from
http://freenicdrivers.la.coocan.jp/.


Note that (I believe) many of these drivers were added to illumos-gate
directly, via:

 https://www.illumos.org/issues/6930


That's right, though, shortly after that axg driver was made available.

Anyway, I ordered ASIX AX88178- and AX88179-based dongles. If they work 
with the driver, I hope to add them to the gate.


Michal

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


[OpenIndiana-discuss] Looking for Ethernet dongle

2019-08-10 Thread Michal Nowak

Hi,

does anyone have an Ethernet USB dongle which works under OpenIndiana?

I have Asix AX88772B and Asix AX88772A both USB 2.0 FastEthernet 
dongles, but the former one is not supported and the latter one works 
fairly poorly (frame errors, header checksum errors, explodes in xHCI 
port, crashes after 1 day of uptime, ...).


Ideally it's USB 3 Gigabit Ethernet, but USB 2 FastEthernet is just fine.

I can use whatever driver is in illumos or grab one	 from 
http://freenicdrivers.la.coocan.jp/.


Thanks,
Michal

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


Re: [OpenIndiana-discuss] Package conflict issue

2019-08-10 Thread Michal Nowak

I thought of full update:

$ pfexec pkg update -v

On 08/10/19 08:53 PM, Jaeger, Trent Ray wrote:

Thanks for the suggestion.

I did try to do a generic update

pfexec pkg update osnet-incorporation
pfexec pkg update osnet/osnet-incorporation
pfexec pkg update pkg:/consolidation/osnet/osnet-incorporation

But, all say that there are “No updates available for this image”

After your email, I tried to pick a specific version of osnet-incorporation - 
there are many that are published.  Tried the lowest index that was claimed to 
cause a conflict with gcc (system/header specifically).

pfexec pkg update 
pkg:/consolidation/osnet/osnet-incorporation@0.5.11-2018.0.0.18656

That resulted in many rejects for various version incompatibilities.

How do I do the update you have in mind?

Possible
Regards,
Trent.
--
Trent Jaeger
Professor, CSE Department
Pennsylvania State University
W359 Westgate Bldg, University Park, PA 16802
Email: tjae...@cse.psu.edu<mailto:tjae...@cse.psu.edu>
Ph: (814) 865-1042, Fax: (814) 865-3176
URL: http://www.trentjaeger.com

On Aug 10, 2019, at 2:35 PM, Michal Nowak 
mailto:mno...@startmail.com>> wrote:

Trent,

this looks like a common issue where you can't install new package due to 
having an old osnet incorporation. Did you updated the system after OpenIndiana 
installation?

If you did not, please update first, restart, and then try to install the 
package again.

Michal

On 08/10/19 07:54 PM, Jaeger, Trent Ray wrote:
Hi,
I am new to OpenIndiana, and I want to to install gcc on my system, but I am 
running into conflicts.
I have tried to install one of several versions of gcc, and received the 
following error message (gcc-6 as an example).
% pkg install gcc-6
pkg install: No matching version of developer/gcc-6 can be installed:
  Reject: pkg://openindiana.org/developer/gcc-6@6.5.0-2018.0.0.1
  Reason: No version matching ‘require’ dependency system/header can be 
installed
———
Reject:   pkg://openindiana.org/system/header@0.5.11-2018.0.0.18656
to
  pkg://openindiana.org/system/header@0.5.11-2018.0.0.18903
Reason: This version is excluded by installed incorporation 
consolidation/osnet/osnet-incorporation@0.5.11-2018.0.0.18398
———
All the versions of "system/header" packages that are found via search are between 18656 
and 18903, and the "osnet-incorporation" is at 18398.
These packages appear to be required by gcc and many things running on the 
host, respectively.
Examined some other publishers, but packages appeared to be obsolete.
Regards,
Trent.
--
Trent Jaeger
Professor, CSE Department
Pennsylvania State University
W359 Westgate Bldg, University Park, PA 16802
Email: 
tjae...@cse.psu.edu<mailto:tjae...@cse.psu.edu><mailto:tjae...@cse.psu.edu>
Ph: (814) 865-1042, Fax: (814) 865-3176
URL: 
https://nam01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.trentjaeger.com&data=02%7C01%7Ctrj1%40psu.edu%7C407504f59ffc49cdfd4b08d71dc195ad%7C7cf48d453ddb4389a9c1c115526eb52e%7C0%7C1%7C637010589600018431&sdata=tLEJdOJF8FKga12Biv39uDnEfjDwV33lPSjoiJuHM1s%3D&reserved=0
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org<mailto:openindiana-discuss@openindiana.org>
https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fopenindiana.org%2Fmailman%2Flistinfo%2Fopenindiana-discuss&data=02%7C01%7Ctrj1%40psu.edu%7C407504f59ffc49cdfd4b08d71dc195ad%7C7cf48d453ddb4389a9c1c115526eb52e%7C0%7C1%7C637010589600018431&sdata=v%2BxWROqyDzPxlBWxHqfAB7TH1YgyvMnH4M%2BS4unE%2BU8%3D&reserved=0

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org<mailto:openindiana-discuss@openindiana.org>
https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fopenindiana.org%2Fmailman%2Flistinfo%2Fopenindiana-discuss&data=02%7C01%7Ctrj1%40psu.edu%7C407504f59ffc49cdfd4b08d71dc195ad%7C7cf48d453ddb4389a9c1c115526eb52e%7C0%7C1%7C637010589600018431&sdata=v%2BxWROqyDzPxlBWxHqfAB7TH1YgyvMnH4M%2BS4unE%2BU8%3D&reserved=0

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



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


Re: [OpenIndiana-discuss] Package conflict issue

2019-08-10 Thread Michal Nowak

Trent,

this looks like a common issue where you can't install new package due 
to having an old osnet incorporation. Did you updated the system after 
OpenIndiana installation?


If you did not, please update first, restart, and then try to install 
the package again.


Michal

On 08/10/19 07:54 PM, Jaeger, Trent Ray wrote:

Hi,

I am new to OpenIndiana, and I want to to install gcc on my system, but I am 
running into conflicts.

I have tried to install one of several versions of gcc, and received the 
following error message (gcc-6 as an example).

% pkg install gcc-6
pkg install: No matching version of developer/gcc-6 can be installed:
  Reject: pkg://openindiana.org/developer/gcc-6@6.5.0-2018.0.0.1
  Reason: No version matching ‘require’ dependency system/header can be 
installed
———
Reject:   pkg://openindiana.org/system/header@0.5.11-2018.0.0.18656
to
  pkg://openindiana.org/system/header@0.5.11-2018.0.0.18903
Reason: This version is excluded by installed incorporation 
consolidation/osnet/osnet-incorporation@0.5.11-2018.0.0.18398
———

All the versions of "system/header" packages that are found via search are between 18656 
and 18903, and the "osnet-incorporation" is at 18398.

These packages appear to be required by gcc and many things running on the 
host, respectively.

Examined some other publishers, but packages appeared to be obsolete.

Regards,
Trent.
--
Trent Jaeger
Professor, CSE Department
Pennsylvania State University
W359 Westgate Bldg, University Park, PA 16802
Email: tjae...@cse.psu.edu
Ph: (814) 865-1042, Fax: (814) 865-3176
URL: http://www.trentjaeger.com

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



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


[OpenIndiana-discuss] VirtualBox 6.0.10 and it's extensions

2019-08-08 Thread Michal Nowak

Recently, VirtualBox was updated to 6.0.10 and so was it's VNC extension.

Make sure the expected version is in VirtualBox' Settings->Extension.

If not run following command as root to fix it:

VBoxManage extpack install --replace 
/opt/VirtualBox/ExtensionPacks/VNC-6.0.10.vbox-extpack


If you need to update the Oracle extension, do so via "File->Check for 
updates" in VirtualBox (do this operation as root as well).


Michal

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


Re: [OpenIndiana-discuss] Virtualbox on OpenIndiana Hipster?

2019-07-19 Thread Michal Nowak

On 07/19/19 04:17 PM, Aurélien Larcher wrote:

Yes the problem is that my testing ISO included zstd support in
illumos-gate and Michal added it afterwards in userland.


Aurélien,

do you remember which (ACPI?) patches was that? I thought they were

https://www.illumos.org/issues/9822
https://www.illumos.org/issues/9823
https://www.illumos.org/issues/9824

and those were all merged early January 2019, so they are in 2019.04 
snapshot.


But if I understood that correctly, Carl is still unable to boot latest 
snapshot images?


Michal

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


Re: [OpenIndiana-discuss] Virtualbox on OpenIndiana Hipster?

2019-07-18 Thread Michal Nowak

On 07/19/19 01:24 AM, Carl Brewer wrote:

On 18/07/2019 6:43 pm, Andreas Wacknitz wrote:


Yep, as I wrote: you have freed most constraints with these two
uninstalled packages.
You should also be able to update your system to bring it to the newest
version:
pkg update -v

You should be aware of the intended behavior of the 
userland-incorporation:

it should force you to update your whole system because that is what is
tested/guaranteed to work (in theory).
What you now have is an uncommon/unintended situation: you can update
only parts of your system (that what happened when you installed
virtualbox now). But you should run "pkg update" also.
BTW: It would be interesting to also try to install entire and
userland-incorporation (after pkg update && init 6).


The pkg is failing :

root@testy:~# pkg update --be-name 20190719.1
Creating Plan (Checking for conflicting actions): -
pkg update: The following packages deliver conflicting action types to 
usr/lib/libzstd.so.1:


   link:

pkg://openindiana.org/compress/zstd@1.4.0,5.11-2018.0.0.1:20190620T152706Z
   file:

pkg://userland/system/extended-system-utilities@0.5.11,5.11-2018.99.0.17921:20181107T193628Z 



These packages may not be installed together. Any non-conflicting set may
be, or the packages must be corrected before they can be installed.

The following packages deliver conflicting action types to usr/bin/zstdcat:

   hardlink:

pkg://userland/system/extended-system-utilities@0.5.11,5.11-2018.99.0.17921:20181107T193628Z 


   link:

pkg://openindiana.org/compress/zstd@1.4.0,5.11-2018.0.0.1:20190620T152706Z

These packages may not be installed together. Any non-conflicting set may
be, or the packages must be corrected before they can be installed.

The following packages all deliver file actions to usr/bin/zstdgrep:


pkg://openindiana.org/compress/zstd@1.4.0,5.11-2018.0.0.1:20190620T152706Z

pkg://userland/system/extended-system-utilities@0.5.11,5.11-2018.99.0.17921:20181107T193628Z 



These packages may not be installed together. Any non-conflicting set may
be, or the packages must be corrected before they can be installed.

The following packages all deliver file actions to usr/bin/zstd:


pkg://userland/system/extended-system-utilities@0.5.11,5.11-2018.99.0.17921:20181107T193628Z 



pkg://openindiana.org/compress/zstd@1.4.0,5.11-2018.0.0.1:20190620T152706Z

These packages may not be installed together. Any non-conflicting set may
be, or the packages must be corrected before they can be installed.

The following packages all deliver file actions to 
usr/share/man/man1/zstd.1:



pkg://openindiana.org/compress/zstd@1.4.0,5.11-2018.0.0.1:20190620T152706Z

pkg://userland/system/extended-system-utilities@0.5.11,5.11-2018.99.0.17921:20181107T193628Z 



These packages may not be installed together. Any non-conflicting set may
be, or the packages must be corrected before they can be installed.

The following packages deliver conflicting action types to 
usr/lib/amd64/libzstd.so.1:


   link:

pkg://openindiana.org/compress/zstd@1.4.0,5.11-2018.0.0.1:20190620T152706Z
   file:

pkg://userland/system/extended-system-utilities@0.5.11,5.11-2018.99.0.17921:20181107T193628Z 



These packages may not be installed together. Any non-conflicting set may
be, or the packages must be corrected before they can be installed.

The following packages deliver conflicting action types to usr/bin/unzstd:

   hardlink:

pkg://userland/system/extended-system-utilities@0.5.11,5.11-2018.99.0.17921:20181107T193628Z 


   link:

pkg://openindiana.org/compress/zstd@1.4.0,5.11-2018.0.0.1:20190620T152706Z

These packages may not be installed together. Any non-conflicting set may
be, or the packages must be corrected before they can be installed.


You will probably see package that cannot be updated (and thus prohibit
the installation of entire and userland-incorporation). Maybe you can
find the real original culprit within these.


Yep!  All for a compression library, it seems.


Not zstd but pkg://userland/system/extended-system-utilities is your 
problem. See the "userland" publisher in the FMRI?


Disable the userland publisher and retry.



Suggestions? I would just install off the Hipster release USB and start 
from scratch, but for the life of me, I cannot get it to boot past a 
grub prompt.
I am afraid this is expected as the ACPI changes you need were not 
merged to illumos yet.


Michal

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


Re: [OpenIndiana-discuss] problem installing 201904 using USB image from a windows PC

2019-06-26 Thread Michal Nowak

On 06/24/19 05:46 PM, Reg Beardsley via openindiana-discuss wrote:

FWIW I installed the 2019.04 release from USB last week. It *must* be copied to 
the bare device, not to a disk partition. e.g. /dev/dsk/c3t0d0p0, *not* 
/dev/dsk/c3t0d0p0:c.


That's right. I use `rmformat` to get the right device.


The machine was an 8 core Dell with nVidia graphics. I was unable to get Debian 
9.3 to work with the nVidia drivers because of an unending chain of 
dependencies. After spending about 12 hours on Debian, I installed 2019.04 
without any difficulty other than identifying how to properly install the image 
on the USB drive. I copied the image using openSUSE.

BTW the ISO will *not* fit on a 4 GB drive, so I had to buy a 16 GB drive. The 
wiki instructions should be changed to reflect that.


OI-hipster-gui-20190511.usb 1.9 GiB 2019-05-12 05:10:35

The largest of images should fit 2 GB flash disk. What was the error?

Michal



Reg
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss



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


[OpenIndiana-discuss] ZFS encryption merged

2019-06-26 Thread Michal Nowak

Hi,

the long-awaited ZFS encryption was merged to illumos gate yesterday [1] 
and today it's ready to be leveraged in hipster, just update and make 
sure illumos is at 0.5.11-2018.0.0.18656 or newer (depends on when you 
read this).


For documentation see zfs(1m) and zpool(1m). For quick start, see [2] post.

Michal

[1] 
https://github.com/illumos/illumos-gate/commit/eb633035c80613ec93d62f90482837adaaf21a0a
[2] 
https://illumos.topicbox.com/groups/developer/Tf7694793544b0431-M997623e2a2739eca8f367a79


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


Re: [OpenIndiana-discuss] VirtualBox and guest additions

2019-06-22 Thread Michal Nowak

On 06/22/19 01:33 PM, Chris Game wrote:

Further to previous post:

The hipster release notes tell me that guest additions
is 'integrated' so no need for any other package to be installed,
yes?


It means that OI provides the required package in it's repositories and 
you are not expected to install those services from the Guest Additions 
CD/ISO.




On the OI window (on VirtualBox) there is a message:
"The VirtualBox Guest Additions do not appear to be available on this
machine, and shared folders cannot be used without them To use
shared folders inside the virtual machine, please install the
Guest..."
What?


What is the VirtualBox version on the host?

What is the system/virtualbox/virtualbox-additions version in the OI guest?

Did you updated (`pkg update -v`) OI after the installation? (You should.)



And what's wrong with the command:
"#  mount -F vboxfs  " specified in the
VirtualBox manual?
the response to this is:
"mount: Operation not applicable to FSType vboxfs"


I tested automounted shared folder on OI host/OI guest with 
system/virtualbox/virtualbox-additions and it worked. As root I can see 
content of the shared folder.


Michal




On Fri, 21 Jun 2019, Chris Game wrote:

Part way to setting up sharing folder with OI guest on windows10 host. 
Message tells me that I need to install guest additions.


Now the VB guest additions CD when mounted has a
VBoxSolarisAdditions pkg file but how to install this? The old
pkgadd command isn't available and pkg requires manipulating
publishers and what not. Is there a package available in the
standard OI repo that installs guest additions? Or if not what is
the recommended way to get this working?

The ultimate aim is to get a sharing folder mounted in OI which is
visible from the Windows host

Thanks for any  help and advice.

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



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


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


Re: [OpenIndiana-discuss] VirtualBox and guest additions

2019-06-21 Thread Michal Nowak

On 06/21/19 10:09 PM, Chris Game wrote:
Part way to setting up sharing folder with OI guest on windows10 host. 
Message tells me that I need to install guest additions.


Now the VB guest additions CD when mounted has a
VBoxSolarisAdditions pkg file but how to install this? The old
pkgadd command isn't available and pkg requires manipulating
publishers and what not. Is there a package available in the
standard OI repo that installs guest additions? Or if not what is
the recommended way to get this working?


It is expected to install with elevated privileges 
'system/virtualbox/virtualbox-additions', a package we provide, and restart:


$ pkg install -v pkg:/system/virtualbox/virtualbox-additions



The ultimate aim is to get a sharing folder mounted in OI which is
visible from the Windows host


I tested this with OI as a guest and a host. Should work with VirtualBox 
6.0.8.


Michal



Thanks for any  help and advice.

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


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


[OpenIndiana-discuss] Fwd: [developer] OpenSSH GSS-API key exchange support

2019-06-19 Thread Michal Nowak
If you use OpenSSH with GSS-API, please speak up as I was hoping to 
remove it for OpenSSH 8.0p1 in OpenIndiana as well.


 Forwarded Message 
Subject: [developer] OpenSSH GSS-API key exchange support
Date: Wed, 19 Jun 2019 10:15:30 + (UTC)
From: Andy Fiddaman 
Reply-To: illumos-developer 
To: omnios-disc...@lists.illumos.org
CC: develo...@lists.illumos.org


I'm in the process of upgrading openssh in OmniOS to version 8.0p1 and one
of the current patches that we carry is the addition of support for
GSS-API key exchange. This patch is going to take quite a bit of work to
carry forward so I'm considering dropping it, which gets us even closer to
just tracking upstream openssh.

The question is, does anyone rely on or even use this feature?
(and if you do, could you help test 8.0p1?)

Thanks,

Andy

--
illumos: illumos-developer
Permalink: 
https://illumos.topicbox.com/groups/developer/T6b306583f7e13f0f-M7da0ed44a723b034c8e31671

Delivery options: https://illumos.topicbox.com/groups/developer/subscription

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


Re: [OpenIndiana-discuss] Question about compiling openindiana-userland components

2019-06-19 Thread Michal Nowak

On 6/19/19 9:38 AM, Espen Martinsen wrote:

Hi Folks!
    I've been tasked to do a test of a PR to rdesktop for oi-userland.

    This is for my report on 
https://www.illumos.org/issues/10691#change-25406


    I've managed to do a clone of oi-userland: git clone 
https://github.com/OpenIndiana/oi-userland.git

    And setup the environment: cd   components ; gmake setup
    Then I try building rdesktop as-is: cd desktop/rdesktop ; gmake publish

    And this works fine, I  get a fresh compiled version of 1.8.3post

    Then, I'm told to apply the PR in 
https://github.com/OpenIndiana/oi-userland/pull/5025.


    When I try to ask "how", I get a hint on trying 
https://patch-diff.githubusercontent.com/raw/OpenIndiana/oi-userland/pull/5025.patch 
and rebuild


    I download this .patch file and put it in 
components/esktop/rdesktop/patches directory, and tries to rebuild.

    And it stops with a prompt saying "File to patch: "


  like this:
gmake publish
/usr/gnu/bin/patch -d 
/export/home/esm/utv/OI/oi-userland/components/desktop/rdesktop/rdesktop-1f13bf5c5e86cbc99a6f0492fcdcd38cf0da2105 
--strip=1 --backup --version-control=numbered < patches/5025.patch

can't find file to patch at input line 18
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--
|From 6f3d5fe948096d8e3751581b6b340d14a31d5b69 Mon Sep 17 00:00:00 2001
|From: Michal Nowak 
|Date: Mon, 20 May 2019 09:50:01 +0200
|Subject: [PATCH] 10691 Want rdesktop with GSS-API and TLS v1.3
|
|---
| components/desktop/rdesktop/Makefile  |  38 +-
| .../rdesktop/patches/02-g11n-i18n-title.patch |   8 +-
| .../desktop/rdesktop/patches/03-gssapi.patch  |  10 +-
| .../desktop/rdesktop/patches/04-CVEs.patch    | 733 --
| 4 files changed, 35 insertions(+), 754 deletions(-)
| delete mode 100644 components/desktop/rdesktop/patches/04-CVEs.patch
|
|diff --git a/components/desktop/rdesktop/Makefile 
b/components/desktop/rdesktop/Makefile

|index a0fc80ac0d..e9c34dcdf0 100644
|--- a/components/desktop/rdesktop/Makefile
|+++ b/components/desktop/rdesktop/Makefile
--
File to patch:


I'll guess I'm doing something really stupid... can someone give me a 
hint on how to deply this PR (patch) onm the rdekstop component. As you 
sure understand, I'm not a developer..






I am sorry for the short-circuited suggestion, I thought patching things 
in-place will be the most straightforward thing for you to do. Just for 
the record, the patch was meant to be placed in the component's 
directory and applied like this:


  $ gpatch -p4 < ./5025.patch

But I understand you found a better way to do it. That's great. Looking 
forward to your testing results! Make sure to state, what you tested and 
what host version was used (Windows version etc.).


Thanks,
Michal

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


  1   2   3   >