[osol-discuss] Open Solaris HowTo on x86

2007-06-18 Thread Danny
Hi List,

Could you show me the refernce (e.g E-Book, Link, etc) that related with How to 
used Open Solaris from first installation (for x86) until software 
configuration.

Thanks in advance
Danny
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Re: Re: Re: Re: recommend the opensource anti-virus for opensolaris?

2007-06-18 Thread Hugh McIntyre

UNIX admin wrote:

Since this is Solaris, how would you compromise a browser?


Surely you jest?  Just wait for a buffer overflow attack against the 
browser, for example 
http://www.mozilla.org/security/announce/2006/mfsa2006-44.html.  It's 
not as if Mozilla/Firefox have never had security problems.



Also, to execute this software keylogger, it would still have to go through 
normal mechanisms to automatically start every time you log in - .profile, 
.login or .cshrc, places where such things are very easily spottable.


And how many people check .profile/,cshrc regularly to make sure nobody 
has modified these files?  More likely, most existing users only look at 
these files very infrequently whenever the files are edited, so the fact 
that any hack is in plain view does not help you if you're not looking. 
 Similarly for many people if an attack drops a compromised version of 
a system command in ~/bin.


Hugh.
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Re: Project Proposal: Fingerprint Authentication

2007-06-18 Thread Casper . Dik

 Good fingerprint authentication is better than passwords in dare I say every 
 way, EXCEPT for whe
n you are a high profile target who might be stalked for finger access.  The 
hordes of people out t
here using simple passwords like password would be better protected with any 
biometric.

palm-vein is better...chopping your hand off is not going to work...I
hope anyway...but fingerprints...you might lose a finger or two :P


Think about it: would you believe your password was secure if you wrote
it on every door handle, every coffee cup, every keyboard you used?

Now why do you think fingerprints are more secure?


Casper

___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Re: Project Proposal: Fingerprint Authentication

2007-06-18 Thread Giles Turner

On 6/18/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


 Good fingerprint authentication is better than passwords in dare I say every 
way, EXCEPT for whe
n you are a high profile target who might be stalked for finger access.  The 
hordes of people out t
here using simple passwords like password would be better protected with any 
biometric.

palm-vein is better...chopping your hand off is not going to work...I
hope anyway...but fingerprints...you might lose a finger or two :P


Think about it: would you believe your password was secure if you wrote
it on every door handle, every coffee cup, every keyboard you used?

Now why do you think fingerprints are more secure?



I do not. That is why the whole business of a new pam_fingerprint and
a new library_fingerprint when something already exists (bioapi and
pam_bioapi) and that appears to be Solaris specific too (whereas
bioapi is cross-platform and also already supported by devices that
are very common laptop wise if you are really keen on fingerprint
support) seems ludicrous to me. bioapi is supported by at least one
palm-vein readers which are much more secure so if you ask me, getting
bioapi in and then asking for Solaris bioapi drivers for devices from
manufacturers looks like a much better proposition to me.
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Re: [desktop-discuss] Project Proposal: Fingerprint Authentication

2007-06-18 Thread Gaopeng Chen - Sun China
On Mon, 2007-06-18 at 12:09, Giles Turner wrote: 
 On 6/16/07, Gaopeng Chen - Sun China [EMAIL PROTECTED] wrote:
  Now it just focuses on the fingerprint. The design is required to be
  able to easily extended to other biometrics. If the resources in
  opensolaris are enough, the bioAPI may be considered to be imported
 to
  cover all the biometrics. Thanks.
 
 You have a whole library/system sitting right there ready to be used
~~? no, that's why I present a fingerprint
userland driver framework.

 but you feel that coming up with a completely new system/library will
 take less resources? Okay bioapi 2.0 is not quite out yet but bioapi
 1.x is available now and there are devices out there that conform to
This was what I concerned. I prefer porting the bioapi when the 2.0
version is totally finalized.

 it (at least in Linux land) that are commonly used by laptops such as
 Upek's Touchchip fingerprint sensor which also happens to be more
It did work in my framework. 

 secure than those infra-red readers. How much more effort is it going
 to take to compile bioapi compared to building a whole new thing from
 scratch?
In fact, I've finished my prototype internally. The proposal to
opensolaris is to make more people contribute to the varied fingerprint
drivers. The bioapi will be considered, but probably not now. The
additional effort is,
1) the balance of version 1.1 and 2.0
2) the trival issues of porting and licenses.
3) the dual-mode PAM module design based on bioapi.

I don't think my design has much overlap. The fingerprint drivers are
required whether bioapi is used or not. The fingerprint tool is based on
PAM, independent on bioapi.

I'll post my detailed design document after the inception review or the
opensolaris project page is built. Thanks.

PSARC 2007/286 OnePager Fingerprint Authentication inception scheduled
06/20/2007

-- 
Best Regards,
GaoPeng Chen
Call: +86-10-62673005
Ext: x82005
Sun Microsystem Inc. China
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Re: Re: Suggestion: PCFS Open Development Project

2007-06-18 Thread Frank Hofmann

On Sat, 2 Jun 2007, Martin Cerveny wrote:


Hello,


I've put a webrev of the so-far tested part of the
rewrite here:

http://cr.grommit.com/~frankho/webrev-pcfs/
if you're curious. There's far more to come,
trickling in ever so slowly.


