[OpenIndiana-discuss] Hipster News 2015W31: First issue !

2015-07-27 Thread Aurélien Larcher
Hello,
this message is the first instance of the Hipster News Bi-weekly.

Every two weeks, we will try to give a comprehensive overview of the recent
progress:

- developments,
- new and updated packages,
- current known issues,
- works-in-progress and future goals.

This will hopefully allow you to get better understanding of the current
activity and give you the opportunity to provide insights and feedback.
We will also post these news to a blog entry (yet to be defined).

There has been a lot of activity in the past weeks in oi-userland [1],
summarized below: most notable being the encumbered repository.



1. Hipster encumbered repository

The encumbered repository for Hipster [2] was created to provide multimedia
software which used to be part of sfe-encumbered.
As a first step ffmpeg 2.7.2 and dependencies were added.

You can find a list of components which ought to be added in the coming
weeks, on the Wiki page [3].

Contributing new components is as easy as:

- forking + cloning the oi-userland repository,
- copying one subdirectory of components/encumbered to get started,
- modify the Makefile and add patches if necessary such that ‘gmake
install’ succeeds,
- generating a manifest with ‘gmake sample-manifest’ and modifying it if
necessary,
- creating a pull-request.



2. Summary of oi-userland activity

Additions:

- encumbered: ffmpeg 2.7.2 + dependent libraries
- openal 1.16.0
- bullet 2.83
- inkscape 0.48.5

Updates:

- Apache 2.4.16
- Lighttpd 1.4.36
- Perl 5.22 (in progress)
- PHP 5.5.27, 5.4.43
- freetype 2.5.5
- libdrm to 2.4.62
- nodejs 0.12.7
- several X11 components and libraries, in sync with x-s12-clone
- Boost 1.58 with MPI support
- Compiz Fusion 8.10

Deprecations:

- Apache 1.3
- MySQL 5.1
- Perl 5.10 (see Heads-up below !)

Current goals:

- add GTK3: requires atk, gobject-introspection update first
- port of LibreOffice 4.4.x: warm thanks to Apostolos Syroupolos for
contributing the librevenge component, any help is appreciated ! [4]
- update Pulseaudio to 6.0: in progress
- add more components to hipster-encumbered, priority being VLC and
gstreamer bad/ugly codecs



 3. Heads-up: Perl 5.10 deprecation

Removal of Perl 5.10 means that default illumos.sh will not work any longer
and you need to add :

 export PERL_VERSION=5.22;
 export PERL_PKGVERS=-522

to illumos.sh  while compiling illumos-gate.



Thank you for reading us !

[1] https://github.com/OpenIndiana/oi-userland
[2] http://pkg.openindiana.org/hipster-encumbered/
[3] http://wiki.openindiana.org/oi/Multimedia
[4] http://wiki.openindiana.org/oi/LibreOffice
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] LibreOffice: librevenge, libodfgen, libwpd, libwpg

2015-07-27 Thread Aurélien Larcher
Hi,
I submitted the PRs for the aforementioned libraries compiled in 32bit only
as LibreOffice will certainly be their only consumer: they can be added as
64bit later on if needed.

The Wiki was updated accordingly: http://wiki.openindiana.org/oi/LibreOffice

If someone wants to contribute one of the remaining libs please drop me a
line.
Best

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


Re: [OpenIndiana-discuss] USB 2 performance

2015-07-27 Thread bentahyr
I did some test today with another USB drive.
Here are the results :

From Linux (NTFS)
$ dd if=FreeDOS-1.1-memstick-2-2048M.img 
of=/media/ben/MD/FreeDOS-1.1-memstick-2-2048M.img
3948544+0 enregistrements lus
3948544+0 enregistrements écrits
2021654528 octets (2.0 GB) copiés, 91.5862 s, 22.1 MB/s

