[osol-discuss] Can not use my own Solaris Express repository

2010-11-17 Thread Willi Burmeister
Hi all,

I'm trying to use the Solaris 11 express repository in my local
network without success. Here what I have done:

Depot server

- Updated to Solaris 11 express by hand

  % head -1 /etc/release
  Oracle Solaris 11 Express snv_151a X86

- created a new filesystem and made a copy of the iso image

  # zfs create -o mountpoint=/export/pkg zpool1/pkg
  # zfs set atime=off zpool1/pkg
  # rsync -aP /mnt/repo /export/pkg

- created a new depot server

  # svccfg -s svc:/application/pkg/server add mirror
  # svccfg -s pkg/server:mirror addpg pkg application
  # svccfg -s pkg/server:mirror addpg start method
  # svccfg -s pkg/server:mirror setprop pkg/inst_root=/export/pkg/repo
  # svccfg -s pkg/server:mirror setprop pkg/port = 1
  # svccfg -s pkg/server:mirror setprop pkg/readonly=true

  # svcadm refresh application/pkg/server:mirror
  # svcadm enable  application/pkg/server:mirror

I'm able to connect my browser to the repository and it tells me

  This repository serves a copy of the Oracle Solaris 11 Express 2010.11 
  Package repository. Information about packages is not available when the.
  server is operating in mirror mode.

So this part of the installation seems to be ok

Client system

- Updated to OpenSolaris 134b by hand

  % head -1 /etc/release
 OpenSolaris 2010.05 snv_134b X86

- tried to change the publisher

  # pkg set-publisher --non-sticky opensolaris.org
  # pkg set-publisher --non-sticky extra

  this worked ok, but

  # pkg set-publisher -P -g http://myserver:1/  solaris

  just gives me

pkg set-publisher: Could not refresh the catalog for solaris

  The repo README tells us to use:

  # pkg set-publisher -O http://myserver:1/  solaris

  but this gives the same error message

  # pkg publisher
  PUBLISHERTYPE STATUS   URI
  opensolaris.org (non-sticky, preferred) origin  online   
http://pkg.opensolaris.org/release/
  extra   (non-sticky) origin   online   
https://pkg.sun.com/opensolaris/extra/


Obviously I'm doing something wrong, but what.

Any help is appreciated

Thanks

Willi


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


Re: [osol-discuss] How is it possible for Oracle to be so stupid about open source?

2010-11-17 Thread Paul Harper
Apologies to all. 

Edward Ned Harvey  thanks for pointing out my bad behavior.

No more rants in future. 

I'll stick to technical questions/comments in future.
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] [OpenIndiana-discuss] Amnesiac LDAP Configuration

2010-11-17 Thread Chris Ridd

On 18 Nov 2010, at 02:41, Patrick O'Sullivan wrote:

> I've gotten a config working where I have Kerberos auth to AD and
> passwd lookups via LDAP to AD. I enable it, and it works fine, but on
> a reboot, it stops working. Please let me know if you have any
> thoughts as to why this happens. (This behavior is common to both
> oi147 and Solaris 11 Express.)
> 
> Configuring ldapclient:
> 
> $ sudo ldapclient -v manual -a credentialLevel=self -a
> authenticationMethod=sasl/gssapi -a defaultSearchBase=dc=osulvn,dc=net
> -a domainName=osulvn.net -a defaultServerList=ad1.osulvn.net -a
> attributeMap=passwd:gecos=cn -a
> attributeMap=passwd:homedirectory=unixHomeDirectory -a
> objectClassMap=group:posixGroup=group -a
> objectClassMap=passwd:posixAccount=user -a
> objectClassMap=shadow:shadowAccount=user -a
> serviceSearchDescriptor=passwd:cn=users,dc=osulvn,dc=net?one -a
> serviceSearchDescriptor=group:cn=users,dc=osulvn,dc=net?one
> ...
> System successfully configured
> $ getent passwd userfoo
> userfoo:x:20002:3:User Foo:/home/userfoo:/bin/bash
> 
> At this point I can login as userfoo with GSSAPI auth over ssh or with
> a password on the console.
> 
> After I reboot, I can no longer login as userfoo and 'getent' returns nothing.