Can you make webrev compare against ssh://[EMAIL PROTECTED]/hg/onnv/onnv-gate ?


Should be no difference - there's only one set of PCFS sources, and the 
fix throughput is minimal. In which way is the above webrev lacking ?



Many things are missing like cp_to_utf8().


? Missing from where ?


When will this project be officially visible ?


At the moment, it looks like a multi-month delay.


FrankH.



Thanks, M.C


This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Re: [desktop-discuss] Project Proposal: Fingerprint Authentication

2007-06-18 Thread Artem Kachitchkine



I don't think my design has much overlap. The fingerprint drivers are
required whether bioapi is used or not. The fingerprint tool is based on
PAM, independent on bioapi.

I'll post my detailed design document after the inception review or the
opensolaris project page is built. Thanks.

PSARC 2007/286 OnePager Fingerprint Authentication inception scheduled
06/20/2007


Given the apparent support of BioAPI by various organizations including 
NIST and the existence of a bunch of code including PAM support 
(http://www.bioapi.org/devtools.asp), the issue will inevitably come up 
during inception review. I think you'll need to provide some detailed 
analysis and an articulate explanation.


-Artem.
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Re: Project Proposal: Fingerprint Authentication

2007-06-18 Thread Gaopeng Chen - Sun China
This design is for operation system level. The preboot authentication
may require EFI(Extensible Firmware Interface) support. So that it can
not be considered until EFI is supported by solaris. Thanks.

On Sat, 2007-06-16 at 09:16, Gary Gendel wrote:
 +1
 
 Keep in mind that you may want your architecture to support BIOS with
 fingerprint hardware crypto support. For example the p series from
 Lenovo (T61p, etc.)
 
 Gary
  
 
 This message posted from opensolaris.org
 ___
 opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
-- 
Best Regards,
GaoPeng Chen
Call: +86-10-62673005
Ext: x82005
Sun Microsystem Inc. China
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Re: recommend the opensource anti-virus for opensolaris?

2007-06-18 Thread Criveti Mihai
I suggest Avira Antivir, they make an excellent product that also works on 
Solaris among other UNICES. It's free for use. Not open source though, but 
unlike most open source antiviral products, at least it gets regular updates.

And yes, UNIX systems DO need an antivirus product, especially when they act as 
fileservers or mail gateways for Windows clients.
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Re: [desktop-discuss] Project Proposal: Fingerprint Authentication

2007-06-18 Thread Gaopeng Chen - Sun China
Hi Artem,

Thank you. I'll prepare for it.

 
 Given the apparent support of BioAPI by various organizations including 
 NIST and the existence of a bunch of code including PAM support 
the pam_bioapi in the website doesn't support dual-mode.

 (http://www.bioapi.org/devtools.asp), the issue will inevitably come up 
 during inception review. I think you'll need to provide some detailed 
 analysis and an articulate explanation.
 
 -Artem.
-- 
Best Regards,
GaoPeng Chen
Call: +86-10-62673005
Ext: x82005
Sun Microsystem Inc. China
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Re: Re: Re: Re: Re: recommend the opensource anti-virus for opensolaris?

2007-06-18 Thread UNIX admin
 UNIX admin wrote:
  Since this is Solaris, how would you compromise a
 browser?
 
 Surely you jest?  Just wait for a buffer overflow
 attack against the 
 browser, for example 
 http://www.mozilla.org/security/announce/2006/mfsa2006
 -44.html.  It's 
 not as if Mozilla/Firefox have never had security
 problems.

Yes, yes, of course, but you cause a SIGSEGV on that thing, and what will you 
get? Parent process's SHELL. Which again is a regular Joe Blow user. Will that 
user get a DELL from behind? He *might*. Maybe. On a system with 100 or 700 
users, the system is still uncompromised.

Still, with all that, I have to ask: is there an virus killer specifically 
written for Solaris out there?

Or are all those solutions virus killers that run on Solaris, but check for 
Windows virii?
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Reminder: June LOSUG meeting this Wednesday 20/06/2007

2007-06-18 Thread Sean Sprague

Hello All,

This is just a reminder that this month's LOSUG meeting will take place this Wednesday, 20/06/2007, and is entitled 
Solaris Troubleshooting – The Unofficial Tourist Guide. I am certain that it will prove to be very informative indeed.


If you would like to attend, please visit the LOSUG webpage http://www.opensolaris.org/os/community/os_user_groups/losug 
for more details and send an email to me at [EMAIL PROTECTED] to register your name.


Hope to see you Wednesday!

Thanks and regards... Sean.
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Re: Open Solaris HowTo on x86

2007-06-18 Thread Ché Kristo
If you are thinking that OpenSolaris is an installable OS have a look at 
http://opensolaris.org/os/about/ where it states: 

[i]The main difference between the OpenSolaris project and the Solaris 
Operating System is that the OpenSolaris project does not provide an end-user 
product or complete distribution. Instead it is an open source code base, build 
tools necessary for developing with the code, and an infrastructure for 
communicating and sharing related information. Support for the code will be 
provided by the community; Sun offers no formal support for the OpenSolaris 
product in either source or binary form.[/i]

This could change if the Indiana Project rolls out; see 
https://www.opensolaris.org/jive/thread.jspa?threadID=31802tstart=0

But you probably want to get started now!

For Solaris 10 documentation see: http://docs.sun.com/app/docs/prod/solaris.10

If you want something more bleeding edge you might want Solaris Express 
Developer Edition which you can get at http://developers.sun.com/sxde/ and the 
documentation at http://developers.sun.com/sxde/doc.jsp

There are other non-Sun OpenSolaris distributions as well! These are SchilliX, 
BeleniX, marTux and NexentaOS which you can get more info on here: 
http://www.opensolaris.org/os/downloads/
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] cpu performance counters obtained by vmstat and prstat look conflict

2007-06-18 Thread 陶捷 Euler Tao

Dear all:

I'm compiling the ON build 65's source code now, using nightly
opensolaris.sh command.

The prstat reports that system is very idle, but the load average tells me
that the system is very busy. -,-
And then I check the vmstat report, it shows the system is busy now, too.
Following are the reports, what's the problem?

ps, My system is a dell workstation with a P4 1.7G CPU and 512MB memory.

  PID USERNAME  SIZE   RSS STATE  PRI NICE  TIME  CPU PROCESS/NLWP
 6673 root   13M   12M sleep   350   0:00:02 2.9% dmake/1
 9086 root 5672K 3396K run 350   0:00:00 0.5% acomp/1
 6634 root 2080K 1344K sleep   590   0:00:00 0.2% vmstat/1
 9080 root 9640K 6576K run 150   0:00:00 0.2% ube/1
 8383 root 4320K 2764K cpu0590   0:00:00 0.1% prstat/1
 7720 root 8112K 3928K sleep   590   0:00:00 0.0% sshd/1
 9083 root 1140K  876K sleep   350   0:00:00 0.0% sh/1
 9071 root 1200K  920K run 150   0:00:00 0.0% cc/1
 9069 root 1140K  876K sleep   450   0:00:00 0.0% sh/1
 9085 root 1192K  916K sleep   350   0:00:00 0.0% cc/1
 9070 root  996K  688K sleep   350   0:00:00 0.0% cw/1
 9084 root  996K  668K run 250   0:00:00 0.0% cw/1
 9082 root   13M 1320K sleep   350   0:00:00 0.0% dmake/1
 9068 root   13M 1316K sleep   450   0:00:00 0.0% dmake/1
 7979 root 7836K 2040K sleep   590   0:00:00 0.0% sshd/1
 7984 root 2588K 1820K sleep   590   0:00:00 0.0% bash/1
 7918 root 7836K 2044K sleep   590   0:00:01 0.0% sshd/1
  117 daemon   4008K 1972K sleep   590   0:00:01 0.0% kcfd/3
 9742 root 4012K 2552K sleep   590   0:00:11 0.0% nscd/25
 5309 root   12M 6428K sleep   590   0:10:35 0.0% smbd/1
 7598 root 4600K 3860K sleep   590   0:00:02 0.0% dmake/1
 7597 root  972K  688K sleep   590   0:00:00 0.0% time/1
27340 root 3152K 2396K sleep   590   0:00:00 0.0% dmake/1
26430 root 3176K 2436K sleep   590   0:00:00 0.0% dmake/1

NPROC USERNAME  SIZE   RSS MEMORY  TIME  CPU
   63 root  289M  138M27%   0:21:04 *4.3%
* 2 daemon   6332K 2960K   0.6%   0:00:01 0.0%
1 smmsp6996K 1452K   0.3%   0:00:05 0.0%

Total: 66 processes, 176 lwps, load averages: *2.97, 3.04, 3.03*



[EMAIL PROTECTED]:~#vmstat 1

kthr  memorypagedisk  faults  cpu
r b w   swap  free  re  mf pi po fr de sr cd f0 s0 --   in   sy   cs us sy
id
0 0 0 1238652 245720 15 22 40  0  0  0  0  2  0  0  0  419  153  155  1  1
97
1 0 0 1201976 225460 1445 6769 0 67 67 0 0 7  0  0  0  317 5544  115 73 27
0
3 0 0 1190896 224480 6842 18811 0 72 72 0 0 10 0 0  0  332 11701 223 35 65
0
7 0 0 1196188 231540 4681 13909 0 99 99 0 0 10 0 0  0  340 10901 292 47 53
0
4 0 0 1196072 230308 4168 11179 0 67 67 0 0 8 0  0  0  329 11525 171 58 42
0
3 0 0 1183820 218020 1415 7525 0 28 28 0 0 6  0  0  0  325 5082  135 74 26
0
2 0 0 1189328 222504 4544 12530 0 139 139 0 0 16 0 0 0 348 10556 309 50 50
0
8 0 0 1194864 229620 5194 15550 0 36 36 0 0 11 0 0  0  333 10805 204 43 57
0
7 0 0 1195228 229536 5172 14077 0 67 67 0 0 13 0 0  0  338 10306 196 50 50
0
7 0 0 1187484 226696 4699 14620 0 115 115 0 0 11 0 0 0 336 10514 205 *45
55  0
*^C
[EMAIL PROTECTED]:~#

It seems that prstat doesn't report the correct CPU usage percent for some
processes.



Regards

TJ
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Re: [osol-discuss] solaris index database?

2007-06-18 Thread James Carlson
Niclas Sodergard writes:
 On 5/31/07, Anne [EMAIL PROTECTED] wrote:
 
  Does anyone know if Solaris 10 has the ability to index all of it's contents
  and those contents are available for query? (Akin to Red Hat's locate and
  updatedb features.) The find command is so sllow
 
 Hi Anne,
 
 I wrote a quick howto on getting locate to work on Solaris. Take a look here
 
 http://aspiringsysadmin.com/blog/2007/06/17/getting-locate-to-work-on-solaris/
 
 If you find any faults in it please let me know.

You might want to add dev (the new fs for /dev), lofs (loopback
mounts), and sharefs (new sharetab) to the list.

-- 
James Carlson, Solaris Networking  [EMAIL PROTECTED]
Sun Microsystems / 1 Network Drive 71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Re: Solaris Express DE ath driver

2007-06-18 Thread James Carlson
Christopher Shore writes:
 Thanks for the response loomy.  I reimaged the drive and it now saves my 
 information I tell it to but still does not authenticate.  I'm not sure if it 
 matters or not but my router is an Apple Airport Extreme.  Also the DNS 
 entries are blank and in the Hosts tab there is only two entries, 127.0.0.1 
 and ::1.  I know the first entry is the loopback address but what is the 
 second one?  Is there anything I need to add or remove?  Thanks.

I don't know what problem you're having with 'ath', but I can at least
answer the first question: the second entry (::1) is the IPv6 loopback
address.

-- 
James Carlson, Solaris Networking  [EMAIL PROTECTED]
Sun Microsystems / 1 Network Drive 71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Re: [perf-discuss] cpu performance counters obtained by vmstat and prstat look conflict

2007-06-18 Thread 陶捷 Euler Tao

ok, i see.
Then, how can I correct this problem when using prstat?
Or is there any other statistics tool that could catch these short lived
processes correctly?


2007/6/18, Wee Yeh Tan [EMAIL PROTECTED]:


On 6/18/07, Wee Yeh Tan [EMAIL PROTECTED] wrote:
 prstat may miss

Stupid safari3 is chopping off my post.

prstat may miss short lived processes and this seems possible because
you are compiling stuff.


--
Just me,
Wire ...
Blog: prstat.blogspot.com

___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Re: [osol-discuss] BeleniX meets Indiana (Was: About Project Indiana)

2007-06-18 Thread Kevin Fox


On May 15, 2007, at 11:50 AM, Martin Bochnig wrote:

Also my method of creating the actual iso files is unique, but can  
be freely used by anyone who is interested. I already said a few  
words on that during OSDEVCON2007. More documentation is to be  
followed, as soon as I finally join the OpenSolaris Starter Kit  
community. Anyone who wants it instantly should write me a mail.


Martin, could I get a copy of your iso instructions .

Thanks
Kev
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Re: [perf-discuss] cpu performance counters obtained by vmstat and prstat look conflict

2007-06-18 Thread 陶捷 Euler Tao

Hi, Jean

Thank you for your explaination and your helpful advices :)
It seems you're right. After reading your guess, it reminded me that
something I've read from a book, Solairs Performance and Tools, and the
author talked about the decaying problem in this book.


