Re: [osol-discuss] [driver-discuss] Project Proposal: starfish

2008-03-27 Thread Vincent Wang
+1 Vincent. Ada wrote: >Project Proposal:starfish > >The Starfish project's primary goal is to create synergy >between OpenSolaris and NetBeans / Sun Studio, by leveraging >the NetBeans / Sun Studio IDE to assist with OpenSolaris >driver and kernel development. > >The sponsoring community gro

Re: [osol-discuss] [driver-discuss] Project Proposal: starfish

2008-03-27 Thread James C. McPherson
Masa Murayama wrote: > - Original Message - >> This has the necessary +1's from the device driver community. >> > It's good. > >> Project setup, will you please set up the "starfish" project with the >> device driver community as sponsoring CG? > > Sorry, what is CG? > I'd like to help i

Re: [osol-discuss] [driver-discuss] Project Proposal: starfish

2008-03-27 Thread Garrett D'Amore
This has the necessary +1's from the device driver community. Project setup, will you please set up the "starfish" project with the device driver community as sponsoring CG? I'm not entirely sure who the project lead will be, but try Ada Feng if she has an OpenSolaris login. (Ada, can you conf

Re: [osol-discuss] [driver-discuss] Project Proposal: starfish

2008-03-27 Thread Masa Murayama
+1 this is what I wish. -masa - Original Message - >Project Proposal:starfish > >The Starfish project's primary goal is to create synergy >between OpenSolaris and NetBeans / Sun Studio, by leveraging >the NetBeans / Sun Studio IDE to assist with OpenSolaris >driver and kernel develo

Re: [osol-discuss] Wireless USB Keyboard/mouse

2008-03-27 Thread Fernando Ochoa de Zuazola
Hello Milan, I can see that we have the same incident. I sent the prtusb outputs to technician too. Regards, fernando. -Mensaje original- De: Milan Jurik [mailto:[EMAIL PROTECTED] Enviado el: lunes, 24 de marzo de 2008 18:41 Para: Fernando Ochoa de Zuazola CC: opensolaris-discuss@opens

Re: [osol-discuss] Wireless USB Keyboard/mouse

2008-03-27 Thread Fernando Ochoa de Zuazola
Hello, Yes, it's a lenovo keyboard/mouse, the product number of IBM is 73P4088 Regards, Fernando. -Mensaje original- De: Milan Jurik [mailto:[EMAIL PROTECTED] Enviado el: martes, 18 de marzo de 2008 16:02 Para: Fernando Ochoa de Zuazola CC: opensolaris-discuss@opensolaris.org Asunto: Re

[osol-discuss] [SVOSUG] Introduction to FMAC, Thursday 03/27/08

2008-03-27 Thread Alan DuBoff
REMINDER REMINDER REMINDER REMINDER This meeting is tonight at 7:30pm, 6 hours from now (aprox). I screwed up and bad put 3/28 on the original message, but most know we meet on Thurs. Sorry for any inconvenience I may have caused. Please join us on the web if you're not l

Re: [osol-discuss] Project Proposal: starfish

2008-03-27 Thread Alan DuBoff
On Thu, 27 Mar 2008, Ada wrote: > Project Proposal:starfish > > The Starfish project's primary goal is to create synergy > between OpenSolaris and NetBeans / Sun Studio, by leveraging > the NetBeans / Sun Studio IDE to assist with OpenSolaris > driver and kernel development. +1 if it hasn't b

Re: [osol-discuss] B85 CIFS issues

2008-03-27 Thread Ian Collins
Andre Lue wrote: > thanks haltstead > > does your smbd server function properly on b85? > > can someone from the CIFS team comment what's going on? > > They can probably be found on the storage discuss list rather then here. Ian ___ opensolaris-dis

Re: [osol-discuss] B85 CIFS issues

2008-03-27 Thread Andre Lue
thanks haltstead does your smbd server function properly on b85? can someone from the CIFS team comment what's going on? This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] B85 CIFS issues

2008-03-27 Thread Ron Halstead
palace:$ uname -r 5.11 palace:$ sudo pkgchk -l -p /usr/lib/smbsrv/libsmb_passwd.so palace:$ --ron This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] [driver-discuss] Project Proposal: starfish

2008-03-27 Thread Kerry Shu
+1 :-) Ada wrote: > Project Proposal:starfish > > The Starfish project's primary goal is to create synergy > between OpenSolaris and NetBeans / Sun Studio, by leveraging > the NetBeans / Sun Studio IDE to assist with OpenSolaris > driver and kernel development. > > The sponsoring community g