Yes, I'm seeing the same. At the point it has lost its mojo (:-) what's in the 
/var/ldap/ldap_client_file and is your nsswitch.conf what it should be or has 
something changed them?

FWIW just re-running the ldapclient command (with flags) fixes things. I have a 
shell script that calls it with all our local values in, which makes things a 
little easier.

Cheers,

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


Re: [osol-discuss] Upgrade from a dev build?

2010-11-17 Thread Alan Coopersmith
Sivakumar Shanmugasundaram wrote:
>  Hello!
> 
> I am running build 146 (from internal/SWAN rep). Please let me know the
> steps for upgrading to Solaris 11 Express. Thanks

Follow the steps shown in the internal release notes at:
http://solaris.sfbay.sun.com/benet/S11/ReleaseNotes/snv_151a.txt

-- 
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

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


[osol-discuss] Upgrade from a dev build?

2010-11-17 Thread Sivakumar Shanmugasundaram

 Hello!

I am running build 146 (from internal/SWAN rep). Please let me know the 
steps for upgrading to Solaris 11 Express. Thanks


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


[osol-discuss] Solaris 11 Express release cycle and beyond?

2010-11-17 Thread Ivan Wang
Ok, S11 Express finally got out.

Is there any information on how the Express train will be going forward? like 
planned release cycle and whether it will be continued after official S11 
launches?

I still would like to stay with S11 express since I am not use it in any 
business or production. I didn't see release schedule from openinidiana.org 
either :(

Of course Oracle is tight lipped, just hoping these questions not fall into 
"classified" category..

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


[osol-discuss] Amnesiac LDAP Configuration

2010-11-17 Thread Patrick O'Sullivan
I've gotten a config working where I have Kerberos auth to AD and
passwd lookups via LDAP to AD. I enable it, and it works fine, but on
a reboot, it stops working. Please let me know if you have any
thoughts as to why this happens. (This behavior is common to both
oi147 and Solaris 11 Express.)

Configuring ldapclient:

$ sudo ldapclient -v manual -a credentialLevel=self -a
authenticationMethod=sasl/gssapi -a defaultSearchBase=dc=osulvn,dc=net
-a domainName=osulvn.net -a defaultServerList=ad1.osulvn.net -a
attributeMap=passwd:gecos=cn -a
attributeMap=passwd:homedirectory=unixHomeDirectory -a
objectClassMap=group:posixGroup=group -a
objectClassMap=passwd:posixAccount=user -a
objectClassMap=shadow:shadowAccount=user -a
serviceSearchDescriptor=passwd:cn=users,dc=osulvn,dc=net?one -a
serviceSearchDescriptor=group:cn=users,dc=osulvn,dc=net?one
...
System successfully configured
$ getent passwd userfoo
userfoo:x:20002:3:User Foo:/home/userfoo:/bin/bash

At this point I can login as userfoo with GSSAPI auth over ssh or with
a password on the console.

After I reboot, I can no longer login as userfoo and 'getent' returns nothing.

I have the following log:

Nov 17 21:29:29 oitest1 svc.startd[51]: [ID 293258 daemon.warning]
libsldap: Status: 2  Mesg: Unable to load configuration
'/var/ldap/ldap_client_file' ('').
Nov 17 21:29:47 oitest1 svc.startd[9]: [ID 293258 daemon.warning]
libsldap: Status: 2  Mesg: Unable to load configuration
'/var/ldap/ldap_client_file' ('').

ldapclient isn't running:

$ svcs -xv ldap/client:default
svc:/network/ldap/client:default (LDAP client)
 State: disabled since November 17, 2010 09:29:49 PM EST
Reason: Temporarily disabled by an administrator.
   See: http://sun.com/msg/SMF-8000-1S
   See: man -M /usr/share/man -s 1M ldap_cachemgr
Impact: This service is not running.

Manually enabling it doesn't help matters:

$ sudo svcadm enable ldap/client:default
$ svcs -xv ldap/client:default
svc:/network/ldap/client:default (LDAP client)
 State: online since November 17, 2010 09:35:40 PM EST
   See: man -M /usr/share/man -s 1M ldap_cachemgr
   See: /var/svc/log/network-ldap-client:default.log
Impact: None.
$ getent passwd userfoo
$

Why does it work before reboot but then loses its mojo when I reboot?
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] iSCSI boot supported on Solaris 11 Express??