2007/6/18, Jean-Francois Richard [EMAIL PROTECTED]:


 Hi

I don't know enough about the specifics for Open Solaris so the
following is based on the guess that it is the same as regular Solaris (the
fact that your vmstat r queue is at values like 7 and that idle CPU is at 0%
but prstat shows only about 4% CPU makes this feel like a good guess) .
Historically, Solaris used the pcpu parameter to display CPU against
individual processes in prstat (or as part of ps -ef with the -o option). As
pcpu is based on a slowly decaying average (equivalent to exponential
weighting over the last minute) it deals poorly with processes with short
lives such as the one you have (your example from your snap shot below shows
that the CPU times are all very low - suggesting processes which don't stay
up for long). Typically, changing the prstat refresh time doesn't change
anything because the %cpu it is displaying remains the decaying average over
the last minute. Alternatives could be prstat with the -m option if it is
supported.  The TOP tool



yes,  -m option works partially. It shows the whole system's user and system
CPU percentage correctly, but to each process, they all look idle as well,
and no short lives are displayed either.

changed how it calculates per process CPU% for Solaris (it stopped

displaying the pcpu parameter and started to calculate %cpu based on the
increases in cpu time) as of version 3.6, so you might want to give that a
try. Because TOP calculates CPU% of the processes based on CPU time, going
to a shorter refresh rate actually does help to improve accuracy for short
processes...  but it can't go below 1 second.  Many short lived processes
live less than one second. I don't know



