[install-discuss] [pkg-discuss] "pkg help" error

2008-09-25 Thread Shawn Walker
sin wrote: > Thanks all. > I compiled and installed the package pyOpenSSL-0.7.tar.gz, then the issue is > fixed. > > To Shawn: > After i compiled pkg-gate,there are several packages generated include > SUNWpython-cherrypy and > Sunwpython-pyopenssl, are they pyOpenSSL and Cherrypy. Yes. -- Sh

[install-discuss] [pkg-discuss] "pkg help" error

2008-09-25 Thread sin
Thanks all. I compiled and installed the package pyOpenSSL-0.7.tar.gz, then the issue is fixed. To Shawn: After i compiled pkg-gate,there are several packages generated include SUNWpython-cherrypy and Sunwpython-pyopenssl, are they pyOpenSSL and Cherrypy. -- This message posted from opensolaris.

[install-discuss] repository/install nomenclature question

2008-09-25 Thread Rich Reynolds
quick install question... i did the following: pkg image-create -F -a opensolaris.org=http://pkg.opensolaris.org /a pkg refresh pkg install entire at 0.5.11-0.95 pkg install SUNWcsd SUNWcs pkg install redistributable ... some follow up stuff to get it to boot ... and was surprised to see SNV_98 a

[install-discuss] [pkg-discuss] "pkg help" error

2008-09-25 Thread johan...@sun.com
If he's building on Nevada instead of Indiana, it's possible he got compilation errors trying to build pyOpenSSL. For whatever reason, the build script doesn't appear to stop when this portion of the build fails. When I'm building on Nevada, I add these CFLAGS to the environment, and pyOpenSSL wi

[install-discuss] Jumpstart installation snv_90 and snv_95 fallback to

2008-09-25 Thread mario heimel
when this bug goes into U6 final then ... good night. Mario -- This message posted from opensolaris.org

[install-discuss] Jumpstart installation snv_90 and snv_95 fallback to

2008-09-25 Thread mary ding
Gilles: This had been a known issue since snv_78 6633017 - b78 doesn't jumpstart on x86, AND b81 sparc has the same problem Workaround: Get rid of the netmask= entry in your sysidcfg file. E.g., change this: network_interface=primary { protocol_ipv6=no netmask=255.255.255.0 } to this: netw

[install-discuss] "pkg help" error

2008-09-25 Thread Shawn Walker
sin wrote: > Hi guys: > > I have downloaded the pkg-gate source, and succeeded to compile the packages. > After installed the SUNWipkg, I runned "pkg help ",then follow errror info > out: > > Traceback (most recent call last): > File "/usr/bin/pkg", line 59, in ? > import OpenSSL.crypto >

[install-discuss] Jumpstart installation snv_90 and snv_95 fallback to

2008-09-25 Thread Gilles Dauphin
The workaround: -- network_interface=primary { protocol_ipv6=no netmask=255.255.255.0 } Changing this to ... network_interface=primary { protocol_ipv6=no } -- I have this bug on B98 too. -- This message posted from opensolaris.org

[install-discuss] Jumpstart installation snv_90 and snv_95 fallback to

2008-09-25 Thread mario heimel
i use JET 4.4.5 but i can't see any workaround, the jumpstart installation fallback to interactive mode with nv95. Mario -- This message posted from opensolaris.org

[install-discuss] "pkg help" error

2008-09-25 Thread sin
Hi guys: I have downloaded the pkg-gate source, and succeeded to compile the packages. After installed the SUNWipkg, I runned "pkg help ",then follow errror info out: Traceback (most recent call last): File "/usr/bin/pkg", line 59, in ? import OpenSSL.crypto ImportError: No module named Ope