2010-11-17 Thread Steven Acres
On Wed, Nov 17, 2010 at 2:24 PM, Dave Miner  wrote:

> On 11/17/10 01:43 PM, Cindy Swearingen wrote:
>
>> Hi--
>>
>> I believe the supported method is by using the auto install features.
>>
>> I don't know if you could exit the text-mode installer to make sure
>> the iSCSI target is available, and then jump back in.
>>
>> Someone from the install team should comment...
>>
>>
> That is the recommendation, whether you're using GUI or text installer.
>  Make the target available in the booted environment and it should be seen
> by the installer.
>
> Dave
>
>
>  Thanks,
>>
>> Cindy
>> On 11/17/10 11:05, carlopmart wrote:
>>
>>> On 11/17/2010 07:00 PM, Cindy Swearingen wrote:
>>>
 Hi--

 Yes, see the automated installer guide, here:

 http://docs.sun.com/app/docs/doc/820-6566/iediskrepo?l=en&a=view

 Example 4�6 Specifying an iSCSI Target

 Thanks,

 Cindy


>>> Thanks Cindy, but do I need to do this using automated installer?? Is
>>> not possible to install on an iSCSI disk using normal text installer
>>> only?
>>>
>>> Thanks.
>>>
>>>  ___
>> opensolaris-discuss mailing list
>> opensolaris-discuss@opensolaris.org
>>
>
> ___
> opensolaris-discuss mailing list
> opensolaris-discuss@opensolaris.org
>

And from Dave, you can take that as gospel! (Couldn't help myself there ...
)
On a serious note though, if you're using ^Solaris (or any OS for that
matter); become close friends with auto-installs (AI, jumpstart, kickstart,
et al). That and configuration management are the foundation of good
sysadmins.

-- 
Cheers,

Steven
---
Steven Acres
Toronto OpenSolaris User Group 
Leader
http://opensolaris.org/os/project/torosug
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Where do I post a problem/bug report on Solaris 11 express?

2010-11-17 Thread Pablo León
Thanks to everybody.

I'll check the workaround.

But before that i will read the whole FAQ and the release notes. <(
(this is a smile emoticon on my messy keyboard, lol)

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


Re: [osol-discuss] iSCSI boot supported on Solaris 11 Express??

2010-11-17 Thread Dave Miner

On 11/17/10 01:43 PM, Cindy Swearingen wrote:

Hi--

I believe the supported method is by using the auto install features.

I don't know if you could exit the text-mode installer to make sure
the iSCSI target is available, and then jump back in.

Someone from the install team should comment...



That is the recommendation, whether you're using GUI or text installer. 
 Make the target available in the booted environment and it should be 
seen by the installer.


Dave


Thanks,

Cindy
On 11/17/10 11:05, carlopmart wrote:

On 11/17/2010 07:00 PM, Cindy Swearingen wrote:

Hi--

Yes, see the automated installer guide, here:

http://docs.sun.com/app/docs/doc/820-6566/iediskrepo?l=en&a=view

Example 4�6 Specifying an iSCSI Target

Thanks,

Cindy



Thanks Cindy, but do I need to do this using automated installer?? Is
not possible to install on an iSCSI disk using normal text installer only?

Thanks.


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


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

Re: [osol-discuss] iSCSI boot supported on Solaris 11 Express??

2010-11-17 Thread Cindy Swearingen

Hi--

I believe the supported method is by using the auto install features.

I don't know if you could exit the text-mode installer to make sure
the iSCSI target is available, and then jump back in.

Someone from the install team should comment...

Thanks,

Cindy
On 11/17/10 11:05, carlopmart wrote:

On 11/17/2010 07:00 PM, Cindy Swearingen wrote:

Hi--

Yes, see the automated installer guide, here:

http://docs.sun.com/app/docs/doc/820-6566/iediskrepo?l=en&a=view

Example 4–6 Specifying an iSCSI Target

Thanks,

Cindy



Thanks Cindy, but do I need to do this using automated installer?? Is 
not possible to install on an iSCSI disk using normal text installer only?


Thanks.


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


Re: [osol-discuss] iSCSI boot supported on Solaris 11 Express??

2010-11-17 Thread carlopmart

On 11/17/2010 07:00 PM, Cindy Swearingen wrote:

Hi--

Yes, see the automated installer guide, here:

http://docs.sun.com/app/docs/doc/820-6566/iediskrepo?l=en&a=view

Example 4–6 Specifying an iSCSI Target

Thanks,

Cindy



Thanks Cindy, but do I need to do this using automated installer?? Is not possible 
to install on an iSCSI disk using normal text installer only?


Thanks.

--
CL Martinez
carlopmart {at} gmail {d0t} com
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] iSCSI boot supported on Solaris 11 Express??

