[osol-discuss] help in clearing the login screen....

2007-12-12 Thread kishankumar poondichetlur
Hi All, Am new to Solaris.I have installed open solaris express community edition b66.The installation is successful.While installing i was asked for an alphanumeric username which i entered as pcr123. The login screen also came successfully.But when i enterd the username it didnt accept.It

Re: [osol-discuss] Equivalent of OBP 'probe-scsi-all' from inside

2007-12-12 Thread Chandan Maddanna
Dear Kyle, The number of cable connected has nothing to do with the controllers that is visible. Even if you are connected through just one cable, the number of controllers visible will be the same. But it seems like what you are asking for is lun masking. That is seeing just some luns and

Re: [osol-discuss] Does Solaris has similar Linux command mount -o

2007-12-12 Thread Chandan Maddanna
Dear Frank, I use this small script i had written for mounting iso images. hope it helps.. Save the below contents in a file called mountiso.sh #!/usr/bin/bash mkdir $2 lofiadm -a $1 /dev/lofi/1 mount -F hsfs -o ro /dev/lofi/1 $2 echo -e \n\t I have mounted $1 under the folder $2\n\n and

Re: [osol-discuss] Does Solaris has similar Linux command mount -o

2007-12-12 Thread Zhang, Frank F
Chandan Thanks for your detailed explanation, but my requirement is a little different from what you have done here, I want to mount an IMG file, not an ISO file, and also I want to specify the mount offset during mounting. Thanks! Frank -Original Message- From: [EMAIL

Re: [osol-discuss] Does Solaris has similar Linux command mount -o

2007-12-12 Thread Casper . Dik
#!/usr/bin/bash mkdir $2 lofiadm -a $1 /dev/lofi/1 mount -F hsfs -o ro /dev/lofi/1 $2 echo -e \n\t I have mounted $1 under the folder $2\n\n You should realize that lofiadm actually outputs the device used, so the script can be written so as not to require only /dev/lofi/1 I've attached my

Re: [osol-discuss] Laptop testing OpenSolaris (Indiana) on ODM laptops

2007-12-12 Thread Ghee Teo
W. Wayne Liauh wrote: Well, maybe if the Sun licensing meant I got a free one :) Otherwise, that form factor really isn't my cup of tea at all. Cheeri, Calum. Well, we have very different understandings of the term Sun licensing (do you think Sun will allow the Asus EeePCs to

Re: [osol-discuss] help in clearing the login screen....

2007-12-12 Thread kishankumar poondichetlur
I fixed the problem.just a minor issue.Thanx to all This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] installing updates?

2007-12-12 Thread Shawn Walker
On Dec 12, 2007 8:06 AM, Cheng Thao [EMAIL PROTECTED] wrote: Let's say I have build 77 installed but wanted to upgrade to build 79. I'm wondering if we can install updates rather than doing a clean install of a new build? You can run the upgrade program from the installer or use

[osol-discuss] installing updates?

2007-12-12 Thread Cheng Thao
Let's say I have build 77 installed but wanted to upgrade to build 79. I'm wondering if we can install updates rather than doing a clean install of a new build? This message posted from opensolaris.org ___ opensolaris-discuss mailing list

Re: [osol-discuss] Build 78 ,79

2007-12-12 Thread Stefan Gaertner
me too. Need WPA2 AES for wpi, included build 78. This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Build 78 ,79

2007-12-12 Thread Robin Bowes
Stefan Gaertner wrote: me too. Need WPA2 AES for wpi, included build 78. And I'm waiting to see what CIFS support is like in b78 before I install Samba! R. ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Build 78 ,79

2007-12-12 Thread Casper . Dik
Stefan Gaertner wrote: me too. Need WPA2 AES for wpi, included build 78. And I'm waiting to see what CIFS support is like in b78 before I install Samba! Samba is still installed in b78 also. Casper ___ opensolaris-discuss mailing list

