[osol-discuss] retriving Mac/ethernet address on Solaris

2008-06-18 Thread Manish chaturvedi
Hi All, I am new to Solaris, recently switching from Linux to Solaris. On linux I used following code to retrive the Mac address struct ifreq ifr; fd = socket(AF_INET, SOCK_DGRAM, 0); ifr.ifr_addr.sa_family = AF_INET; strncpy(ifr.ifr_name, "eth0", IFNAMSIZ-1); ioctl(fd, SIOCGIFHWADDR, &

Re: [osol-discuss] Performance issues ZFS / CIFS on home file server

2008-06-18 Thread Jan Friedel
Hi, On Wed, Jun 18, 2008 at 09:01:39PM -0700, vijay Rajah wrote: > I'm setting up a home file server on opensolaris b86 > My system is running with AMD Athlon 4400+, 1GB ram, rge 100Mb/s ethernet > > I'm able to create the CIFS shares and able to access the data from my > windows lapto

[osol-discuss] Western Digital SATA drives and Pioneer Blu-ray SATA do not register in b90

2008-06-18 Thread Darren
I have 6 sata drives in machine and only 2 are being recognised by opensolaris. I am running the MBD in AHCI mode not ide. The two drives that are recognised within b90 are seagate drives. Has anyone had similar experiences, and workarounds ? maybe /etc/systems parameters etc etc. Also I am usi

Re: [osol-discuss] Nvidia 780a drivers

2008-06-18 Thread Darren
Further to comments earlier I reinstalled and did a touch /reconfigure and changed only the driver_aliases for the nge interface. All starts OK but can't communicate out, and the interface in /var/adm/messages goes up and down see some extracts below. This card does work at 1000Mbs/Full Duplex

[osol-discuss] Performance issues ZFS / CIFS on home file server

2008-06-18 Thread vijay Rajah
I'm setting up a home file server on opensolaris b86 My system is running with AMD Athlon 4400+, 1GB ram, rge 100Mb/s ethernet I'm able to create the CIFS shares and able to access the data from my windows laptop. Now, when i try to stream some HD video the performace is pretty bad, to the exte

Re: [osol-discuss] Open Source SNAP Graphics/Audio Drivers for Open Solaris?

2008-06-18 Thread Akhilesh Mritunjai
Hi Kendall Looks like great work. Can you give a synopsis of drivers and other 'stuff' you are considering to open ? Some specifics might catch attention of a bright spark somewhere. I looked at the site, but couldn't find any specific information on what hardware the driver bundle is for. Als

Re: [osol-discuss] Wine opengl problems(nvidia)

2008-06-18 Thread Akhilesh Mritunjai
Don't bother compiling manually. pkgbuild.sourceforge.net/spec-files-extra/ It has wine and tons of other package spec files. Install as per instructions and after syncing with svn do something like this $ CC=gcc CXX=g++ pkgtool --download --autodeps build SFEwine It will build (hopefully) a n

Re: [osol-discuss] OpenSolaris 2008.05 (LiveCD) updated to build 90 - lots of problems!

2008-06-18 Thread Euan Thoms
Yes, I followed this procedure exactly and I still have the problems described. In addition, Evolution doesn't work either, it crashes whilst starting up, no screens get shown before it bails out. I have no problems with Nevada build 90 though. This message posted from opensolaris.org __

Re: [osol-discuss] cdrw command & burning CD

2008-06-18 Thread Glynn Foster
On 19/06/2008, at 8:24 AM, Joerg Schilling wrote: > Emmanuel De Paepe <[EMAIL PROTECTED]> wrote: > >> I guess so. >> The one which is not working when writing should start is accessed >> by clicking: >> Places -> CD/DVD creator. >> I remember using this tool successfully on my other computer at

Re: [osol-discuss] Nvidia 780a drivers

2008-06-18 Thread Darren
Sorry not yet the ID looks like 0760 for the device. I did a "reboot -- -r"for a reconfigure but I get a panic and cant catch details happens to fast. But I also added two other items at the sametime so have removed this but still can't get reconfigure to run. But did get successfully get back

Re: [osol-discuss] [cifs-discuss] Windows<->Solaris Name Service Cooperation?

2008-06-18 Thread Nicolas Williams
On Wed, Jun 18, 2008 at 06:40:05PM -0400, Kyle McDonald wrote: > >So, what are you trying to do? > > > I need to setup a new farm of software build servers. They'll consist of > all different versions of Linux (multiple versions of RHEL, and SLES) > and a few S10 for building our software. > I

Re: [osol-discuss] [cifs-discuss] Windows<->Solaris Name Service Cooperation?

2008-06-18 Thread Sergio Enrique Schvezov
Kyle McDonald wrote: > Nicolas Williams wrote: > The solution we use works for Solaris. We made no changes to Linux. You can still interop with Linux and use Windows identities provided that you have a Unix name service with users and groups that are the equivalents of

Re: [osol-discuss] [cifs-discuss] Windows<->Solaris Name Service Cooperation?

2008-06-18 Thread Kyle McDonald
Nicolas Williams wrote: > On Wed, Jun 18, 2008 at 04:39:52PM -0400, Kyle McDonald wrote: > >> Is SFU required to use only NFSv3 between Solaris Machines? >> > > No. A Unix name service is strongly implied. That could be SFU. > > Could be SFU? I thought if you want Windows, Linux and So

Re: [osol-discuss] [cifs-discuss] Windows<->Solaris Name Service Cooperation?

2008-06-18 Thread Moritz Willers
On 18 Jun 2008, at 21:39, Kyle McDonald wrote: Note to Sun: I'd be wiilling to install (and buy!) Sun Software on all my linux machines, in order to make this all place nice together! In that case (willing to spend money to get this working) you might also want to take a look at (in alphabe

Re: [osol-discuss] Nvidia 780a drivers

2008-06-18 Thread Lars Tunkrans
Hi, Please , we are afire with curiosity here, did you get the NIC to work ? Did you find the PCI-Id code for the Nic ? Which drivers did you test ? Regards Lars This message posted from opensolaris.org ___ opensolaris-discus

Re: [osol-discuss] [cifs-discuss] Windows<->Solaris Name Service Cooperation?

2008-06-18 Thread Nicolas Williams
BTW, for more information on how to use AD SFU as a Unix LDAP nameservice see: http://blogs.sun.com/baban/entry/solaris_10_and_active_directory ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] [cifs-discuss] Windows<->Solaris Name Service Cooperation?

2008-06-18 Thread Nicolas Williams
On Wed, Jun 18, 2008 at 04:39:52PM -0400, Kyle McDonald wrote: > Is SFU required to use only NFSv3 between Solaris Machines? No. A Unix name service is strongly implied. That could be SFU. > >No interop with Linux with NFSv3. Try using CIFS. > > > But Linux SMB mounts are done as a single Us

Re: [osol-discuss] [cifs-discuss] Windows<->Solaris Name Service Cooperation?

2008-06-18 Thread Kyle McDonald
Nicolas Williams wrote: >>> The solution we use works for Solaris. We made no changes to Linux. >>> >>> You can still interop with Linux and use Windows identities provided >>> that you have a Unix name service with users and groups that are the >>> equivalents of Windows ones. SFU will do as a s

Re: [osol-discuss] cdrw command & burning CD

2008-06-18 Thread Joerg Schilling
Emmanuel De Paepe <[EMAIL PROTECTED]> wrote: > I guess so. > The one which is not working when writing should start is accessed by > clicking: > Places -> CD/DVD creator. > I remember using this tool successfully on my other computer at home. > However I'm not sure this was on OpenSolaris or SXDE

Re: [osol-discuss] PANIC: VirtualBox on os2008-05 installing os2008-05

2008-06-18 Thread Matt Harrison
On Wed, Jun 18, 2008 at 12:00:12PM -0700, Glenn Lagasse wrote: > Sure, anything is 'possible'. But in reality, none of the > virtualization systems I've used (Xen, Vmware, VirtualBox, Parallels) > actually support/work being run in a virtualized environment. I've > certainly never gotten any sort

Re: [osol-discuss] cdrw command & burning CD

2008-06-18 Thread Emmanuel De Paepe
I guess so. The one which is not working when writing should start is accessed by clicking: Places -> CD/DVD creator. I remember using this tool successfully on my other computer at home. However I'm not sure this was on OpenSolaris or SXDE. On Solaris 10, I've always used cdrw. This message po

Re: [osol-discuss] Requirements gathering meeting

2008-06-18 Thread Tim Cramer
Just a reminder that this meeting will be happening tomorrow, June 19th, from 2-5pm PT. Hope to see you there, or to contribute your requirements on the wiki. Tim Tim Cramer wrote: > All (apologies in advance for cross-posting), > I'd like to have a requirements gathering session with all o

Re: [osol-discuss] PANIC: VirtualBox on os2008-05 installing os2008-05

2008-06-18 Thread Joerg Schilling
Glenn Lagasse <[EMAIL PROTECTED]> wrote: > > See: > > > > http://en.wikipedia.org/wiki/Simulacron-3 > > http://en.wikipedia.org/wiki/Welt_am_Draht > > I fail to see what these entries about science fiction have to do with > the topic at hand. It's about nested simulation/virtualization > > The

Re: [osol-discuss] PANIC: VirtualBox on os2008-05 installing os2008-05

2008-06-18 Thread James Carlson
Glenn Lagasse writes: > Sure, anything is 'possible'. But in reality, none of the > virtualization systems I've used (Xen, Vmware, VirtualBox, Parallels) > actually support/work being run in a virtualized environment. I've > certainly never gotten any sort of thing to work (and to be quite > hone

Re: [osol-discuss] PANIC: VirtualBox on os2008-05 installing os2008-05

2008-06-18 Thread Glenn Lagasse
Joerg Schilling wrote: > Glenn Lagasse <[EMAIL PROTECTED]> wrote: > >> You're virtualizing inside a virtualized environment. I've never seen >> that work in any combination and I'm pretty sure it can't work and thus >> is not supported. > > Why should it not work? > > See: > > http://en.wikipe

Re: [osol-discuss] PANIC: VirtualBox on os2008-05 installing os2008-05

2008-06-18 Thread Joerg Schilling
Glenn Lagasse <[EMAIL PROTECTED]> wrote: > You're virtualizing inside a virtualized environment. I've never seen > that work in any combination and I'm pretty sure it can't work and thus > is not supported. Why should it not work? See: http://en.wikipedia.org/wiki/Simulacron-3 http://en.wikipe

Re: [osol-discuss] PANIC: VirtualBox on os2008-05 installing os2008-05

2008-06-18 Thread Glenn Lagasse
Glenn Brunette wrote: > Perhaps I am getting too nested in virtualization technologies, and if > so please let me know, but here is what I have: > > Mac OS X (10.5.3) running >Parallels Desktop for Mac 3.0 (Build 5608 / June 9, 2008) running > OpenSolaris 2008-05 (Updated to Build 90) ru

Re: [osol-discuss] Wine opengl problems(nvidia)

2008-06-18 Thread Sh
up This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] cdrw command & burning CD

2008-06-18 Thread Shawn Walker
2008/6/18 Joerg Schilling <[EMAIL PROTECTED]>: > "Shawn Walker" <[EMAIL PROTECTED]> wrote: > >> 2008/6/18 Joerg Schilling <[EMAIL PROTECTED]>: >> > Emmanuel De Paepe <[EMAIL PROTECTED]> wrote: >> > >> >> No I haven't tried cdrecord yet. >> >> To clearify with GUI I mean the CD-writer which is avail

Re: [osol-discuss] cdrw command & burning CD

2008-06-18 Thread Joerg Schilling
"Shawn Walker" <[EMAIL PROTECTED]> wrote: > 2008/6/18 Joerg Schilling <[EMAIL PROTECTED]>: > > Emmanuel De Paepe <[EMAIL PROTECTED]> wrote: > > > >> No I haven't tried cdrecord yet. > >> To clearify with GUI I mean the CD-writer which is available in > >> OpenSolaris, > >> created the error. > >

Re: [osol-discuss] cdrw command & burning CD

2008-06-18 Thread Shawn Walker
2008/6/18 Joerg Schilling <[EMAIL PROTECTED]>: > Emmanuel De Paepe <[EMAIL PROTECTED]> wrote: > >> No I haven't tried cdrecord yet. >> To clearify with GUI I mean the CD-writer which is available in OpenSolaris, >> created the error. > > Please tell me the exact name of the binary, I don't know thi

Re: [osol-discuss] cdrw command & burning CD

2008-06-18 Thread Joerg Schilling
Emmanuel De Paepe <[EMAIL PROTECTED]> wrote: > No I haven't tried cdrecord yet. > To clearify with GUI I mean the CD-writer which is available in OpenSolaris, > created the error. Please tell me the exact name of the binary, I don't know this program. How do you call it? Jörg -- EMail:[EMAIL

Re: [osol-discuss] [cifs-discuss] Windows<->Solaris Name Service Cooperation?

2008-06-18 Thread Nicolas Williams
On Wed, Jun 18, 2008 at 10:37:16AM -0500, Nicolas Williams wrote: > On Wed, Jun 18, 2008 at 06:53:08AM -0400, Kyle McDonald wrote: > > >> as a Domain Controller? > > > > > >No. > > > > > That's OK. But (liking Solaris as much as I do,) it seems a shame

[osol-discuss] boot fail after use of IPS

2008-06-18 Thread Fabian Wörner
After removing some driver(no needed one?) and adding some pkg over ips and then my system hang at boot with "krtld fail on depences of 'unix'". What went wrong? Is this an acceptable behavior for the future? This message posted from opensolaris.org ___

Re: [osol-discuss] cdrw command & burning CD

2008-06-18 Thread Emmanuel De Paepe
No I haven't tried cdrecord yet. To clearify with GUI I mean the CD-writer which is available in OpenSolaris, created the error. This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] [cifs-discuss] Windows<->Solaris Name Service Cooperation?

2008-06-18 Thread Nicolas Williams
On Wed, Jun 18, 2008 at 06:53:08AM -0400, Kyle McDonald wrote: > >> as a Domain Controller? > > > >No. > > > That's OK. But (liking Solaris as much as I do,) it seems a shame to > leave Windows as the only system that can be the authoritative source >

Re: [osol-discuss] Nvidia 780a drivers

2008-06-18 Thread Darren
I have logged details as requested and details. Was unclear of where to attach files outputs of each command, so I added in section for additional info. This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss

Re: [osol-discuss] Cron Job!!!

2008-06-18 Thread Jan Friedel
Hi, On Wed, Jun 18, 2008 at 08:03:45AM -0700, Joel Gonzalez wrote: > I need to executed a binary process. > > This is my entrie in crontab for root > > 53 9 * * * txalarm -f /var/scp/nms/txalarm.log > /var/scp/nms/cron.log > #Txalarm Starting binaries via cron without specifyi

Re: [osol-discuss] Cron Job!!!

2008-06-18 Thread James Carlson
Joel Gonzalez writes: > I need to executed a binary process. > > This is my entrie in crontab for root > > 53 9 * * * txalarm -f /var/scp/nms/txalarm.log > /var/scp/nms/cron.log > #Txalarm Unless "txalarm" happens to be in the /usr/sbin or /usr/bin directory, that won't work. This entry should

Re: [osol-discuss] Cron Job!!!

2008-06-18 Thread Joel Gonzalez
I need to executed a binary process. This is my entrie in crontab for root 53 9 * * * txalarm -f /var/scp/nms/txalarm.log > /var/scp/nms/cron.log #Txalarm The txalarm is a monitor process to write in a specified file log. This is the /var/cron/log entrie > CMD: txalarm -f /var/scp/nms/txalarm

Re: [osol-discuss] OpenSolaris as a File-share server in a home setting

2008-06-18 Thread Jeff Cheeney
Kjell-Edmund wrote: > Hi! > Since I can be a tad long-winded, the below text gives the background for, > and asks -- > THE QUESTION: > Is it possible to set up a "server" running opensolaris with ZFS as its > file-system and have Windows computers share/access files on the server over > a local

Re: [osol-discuss] Cron Job!!!

2008-06-18 Thread Jan Friedel
Hi, On Wed, Jun 18, 2008 at 07:24:56AM -0700, Joel Gonzalez wrote: > I programming to execute a start up of one process with the cron job, but > this process is not executed, which may be the problem??? > This is really vague question, so you can definitely expect stor

[osol-discuss] Cron Job!!!

2008-06-18 Thread Joel Gonzalez
I programming to execute a start up of one process with the cron job, but this process is not executed, which may be the problem??? This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Sun Secure Global Desktop Installation with OpenSolaris

2008-06-18 Thread Richard L. Hamilton
> Hi > > At least the ttc client works, you just need to copy > some motif libraries over form Solaris 10. > > For the server component, haven't tried myself yet. > Might work if you copy the libraries over. > > As motif is not opensourced it's therefore not > included in OpenSolaris 05.2008. >

[osol-discuss] Wine opengl problems(nvidia)

2008-06-18 Thread Sh
Hello, i have some troubles compiling wine This happens when wine checks for opengl: configure:10881: checking for up-to-date OpenGL version configure:10907: gcc -c -g -O2 conftest.c >&5 configure:10913: $? = 0 configure:10928: result: yes configure:10933: checking for -lGL configure:10968: gcc

Re: [osol-discuss] How to replicate "http://pkg.opensolaris.org" to a local repositary server?

2008-06-18 Thread Shawn Walker
2008/6/18 Karthik S S <[EMAIL PROTECTED]>: > Is there a way to replicate all the packages available under > http://pkg.opensolaris.org/ to a local repository server? I could not find > much information on this site except for adding custom packages: Greetings, Mirroring supporting is not curren

Re: [osol-discuss] OpenSolaris as a File-share server in a home setting

2008-06-18 Thread James Carlson
Kjell-Edmund writes: > Is it possible to set up a "server" running opensolaris with ZFS as its > file-system and have Windows computers share/access files on the server over > a local area network (wired and wireless). Sure. See the "sharesmb" resource in the zfs(1M) man page, or google for "zf

Re: [osol-discuss] Sun Secure Global Desktop Installation with OpenSolaris

2008-06-18 Thread Mika Borner
Hi At least the ttc client works, you just need to copy some motif libraries over form Solaris 10. For the server component, haven't tried myself yet. Might work if you copy the libraries over. As motif is not opensourced it's therefore not included in OpenSolaris 05.2008. Cheers Mika Thi

Re: [osol-discuss] How to replicate "http://pkg.opensolaris.org" to a local repositary ser

2008-06-18 Thread Karthik S S
I am first of all not sure if the command what I am using is correct to retrieve the packages: -bash-3.2# pkgrecv -s http://pkg.opensolaris.org pkg:/[EMAIL PROTECTED],5.11-0.90:20080604T152105Z pkgrecv: Unable to download manifest [EMAIL PROTECTED] from http://pkg.opensolaris.org Then I set t

Re: [osol-discuss] How to replicate "http://pkg.opensolaris.org" to a local repositary ser

2008-06-18 Thread Karthik S S
Will this help? pkgrecv -s http://pkg.opensolaris.org -n > opensol.index for i in `cat opensol.index` do pkgrecv -s http://pkg.opensolaris.org $i done But in breaks with the following error: Traceback (most recent call last): File "/usr/bin/pkgrecv", line 300, in ? ret = main_func() File

[osol-discuss] How to replicate "http://pkg.opensolaris.org" to a local repositary server?

2008-06-18 Thread Karthik S S
Hi, Is there a way to replicate all the packages available under http://pkg.opensolaris.org/ to a local repository server? I could not find much information on this site except for adding custom packages: http://dlc.sun.com/osol/docs/content/IPS/ipsdev.html#pubpkg2 Basically I want to clone th

Re: [osol-discuss] cdrw command & burning CD

2008-06-18 Thread Joao Lavrador
use cdrecord, works ok This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] cdrw command & burning CD

2008-06-18 Thread Joerg Schilling
Emmanuel De Paepe <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:~# cdrw > bash: cdrw: command not found > > [EMAIL PROTECTED]:~# echo $PATH > /usr/gnu/bin:/usr/bin:/usr/X11/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/sfw/bin > > Why is this not working? > Also I tried the graphical interface but rece

Re: [osol-discuss] cdrw command & burning CD

2008-06-18 Thread Frank . Hofmann
On Wed, 18 Jun 2008, Emmanuel De Paepe wrote: > [EMAIL PROTECTED]:~# cdrw > bash: cdrw: command not found > > [EMAIL PROTECTED]:~# echo $PATH > /usr/gnu/bin:/usr/bin:/usr/X11/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/sfw/bin > > Why is this not working? $ pkginfo -l SUNWcdrw PKGINST: SUNWcdrw

[osol-discuss] cdrw command & burning CD

2008-06-18 Thread Emmanuel De Paepe
[EMAIL PROTECTED]:~# cdrw bash: cdrw: command not found [EMAIL PROTECTED]:~# echo $PATH /usr/gnu/bin:/usr/bin:/usr/X11/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/sfw/bin Why is this not working? Also I tried the graphical interface but received an error back when burning would start. This messa

Re: [osol-discuss] [cifs-discuss] Windows<->Solaris Name Service Cooperation?

2008-06-18 Thread Kyle McDonald
Thanks Nico! I didn't know you were involved with this. More below... Nicolas Williams wrote: > On Tue, Jun 17, 2008 at 01:43:46PM -0400, Kyle McDonald wrote: > >> The part I'm fuzzy on are the nameservies interoperation. I know the >> CIFS server required a bunch of work to deal with window

Re: [osol-discuss] OpenSolaris as a File-share server in a home setting

2008-06-18 Thread Sergio Enrique Schvezov
Kjell-Edmund wrote: > Hi! > Since I can be a tad long-winded, the below text gives the background for, > and asks -- > THE QUESTION: > Is it possible to set up a "server" running opensolaris with ZFS as its > file-system and have Windows computers share/access files on the server over > a local

[osol-discuss] Does solaris 10 08/07 Support MSI-x

2008-06-18 Thread Pradeep
Hi, I dont know whether is repeated in the forum.( I didn't find exact answer) Speaking of PCI-e stuff, does stock solaris 10 as shipped from Sun support MSI interrupts? If yes what is version in which this is supported Pradeep This message posted from opensolaris.org ___

Re: [osol-discuss] [ufs-discuss] PANIC! mounting cdrom slice on b78

2008-06-18 Thread Joerg Schilling
Scott Rotondo <[EMAIL PROTECTED]> wrote: > Joerg Schilling wrote: > > Juergen Keil <[EMAIL PROTECTED]> wrote: > > > >> Hmm, in usr/src/uts/common/fs/hsfs/hsfs_vfsops.c function hs_mountfs(), > >> whenever we use one of the first three |goto cleanup|, the local variables > >> |svp| and |jvp| are

[osol-discuss] Opengrok seach based on filetype

2008-06-18 Thread Atul Chavan
Hi All, I have customized opengork as per my requirement. I have created different projects in that it is working fine. Now i have one other requirement that search should be based on filetype or file extension. like user wants to search java,c,cbl files only... but i dont know how to filter it in

Re: [osol-discuss] Congratulations. We're 3.

2008-06-18 Thread Robert Milkowski
Hello Jim, Monday, June 16, 2008, 12:24:36 PM, you wrote: JG> hey, guys, Happy Birthday. :) We became three on Saturday. Time flies, JG> eh? A very special thank you to everyone for putting in so much time and JG> effort to make OpenSolaris a success. We may have had a challenging JG> year, but