[osol-discuss] Creating SNMP Strings To Trap ALOM Console Messages On Sunfire T-1000

2008-03-27 Thread Rob Sandifer
Greeings To All! I am trying to accomplish the following: Using a public SNMP string, create a trap which will trap ALOM console messages on a Solaris Sunfire T-1000 ALOM console. The platform is Solaris 10. These newly created traps need to be configured in such a way that they will send tr

Re: [osol-discuss] How to get platform name...

2008-03-27 Thread Andre Lue
try prtdiag also. This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] How to get platform name...

2008-03-27 Thread Tim Haley
Kyle McDonald wrote: > Hi, > > I've noticed that on the IBM machines I have here, Solaris's FMA > framework is able to determine that it is running on an IBM xSeries 346 > model 8840. > An example of this is: > > Mar 17 12:48:10 Boot fmd: [ID 441519 daemon.error] SUNW-MSG-ID: > ZFS-8000-D3, TY

Re: [osol-discuss] How to get platform name...

2008-03-27 Thread Casper . Dik
Have you tried smbios? Casper ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] B85 CIFS issues

2008-03-27 Thread Andre Lue
Can someone with a B85 server paste the output of the following cmd for me pkgchk -l -p /usr/lib/smbsrv/libsmb_passwd.so This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] B85 CIFS issues

2008-03-27 Thread Andre Lue
the kernel bind error is coming from here in smbd_main.c 439 (void) smb_pwd_init(); 440 441 rc = smbd_kernel_bind(id_lmshr_door, id_srv_door, id_winpipe_door); 442 if (rc != 0) 443 smbd_report("kernel bind error: %s", strerror(errno));

[osol-discuss] How to get platform name...

2008-03-27 Thread Kyle McDonald
Hi, I've noticed that on the IBM machines I have here, Solaris's FMA framework is able to determine that it is running on an IBM xSeries 346 model 8840. An example of this is: Mar 17 12:48:10 Boot fmd: [ID 441519 daemon.error] SUNW-MSG-ID: ZFS-8000-D3, TYPE: Fault, VER: 1, SEVERITY: Major Mar

[osol-discuss] MPxIO with explicit failover ok?

2008-03-27 Thread Jacky Lu
I am testing explicit failover in platform. But it doesn't work in b83. This function be called in MPxIO explicit failover but it is empty. Why std_set_target_groups only called by MPAPI? It looks like only to do "mpathadm failover lu /dev/rdsk/" to invoke std_set_target_groups function. [t

Re: [osol-discuss] Getting a Type7 :-)

2008-03-27 Thread Akhilesh Mritunjai
Wow, that's quite a response :-) Looking forward to it, though since it's UNIX layout, I might have some "migration pains" to go through and adjust to its layout. It's been quite sometime since I used one. Oh, and how's the noise factor ? My colleagues have *serious* problem with my fine mecha

Re: [osol-discuss] Project Proposal: starfish

2008-03-27 Thread Yubo, Ryan Wang
+1 Ada wrote: > Project Proposal:starfish > > The Starfish project's primary goal is to create synergy > between OpenSolaris and NetBeans / Sun Studio, by leveraging > the NetBeans / Sun Studio IDE to assist with OpenSolaris > driver and kernel development. > > The sponsoring community group w

Re: [osol-discuss] Getting a Type7 :-)

2008-03-27 Thread Casper . Dik
>andrew wrote: >> Yes - the type 6 has a beep. I got a brand new one with my old Ultra 10 I >> bought off eBay. ;-) >> >> >I'd double check that. > >Type 6 is USB. An Ultra 10, was Sun's proprietary serial keyboard. Type 6 comes in both USB and Sun's proprietary type. >Type 5c and Type 6 lo