From OI
Jul 28 08:50:42 hostname usba: [ID 912658 kern.info] USB 2.0 device 
(usb5e3,702) operating at hi speed (USB 2.x) on USB 2.0 root hub: storage@7, 
scsa2usb0 at bus address 2
Jul 28 08:50:42 hostname usba: [ID 349649 kern.info]  USB TO IDE
Jul 28 08:50:42 hostname genunix: [ID 936769 kern.info] scsa2usb0 is 
/pci@0,0/pci1028,21e@1d,7/storage@7
Jul 28 08:50:42 hostname genunix: [ID 408114 kern.info] 
/pci@0,0/pci1028,21e@1d,7/storage@7 (scsa2usb0) online

using NTFS-3g
$ dd if=FreeDOS-1.1-memstick-2-2048M.img 
of=/mnt/FreeDOS-1.1-memstick-2-2048M.img
3948544+0 records in
3948544+0 records out
2021654528 bytes (2.0 GB) copied, 15867.8 s, 127 kB/s

After reformating to UFS
$ dd if=FreeDOS-1.1-memstick-2-2048M.img 
of=/mnt/ben/FreeDOS-1.1-memstick-2-2048M.img
3948544+0 records in
3948544+0 records out
2021654528 bytes (2.0 GB) copied, 110.893 s, 18.2 MB/s


Yeah, really, something is wrong with the implementation of FAT/NTFS on 
OpenIndiana.
Would a more recent NTFS-3G help ? Currently using 2012.1.15AR.8 from SFE.

Ben

- Mail original -
De: benta...@chez.com
À: Discussion list for OpenIndiana openindiana-discuss@openindiana.org
Envoyé: Lundi 27 Juillet 2015 16:24:44
Objet: Re: [OpenIndiana-discuss] USB 2 performance

Thanks for the FAT trick.
I don't remember when the disk used to be NTFS, 1 or 2 years ago. I had to 
reformat it for compatibility issues with shiny hardware I don't manage.

I'll try to reformat it to NTFS and see how it goes.

Best regards.
Ben

- Mail original -
De: Aurélien Larcher aurelien.larc...@gmail.com
À: openindiana-discuss@openindiana.org
Envoyé: Lundi 27 Juillet 2015 16:08:25
Objet: Re: [OpenIndiana-discuss] USB 2 performance

I guess it depends which filesystem you are using, but for FAT yes definitely.
Maybe just a matter of block size in this case.
Also make sure that USB2 is actually used, I found Solaris/illumos to fallback 
to USB1 on several occasions.

Aurélien

À lun. juil. 27 06:00:21 2015 GMT+0200, benta...@chez.com a écrit :
 I redid the test, it is more around 30-35 MB/s on other OS's actually.
 
 - Mail original -
 De: benta...@chez.com
 À: Discussion list for OpenIndiana openindiana-discuss@openindiana.org
 Envoyé: Lundi 27 Juillet 2015 15:56:33
 Objet: [OpenIndiana-discuss] USB 2 performance
 
 Hi,
 
 I always found the performance of USB devices connected to OI behind other OS.
 Is it related to the implementation or is it just me (oi159a) ?
 
 For example, same drive transfer (one big file) is :
 - 8MB/s on OI
 - 45MB/s on Linux/Windows
 
 Ben
 

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


Re: [OpenIndiana-discuss] USB 2 performance

2015-07-27 Thread Aurélien Larcher
Hi,
There is indeed a much newer version of ntfs-3g on Jean-Pierre André's website: 
2015.3.14AR.1.
He posted very good results earlier this year.
Having these in oi-userland is on the TODO list and would be great.
Thanks for your report.
Best,

Aurélien 