TOP doesn't work correctly, it ignores all the short lives as well as the
prstat. But the whole system's user and system CPU percentage are correct in
TOP.

Dtrace that well but look forward to having a good tools to deal with this

type of situation.



Yes, DTrace works! I've used the dtrace script named shortlived.d introduced
by ,Matty in his email and the result is:

[EMAIL PROTECTED]:~/performance/DTraceToolkit-0.96/Bin# ./shortlived.d
Tracing... Hit Ctrl-C to stop.
^C
short lived processes: 15.941 secs
total sample duration: 20.880 secs

Total time by process name,
mkdir   26 ms
   mv   36 ms
lint2   37 ms
 date   40 ms
 lint  642 ms
   sh  678 ms
dmake 1422 ms
lint112690 ms

Total time by PPID,
266285 ms
266375 ms
266435 ms
266595 ms
266655 ms
266825 ms
266915 ms
266975 ms
267155 ms
267215 ms
267395 ms
267485 ms
267546 ms
266537 ms
266787 ms
266997 ms
267097 ms
267237 ms
267277 ms
267337 ms
241858 ms
266218 ms
266248 ms
266758 ms
267038 ms
267688 ms
267808 ms
267848 ms
267888 ms
267928 ms
267968 ms
268008 ms
268048 ms
268088 ms
268128 ms
268208 ms
268288 ms
268408 ms
268448 ms
268608 ms
268728 ms
267569 ms
267579 ms
267649 ms
267769 ms
268169 ms
268249 ms
268329 ms
268369 ms
268489 ms
268529 ms
268569 ms
268649 ms
268739 ms
26772   10 ms
26845   10 ms
26861   10 ms
26667   11 ms
26765   11 ms
26837   11 ms
26865   11 ms
26613   12 ms
26645 