2010-11-17 Thread Cindy Swearingen

Hi--

Yes, see the automated installer guide, here:

http://docs.sun.com/app/docs/doc/820-6566/iediskrepo?l=en&a=view

Example 4–6 Specifying an iSCSI Target

Thanks,

Cindy

On 11/17/10 10:43, carlopmart wrote:

Hi all,

 Is not possible to install Solaris 11 Express onto iSCSI disk?? I don't 
see anything about this on release notes or documentation ...


Thanks.

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


Re: [osol-discuss] python 3 not want to compile on solaris 11 express, returns an error

2010-11-17 Thread Edward Martinez

On 11/17/10 09:45, Alan Coopersmith wrote:

Edward Martinez wrote:

Hi,

Has anybody successfully complied Python-3.1.2 on Solaris 11 Exp? python-3.1.2 
compiles and installs both on opensolaris snv_134 and OpenIndiana.

I  have tried compiling different versions of python 3  but i still get the 
same error
After executing the make command, i get the following error in Solaris 11 exp.:

gcc -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  
-I. -IInclude -I./Include   -DPy_BUILD_CORE -o Modules/python.o 
./Modules/python.c
In file included from Include/Python.h:50,
  from ./Modules/python.c:3:
Include/pyport.h:282:76: math.h: No such file or directory

If you're missing math.h, then you failed to install some of the
system header packages.



  Hi,

 yeah, I failed to install was the "header-math" package, after 
i installed it,  got python3 to work:-)


Regards
Edward


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


Re: [osol-discuss] How is it possible for Oracle to be so stupid about open source?

2010-11-17 Thread Edward Ned Harvey
> From: opensolaris-discuss-boun...@opensolaris.org [mailto:opensolaris-
> discuss-boun...@opensolaris.org] On Behalf Of Paul Harper
> 
> Larry,

Larry isn't on this list.  You're not pooping on him by posting here.
You're pooping on the rest of us that also like open source software.  So
... You made my day a little bit worse.  What did I ever do to you?  It
wasn't very nice.

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


Re: [osol-discuss] python 3 not want to compile on solaris 11 express, returns an error

2010-11-17 Thread Alan Coopersmith
Edward Martinez wrote:
> Hi,
> 
> Has anybody successfully complied Python-3.1.2 on Solaris 11 Exp? 
> python-3.1.2 compiles and installs both on opensolaris snv_134 and 
> OpenIndiana.
> 
> I  have tried compiling different versions of python 3  but i still get the 
> same error
> After executing the make command, i get the following error in Solaris 11 
> exp.:
> 
> gcc -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes 
>  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o Modules/python.o 
> ./Modules/python.c
> In file included from Include/Python.h:50,
>  from ./Modules/python.c:3:
> Include/pyport.h:282:76: math.h: No such file or directory