Re: [osol-discuss] Equivalent of OBP 'probe-scsi-all' from inside

2007-12-12 Thread Kyle McDonald
Chandan Maddanna wrote: Dear Kyle, The number of cable connected has nothing to do with the controllers that is visible. Not really. It's my understanding that each port a cable could connect to is seen as a seperate controller. Also Controllers with no devices attached are not visible

Re: [osol-discuss] Does Solaris has similar Linux command mount -o

2007-12-12 Thread Kyle McDonald
[EMAIL PROTECTED] wrote: #!/usr/bin/bash mkdir $2 lofiadm -a $1 /dev/lofi/1 mount -F hsfs -o ro /dev/lofi/1 $2 echo -e \n\t I have mounted $1 under the folder $2\n\n You should realize that lofiadm actually outputs the device used, so the script can be written so as not to require

Re: [osol-discuss] Build 78 ,79

2007-12-12 Thread Robin Bowes
[EMAIL PROTECTED] wrote: Stefan Gaertner wrote: me too. Need WPA2 AES for wpi, included build 78. And I'm waiting to see what CIFS support is like in b78 before I install Samba! Samba is still installed in b78 also. s/install/setup/ :p R. ___

[osol-discuss] CIFS kernel client

2007-12-12 Thread Joerg Schilling
Hi, is there already a known timeframe when a CIFS client will be available? Jörg -- EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin [EMAIL PROTECTED](uni) [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/ URL:

Re: [osol-discuss] Does Solaris has similar Linux command mount -o

2007-12-12 Thread Nico Sabbi
Il Wednesday 12 December 2007 16:29:05 Kyle McDonald ha scritto: [EMAIL PROTECTED] wrote: #!/usr/bin/bash mkdir $2 lofiadm -a $1 /dev/lofi/1 mount -F hsfs -o ro /dev/lofi/1 $2 echo -e \n\t I have mounted $1 under the folder $2\n\n You should realize that lofiadm actually outputs

Re: [osol-discuss] CIFS kernel client

2007-12-12 Thread Ignacio Marambio Catán
On Dec 12, 2007 12:54 PM, Joerg Schilling [EMAIL PROTECTED] wrote: Hi, is there already a known timeframe when a CIFS client will be available? Jörg there is one already, a beta http://www.opensolaris.org/os/project/smbfs/downloads/Beta2/ nacho

Re: [osol-discuss] CIFS kernel client

2007-12-12 Thread Don Traub
Yep, and we've been making frequent code drops available over the last few months. We're feature-complete according to the requirements set forth, and are plowing through the remaining bugs. Not many left! We've penciled in build 84 as our target, pending final bug and test cycles. Download

Re: [osol-discuss] Does Solaris has similar Linux command mount -o

2007-12-12 Thread chandan maddanna
Thanks frank, yes, you can use standard img format also, BUt i donno about the mount offset thng. Also Caspers script is more better one. so you can use that too. ALso if you get to know about the offset usage, Kindly share with me. Thanks and Warm Regards, -- Chandan Maddanna On Dec 12,

Re: [osol-discuss] CIFS kernel client

2007-12-12 Thread Joerg Schilling
Don Traub [EMAIL PROTECTED] wrote: Yep, and we've been making frequent code drops available over the last few months. We're feature-complete according to the requirements set forth, and are plowing through the remaining bugs. Not many left! We've penciled in build 84 as our target,

Re: [osol-discuss] CIFS kernel client

2007-12-12 Thread Robert . Thurlow
Joerg Schilling wrote: Don Traub [EMAIL PROTECTED] wrote: Yep, and we've been making frequent code drops available over the last few months. We're feature-complete according to the requirements set forth, and are plowing through the remaining bugs. Not many left! We've penciled in

Re: [osol-discuss] CIFS kernel client

2007-12-12 Thread Joerg Schilling
[EMAIL PROTECTED] wrote: smbutil view //[EMAIL PROTECTED]/ Password: smbutil: session setup phase failed: syserr = Zugriff verweigert smbutil: could not login to server FILESRV: syserr = Zugriff verweigert mount -F smbfs //[EMAIL PROTECTED]/br /tmp/dir Password:

Re: [osol-discuss] CIFS kernel client

2007-12-12 Thread Joerg Schilling
[EMAIL PROTECTED] wrote: Try smbutil view -A //filesrv to see if anonymous share listing works better. After that, we'd need to figure out authentication; a snoop would help a lot there. Maybe this new error helps: mount -F smbfs //[EMAIL PROTECTED]/u /tmp/dir mount: session setup phase

[osol-discuss] SXDE based on b77?

2007-12-12 Thread Mark Drummond
I just downloaded the DVD for SXCR build 77. It appears to include SXDE as well. Is this SXDE 9/07? It's a bit confusing because, from the SXDE web pages, I can download an SXDE 9/07 DVD, OR I can download an SXCR build 70b DVD. Only, they are the same DVD. Different download web pages in SDLC,

Re: [osol-discuss] installing updates?

2007-12-12 Thread Gary Gendel
I've upgraded fine using one of two methods. 1) Start the installation from the new CD, at some point you'll be asked if you want to do an initial install or upgrade. Choose upgrade. This still takes roughly the same amount of time as a full install. On one of my machines this meant over an

[osol-discuss] SXDE 9/07 install fails immediately

2007-12-12 Thread Mark Drummond
I am trying to install SXDE 9/07 in a vmware 6.x vm. After stepping through the installation GUI, when I click the last button to begin the install, the GUI comes back immediately with an installation failed error message, *but* the installer is actually still running in teh background. My disk

Re: [osol-discuss] SXDE based on b77?

2007-12-12 Thread Alan Coopersmith
All SXCE releases contain the SXDE installer (and I believe the extra tools), they just haven't gone through the same extended test cycles respins with fixes that SXDE releases do. If you choose the SXDE installer, you'll get build 77 installed SXDE-style, but with all the newer bits not in the

Re: [osol-discuss] PulseAudio

2007-12-12 Thread Dev Mazumdar
Here's a list of features I pulled off Pulse Audio's website: http://en.wikipedia.org/wiki/PulseAudio The main PulseAudio features include: * Per-application volume controls [1] OSS already does that. * An extensible plugin architecture with support for loadable modules. If you look

[osol-discuss] ipfilter and tcp timeouts - painful

2007-12-12 Thread Anne Moore
HI All, I'm running 25 Opensolaris boxes in my business and since we put in a new firewall all of our connections (remotely) to the OpenSolaris boxes disconnection after 1 minute of inactivity. If there is activity, it does not disconnect. We can't change firewall, unfortunately. But I was

[osol-discuss] onnv_79 : Bad kernel fault at addr=0xcf0a7334

2007-12-12 Thread Dennis Clarke
warning : long email follows -- onv_79 builds fine : $ cat log/log.2007-12-12/mail_msg Nightly distributed build started: Tue Dec 11 23:19:27 EST 2007 Nightly distributed build completed: Wed Dec 12 17:55:13 EST

Re: [osol-discuss] onnv_79 : Bad kernel fault at addr=0xcf0a7334

2007-12-12 Thread John Levon
On Wed, Dec 12, 2007 at 08:03:03PM -0500, Dennis Clarke wrote: cd75dadc unix:die+105 (e, cd75db88, cf0a73) cd75db74 unix:trap+13d1 (cd75db88, cf0a7334,) cd75db88 unix:cmntrap+10b (cd6e01b0, cd6e,) cd75dbe8 unix:kstat_delete+c (cf0a7270) cd75dc04 ii:iidetach+84 (ca4625c8, 0) Known bug

Re: [osol-discuss] onnv_79 : Bad kernel fault at addr=0xcf0a7334

2007-12-12 Thread Dennis Clarke
On Wed, Dec 12, 2007 at 08:03:03PM -0500, Dennis Clarke wrote: cd75dadc unix:die+105 (e, cd75db88, cf0a73) cd75db74 unix:trap+13d1 (cd75db88, cf0a7334,) cd75db88 unix:cmntrap+10b (cd6e01b0, cd6e,) cd75dbe8 unix:kstat_delete+c (cf0a7270) cd75dc04 ii:iidetach+84 (ca4625c8, 0) Known bug

Re: [osol-discuss] ipfilter and tcp timeouts - painful

2007-12-12 Thread Anne Moore
Hello David Thanks for the code. Unfortunately, it doesn't work as it is. It just continually pings forever, and it interferes with the command line by always showing 64 bytes from ip.domain.com: icmp forever. Thus, the user can't type anything. Any others ideas I've love to hear about them.

Re: [osol-discuss] ipfilter and tcp timeouts - painful

2007-12-12 Thread Tim Spriggs
Hello Anne, SSH has a setting (man sshd_config) for sending keep alive packets. Search for TCPKeepAlive Thanks, -Tim Anne Moore wrote: Hello David Thanks for the code. Unfortunately, it doesn't work as it is. It just continually pings forever, and it interferes with the command line by

[osol-discuss] Finding external USB disks

2007-12-12 Thread David Dyer-Bennet
What are the approaches to finding what external USB disks are currently connected? I'm starting on backup scripts, and I need to check which volumes are present before I figure out what to back up to them. I suppose I could just try all the ones that I know about and see which are there

Re: [osol-discuss] Finding external USB disks

2007-12-12 Thread Anil Gulecha
On 12/13/07, David Dyer-Bennet [EMAIL PROTECTED] wrote: What are the approaches to finding what external USB disks are currently connected? I'm starting on backup scripts, and I need to check which volumes are present before I figure out what to back up to them. I suppose I could just try

Re: [osol-discuss] Finding external USB disks

2007-12-12 Thread Ignacio Marambio Catán
On Dec 13, 2007 12:35 AM, David Dyer-Bennet [EMAIL PROTECTED] wrote: What are the approaches to finding what external USB disks are currently connected? I'm starting on backup scripts, and I need to check which volumes are present before I figure out what to back up to them. I suppose I

Re: [osol-discuss] ipfilter and tcp timeouts - painful

2007-12-12 Thread Anne Moore
Yes, I have that SSH setting already in place. However, all the other connections (SQL, ORACLE, LDAP, etc.), all close after 1 minutes of inactivity. That's why I'm trying to get this script working for all those other programs and connections to the server... Thank you anyway though. If you have

[osol-discuss] How can I install the CIFS service to a Core Group Solaris 10 install?

2007-12-12 Thread John Klimek
I'm trying to build a simple Solaris 10 file server using ZFS + CIFS... That means I don't need X Windows or anything like that, etc. During the Solaris 10 installation I chose the Core Group for the installation so that it doesn't install all of the extra software associated with the other

Re: [osol-discuss] Finding external USB disks

2007-12-12 Thread David Dyer-Bennet
Anil Gulecha wrote: On 12/13/07, David Dyer-Bennet [EMAIL PROTECTED] wrote: What are the approaches to finding what external USB disks are currently connected? You can try 'rmformat' to see all removable media connected. Ah, that's looking useful. Thanks also to those who pointed

Re: [osol-discuss] ipfilter and tcp timeouts - painful

2007-12-12 Thread Andrew C. Henle
This should set it to 30 seconds: ndd set /dev/tcp tcp_keepalive_interval 3 This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] DESKTOP BACKGROUND - View from the moon

2007-12-12 Thread Kevin Mitnick
I saw this background: http://blogs.sun.com/dp/entry/cool_desktop_backgrounds and of course in that thread NOBODY shows a link to the .png/.jpg I am in the same boat as the 1st guy in that post. Does someone have just that file? Or a compressed collection of the included backgrounds for that