Re: [osol-discuss] Re: Re: Re: Re: Re: recommend the opensource anti-virus for opensolaris?

2007-06-18 Thread Alan Coopersmith

UNIX admin wrote:

Still, with all that, I have to ask: is there an virus killer specifically 
written for Solaris out there?

Or are all those solutions virus killers that run on Solaris, but check for 
Windows virii?


Every virus scanner I've seen that runs on Solaris scans for
Windows viruses in files being served to Windows clients.

And this isn't because Unix viruses/worms are impossible or anything.
It's only been a few months since the telnetd worm struck Solaris
machines - however, unlike Windows, all known worms for Unix exploit
obvious bugs in Unix, so the response from Unix vendors is to fix the
bug to stop the worm, instead of trying to scan for and stop the
exploit code.   It's far simpler and more productive to fix telnetd
than to try to recognize signatures of every different bit of code
that may try to exploit it.

--
-Alan Coopersmith-   [EMAIL PROTECTED]
 Sun Microsystems, Inc. - X Window System Engineering
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Re: Announcing NexentaCP(b65) with ZFS/Boot integrated

2007-06-18 Thread roland
this doesn`t boot inside vmware (5.x or server 1.x)

the VM crashes if you use virtual scsi disk.

looks like a vmware issue
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Re: Open Solaris HowTo on x86

2007-06-18 Thread W. Wayne Liauh
You can also try Dennis Clarke's A Step by Step Guide to Installing Solaris 
10:

http://www.blastwave.org/docs/s10u3_howto.html

I feel guilty for never bothering to send feedback to [EMAIL PROTECTED] . 

There is also a Solaris x86 FAQ at:

http://faq.solaris-x86.org/

Of course, one of the things that make Solaris stands head and shoulders above 
everything else is its superduper ( free) documentation system:

http://developers.sun.com/sxde/doc.jsp
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Re: Open Solaris HowTo on x86

2007-06-18 Thread Eric Boutilier

On Mon, 18 Jun 2007, W. Wayne Liauh wrote:

You can also try Dennis Clarke's A Step by Step Guide to Installing Solaris 
10:

http://www.blastwave.org/docs/s10u3_howto.html

I feel guilty for never bothering to send feedback to [EMAIL PROTECTED] .

There is also a Solaris x86 FAQ at:

http://faq.solaris-x86.org/

Of course, one of the things that make Solaris stands head and shoulders above 
everything else is its superduper ( free) documentation system:

http://developers.sun.com/sxde/doc.jsp


All excellent resources. There are a couple other good (read,
marketing-fluff free) Sun-generated ones too: BigAdmin Articles
and Sun Blueprints.

BigAdmin Articles/FAQs
http://www.sun.com/bigadmin/collections/recently_updated.html

Get updates via the BA newsletter:
http://www.sun.com/bigadmin/newsletter

Sun Blueprints
http://www.sun.com/blueprints/browsedate.html

Get updates via the BP newsletter
http://www.sun.com/blueprints/subscribe.html
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Re: Open Solaris HowTo on x86

2007-06-18 Thread Dennis Clarke

 On Mon, 18 Jun 2007, W. Wayne Liauh wrote:
 You can also try Dennis Clarke's A Step by Step Guide to Installing
 Solaris 10:

 http://www.blastwave.org/docs/s10u3_howto.html

 I feel guilty for never bothering to send feedback to
 [EMAIL PROTECTED] .


Mostly I get people that want two things :

1) How do I mirror the disks now ?

2) Can I do this with Solaris Express ?

and both are easy things to add in there.

Dennis

___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Open Solaris HowTo on x86

2007-06-18 Thread Dennis Clarke

 Hi List,

 Could you show me the refernce (e.g E-Book, Link, etc) that related with How
 to used Open Solaris from first installation (for x86) until software
 configuration.

  Can you give this a try :

  http://www.blastwave.org/docs/s10u3_howto.html

  if anything looks wrong .. bugs you or just isn't clear then please feel
free to drop me an email thats says hey man ...that is borked or any
feedback at all.

Dennis

___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


RE: [osol-discuss] Open Solaris HowTo on x86

2007-06-18 Thread Vineet Goel
How to download kernel source code?
I am interested in building kernel on x86.
Thanks 
Vineet
 

 Date: Mon, 18 Jun 2007 14:14:51 -0400 Subject: Re: [osol-discuss] Open 
 Solaris HowTo on x86 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC:   
   Hi List,   Could you show me the refernce (e.g E-Book, Link, etc) 
 that related with How  to used Open Solaris from first installation (for 
 x86) until software  configuration.  Can you give this a try :  
 http://www.blastwave.org/docs/s10u3_howto.html  if anything looks wrong .. 
 bugs you or just isn't clear then please feel free to drop me an email thats 
 says hey man ...that is borked or any feedback at all.  Dennis  
 ___ opensolaris-discuss mailing 
 list opensolaris-discuss@opensolaris.org
_
Make every IM count. Download Windows Live Messenger and join the i’m 
Initiative now. It’s free.  
http://im.live.com/messenger/im/home/?source=TAGWL_June07___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Open Solaris HowTo on x86

2007-06-18 Thread Sean McGrath - Sun Microsystems Ireland
Vineet Goel stated:
How to download kernel source code?
I am interested in building kernel on x86.

  you'd be looking for the OpenSolaris Developer's Reference Guide at:
  http://opensolaris.org/os/community/on/devref_toc/

  Theres a lot of docs there.

Regards,
Sean.
.
Thanks
Vineet
 
 
 
  --
 
 Date: Mon, 18 Jun 2007 14:14:51 -0400
 Subject: Re: [osol-discuss] Open Solaris HowTo on x86
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 CC:


  Hi List,
 
  Could you show me the refernce (e.g E-Book, Link, etc) that related
with How
  to used Open Solaris from first installation (for x86) until software
  configuration.

 Can you give this a try :

 http://www.blastwave.org/docs/s10u3_howto.html

 if anything looks wrong .. bugs you or just isn't clear then please feel
 free to drop me an email thats says hey man ...that is borked or any
 feedback at all.

 Dennis

 ___
 opensolaris-discuss mailing list
 opensolaris-discuss@opensolaris.org
 
  --
 
Make every IM count. Download Windows Live Messenger and join the i*m
Initiative now. It*s free.  Make it count!

 ___
 opensolaris-discuss mailing list
 opensolaris-discuss@opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Re: Announcing NexentaCP(b65) with ZFS/Boot integrated

2007-06-18 Thread andrewk9
 this doesn`t boot inside vmware (5.x or server 1.x)
 
 the VM crashes if you use virtual scsi disk.
 
 looks like a vmware issue

