Re: [OpenIndiana-discuss] VirtualBox-6.1.16: new pull request available for testing

2020-11-02 Thread Predrag Zecevic - Unix Systems Administrator


On 11/02/20 06:42, Stephan Althaus wrote:

Hi all!

I did an Update 2 days ago, now i notice that my virtualbox 6.1.16  has 
graphical issues.


i have installed 6.1.16 guest additions, and after reboot i did no see 
the login screen. After resize of the client window i see it,
but not the typing of the password - i did however succeed in loggin 
into the client (Win 7).

So the refresh ist not triggered or only partially done.
I do see some minor graphical update request in the vb gui, too. I can't 
take a screenshot of that because afer switching to the screenshot tool 
the gui is updated. :-/




Anyone else seeing this?

Nvidia 440.100 driver - worked well until now with vb 6.1.8 with "pkg 
update" from 16.09.2020.


Greetings,
Stephan

Hi Stephan,

have you (after managing to log-in into VM) upgraded VboxAdditions?

I have also VB 6.1.16 and it is not worse then previous version 
(sometimes I have to reboot guest, because seamless mode is not working, 
or because of audio device[s] problems).


Whilst waiting OI to get latest driver, I am using (on OI host) driver 
from NVIDIA site 
https://www.nvidia.com/en-us/drivers/unix/solaris-display-archive/:

:; pkginfo -l NVDAgraphics
   PKGINST:  NVDAgraphics
  NAME:  NVIDIA Graphics System Software
  CATEGORY:  system,graphics
  ARCH:  i386
   VERSION:  455.23.04,REV=2020.09.13.23.47
   BASEDIR:  /usr
VENDOR:  NVIDIA Corporation
  DESC:  X and OpenGL Drivers for NVIDIA Quadro graphics
  INSTDATE:  Oct 01 2020 13:13
   HOTLINE:  Please contact your local service provider
STATUS:  completely installed
 FILES:  189 installed pathnames
   4 linked files
  42 directories
  11 executables
  287063 blocks used (approx)

OI was updated on 2020-10-29, at 13:17

Regards.




On 10/20/20 21:52, Carl Brewer wrote:

On 21/10/2020 6:46 am, Andreas Wacknitz wrote:

Hi folks,

I have created a PR for the latest VB:
https://github.com/OpenIndiana/oi-userland/pull/6181
It needs to be tested before integration :)



I can confirm 6.1.14.1 works :/  I just bumped my server up to it!

carl@hog:~$ pkg info virtualbox
 Name: system/virtualbox
  Summary: VirtualBox - general-purpose full virtualizer
 Category: System/Virtualization
    State: Installed
    Publisher: openindiana.org
  Version: 6.1.14.1
   Branch: 2020.0.1.0
   Packaging Date: 18 October 2020 at 09:28:52 am
Last Install Time: 19 October 2019 at 09:59:18 am
 Last Update Time: 18 October 2020 at 10:32:52 pm
 Size: 124.56 MB
 FMRI: 
pkg://openindiana.org/system/virtualbox@6.1.14.1-2020.0.1.0:20201018T092852Z 

   Source URL: 
https://download.virtualbox.org/virtualbox/6.1.14/VirtualBox-6.1.14a.tar.bz2 


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

carl@hog:~$ VBoxManage list runningvms
"AvPlan Moodle" {bbb6d323-3a6f-4533-8d2a-bcb4ba9b5db1}
"YVA moodle" {c18dcc9e-c72b-4377-a35e-b29c693c66b1}
"tacos" {f0fdd516-7405-4d00-9a89-bf6b27d45642}


Carl


___
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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] Xorg missing privileges

2020-10-26 Thread Predrag Zecevic - Unix Systems Administrator

On 10/24/20 04:43, Gary Mills wrote:

On Fri, Oct 23, 2020 at 11:37:02AM +0200, Predrag Zecevic - Unix Systems 
Administrator wrote:


This is pretty annoying: Xorg fills in syslog with messages like:

[2020-10-23 10:15:03] solarix genunix: [ID 864859 kern.notice] NOTICE:
Xorg[1075]: missing privilege "sys_devices" (euid = 2903, syscall = 54)
needed at drv_priv+0x1d#012


I don't get those messages, either in /var/adm/messages or
/var/log/syslog .  What are you doing that I'm not?

I have set this in /etc/system (can be done from mdb as well):
* Privileges debug: man privileges
set priv_debug = 1




euid is my UID:
:; id
uid=2903(predrag_zecevic) gid=1961(admin) groups=1961(admin),1962(vboxuser)


The parent process of Xorg is lightdm .  It runs as root, but Xorg
runs as the console user.  That will be you.  You may need to grant
yourself more privileges.

If I do this:
:; pfexec ppriv -s +file_dac_search $(pgrep Xorg)
:; pfexec ppriv -s +sys_devices $(pgrep Xorg)
:; pfexec ppriv -s +proc_owner $(pgrep Xorg)
:; pfexec ppriv -s +file_dac_read $(pgrep Xorg)

Everything is fine (syslog flood stops), but that does not survive reboot.



For today only:

:; grep -E "2020-10-23.*Xorg.*missing privilege" /var/adm/messages | awk
'{printf("%s\n", $12)}' | sort | uniq -c | sort -rn
   75750 "sys_devices"
 173 "file_dac_search"
   4 "proc_owner"
   2 "file_dac_read"

What has to be added to /etc/security/exec_attr.d/SOME_FILE to prevent this?


It's possible that nobody on this mailing list understands illumos
privileges.  Maybe try an illumos mailing list.



Thanks anyway.

--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


[OpenIndiana-discuss] UPDATE: Xorg missing privileges

2020-10-23 Thread Predrag Zecevic - Unix Systems Administrator


On 10/23/20 11:37, Predrag Zecevic - Unix Systems Administrator wrote:

Hi all,

This is pretty annoying: Xorg fills in syslog with messages like:

[2020-10-23 10:15:03] solarix genunix: [ID 864859 kern.notice] NOTICE: 
Xorg[1075]: missing privilege "sys_devices" (euid = 2903, syscall = 54) 
needed at drv_priv+0x1d#012


euid is my UID:
:; id
uid=2903(predrag_zecevic) gid=1961(admin) groups=1961(admin),1962(vboxuser)

For today only:

:; grep -E "2020-10-23.*Xorg.*missing privilege" /var/adm/messages | awk 
'{printf("%s\n", $12)}' | sort | uniq -c | sort -rn

   75750 "sys_devices"
     173 "file_dac_search"
   4 "proc_owner"
   2 "file_dac_read"

What has to be added to /etc/security/exec_attr.d/SOME_FILE to prevent 
this?


Any suggestion?
Thanks in advance

Regards.




I have tried this:
:; ppriv -S $(pgrep Xorg)
1075:   /usr/bin/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 
-nolisten

flags = 
E: basic
I: basic
P: all
L: all

Changed:
:; pfexec ppriv -s +file_dac_search $(pgrep Xorg)
:; pfexec ppriv -s +sys_devices $(pgrep Xorg)
:; pfexec ppriv -s +proc_owner $(pgrep Xorg)
:; pfexec ppriv -s +file_dac_read $(pgrep Xorg)

Checked:
:; ppriv -S $(pgrep Xorg)
1075:   /usr/bin/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 
-nolisten

flags = 
E: basic,file_dac_read,file_dac_search,proc_owner,sys_devices
I: basic,file_dac_read,file_dac_search,proc_owner,sys_devices
P: all
L: all

And errors written to syslog has stopped. What is still annoying, this 
does not survive reboot, so question is still there: what to put to 
/etc/security/exec_attr.d/SOME_FILE to handle it permanently?


Regards.

--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


[OpenIndiana-discuss] Xorg missing privileges

2020-10-23 Thread Predrag Zecevic - Unix Systems Administrator

Hi all,

This is pretty annoying: Xorg fills in syslog with messages like:

[2020-10-23 10:15:03] solarix genunix: [ID 864859 kern.notice] NOTICE: 
Xorg[1075]: missing privilege "sys_devices" (euid = 2903, syscall = 54) 
needed at drv_priv+0x1d#012


euid is my UID:
:; id
uid=2903(predrag_zecevic) gid=1961(admin) groups=1961(admin),1962(vboxuser)

For today only:

:; grep -E "2020-10-23.*Xorg.*missing privilege" /var/adm/messages | awk 
'{printf("%s\n", $12)}' | sort | uniq -c | sort -rn

  75750 "sys_devices"
173 "file_dac_search"
  4 "proc_owner"
  2 "file_dac_read"

What has to be added to /etc/security/exec_attr.d/SOME_FILE to prevent this?

Any suggestion?
Thanks in advance

Regards.


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] OpenIndiana LibreOffice Instalation

2020-10-05 Thread Predrag Zecevic - Unix Systems Administrator

On 10/05/20 12:04, Apostolos Syropoulos via openindiana-discuss wrote:




Hello,

I just discovered that hipster has a libreoffice package. So
I wanted to install this package. First I removed the old
package:

# pkg uninstall desktop/application/libreoffice52-desktop-int
# pkg uninstall libreoffice52
# pkg unset-publisher localhostoih

When I entered the following command:

# pkg install -v desktop/office/libreoffice

installation failed with the following message (not all lines are shown):

  Startup: Refreshing catalog 'hipster-encumbered' ... Done
  Startup: Refreshing catalog 'openindiana.org' ... Done
Planning: Solver setup ... Done (5.515s)
Planning: Running solver ... Done (2.238s)
Planning: Finding local manifests ... Done (0.177s)
Planning: Package planning ... Done (4.055s)
Planning: Merging actions ... Done (4.654s)
Planning: Checking for conflicting actions ... Done (4.484s)
            Packages to install: 25
        Create boot environment: No
Create backup boot environment: No
           Rebuild boot archive: No

Changed packages:
openindiana.org
   desktop/office/libreoffice
     None -> 6.4.3-2020.0.1.1
   library/c++/libabw
     None -> 0.1.3-2020.0.1.0
   library/c++/libcdr
     None -> 0.1.6-2020.0.1.1
   library/c++/libcmis
     None -> 0.5.2-2020.0.1.0
   library/c++/libe-book
     None -> 0.1.3-2020.0.1.1
   library/c++/libepubgen
     None -> 0.1.1-2020.0.1.0
   library/c++/libetonyek
     None -> 0.1.9-2020.0.1.0
   library/c++/libfreehand
     None -> 0.1.2-2020.0.1.2
   library/c++/libmspub
     None -> 0.1.4-2020.0.1.2
   library/c++/libmwaw
     None -> 0.3.15-2020.0.1.0
   library/c++/libodfgen
     None -> 0.1.7-2020.0.1.0
   library/c++/libpagemaker
     None -> 0.0.4-2020.0.1.1
   library/c++/libqxp
     None -> 0.0.2-2020.0.1.1
   library/c++/librevenge
     None -> 0.0.4-2020.0.1.1
   library/c++/libstaroffice
     None -> 0.0.7-2020.0.1.0
   library/c++/libvisio
     None -> 0.1.7-2020.0.1.1
   library/c++/libwpd
     None -> 0.10.3-2020.0.1.0
   library/c++/libwpg
     None -> 0.3.2-2020.0.1.0
   library/c++/libwps
     None -> 0.4.9-2020.0.1.0
   library/c++/libzmf
     None -> 0.0.2-2020.0.1.1
   library/liblangtag
     None -> 0.6.3-2020.0.1.1
   library/mpich/gcc
     None -> 3.3.2-2020.0.1.0
   library/mpich/gcc/modulefiles
     None -> 3.3.2-2020.0.1.0
   package/environment-modules
     None -> 3.2.10-2020.0.1.1
   system/library/boost
     None -> 1.64.0-2020.0.1.3

pkg install: The following packages all deliver file actions to 
usr/lib/libreoffice/share/template/common/wizard/report/stl-04.ott:

   
pkg://openindiana.org/desktop/office/libreoffice@6.4.3,5.11-2020.0.1.1:20200602T131521Z
   
pkg://localhostoih/desktop/application/libreoffice4@4.4.7.2,5.11-0.0.151.1.8:20161028T214000Z

These packages cannot be installed together. Any non-conflicting subset
of the above packages can be installed.

The following packages all deliver file actions to 
usr/lib/libreoffice/share/gallery/www-graf/bluminus.gif:

   
pkg://openindiana.org/desktop/office/libreoffice@6.4.3,5.11-2020.0.1.1:20200602T131521Z
   
pkg://localhostoih/desktop/application/libreoffice4@4.4.7.2,5.11-0.0.151.1.8:20161028T214000Z

These packages cannot be installed together. Any non-conflicting subset
of the above packages can be installed.

The following packages all deliver file actions to 
usr/lib/libreoffice/share/extensions/dict-be/README_be_BY.txt:

   
pkg://openindiana.org/desktop/office/libreoffice@6.4.3,5.11-2020.0.1.1:20200602T131521Z
   
pkg://localhostoih/desktop/application/libreoffice4@4.4.7.2,5.11-0.0.151.1.8:20161028T214000Z

These packages cannot be installed together. Any non-conflicting subset
of the above packages can be installed.

Can anybody let me know how to proceed?



Hi Apostolos,

try with full package name:
:; pfexec pkg install -v pkg://openindiana.org/desktop/office/libreoffice

Regards.

--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] pkg utility broken on /hipster (illumos-4e4d1bad19)

2020-03-13 Thread Predrag Zecevic - Unix Systems Administrator

Hi AlP,

Thanks a LOT!

:; pfexec mv /usr/gnu/lib/amd64/libstdc++.so.6 
/usr/gnu/lib/amd64/libstdc++.so.6.disabled

:; pkg publisher
PUBLISHER   TYPE STATUS P LOCATION
openindiana.org  origin   online F 
http://pkg.openindiana.org/hipster/
hipster-encumbered  origin   online F 
https://pkg.openindiana.org/hipster-encumbered/
localhostoihorigin   online F 
http://sfe.opencsw.org/localhostoih/


Have a nice weekend

On 03/13/20 16:43, Alexander Pyhalov wrote:

Quick fix: remove /usr/gnu/lib/amd64/libstdc++.so.6.
libreoffice actidentally works after this, as it is 32-bit.

I'm sure that the proper sollution depends on SFE will -
I suppose it should move out of system /usr/gnu directory (or better just use 
system compiler).

Currently, on OI and Solaris ncurses, binutils and bison use it.
ncurses is likely the most difficult one, at it
a) has a lot of consumers;
b) has conflicts with illumos-gate-provided curses library.

С уважением,
Александр Пыхалов,
программист отдела телекоммуникационной инфраструктуры
управления информационно-коммуникационной инфраструктуры ЮФУ



От: Predrag Zecevic - Unix Systems Administrator 

Отправлено: 13 марта 2020 г. 18:14
Кому: Alexander Pyhalov; openindiana-discuss@openindiana.org
Тема: Re: [OpenIndiana-discuss] pkg utility broken on /hipster 
(illumos-4e4d1bad19)

Hi Alp,

I have booted to old BE, and issued
:; pfexec pkg refresh --full
:; pfexec pkg update --accept --be-name oi_200313.nv440
...
# There were no updates of gcc at all !!!

:; beadm list | grep NR
oi_200313.nv440 NR /  103G  static 2020-03-13 15:51

And *pkg* utility is dead (same error).

I am stuck, since no updates are possible anymore.
Regards

On 03/13/20 15:12, Alexander Pyhalov wrote:

Hi.

Don't see it here:

$ pkg info pkg
  Name: package/pkg
   Summary: Image Packaging System
   Description: The Image Packaging System (IPS), or pkg(5), is the
software delivery system used on OpenIndiana.  This
package contains the core command-line components and
pkg.depotd server.
  Category: System/Packaging
 State: Installed
 Publisher: openindiana.org
   Version: 0.5.11
Branch: 2020.0.0.5533
Packaging Date: March  7, 2020 at 12:06:56 PM
 Last Install Time: August  8, 2019 at 06:10:39 AM
  Last Update Time: March  7, 2020 at 12:38:48 PM
  Size: 14.30 MB
  FMRI: 
pkg://openindiana.org/package/pkg@0.5.11-2020.0.0.5533:20200307T120656Z
Source URL: https://github.com/OpenIndiana/pkg5/
Repository Changeset: a051dce4

$ pfexec pkg refresh --full

$ ldd /usr/lib/python3.5/vendor-packages/rapidjson.cpython-35m.so
  libpython3.5m.so.1.0 =>  /usr/lib/64/libpython3.5m.so.1.0
  libstdc++.so.6 =>/usr/gcc/6/lib/amd64/libstdc++.so.6
  libm.so.2 => /lib/64/libm.so.2
  libgcc_s.so.1 => /usr/gcc/6/lib/amd64/libgcc_s.so.1
  libc.so.1 => /lib/64/libc.so.1
  libintl.so.1 =>  /lib/64/libintl.so.1
  libdl.so.1 =>/lib/64/libdl.so.1
  libsendfile.so.1 =>  /lib/64/libsendfile.so.1


С уважением,
Александр Пыхалов,
программист отдела телекоммуникационной инфраструктуры
управления информационно-коммуникационной инфраструктуры ЮФУ


________________
От: Predrag Zecevic - Unix Systems Administrator 

Отправлено: 13 марта 2020 г. 16:12
Кому: openindiana-discuss@openindiana.org
Тема: Re: [OpenIndiana-discuss] pkg utility broken on /hipster 
(illumos-4e4d1bad19)

On 03/13/20 12:22, Predrag Zecevic - Unix Systems Administrator wrote:

HI all,

how can I fix this problem?

:; pfexec pkg refresh --full
Traceback (most recent call last):
 File "/usr/bin/pkg", line 87, in 
   import pkg.actions as actions
 File "/usr/lib/python3.5/vendor-packages/pkg/actions/__init__.py",
line 68, in 
   globals(), locals(), [modname])
 File "/usr/lib/python3.5/vendor-packages/pkg/actions/hardlink.py",
line 33, in 
   from . import generic, link
 File "/usr/lib/python3.5/vendor-packages/pkg/actions/generic.py",
line 49, in 
   import pkg.variant as variant
 File "/usr/lib/python3.5/vendor-packages/pkg/variant.py", line 36, in

   from pkg.misc import EmptyI
 File "/usr/lib/python3.5/vendor-packages/pkg/misc.py", line 76, in

   import pkg.json as json
 File "/usr/lib/python3.5/vendor-packages/pkg/json.py", line 24, in

   from rapidjson import loads, load, dumps, dump, JSONDecodeError
ImportError: ld.so.1: python3.5: fatal: relocation error: file
/usr/lib/python3.5/vendor-packages/rapidjson.cpython-35m.so: symbol
__gxx_personality_v0: referenced sym

Re: [OpenIndiana-discuss] pkg utility broken on /hipster (illumos-4e4d1bad19)

2020-03-13 Thread Predrag Zecevic - Unix Systems Administrator

Hi Alp,

I have booted to old BE, and issued
:; pfexec pkg refresh --full
:; pfexec pkg update --accept --be-name oi_200313.nv440
...
# There were no updates of gcc at all !!!

:; beadm list | grep NR
oi_200313.nv440 NR /  103G  static 2020-03-13 15:51

And *pkg* utility is dead (same error).

I am stuck, since no updates are possible anymore.
Regards

On 03/13/20 15:12, Alexander Pyhalov wrote:

Hi.

Don't see it here:

$ pkg info pkg
 Name: package/pkg
  Summary: Image Packaging System
  Description: The Image Packaging System (IPS), or pkg(5), is the
   software delivery system used on OpenIndiana.  This
   package contains the core command-line components and
   pkg.depotd server.
 Category: System/Packaging
State: Installed
Publisher: openindiana.org
  Version: 0.5.11
   Branch: 2020.0.0.5533
   Packaging Date: March  7, 2020 at 12:06:56 PM
Last Install Time: August  8, 2019 at 06:10:39 AM
 Last Update Time: March  7, 2020 at 12:38:48 PM
 Size: 14.30 MB
 FMRI: 
pkg://openindiana.org/package/pkg@0.5.11-2020.0.0.5533:20200307T120656Z
   Source URL: https://github.com/OpenIndiana/pkg5/
Repository Changeset: a051dce4

$ pfexec pkg refresh --full

$ ldd /usr/lib/python3.5/vendor-packages/rapidjson.cpython-35m.so
 libpython3.5m.so.1.0 =>  /usr/lib/64/libpython3.5m.so.1.0
 libstdc++.so.6 =>/usr/gcc/6/lib/amd64/libstdc++.so.6
 libm.so.2 => /lib/64/libm.so.2
 libgcc_s.so.1 => /usr/gcc/6/lib/amd64/libgcc_s.so.1
 libc.so.1 => /lib/64/libc.so.1
 libintl.so.1 =>  /lib/64/libintl.so.1
 libdl.so.1 =>/lib/64/libdl.so.1
 libsendfile.so.1 =>  /lib/64/libsendfile.so.1


С уважением,
Александр Пыхалов,
программист отдела телекоммуникационной инфраструктуры
управления информационно-коммуникационной инфраструктуры ЮФУ


____________
От: Predrag Zecevic - Unix Systems Administrator 

Отправлено: 13 марта 2020 г. 16:12
Кому: openindiana-discuss@openindiana.org
Тема: Re: [OpenIndiana-discuss] pkg utility broken on /hipster 
(illumos-4e4d1bad19)

On 03/13/20 12:22, Predrag Zecevic - Unix Systems Administrator wrote:

HI all,

how can I fix this problem?

:; pfexec pkg refresh --full
Traceback (most recent call last):
File "/usr/bin/pkg", line 87, in 
  import pkg.actions as actions
File "/usr/lib/python3.5/vendor-packages/pkg/actions/__init__.py",
line 68, in 
  globals(), locals(), [modname])
File "/usr/lib/python3.5/vendor-packages/pkg/actions/hardlink.py",
line 33, in 
  from . import generic, link
File "/usr/lib/python3.5/vendor-packages/pkg/actions/generic.py",
line 49, in 
  import pkg.variant as variant
File "/usr/lib/python3.5/vendor-packages/pkg/variant.py", line 36, in

  from pkg.misc import EmptyI
File "/usr/lib/python3.5/vendor-packages/pkg/misc.py", line 76, in

  import pkg.json as json
File "/usr/lib/python3.5/vendor-packages/pkg/json.py", line 24, in

  from rapidjson import loads, load, dumps, dump, JSONDecodeError
ImportError: ld.so.1: python3.5: fatal: relocation error: file
/usr/lib/python3.5/vendor-packages/rapidjson.cpython-35m.so: symbol
__gxx_personality_v0: referenced symbol not found

Regards.


If important (GCC 5 is not in the list) - cannot use pkg,so tried to
determine packages this way:

:; grep gcc /var/pkg/cache/index/* | grep -E "offset.*gnu.org"
/var/pkg/cache/index/token_byte_offset.v1:0ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.9.4/gcc-4.9.4.tar.gz
112250893
/var/pkg/cache/index/token_byte_offset.v1:0http://ftp.gnu.org/gnu/gcc/gcc-4.9.4/gcc-4.9.4.tar.bz2
140294055
/var/pkg/cache/index/token_byte_offset.v1:0http://ftp.gnu.org/gnu/gcc/gcc-6.5.0/gcc-6.5.0.tar.xz
140294229
/var/pkg/cache/index/token_byte_offset.v1:0http://ftp.gnu.org/gnu/gcc/gcc-8.3.0/gcc-8.3.0.tar.xz
140294411
/var/pkg/cache/index/token_byte_offset.v1:0http://ftp.gnu.org/gnu/gcc/gcc-9.2.0/gcc-9.2.0.tar.xz
140294593
/var/pkg/cache/index/token_byte_offset.v1:0http://gcc.gnu.org/ 140302267

:; :; beadm list | grep NR
oi_200310.nv440 NR /  101G  static 2020-03-10 09:30


FYI: I have replied to all (include e-mail address:
oi-...@openindiana.org) and got this error back:

---8<--
Post by non-member rejected. If you are trying to report a bug or file
a feature request, please do so at
https://www.illumos.org/projects/openindiana/issues

---8<--

Regards.
--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden

Re: [OpenIndiana-discuss] pkg utility broken on /hipster (illumos-4e4d1bad19)

2020-03-13 Thread Predrag Zecevic - Unix Systems Administrator

On 03/13/20 12:22, Predrag Zecevic - Unix Systems Administrator wrote:

HI all,

how can I fix this problem?

:; pfexec pkg refresh --full
Traceback (most recent call last):
   File "/usr/bin/pkg", line 87, in 
     import pkg.actions as actions
   File "/usr/lib/python3.5/vendor-packages/pkg/actions/__init__.py", 
line 68, in 

     globals(), locals(), [modname])
   File "/usr/lib/python3.5/vendor-packages/pkg/actions/hardlink.py", 
line 33, in 

     from . import generic, link
   File "/usr/lib/python3.5/vendor-packages/pkg/actions/generic.py", 
line 49, in 

     import pkg.variant as variant
   File "/usr/lib/python3.5/vendor-packages/pkg/variant.py", line 36, in 


     from pkg.misc import EmptyI
   File "/usr/lib/python3.5/vendor-packages/pkg/misc.py", line 76, in 


     import pkg.json as json
   File "/usr/lib/python3.5/vendor-packages/pkg/json.py", line 24, in 


     from rapidjson import loads, load, dumps, dump, JSONDecodeError
ImportError: ld.so.1: python3.5: fatal: relocation error: file 
/usr/lib/python3.5/vendor-packages/rapidjson.cpython-35m.so: symbol 
__gxx_personality_v0: referenced symbol not found


Regards.


If important (GCC 5 is not in the list) - cannot use pkg,so tried to 
determine packages this way:


:; grep gcc /var/pkg/cache/index/* | grep -E "offset.*gnu.org"
/var/pkg/cache/index/token_byte_offset.v1:0ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.9.4/gcc-4.9.4.tar.gz 
112250893
/var/pkg/cache/index/token_byte_offset.v1:0http://ftp.gnu.org/gnu/gcc/gcc-4.9.4/gcc-4.9.4.tar.bz2 
140294055
/var/pkg/cache/index/token_byte_offset.v1:0http://ftp.gnu.org/gnu/gcc/gcc-6.5.0/gcc-6.5.0.tar.xz 
140294229
/var/pkg/cache/index/token_byte_offset.v1:0http://ftp.gnu.org/gnu/gcc/gcc-8.3.0/gcc-8.3.0.tar.xz 
140294411
/var/pkg/cache/index/token_byte_offset.v1:0http://ftp.gnu.org/gnu/gcc/gcc-9.2.0/gcc-9.2.0.tar.xz 
140294593

/var/pkg/cache/index/token_byte_offset.v1:0http://gcc.gnu.org/ 140302267

:; :; beadm list | grep NR
oi_200310.nv440 NR /  101G  static 2020-03-10 09:30


FYI: I have replied to all (include e-mail address: 
oi-...@openindiana.org) and got this error back:


---8<--
Post by non-member rejected. If you are trying to report a bug or file
a feature request, please do so at
https://www.illumos.org/projects/openindiana/issues

---8<--

Regards.
--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


[OpenIndiana-discuss] pkg utility broken on /hipster (illumos-4e4d1bad19)

2020-03-13 Thread Predrag Zecevic - Unix Systems Administrator

HI all,

how can I fix this problem?

:; pfexec pkg refresh --full
Traceback (most recent call last):
  File "/usr/bin/pkg", line 87, in 
import pkg.actions as actions
  File "/usr/lib/python3.5/vendor-packages/pkg/actions/__init__.py", 
line 68, in 

globals(), locals(), [modname])
  File "/usr/lib/python3.5/vendor-packages/pkg/actions/hardlink.py", 
line 33, in 

from . import generic, link
  File "/usr/lib/python3.5/vendor-packages/pkg/actions/generic.py", 
line 49, in 

import pkg.variant as variant
  File "/usr/lib/python3.5/vendor-packages/pkg/variant.py", line 36, in 


from pkg.misc import EmptyI
  File "/usr/lib/python3.5/vendor-packages/pkg/misc.py", line 76, in 


import pkg.json as json
  File "/usr/lib/python3.5/vendor-packages/pkg/json.py", line 24, in 


from rapidjson import loads, load, dumps, dump, JSONDecodeError
ImportError: ld.so.1: python3.5: fatal: relocation error: file 
/usr/lib/python3.5/vendor-packages/rapidjson.cpython-35m.so: symbol 
__gxx_personality_v0: referenced symbol not found


Regards.
--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


[OpenIndiana-discuss] MariaDB package(s) question

2020-03-03 Thread Predrag Zecevic - Unix Systems Administrator

Hi all,

I want to get rid of MariaDB 10.1, but itt seems impossible (I have 
updated OS this morning).


:; uname -rosv
SunOS 5.11 illumos-aaa9aa59eb illumos

:; pkg mediator mysql
MEDIATORVER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
mysql   local 10.3local  mariadb

:; pfexec pkg uninstall -vn database/mariadb-101 
database/mariadb-101/client database/mariadb-101/library

Creating Plan (Solver setup): -
pkg uninstall: Unable to remove 
'database/mariadb-101/library@10.1.40-2020.0.0.2' due to the following 
packages that depend on it:

  benchmark/sysbench@0.4.12-2018.0.0.2
  library/apr-util/dbd-mysql@1.5.4-2019.0.0.4
  library/perl-5/mysql-dbi-524@4.0.41-2018.0.0.2
  library/python/python-mysql-27@1.2.5-2018.0.0.1
  library/qt4@4.8.7-2019.0.0.8
  library/qt5@5.8.0-2019.0.0.8
  web/php-73/extension/php-mysql@7.3.13-2020.0.0.0


Is it possible at all?

With best regards.

--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] /hipster: Problem installing golang in Zone

2020-02-27 Thread Predrag Zecevic - Unix Systems Administrator

On 02/27/20 16:50, Till Wegmüller wrote:

The Problem is zlogin explicitly sets LANG=C

Otherwise it can be set in /etc/default/init which works well with ssh.

Greetings
Till


I set it in .bash_profile for user I use there. Also works.

Many thanks.


On 27.02.20 16:48, Predrag Zecevic - Unix Systems Administrator wrote:

On 02/27/20 16:43, Till Wegmüller wrote:

Hi

The Problem is that you Zone doe not use a UTF-8 locale. It will be the
same with any package that includes files with non ASCII characters.
This has popped up some months ago already. And is expected although
IMHO stupid behaviour of Python3 (And Ruby and Perl for that matter)

The fix is simple. Always run "export LANG="en_US.UTF-8" before you
install packages.


Greetings
Till

Hi Till,

Yes! That has "fixed" it. I am not sure where this info has to be
published or even added to skeleton files...

Regards.



On 27.02.20 16:39, Predrag Zecevic - Unix Systems Administrator wrote:

On 02/27/20 16:34, Predrag Zecevic - Unix Systems Administrator wrote:

Hi all,

I have tried to install golang in /hipster (updated today) zone:

:; pfexec pkg install developer/golang-112
  Packages to install:  1
  Mediators to change:  1
  Create boot environment: No
Create backup boot environment: No

DOWNLOAD    PKGS FILES    XFER
(MB)   SPEED
Completed    1/1 9101/9101
139.7/139.7  --

PHASE  ITEMS
Installing new actions 7693/9117Action install
failed for
'usr/lib/golang/1.12/test/fixedbugs/issue27836.dir/\xc4foo.go'
(pkg://openindiana.org/developer/golang-112):
     UnicodeEncodeError: 'ascii' codec can't encode character '\xc4' in
position 51: ordinal not in range(128)

The Boot Environment zbe-263 failed to be updated. A snapshot was
taken before the failed attempt and is mounted here /tmp/tmpvfqi85fv.
Use 'beadm unmount zbe-264' and then 'beadm activate zbe-264' if you
wish to boot to this BE.
pkg: An unexpected error happened during install: 'ascii' codec can't
encode character '\xc4' in position 51: ordinal not in range(128)


GZ runs:
:; uname -rosv
SunOS 5.11 illumos-d4990cfc1b illumos

:; pkg info developer/golang-112
    Name: developer/golang-112
     Summary: The Go Programming Language
    Category: Development/Other Languages
   State: Installed
   Publisher: openindiana.org
     Version: 1.12.13
  Branch: 2019.0.0.0
  Packaging Date: Thu Nov 21 07:39:50 2019
Last Install Time: Fri Sep 20 06:42:02 2019
    Last Update Time: Mon Nov 25 09:13:23 2019
    Size: 385.77 MB
    FMRI:
pkg://openindiana.org/developer/golang-112@1.12.13-2019.0.0.0:20191121T073950Z


     Project URL: https://golang.org/
  Source URL:
https://storage.googleapis.com/golang/go1.12.13.src.tar.gz


I am asking here first, maybe solution is simple?

Regards.


FYI: same problem with golang-113:
...

Action install failed for
'usr/lib/golang/1.13/test/fixedbugs/issue27836.dir/\xc4foo.go'
(pkg://openindiana.org/developer/golang-113):
    UnicodeEncodeError: 'ascii' codec can't encode character '\xc4' in
position 51: ordinal not in range(128)
...

Regards.

P.S: I see golang-114 is coming...


___
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



--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] /hipster: Problem installing golang in Zone

2020-02-27 Thread Predrag Zecevic - Unix Systems Administrator

On 02/27/20 16:43, Till Wegmüller wrote:

Hi

The Problem is that you Zone doe not use a UTF-8 locale. It will be the
same with any package that includes files with non ASCII characters.
This has popped up some months ago already. And is expected although
IMHO stupid behaviour of Python3 (And Ruby and Perl for that matter)

The fix is simple. Always run "export LANG="en_US.UTF-8" before you
install packages.


Greetings
Till

Hi Till,

Yes! That has "fixed" it. I am not sure where this info has to be 
published or even added to skeleton files...


Regards.



On 27.02.20 16:39, Predrag Zecevic - Unix Systems Administrator wrote:

On 02/27/20 16:34, Predrag Zecevic - Unix Systems Administrator wrote:

Hi all,

I have tried to install golang in /hipster (updated today) zone:

:; pfexec pkg install developer/golang-112
     Packages to install:  1
     Mediators to change:  1
     Create boot environment: No
Create backup boot environment: No

DOWNLOAD    PKGS FILES    XFER
(MB)   SPEED
Completed    1/1 9101/9101
139.7/139.7  --

PHASE  ITEMS
Installing new actions 7693/9117Action install
failed for
'usr/lib/golang/1.12/test/fixedbugs/issue27836.dir/\xc4foo.go'
(pkg://openindiana.org/developer/golang-112):
    UnicodeEncodeError: 'ascii' codec can't encode character '\xc4' in
position 51: ordinal not in range(128)

The Boot Environment zbe-263 failed to be updated. A snapshot was
taken before the failed attempt and is mounted here /tmp/tmpvfqi85fv.
Use 'beadm unmount zbe-264' and then 'beadm activate zbe-264' if you
wish to boot to this BE.
pkg: An unexpected error happened during install: 'ascii' codec can't
encode character '\xc4' in position 51: ordinal not in range(128)


GZ runs:
:; uname -rosv
SunOS 5.11 illumos-d4990cfc1b illumos

:; pkg info developer/golang-112
   Name: developer/golang-112
    Summary: The Go Programming Language
   Category: Development/Other Languages
  State: Installed
  Publisher: openindiana.org
    Version: 1.12.13
     Branch: 2019.0.0.0
     Packaging Date: Thu Nov 21 07:39:50 2019
Last Install Time: Fri Sep 20 06:42:02 2019
   Last Update Time: Mon Nov 25 09:13:23 2019
   Size: 385.77 MB
   FMRI:
pkg://openindiana.org/developer/golang-112@1.12.13-2019.0.0.0:20191121T073950Z

    Project URL: https://golang.org/
     Source URL:
https://storage.googleapis.com/golang/go1.12.13.src.tar.gz


I am asking here first, maybe solution is simple?

Regards.


FYI: same problem with golang-113:
...

Action install failed for
'usr/lib/golang/1.13/test/fixedbugs/issue27836.dir/\xc4foo.go'
(pkg://openindiana.org/developer/golang-113):
   UnicodeEncodeError: 'ascii' codec can't encode character '\xc4' in
position 51: ordinal not in range(128)
...

Regards.

P.S: I see golang-114 is coming...


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



--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] /hipster: Problem installing golang in Zone

2020-02-27 Thread Predrag Zecevic - Unix Systems Administrator

On 02/27/20 16:34, Predrag Zecevic - Unix Systems Administrator wrote:

Hi all,

I have tried to install golang in /hipster (updated today) zone:

:; pfexec pkg install developer/golang-112
    Packages to install:  1
    Mediators to change:  1
    Create boot environment: No
Create backup boot environment: No

DOWNLOAD    PKGS FILES    XFER (MB) 
  SPEED
Completed    1/1 9101/9101  139.7/139.7 
     --


PHASE  ITEMS
Installing new actions 7693/9117Action install 
failed for 
'usr/lib/golang/1.12/test/fixedbugs/issue27836.dir/\xc4foo.go' 
(pkg://openindiana.org/developer/golang-112):
   UnicodeEncodeError: 'ascii' codec can't encode character '\xc4' in 
position 51: ordinal not in range(128)


The Boot Environment zbe-263 failed to be updated. A snapshot was taken 
before the failed attempt and is mounted here /tmp/tmpvfqi85fv. Use 
'beadm unmount zbe-264' and then 'beadm activate zbe-264' if you wish to 
boot to this BE.
pkg: An unexpected error happened during install: 'ascii' codec can't 
encode character '\xc4' in position 51: ordinal not in range(128)



GZ runs:
:; uname -rosv
SunOS 5.11 illumos-d4990cfc1b illumos

:; pkg info developer/golang-112
  Name: developer/golang-112
   Summary: The Go Programming Language
  Category: Development/Other Languages
     State: Installed
     Publisher: openindiana.org
   Version: 1.12.13
    Branch: 2019.0.0.0
    Packaging Date: Thu Nov 21 07:39:50 2019
Last Install Time: Fri Sep 20 06:42:02 2019
  Last Update Time: Mon Nov 25 09:13:23 2019
  Size: 385.77 MB
  FMRI: 
pkg://openindiana.org/developer/golang-112@1.12.13-2019.0.0.0:20191121T073950Z 


   Project URL: https://golang.org/
    Source URL: 
https://storage.googleapis.com/golang/go1.12.13.src.tar.gz



I am asking here first, maybe solution is simple?

Regards.


FYI: same problem with golang-113:
...

Action install failed for 
'usr/lib/golang/1.13/test/fixedbugs/issue27836.dir/\xc4foo.go' 
(pkg://openindiana.org/developer/golang-113):
  UnicodeEncodeError: 'ascii' codec can't encode character '\xc4' in 
position 51: ordinal not in range(128)

...

Regards.

P.S: I see golang-114 is coming...
--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


[OpenIndiana-discuss] /hipster: Problem installing golang in Zone

2020-02-27 Thread Predrag Zecevic - Unix Systems Administrator

Hi all,

I have tried to install golang in /hipster (updated today) zone:

:; pfexec pkg install developer/golang-112
   Packages to install:  1
   Mediators to change:  1
   Create boot environment: No
Create backup boot environment: No

DOWNLOADPKGS FILESXFER (MB) 
 SPEED
Completed1/1 9101/9101  139.7/139.7 
--


PHASE  ITEMS
Installing new actions 7693/9117Action install 
failed for 
'usr/lib/golang/1.12/test/fixedbugs/issue27836.dir/\xc4foo.go' 
(pkg://openindiana.org/developer/golang-112):
  UnicodeEncodeError: 'ascii' codec can't encode character '\xc4' in 
position 51: ordinal not in range(128)


The Boot Environment zbe-263 failed to be updated. A snapshot was taken 
before the failed attempt and is mounted here /tmp/tmpvfqi85fv. Use 
'beadm unmount zbe-264' and then 'beadm activate zbe-264' if you wish to 
boot to this BE.
pkg: An unexpected error happened during install: 'ascii' codec can't 
encode character '\xc4' in position 51: ordinal not in range(128)



GZ runs:
:; uname -rosv
SunOS 5.11 illumos-d4990cfc1b illumos

:; pkg info developer/golang-112
 Name: developer/golang-112
  Summary: The Go Programming Language
 Category: Development/Other Languages
State: Installed
Publisher: openindiana.org
  Version: 1.12.13
   Branch: 2019.0.0.0
   Packaging Date: Thu Nov 21 07:39:50 2019
Last Install Time: Fri Sep 20 06:42:02 2019
 Last Update Time: Mon Nov 25 09:13:23 2019
 Size: 385.77 MB
 FMRI: 
pkg://openindiana.org/developer/golang-112@1.12.13-2019.0.0.0:20191121T073950Z

  Project URL: https://golang.org/
   Source URL: 
https://storage.googleapis.com/golang/go1.12.13.src.tar.gz



I am asking here first, maybe solution is simple?

Regards.
--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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-20 Thread Predrag Zecevic - Unix Systems Administrator

On 02/19/20 22:28, Michal Nowak via openindiana-discuss wrote:

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



Hi Michal,

thanks! As you might recall, I was using test installation. Upgrade went 
just fine:

...
userland -> openindiana.org
  system/virtualbox
6.1.0-2019.0.0.0 -> 6.1.2-2020.0.0.0
...

All VMs are working fine ( not worse then previously :-) - I still face 
same problems ... In general, all is OK)


With best regards.
Predrag Zečević


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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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 Predrag Zecevic - Unix Systems Administrator

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




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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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 Predrag Zecevic - Unix Systems Administrator

On 02/07/20 08:22, Michal Nowak via openindiana-discuss wrote:

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


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(0x40DC2

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

2020-02-06 Thread Predrag Zecevic - Unix Systems Administrator

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

With best regards.
Predrag Zečević
--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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 Predrag Zecevic - Unix Systems Administrator

On 02/03/20 09:19, Jean-Pierre André wrote:

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


Is the triple dash intentional ?

Jean-Pierre


Hi Jean-Pierre,

no, that was typo ...

Anyway, thanks for spotting it.
Regards.





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

command

Regards.




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







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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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 Predrag Zecevic - Unix Systems Administrator

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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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 Predrag Zecevic - Unix Systems Administrator


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

command

Regards.




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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


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

2020-01-31 Thread Predrag Zecevic - Unix Systems Administrator

Hi all,

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

:; pkg list | grep nodejs
runtime/nodejs0.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
MEDIATORVER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
nodejs  system12  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

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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] Firefox user agent override for GitHub

2020-01-22 Thread Predrag Zecevic - Unix Systems Administrator

On 01/19/20 12:34, Michal Nowak via openindiana-discuss wrote:

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


Hi all,

I set this, but then youtube pages look very ugly (e.g. unusable). 
Anyone else have same problem?


Regards


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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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-16 Thread Predrag Zecevic - Unix Systems Administrator

On 01/15/20 21:48, Carl Brewer wrote:
6.1.2 has just been released, I haven't tried to compile it yet, have we 
made any progress on 6.1.0?  It seems to have stalled a little?




I would like to see 6.1.2 in repository, since I have moved all guests 
to 6.1.0 (no time to install/de-install additions)!


ATM, I am using one installed from package file:

:; pkg info virtualbox
 Name: system/virtualbox
  Summary: VirtualBox - general-purpose full virtualizer
 Category: System/Virtualization
State: Installed
Publisher: userland
  Version: 6.1.0
   Branch: 2019.0.0.0
   Packaging Date: Sat Dec 14 10:15:39 2019
Last Install Time: Fri Nov  1 14:32:26 2019
 Last Update Time: Fri Dec 20 15:11:35 2019
 Size: 126.14 MB
 FMRI: 
pkg://userland/system/virtualbox@6.1.0-2019.0.0.0:20191214T101539Z

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



Best regards.



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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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 Predrag Zecevic - Unix Systems Administrator

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

--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


[OpenIndiana-discuss] /hipster: Nvidia driver question

2019-12-30 Thread Predrag Zecevic - Unix Systems Administrator

Hi all,

for test, I have replaced OI Nvidia driver with one from their site 
(using https://wiki.openindiana.org/oi/Nvidia+Graphics) guide:

:; pkginfo -l NVDAgraphicsr
   PKGINST:  NVDAgraphicsr
  NAME:  NVIDIA Graphics System Device Driver
  CATEGORY:  system,graphics
  ARCH:  i386
   VERSION:  440.31,REV=2019.10.27.02.19
   BASEDIR:  /
VENDOR:  NVIDIA Corporation
  DESC:  Kernel Drivers for NVIDIA Quadro graphics
  INSTDATE:  Nov 11 2019 12:35
   HOTLINE:  Please contact your local service provider
STATUS:  completely installed
 FILES:9 installed pathnames
   3 directories
   97937 blocks used (approx)


Now, as I am suspecting some pulse audio problems are related to it, I 
have decided to roll-back, an dit has failed (I have added details on 
that wiki page too):

:; pfexec pkgrm NVDAgraphics NVDAgraphicsr
:; pfexec touch /reconfigure
:; pfexec init 6
:; pfexec pkg install -v driver/graphics/nvidia 
x11/server/xorg/driver/xorg-video-nv


Installing new actions   122/181
driver (nvidia) install failed with return code -11
command run was: /usr/sbin/add_drv -u -i "pci10de,191" "pci10de,193" 
"pci10de,194" "pci10de,197" "pci10de,19d" "pci10de,19e" "pci10de,400" 
"pci10de,401" "pci10de,402" "pci10de,403" "pci10de,404" "pci10de,405" 
"pci10de,406" "pci10de,407" "pci10de,408" "pci10de,409" "pci10de,40a" 
"pci10de,40b" "pci10de,40c" "pci10de,40d" "pci10de,40e" "pci10de,40f" 
"pci10de,410" "pci10de,420" "pci10de,421" "pci10de,422" "pci10de,423" 
"pci10de,424" "pci10de,425" "pci10de,426" "pci10de,427" "pci10de,428" 
"pci10de,429" "pci10de,42a" "pci10de,42b" "pci10de,42c" "pci10de,42d" 
"pci10de,42e" "pci10de,42f" "pci10de,5e0" "pci10de,5e1" "pci10de,5e2" 
"pci10de,5e3" "pci10de,5e6" "pci10de,5e7" "pci10de,5ea" "pci10de,5eb" 
"pci10de,5ed" "pci10de,5f8" "pci10de,5f9" "pci10de,5fd" "pci10de,5fe" 
"pci10de,5ff" "pci10de,600" "pci10de,601" "pci10de,602" "pci10de,603" 
"pci10de,604" "pci10de,605" "pci10de,606" "pci10de,607" "pci10de,608" 
"pci10de,609" "pci10de,60a" "pci10de,60b" "pci10de,60c" "pci10de,60d" 
"pci10de,60f" "pci10de,610" "pci10de,611" "pci10de,612" "pci10de,613" 
"pci10de,614" "pci10de,615" "pci10de,617" "pci10de,618" "pci10de,619" 
"pci10de,61a" "pci10de,61b" "pci10de,61c" "pci10de,61d" "pci10de,61e" 
"pci10de,61f" "pci10de,621" "pci10de,622" "pci10de,623" "pci10de,625" 
"pci10de,626" "pci10de,627" "pci10de,628" "pci10de,62a" "pci10de,62b" 
"pci10de,62c" "pci10de,62d" "pci10de,62e" "pci10de,630" "pci10de,631" 
"pci10de,632" "pci10de,635" "pci10de,637" "pci10de,638" "pci10de,63a" 
"pci10de,640" "pci10de,641" "pci10de,643" "pci10de,644" "pci10de,645" 
"pci10de,646" "pci10de,647" "pci10de,648" "pci10de,649" "pci10de,64a" 
"pci10de,64b" "pci10de,64c" "pci10de,651" "pci10de,652" "pci10de,653" 
"pci10de,654" "pci10de,655" "pci10de,656" "pci10de,658" "pci10de,659" 
"pci10de,65a" "pci10de,65b" "pci10de,65c" "pci10de,6c0" "pci10de,6c4" 
"pci10de,6ca" "pci10de,6cd" "pci10de,6d1" "pci10de,6d2" "pci10de,6d8" 
"pci10de,6d9" "pci10de,6da" "pci10de,6dc" "pci10de,6dd" "pci10de,6de" 
"pci10de,6df" "pci10de,6e0" "pci10de,6e1" "pci10de,6e2" "pci10de,6e3" 
"pci10de,6e4" "pci10de,6e5" "pci10de,6e6" "pci10de,6e7" "pci10de,6e8" 
"pci10de,6e9" "pci10de,6ea" "pci10de,6eb" "pci10de,6ec" "pci10de,6ef" 
"pci10de,6f1" "pci10de,6f8" "pci10de,6f9" "pci10de,6fa" "pci10de,6fb" 
"pci10de,6fd" "pci10de,6ff" "pci10de,840" "pci10de,844" "pci10de,845" 
"pci10de,846" "pci10de,847" "pci10de,848" "pci10de,849" "pci10de,84a" 
"pci10de,84b" "pci10de,84c" "pci10de,84d" "pci10de,84f" "pci10de,860" 
"pci10de,861" "pci10de,862" "pci10de,863" "pci10de,864" "pci10de,865" 
"pci10de,866" "pci10de,867" "pci10de,868" "pci10de,869" "pci10de,86a" 
"pci10de,86c" "pci10de,86d" "pci10de,86e" "pci10de,86f" "pci10de,870" 
"pci10de,871" "pci10de,872" "pci10de,873" "pci10de,874" "pci10de,876" 
"pci10de,87a" "pci10de,87d" "pci10de,87e" "pci10de,87f" "pci10de,8a0" 
"pci10de,8a2" "pci10de,8a3" "pci10de,8a4" "pci10de,8a5" "pci10de,a20" 
"pci10de,a22" "pci10de,a23" "pci10de,a26" "pci10de,a27" "pci10de,a28" 
"pci10de,a29" "pci10de,a2a" "pci10de,a2b" "pci10de,a2c" "pci10de,a2d" 
"pci10de,a32" "pci10de,a34" "pci10de,a35" "pci10de,a38" "pci10de,a3c" 
"pci10de,a60" "pci10de,a62" "pci10de,a63" "pci10de,a64" "pci10de,a65" 
"pci10de,a66" "pci10de,a67" "pci10de,a68" "pci10de,a69" "pci10de,a6a" 
"pci10de,a6c" "pci10de,a6e" "pci10de,a6f" "pci10de,a70" "pci10de,a71" 
"pci10de,a72" "pci10de,a73" "pci10de,a74" "pci10de,a75" "pci10de,a76" 
"pci10de,a78" "pci10de,a7a" "pci10de,a7c" "pci10de,ca0" "pci10de,ca2" 
"pci10de,ca3" "pci10de,ca4" "pci10de,ca5" "pci10de,ca7" "pci10de,ca8" 
"pci10de,ca9" "pci10de,cac" "pci10de,caf" "pci10de,cb0" "pci10de,cb1" 
"pci10de,cbc" "pci10de,dc0" "pci10de,dc4" "pci10de,dc5" "pci10de,dc6" 
"pci10de,dcd" "pci10de,dce" "pci10de,dd1" "pci10de,dd2" "pci10de,dd3" 
"pci10de,dd6" "pci10de,dd8" "pci10de,dda" "pci10de,de0" "pci10de,de1" 
"pci10de,de2" "pci10de,de3" "pci10de,d

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

2019-12-24 Thread Predrag Zecevic - Unix Systems Administrator

On 12/24/19 09:18, Predrag Zecevic - Unix Systems Administrator wrote:
Seems that it is not only me: 
https://forums.virtualbox.org/viewtopic.php?f=7&t=95954


On 12/23/19 15:59, Predrag Zecevic - Unix Systems Administrator wrote:

hi all,

I have installed VBox 6.1 (see thread: "Virtualbox 6.1.0 on OI - 
almost compiles": 
https://www.mail-archive.com/search?l=openindiana-discuss@openindiana.org&q=subject:%22%5C%5BOpenIndiana%5C-discuss%5C%5D+VirtualBox%22&o=newest&f=1). 



Then have started (w/o problems) Win10 guest - before starting changed 
Video driver to VMSVGA from VboxSVGA as suggested)


But:
* Could not install VBoxGuestAdditions at all - it dies (see attachment)
* After failure of Guest Additions installation, almost everything 
freezes and hangs

* no way to test seamless or anything else


Reverted to working BE/VBox 6.0.14 - then faced another set of problems:
* Guest Additions roll-back has failed
* Had to remove "\OS DIsk\Program File\Oracle\VirtualBox Guest 
Additions" directory in order to finish additions installation
* Still have performance issues after "recovering". I might need to 
re-install guest now


Maybe I did something wrong, not sure.

Also, if that matters, I am using BE with NVIDIA driver from their 
site (not OI one) for "NVIDIA Corporation GK208B [GeForce GT 730]" card:

:; pkginfo -l NVDAgraphicsr
    PKGINST:  NVDAgraphicsr
   NAME:  NVIDIA Graphics System Device Driver
   CATEGORY:  system,graphics
   ARCH:  i386
    VERSION:  440.31,REV=2019.10.27.02.19
    BASEDIR:  /
 VENDOR:  NVIDIA Corporation
   DESC:  Kernel Drivers for NVIDIA Quadro graphics
   INSTDATE:  Nov 11 2019 12:35
    HOTLINE:  Please contact your local service provider
 STATUS:  completely installed
  FILES:    9 installed pathnames
    3 directories
    97937 blocks used (approx)

Card:
:; scanpci | grep -i nvidia
  NVIDIA Corporation GK208B [GeForce GT 730]
  NVIDIA Corporation GK208 HDMI/DP Audio Controller


So, in my case, it is far away from successful upgrade.

With best regards.
Predrag Zečević




UPDATE: after reverting to VB 6.0, I have discovered that Win10 FS was 
damaged, so after repair all works as before. I will try again VBox 6.1 
next week or so.


Marry Christmas to everyone celebrating it!
Predrag Zečević
--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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

2019-12-24 Thread Predrag Zecevic - Unix Systems Administrator
Seems that it is not only me: 
https://forums.virtualbox.org/viewtopic.php?f=7&t=95954


On 12/23/19 15:59, Predrag Zecevic - Unix Systems Administrator wrote:

hi all,

I have installed VBox 6.1 (see thread: "Virtualbox 6.1.0 on OI - almost 
compiles": 
https://www.mail-archive.com/search?l=openindiana-discuss@openindiana.org&q=subject:%22%5C%5BOpenIndiana%5C-discuss%5C%5D+VirtualBox%22&o=newest&f=1). 



Then have started (w/o problems) Win10 guest - before starting changed 
Video driver to VMSVGA from VboxSVGA as suggested)


But:
* Could not install VBoxGuestAdditions at all - it dies (see attachment)
* After failure of Guest Additions installation, almost everything 
freezes and hangs

* no way to test seamless or anything else


Reverted to working BE/VBox 6.0.14 - then faced another set of problems:
* Guest Additions roll-back has failed
* Had to remove "\OS DIsk\Program File\Oracle\VirtualBox Guest 
Additions" directory in order to finish additions installation
* Still have performance issues after "recovering". I might need to 
re-install guest now


Maybe I did something wrong, not sure.

Also, if that matters, I am using BE with NVIDIA driver from their site 
(not OI one) for "NVIDIA Corporation GK208B [GeForce GT 730]" card:

:; pkginfo -l NVDAgraphicsr
    PKGINST:  NVDAgraphicsr
   NAME:  NVIDIA Graphics System Device Driver
   CATEGORY:  system,graphics
   ARCH:  i386
    VERSION:  440.31,REV=2019.10.27.02.19
    BASEDIR:  /
     VENDOR:  NVIDIA Corporation
   DESC:  Kernel Drivers for NVIDIA Quadro graphics
   INSTDATE:  Nov 11 2019 12:35
    HOTLINE:  Please contact your local service provider
     STATUS:  completely installed
  FILES:    9 installed pathnames
    3 directories
    97937 blocks used (approx)

Card:
:; scanpci | grep -i nvidia
  NVIDIA Corporation GK208B [GeForce GT 730]
  NVIDIA Corporation GK208 HDMI/DP Audio Controller


So, in my case, it is far away from successful upgrade.

With best regards.
Predrag Zečević


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


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

2019-12-23 Thread Predrag Zecevic - Unix Systems Administrator

hi all,

I have installed VBox 6.1 (see thread: "Virtualbox 6.1.0 on OI - almost 
compiles": 
https://www.mail-archive.com/search?l=openindiana-discuss@openindiana.org&q=subject:%22%5C%5BOpenIndiana%5C-discuss%5C%5D+VirtualBox%22&o=newest&f=1).


Then have started (w/o problems) Win10 guest - before starting changed 
Video driver to VMSVGA from VboxSVGA as suggested)


But:
* Could not install VBoxGuestAdditions at all - it dies (see attachment)
* After failure of Guest Additions installation, almost everything 
freezes and hangs

* no way to test seamless or anything else


Reverted to working BE/VBox 6.0.14 - then faced another set of problems:
* Guest Additions roll-back has failed
* Had to remove "\OS DIsk\Program File\Oracle\VirtualBox Guest 
Additions" directory in order to finish additions installation
* Still have performance issues after "recovering". I might need to 
re-install guest now


Maybe I did something wrong, not sure.

Also, if that matters, I am using BE with NVIDIA driver from their site 
(not OI one) for "NVIDIA Corporation GK208B [GeForce GT 730]" card:

:; pkginfo -l NVDAgraphicsr
   PKGINST:  NVDAgraphicsr
  NAME:  NVIDIA Graphics System Device Driver
  CATEGORY:  system,graphics
  ARCH:  i386
   VERSION:  440.31,REV=2019.10.27.02.19
   BASEDIR:  /
VENDOR:  NVIDIA Corporation
  DESC:  Kernel Drivers for NVIDIA Quadro graphics
  INSTDATE:  Nov 11 2019 12:35
   HOTLINE:  Please contact your local service provider
STATUS:  completely installed
 FILES:9 installed pathnames
   3 directories
   97937 blocks used (approx)

Card:
:; scanpci | grep -i nvidia
 NVIDIA Corporation GK208B [GeForce GT 730]
 NVIDIA Corporation GK208 HDMI/DP Audio Controller


So, in my case, it is far away from successful upgrade.

With best regards.
Predrag Zečević
--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!
Stopped logging into separate file
Zielverzeichnis: C:\Program Files\Oracle\VirtualBox Guest Additions
Version: 6.1.0 (Rev 135406)
Previous version: 6.0.14 (Rev 133895)
Detected OS: Windows 10 (64-bit)
System Directory: C:\WINDOWS\system32
Checking for installation requirements for Vista / Windows 7 / Windows 8 ...
Verifying file "C:\WINDOWS\system32\d3d9.dll" ...
Verification of file "C:\WINDOWS\system32\d3d9.dll" failed (not Vendor: 
Microsoft Corporation, and/or not Architecture: amd64)
Verifying file "C:\WINDOWS\system32\msd3d9.dll" ...
Skipping to file "C:\WINDOWS\system32\msd3d9.dll"; not found
Verifying file "C:\WINDOWS\SysWOW64\msd3d8.dll" ...
Skipping to file "C:\WINDOWS\SysWOW64\msd3d8.dll"; not found
Verifying file "C:\WINDOWS\SysWOW64\msd3d9.dll" ...
Skipping to file "C:\WINDOWS\SysWOW64\msd3d9.dll"; not found
Zielverzeichnis: C:\Program Files\Oracle\VirtualBox Guest Additions
Wird entpackt: DIFxAPI.dll... 100%
Wird entpackt: VBoxDrvInst.exe... 100%
Wird entpackt: VBoxVideo.inf... 100%
Wird entpackt: VBoxVideo.cat... 100%
Wird entpackt: iexplore.ico... 100%
Zielverzeichnis: C:\Program Files\Oracle\VirtualBox Guest Additions
Stopping VBoxService ...
Stopping VBoxService via SCM ...
Stopping VBoxService done
Stopping VBoxTray ...
Stopping VBoxTray done
Zielverzeichnis: C:\Program Files\Oracle\VirtualBox Guest Additions
Wird entpackt: VBoxVideo.sys... 100%
Wird entpackt: VBoxDisp.dll... 100%
Wird entpackt: VBoxMouse.sys... 100%
Wird entpackt: VBoxMouse.inf... 100%
Wird entpackt: VBoxMouse.cat... 100%
Wird entpackt: VBoxGuest.sys... 100%
Wird entpackt: VBoxGuest.inf... 100%
Wird entpackt: VBoxGuest.cat... 100%
Wird entpackt: VBoxTray.exe... 100%
Wird entpackt: VBoxControl.exe... 100%
Wird entpackt: VBoxWHQLFake.exe... 100%
Zielverzeichnis: C:\WINDOWS\system32
Wird entpackt: VBoxService.exe... 100%
Zielverzeichnis: C:\Program Files\Oracle\VirtualBox Guest Additions
Wird entpackt: VBoxWddm.cat... 100%
Wird entpackt: VBoxWddm.sys... 100%
Wird entpackt: VBoxWddm.inf... 100%
Wird entpackt: VBoxDispD3D.dll... 100%
Wird entpackt: VBoxNine.dll... 100%
Wird entpackt: VBoxSVGA.dll... 100%
Wird entpackt: VBoxICD.dll... 100%
Wird entpackt: VBoxGL.dll... 100%
Wird entpackt: VBoxDispD3D-x86.dll... 100%
Wird entpackt: VBoxNine-x86.dll... 100%
Wird entpackt: VBoxSVGA-x86.dll... 100%
Wird entpackt: VBoxICD-x86.dll... 100%
Wird entpackt: VBoxGL-x86.dll... 100%
Übersprungen: C:\WINDOWS\system32\drivers\VBoxSF.sys
Wird entpackt: C:\Program Files\Oracle\VirtualBox Guest 
Additions\nst3F25.tmp... 100%
Umbenennen nach Neustart: C:\Program Files\Oracle\VirtualBox Guest 
Additions\nst3F25.tmp->C:\WINDOWS\system32\drivers\VBoxSF.sys
Übersprungen: C:\WINDOWS\system32\VBoxMRXNP.dll
Wird entpackt: 

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

2019-12-20 Thread Predrag Zecevic - Unix Systems Administrator

On 12/20/19 15:48, 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)


Great Sound!
-espenM


Hi Espen,

Thanks for very useful guide! It has worked for me too :-)

So, is there any way to re-use this environment later, with normal OI 
publisher?


My guest booted (i bit slower) and I still have problem with microphone 
(guest is also Win10, with hostaudio set to pulseaudio, and controller 
set to Intel HD Audio): I hear sounds in Guest, but cannot record (at 
least in skype).


I have to check if some Win10 settings have to be changed.

Best regards.

P.S: IMHO, this "how to add package to userland" guide should be added 
to wiki or docs openindiana.org


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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-20 Thread Predrag Zecevic - Unix Systems Administrator

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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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 Predrag Zecevic - Unix Systems Administrator

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.


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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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 Predrag Zecevic - Unix Systems Administrator

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

--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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 Predrag Zecevic - Unix Systems Administrator


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



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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


[OpenIndiana-discuss] https://hipster.openindiana.org/ certificate expired?

2019-12-17 Thread Predrag Zecevic - Unix Systems Administrator
https://hipster.openindiana.org/jenkins/job/oi-userland/changes throws 
(in OI FF):


Your connection is not secure

The owner of hipster.openindiana.org has configured their website 
improperly. To protect your information from being stolen, Firefox has 
not connected to this website.


This site uses HTTP Strict Transport Security (HSTS) to specify that 
Firefox may only connect to it securely. As a result, it is not possible 
to add an exception for this certificate.


Learn more…



Regards
--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] Hipster 2019.10: How do I change the default editor for the root crontab?

2019-12-16 Thread Predrag Zecevic - Unix Systems Administrator

On 12/15/19 06:51, Judah Richardson wrote:

I'd like to change the default editor for the root crontab from vi(?) to
nano. How do I go about this?

Also, how do I specify which editor I want the crontab to be opened with at
the time? For example, on a previous BSD installation I was able to do sudo
EditorCommandHere crontab. What's the OI equivalent?

Thanks,
Judah


Hi Judah,

From "man crontab"

The environment variable EDITOR determines which editor is invoked with 
the -e option.


HTH
Best regards.


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



--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] Audio question: microphone test

2019-12-11 Thread Predrag Zecevic - Unix Systems Administrator

On 12/04/19 20:29, John D Groenveld wrote:

In message <4b50af5a-bb2f-24e2-be2b-2b0cda9f3...@2e-systems.com>, Predrag Zecev
ic - Unix Systems Administrator writes:

I have (on my /hipster, illumos-aefa9c84b0 installation) tried to find
application to test if my headset microphone is working (BTW, audio
output works fine).

What is best way to test it (I need to know if missing microphone in
Windows 10 guest is related to VirtualBox 6.0.14 problems or problem is
my box itself, e.g. h/w)?


$ cat >/tmp/foo.au
$ cat /tmp/foo.au >>/dev/audio

John
groenv...@acm.org
Thanks John,


what a nice trick :-)

Regards.
--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


[OpenIndiana-discuss] Audio question: microphone test

2019-12-04 Thread Predrag Zecevic - Unix Systems Administrator

Hi all,

I have (on my /hipster, illumos-aefa9c84b0 installation) tried to find 
application to test if my headset microphone is working (BTW, audio 
output works fine).


What is best way to test it (I need to know if missing microphone in 
Windows 10 guest is related to VirtualBox 6.0.14 problems or problem is 
my box itself, e.g. h/w)?


With best regards.
Predrag Zečević
--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


[OpenIndiana-discuss] /hipster: Postgres 12 and question

2019-11-21 Thread Predrag Zecevic - Unix Systems Administrator

Hi all,

I have installed latest Postgres (12):
:; pfexec pkg install -v pkg:/database/postgres-12 
pkg:/service/database/postgres-12 database/postgres-12/developer

   Packages to install: 4
Packages to change: 2
   Mediators to change: 1
Services to change: 2
 Estimated space available:  56.19 GB
Estimated space to be consumed: 430.00 MB
   Create boot environment:No
Create backup boot environment:   Yes
  Rebuild boot archive:No

Changed mediators:
  mediator postgres:
   version: 9.4 (system default) -> 12 (system default)
implementation: postgresql (system default) -> postgresql (system 
default)



And it seems *pkg mediator* has set it to default one... So, tried to 
remove old one:

:;
pfexec pkg uninstall -v 
pkg://openindiana.org/service/database/postgres-94 
pkg://openindiana.org/database/postgres-94 database/postgres-94/library

Creating Plan (Solver setup): -
pkg uninstall: Unable to remove 
'database/postgres-94/library@9.4.22-2018.0.0.0' due to the following 
packages that depend on it:

  database/postgres/pgadmin@1.22.2-2018.0.0.0
  database/postgres/pgagent@3.4.0-2018.0.0.0
  library/perl-5/postgres-dbi-524@3.7.0-2018.0.0.1
  library/python/psycopg2-27@2.7.3.1-2018.0.0.1
  library/qt4@4.8.7-2018.0.0.7
  web/php-73/extension/php-pgsql@7.3.11-2019.0.0.0

Question is:
If version 12 is marked as system default, why other components are not 
linked against it (not sure if *pgadmin* or *pgagent* are dependant on 
library or similar or not)?


Thanks
Best regards.

--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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 Predrag Zecevic - Unix Systems Administrator

On 11/01/19 15:03, Predrag Zecevic - Unix Systems Administrator wrote:

:; 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


I have ended with this solution :

:; pfexec pkg uninstall -v consolidation/userland/userland-incorporation
...
Changed packages:
openindiana.org
   consolidation/userland/userland-incorporation
 0.5.11-2019.0.0.12365 -> None
...

:; pfexec pkg update -vn pkg://openindiana.org/system/virtualbox@latest
Creating Plan (Checking for conflicting actions): /    Packages 
to update:  2

    Create boot environment: No
Create backup boot environment: No
   Rebuild boot archive: No

Changed packages:
openindiana.org
   system/virtualbox
 6.0.12-2019.0.0.0 -> 6.0.14-2019.0.0.0
   x11/library/libx11
 1.6.8-2019.0.0.1 -> 1.6.9-2019.0.0.0

pkg update: The following packages all deliver file actions to 
usr/include/X11/extensions/XKBgeom.h:



pkg://openindiana.org/x11/library/libx11@1.6.9,5.11-2019.0.0.0:20191018T104117Z 



pkg://openindiana.org/x11/header/x11-protocols@2019.1,5.11-2019.0.0.0:20190810T103317Z 



These packages cannot be installed together. Any non-conflicting subset
of the above packages can be installed.

So, I am getting closer. What next?

With best regards.
Predrag Zečević



ON second I have pre4ssed Send (previous mail), I kewn solution:
:; pfexec pkg refresh --full
:; pfexec pkg upgrade v --be-name xxx


Sorry for noise.
Have to reboot.

--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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 Predrag Zecevic - Unix Systems Administrator

On 11/01/19 12:49, Michal Nowak wrote:

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


I have ended with this solution :

:; pfexec pkg uninstall -v consolidation/userland/userland-incorporation
...
Changed packages:
openindiana.org
  consolidation/userland/userland-incorporation
0.5.11-2019.0.0.12365 -> None
...

:; pfexec pkg update -vn pkg://openindiana.org/system/virtualbox@latest
Creating Plan (Checking for conflicting actions): /Packages 
to update:  2

   Create boot environment: No
Create backup boot environment: No
  Rebuild boot archive: No

Changed packages:
openindiana.org
  system/virtualbox
6.0.12-2019.0.0.0 -> 6.0.14-2019.0.0.0
  x11/library/libx11
1.6.8-2019.0.0.1 -> 1.6.9-2019.0.0.0

pkg update: The following packages all deliver file actions to 
usr/include/X11/extensions/XKBgeom.h:



pkg://openindiana.org/x11/library/libx11@1.6.9,5.11-2019.0.0.0:20191018T104117Z

pkg://openindiana.org/x11/header/x11-protocols@2019.1,5.11-2019.0.0.0:20190810T103317Z

These packages cannot be installed together. Any non-conflicting subset
of the above packages can be installed.

So, I am getting closer. What next?

With best regards.
Predrag Zečević



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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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 Predrag Zecevic - Unix Systems Administrator

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


Thanks anyway.
Regards.



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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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 Predrag Zecevic - Unix Systems Administrator

On 11/01/19 07:47, Michal Nowak wrote:

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.


Hi Michal,

unfortunately, there is no change:

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

Thanks
With best regards.
Predrag Zečević




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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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 Predrag Zecevic - Unix Systems Administrator

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


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.

--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


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

2019-10-31 Thread Predrag Zecevic - Unix Systems Administrator

Hi all,

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

to get ne Virtu87alBox 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
INDEXACTION 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 setVirtualBox 
 pkg:/system/virtualbox@6.0.12-2019.0.0.0
com.oracle.info.name setVirtualBox 


pkg:/system/virtualbox/virtualbox-additions@6.0.12-2019.0.0.0
pkg.summary  setVirtualBox - general-purpose full 
virtualizer pkg:/system/virtualbox@6.0.12-2019.0.0.0
pkg.summary  setVirtualBox - general-purpose full 
virtualizer 
pkg:/system/virtualbox/virtualbox-additions@6.0.12-2019.0.0.0
pkg.summary  setxf86-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 setopenindiana.org/system/virtualbox 
 pkg:/system/virtualbox@6.0.12-2019.0.0.0



How to solve this issue?

Regards.
--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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-21 Thread Predrag Zecevic - Unix Systems Administrator

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

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



Hi all,

moreover, once you logged in, keyboard indicator also shows 'en' 
language. That was not case previously (when it displayed my preferred 
keyboard layout)


Then, you cannot adds more layouts anymore (luckily, I can choose 
between my predefined defined layouts).


Dou I have to remove some file from ~/.local or ~/.config directory?

With best regards.
Predrag Zečević

___
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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

___
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-18 Thread Predrag Zecevic - Unix Systems Administrator

On 10/18/19 01:33, Carl Brewer wrote:


G'day,
Trying to get a VM running on a test server, OI pkg updated from about a 
month ago, I see this :

"VBoxClient: the VirtualBox kernel service is not running. Exiting"

I suspect I have a version of the kernel that's been updated, but VB is 
from an older build.


pkg info shows virtualbox v 6.0.12, from 2019.0.0.0 packaged on Sept 14

The kernel :
v 0.5.11
branch 2019.0.0.18919

When I try to start a VM it crashes the whole machine and it reboots. Ouch!

Is there an easy way to sync them up again?

Hints?

Thank you,
Carl


Hi Carl,

do you have kvm installed too?

That happen to me when I had both virtualization installed at the same 
time (there is hack to have them both running, but in general - IMHO - 
one should pick-up one to avoid problems)


Regards.



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


--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] reset lost root pw

2019-10-16 Thread Predrag Zecevic - Unix Systems Administrator

On 10/15/19 17:14, Dieter Klünter via openindiana-discuss wrote:

die...@dkluenter.de (Dieter Klünter) writes:


Hi,
I lost my root pw :-) There are some recipies for Linux based OS's, but
how can this resolved with OI?


Thank you to all who supplied valuable support. Thomas Wagner supplied
the least complicated solution, ist is 'sudo -i', which asks for user
password and switches to root, which allows root to set a new password.

-Dieter


Hi Dieter,

sudo -i will work only of user has sudo grants.
I understood question as general one (to provide solution which will 
work in any case)


Glad that you have fixed it :-)

Regards


--
Dieter Klünter | Directory Service
http://sys4.de
53°37'09,95"N
10°08'02,42"E

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



--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

tel: +49 - 6196 - 95058 - 15
mob: +49 - 174 - 3109288
fax: +49 - 6196 - 95058 - 94
e-mail: predrag.zece...@2e-systems.com

headquarter: 2e Systems GmbH, Koenigsteiner Str. 87, 65812 Bad Soden am 
Taunus, Germany

registration: Amtsgericht Koenigstein (Germany), HRB 7303
managing director: Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] [OmniOS-discuss] Fix to VirtualBox installer under OI/OmniOS

2015-06-24 Thread Predrag Zecevic [Unix Systems Administrator]

Hi Jim,

This was download action (from bash history):

 2526  [2015-06-24 14:38:11] wget -c 
https://raw.githubusercontent.com/jimklimov/vboxconfig_sh/master/vboxconfig.sh.patch

I took link from github site (https://github.com/jimklimov/vboxconfig_sh)
Regards.


On 06/24/15 04:25 PM, Jim Klimov wrote:


  Hello Predrag,




  Thanks for the feedback, I'll look into it with 5.0rc1 - I only tested across 
a few latest 4.3.* releases during the patch's evolution.

  OTOH, you used an older version (published in March) which may fail on recent 
OI Hipster which changed the PKG FMRI numbering scheme - this is what my more 
recent fixes amend.

  As for "patch unexpectedly ends in middle of line" - I didn't see that one yet, did you 
download it from Github (as "raw" text 
https://raw.githubusercontent.com/jimklimov/vboxconfig_sh/master/vboxconfig.sh.patch), or from that 
e-mail post? Perhaps the mailing-list archival and/or download process was faulty?

  Finally, regarding matching of the filename - in the recent version of the patch, it 
now references "subdirname/vboxconfig.sh" in both original and new versions so 
as to not confuse the patch programs.

  I also added the copy-pasteable package-patching procedure to README in the 
GitHub project to facilitate installations.




  Thanks,
  Jim

- Исходное сообщение -
От: "Predrag Zecevic [Unix Systems Administrator]" 

Дата: Wednesday, June 24, 2015 14:52
Тема: Re: [OpenIndiana-discuss] [OmniOS-discuss] Fix to VirtualBox installer 
under OI/OmniOS
Кому (To): openindiana-discuss@openindiana.org

  > Hi Jim,
  >
  > I was curious, so tried to test on *installed* tree (5.0.0_RC1):
  >
  > $ pfexec bash
  > $ cd /opt/VirtualBox
  > $ ls -la vboxconfig.sh
  > -rwxr-xr-x  1 0 2  45K Jun  1 20:15 vboxconfig.sh*
  >
  > $ gpatch -p1 < vboxconfig.sh.patch
  > can't find file to patch at input line 10
  > Perhaps you used the wrong -p or --strip option?
  > The text leading up to this was:
  > --
  > |This patch adds the ability for VirtualBox packaged installer script
  > |to configure USB filters on OpenSolaris and non-Oracle descendant
  > |distributions. For those distros not immediately covered by the
  > patch,|there is an ability to force the logic by 'touch
  > /etc/vboxinst_vboxusb'|
  > |Copyright (C) 2013-2015 by Jim Klimov under the terms of MIT License.
  > |
  > |--- vboxconfig.sh.orig 2015-03-02 16:17:43.0 +0100
  > |+++ vboxconfig.sh  2015-03-09
  > 15:30:35.673996000 +0100
  > --
  > File to patch:
  > vboxconfig.sh < asked me 
here to enter file to patch
  > patching file vboxconfig.sh
  > Hunk #1 succeeded at 1 with fuzz 2.
  > Hunk #2 succeeded at 286 (offset 6 lines).
  > Hunk #3 succeeded at 315 (offset 6 lines).
  > Hunk #4 succeeded at 352 (offset 6 lines).
  > Hunk #5 succeeded at 703 (offset 6 lines).
  > Hunk #6 succeeded at 751 (offset 6 lines).
  > patch unexpectedly ends in middle of line
  > patch unexpectedly ends in middle of line
  > $ ls -al vboxc*
  > -rwxr-xr-x 1 root bin   47K Jun 24 14:40 vboxconfig.sh
  > -rwxr-xr-x 1 root bin   45K Jun  1 20:15
  > vboxconfig.sh.orig-rw-r--r-- 1 root root 8.6K Jun 24 14:40
  > vboxconfig.sh.patch$
  >
  > I am not sure if that is supposed to be so, just FYI.
  >
  > Thank you and very best regards.
  >
  > On 06/24/15 02:04 PM, Jim Klimov wrote:
  > >
  > > Hello all,
  > >
  > > Earlier in March I posted a patch that fixes installation of
  > VirtualBox on non-Oracle Solaris hosts (e.g. OpenIndiana and
  > OmniOS). Lest it be lost in the list archives, I moved the patch
  > (now licensed as GPLv2 to match VirtualBox licensing) and an
  > accompanying README to GitHub:
  > https://github.com/jimklimov/vboxconfig_sh>
  > > Feel free to add the changes into the distributions (if you
  > maintain packages/repositories), so such hackery won't be needed ;)
  > >
  > > Thanks,
  > >   Jim Klimov
  > >
  > >
  > >
  > >
  > > -  � -

��: Jim Klimov 

  > > : Monday, March 16, 2015 9:30
  > > : [OmniOS-discuss] Fix to VirtualBox installer under OI/OmniOS
  > >  (To): openindiana-discuss@openindiana.org, omnios-discuss
  > 
  > > � (Cc): tho...@espix.net
  > >
  > >
  > >> Hello all,
  > >
  > >> Earlier this month I posted to the VirtualBox lists my patch
  > for vboxconfig.sh to better support
  > >> installation on non-Sun/Oracle Solaris-like hosts, tested on
  > OI (Hipster) and OmniOS (bloody).
  > >> It may support SXCE as well (has the cod

Re: [OpenIndiana-discuss] [OmniOS-discuss] Fix to VirtualBox installer under OI/OmniOS

2015-06-24 Thread Predrag Zecevic [Unix Systems Administrator]

Hi Jim,

I was curious, so tried to test on *installed* tree (5.0.0_RC1):

$ pfexec bash
$ cd /opt/VirtualBox
$ ls -la vboxconfig.sh
-rwxr-xr-x  1 0 2  45K Jun  1 20:15 vboxconfig.sh*

$ gpatch -p1 < vboxconfig.sh.patch
can't find file to patch at input line 10
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--
|This patch adds the ability for VirtualBox packaged installer script
|to configure USB filters on OpenSolaris and non-Oracle descendant
|distributions. For those distros not immediately covered by the patch,
|there is an ability to force the logic by 'touch /etc/vboxinst_vboxusb'
|
|Copyright (C) 2013-2015 by Jim Klimov under the terms of MIT License.
|
|--- vboxconfig.sh.orig 2015-03-02 16:17:43.0 +0100
|+++ vboxconfig.sh  2015-03-09 15:30:35.673996000 +0100
--
File to patch: vboxconfig.sh < 
asked me here to enter file to patch
patching file vboxconfig.sh
Hunk #1 succeeded at 1 with fuzz 2.
Hunk #2 succeeded at 286 (offset 6 lines).
Hunk #3 succeeded at 315 (offset 6 lines).
Hunk #4 succeeded at 352 (offset 6 lines).
Hunk #5 succeeded at 703 (offset 6 lines).
Hunk #6 succeeded at 751 (offset 6 lines).
patch unexpectedly ends in middle of line
patch unexpectedly ends in middle of line
$ ls -al vboxc*
-rwxr-xr-x 1 root bin   47K Jun 24 14:40 vboxconfig.sh
-rwxr-xr-x 1 root bin   45K Jun  1 20:15 vboxconfig.sh.orig
-rw-r--r-- 1 root root 8.6K Jun 24 14:40 vboxconfig.sh.patch
$

I am not sure if that is supposed to be so, just FYI.

Thank you and very best regards.

On 06/24/15 02:04 PM, Jim Klimov wrote:


Hello all,

Earlier in March I posted a patch that fixes installation of VirtualBox on 
non-Oracle Solaris hosts (e.g. OpenIndiana and OmniOS). Lest it be lost in the 
list archives, I moved the patch (now licensed as GPLv2 to match VirtualBox 
licensing) and an accompanying README to GitHub: 
https://github.com/jimklimov/vboxconfig_sh

Feel free to add the changes into the distributions (if you maintain 
packages/repositories), so such hackery won't be needed ;)

Thanks,
  Jim Klimov




-  � -
��: Jim Klimov 
: Monday, March 16, 2015 9:30
: [OmniOS-discuss] Fix to VirtualBox installer under OI/OmniOS
 (To): openindiana-discuss@openindiana.org, omnios-discuss 

� (Cc): tho...@espix.net



Hello all,



Earlier this month I posted to the VirtualBox lists my patch for vboxconfig.sh 
to better support
installation on non-Sun/Oracle Solaris-like hosts, tested on OI (Hipster) and 
OmniOS (bloody).
It may support SXCE as well (has the code, but was not practically tested 
lately) since there are
aspects where SXCE was like Solaris 10 (SVR4 packaging) and yet more advanced 
than that
(CrossBow, etc.).



Unfortunately, so far the post fell through the cracks... so for possible 
integration into packages
provided by the illumos distributions (e.g. to help the work done by Thomas 
Gouverneur to turn
SVR releases into IPS, or to support proper GPL-source builds of VirtualBox), 
I'd like to repost
these fixes here too. Feel free to build on them, to make VB updates 
hiccup-less ;)



In my practice, it sufficed to "pkgtrans" the Oracle VB package into a 
directory, patch the script
"vboxconfig.sh" provided in the installation image, update the "pkgmap" with 
new values for
size and checksum of the changed file, (run "pkgrm" to remove an obsoleted 
installation) and
"pkgadd" to install the package from the directory.





---



The reposted part:



http://article.gmane.org/gmane.comp.emulators.virtualbox.devel/7390
Date: 2015-03-09 15:09:25 GMT



Hello all,



I submit a patch which should simplify installation of modern VirtualBox on some
non-Oracle derivate distributions of Solaris which are known to host VirtualBox
just fine. Most of the patch deals with "proper" detection of major and minor OS
version numbers on those distributions. Also there is now a touchable filename
to enforce installation of USB filters and corresponding UNIX group accounts,
as a workaround for further distros not detected as supported by even new code.



I submit this patch under the terms of MIT license.



This was last tested with VirtualBox 4.3.24 and OpenIndiana Hipster and OmniOS
Bloody, all updated today to the most current states available.



Note this was not yet tested in practice with SXCE although snippets were 
developed
that should work there. I don't expect there are many of those installations 
left beside my
closet, but those are all pleased with old VBox versions for now... ain't 
broke, you know ;)




Hope this helps,
// Jim Klimov






  > ___
  > OmniOS-discuss mailing list
  > omnios-disc...@lists.omniti.com
  > http://lists.omniti.com/mailman/listinfo/omnios-discuss

  --

  ++
  |   

Re: [OpenIndiana-discuss] How to clean old boot version from rpool

2015-06-19 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

$ man beadm

e.g, if rpool/ROOT/openindiana is oldest (I guess you look at it with 'zfs 
list' command), you should see it also in
$ beadm list -d
output, then you can execute:

$ pfexec beadm destroy 

Regards.


On 06/19/15 11:52 AM, Brogyányi József wrote:

Hi

I'd like to delete old not used boot part from rpool.

rpool/ROOT/openindiana 19.1M  1.24G  6.27G  /
rpool/ROOT/openindiana-1   13.3M  1.24G  6.83G

It shows me if there is a big update then I can not do it because I haven't got 
enough room.
So how do I keep the latest Openindana and how to delete the old one?
Thanks.

Brogyi

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



--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] New pkg(5) issues

2015-06-19 Thread Predrag Zecevic [Unix Systems Administrator]

On 06/16/15 02:32 PM, Jim Klimov wrote:


  Hello again,

  Now that I've got a newly upgraded Hipster after all, attempts to update it 
by running pkg fail due to:

  ===

  Linked image publisher checkpkg: update failed (linked image exception(s)):

  A 'pubcheck-linked' operation failed for child 'zone:mylocalzone' with an 
unexpected
  return value of 99 and generated the following output:
  Traceback (most recent call last):
File "/usr/bin/pkg", line 5423, in handle_errors
  __ret = func(*args, **kwargs)
File "/usr/bin/pkg", line 1815, in __dispatch
  rv = op_func(op, _api_inst, **pwargs)
File "/usr/bin/pkg", line 4027, in pubcheck_linked
  api_inst.linked_publisher_check()
File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line 206, in 
wrapper
  return f(instance, *fargs, **f_kwargs)
File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line 1628, in 
linked_publisher_check
  self.__linked_pubcheck()
File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line 1607, in 
__linked_pubcheck
  self._img.linked.pubcheck()
File "/usr/lib/python2.6/vendor-packages/pkg/client/linkedimage/common.py", 
line 1050, in pubcheck
  linked_pub_error=(pubs, ppubs))
  PlanCreationException:
  Invalid child image publisher configuration.  Child image publisher
  configuration must be a superset of the parent image publisher configuration.
  Please update the child publisher configuration to match the parent.  If the
  child image is a zone this can be done automatically by detaching and
  attaching the zone.

  The parent image has the following enabled publishers:
  PUBLISHER 0: openindiana.org
  PUBLISHER 1: opensolaris.org

  The child image has the following enabled publishers:
  PUBLISHER 0: on-nightly
  PUBLISHER 1: openindiana.org (non-sticky)
  PUBLISHER 2: opensolaris.org


  pkg: This is an internal error in pkg(5) version 2a5f6ab.  Please log a
  Service Request about this issue including the information above and this
  message.

  ===




  It does not very much seem true that the child publisher configuration
  is NOT a superset of the parent's one (except for that sticky remark).

  Oh, and the publishers were different (2014.1 remained in the local zone).

  While there was little problem removing the non-sticky note in this zone,
  as well as updating the publisher definition, it did not help - same error.

  Detaching and attaching (without and with "-u") did not succeed and left
  the zone un-mountable so I had to rollback and fix it up.

  Subsequent upgrade was to "pkg -R /zones/mylocalzone/root/ update" from GZ...
  and it did not solve the issue, either.

  Only removing the "on-nightly" in the local zone (so publisher lists are now
  identical - which defeats the purpose of building/testing stuff in non-global
  zones) allowed "pkg" to consider an upgrade strategy.

  I wonder if pkg(5) worked as intended here, or there is a mistake in it 
indeed?
  Perhaps if linked-zone operation is a no-go, it should revert to old algorithm
  automatically? Or are linked images the new default/requirement?

  Thanks,
  // Jim Klimov


FYI, today on may latest /hipster installation, I have tried to add gparted (first had to set same publishers in both Zones - 
actually was forced to, because it has failed with error described above):

---8<---
$ pfexec pkg install -v pkg:/desktop/administration/gparted
   Packages to install: 2
Services to change: 2
 Estimated space available: 100.60 GB
Estimated space to be consumed:  61.20 MB
   Create boot environment:No
Create backup boot environment:No
  Rebuild boot archive:No

Changed packages:
openindiana.org
  desktop/administration/gparted
None -> 0.4.5-2015.0.0.0
  system/storage/parted
None -> 1.8.8.1-2014.1.2.0

Services:
  restart_fmri:
svc:/application/desktop-cache/desktop-mime-cache:default
svc:/system/rbac:default

Editable files to change:
  Install:
etc/security/exec_attr.d/desktop-administration-gparted

Planning linked: 0/2 done; 1 working: zone:oi151a9
Linked image 'zone:oi151a9' output:
|  Estimated space available: 100.60 GB
| Estimated space to be consumed: 113.19 MB
|   Rebuild boot archive:No
`
Planning linked: 1/2 done; 1 working: zone:oiHipster
Linked image 'zone:oiHipster' output:
|  Estimated space available: 100.60 GB
| Estimated space to be consumed:  40.96 MB
|   Rebuild boot archive:No
`
Planning linked: 2/2 done
DOWNLOADPKGS FILESXFER (MB)   SPEED
Completed2/2 97/97  1.7/1.7  2.0M/s

Downloading linked: 0/2 done; 1 working: zone:oi151a9
Downloading linked: 1/2 done; 1 working: zone:oiHipster
Downloading linked: 2/2 done
PHASE  ITEMS
Installing new actions   135/13

Re: [OpenIndiana-discuss] New pkg(5) issues

2015-06-17 Thread Predrag Zecevic [Unix Systems Administrator]

On 06/16/15 06:04 PM, Jim Klimov wrote:

16 июня 2015 г. 15:09:09 CEST, Predrag Zecevic  
пишет:

Am 16.06.2015 um 14:32 schrieb Jim Klimov:


  Hello again,

  Now that I've got a newly upgraded Hipster after all, attempts to

update it by running pkg fail due to:


  ===

  Linked image publisher checkpkg: update failed (linked image

exception(s)):


  A 'pubcheck-linked' operation failed for child 'zone:mylocalzone'

with an unexpected

  return value of 99 and generated the following output:
  Traceback (most recent call last):
File "/usr/bin/pkg", line 5423, in handle_errors
  __ret = func(*args, **kwargs)
File "/usr/bin/pkg", line 1815, in __dispatch
  rv = op_func(op, _api_inst, **pwargs)
File "/usr/bin/pkg", line 4027, in pubcheck_linked
  api_inst.linked_publisher_check()
File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line

206, in wrapper

  return f(instance, *fargs, **f_kwargs)
File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line

1628, in linked_publisher_check

  self.__linked_pubcheck()
File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line

1607, in __linked_pubcheck

  self._img.linked.pubcheck()
File

"/usr/lib/python2.6/vendor-packages/pkg/client/linkedimage/common.py",
line 1050, in pubcheck

  linked_pub_error=(pubs, ppubs))
  PlanCreationException:
  Invalid child image publisher configuration.  Child image publisher
  configuration must be a superset of the parent image publisher

configuration.

  Please update the child publisher configuration to match the parent.

If the

  child image is a zone this can be done automatically by detaching

and

  attaching the zone.

  The parent image has the following enabled publishers:
  PUBLISHER 0: openindiana.org
  PUBLISHER 1: opensolaris.org

  The child image has the following enabled publishers:
  PUBLISHER 0: on-nightly
  PUBLISHER 1: openindiana.org (non-sticky)
  PUBLISHER 2: opensolaris.org


  pkg: This is an internal error in pkg(5) version 2a5f6ab.  Please

log a

  Service Request about this issue including the information above and

this

  message.

  ===




  It does not very much seem true that the child publisher

configuration

  is NOT a superset of the parent's one (except for that sticky

remark).


  Oh, and the publishers were different (2014.1 remained in the local

zone).


  While there was little problem removing the non-sticky note in this

zone,

  as well as updating the publisher definition, it did not help - same

error.


  Detaching and attaching (without and with "-u") did not succeed and

left

  the zone un-mountable so I had to rollback and fix it up.

  Subsequent upgrade was to "pkg -R /zones/mylocalzone/root/ update"

from GZ...

  and it did not solve the issue, either.

  Only removing the "on-nightly" in the local zone (so publisher lists

are now

  identical - which defeats the purpose of building/testing stuff in

non-global

  zones) allowed "pkg" to consider an upgrade strategy.

  I wonder if pkg(5) worked as intended here, or there is a mistake in

it indeed?

  Perhaps if linked-zone operation is a no-go, it should revert to old

algorithm

  automatically? Or are linked images the new default/requirement?

  Thanks,
  // Jim Klimov


Hi Jim,

I also had similar issue: from 2 zones, I was able to (detach/pkg
update/reboot/attach -u) ONLY /hipster based zone

Another one (based on /dev repository) failed to be handled properly
and
now is dead (that was probably my mistake during attempts to recover
from situation - unfortunatelly I made no notes).

Just FYI.

In my opinion this error should not happen (maybe some change from
Oracle lander untested?).

Best regards.

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



Can you at least mount your 'broken' zone (e.g. 'zoneadm mount' or better 
'zoneadm ready'? Then you can use 'pkg -R' from the GZ to manipulate IPS 
metadata and installed bits in the (whole-root) local zone.

I *guess* you can then drive it through the same series of publisher and 
package updates as we did during Hipster evolution from /dev.

If your zone died mid-way through 'zoneadm attach', you may have to revert to a 
previous snapshot or 'zbe-NN' clone and fix up attributes (zoned, canmount, 
mountpoint) of the resulting '.../ROOT/zbe' dataset and/or its parents (ROOT or 
the ... above).

Good luck!


Hi Jim,

I have fixed problem(s):

a) mountpoint was changed from legacy to some directory (probably due failure of 'zoneadm -z solaruim attach -u' command), reverted 
back to 'legacy' for rpool/Zones/solarium/ROOT


b) after a) was fixed, I was able to boot zone and login into, but all publisher set-up was replaced with one from global zone (so, 
instead of /dev was /hipster, etc). I have reverted that and ran 'pkg update' which has

Re: [OpenIndiana-discuss] thunderbird 31.6.0 + /hipster-2015 = coredump

2015-04-16 Thread Predrag Zecevic [Unix Systems Administrator]

On 04/16/15 03:44 PM, Predrag Zecevic [Unix Systems Administrator] wrote:

Hi all,

I am using thunderbird from ftp.mozilla.org since long time ago (always using 
latest tarball version).
Also, once/week I update my OpenIndidana /hipster to latest state.

Now (but I cannot tell for sure when it has started) *if* I try to save 
attachment, TB creates dump core and dies.
Funny enough, if I try to detach it (and cancel operation) it is saved to disk.

Does anyone has idea what could be reason?

Thank you and regards.

P.S:
https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/31.6.0/contrib/solaris_tarball/thunderbird-31.6.0.en-US.opensolaris-i386.tar.bz2



Similar (but not same): firefox-31.6.0esr
It dies on random things: save password or edit wiki page, etc...

https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/31.6.0esr/contrib/solaris_tarball/firefox-31.6.0esr.en-US.opensolaris-i386.tar.bz2

Regards.
--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


[OpenIndiana-discuss] thunderbird 31.6.0 + /hipster-2015 = coredump

2015-04-16 Thread Predrag Zecevic [Unix Systems Administrator]

Hi all,

I am using thunderbird from ftp.mozilla.org since long time ago (always using 
latest tarball version).
Also, once/week I update my OpenIndidana /hipster to latest state.

Now (but I cannot tell for sure when it has started) *if* I try to save 
attachment, TB creates dump core and dies.
Funny enough, if I try to detach it (and cancel operation) it is saved to disk.

Does anyone has idea what could be reason?

Thank you and regards.

P.S: 
https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/31.6.0/contrib/solaris_tarball/thunderbird-31.6.0.en-US.opensolaris-i386.tar.bz2

--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] /hipster OS update fails because of EFI support from Illumos

2015-03-10 Thread Predrag Zecevic [Unix Systems Administrator]


On 03/ 9/15 12:03 PM, Alexander Pyhalov wrote:

Predrag Zecevic [Unix Systems Administrator] писал 09.03.2015 11:17:

Hi all,

...

Activation of BE failed, and I tried again:


Hi.
Could you select new BE in grub menu on boot?  After booting new BE, try beadm 
activate it.
---
System Administrator of Southern Federal University Computer Center



Hi Alexander,

yes! That has worked (booted from Grub menu into latest 'Update'):

$ beadm list
BE Active Mountpoint Space Policy Created
oi151_hipster2015_0227 R  -  26.0G static 2015-02-27 06:58
oi151_hipster2015_0310 N  /  865M  static 2015-03-10 06:52

$ pfexec beadm activate oi151_hipster2015_0310
Activated successfully

Many thanks. Hopefully, this will be solved soon... One day I might need to 
reboot system remotelly.

Regards.

--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


[OpenIndiana-discuss] /hipster OS update fails because of EFI support from Illumos

2015-03-09 Thread Predrag Zecevic [Unix Systems Administrator]

Hi all,

currently, I am running /hipster-2015:
$ pkg publisher openindiana.org

Publisher: openindiana.org
Alias:
   Origin URI: http://pkg.openindiana.org/hipster-2015/
  SSL Key: None
 SSL Cert: None
  Client UUID: 08bfde0c-5000-fd2f-f84e-0408
  Catalog Updated: March  8, 2015 05:50:53 PM
  Enabled: Yes

$ uname -rosv
SunOS 5.11 illumos-da5086c Solaris

and tried to upgrade OS this morning:

$ pkg_update oi151_hipster2015_0309
Packages to update:   418
 Estimated space available: 109.73 GB
Estimated space to be consumed: 840.52 MB
   Create boot environment:   Yes
 Activate boot environment:   Yes
Create backup boot environment:No
  Rebuild boot archive:   Yes

Changed packages:
openindiana.org
  SUNWcs
0.5.11-2015.0.0.14921:20150226T134319Z -> 
0.5.11-2015.0.0.14937:20150307T131746Z
...
DOWNLOADPKGS FILESXFER (MB)   SPEED
Completed418/418 4209/4209  125.3/125.3  3.0M/s

PHASE  ITEMS
Removing old actions   1102/1102
Installing new actions   982/982
Updating modified actions  9044/9044
Updating package state database Done
Updating package cache   418/418
Updating image stateDone
Creating fast lookup database   Done
Reading search indexDone
Building new search index  1699/1699
pkg: unable to activate oi151_hipster2015_0309

---
NOTE: Please review release notes posted at:

http://wiki.openindiana.org/display/oi/oi_hipster
---

Activation of BE failed, and I tried again:

$ pfexec beadm activate -v oi151_hipster2015_0309
be_do_installgrub: installgrub failed for device c3d0s0.
  Command: "/sbin/installgrub  /export/tmp/tmp6DTXaC/boot/grub/stage1 
/export/tmp/tmp6DTXaC/boot/grub/stage2 /dev/rdsk/c3d0s0"
Booting of EFI labeled disks is only supported with ZFS
Unable to gather device information for /dev/rdsk/c3d0s0
be_run_cmd: command terminated with error status: 1
Unable to activate oi151_hipster2015_0309.
Error installing boot files.

$ beadm list
beadm list
BE Active MountpointSpace Policy Created
oi151_hipster2015_0227 NR / 25.9G static 2015-02-27 
06:58
oi151_hipster2015_0309 -  /export/tmp/tmp6DTXaC 751M  static 2015-03-09 
08:44

$ fstyp /dev/rdsk/c3d0s0
zfs


Now what? (I definitely do *not* use EFI, because my hardware is 8 years OLD and disks use IDE. So, was able to upgrade systems all 
way from OpenSolaris until recent changes have been made to Illumos).


http://wiki.openindiana.org offers no info/solution, adn I have found this, but 
it doesn't fit to my scenario:
* http://comments.gmane.org/gmane.os.illumos.devel/20580 (doesn't offer 
solution)
* http://www.listbox.com/member/archive/post_content.html?post_id=20150223110327:7E614B22-BB75-11E4-9A6E-AF45EBF176B7&address=000 
(also no solution)


Regards.

P.S. apologies for spam in advance if I missed somebody's tip or post
--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] Has anyone successfully built a new firefox on OI?

2015-02-19 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

you can also check this thread: [OpenIndiana-discuss] Compiling Firefox

I think that Apostolos Syropoulos (did also OpenOffice 4.1.1 contribution to 
OI) is on it and we can expect soon some news.

Regards.

On 02/20/15 08:36 AM, Harry Putnam wrote:

Oscar del Rio  writes:


On 02/19/15 10:35 AM, Harry Putnam wrote:

Has anyone here managed to build a more recent version of firefox?

My OI 151_9 has version 10.0.12  More uptodate platforms are running
in the 30's... On a recent gentoo box, I see it is 35.0


Have you tried the ESR versions?  (ESR=Extended Support Release)

Tarball

ftp://ftp.mozilla.org/pub/firefox/releases/31.4.0esr/contrib/solaris_tarball/Ffirefox-31.4.0esr.en-US.opensolaris-i386.tar.bz2

or pkg

ftp://ftp.mozilla.org/pub/firefox/releases/31.4.0esr/contrib/solaris_pkgadd/firefox-31.4.0esr.en-US.opensolaris-i386-pkg.bz2


Thanks... I can't get anything but data timeouts there... maybe try
again tomorrow or later today.


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



--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] NFS Automount from FreeNAS Server

2015-02-18 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

not sure if it is relevant, but in Solaris user home dirs were on /export/home 
while /home was reserved for automounter.

Not knowing FreeNAS (but some Linux systems), /home is location of user home 
dirs.
Maybe problem solution can be looked in that direction?

Regards.

On 02/18/15 01:12 PM, Jonathan Adams wrote:

I have an OpenIndiana laptop, it's running a copy of OpenLDAP as a replica
of an OpenLDAP on our work server (syncs whenever it connects) ... and it
uses this OpenLDAP database to power it's automount. (not sure if this is
of any relevance, but included for completeness)

I've been using this system for years in this configuration, but recently
some of our users had their home directories moved from a Solaris 10 server
to a FreeNAS server.  I noticed that I couldn't access their home
directories using the automounted "/home" directory, it comes up
"permission denied".  I can however access the users home directory if I
hard mount as root.

Our Solaris 10 servers have no trouble accessing the automounted
directories, our Linux laptops have no issue either ...

Does anyone else have issues like this, or know of any checks that I can
perform to see if I can find the fault?

Ta

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



--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] Java 8 webstart

2015-02-13 Thread Predrag Zecevic [Unix Systems Administrator]

Hi again,

Just FYI: /dev repository (a9) has different firefox-java package then /hipster 
(2015):

http://pkg.openindiana.org/dev/manifest/0/web%2Fbrowser%2Ffirefox%2Fplugin%2Ffirefox-java%400.5.11%2C5.11-0.151.1.9%3A20140117T203525Z
http://pkg.openindiana.org/hipster-2015/manifest/0/web%2Fbrowser%2Ffirefox%2Fplugin%2Ffirefox-java%401.4.1%2C5.11-2014.1.1.1%3A20140719T120849Z

Later one has javaws from OpenJDK:
$ pkg contents pkg:/web/browser/firefox/plugin/firefox-java | grep javaws
usr/jdk/instances/openjdk1.7.0/jre/bin/javaws
usr/share/icedtea-web/javaws_splash.png
usr/share/man/man1/javaws.1

With best regards,
Predrag Zečević

On 02/13/15 03:56 PM, Till Wegmüller wrote:

Hi

I can confirm that on OpenSuSE the /usr/bin/javaws comes from 
openjdk-pluginsWhich is derived from icedtea-web.

See 
https://build.opensuse.org/package/show?project=openSUSE%3A13.2&package=java-1_8_0-openjdk-plugin
 for more infos.

If you want to compile from source you can get it from 
http://icedtea.classpath.org

The Spec File for SuSE might give you some hints for Compiling. I haven't tired 
it myself though neither for OpenSuSE nor Solaris.

https://build.opensuse.org/package/view_file/openSUSE:13.2/java-1_8_0-openjdk-plugin/icedtea-web.spec?expand=1

Greetings Toast


Peter Tribble schrieb am Friday 13 February 2015 14.39:47:

On Fri, Feb 13, 2015 at 2:23 PM, Paolo Marcheschi 
wrote:


Thank you

Is there a way to recompile the 32bit ? in order to get the javaws .
I see that you have compiled  openjdk, but also there, the javaws is
missing.
I guess java webstart is a no-more supported tecnology in future version
of java ?



The whole plugin/webstart stuff is completely separate, as far as I
know it hasn't been open sourced, so it doesn't come with openjdk
at all.

If you wanted that, then IcedTea would presumably be the place
to look. I haven't yet tried that myself, though.





Paolo
On 02/13/15 03:13 PM, Peter Tribble wrote:


On Fri, Feb 13, 2015 at 1:44 PM, Paolo Marcheschi <
paolo.marches...@ftgm.it>
wrote:

  Hi


I installed the new Solaris java 8 from oracle,
but I do not find the javaws (Java web Start) command anymore.

  It was removed as part of removing the 32-bit support.


http://www.oracle.com/technetwork/java/javase/8-
compatibility-guide-2156366.html




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








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



--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] Java 8 webstart

2015-02-13 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

on OI (/hipster) there is package:

$ pkg search -l /usr/lib/IcedTeaPlugin.so
INDEX  ACTION VALUEPACKAGE
path   file   usr/lib/IcedTeaPlugin.so 
pkg:/web/browser/firefox/plugin/firefox-java@1.4.1-2014.1.1.1

So,
$ ls -al ~/.mozilla/plugins/IcedTeaPlugin.so
lrwxrwxrwx 1 predrag_zecevic admin 25 Jan 21 15:17 
/export/home/predrag/.mozilla/plugins/IcedTeaPlugin.so -> 
/usr/lib/IcedTeaPlugin.so

And that works fine.

Regards.

P.S: I have installed JDK 1.8.0_31 along standard jdk 1.6._26 which is part of 
OI.


On 02/13/15 03:56 PM, Till Wegmüller wrote:

Hi

I can confirm that on OpenSuSE the /usr/bin/javaws comes from 
openjdk-pluginsWhich is derived from icedtea-web.

See 
https://build.opensuse.org/package/show?project=openSUSE%3A13.2&package=java-1_8_0-openjdk-plugin
 for more infos.

If you want to compile from source you can get it from 
http://icedtea.classpath.org

The Spec File for SuSE might give you some hints for Compiling. I haven't tired 
it myself though neither for OpenSuSE nor Solaris.

https://build.opensuse.org/package/view_file/openSUSE:13.2/java-1_8_0-openjdk-plugin/icedtea-web.spec?expand=1

Greetings Toast


Peter Tribble schrieb am Friday 13 February 2015 14.39:47:

On Fri, Feb 13, 2015 at 2:23 PM, Paolo Marcheschi 
wrote:


Thank you

Is there a way to recompile the 32bit ? in order to get the javaws .
I see that you have compiled  openjdk, but also there, the javaws is
missing.
I guess java webstart is a no-more supported tecnology in future version
of java ?



The whole plugin/webstart stuff is completely separate, as far as I
know it hasn't been open sourced, so it doesn't come with openjdk
at all.

If you wanted that, then IcedTea would presumably be the place
to look. I haven't yet tried that myself, though.





Paolo
On 02/13/15 03:13 PM, Peter Tribble wrote:


On Fri, Feb 13, 2015 at 1:44 PM, Paolo Marcheschi <
paolo.marches...@ftgm.it>
wrote:

  Hi


I installed the new Solaris java 8 from oracle,
but I do not find the javaws (Java web Start) command anymore.

  It was removed as part of removing the 32-bit support.


http://www.oracle.com/technetwork/java/javase/8-
compatibility-guide-2156366.html




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








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



--
Predrag Zečević
Technical Support Analyst
2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] [HEADSUP] OpenIndiana Hipster default repository URL has changed

2015-01-14 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

I have also managed to move to /hipster-2015.
Thank you for info and all work on this.

Regards.

On 01/14/15 04:33 PM, Alexander Pyhalov wrote:

Hello.

This message concerns OI Hipster users.
We have just moved default package repository from 
http://pkg.openindiana.org/hipster-2014.1/ to
http://pkg.openindiana.org/hipster-2015 and bumped branch version from 2014.1.3 
to 2015.0.0. This was necessary to decrease
repository size and speedup operations of IPS tools.

To make your system use new repository, do the following.
1) Make sure that you are running the latest bits
# pkg refresh
# pkg update
2) Reboot to new BE if necessary
# init 6
3) Change openindiana.org publisher to new one
# pkg set-publisher -G http://pkg.openindiana.org/hipster-2014.1/ -g 
http://pkg.openindiana.org/hipster-2015 openindiana.org
4) Update your system
# pkg update
5) Reboot to new BE
# init 6
6) Check that you have updated osnet-incorporation installed
# pkg info osnet-incorporation
### Should report version >= 2015.0.0.14851

If you are  using custom illumos-gate builds, don't forget to change
PKGVERS_BRANCH to 2015.X.0.0.



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
It's not easy, being green. -- Kermit the Frog

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


Re: [OpenIndiana-discuss] console local and via SOL

2015-01-13 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

I guess you should try to connect to local console even it it is redirected to serial (I guess if you enable VT, you SHOULD be able 
to use it).


Also check:
a) http://wiki.openindiana.org/oi/4.6+Remote+Console
b) if VT is/are enabled (on my OI box):
$ svcs -a | grep vt
online Jan_12   svc:/system/vtdaemon:default
online Jan_12   svc:/system/console-login:vt3
online Jan_12   svc:/system/console-login:vt5
online Jan_12   svc:/system/console-login:vt6
online Jan_12   svc:/system/console-login:vt4
online Jan_12   svc:/system/console-login:vt2

Regards.

On 01/13/15 10:15 AM, s...@freudiger.nl wrote:

Hello

I am pretty new to openindiana and am working on a custom solution to use 
serial over lan (SOL).
I have the serial port redirected to Lan interface and am able to connect to it 
via the BMC/IPMI -feature of the mainboard.
The output of /dev/console can be chosen by "eeprom console=ttya" and back by 
eeprom console=tetx (or can be set via setprop -oprion
in /boot/solaris/bootenv.rc) and I can then see and interact with the console 
via local VGA / keyboard (option text) or via SOL
(option ttya).
Now my question is; can this be changed to have a login available on both, 
local and via SOL?
Not 100% sure if this is the right place to ask this, if not, please point me 
in the right direction.

Cheers
sam

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



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
Think lucky. If you fall in a pond, check your pockets for fish. -- Darrell 
Royal

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


Re: [OpenIndiana-discuss] /hipster-2014.1 strange behave (update picks up 2014.1.2 but repository has 2014.1.3 version available)

2014-12-02 Thread Predrag Zecevic [Unix Systems Administrator]


On 12/ 2/14 02:35 PM, Alexander Pyhalov wrote:

On 12/02/2014 11:35, Predrag Zecevic [Unix Systems Administrator] wrote:

Hi Alexander,

what about incorporations?




So, my question is: do I need to (may I) remove consolidation from
"0.5.11,5.11-0.151.1.8" time (all of them)?


No, if they are not explicitly marked obsolete. In this case IPS would do it 
for you.



Many thanks for nice explanation and your time...
Regards.

--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
To iterate is human, to recurse, divine. -- Robert Heller

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


Re: [OpenIndiana-discuss] /hipster-2014.1 strange behave (update picks up 2014.1.2 but repository has 2014.1.3 version available)

2014-12-02 Thread Predrag Zecevic [Unix Systems Administrator]

Hi Alexander,

what about incorporations?

$ pkg publisher openindiana.org

Publisher: openindiana.org
Alias:
   Origin URI: http://pkg.openindiana.org/hipster-2014.1/
  SSL Key: None
 SSL Cert: None
  Client UUID: 08bfde0c-5000-fd2f-f84e-0408
  Catalog Updated: November 26, 2014 12:43:22 PM
  Enabled: Yes

I can bet that this is not used in /hipster (but blocks updates):

$ pkg contents -m consolidation/vpanels/vpanels-incorporation
set name=pkg.fmri 
value=pkg://openindiana.org/consolidation/vpanels/vpanels-incorporation@0.5.11,5.11-0.151.1.8:20130305T143753Z
set name=pkg.summary value="Visual Panels consolidation incorporation"
set name=pkg.description value="This incorporation constrains packages from the 
Visual Panels consolidation."
set name=pkg.depend.install-hold value=core-os.vpanels
set name=variant.arch value=i386
depend fmri=system/management/rad/pkg@0.5.11,5.11-0.151.1.8 type=incorporate
depend fmri=system/management/rad/test@0.5.11,5.11-0.151.1.8 type=incorporate
depend fmri=system/management/rad/zones@0.5.11,5.11-0.151.1.8 type=incorporate
depend fmri=system/management/rad@0.5.11,5.11-0.151.1.8 type=incorporate
depend fmri=system/management/visual-panels/panel-apache@0.5.11,5.11-0.151.1.8 
type=incorporate
depend fmri=system/management/visual-panels/panel-browser@0.5.11,5.11-0.151.1.8 
type=incorporate
depend fmri=system/management/visual-panels/panel-coreadm@0.5.11,5.11-0.151.1.8 
type=incorporate
depend 
fmri=system/management/visual-panels/panel-examples@0.5.11,5.11-0.151.1.8 
type=incorporate
depend 
fmri=system/management/visual-panels/panel-firewall@0.5.11,5.11-0.151.1.8 
type=incorporate
depend 
fmri=system/management/visual-panels/panel-sharemgr@0.5.11,5.11-0.151.1.8 
type=incorporate
depend fmri=system/management/visual-panels/panel-smf@0.5.11,5.11-0.151.1.8 
type=incorporate
depend fmri=system/management/visual-panels/panel-svcs@0.5.11,5.11-0.151.1.8 
type=incorporate
depend fmri=system/management/visual-panels/panel-sysid@0.5.11,5.11-0.151.1.8 
type=incorporate
depend fmri=system/management/visual-panels/panel-sysmon@0.5.11,5.11-0.151.1.8 
type=incorporate
depend fmri=system/management/visual-panels/panel-time@0.5.11,5.11-0.151.1.8 
type=incorporate
depend fmri=system/management/visual-panels/panel-usermgr@0.5.11,5.11-0.151.1.8 
type=incorporate
depend fmri=system/management/visual-panels@0.5.11,5.11-0.151.1.8 
type=incorporate
depend fmri=system/management/visual-panels/doc@0.5.11,5.11-0.151.1.8 
type=incorporate

So, my question is: do I need to (may I) remove consolidation from 
"0.5.11,5.11-0.151.1.8" time (all of them)?

Thank you.
Best regards.

On 12/ 2/14 09:31 AM, Alexander Pyhalov wrote:

On 12/02/2014 11:27, Predrag Zecevic [Unix Systems Administrator] wrote:

To reply to myself - tried to forcibly 'update' package:

$ pfexec pkg install -vn
library/perl-5/switch@2.17,5.11-2014.1.3.0:20141125T083101Z
Creating Plan (Running solver): \
pkg install: No solution was found to satisfy constraints



It fails as switch has received dependency on non-existing 
switch-516@2.17,5.11-2014.1.3.0 package. IPS can't correctly report about
this, the report is  some ugly garbage which just means "I can't do this". You 
have no need in installing latest library/perl-5/XXX
packages, only library/perl-5/XXX-516.


--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
The only difference between a car salesman and a computer salesman is that the 
car salesman knows he's lying.

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


Re: [OpenIndiana-discuss] /hipster-2014.1 strange behave (update picks up 2014.1.2 but repository has 2014.1.3 version available)

2014-12-02 Thread Predrag Zecevic [Unix Systems Administrator]

To reply to myself - tried to forcibly 'update' package:

$ pfexec pkg install -vn 
library/perl-5/switch@2.17,5.11-2014.1.3.0:20141125T083101Z
Creating Plan (Running solver): \
pkg install: No solution was found to satisfy constraints

maintained incorporations:

  
pkg://openindiana.org/consolidation/vpanels/vpanels-incorporation@0.5.11,5.11-0.151.1.8:20130305T143753Z
  
pkg://openindiana.org/consolidation/gfx/gfx-incorporation@0.5.11,5.11-0.151.1.8:20130305T142155Z
  
pkg://openindiana.org/consolidation/nspg/nspg-incorporation@0.5.11,5.11-2014.1.0.0:20140625T051110Z
  
pkg://openindiana.org/consolidation/admin/admin-incorporation@0.5.11,5.11-2014.0.1.0:20140528T075330Z
  
pkg://openindiana.org/consolidation/install/install-incorporation@0.5.11,5.11-2014.1.3.944:20141010T082513Z
  
pkg://openindiana.org/consolidation/hcts/hcts-incorporation@0.5.11,5.11-0.151.1.8:20130305T142156Z
  
pkg://openindiana.org/consolidation/X/X-incorporation@0.5.11,5.11-2014.1.3.0:20141010T124604Z
  
pkg://openindiana.org/consolidation/cde/cde-incorporation@0.5.11,5.11-0.151.1.8:20130305T142156Z
  
pkg://openindiana.org/consolidation/ub_javavm/ub_javavm-incorporation@0.5.11,5.11-0.151.1.8:20130305T143751Z
  
pkg://openindiana.org/consolidation/solaris_re/solaris_re-incorporation@0.5.11,5.11-2014.0.1.0:20140528T075738Z
  
pkg://openindiana.org/consolidation/osnet/osnet-incorporation@0.5.11,5.11-2014.1.3.14758:20141125T135105Z
  
pkg://openindiana.org/consolidation/cns/cns-incorporation@0.5.11,5.11-0.151.1.8:20130305T142156Z
Plan Creation: Package solver is unable to compute solution.
Dependency analysis is unable to determine exact cause.
Try specifying expected results to obtain more detailed error messages.
Include specific version of packages you wish installed.

Do I need to removed very OLD incorporations? And if yes, what would be safest 
way?

Regards.

On 12/ 2/14 09:07 AM, Predrag Zecevic [Unix Systems Administrator] wrote:

Hi all,

tried to reduce subject, but wanted to point to problem I have:

$ pkg list | grep library/perl-5
library/perl-5/authen-pam 16-2014.1.2.1  i--
library/perl-5/authen-pam-516 16-2014.1.2.1  i--
library/perl-5/database   1.623-2014.1.2.0   i--
library/perl-5/database-516   1.623-2014.1.2.0   i--
...

$ pkg search -r library/perl-5/authen-pam-516
INDEX   ACTION VALUE
 PACKAGE
conditional depend library/perl-5/authen-pam-516@16,5.11-2014.1.3.1 
 pkg:/library/perl-5/authen-pam@16-2014.1.3.1
conditional depend library/perl-5/authen-pam-516@16,5.11-2014.1.2.1 
 pkg:/library/perl-5/authen-pam@16-2014.1.2.1
incorporate depend 
pkg:/library/perl-5/authen-pam-516@16-2014.1.2.1:20140805T075202Z 
pkg:/entire@0.5.11-2014.1.2.0
incorporate depend 
pkg:/library/perl-5/authen-pam-516@16-2014.0.1.0:20140528T081422Z 
pkg:/entire@0.5.11-2014.1.0.0
incorporate depend 
pkg:/library/perl-5/authen-pam-516@16-2014.1.2.1:20140805T075202Z 
pkg:/entire@0.5.11-2014.1.2.0
pkg.fmrisetopenindiana.org/library/perl-5/authen-pam-516
 pkg:/library/perl-5/authen-pam-516@16-2014.1.2.1

I have tried (for some packages, e.g. library/perl-5/uri-516 library/perl-5/uri 
library/perl-5/libwww-perl-516
library/perl-5/libwww-perl library/perl-5/http-message-516 
library/perl-5/http-message) to remove them and install again (hoping
that I will get 2014.1.3 version), BUT I've got 2014.1.2 version again?

Am I missing (again) some important step to make?
Or, how can I get LATEST packages from repository for everything available 
(beside those perl packages, there are plenty other
available at 
http://pkg.openindiana.org/hipster-2014.1/en/catalog.shtml?version=0.5.11%2C0.5.11-2014.1.3.0&action=Browse).

Any pointers?

Regards.



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
Old mail has arrived.

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


[OpenIndiana-discuss] /hipster-2014.1 strange behave (update picks up 2014.1.2 but repository has 2014.1.3 version available)

2014-12-02 Thread Predrag Zecevic [Unix Systems Administrator]

Hi all,

tried to reduce subject, but wanted to point to problem I have:

$ pkg list | grep library/perl-5
library/perl-5/authen-pam 16-2014.1.2.1  i--
library/perl-5/authen-pam-516 16-2014.1.2.1  i--
library/perl-5/database   1.623-2014.1.2.0   i--
library/perl-5/database-516   1.623-2014.1.2.0   i--
...

$ pkg search -r library/perl-5/authen-pam-516
INDEX   ACTION VALUE
 PACKAGE
conditional depend library/perl-5/authen-pam-516@16,5.11-2014.1.3.1 
 pkg:/library/perl-5/authen-pam@16-2014.1.3.1
conditional depend library/perl-5/authen-pam-516@16,5.11-2014.1.2.1 
 pkg:/library/perl-5/authen-pam@16-2014.1.2.1
incorporate depend 
pkg:/library/perl-5/authen-pam-516@16-2014.1.2.1:20140805T075202Z 
pkg:/entire@0.5.11-2014.1.2.0
incorporate depend 
pkg:/library/perl-5/authen-pam-516@16-2014.0.1.0:20140528T081422Z 
pkg:/entire@0.5.11-2014.1.0.0
incorporate depend 
pkg:/library/perl-5/authen-pam-516@16-2014.1.2.1:20140805T075202Z 
pkg:/entire@0.5.11-2014.1.2.0
pkg.fmrisetopenindiana.org/library/perl-5/authen-pam-516
 pkg:/library/perl-5/authen-pam-516@16-2014.1.2.1

I have tried (for some packages, e.g. library/perl-5/uri-516 library/perl-5/uri library/perl-5/libwww-perl-516 
library/perl-5/libwww-perl library/perl-5/http-message-516 library/perl-5/http-message) to remove them and install again (hoping 
that I will get 2014.1.3 version), BUT I've got 2014.1.2 version again?


Am I missing (again) some important step to make?
Or, how can I get LATEST packages from repository for everything available (beside those perl packages, there are plenty other 
available at http://pkg.openindiana.org/hipster-2014.1/en/catalog.shtml?version=0.5.11%2C0.5.11-2014.1.3.0&action=Browse).


Any pointers?

Regards.

--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
I have a map of the United States. It's actual size. I spent last summer folding it. People ask me where I live, and I say, "E6". -- 
Steven Wright


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


Re: [OpenIndiana-discuss] TUN driver for AMD64 machine running Openidiana

2014-10-06 Thread Predrag Zecevic [Unix Systems Administrator]

On 10/ 6/14 12:42 PM, Marc Lobelle wrote:

Hi,
I would like to connect an openindiana machine (AMD64) with openvpn over TUN. 
Does anybody of you know were i can get a precompiled
TUN driver for openindiana ? I'm certainly not the first needing this.

Thanks

Marc


Hi Marc,

for /dev pkg:/system/network/tuntap
for /hipster pkg:/driver/network/tun pkg:/driver/network/header-tun

Regards.



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



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
Logic doesn't apply to the real world. -- Marvin Minsky

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


Re: [OpenIndiana-discuss] Bash bug issue

2014-09-25 Thread Predrag Zecevic [Unix Systems Administrator]

On 09/25/14 03:48 PM, Bob Friesenhahn wrote:

On Thu, 25 Sep 2014, Udo Grabowski (IMK) wrote:


Recent discussions seem to lead to a general security concern
with the crippled bash parser, so there nearly certainly will
be more and more security issues in the next days to come up.
I think the better alternative is to provide 'dash' and symlink
bash to dash instead, as dash much cleaner, faster, and POSIX -
compliant. Although, as it has not been widely used as bash
yet, could have its own bugs not yet discovered


Unfortunately, 'dash' is not completely compatible with scripts written for 
'bash'.  It is not clear to my why people write shell
scripts targeting bash, but it seems to happen often.

Bob


Probably because they are coming from Linux background...

I had to leave ksh because of that ...

Regards.

--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
Never put off till run-time what you can do at compile-time. -- D. Gries

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


Re: [OpenIndiana-discuss] Bash bug issue

2014-09-25 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

I have already upgraded from /hipster-2014.1 which has fix in it:
http://github.com/OpenIndiana/oi-userland/commit/35d2023cdaeba3486586ffb59e4f8a1ecc7a2c24

So, it affects all I guess, until bash is updated.

Regards.

On 09/25/14 10:42 AM, Jonathan Adams wrote:

http://www.theregister.co.uk/2014/09/24/bash_shell_vuln/

does anyone know if this affects us?
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
Your code should be more efficient!

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


Re: [OpenIndiana-discuss] Who Has Java 8 For 32-Bit Solaris?

2014-09-23 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

I think there will be no 32bit release (same as new other OSes: CentOS 7 is 
only 64bit).

Best regards.

On 09/23/14 02:04 PM, j...@m5.chicago.il.us wrote:


Friends and Colleagues,

I'm trying to get a Java8 SDK for my 32-bit Intel-based computer on
which I am running Solaris 11 (more precisely, Schillix).  The
download web page at

http://oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

does not have a release for 32-bit Solaris.  It has releases for
32-bit Linux and for 32-bit Windows, but, Oracle apparently believes
that when Oracle stopped releasing Solaris for 32-bit computers, all
of the existing 32-bit Solaris platforms magically vanished.  So how
do I get a Java8 SDK?  Do I have to get the OpenJDK source and compile
it?  Please don't tell me that I have to do that (or maybe it's worse
than that -- does OpenJDK even exist for Java8?).


 Jay F. Shachter
 6424 North Whipple Street
 Chicago IL  60645-4111
 (1-773)7613784   landline
 (1-410)9964737   GoogleVoice
 http://m5.chicago.il.us
 j...@m5.chicago.il.us

 "But when she traced the killer's IP address ... it was in the 192.168/16 
block!"


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



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
What is worth doing is worth the trouble of asking somebody to do.

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


Re: [OpenIndiana-discuss] AD Authentication and Samba 4 Active Directory

2014-09-16 Thread Predrag Zecevic [Unix Systems Administrator]

Hi Martin,

I guess that LDAP/Kerberos authentication depends on PAM setup, so take a look 
(me, personally never used it on OI as server).

HTH,
Regards
Predrag Zečević

On 09/16/14 11:44 PM, Andrew Martin wrote:

Hello,

I have been attempting to follow this guide for setting up Active Directory
authentication on OpenIndiana using LDAP+Kerberos:
http://wiki.openindiana.org/oi/Kerberos+and+LDAP

Note that this connecting to a Samba 4 Active Directory server.

I am able to successfully view AD users via "getent passwd" and other tools that
utilize the nsswitch hooks, however AD users are unable to login to the
OpenIndiana server. I have read in a few places that the unixUserPassword field
may be used for this purpose, however the above guide specifically instructs you
to disable the "Password Sync" Windows component. Here's some more information
on this field:
http://blogs.technet.com/b/sfu/archive/2010/01/08/using-unixuserpassword-attribute-properly.aspx

How does the LDAP+Kerberos method authenticate a user's password? What else can
I do to debug this setup? I do not see any authentication errors in /var/log.

Thanks,

Andrew Martin

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



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
"Necessity is the mother of invention" is a silly proverb. "Necessity is the mother of futile dodges" is much nearer the truth. -- 
Alfred North Whitehead


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


Re: [OpenIndiana-discuss] LDAP Client StartTLS Support

2014-09-11 Thread Predrag Zecevic [Unix Systems Administrator]

Hi Andre,

I guess it is best to compile other components too (OpenSSL, OpenLDAP and MIT Kerberos 5). Have tested with (note that gcc is 
default compiler in OI):

---8<--
#!/bin/bash

export PREFIX=/opt/SFW

commonINCLUDE="-I${PREFIX}/include -I/usr/gnu/include -I/usr/include -I${PREFIX}/apr/include -I/usr/include/readline 
-I/usr/include/ncurses"

export CFLAGS="-m32 -march=native -D_POSIX_PTHREAD_SEMANTICS ${commonINCLUDE}"
export CXXFLAGS="${commonINCLUDE}"
export LDFLAGS="-R${PREFIX}/lib -R${PREFIX}/apr/lib -R/usr/gnu/lib -L${PREFIX}/lib 
-L${PREFIX}/apr/lib -L/usr/gnu/lib"
export LIBS="-lnsl -lsocket"
export MAKE=gmake

# Not sure if this is needed:
export LDAP_LIBS="-lliblber -llibldap"

## Already compiled and installed using same options as from above, to be used 
in Kerberized Linux centric environment:
### OpenSSL
## ./Configure --openssldir=${PREFIX} solaris-x86-gcc shared zlib zlib-dynamic
### OpenLDAP
## ./configure --prefix=${PREFIX} --with-tls=openssl --enable-wrappers 
--enable-crypt --enable-modules
### MIT Kerberos 5
## ./configure --prefix=${PREFIX} --sysconfdir=${PREFIX}/etc/krb5 --with-ldap 
--with-readline

# Build of Samba 4:
./configure --prefix=${PREFIX} \
--with-ldap \
--with-system-mitkrb5 \
--with-ads \
--with-pam \
--with-automount \
--with-winbind

---8<-

And (note that compilation has failed because some stupid error during preparation of man pages), but binaries has been compiled 
(also note that i have tried to compile Samba 4):


Build/samba-4.1.12$  ldd ./bin/default/source3/net | grep libldap
libldap-2.4.so.2 =>  /opt/SFW/lib/libldap-2.4.so.2


This shows that 'net' program (samba 3 compatibility one) has been compiled 
with openldap libraries!

HTH

Regards
Predrag Zečević

P.S. Similar can be done for Samba 3 compilation (with some changes)

On 09/11/14 01:44 PM, Andre Kruger wrote:

Hi Predrag

Yeah thanks, I get to the same conclusion. But on the one machine I am compiling Samba 
from source. I just need to find an option to make it use openldap instead to see if that 
will fix my problem. The "configure --with-ldap" option does not take any 
arguments so that option does not work.


Regards
André


-Original Message-
From: Predrag Zecevic [Unix Systems Administrator] 
[mailto:predrag.zece...@2e-systems.com]
Sent: 11 September 2014 12:35
To: openindiana-discuss@openindiana.org
Subject: Re: [OpenIndiana-discuss] LDAP Client StartTLS Support

Hi Andre,

   I have found this interesting article: 
http://docs.oracle.com/cd/E19316-01/820-3040/gdbcd/index.html which might help 
you better than me (I am not using Samba, but have compiled 
OpenSSL/OpenSSH/OpenLDA/MIT Kerberos5 to work together).

When i find some time, will try to compile samba too.

To conclude, OI Samba 3 is NOT using OpenLDAP or OpenSSL, that might be cause 
of error you get.

Regards.
Predrag Zečević

On 09/11/14 11:58 AM, Andre Kruger wrote:

Hi Predrag

The only option that I passed to the configure script was 
"--with-shared-modules=idmap_ad". I left the rest on the defaults as it looked 
to satisfy my needs.

Are you saying I should pass another option to my configure script 
"--with-ldap=/usr/lib/openldap/bin"? I am using the correct path?


Regards
André


-Original Message-
From: Predrag Zecevic [Unix Systems Administrator]
[mailto:predrag.zece...@2e-systems.com]
Sent: 11 September 2014 11:49
To: openindiana-discuss@openindiana.org
Subject: Re: [OpenIndiana-discuss] LDAP Client StartTLS Support

Hi Andre,

your samba 4 is compiled against "mozldap" utilities (like OI does:
https://github.com/OpenIndiana/oi-userland/blob/70e9836ac11a90774a4aa5
4e0bfdfa2e0b703fae/components/samba/samba30/Makefile)

You have to specify to configure procedure path to openldap libraries instead 
(use '-with-ldap' with path):
looks like you can define variable LDAP_LIBS="-lliblber -llibldap" before 
configure is running.

So, how do you configured (compiled) samba 4?

Regards.
Predrag Zečević

On 09/11/14 11:29 AM, Andre Kruger wrote:

Hi

I have two test systems:

1. I installed Samba from the repos using the package manager.
2. I compiled Samba from source using the latest tarball on samba.org which was 
4.1.11.

Both of them behave the same, but I have to note that on system 2 I did not specify to 
the "configure" script to use any specific ldap client library. I mainly let it 
do its own thing.

Looking at the below I can't tell which ldapsearch Samba is using:


ldd /usr/local/samba/bin/net | grep ldap
   libsmbldap.so.0 =>   /usr/local/samba/lib/libsmbldap.so.0
   libldap.so.5 =>  /usr/lib/libldap.so.5
   libcli-ldap-common.so => 
/usr/local/samba/lib/private/libcli-ldap-common.so
   libcli_cldap.so 

Re: [OpenIndiana-discuss] LDAP Client StartTLS Support

2014-09-11 Thread Predrag Zecevic [Unix Systems Administrator]

Hi Andre,

 I have found this interesting article: http://docs.oracle.com/cd/E19316-01/820-3040/gdbcd/index.html which might help you better 
than me (I am not using Samba, but have compiled OpenSSL/OpenSSH/OpenLDA/MIT Kerberos5 to work together).


When i find some time, will try to compile samba too.

To conclude, OI Samba 3 is NOT using OpenLDAP or OpenSSL, that might be cause 
of error you get.

Regards.
Predrag Zečević

On 09/11/14 11:58 AM, Andre Kruger wrote:

Hi Predrag

The only option that I passed to the configure script was 
"--with-shared-modules=idmap_ad". I left the rest on the defaults as it looked 
to satisfy my needs.

Are you saying I should pass another option to my configure script 
"--with-ldap=/usr/lib/openldap/bin"? I am using the correct path?


Regards
André


-Original Message-
From: Predrag Zecevic [Unix Systems Administrator] 
[mailto:predrag.zece...@2e-systems.com]
Sent: 11 September 2014 11:49
To: openindiana-discuss@openindiana.org
Subject: Re: [OpenIndiana-discuss] LDAP Client StartTLS Support

Hi Andre,

your samba 4 is compiled against "mozldap" utilities (like OI does:
https://github.com/OpenIndiana/oi-userland/blob/70e9836ac11a90774a4aa54e0bfdfa2e0b703fae/components/samba/samba30/Makefile)

You have to specify to configure procedure path to openldap libraries instead 
(use '-with-ldap' with path):
looks like you can define variable LDAP_LIBS="-lliblber -llibldap" before 
configure is running.

So, how do you configured (compiled) samba 4?

Regards.
Predrag Zečević

On 09/11/14 11:29 AM, Andre Kruger wrote:

Hi

I have two test systems:

1. I installed Samba from the repos using the package manager.
2. I compiled Samba from source using the latest tarball on samba.org which was 
4.1.11.

Both of them behave the same, but I have to note that on system 2 I did not specify to 
the "configure" script to use any specific ldap client library. I mainly let it 
do its own thing.

Looking at the below I can't tell which ldapsearch Samba is using:


ldd /usr/local/samba/bin/net | grep ldap
  libsmbldap.so.0 =>   /usr/local/samba/lib/libsmbldap.so.0
  libldap.so.5 =>  /usr/lib/libldap.so.5
  libcli-ldap-common.so => 
/usr/local/samba/lib/private/libcli-ldap-common.so
  libcli_cldap.so =>   /usr/local/samba/lib/private/libcli_cldap.so
  libsmbldaphelper.so =>   
/usr/local/samba/lib/private/libsmbldaphelper.so

pkg search -l /usr/lib/libldap.so.5
INDEX  ACTION VALUEPACKAGE
path   file   usr/lib/libldap.so.5 pkg:/system/library@0.5.11-0.151.1.8


Regards
André


-Original Message-
From: Predrag Zecevic [Unix Systems Administrator]
[mailto:predrag.zece...@2e-systems.com]
Sent: 11 September 2014 11:20
To: openindiana-discuss@openindiana.org
Subject: Re: [OpenIndiana-discuss] LDAP Client StartTLS Support

Hi,

I was to fast:
$ ldd /usr/bin/net | grep ldap
   libldap60.so =>  /usr/lib/libldap60.so

$ pkg search -l /usr/lib/libldap60.so
INDEX  ACTION VALUEPACKAGE
path   link   usr/lib/libldap60.so 
pkg:/library/samba/libsmbclient@3.6.22-2014.1.0.0

So, I guess Samba utilities are compiled against SunOS ldap utilities 
(Netscape).

You might need to compile it yourself and use openldap utilities.

I might be wrong, but that is my impression.

Regards.
Predrag Zečević

On 09/11/14 11:08 AM, Andre Kruger wrote:

Hi

I do have the library/openldap package installed,

pkg list -a | grep ldap
SUNWapu13-ldap1.3.9-0.133--r
SUNWopenldap  2.4.11-0.133   --r
library/apr-util-13/apr-ldap  1.5.2-0.151.1.8i--
library/openldap  2.4.34-0.151.1.8   i--
naming/ldap   0.5.11-0.151.1.8   i--
service/network/ldap/opends (opensolaris.org) 2.2.0-0.111i--
web/library/apache/apr-util-13/apr-ldap   1.3.9-0.134--r

And searching for the ldapsearch pakage on my system gives the following:

pkg search -l ldapsearch
INDEX  ACTION VALUE PACKAGE
basename   link   usr/lib/openldap/bin/amd64/ldapsearch 
pkg:/library/openldap@2.4.34-0.151.1.8
basename   link   usr/lib/openldap/bin/ldapsearch   
pkg:/library/openldap@2.4.34-0.151.1.8
basename   file   usr/bin/ldapsearch
pkg:/naming/ldap@0.5.11-0.151.1.8
basename   file   usr/opends/bin/ldapsearch 
pkg:/service/network/ldap/opends@2.2.0-0.111


pkg search -l openldapsearch
INDEX  ACTION VALUEPACKAGE
basename   file   usr/bin/amd64/openldapsearch 
pkg:/library/openldap@2.4.34-0.151.1.8
basename   file   usr/bin/openldapsearch   
pkg:/library/openldap@2.4.34-0.151.1.8


I understand what you are saying but 

Re: [OpenIndiana-discuss] LDAP Client StartTLS Support

2014-09-11 Thread Predrag Zecevic [Unix Systems Administrator]

Hi Andre,

your samba 4 is compiled against "mozldap" utilities (like OI does: 
https://github.com/OpenIndiana/oi-userland/blob/70e9836ac11a90774a4aa54e0bfdfa2e0b703fae/components/samba/samba30/Makefile)


You have to specify to configure procedure path to openldap libraries instead 
(use '-with-ldap' with path):
looks like you can define variable LDAP_LIBS="-lliblber -llibldap" before 
configure is running.

So, how do you configured (compiled) samba 4?

Regards.
Predrag Zečević

On 09/11/14 11:29 AM, Andre Kruger wrote:

Hi

I have two test systems:

1. I installed Samba from the repos using the package manager.
2. I compiled Samba from source using the latest tarball on samba.org which was 
4.1.11.

Both of them behave the same, but I have to note that on system 2 I did not specify to 
the "configure" script to use any specific ldap client library. I mainly let it 
do its own thing.

Looking at the below I can't tell which ldapsearch Samba is using:


ldd /usr/local/samba/bin/net | grep ldap
 libsmbldap.so.0 =>   /usr/local/samba/lib/libsmbldap.so.0
 libldap.so.5 =>  /usr/lib/libldap.so.5
 libcli-ldap-common.so => 
/usr/local/samba/lib/private/libcli-ldap-common.so
 libcli_cldap.so =>   /usr/local/samba/lib/private/libcli_cldap.so
 libsmbldaphelper.so =>   
/usr/local/samba/lib/private/libsmbldaphelper.so

pkg search -l /usr/lib/libldap.so.5
INDEX  ACTION VALUEPACKAGE
path   file   usr/lib/libldap.so.5 pkg:/system/library@0.5.11-0.151.1.8


Regards
André


-----Original Message-
From: Predrag Zecevic [Unix Systems Administrator] 
[mailto:predrag.zece...@2e-systems.com]
Sent: 11 September 2014 11:20
To: openindiana-discuss@openindiana.org
Subject: Re: [OpenIndiana-discuss] LDAP Client StartTLS Support

Hi,

I was to fast:
$ ldd /usr/bin/net | grep ldap
  libldap60.so =>  /usr/lib/libldap60.so

$ pkg search -l /usr/lib/libldap60.so
INDEX  ACTION VALUEPACKAGE
path   link   usr/lib/libldap60.so 
pkg:/library/samba/libsmbclient@3.6.22-2014.1.0.0

So, I guess Samba utilities are compiled against SunOS ldap utilities 
(Netscape).

You might need to compile it yourself and use openldap utilities.

I might be wrong, but that is my impression.

Regards.
Predrag Zečević

On 09/11/14 11:08 AM, Andre Kruger wrote:

Hi

I do have the library/openldap package installed,

pkg list -a | grep ldap
SUNWapu13-ldap1.3.9-0.133--r
SUNWopenldap  2.4.11-0.133   --r
library/apr-util-13/apr-ldap  1.5.2-0.151.1.8i--
library/openldap  2.4.34-0.151.1.8   i--
naming/ldap   0.5.11-0.151.1.8   i--
service/network/ldap/opends (opensolaris.org) 2.2.0-0.111i--
web/library/apache/apr-util-13/apr-ldap   1.3.9-0.134--r

And searching for the ldapsearch pakage on my system gives the following:

pkg search -l ldapsearch
INDEX  ACTION VALUE PACKAGE
basename   link   usr/lib/openldap/bin/amd64/ldapsearch 
pkg:/library/openldap@2.4.34-0.151.1.8
basename   link   usr/lib/openldap/bin/ldapsearch   
pkg:/library/openldap@2.4.34-0.151.1.8
basename   file   usr/bin/ldapsearch
pkg:/naming/ldap@0.5.11-0.151.1.8
basename   file   usr/opends/bin/ldapsearch 
pkg:/service/network/ldap/opends@2.2.0-0.111


pkg search -l openldapsearch
INDEX  ACTION VALUEPACKAGE
basename   file   usr/bin/amd64/openldapsearch 
pkg:/library/openldap@2.4.34-0.151.1.8
basename   file   usr/bin/openldapsearch   
pkg:/library/openldap@2.4.34-0.151.1.8


I understand what you are saying but I don't know how I should use the 
information. Can you please explain. I don't see where/how I can choose between 
using ldapsearch or openldapsearch?

When I (try to)join my Samba server to the domain I use the Samba "net ads 
join" command and that does its own thing.


Regards
André



-Original Message-
From: Predrag Zecevic [Unix Systems Administrator]
[mailto:predrag.zece...@2e-systems.com]
Sent: 11 September 2014 10:12
To: openindiana-discuss@openindiana.org
Subject: Re: [OpenIndiana-discuss] LDAP Client StartTLS Support

Hi,

I guess OI has 2 versions of ldap:
a) SunOS one
b) OpenLDAP

You might want to use (for example) openldapsearch command instead of
ldapsearch [NOTE 'open' prefix]

$ pkg search -l ldapsearch
INDEX  ACTION VALUEPACKAGE
basename   file   usr/share/bash-completion/completions/ldapsearch 
pkg:/utility/bash-completion@2.1-2014.0.1.0
basename   file   usr/bin/ldapsearch   
pkg:/naming/ldap@0.5.11-2014.1.2.14627
basename   lin

Re: [OpenIndiana-discuss] LDAP Client StartTLS Support

2014-09-11 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

I was to fast:
$ ldd /usr/bin/net | grep ldap
libldap60.so =>  /usr/lib/libldap60.so

$ pkg search -l /usr/lib/libldap60.so
INDEX  ACTION VALUEPACKAGE
path   link   usr/lib/libldap60.so 
pkg:/library/samba/libsmbclient@3.6.22-2014.1.0.0

So, I guess Samba utilities are compiled against SunOS ldap utilities 
(Netscape).

You might need to compile it yourself and use openldap utilities.

I might be wrong, but that is my impression.

Regards.
Predrag Zečević

On 09/11/14 11:08 AM, Andre Kruger wrote:

Hi

I do have the library/openldap package installed,

pkg list -a | grep ldap
SUNWapu13-ldap1.3.9-0.133--r
SUNWopenldap  2.4.11-0.133   --r
library/apr-util-13/apr-ldap  1.5.2-0.151.1.8i--
library/openldap  2.4.34-0.151.1.8   i--
naming/ldap   0.5.11-0.151.1.8   i--
service/network/ldap/opends (opensolaris.org) 2.2.0-0.111i--
web/library/apache/apr-util-13/apr-ldap   1.3.9-0.134--r

And searching for the ldapsearch pakage on my system gives the following:

pkg search -l ldapsearch
INDEX  ACTION VALUE PACKAGE
basename   link   usr/lib/openldap/bin/amd64/ldapsearch 
pkg:/library/openldap@2.4.34-0.151.1.8
basename   link   usr/lib/openldap/bin/ldapsearch   
pkg:/library/openldap@2.4.34-0.151.1.8
basename   file   usr/bin/ldapsearch
pkg:/naming/ldap@0.5.11-0.151.1.8
basename   file   usr/opends/bin/ldapsearch 
pkg:/service/network/ldap/opends@2.2.0-0.111


pkg search -l openldapsearch
INDEX  ACTION VALUEPACKAGE
basename   file   usr/bin/amd64/openldapsearch 
pkg:/library/openldap@2.4.34-0.151.1.8
basename   file   usr/bin/openldapsearch   
pkg:/library/openldap@2.4.34-0.151.1.8


I understand what you are saying but I don't know how I should use the 
information. Can you please explain. I don't see where/how I can choose between 
using ldapsearch or openldapsearch?

When I (try to)join my Samba server to the domain I use the Samba "net ads 
join" command and that does its own thing.


Regards
André



-Original Message-
From: Predrag Zecevic [Unix Systems Administrator] 
[mailto:predrag.zece...@2e-systems.com]
Sent: 11 September 2014 10:12
To: openindiana-discuss@openindiana.org
Subject: Re: [OpenIndiana-discuss] LDAP Client StartTLS Support

Hi,

I guess OI has 2 versions of ldap:
a) SunOS one
b) OpenLDAP

You might want to use (for example) openldapsearch command instead of 
ldapsearch [NOTE 'open' prefix]

$ pkg search -l ldapsearch
INDEX  ACTION VALUEPACKAGE
basename   file   usr/share/bash-completion/completions/ldapsearch 
pkg:/utility/bash-completion@2.1-2014.0.1.0
basename   file   usr/bin/ldapsearch   
pkg:/naming/ldap@0.5.11-2014.1.2.14627
basename   link   usr/lib/openldap/bin/amd64/ldapsearch
pkg:/library/openldap@2.4.39-2014.1.2.2
basename   link   usr/lib/openldap/bin/ldapsearch  
pkg:/library/openldap@2.4.39-2014.1.2.2

So, you might need to install library/openldap package and add 
/usr/lib/openldap/bin to path before /usr/bin (if you wanna use only name 
'ldapsearch') **or** use commands specifying 'open' prefix:

$ pkg search -l openldapsearch
INDEX  ACTION VALUEPACKAGE
basename   file   usr/bin/amd64/openldapsearch 
pkg:/library/openldap@2.4.39-2014.1.2.2
basename   file   usr/bin/openldapsearch   
pkg:/library/openldap@2.4.39-2014.1.2.2

$ ldd /usr/lib/openldap/bin/ldapsearch
  libldap-2.4.so.2 =>  /usr/lib/libldap-2.4.so.2
  liblber-2.4.so.2 =>  /usr/lib/liblber-2.4.so.2
  libsasl.so.1 =>  /usr/lib/libsasl.so.1
  libnsl.so.1 =>   /lib/libnsl.so.1
  libc.so.1 => /lib/libc.so.1
  libresolv.so.2 =>/lib/libresolv.so.2
  libsocket.so.1 =>/lib/libsocket.so.1
  libssl.so.1.0.0 =>   /lib/libssl.so.1.0.0
  libcrypto.so.1.0.0 =>/lib/libcrypto.so.1.0.0
  libmd.so.1 =>/lib/libmd.so.1
  libmp.so.2 =>/lib/libmp.so.2
  libdl.so.1 =>/lib/libdl.so.1
  libgcc_s.so.1 => /usr/lib/libgcc_s.so.1
  libm.so.2 => /lib/libm.so.2

HTH
Regards.
Predrag Zečević

On 09/11/14 10:03 AM, Andre Kruger wrote:

I don't think this is a Samba problem I am only providing the info to help the 
reader understand where I am coming from.

I am trying to join my Samba server to my domain. This previously worked but 
our AD admins enabled LDAPS on the DCs which broke the connection. Upon 
retrying to join the domain, running the

Re: [OpenIndiana-discuss] LDAP Client StartTLS Support

2014-09-11 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

what client command you have used when you get error:
"DC1.ad.domain.com StartTLS not supported by LDAP client libraries!"

if you have used ldapsearch, just replace command with openldapsearch

Regards
Predrag Zečević

On 09/11/14 11:08 AM, Andre Kruger wrote:

Hi

I do have the library/openldap package installed,

pkg list -a | grep ldap
SUNWapu13-ldap1.3.9-0.133--r
SUNWopenldap  2.4.11-0.133   --r
library/apr-util-13/apr-ldap  1.5.2-0.151.1.8i--
library/openldap  2.4.34-0.151.1.8   i--
naming/ldap   0.5.11-0.151.1.8   i--
service/network/ldap/opends (opensolaris.org) 2.2.0-0.111i--
web/library/apache/apr-util-13/apr-ldap   1.3.9-0.134--r

And searching for the ldapsearch pakage on my system gives the following:

pkg search -l ldapsearch
INDEX  ACTION VALUE PACKAGE
basename   link   usr/lib/openldap/bin/amd64/ldapsearch 
pkg:/library/openldap@2.4.34-0.151.1.8
basename   link   usr/lib/openldap/bin/ldapsearch   
pkg:/library/openldap@2.4.34-0.151.1.8
basename   file   usr/bin/ldapsearch
pkg:/naming/ldap@0.5.11-0.151.1.8
basename   file   usr/opends/bin/ldapsearch 
pkg:/service/network/ldap/opends@2.2.0-0.111


pkg search -l openldapsearch
INDEX  ACTION VALUEPACKAGE
basename   file   usr/bin/amd64/openldapsearch 
pkg:/library/openldap@2.4.34-0.151.1.8
basename   file   usr/bin/openldapsearch   
pkg:/library/openldap@2.4.34-0.151.1.8


I understand what you are saying but I don't know how I should use the 
information. Can you please explain. I don't see where/how I can choose between 
using ldapsearch or openldapsearch?

When I (try to)join my Samba server to the domain I use the Samba "net ads 
join" command and that does its own thing.


Regards
André



-----Original Message-----
From: Predrag Zecevic [Unix Systems Administrator] 
[mailto:predrag.zece...@2e-systems.com]
Sent: 11 September 2014 10:12
To: openindiana-discuss@openindiana.org
Subject: Re: [OpenIndiana-discuss] LDAP Client StartTLS Support

Hi,

I guess OI has 2 versions of ldap:
a) SunOS one
b) OpenLDAP

You might want to use (for example) openldapsearch command instead of 
ldapsearch [NOTE 'open' prefix]

$ pkg search -l ldapsearch
INDEX  ACTION VALUEPACKAGE
basename   file   usr/share/bash-completion/completions/ldapsearch 
pkg:/utility/bash-completion@2.1-2014.0.1.0
basename   file   usr/bin/ldapsearch   
pkg:/naming/ldap@0.5.11-2014.1.2.14627
basename   link   usr/lib/openldap/bin/amd64/ldapsearch
pkg:/library/openldap@2.4.39-2014.1.2.2
basename   link   usr/lib/openldap/bin/ldapsearch  
pkg:/library/openldap@2.4.39-2014.1.2.2

So, you might need to install library/openldap package and add 
/usr/lib/openldap/bin to path before /usr/bin (if you wanna use only name 
'ldapsearch') **or** use commands specifying 'open' prefix:

$ pkg search -l openldapsearch
INDEX  ACTION VALUEPACKAGE
basename   file   usr/bin/amd64/openldapsearch 
pkg:/library/openldap@2.4.39-2014.1.2.2
basename   file   usr/bin/openldapsearch   
pkg:/library/openldap@2.4.39-2014.1.2.2

$ ldd /usr/lib/openldap/bin/ldapsearch
  libldap-2.4.so.2 =>  /usr/lib/libldap-2.4.so.2
  liblber-2.4.so.2 =>  /usr/lib/liblber-2.4.so.2
  libsasl.so.1 =>  /usr/lib/libsasl.so.1
  libnsl.so.1 =>   /lib/libnsl.so.1
  libc.so.1 => /lib/libc.so.1
  libresolv.so.2 =>/lib/libresolv.so.2
  libsocket.so.1 =>/lib/libsocket.so.1
  libssl.so.1.0.0 =>   /lib/libssl.so.1.0.0
  libcrypto.so.1.0.0 =>/lib/libcrypto.so.1.0.0
  libmd.so.1 =>/lib/libmd.so.1
  libmp.so.2 =>/lib/libmp.so.2
  libdl.so.1 =>/lib/libdl.so.1
  libgcc_s.so.1 => /usr/lib/libgcc_s.so.1
  libm.so.2 => /lib/libm.so.2

HTH
Regards.
Predrag Zečević

On 09/11/14 10:03 AM, Andre Kruger wrote:

I don't think this is a Samba problem I am only providing the info to help the 
reader understand where I am coming from.

I am trying to join my Samba server to my domain. This previously worked but 
our AD admins enabled LDAPS on the DCs which broke the connection. Upon 
retrying to join the domain, running the samba join command in debug mode I get 
the following:


Successfully contacted LDAP server 1.1.1.1 Connected to LDAP server
DC1.ad.domain.com StartTLS not supported by LDAP client libraries!


Is StartTLS supported by the ldap client we have in OI?

According to this 

Re: [OpenIndiana-discuss] LDAP Client StartTLS Support

2014-09-11 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

I guess OI has 2 versions of ldap:
a) SunOS one
b) OpenLDAP

You might want to use (for example) openldapsearch command instead of 
ldapsearch [NOTE 'open' prefix]

$ pkg search -l ldapsearch
INDEX  ACTION VALUEPACKAGE
basename   file   usr/share/bash-completion/completions/ldapsearch 
pkg:/utility/bash-completion@2.1-2014.0.1.0
basename   file   usr/bin/ldapsearch   
pkg:/naming/ldap@0.5.11-2014.1.2.14627
basename   link   usr/lib/openldap/bin/amd64/ldapsearch
pkg:/library/openldap@2.4.39-2014.1.2.2
basename   link   usr/lib/openldap/bin/ldapsearch  
pkg:/library/openldap@2.4.39-2014.1.2.2

So, you might need to install library/openldap package and add /usr/lib/openldap/bin to path before /usr/bin (if you wanna use only 
name 'ldapsearch') **or** use commands specifying 'open' prefix:


$ pkg search -l openldapsearch
INDEX  ACTION VALUEPACKAGE
basename   file   usr/bin/amd64/openldapsearch 
pkg:/library/openldap@2.4.39-2014.1.2.2
basename   file   usr/bin/openldapsearch   
pkg:/library/openldap@2.4.39-2014.1.2.2

$ ldd /usr/lib/openldap/bin/ldapsearch
libldap-2.4.so.2 =>  /usr/lib/libldap-2.4.so.2
liblber-2.4.so.2 =>  /usr/lib/liblber-2.4.so.2
libsasl.so.1 =>  /usr/lib/libsasl.so.1
libnsl.so.1 =>   /lib/libnsl.so.1
libc.so.1 => /lib/libc.so.1
libresolv.so.2 =>/lib/libresolv.so.2
libsocket.so.1 =>/lib/libsocket.so.1
libssl.so.1.0.0 =>   /lib/libssl.so.1.0.0
libcrypto.so.1.0.0 =>/lib/libcrypto.so.1.0.0
libmd.so.1 =>/lib/libmd.so.1
libmp.so.2 =>/lib/libmp.so.2
libdl.so.1 =>/lib/libdl.so.1
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1
libm.so.2 => /lib/libm.so.2

HTH
Regards.
Predrag Zečević

On 09/11/14 10:03 AM, Andre Kruger wrote:

I don't think this is a Samba problem I am only providing the info to help the 
reader understand where I am coming from.

I am trying to join my Samba server to my domain. This previously worked but 
our AD admins enabled LDAPS on the DCs which broke the connection. Upon 
retrying to join the domain, running the samba join command in debug mode I get 
the following:


Successfully contacted LDAP server 1.1.1.1
Connected to LDAP server DC1.ad.domain.com
StartTLS not supported by LDAP client libraries!


Is StartTLS supported by the ldap client we have in OI?

According to this site earlier versions of Solaris did not support it yet so I 
am not sure if it is supported on the current release of OI.

http://www.informit.com/articles/article.aspx?p=30339&seqNum=3

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



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
According to the latest official figures, 43% of all statistics are totally 
worthless.

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


Re: [OpenIndiana-discuss] /hipster-2014.1 update problem (consolidation/osnet/osnet-incorporation package constraints)

2014-09-04 Thread Predrag Zecevic [Unix Systems Administrator]

Hi all,

just to summarize:

package runtime/perl-516/module/sun-solaris was blocking image update (see 
thread): removal and then image update worked (see bellow).

I see that some packages have now "2014.1.2" and some still "2014.1.1" in 
version.
On web interface to openindiana.org publisher, one can choose older one only 
(so from where new packages are coming, I have no idea).

There is also bug open for misleading content on web interface, but no activity 
in there: https://www.illumos.org/issues/4930

@Alex, thanks for hint

Best regards
Predrag Zečević

On 09/ 3/14 07:37 PM, Predrag Zecevic wrote:

Sorry. wasn't reading properly.

Yes, update had worked !!!

$ pfexec pkg update -v
 Packages to remove:  1
Packages to install:  3
 Packages to update:425
Mediators to change:  1
  Estimated space available:  108.97 GB
Estimated space to be consumed: 1019.82 MB
Create boot environment:Yes
  Activate boot environment:Yes
Create backup boot environment: No
   Rebuild boot archive:Yes

Changed mediators:
   mediator ftpd:
 implementation: None -> proftpd (system default)

Changed packages:
openindiana.org
   service/network/ftp
 0.5.11-2014.1.1.14587:20140802T131014Z -> None
   network/ftp/ftp-common
 None -> 1.3.5-2014.1.2.1:20140901T080908Z
   runtime/perl-516/module/sun-solaris
 None -> 0.5.11-2014.1.2.14621:20140830T132230Z
   service/network/ftp/proftpd
 None -> 1.3.5-2014.1.2.1:20140901T080911Z

cannot afford reboot right now, butt looks promissing (sun-solaris perl
module will be installed afterwards...

Thank you!
Regards
Predrag Zecevic

Am 03.09.2014 um 18:11 schrieb Alexander Pyhalov:

On 09/03/2014 18:46, Predrag Zecevic [Unix Systems Administrator] wrote:

Hi,


So, I am stuck (not really, because I've made backup BE)?


Does pkg update work after removing sun-solaris perl module ?





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



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
For your penance, say five Hail Marys and one loud BLAH!

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


Re: [OpenIndiana-discuss] /hipster-2014.1 update problem (consolidation/osnet/osnet-incorporation package constraints)

2014-09-03 Thread Predrag Zecevic [Unix Systems Administrator]
e' dependency 
pkg:/system/library@0.5.11,5.11-2014.1.2.14621 are rejected
Reject:  
pkg://openindiana.org/system/library@0.5.11,5.11-2014.1.2.14621:20140830T132955Z
Reason:  This version is excluded by installed incorporation 
pkg://openindiana.org/consolidation/osnet/osnet-incorporation@0.5.11,5.11-2014.1.1.14587:20140802T125518Z




So, I am stuck (not really, because I've made backup BE)?

Thanks anyway.
Best regards.

On 09/ 3/14 03:50 PM, Alexander Pyhalov wrote:

On 09/03/2014 11:15, Predrag Zecevic [Unix Systems Administrator] wrote:

Hi all,


Hello.
I know, it doesn't help a lot, but I've updated my test system on the 1st 
September.

$ pkg info sun-solaris osnet-incorporation
   Name: consolidation/osnet/osnet-incorporation
Summary: OS/Net consolidation incorporation
Description: This incorporation constrains packages from the OS/Net
 consolidation.
  State: Installed
  Publisher: openindiana.org
Version: 0.5.11
 Branch: 2014.1.2.14621
Packaging Date: August 30, 2014 01:02:36 PM
   Size: 0.00 B
   FMRI: 
pkg://openindiana.org/consolidation/osnet/osnet-incorporation@0.5.11-2014.1.2.14621:20140830T130236Z

   Name: runtime/perl-510/module/sun-solaris
Summary: Perl 5.10.0 Sun::Solaris Modules
   Category: Development/Perl
  State: Installed
  Publisher: openindiana.org
Version: 0.5.11
 Branch: 2014.1.1.14587
Packaging Date: August  2, 2014 01:09:34 PM
   Size: 275.33 kB
   FMRI: 
pkg://openindiana.org/runtime/perl-510/module/sun-solaris@0.5.11-2014.1.1.14587:20140802T130934Z

   Name: runtime/perl-516/module/sun-solaris
Summary: Perl 5.16 Sun::Solaris Modules
   Category: Development/Perl
  State: Installed
  Publisher: openindiana.org
Version: 0.5.11
 Branch: 2014.1.2.14621
Packaging Date: August 30, 2014 01:22:30 PM
   Size: 235.61 kB
   FMRI: 
pkg://openindiana.org/runtime/perl-516/module/sun-solaris@0.5.11-2014.1.2.14621:20140830T132230Z

$ pkg info -r sun-solaris osnet-incorporation
   Name: consolidation/osnet/osnet-incorporation
Summary: OS/Net consolidation incorporation
Description: This incorporation constrains packages from the OS/Net
 consolidation.
  State: Installed
  Publisher: openindiana.org
Version: 0.5.11
 Branch: 2014.1.2.14621
Packaging Date: August 30, 2014 01:02:36 PM
   Size: 0.00 B
   FMRI: 
pkg://openindiana.org/consolidation/osnet/osnet-incorporation@0.5.11-2014.1.2.14621:20140830T130236Z

   Name: runtime/perl-510/module/sun-solaris
Summary: Perl 5.10.0 Sun::Solaris Modules
   Category: Development/Perl
  State: Installed
  Publisher: openindiana.org
Version: 0.5.11
 Branch: 2014.1.1.14587
Packaging Date: August  2, 2014 01:09:34 PM
   Size: 275.33 kB
   FMRI: 
pkg://openindiana.org/runtime/perl-510/module/sun-solaris@0.5.11-2014.1.1.14587:20140802T130934Z

   Name: runtime/perl-516/module/sun-solaris
Summary: Perl 5.16 Sun::Solaris Modules
   Category: Development/Perl
  State: Installed
  Publisher: openindiana.org
Version: 0.5.11
 Branch: 2014.1.2.14621
Packaging Date: August 30, 2014 01:22:30 PM
   Size: 235.61 kB
   FMRI: 
pkg://openindiana.org/runtime/perl-516/module/sun-solaris@0.5.11-2014.1.2.14621:20140830T132230Z

$ pfexec pkg verify  -v 
pkg://openindiana.org/runtime/perl-516/module/sun-solaris@0.5.11-2014.1.2.14621:20140830T132230Z

PACKAGESTATUS
pkg://openindiana.org/runtime/perl-516/module/sun-solaris  OK



I have problem last few days:

$ pfexec pkg refresh --full
$ pfexec pkg update -vn
Creating Plan (Running solver): \
pkg update: No solution was found to satisfy constraints
Plan Creation: Package solver has not found a solution to update to
latest available versions.
This may indicate an overly constrained set of packages are installed.

latest incorporations:


pkg://openindiana.org/consolidation/osnet/osnet-incorporation@0.5.11,5.11-2014.1.2.14621:20140830T130236Z


The following indicates why the system cannot update to the latest version:

   No suitable version of required package
pkg://openindiana.org/consolidation/osnet/osnet-incorporation@0.5.11,5.11-2014.1.2.14621:20140830T130236Z
found:
 Reject:
pkg://openindiana.org/consolidation/osnet/osnet-incorporation@0.5.11,5.11-2014.1.2.14621:20140830T130236Z

 Reason:  A version for 'incorporate' dependency on
pkg:/runtime/perl-516/module/sun-solaris@0.5.11,5.11-2014.1.2.14621
cannot be found






--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece.

[OpenIndiana-discuss] /hipster-2014.1 update problem (consolidation/osnet/osnet-incorporation package constraints)

2014-09-03 Thread Predrag Zecevic [Unix Systems Administrator]

Hi all,

I have problem last few days:

$ pfexec pkg refresh --full
$ pfexec pkg update -vn
Creating Plan (Running solver): \
pkg update: No solution was found to satisfy constraints
Plan Creation: Package solver has not found a solution to update to latest 
available versions.
This may indicate an overly constrained set of packages are installed.

latest incorporations:

  
pkg://openindiana.org/consolidation/osnet/osnet-incorporation@0.5.11,5.11-2014.1.2.14621:20140830T130236Z

The following indicates why the system cannot update to the latest version:

  No suitable version of required package 
pkg://openindiana.org/consolidation/osnet/osnet-incorporation@0.5.11,5.11-2014.1.2.14621:20140830T130236Z found:

Reject:  
pkg://openindiana.org/consolidation/osnet/osnet-incorporation@0.5.11,5.11-2014.1.2.14621:20140830T130236Z
Reason:  A version for 'incorporate' dependency on pkg:/runtime/perl-516/module/sun-solaris@0.5.11,5.11-2014.1.2.14621 cannot 
be found


$ pkg info runtime/perl-516
  Name: runtime/perl-516
   Summary: Perl
   Description: Perl is a general-purpose programming language originally
developed for text manipulation and now used for a wide range of
tasks including system administration, web development, network
programming, GUI development, and more.
  Category: Development/Perl
 State: Installed
 Publisher: openindiana.org
   Version: 5.16.3
Branch: 2014.1.2.2
Packaging Date: August  4, 2014 09:39:54 AM
  Size: 52.88 MB
  FMRI: 
pkg://openindiana.org/runtime/perl-516@5.16.3-2014.1.2.2:20140804T093954Z

$ pkg info runtime/perl-516/module/sun-solaris
  Name: runtime/perl-516/module/sun-solaris
   Summary: Perl 5.16 Sun::Solaris Modules
   Description: Perl Sun::Solaris Modules
  Category: Development/Perl
 State: Installed
 Publisher: openindiana.org
   Version: 5.11
Branch: 2014.0.1.0
Packaging Date: May 28, 2014 08:15:55 AM
  Size: 574.93 kB
  FMRI: 
pkg://openindiana.org/runtime/perl-516/module/sun-solaris@5.11-2014.0.1.0:20140528T081555Z

$ pkgrecv -s http://pkg.openindiana.org/hipster-2014.1  --newest 2>61 | grep 
runtime/perl-516
pkg://openindiana.org/runtime/perl-516@5.16.3-2014.1.2.2:20140804T093954Z
pkg://openindiana.org/runtime/perl-516/module/sun-solaris@0.5.11-2014.1.2.14621:20140830T132230Z

So, how to solve this (BTW, on web interface one can see nothing related to 
this package)?
 a) runtime/perl-516 has version 5.16.3-2014.1.2.2
 b) runtime/perl-516/module/sun-solaris has version 5.11-2014.0.1.0 **but** required one (although is listed in pkgrecv command) is 
not possible to retrieve: 0.5.11-2014.1.2.14621


Any suggestions?

Best regards.


--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
Life is divided into the horrible and the miserable. -- Woody Allen, "Annie 
Hall"

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


Re: [OpenIndiana-discuss] Installing ffmpeg on Hipster

2014-08-21 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

welcome to the club...

I was trying to use mplayer2 and also was stuck... Meantime person maintaining 
sfe repositories is not updating those anymore

What I have found useful is http://sfe.opencsw.org/localhostoi151a8/ publisher 
(see also http://sfe.opencsw.org/ page):

pkg publisher -a
PUBLISHER   TYPE STATUS P LOCATION
openindiana.org  origin   online F 
http://pkg.openindiana.org/hipster-2014.1/
localhostoi151a8  origin   online F 
http://sfe.opencsw.org/localhostoi151a8/
sfe-encumbered  origin   online F 
http://pkg.openindiana.org/sfe-encumbered/
sfe(non-sticky) origin   online F http://pkg.openindiana.org/sfe/

So, I have set it BEFORE old sfe repos, removed some old sfe packages and 
installed ffmpeg from opencsw:

pkg info -l ffmpeg
  Name: video/ffmpeg
   Summary: A very fast video and audio converter
  Category: System/Multimedia Libraries
 State: Installed
 Publisher: localhostoi151a8
   Version: 2.2
Branch: 0.0.151.1.8
Packaging Date: April 24, 2014 01:55:43 PM
  Size: 31.56 MB
  FMRI: 
pkg://localhostoi151a8/video/ffmpeg@2.2-0.0.151.1.8:20140424T135543Z

I have gave up from mplayer and installed vlc from localhostoi151a8 ( Good news, in Sep 2014 they will create /hipstery sfe 
packages:-) )


Regards.

P.S. Also thinking about other desktop solution, because no one is willing to 
fix https://www.illumos.org/issues/4453 bug ;-(


On 08/21/14 12:41 PM, Dave Koelmeyer wrote:

Hi All,

I'm clearly getting stumped on the exact process here because I can't make this 
fly. Step by step, from the top:

Starting with: Hipster installed from ISO, fresh system then set to the current 
Hipster repo, then updated, and rebooted into the
associated newly-created BE.

Current publishers at this stage:

# pkg publisher
PUBLISHER   TYPE STATUS P LOCATION
openindiana.org  origin   online F 
http://pkg.openindiana.org/hipster-2014.1/


I have then added the sfe and sfe-encumbered repositories as follows:

# pkg set-publisher -p http://pkg.openindiana.org/sfe-encumbered sfe-encumbered
# pkg set-publisher -p http://pkg.openindiana.org/sfe --non-sticky 
--search-after sfe-encumbered sfe

The current publishers are now:

# pkg publisher
PUBLISHER   TYPE STATUS P LOCATION
openindiana.org  origin   online F 
http://pkg.openindiana.org/hipster-2014.1/
sfe-encumbered  origin   online F 
http://pkg.openindiana.org/sfe-encumbered/
sfe(non-sticky) origin   online F http://pkg.openindiana.org/sfe/


Then:

# pkg update -v
No updates available for this image.
#

And finally:

# pkg install ffmpeg
Packages to install: 26
Create boot environment: No
Create backup boot environment: No

DOWNLOADPKGS FILESXFER (MB)   SPEED
Completed  26/26   724/724 24.4/24.4  143k/s

PHASE  ITEMS
Installing new actions 1622/1622
Updating package state database Done
Updating package cache   0/0
Updating image stateDone
Creating fast lookup database   Done

# pkg info ffmpeg
   Name: video/ffmpeg
Summary: A very fast video and audio converter
   Category: System/Multimedia Libraries
  State: Installed
  Publisher: sfe-encumbered
Version: 2.1
 Branch: 0.151.1.8
Packaging Date: 29 November 2013 06:36:20 PM
   Size: 30.35 MB
   FMRI: 
pkg://sfe-encumbered/video/ffmpeg@2.1-0.151.1.8:20131129T183620Z


# ffmpeg
ld.so.1: ffmpeg: fatal: libx264.so.138: open failed: No such file or directory
ld.so.1: ffmpeg: fatal: relocation error: file 
/usr/lib/pentium_pro+mmx/libavcodec.so.55: symbol x264_encoder_close: referenced
symbol not found
ld.so.1: ffmpeg: fatal: relocation error: file /usr/bin/pentium_pro+mmx/ffmpeg: 
symbol avcodec_register_all: referenced symbol not
found
Killed


What am I missing?



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
Why am I so soft in the middle when the rest of my life is so hard? -- Paul 
Simon

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


Re: [OpenIndiana-discuss] Installing ffmpeg on Hipster

2014-08-18 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

you might need /sfe repository as well (it probably contains other packages 
required by ffmpeg):

sfe(non-sticky) origin   online F http://pkg.openindiana.org/sfe/


Also, I have found that you might try to use this repository (see also 
http://sfe.opencsw.org/):

localhostoi151a8  origin   online F 
http://sfe.opencsw.org/localhostoi151a8/

(BUT it might cause other dependency constraints, please do check and some 
tests before).

HTH. Regards.


On 08/18/14 04:54 AM, Dave Koelmeyer wrote:

Hi Folks,

Trying to install FFmpeg on a fresh OpenIndiana Hipster system and running into 
problems.

First, I've installed Hipster (GUI) using the latest released USB image. I've 
then run a pkg update, then post-reboot set the
current Hipster repository and run pkg update again. I've then added the 
sfe-encumbered repository.

My current list of repositories:

root@mybox:~# pkg publisher
PUBLISHER   TYPE STATUS P LOCATION
openindiana.org  origin   online F 
http://pkg.openindiana.org/hipster-2014.1/
sfe-encumbered  origin   online F 
http://pkg.openindiana.org/sfe-encumbered/


Now, when attempting to install ffmpeg, I run headlong into the following:

root@mybox:~# pkg install ffmpeg
Creating Plan (Running solver): |
pkg install: No solution was found to satisfy constraints

maintained incorporations:

pkg://openindiana.org/consolidation/vpanels/vpanels-incorporation@0.5.11,5.11-0.151.1.8:20130305T143753Z
pkg://openindiana.org/consolidation/cns/cns-incorporation@0.5.11,5.11-0.151.1.8:20130305T142156Z
pkg://openindiana.org/consolidation/X/X-incorporation@0.5.11,5.11-2014.0.1.0:20140528T075319Z
pkg://openindiana.org/consolidation/admin/admin-incorporation@0.5.11,5.11-2014.0.1.0:20140528T075330Z
pkg://openindiana.org/consolidation/install/install-incorporation@0.5.11,5.11-2014.0.1.942:20140527T181643Z
pkg://openindiana.org/consolidation/osnet/osnet-incorporation@0.5.11,5.11-2014.1.2.14605:20140816T130033Z
pkg://openindiana.org/consolidation/nspg/nspg-incorporation@0.5.11,5.11-2014.1.0.0:20140625T051110Z
pkg://openindiana.org/consolidation/sic_team/sic_team-incorporation@0.5.11,5.11-0.151.1.8:20130305T143750Z
pkg://openindiana.org/consolidation/ub_javavm/ub_javavm-incorporation@0.5.11,5.11-0.151.1.8:20130305T143751Z
pkg://openindiana.org/consolidation/solaris_re/solaris_re-incorporation@0.5.11,5.11-2014.0.1.0:20140528T075738Z
pkg://openindiana.org/consolidation/hcts/hcts-incorporation@0.5.11,5.11-0.151.1.8:20130305T142156Z
pkg://openindiana.org/consolidation/sunpro/sunpro-incorporation@0.5.11,5.11-2014.1.0.0:20140626T074614Z

Plan Creation: dependency error(s) in proposed packages:

   No suitable version of required package 
pkg://sfe-encumbered/library/video/ffmpeg@0.8.5,5.11-0.151.1:20111015T234747Z 
found:
 Reject: 
pkg://sfe-encumbered/library/video/ffmpeg@0.8.5,5.11-0.151.1:20111015T234747Z
 Reason:  All versions matching 'require' dependency 
pkg:/video/ffmpeg@0.8.5,5.11-0.151.1 are rejected
   Reject: 
pkg://sfe-encumbered/video/ffmpeg@0.8.5,5.11-0.151.1:20111023T194813Z
   Reason:  A version for 'require' dependency on pkg:/runtime/gcc cannot 
be found
   Reject: 
pkg://sfe-encumbered/video/ffmpeg@0.9.1,5.11-0.151.1:20120113T202746Z
   Reason:  A version for 'require' dependency on 
pkg:/library/audio/alsa-lib cannot be found
   Reject: 
pkg://sfe-encumbered/video/ffmpeg@0.11.1,5.11-0.151.1.5:20120814T194603Z
pkg://sfe-encumbered/video/ffmpeg@1.0,5.11-0.151.1.6:20120930T211046Z
pkg://sfe-encumbered/video/ffmpeg@1.0,5.11-0.151.1.7:20130209T132401Z
pkg://sfe-encumbered/video/ffmpeg@1.1,5.11-0.151.1.7:20130209T134239Z
pkg://sfe-encumbered/video/ffmpeg@1.1.2,5.11-0.151.1.7:20130209T182254Z
   Reason:  A version for 'require' dependency on 
pkg:/library/video/libvpx@1.1.0,5.11-0.151.1.5 cannot be found
   Reject: 
pkg://sfe-encumbered/video/ffmpeg@1.2.3,5.11-0.151.1.8:20130928T115635Z
   Reason:  A version for 'require' dependency on 
pkg:/library/video/libschroedinger@1.0.11,5.11-0.151.1.5 cannot be found
   Reject: 
pkg://sfe-encumbered/video/ffmpeg@2.1,5.11-0.151.1.8:20131110T201919Z
   Reason:  A version for 'require' dependency on 
pkg:/library/video/libschroedinger@1.0.11,5.11-0.151.1.8 cannot be found
   Reject: 
pkg://sfe-encumbered/video/ffmpeg@2.1,5.11-0.151.1.8:2013T064419Z
   Reason:  A version for 'require' dependency on 
pkg:/sfe/system/library/gcc-runtime@4.6.4,5.11-0.151.1.8 cannot be found
   Reject: 
pkg://sfe-encumbered/video/ffmpeg@2.1,5.11-0.151.1.8:20131129T183620Z
pkg://sfe-encumbered/video/ffmpeg@2.1.1,5.11-0.151.1.9:20140130T204529Z
   Reason:  A version for 'require' dependency on 
pkg:/library/video/libschroedinger@1.0.11,5.11-0.151.1.8 cannot be found


Is there any trick I'm missing here to install ffmpeg cleanly on Hipster, or do 
I have to manually attempt to install each
dependency? Any help appreciated :)

Cheers,
Dave



--
Predrag Zečević, 

Re: [OpenIndiana-discuss] OI: how to play webm video (e.g which player to use?)

2014-07-23 Thread Predrag Zecevic [Unix Systems Administrator]



On 07/23/14 06:15 PM, Alexander Pyhalov wrote:

On 07/23/2014 19:04, Predrag Zecevic [Unix Systems Administrator] wrote:

Hi,

i am faced with problem of playing webm video on OI (currently
/hipster-2014.1)

I CAN do it with firefox (it plays, but it hiccups - not really smooth
playback is possible, either from file or from http)


I have tried 'totem' and got :

** Message: Missing plugin: gstreamer|0.10|totem|VP8
decoder|decoder-video/x-vp8 (VP8 decoder)
** Message: Automatic missing codec installation not supported (helper
script missing)



Hello.
Could you send sample link so that I can check and perhaps one day look at it? 
:)



Hi Alexander,

I have found some old thread in this group suggesting:

pfexec pkg install -v gnome/media/gnome-media-extras

And that have installed gst vp8 plugin (so, at least totem works).

Also, firefox play problem depends on size of movie.
I did few tests and found that smaller resolution files are played fine.

Will try to find example which demonstrates problems.

Regards.

--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
We will have solar energy as soon as the utility companies solve one technical 
problem -- how to run a sunbeam through a meter.

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


[OpenIndiana-discuss] OI: how to play webm video (e.g which player to use?)

2014-07-23 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

i am faced with problem of playing webm video on OI (currently /hipster-2014.1)

I CAN do it with firefox (it plays, but it hiccups - not really smooth playback 
is possible, either from file or from http)


I have tried 'totem' and got :

** Message: Missing plugin: gstreamer|0.10|totem|VP8 
decoder|decoder-video/x-vp8 (VP8 decoder)
** Message: Automatic missing codec installation not supported (helper script 
missing)

mplayer2 form /sfe doesn't work, mplayer1 from /sfe could play it, but I am not sure, because I had to remove it because wanted to 
use VLC from http://sfe.opencsw.org/localhostoi151a8/


Anything else I could try?

Regards.
--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

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


Re: [OpenIndiana-discuss] openindiana automate installation

2014-07-21 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

Here: 
http://wiki.openindiana.org/oi/Automated+Installer+and+Networked+Installation

Regards.

On 07/22/14 04:19 AM, 唐婧 wrote:

Dear Sir,
I have studied openindiana for a short time, and I don't know how to automate 
installation.
Can you help me, please?

Best wishes!
 From TJ

2014-07-22


唐婧
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
Feel disillusioned? I've got some great new illusions, right here!

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


[OpenIndiana-discuss] SFE repositories

2014-07-09 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

does anyone knows if there are plans to update SFE repositories? Packages there 
are bit outdated:

http://pkg.openindiana.org/sfe-encumbered
http://pkg.openindiana.org/sfe


BTW, I have found that http://sfe.opencsw.org/localhostoi151a8/ repository contains also some SFE packages (vlc 2 for example, which 
works OK), but it has some overlapping with /sfe or /sfe-encumbered ones.


Regards.

--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
I'm not afraid of death -- I just don't want to be there when it happens. -- 
Woody Allen

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


Re: [OpenIndiana-discuss] Firefox

2014-07-03 Thread Predrag Zecevic [Unix Systems Administrator]

hi,

and it looks like OI team know how to compile it (thunderbird also):
https://github.com/OpenIndiana/oi-userland/tree/4b21731f6d3c67d5168504655eb33cb1a1347569/components/firefox

Regards.

On 07/ 2/14 04:31 PM, Apostolos Syropoulos via openindiana-discuss wrote:

Hello,

I have noticed that there are no binaries for Firefox 30 and Firefox 31 beta.
Does anyone know a bit more about this?


Regards,
A.S.


--
Apostolos Syropoulos
Xanthi, Greece
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
Quantum Mechanics is God's version of "Trust me."

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


Re: [OpenIndiana-discuss] Firefox

2014-07-02 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

I have heard that those packages are compiled by Beijing (Sun/Oracle) team, so 
I guess it depends on them.

Regards.

On 07/ 2/14 04:31 PM, Apostolos Syropoulos via openindiana-discuss wrote:

Hello,

I have noticed that there are no binaries for Firefox 30 and Firefox 31 beta.
Does anyone know a bit more about this?


Regards,
A.S.


--
Apostolos Syropoulos
Xanthi, Greece
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!



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


Re: [OpenIndiana-discuss] New /hipster-2014.1 repository failure

2014-06-17 Thread Predrag Zecevic [Unix Systems Administrator]

Hi Jon,

many thanks... I was too fast... Despite error, that did a trick:

$ pkg publisher -a
PUBLISHER   TYPE STATUS P LOCATION
openindiana.org  origin   online F 
http://pkg.openindiana.org/hipster-2014.1/
sfe-encumbered  origin   online F 
http://pkg.openindiana.org/sfe-encumbered/
sfe(non-sticky) origin   online F http://pkg.openindiana.org/sfe/

And yes, it was really fast...

Regards.

On 06/17/14 12:08 PM, Predrag Zecevic [Unix Systems Administrator] wrote:

Hm,

you have:
pfexec pkg set-publisher -O http://pkg.openindiana.org/hipster-2014.1 
openindiana.org

and docs (http://wiki.openindiana.org/oi/Hipster) says:
pkg set-publisher -p http://pkg.openindiana.org/hipster-2014.1

Nevertheless, I still get same odd error:
---8<---
pkg set-publisher: http protocol error: code: 500 reason: Internal Server Error
URL: 'http://pkg.openindiana.org/hipster-2014.1/publisher/0/'
---8<---

Regards.

On 06/17/14 12:03 PM, Jonathan Adams wrote:

my publishers now:

jadams@jadlaptop:~$ pkg publisher
PUBLISHER   TYPE STATUS P LOCATION
openindiana.org  origin   online F
http://pkg.openindiana.org/hipster-2014.1/
jds.openindiana.org (non-sticky, disabled) origin   online F
http://opensolaris.cz:1/
sfe-encumbered  origin   online F
http://pkg.openindiana.org/sfe-encumbered/
sfe(non-sticky) origin   online F
http://pkg.openindiana.org/sfe/
localhost  (non-sticky, disabled) origin   online F
http://localhost:1/

log from my update just a few minutes ago:

jadams@jadlaptop:~$ pfexec pkg set-publisher -O
http://pkg.openindiana.org/hipster-2014.1 openindiana.org
jadams@jadlaptop:~$ pfexec pkg update --no-backup-be -v
 Packages to update:8
 Services to change:1
  Estimated space available:  9.35 GB
Estimated space to be consumed: 35.60 MB
Create boot environment:   No
Create backup boot environment:   No
   Rebuild boot archive:   No

Changed packages:
openindiana.org
   archiver/gnu-tar
 1.26-2014.0.1.0:20140528T102407Z -> 1.27.1-2014.1.0.0:20140615T235024Z
   gnome/file-manager/nautilus
 2.30.1-2014.0.1.0:20140614T120607Z -> 2.30.1-2014.1.0.0:20140615T234830Z
   gnome/file-manager/nautilus/extension/nautilus-open-terminal
 0.18-2014.0.1.0:20140614T120442Z -> 0.18-2014.1.0.0:20140615T234835Z
   gnome/gnome-mount
 0.4-2014.0.1.0:20140614T120326Z -> 0.4-2014.1.0.0:20140615T234647Z
   library/security/openssl
 1.0.1.8-2014.0.1.0:20140605T140015Z ->
1.0.1.8-2014.1.0.1:20140616T065112Z
   package/rpm
 0.5.11-2014.0.1.0:20140614T120609Z -> 0.5.11-2014.1.0.0:20140616T064237Z
   system/prerequisite/gnu
 0.5.11-2014.0.1.0:20140614T120047Z -> 0.5.11-2014.1.0.0:20140616T063806Z
   web/server/apache-22
 2.2.26-2014.0.1.1:20140614T120014Z -> 2.2.26-2014.1.0.1:20140616T063749Z
Services:
   restart_fmri:
 svc:/application/texinfo-update:default
DOWNLOADPKGS FILESXFER (MB)
SPEED
Completed8/8 51/51  1.9/1.9
217k/s

PHASE  ITEMS
Removing old actions 1/1
Installing new actions   3/3
Updating modified actions  67/67
Updating package state database Done
Updating package cache   8/8
Updating image stateDone
Creating fast lookup database   Done
Reading search indexDone
Updating search index8/8

---
NOTE: Please review release notes posted at:

http://wiki.openindiana.org/display/oi/oi_hipster
-------




On 17 June 2014 10:58, Predrag Zecevic [Unix Systems Administrator] <
predrag.zece...@2e-systems.com> wrote:


Hi Jon,

do you have other publisher enabled? e.g.

$ pkg publisher -a
PUBLISHER   TYPE STATUS P LOCATION

openindiana.org  origin   online F http://pkg.openindiana.org/
hipster/
sfe-encumbered  origin   online F http://pkg.openindiana.org/
sfe-encumbered/
sfe(non-sticky) origin   online F http://pkg.openindiana.org/
sfe/


Maybe sfe* repositories make difference?

Regards


On 06/17/14 11:49 AM, Jonathan Adams wrote:


appears to be working for me ... and much, much quicker, with
significantly
less memory overhead!

Jon


On 17 June 2014 10:24, Predrag Zecevic [Unix Systems Administrator] <
predrag.zece...@2e-systems.com> wrote:

  Hi,


I have noticed that /hipster is moved to /hipster-2014.1
(http://wiki.openindiana.org/pages/diffpagesbyversion.
action?pageId=26543399&selectedPageVersions=24&selectedPageVersions=2

Re: [OpenIndiana-discuss] New /hipster-2014.1 repository failure

2014-06-17 Thread Predrag Zecevic [Unix Systems Administrator]

Hm,

you have:
pfexec pkg set-publisher -O http://pkg.openindiana.org/hipster-2014.1 
openindiana.org

and docs (http://wiki.openindiana.org/oi/Hipster) says:
pkg set-publisher -p http://pkg.openindiana.org/hipster-2014.1

Nevertheless, I still get same odd error:
---8<---
pkg set-publisher: http protocol error: code: 500 reason: Internal Server Error
URL: 'http://pkg.openindiana.org/hipster-2014.1/publisher/0/'
---8<---

Regards.

On 06/17/14 12:03 PM, Jonathan Adams wrote:

my publishers now:

jadams@jadlaptop:~$ pkg publisher
PUBLISHER   TYPE STATUS P LOCATION
openindiana.org  origin   online F
http://pkg.openindiana.org/hipster-2014.1/
jds.openindiana.org (non-sticky, disabled) origin   online F
http://opensolaris.cz:1/
sfe-encumbered  origin   online F
http://pkg.openindiana.org/sfe-encumbered/
sfe(non-sticky) origin   online F
http://pkg.openindiana.org/sfe/
localhost  (non-sticky, disabled) origin   online F
http://localhost:1/

log from my update just a few minutes ago:

jadams@jadlaptop:~$ pfexec pkg set-publisher -O
http://pkg.openindiana.org/hipster-2014.1 openindiana.org
jadams@jadlaptop:~$ pfexec pkg update --no-backup-be -v
 Packages to update:8
 Services to change:1
  Estimated space available:  9.35 GB
Estimated space to be consumed: 35.60 MB
Create boot environment:   No
Create backup boot environment:   No
   Rebuild boot archive:   No

Changed packages:
openindiana.org
   archiver/gnu-tar
 1.26-2014.0.1.0:20140528T102407Z -> 1.27.1-2014.1.0.0:20140615T235024Z
   gnome/file-manager/nautilus
 2.30.1-2014.0.1.0:20140614T120607Z -> 2.30.1-2014.1.0.0:20140615T234830Z
   gnome/file-manager/nautilus/extension/nautilus-open-terminal
 0.18-2014.0.1.0:20140614T120442Z -> 0.18-2014.1.0.0:20140615T234835Z
   gnome/gnome-mount
 0.4-2014.0.1.0:20140614T120326Z -> 0.4-2014.1.0.0:20140615T234647Z
   library/security/openssl
 1.0.1.8-2014.0.1.0:20140605T140015Z ->
1.0.1.8-2014.1.0.1:20140616T065112Z
   package/rpm
 0.5.11-2014.0.1.0:20140614T120609Z -> 0.5.11-2014.1.0.0:20140616T064237Z
   system/prerequisite/gnu
 0.5.11-2014.0.1.0:20140614T120047Z -> 0.5.11-2014.1.0.0:20140616T063806Z
   web/server/apache-22
 2.2.26-2014.0.1.1:20140614T120014Z -> 2.2.26-2014.1.0.1:20140616T063749Z
Services:
   restart_fmri:
 svc:/application/texinfo-update:default
DOWNLOADPKGS FILESXFER (MB)
SPEED
Completed8/8 51/51  1.9/1.9
217k/s

PHASE  ITEMS
Removing old actions 1/1
Installing new actions   3/3
Updating modified actions  67/67
Updating package state database Done
Updating package cache   8/8
Updating image stateDone
Creating fast lookup database   Done
Reading search indexDone
Updating search index8/8

---
NOTE: Please review release notes posted at:

http://wiki.openindiana.org/display/oi/oi_hipster
-------




On 17 June 2014 10:58, Predrag Zecevic [Unix Systems Administrator] <
predrag.zece...@2e-systems.com> wrote:


Hi Jon,

do you have other publisher enabled? e.g.

$ pkg publisher -a
PUBLISHER   TYPE STATUS P LOCATION

openindiana.org  origin   online F http://pkg.openindiana.org/
hipster/
sfe-encumbered  origin   online F http://pkg.openindiana.org/
sfe-encumbered/
sfe(non-sticky) origin   online F http://pkg.openindiana.org/
sfe/


Maybe sfe* repositories make difference?

Regards


On 06/17/14 11:49 AM, Jonathan Adams wrote:


appears to be working for me ... and much, much quicker, with
significantly
less memory overhead!

Jon


On 17 June 2014 10:24, Predrag Zecevic [Unix Systems Administrator] <
predrag.zece...@2e-systems.com> wrote:

  Hi,


I have noticed that /hipster is moved to /hipster-2014.1
(http://wiki.openindiana.org/pages/diffpagesbyversion.
action?pageId=26543399&selectedPageVersions=24&selectedPageVersions=23)
and
(http://wiki.openindiana.org/pages/diffpagesbyversion.
action?pageId=26543605&selectedPageVersions=4&selectedPageVersions=3)

But, it doesn't work for me:

$ pkg publisher -a | grep hipster
openindiana.org  origin   online F
http://pkg.openindiana.org/
hipster/

$ uname -rosv
SunOS 5.11 illumos-3339235 Solaris

$ pfexec pkg unset-publisher openindiana.org
$ pfexec pkg set-publisher -p http://pkg.openindiana.org/hipster-2014.1
pkg set-publisher: http protocol error: code: 500 reason: Internal Serve

Re: [OpenIndiana-discuss] New /hipster-2014.1 repository failure

2014-06-17 Thread Predrag Zecevic [Unix Systems Administrator]

Hi Jon,

do you have other publisher enabled? e.g.

$ pkg publisher -a
PUBLISHER   TYPE STATUS P LOCATION
openindiana.org  origin   online F 
http://pkg.openindiana.org/hipster/
sfe-encumbered  origin   online F 
http://pkg.openindiana.org/sfe-encumbered/
sfe(non-sticky) origin   online F http://pkg.openindiana.org/sfe/


Maybe sfe* repositories make difference?

Regards

On 06/17/14 11:49 AM, Jonathan Adams wrote:

appears to be working for me ... and much, much quicker, with significantly
less memory overhead!

Jon


On 17 June 2014 10:24, Predrag Zecevic [Unix Systems Administrator] <
predrag.zece...@2e-systems.com> wrote:


Hi,

I have noticed that /hipster is moved to /hipster-2014.1
(http://wiki.openindiana.org/pages/diffpagesbyversion.
action?pageId=26543399&selectedPageVersions=24&selectedPageVersions=23)
and
(http://wiki.openindiana.org/pages/diffpagesbyversion.
action?pageId=26543605&selectedPageVersions=4&selectedPageVersions=3)

But, it doesn't work for me:

$ pkg publisher -a | grep hipster
openindiana.org  origin   online F http://pkg.openindiana.org/
hipster/

$ uname -rosv
SunOS 5.11 illumos-3339235 Solaris

$ pfexec pkg unset-publisher openindiana.org
$ pfexec pkg set-publisher -p http://pkg.openindiana.org/hipster-2014.1
pkg set-publisher: http protocol error: code: 500 reason: Internal Server
Error
URL: 'http://pkg.openindiana.org/hipster-2014.1/publisher/0/'

So, I had to revert.
What now?

Regards.
--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49 174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
   65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
You will be awarded a medal for disregarding safety in saving someone.

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


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



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
Q: What's the difference between a Mac and an Etch-a-Sketch? A: You don't have 
to shake the Mac to clear the screen.

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


[OpenIndiana-discuss] New /hipster-2014.1 repository failure

2014-06-17 Thread Predrag Zecevic [Unix Systems Administrator]

Hi,

I have noticed that /hipster is moved to /hipster-2014.1
(http://wiki.openindiana.org/pages/diffpagesbyversion.action?pageId=26543399&selectedPageVersions=24&selectedPageVersions=23)
and
(http://wiki.openindiana.org/pages/diffpagesbyversion.action?pageId=26543605&selectedPageVersions=4&selectedPageVersions=3)

But, it doesn't work for me:

$ pkg publisher -a | grep hipster
openindiana.org  origin   online F 
http://pkg.openindiana.org/hipster/

$ uname -rosv
SunOS 5.11 illumos-3339235 Solaris

$ pfexec pkg unset-publisher openindiana.org
$ pfexec pkg set-publisher -p http://pkg.openindiana.org/hipster-2014.1
pkg set-publisher: http protocol error: code: 500 reason: Internal Server Error
URL: 'http://pkg.openindiana.org/hipster-2014.1/publisher/0/'

So, I had to revert.
What now?

Regards.
--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
You will be awarded a medal for disregarding safety in saving someone.

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


[OpenIndiana-discuss] /hipster repository web interface shows not all packages

2014-06-12 Thread Predrag Zecevic [Unix Systems Administrator]

Hi All,

I have found very weird behave of /hipster. For example, this returns result: 
http://pkg.openindiana.org/hipster/en/search.shtml?token=apache-24&action=Search


web/server/apache-24@2.4.9,5.11-2014.0.1.1:20140606T075303Z

But, if you browse repository: 
http://pkg.openindiana.org/hipster/en/catalog.shtml it (package apache-24) is 
not displayed.

$ pkg search -r apache-24
INDEX  ACTION VALUEPACKAGE
pkg.fmri   setopenindiana.org/web/server/apache-24 
pkg:/web/server/apache-24@2.4.9-2014.0.1.1

With publisher setup:
$ pkg publisher
PUBLISHER   TYPE STATUS P LOCATION
openindiana.org  origin   online F 
http://pkg.openindiana.org/hipster/
sfe-encumbered  origin   online F 
http://pkg.openindiana.org/sfe-encumbered/
sfe(non-sticky) origin   online F http://pkg.openindiana.org/sfe/

So, i need to know in advance name of package in order to install it, which is 
kind of annoying...

Does anyone have idea/explanation?
Or /hipster need re-build/something similar?

Thank you. Regards.

--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
It is a hard matter, my fellow citizens, to argue with the belly, since it has 
no ears. -- Marcus Porcius Cato

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


Re: [OpenIndiana-discuss] Tribblix update

2014-05-26 Thread Predrag Zecevic [Unix Systems Administrator]

On 05/24/14 05:10 PM, Peter Tribble wrote:

I continue to tinker with Tribblix, and a new update (0m10)
is now available:

http://www.tribblix.org/download.html

There are a couple of features that I've been working on.
One is automated installation (done really simple):

http://tribblix.blogspot.co.uk/2014/05/cardigan-automated-install-for-tribblix.html

and the other, which didn't quite make the iso but only needs
a few updates, is building illumos-gate (in a custom build
zone):

http://ptribble.blogspot.co.uk/2014/05/building-illumos-gate-on-tribblix.html



Hi Peter,

does you distribution uses OpenSSH + Kerberos (MIT or Hemdai) ?

Regards.

--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
An elephant is a mouse with an operating system.

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


Re: [OpenIndiana-discuss] Firefox 28.0 still broken for me - Re: Firefox can't save files

2014-04-30 Thread Predrag Zecevic [Unix Systems Administrator]

On 04/30/14 09:08 AM, Apostolos Syropoulos wrote:

On Wednesday, April 30, 2014 12:48 AM, Jerry Kemp  
wrote:

Hello Predrag,


thanks for the reminder note.

It looks like it has been a while since anyone has posted a non-beta version of
Thunderbird.

However, it looks like Firefox 29 is available here:

https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/29.0/contrib/solaris_tarball/

Is there a reason you didn't test with that?




Hello,

I am just testing this. Open a tab, enter an address, press enter, and of 
course ()
nothing happens. In different words, the browser does not work! For example, in
order to open a web page I created an HTML file, I opened and then I clicked the
link and this worked. Someone must start compiling using GCC on a recent 
version of
OpenIndiana.

A.S.


--
Apostolos Syropoulos
Xanthi, Greece



Hi Apostolos,

I am using /hipster OI (oi_151.1.8 X86) and FF 29 works like charm.
Also, now thumbnails page finally shows something...

Regards.



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



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
It does me no injury for my neighbor to say there are twenty gods or no God. It neither picks my pocket nor breaks my leg. - Thomas 
Jefferson


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


Re: [OpenIndiana-discuss] Firefox 28.0 still broken for me - Re: Firefox can't save files

2014-04-29 Thread Predrag Zecevic [Unix Systems Administrator]

Hi Jerry,

final version wasn't available yesterday morning.
Will give it a try... of course.

Regards.

On 04/29/14 11:47 PM, Jerry Kemp wrote:

Hello Predrag,

thanks for the reminder note.

It looks like it has been a while since anyone has posted a non-beta version of 
Thunderbird.

However, it looks like Firefox 29 is available here:

https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/29.0/contrib/solaris_tarball/

Is there a reason you didn't test with that?

thank you,

Jerry



On 04/29/14 04:22 AM, Predrag Zecevic [Unix Systems Administrator] wrote:

Hi all,

just tried latest 29 beta TAR versions from Mozilla site:
https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/29.0b1/contrib/solaris_tarball/thunderbird-29.0b1.en-US.opensolaris-i386.tar.bz2


https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/29.0b9/contrib/solaris_tarball/firefox-29.0b9.en-US.opensolaris-i386.tar.bz2


and it looks like save problem is gone.

Regards.



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



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
"It's curtains for you, Mighty Mouse! This gun is so futuristic that even *I* don't know how it works!" -- from Ralph Bakshi's 
Mighty Mouse


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


Re: [OpenIndiana-discuss] Firefox 28.0 still broken for me - Re: Firefox can't save files

2014-04-29 Thread Predrag Zecevic [Unix Systems Administrator]

Hi all,

just tried latest 29 beta TAR versions from Mozilla site:
https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/29.0b1/contrib/solaris_tarball/thunderbird-29.0b1.en-US.opensolaris-i386.tar.bz2
https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/29.0b9/contrib/solaris_tarball/firefox-29.0b9.en-US.opensolaris-i386.tar.bz2

and it looks like save problem is gone.

Regards.

On 03/26/14 04:03 AM, Jerry Kemp wrote:

Just a status update. I archived then removed my $HOME/.mozilla directory. 
Aside from wiping out everything I would expect it to,
nothing was fixed or resolved.

FWIW, I have been using the OpenSolaris version of Firefox 27 & 28.

Anyway, I still had a copy of the OpenSolaris version 25.0.1 untarred in a 
directory, so I kicked that off, and low and behold,
everything works again.

I guess I will stand tall till either Firefox 29 or 30 is released, and give 
things a try again.

Again, any comments or speculation is appreciated.

thank you,

Jerry



On 03/25/14 06:37 PM, Jerry Kemp wrote:

I might try to archive then remove my $HOME/.mozilla directory, and see if that
does any good.

Again, thanks for the comments.

Jerry


On 03/25/14 10:54 AM, Apostolos Syropoulos wrote:




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



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
Can't open /usr/share/games/fortunes/fortunes.dat.

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


Re: [OpenIndiana-discuss] Firefox 28 on Hipster

2014-04-14 Thread Predrag Zecevic [Unix Systems Administrator]

On 04/14/14 06:47 PM, Apostolos Syropoulos wrote:


What puzzles me is that a few minutes ago FF28 didn't want to download the
source code of Git 1.9.0 (empty file), but after I read your mail I was
able to successfully download FF24 as a tarball from within the same FF28
instance. Very strange...




Since I prefer to have Greek language menus, when I download the latest version 
of Firefox for
Solaris I also download the latest Greek version for Linux. I just copy file 
omni.jar and
everything works OK. Remember I am still working under OpenSolaris. The other 
day, for some
strange reason, I downloaded the Greek version for Windows and I installed it 
with wine.
I copies file omni.jar and then I noticed that firefox could not save files and 
in fact it
was saving files in /tmp with the cryptic names you described in your earlier 
message. When
I replace omni.jar with the one that comes with the Linux binary everything 
worked as it should
be!!! That's really strange, isn't it?

A.S.



--
Apostolos Syropoulos
Xanthi, Greece



Hi Apostolos,

which omni file have you replaced (I suppose in browser directory)? In my FF 
24esr I have found 3 such files:

$ ls -al /opt/sfw/lib/firefox/browser/omni.ja /opt/sfw/lib/firefox/omni.ja 
/opt/sfw/lib/firefox/webapprt/omni.ja
-rw-r--r--   1 root root 3837416 Mar 17 06:53 
/opt/sfw/lib/firefox/browser/omni.ja
-rw-r--r--   1 root root 7091185 Mar 17 06:53 
/opt/sfw/lib/firefox/omni.ja
-rw-r--r--   1 root root   26945 Mar 17 06:53 
/opt/sfw/lib/firefox/webapprt/omni.ja

Also in FF28 (for both OS and Linux OS) tar files:
$ tar tvf firefox-28.0.en-US.opensolaris-i386.tar.bz2 | grep omni
-rw-r--r-- 0/0 4314930 2014-03-17 04:38 firefox/browser/omni.ja
-rw-r--r-- 0/0   44757 2014-03-17 04:38 firefox/webapprt/omni.ja
-rw-r--r-- 0/0 8180461 2014-03-17 04:38 firefox/omni.ja

$ tar tvf firefox-28.0.en-US.linux-i386.tar.bz2 | grep omni
-rw-r--r-- 0/0 8230925 2014-03-15 07:49 firefox/omni.ja
-rw-r--r-- 0/0 4317047 2014-03-15 07:49 firefox/browser/omni.ja
-rw-r--r-- 0/0   44940 2014-03-15 07:49 firefox/webapprt/omni.ja

Thanks.
Regards.

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



--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
To communicate is the beginning of understanding. -- AT&T

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


Re: [OpenIndiana-discuss] Hipster upgrade

2014-04-09 Thread Predrag Zecevic [Unix Systems Administrator]

On 04/10/14 12:16 AM, Tim Mooney wrote:

In regard to: Re: [OpenIndiana-discuss] Hipster upgrade, russell said (at...:


Hi,

Further to this email, the problem was resolved by installing

pkg install  gstreamer/plugin/good

I also appear to have hit the Bug #4261 when gstreamer is reporting that
there is no sound device. However using audioctl list-devices

usb_ac#5   - web cam microphone
audiohd#2  - not used
audiohd#0  - speakers connected


What happens when you run

 gstreamer-properties

and select the output device you want to use?  Once I did that, I've
had no further audio output issues on 151a9.  Doing that and having

 gnome/media/gnome-media-extras

installed from "SFE encumbered" has given me a very good audio output
experience on 151a9.

Tim


Hi Tim,

thank you so much! That was solution I was looking for.

I can confirm that it has worked for my /hipster installation too.

Regards.

--
Predrag Zečević, Technical Support Analyst, 2e Systems GmbH

Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
Mobile:+49  174 3109 288, Skype: predrag.zecevic
E-mail:predrag.zece...@2e-systems.com

Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
  65812 Bad Soden am Taunus, Germany
Company registration: Amtsgericht Königstein (Germany), HRB 7303
Managing director:Phil Douglas

http://www.2e-systems.com/ - Making your business fly!

[***]===---
 AUA-9163-release.txt Bin CVS DTraceScripts Desktop DocumentRoot Documents Downloads Mail Public backup bin 
default-soapui-workspace.xml eMail etc pkg_change-facet_-v_facet.doc.info=True.txt pkg_change-facet_-v_facet.doc.man=True.txt 
pkg_change-facet_-v_facet.doc=True.txt pkg_change-facet_-v_facet.locale.en=True.txt pkg_change-facet_-v_facet.locale.en_US=True.txt 
pkg_change-facet_-v_facet.locale.sr=True.txt pkg_change-facet_-v_facet.locale.sr_RS=True.txt soapui-settings.xml src tmp System 
shutdown message from root AUA-9163-release.txt Bin CVS DTraceScripts Desktop DocumentRoot Documents Downloads Mail Public backup 
bin default-soapui-workspace.xml eMail etc pkg_change-facet_-v_facet.doc.info=True.txt pkg_change-facet_-v_facet.doc.man=True.txt 
pkg_change-facet_-v_facet.doc=True.txt pkg_change-facet_-v_facet.locale.en=True.txt pkg_change-facet_-v_facet.locale.en_US=True.txt 
pkg_change-facet_-v_facet.locale.sr=True.txt pkg_change-facet_-v_facet.locale.sr_RS=True.txt soapui-settings.xml src tmp System 
going down in 60 seconds


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


  1   2   >