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, o

Re: [OpenIndiana-discuss] passwd command not update smbpasswd file in 151a9

2014-09-04 Thread Dang Zhiqiang
thank you very much. I'm sorry, passwd command not update smbpasswd file in 151a8 too, fix it like 151a9. At 2014-09-04 01:37:38, "Udo Grabowski (IMK)" wrote: >On 04/09/2014 05:31, Dang Zhiqiang wrote: >> passwd command update smbpasswd file in 151a8, but update OS to 151a9 is >> not, how to

Re: [OpenIndiana-discuss] passwd command not update smbpasswd file in 151a9

2014-09-04 Thread Udo Grabowski (IMK)
Too early in the morning... smbpasswd file is Samba, but the funtionality that the /etc/shadow file is used as password basis with this entry is valid for Solaris own CIFS service, see 'man smbadm' under 'enable-user' . For Samba (>3.0.0, if compiled with --with-pam --with-smb_passwd ), you seemi

[OpenIndiana-discuss] Comstar Fibre Channel Target

2014-09-04 Thread Mark
Does anyone have experience with Comstar as a Fibre Channel Target ? I build one some years ago, which ran really well, but my latest effort is disappointing. Throughput is abysmal, only reaching about 20 Mbytes/sec depending on block size. Zpool is raidz with 30 x 4Tb SAS disk attached to

Re: [OpenIndiana-discuss] passwd command not update smbpasswd file in 151a9

2014-09-04 Thread Dang Zhiqiang
thank you. I used smb share by "zfs set sharesmb=on tank/test", not want to modify samba configure file. only add "other password required pam_smb_passwd.so.1 nowarn" is OK? currently, I not found other questions. At 2014-09-04 04:18:45, "Udo Grabowski (IMK)" wrote: >Too early in the morning.

Re: [OpenIndiana-discuss] passwd command not update smbpasswd file in 151a9

2014-09-04 Thread Udo Grabowski (IMK)
On 04/09/2014 11:15, Dang Zhiqiang wrote: thank you. I used smb share by "zfs set sharesmb=on tank/test", not want to modify samba configure file. only add "other password required pam_smb_passwd.so.1 nowarn" is OK? currently, I not found other questions. Yes, but you need to enable users wit

Re: [OpenIndiana-discuss] Comstar Fibre Channel Target

2014-09-04 Thread Liam Slusser
I have a few ZFS servers (OI and OmniOS) that are fibre Channel targets. I use the qLogic 2562 8g dualport FC HBA card in all of them with great success. One of my systems is similar to yours, with 2 x (12 x 4T SAS) attached via a LSI 9207-8e SAS HBA. I am able to saturate both 8gb fibre channel

Re: [OpenIndiana-discuss] passwd command not update smbpasswd file in 151a9

2014-09-04 Thread Dang Zhiqiang
I think don't need to enable users with 'smbadm enable-user ', because passwd command already do it. test it's OK. I diff "truss passwd test" and "truss -f smabadm enable-user test", looks support my result. At 2014-09-04 05:21:45, "Udo Grabowski (IMK)" wrote: >On 04/09/2014 11:15, Dang Zhiq

[OpenIndiana-discuss] Sparc

2014-09-04 Thread Peter Firmstone
Is anyone actively developing OpenIndiana for Sparc? Regards, Peter ___ openindiana-discuss mailing list openindiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss

Re: [OpenIndiana-discuss] Sparc

2014-09-04 Thread Michael Schuster
I think Martin Bochnig is doing something with opensxce ( http://opensxce.org/) good luck! On Thu, Sep 4, 2014 at 2:36 PM, Peter Firmstone wrote: > Is anyone actively developing OpenIndiana for Sparc? > > Regards, > > Peter > > ___ > openindiana-disc

Re: [OpenIndiana-discuss] Sparc

2014-09-04 Thread Gonzalo Seoane
Martin botchnig has his own open sxce version for SPARC. El 04/09/2014 09:37, "Peter Firmstone" escribió: > Is anyone actively developing OpenIndiana for Sparc? > > Regards, > > Peter > > ___ > openindiana-discuss mailing list > openindiana-discuss@open

Re: [OpenIndiana-discuss] Sparc

2014-09-04 Thread Peter
Thanks Alexander, I noticed that Xorg used by Solaris 11 is still freely available. With regard to PC graphics card options, people who use apple often flash their cards to add code that calls the PC Bios code, Open Firmware and coreboot have been emulating pc bios also, so I'm investigating w

Re: [OpenIndiana-discuss] Sparc

2014-09-04 Thread Nikola M.
On 09/ 4/14 10:54 PM, Peter wrote: Thanks Alexander, I noticed that Xorg used by Solaris 11 is still freely available. With regard to PC graphics card options, people who use apple often flash their cards to add code that calls the PC Bios code, Open Firmware and coreboot have been emulating

Re: [OpenIndiana-discuss] Comstar Fibre Channel Target

2014-09-04 Thread Gonzalo Seoane
Hi Mark! What is your hba configuration? You can try to change queue deep on your hba to see if your throughput change. Most of time that silve my problem with others systems . El 04/09/2014 05:29, "Mark" escribió: > Does anyone have experience with Comstar as a Fibre Channel Target ? > > I buil