Yup - I get an unhandled win32 exception is module vmware-vmx.exe .

If you use IDE instead (the default with a Solaris guest on VMWare Server) then 
it works fine.

Cheers

Andrew.
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Problem with SAMBA

2007-06-18 Thread Alberto
hi.

i have installated Solaris Express Build 65 but i don't find where a have to 
start samba.

in the over build i use  /etc/init.d/samba start  in this?

thanks
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Problem with SAMBA

2007-06-18 Thread Christopher Gibbs

I believe samba is controlled as a service now.

Try this to see if it is running:
# svcs samba

Start and stop it like this:
# svcadm enable|disable samba

The config file is in /etc/sfw/ and the binary (should you need it) is
in /usr/sfw/sbin/ although it is probably  best to run it with svcadm.

- Chris

On 6/18/07, Alberto [EMAIL PROTECTED] wrote:

hi.

i have installated Solaris Express Build 65 but i don't find where a have to 
start samba.

in the over build i use  /etc/init.d/samba start  in this?

thanks


This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org




--
Christopher Gibbs
Email / LDAP Administrator
Web Integration  Programming
Abilene Christian University
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Re: Problem with SAMBA

2007-06-18 Thread andrewk9
Solaris 10 and upwards use a new Service Management Framework (SMF) in 
preference to the traditional raft of init scripts.

The 2 steps I used to get Samba working on Solaris Nevada:

1. Create /etc/sfw/smb.conf , perhaps based on /etc/sfw/smb.conf-example which 
Sun helpfully provide.

2. Start the Samba SMF service: svcadm enable samba.

You can then verify that Samba is running OK using svcs samba. You'll find 
the Samba binaries under /usr/sfw, which isn't in the default path. :-(

More info on SMF at 
http://opensolaris.org/os/project/smf-doc/smf-dev/smf-book.html  and of course 
the man pages for svcs and svcadm.

Cheers

Andrew.
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] LDAP Printing Problem on snv_66

2007-06-18 Thread Ken Mandelberg
I can print successfully to printers in printers.conf, but no printers coming 
from ldap.
For example these are the same printer first from ldap then from printers.conf

mathsunf(1,46): lpstat -a east
east not accepting requests since Mon Jun 18 17:33:49 2007
unknown reason
mathsunf(1,47): lpstat -a bitseast
bitseast accepting requests since Mon Jun 18 17:34:04 2007

mathsunf(1,48): ldaplist -l printers east
dn: printer-uri=east,ou=printers,dc=mathcs,dc=emory,dc=edu
sun-printer-bsdaddr: bits,east,Solaris
objectClass: top
objectClass: printerService
objectClass: printerAbstract
objectClass: sunPrinter
printer-name: east
printer-uri: east