If you're missing math.h, then you failed to install some of the
system header packages.


-- 
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

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


[osol-discuss] iSCSI boot supported on Solaris 11 Express??

2010-11-17 Thread carlopmart

Hi all,

 Is not possible to install Solaris 11 Express onto iSCSI disk?? I don't see 
anything about this on release notes or documentation ...


Thanks.
--
CL Martinez
carlopmart {at} gmail {d0t} com
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] How is it possible for Oracle to be so stupid about open source?

2010-11-17 Thread Paul Harper
Larry,

How is it possible for  Oracle to be so stupid about open source?

My god. 'Oracle' OpenOffice Org is not even in the package repository for 
"Oracle'  Solaris 11 Express. 

Are your staff asleep? Or are you?
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] python 3 not want to compile on solaris 11 express, returns an error

2010-11-17 Thread Edward Martinez
Hi,

Has anybody successfully complied Python-3.1.2 on Solaris 11 Exp? python-3.1.2 
compiles and installs both on opensolaris snv_134 and OpenIndiana.

I  have tried compiling different versions of python 3  but i still get the 
same error
After executing the make command, i get the following error in Solaris 11 exp.:

gcc -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes  
-I. -IInclude -I./Include   -DPy_BUILD_CORE -o Modules/python.o 
./Modules/python.c
In file included from Include/Python.h:50,
 from ./Modules/python.c:3:
Include/pyport.h:282:76: math.h: No such file or directory
./Modules/python.c: In function `char2wchar':
./Modules/python.c:66: warning: implicit declaration of function `mbrtowc'
make: *** [Modules/python.o] Error 1


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


Re: [osol-discuss] xwin and services

2010-11-17 Thread Alan Coopersmith
Deric Kwok wrote:
> Hi all
> 
> I am first in opensolaris. I will use it as server only and I have
> some questions
> 
> 1/ How can I remove unsued services?

If you mean remove the packages providing that software:
pkg uninstall 

If you mean just stop the services from running:
svcadm disable 

> 2/ How can I stop the xwindow in boot time? I can't see any level as
> same as linux inittab

svcadm disable gdm
inittab is pretty much obsolete now.

> 3/ ls it easy to add the open source package eg: apache

pkg install apache-22  (assuming you're on one of the last builds - 133
or later - the package names were different on the older builds).

> 4/ ls it easy to upgrade kernel as linux? eg: using yum

pkg image-update, though there are no more updates being published
for the OpenSolaris distro, so it really doesn't matter much.

-- 
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

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


Re: [osol-discuss] Old Versions

2010-11-17 Thread Miguel Garcia

Thanks,
Dont seem very intuitive... because looking to snv_ we don't have a clue 
of which release we are talking. If you look to a NVD entry I notice 
that ( http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-5010 ), 
and it is possible that Oracle/Sun made the submissions as a vendor of 
the products.


There is anyway to see the releases affected in some Oracle security 
advisory ?


Thanks


On 11/16/2010 05:31 PM, Alan Coopersmith wrote:

Miguel Garcia wrote:

Sorry, I'm a little bit confused now,

so

2008.05 snv_86 ( so, all snv_XX<   than 86 are from 2008.05 ? this apply
to all snv and releases right ?)

All bugs fixed in snv_01...snv_86 are fixed in 2008.05.
Bugs that were reported in snv_85 or earlier may or may not affect 2008.05,
since they might have been fixed in snv_86 or might be fixed later than that
(or not yet fixed at all).

There were other releases prior to 2008.05, like Solaris Express Developer
Edition, but those are now ancient history.


2008.11 snv_101 ( 86<   snv<=101 )
2009.06 snv_111 (101<   snv<=111)
2010.11 snv_151 =>   Solaris 11 Express, as Ken Mays said, so 2009.06 was
Oracle Solaris 10? At least should be because what you said.

No, Oracle Solaris 10 is a different product line.   "snv" is short for
"Solaris Nevada", the code name for the OS product line based on the 5.11
kernel.   Solaris 10 is the product line based on the 5.10 kernel.