À mar. juil. 28 04:08:00 2015 GMT+0200, benta...@chez.com a écrit :
 I did some test today with another USB drive.
 Here are the results :
 
 From Linux (NTFS)
 $ dd if=FreeDOS-1.1-memstick-2-2048M.img 
 of=/media/ben/MD/FreeDOS-1.1-memstick-2-2048M.img
 3948544+0 enregistrements lus
 3948544+0 enregistrements écrits
 2021654528 octets (2.0 GB) copiés, 91.5862 s, 22.1 MB/s
 
 From OI
 Jul 28 08:50:42 hostname usba: [ID 912658 kern.info] USB 2.0 device 
 (usb5e3,702) operating at hi speed (USB 2.x) on USB 2.0 root hub: storage@7, 
 scsa2usb0 at bus address 2
 Jul 28 08:50:42 hostname usba: [ID 349649 kern.info]  USB TO IDE
 Jul 28 08:50:42 hostname genunix: [ID 936769 kern.info] scsa2usb0 is 
 /pci@0,0/pci1028,21e@1d,7/storage@7
 Jul 28 08:50:42 hostname genunix: [ID 408114 kern.info] 
 /pci@0,0/pci1028,21e@1d,7/storage@7 (scsa2usb0) online
 
 using NTFS-3g
 $ dd if=FreeDOS-1.1-memstick-2-2048M.img 
 of=/mnt/FreeDOS-1.1-memstick-2-2048M.img
 3948544+0 records in
 3948544+0 records out
 2021654528 bytes (2.0 GB) copied, 15867.8 s, 127 kB/s
 
 After reformating to UFS
 $ dd if=FreeDOS-1.1-memstick-2-2048M.img 
 of=/mnt/ben/FreeDOS-1.1-memstick-2-2048M.img
 3948544+0 records in
 3948544+0 records out
 2021654528 bytes (2.0 GB) copied, 110.893 s, 18.2 MB/s
 
 
 Yeah, really, something is wrong with the implementation of FAT/NTFS on 
 OpenIndiana.
 Would a more recent NTFS-3G help ? Currently using 2012.1.15AR.8 from SFE.
 
 Ben
 
 - Mail original -
 De: benta...@chez.com
 À: Discussion list for OpenIndiana openindiana-discuss@openindiana.org
 Envoyé: Lundi 27 Juillet 2015 16:24:44
 Objet: Re: [OpenIndiana-discuss] USB 2 performance
 
 Thanks for the FAT trick.
 I don't remember when the disk used to be NTFS, 1 or 2 years ago. I had to 
 reformat it for compatibility issues with shiny hardware I don't manage.
 
 I'll try to reformat it to NTFS and see how it goes.
 
 Best regards.
 Ben
 
 - Mail original -
 De: Aurélien Larcher aurelien.larc...@gmail.com
 À: openindiana-discuss@openindiana.org
 Envoyé: Lundi 27 Juillet 2015 16:08:25
 Objet: Re: [OpenIndiana-discuss] USB 2 performance
 
 I guess it depends which filesystem you are using, but for FAT yes definitely.
 Maybe just a matter of block size in this case.
 Also make sure that USB2 is actually used, I found Solaris/illumos to 
 fallback to USB1 on several occasions.
 
 Aurélien
 
 À lun. juil. 27 06:00:21 2015 GMT+0200, benta...@chez.com a écrit :
  I redid the test, it is more around 30-35 MB/s on other OS's actually.
  
  - Mail original -
  De: benta...@chez.com
  À: Discussion list for OpenIndiana openindiana-discuss@openindiana.org
  Envoyé: Lundi 27 Juillet 2015 15:56:33
  Objet: [OpenIndiana-discuss] USB 2 performance
  
  Hi,
  
  I always found the performance of USB devices connected to OI behind other 
  OS.
  Is it related to the implementation or is it just me (oi159a) ?
  
  For example, same drive transfer (one big file) is :
  - 8MB/s on OI
  - 45MB/s on Linux/Windows
  
  Ben
  
 
 ___
 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


[OpenIndiana-discuss] Σχετ: Re: USB 2 performance

2015-07-27 Thread Apostolos Syropoulos via openindiana-discuss
Wait a moment! The problem is indeed related to the FAT32 implementation (so 
sad noone took over the task to improve the code but then Solaris drivers are 
unnecessary complicated) but who said there is an NTFS driver? You have to use 
fuse to mount NTFS formated disks and I have no idea how to ebable automount 
with such a setup.


A.S.

Στάλθηκε από το Ταχυδρομείο Yahoo στο Android

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