mathsunf(1,49): cat /etc/printers.conf
bitseast:\
:bsdaddr=bits,east,Solaris:\
:description=hp east:


mathsunf(1,52): grep printer /etc/nsswitch.conf
printers:   user files ldap


This doesn't happen on Sol10 and my recollection is that it didn't happen os 
snv_55.

Is there a known issue with ldap printers?
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Re: Project Proposal: Fingerprint Authentication

2007-06-18 Thread Darren . Reed

MC wrote:


...

You can't dictionary brute force a fingerprint remotely, and you can't forget 
your finger :)

Good fingerprint authentication is better than passwords in dare I say every way, EXCEPT 
for when you are a high profile target who might be stalked for finger access.  The 
hordes of people out there using simple passwords like password would be 
better protected with any biometric.
 



I disagree.

Depending on the strength of the fingerprint device, the quality
of the fingerprint scan may be quite low.

In some cases, there have been fingerprint authentication
devices for PCs that have been fooled by very simple methods
of copying the fingerprint.

The fingerprint alone should never be enough to log you in,
despite what they show on movies.

The same is true for tokens that require PINs rather than just
the device themselves.

Ideally fingerprint'ing should only stand in place of entering in
your username - ie identifying you - and still require a password.

This falls in line with its use by law enforcement agencies:
to help them identify people who were possibly present.

Darren

___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Re: Suggestion: PCFS Open Development Project

2007-06-18 Thread Pedro Giffuni
Hi;

Just thought I'd mention ... There is a Google SoC project that is doing 
basically the same for FreeBSD. I am no fs expert but I did look up some 
insteresting stuff for them.

An old but rather nice reference for a FAT on UNIX implementation is this:

http://www.cs.cmu.edu/afs/cs/project/mach/public/www/doc/abstracts/dos-fs.html
They suggest some interesting extensions, but of course the FAT32 spec, that 
you already have, is key.

Another interesting thing to do is to add Extended Attributes:
http://www.tavi.co.uk/os2pages/eadata.html
IBM has a patent over those EAs, but you still probably want to have fsck 
respect them.
Finally, it would be really nice to have a defrag utility ported .. I think 
FreeDOS has one.

So yes.. there are a lot of interesting things to do on pcfs :).

 Pedro.
 
 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Are there any DDI interface to get cpu infomation and smp related?

2007-06-18 Thread borun_fu

Thx!
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

[osol-discuss] Does solaris support spin lock?

2007-06-18 Thread borun_fu

Does solaris have the similiar spin lock like linux spin_lock_t ?
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

[osol-discuss] Can't build ON source

2007-06-18 Thread joy get

Hi,

I tried to build the b63, but failed with quite a lot build errors. One
error info is like Id: fatal: relocation error: R_AMD64_32: file
./debug64/unix.o: symbol header_kstat_update: value 0xfb861a60 does
not fit.

The Solaris version on my system is snv_63. I didn't install the Developer
edition (which has sunstudio installed by default). I just installed the Sun
Studio 12 from Sun's web.

Would appreciate if anyone could give any suggestion on how to make the
build pass.

Thanks!
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Can't build ON source

2007-06-18 Thread Ian Collins
joy get wrote:
 Hi,
  
 I tried to build the b63, but failed with quite a lot build errors.
 One error info is like Id: fatal: relocation error: R_AMD64_32: file
 ./debug64/unix.o: symbol header_kstat_update: value 0xfb861a60
 does not fit.
  
 The Solaris version on my system is snv_63. I didn't install the
 Developer edition (which has sunstudio installed by default). I just
 installed the Sun Studio 12 from Sun's web.
  
The build instructions probably still tell you to use the correctly
patched studio 11 to build ON.

Ian
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Can't build ON source

2007-06-18 Thread Sherry Moore
You need to add the following line to your environment file:
__SSNEXT=

See usr/src/Makefile.master line 111 for details.

The error was caused by a change in the accepted compiler option for
specifying address mode.  With Studio 12 only -xmodel=kernel is
accepted, while with previous versions of the compiler both
-Wu,-xmodel=kernel and -xmodel=kernel were accepted (even though
we should have been using -xmodel=kernel all along).

Sherry

On Tue, Jun 19, 2007 at 12:52:39PM +0800, joy get wrote:
 Hi,
 
 I tried to build the b63, but failed with quite a lot build errors. One
 error info is like Id: fatal: relocation error: R_AMD64_32: file
 ./debug64/unix.o: symbol header_kstat_update: value 0xfb861a60 does
 not fit.
 
 The Solaris version on my system is snv_63. I didn't install the Developer
 edition (which has sunstudio installed by default). I just installed the Sun
 Studio 12 from Sun's web.
 
 Would appreciate if anyone could give any suggestion on how to make the
 build pass.
 
 Thanks!

 ___
 opensolaris-discuss mailing list
 opensolaris-discuss@opensolaris.org


-- 
Sherry Moore, Solaris Kernel Developmenthttp://blogs.sun.com/sherrym
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Qt 4.3 on SXDE!

2007-06-18 Thread Manish Chakravarty
Hi everyone,

I was able to compile qt 4.3 on my SXDE box at.

For those who are interested (or those who are into qt programming, but
are solaris newbies like me , read on  :-)  )