--
Miguel Garcia
http://homepages.lasige.di.fc.ul.pt/~mhenriques
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] solaris 11 express and xvm

2010-11-17 Thread Joe Bonasera


Bruno,

I run windows as a VirtualBox guest on a Solaris 11 Express server.

VirtualBox is pretty flexible about what it can use for virtual
disk drives, so you can even configure it to directly use a
zvol or just create a new zfs file system to hold the disk images.
There aren't Solaris specific examples of that in the
VirtualBox documentation, but it's not too hard to figure out.

Lastest stuff available at www.virtualbox.org

Joe

> Date: Wed, 17 Nov 2010 10:50:58 +0100 (CET)
> From: Bruno Damour 
> To: david comay 
> Subject: Re: [osol-discuss] solaris 11 express and xvm
>
> Yes, hence my surprise to find dom0 x64 support in Solaris 11 Express.

I believe the engineering work to remove dom0 was just not completed in
time for the release.

> Anyway, even w/ issues, that is the only solution for me to upgrade, and that 
is a good surprise.
>
> I use a couple of HVM (windows) guests on my home server (ow a windows 2008r2 
test AD controller) installed
> on zvols and it has been very satisfactory with snv_134 so far. I can't see 
any other solution who would
> let me use full zfs power and still have my windows guests running on the 
same machine.
> ESXi wouldn't allow passthrough to a (open)solaris guest afaik.
>
> Any comments welcome.

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


[osol-discuss] xwin and services

2010-11-17 Thread Deric Kwok
Hi all

I am first in opensolaris. I will use it as server only and I have
some questions

1/ How can I remove unsued services?

2/ How can I stop the xwindow in boot time? I can't see any level as
same as linux inittab

3/ ls it easy to add the open source package eg: apache

4/ ls it easy to upgrade kernel as linux? eg: using yum

5/ Any good document help

Thank you so much
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Where do I post a problem/bug report on Solaris 11 express?

2010-11-17 Thread Chris Ridd

On 17 Nov 2010, at 15:53, Brian Ruthven - Solaris Network Sustaining - Oracle 
UK wrote:

> 
> Chris Ridd wrote:
>> On 17 Nov 2010, at 15:21, Joerg Schilling wrote:
>>> hris Ridd  wrote:
 On 17 Nov 2010, at 14:46, Pablo León wrote:
> And my Spanish keyboard mapping is a mess. It was OK on b134 and is a 
> mess on OpenIndiana (oi_147) too.
> 
> 
 Keyboard configuration changed in July, so that change got into OI as well 
 as S11.
 
 Does this help: 
 
 ?
   
 
>>> The keyboard mapping is now really unusable this is a result of an 
>>> incompatible interface change on July 20th, where the default fallback 
>>> configuration 
>>> possibility in /etc/default/kbd was replaced by incompatible new code based 
>>> on 
>>> SMF.
>>> 
>>> 
>> It took a reboot for my workstation to recognise that I wanted "UK-English" 
>> as my layout - refreshing and restarting the service didn't appear to work.
>> 
>> But the layout change worked on reboot.
>>   
>> 
> 
> I suspect you will find that restarting your X session (either by logging out 
> manually or by restarting gdm to force a logout) would also work without 
> rebooting.

I think I tried that, but gdm still treated my "\" key as a "<".

> I logged http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6976214 
> for this issue.
> The "workaround" is simple enough, and is actually the end result you want 
> anyway.

I didn't try restarting hal though.

Cheers,

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


Re: [osol-discuss] Where do I post a problem/bug report on Solaris 11 express?

2010-11-17 Thread Brian Ruthven - Solaris Network Sustaining - Oracle UK


Chris Ridd wrote:

On 17 Nov 2010, at 15:21, Joerg Schilling wrote:

hris Ridd  wrote:

On 17 Nov 2010, at 14:46, Pablo León wrote:

And my Spanish keyboard mapping is a mess. It was OK on b134 and is a mess on 
OpenIndiana (oi_147) too.


Keyboard configuration changed in July, so that change got into OI as well as 
S11.

Does this help: 
?
  
The keyboard mapping is now really unusable this is a result of an 
incompatible interface change on July 20th, where the default fallback configuration 
possibility in /etc/default/kbd was replaced by incompatible new code based on 
SMF.


It took a reboot for my workstation to recognise that I wanted "UK-English" as 
my layout - refreshing and restarting the service didn't appear to work.

But the layout change worked on reboot.
  


I suspect you will find that restarting your X session (either by 
logging out manually or by restarting gdm to force a logout) would also 
work without rebooting.


I logged 
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6976214 for 
this issue.
The "workaround" is simple enough, and is actually the end result you 
want anyway.


--
Brian Ruthven
Solaris Network RPE (Sustaining)
Oracle UK

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

Re: [osol-discuss] Where do I post a problem/bug report on Solaris 11 express?

2010-11-17 Thread Chris Ridd

On 17 Nov 2010, at 15:21, Joerg Schilling wrote:

> Chris Ridd  wrote:
> 
>> 
>> On 17 Nov 2010, at 14:46, Pablo León wrote:
>> 
>>> Hi
>>> 
>>> Just upgraded from b134 to Sol11xp.
>>> 
>>> And my Spanish keyboard mapping is a mess. It was OK on b134 and is a mess 
>>> on OpenIndiana (oi_147) too.
>> 
>> Keyboard configuration changed in July, so that change got into OI as well 
>> as S11.
>> 
>> Does this help: 
>> ?
> 
> The keyboard mapping is now really unusable this is a result of an 
> incompatible interface change on July 20th, where the default fallback 
> configuration 
> possibility in /etc/default/kbd was replaced by incompatible new code based 
> on 
> SMF.

It took a reboot for my workstation to recognise that I wanted "UK-English" as 
my layout - refreshing and restarting the service didn't appear to work.

But the layout change worked on reboot.

Cheers,

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


Re: [osol-discuss] Where do I post a problem/bug report on Solaris 11 express?

2010-11-17 Thread Alan Coopersmith
Pablo León wrote:
> Hi
> 
> Just upgraded from b134 to Sol11xp.
> 
> And my Spanish keyboard mapping is a mess. It was OK on b134 and is a mess on 
> OpenIndiana (oi_147) too.
> 
> No support contract (pretty obvious).
> 
> Where a I can tell Solaris developers what is wrong?

http://bugs.opensolaris.org/  (One of the FAQs points there.)

Note that the way to set the keyboard mappings changed a bit:
http://static.opensolaris.org/on/flagdays/pages/20100720182505.html

-- 
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

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

Re: [osol-discuss] Where do I post a problem/bug report on Solaris 11 express?

2010-11-17 Thread Joerg Schilling
Chris Ridd  wrote:

>
> On 17 Nov 2010, at 14:46, Pablo León wrote:
>
> > Hi
> > 
> > Just upgraded from b134 to Sol11xp.
> > 
> > And my Spanish keyboard mapping is a mess. It was OK on b134 and is a mess 
> > on OpenIndiana (oi_147) too.
>
> Keyboard configuration changed in July, so that change got into OI as well as 
> S11.
>
> Does this help: 
> ?

The keyboard mapping is now really unusable this is a result of an 
incompatible interface change on July 20th, where the default fallback 
configuration 
possibility in /etc/default/kbd was replaced by incompatible new code based on 
SMF.

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Where do I post a problem/bug report on Solaris 11 express?

2010-11-17 Thread Chris Ridd

On 17 Nov 2010, at 14:46, Pablo León wrote:

> Hi
> 
> Just upgraded from b134 to Sol11xp.
> 
> And my Spanish keyboard mapping is a mess. It was OK on b134 and is a mess on 
> OpenIndiana (oi_147) too.

Keyboard configuration changed in July, so that change got into OI as well as 
S11.

Does this help: 
?

Cheers,

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


Re: [osol-discuss] Where do I post a problem/bug report on Solaris 11 express?