1) Install the JDS CBE (Java Desktop System Common Build Enviroment)
JDS CBE is small, it's installation is easy.
http://www.opensolaris.org/os/project/jds/contributing/building/;jsessionid=E77AD0746A96B028467460AAC38E8A93#jds-cbe

2) Get qt 4.3 and SunStudio 12

3) Source /opt/jdsbld/env.sh

4) a simple ./configure , make , make install is all you need to do!

One question: now that i have compiled qt with suncc (ss12) , can i use
gcc to compile applications that link to the sun-cc compiled qt?
I ask this cause this would greatly simplify going after KDE4 dependencies

Thanks
Manish

PS: I'll start going after KDE4 dependencies now.
begin:vcard
fn:Manish Chakravarty
n:Chakravarty;Manish
org:SpikeSource Inc;Solution Engineering
adr:;;;Bangalore;Karnataka;56008;India
email;internet:[EMAIL PROTECTED]
title:Associate Software Developer
tel;work:+91-8041810800
tel;fax:+91-8041810800
tel;pager:+91-9901030104
tel;home:+91-9901030104
tel;cell:+91-9901030104
x-mozilla-html:TRUE
url:http://manish-chaks.livejournal.com
version:2.1
end:vcard



signature.asc
Description: OpenPGP digital signature
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

RE: [osol-discuss] Can't build ON source

2007-06-18 Thread Lu, Baolu
I just got a successful b63 build on snv_63. The default sun studio seems 
working well.

 

Yours,
Allen



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of joy get
Sent: 2007年6月19日 12:53
To: opensolaris-discuss@opensolaris.org
Subject: [osol-discuss] Can't build ON source

 

Hi, 

 

I tried to build the b63, but failed with quite a lot build errors. One error 
info is like Id: fatal: relocation error: R_AMD64_32: file ./debug64/unix.o: 
symbol header_kstat_update: value 0xfb861a60 does not fit. 

 

The Solaris version on my system is snv_63. I didn't install the Developer 
edition (which has sunstudio installed by default). I just installed the Sun 
Studio 12 from Sun's web. 

 

Would appreciate if anyone could give any suggestion on how to make the build 
pass. 

 

Thanks!

___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

RE: [osol-discuss] Can't build ON source

2007-06-18 Thread Lu, Baolu
That's why I didn’t encounter such failure when using the default installed 
studio?

Where to get such heads-up information?


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sherry Moore
Sent: 2007年6月19日 13:01
To: joy get
Cc: opensolaris-discuss@opensolaris.org
Subject: Re: [osol-discuss] Can't build ON source

You need to add the following line to your environment file:
__SSNEXT=

See usr/src/Makefile.master line 111 for details.

The error was caused by a change in the accepted compiler option for
specifying address mode.  With Studio 12 only -xmodel=kernel is
accepted, while with previous versions of the compiler both
-Wu,-xmodel=kernel and -xmodel=kernel were accepted (even though
we should have been using -xmodel=kernel all along).

Sherry

On Tue, Jun 19, 2007 at 12:52:39PM +0800, joy get wrote:
 Hi,
 
 I tried to build the b63, but failed with quite a lot build errors. One
 error info is like Id: fatal: relocation error: R_AMD64_32: file
 ./debug64/unix.o: symbol header_kstat_update: value 0xfb861a60 does
 not fit.
 
 The Solaris version on my system is snv_63. I didn't install the Developer
 edition (which has sunstudio installed by default). I just installed the Sun
 Studio 12 from Sun's web.
 
 Would appreciate if anyone could give any suggestion on how to make the
 build pass.
 
 Thanks!

 ___
 opensolaris-discuss mailing list
 opensolaris-discuss@opensolaris.org


-- 
Sherry Moore, Solaris Kernel Developmenthttp://blogs.sun.com/sherrym
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Qt 4.3 on SXDE!

2007-06-18 Thread Ian Collins
Manish Chakravarty wrote:

 One question: now that i have compiled qt with suncc (ss12) , can i use
 gcc to compile applications that link to the sun-cc compiled qt?
 I ask this cause this would greatly simplify going after KDE4 dependencies

   
No, C++ ABI incompatibilities prevent this.

Ian
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Qt 4.3 on SXDE!

2007-06-18 Thread Manish Chakravarty


 No, C++ ABI incompatibilities prevent this.
   
So the best bet is to do the whole thing with SS12, as i understand.
begin:vcard
fn:Manish Chakravarty
n:Chakravarty;Manish
org:SpikeSource Inc;Solution Engineering
adr:;;;Bangalore;Karnataka;56008;India
email;internet:[EMAIL PROTECTED]
title:Associate Software Developer
tel;work:+91-8041810800
tel;fax:+91-8041810800
tel;pager:+91-9901030104
tel;home:+91-9901030104
tel;cell:+91-9901030104
x-mozilla-html:TRUE
url:http://manish-chaks.livejournal.com
version:2.1
end:vcard



signature.asc
Description: OpenPGP digital signature
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Can't build ON source

2007-06-18 Thread Sherry Moore
 That's why I didn??t encounter such failure when using the default installed 
 studio?
 
 Where to get such heads-up information?

Usually here
http://opensolaris.org/os/community/on/flag-days/

However I didn't find a heads-up addressing this particular compiler
option issue.

Sherry
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org