2010-11-17 Thread Edward Martinez
> Hi
> 
> Just upgraded from b134 to Sol11xp.
> 
> And my Spanish keyboard mapping is a mess. It was OK
> on b134 and is a mess on OpenIndiana (oi_147) too.
> 
> No support contract (pretty obvious).
> 
> Where a I can tell Solaris developers what is wrong?
> 
> I'm not paying, but they wanna know what's wrong in
> the product for sure.
> 
> - Pablo

Hi,

 I assume they would much prefer a bug report:
  http://bugs.opensolaris.org/

Since they really don't want issues and questions that pertains to sol 11 ex to 
be posted at these forums. 

Article:
"I hesitate writing this entry, because no good can come of it. But I want you 
to grasp the new reality.

This is mail that just came across the OpenSolaris Security list:

On 11/03/10 20:07, Pete Chan wrote:
> Hello. Does any one know if Oracle has any plans in incorporating SSH
> HPN in the new release of Solaris?

Oracle's plans for features in future releases of Solaris are unlikely to be 
communicated here.

Please contact Oracle via your normal support/sales channels.

-- 
Darren J Moffat 

WOW! Talk about slamming the door on the fingers. Not even the courtesy of a BS 
response like "Good idea" or "Unlikely due to its current state" or 
something just slams the door. I'm amazed and saddened."

http://www.cuddletech.com/blog/pivot/entry.php?id=1148
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Where do I post a problem/bug report on Solaris 11 express?

2010-11-17 Thread Pablo León
Hi

Just upgraded from b134 to Sol11xp.

And my Spanish keyboard mapping is a mess. It was OK on b134 and is a mess on 
OpenIndiana (oi_147) too.

No support contract (pretty obvious).

Where a I can tell Solaris developers what is wrong?

I'm not paying, but they wanna know what's wrong in the product for sure.

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


[osol-discuss] web-event-Oracle Solaris 11 Express: The Future of Solaris Now

2010-11-17 Thread Edward Martinez
yeah, I've got a few questions to ask, like, where is the code? if it is has 
not been released by then. 
each day i appreciate openindiana, illumos more and more, thanks! 

(Event Date: 12/07/2010 09:00 AM Pacific Standard Time

Throughout the Webcast, you’ll have the opportunity to participate in a live 
chat with Oracle Solaris experts to get your questions answered about the new 
Oracle Solaris 11 Express operating system.)

https://event.on24.com/eventRegistration/EventLobbyServlet?target=registration.jsp&eventid=256948&sessionid=1&key=A7A8E5637FD25BAC80FB208859C74FBE&partnerref=productpages&sourcepage=register
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Re: [osol-discuss] solaris 11 express and xvm

2010-11-17 Thread Bruno Damour
Yes, hence my surprise to find dom0 x64 support in Solaris 11 Express.

Anyway, even w/ issues, that is the only solution for me to upgrade, and that 
is a good surprise.

I use a couple of HVM (windows) guests on my home server (ow a windows 2008r2 
test AD controller) installed on zvols and it has been very satisfactory with 
snv_134 so far.
I can't see any other solution who would let me use full zfs power and still 
have my windows guests running on the same machine. 
ESXi wouldn't allow passthrough to a (open)solaris guest afaik.

Any comments welcome.

- Mail Original -
De: "david comay" 
À: opensolaris-discuss@opensolaris.org
Envoyé: Mercredi 17 Novembre 2010 07h41:21 GMT +01:00 Amsterdam / Berlin / 
Berne / Rome / Stockholm / Vienne
Objet: Re: [osol-discuss] solaris 11 express and xvm

> Does that mean that xvm is supported to use solaris 11 express as Dom0 ?

Yes, the xVM packages are still present in 2010.11 although there are
known issues with them.  And though the packages are there and I can't
speak to the dom0 roadmap, I should point out the following approved
ARC case from earlier this year

PSARC/2010/250  EOF of Solaris xVM dom0
closed approved fast-track 07/07/2010

(from http://arc.opensolaris.org/caselog/PSARC/2010/)

domU support is available in 2010.11, both in PV and in HVM mode.
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org