From dam at opencsw.org Thu Oct 3 20:50:43 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 3 Oct 2013 20:50:43 +0200 Subject: [csw-users] GCC 4.8.1 In-Reply-To: <523AE510.1090203@tbricks.com> References: <523ACF01.7050706@tbricks.com> <523AE510.1090203@tbricks.com> Message-ID: Hi Dmitri, Am 19.09.2013 um 13:50 schrieb Dmitri Shubin : > Thank you for detailed explanation. > > I successfully built it for my self and was just curious why it's still not in OpenCSW. > Now I know :) A fixed 4.8.0 has just been pushed to unstable and 4.8.1 is building right now. I'll keep you posted when it is released. Best regards -- Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From dam at opencsw.org Sat Oct 5 18:28:08 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Sat, 5 Oct 2013 18:28:08 +0200 Subject: [csw-users] OpenCSW question about package rrdtool In-Reply-To: <201310051613.r95GD2Pc005529@www.opencsw.org> References: <201310051613.r95GD2Pc005529@www.opencsw.org> Message-ID: Hi Brent, Am 05.10.2013 um 18:13 schrieb brent.cadd at genband.com: > I\'m attempting to use the rrdtool with perl based threads but the > CSWpm-rrdtool appears to be based on non-thread usage. I\'m seeing > the rrd thread library in place (/opt/csw/lib). > >> l /opt/csw/lib | grep rrd > lrwxrwxrwx 1 root root 18 Oct 5 11:33 librrd_th.so.4 -> librrd_th.so.4.2.0 > -rwxr-xr-x 1 root bin 382400 Jan 24 2012 librrd_th.so.4.2.0 > lrwxrwxrwx 1 root root 15 Oct 5 11:33 librrd.so.4 -> librrd.so.4.2.0 > -rwxr-xr-x 1 root bin 384812 Jan 24 2012 librrd.so.4.2.0 > > But, does csw allow a package (eg. CSWpm-rrdtool_r ) to exist which > has the perl environment enabled to use the thread rrd library? Or > do we have to point a configure parameter at the librrd_th.so.4 file > somewhere within the /opt/csw/lib/perl directory to be able to use > the RRDs::create_r routine, perhaps??? > > Not sure how to get the csw environment setup correctly? Are you sure it is possible at all to use the thread-safe API in a Perl threads environment? Some years ago it was not: https://lists.oetiker.ch/pipermail/rrd-developers/2005-November/001635.html From what I see I doubt the threadsafe-functions were included by now: https://github.com/oetiker/rrdtool-1.x/blob/master/bindings/perl-shared/RRDs.xs#L168 Please understand that adding this feature is would be upstream work for Tobi et al. and is beyond the scope of a packaging project. But as I may be mistaken you could ask on the rrdtool developts mailing list: http://oss.oetiker.ch/rrdtool/support.en.html It would be nice if you would drop me a note about your findings. If you have further suggestions on enhancing the packaging or adding compile flags just let me know. Best regards -- Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From dam at opencsw.org Mon Oct 7 10:59:43 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 7 Oct 2013 10:59:43 +0200 Subject: [csw-users] OpenCSW question about package rrdtool In-Reply-To: References: <201310051613.r95GD2Pc005529@www.opencsw.org> Message-ID: Hi Brent, Am 06.10.2013 um 00:54 schrieb Brent Cadd : > Some good thoughts... Let me do some more research on your links? > > Found on the main rrdtools web page a reference in that he had implemented a thread safe > library called "librrd_th" and that the -lrrd_th option needs to be used when linking it (See > second link below...). > > http://oss.oetiker.ch/rrdtool/index.en.html > > http://oss.oetiker.ch/rrdtool/prog/rrdthreads.en.html > > On the a solaris box where csw rrdtools package is installed, I'm able to see the *_r function objects > using the "nm" command to list the contents of librrd_th.so library that he is talking about on his web > site, but not sure about this (need your expert help and thoughts here?). > > solaris: cd /opt/csw/lib > solaris: l *rrd* > lrwxrwxrwx 1 root root 18 Oct 5 11:33 librrd_th.so.4 -> librrd_th.so.4.2.0 > -rwxr-xr-x 1 root bin 382400 Jan 24 2012 librrd_th.so.4.2.0 > lrwxrwxrwx 1 root root 15 Oct 5 11:33 librrd.so.4 -> librrd.so.4.2.0 > -rwxr-xr-x 1 root bin 384812 Jan 24 2012 librrd.so.4.2.0 > solaris: /usr/ccs/bin/nm librrd_th.so.4.2.0 | grep '_r' > ? > [664] | 86232| 4448|FUNC |GLOB |0 |11 |rrd_create_r > [515] | 107176| 7140|FUNC |GLOB |0 |11 |rrd_dump_cb_r > [165] | 114360| 160|FUNC |LOCL |2 |11 |rrd_dump_opt_r > [603] | 114520| 16|FUNC |GLOB |0 |11 |rrd_dump_r > [631] | 116488| 80|FUNC |GLOB |0 |11 |rrd_fetch_r > [718] | 96400| 384|FUNC |GLOB |0 |11 |rrd_first_r > [552] | 38320| 3008|FUNC |GLOB |0 |11 |rrd_info_r > [725] | 94688| 72|FUNC |GLOB |0 |11 |rrd_last_r > [489] | 95392| 680|FUNC |GLOB |0 |11 |rrd_lastupdate_r > [105] | 46028| 8|FUNC |LOCL |2 |11 |rrd_notify_row > [481] | 70484| 96|FUNC |GLOB |0 |11 |rrd_random > [490] | 45552| 144|FUNC |GLOB |0 |11 |rrd_read > [579] | 118796| 2792|FUNC |GLOB |0 |11 |rrd_resize > [346] | 0| 0|FILE |LOCL |0 |ABS |rrd_resize.c > [620] | 106676| 416|FUNC |GLOB |0 |11 |rrd_restore > [311] | 0| 0|FILE |LOCL |0 |ABS |rrd_restore.c > [252] | 0| 0|FILE |LOCL |0 |ABS |rrd_rpncalc.c > [175] | 46036| 64|FUNC |LOCL |2 |11 |rrd_select_initial_row > [722] | 72756| 16|FUNC |GLOB |0 |11 |rrd_update_r > ? > > Tobias is talking about threading but for a limited of number of rrd commands which appear now to > be thread safe, but again, need your thoughts here? What I am saying is that the thread-safe function did not make it into the Perl bindings: https://lists.oetiker.ch/pipermail/rrd-developers/2005-November/001636.html I suggest asking on the devel list for clarification. Best regards -- Dago > > Thanks for the quick reply? awesome? > > > Brent Cadd > Senior Software Engineer > > 4001 E. Chapel Hill-Nelson Hwy > RTP, NC 27709 USA > www.genband.com > office:+1.919.457.9552 > nsp hotline: +1.919.457.9800 > brent.cadd at genband.com > > Connect with us: > -----Original Message----- > From: Dagobert Michelsen [mailto:dam at opencsw.org] > Sent: Saturday, October 05, 2013 12:28 PM > To: Brent Cadd > Cc: Questions and discussions > Subject: Re: OpenCSW question about package rrdtool > > Hi Brent, > > Am 05.10.2013 um 18:13 schrieb brent.cadd at genband.com: > > I\'m attempting to use the rrdtool with perl based threads but the > > CSWpm-rrdtool appears to be based on non-thread usage. I\'m seeing > > the rrd thread library in place (/opt/csw/lib). > > > >> l /opt/csw/lib | grep rrd > > lrwxrwxrwx 1 root root 18 Oct 5 11:33 librrd_th.so.4 -> librrd_th.so.4.2.0 > > -rwxr-xr-x 1 root bin 382400 Jan 24 2012 librrd_th.so.4.2.0 > > lrwxrwxrwx 1 root root 15 Oct 5 11:33 librrd.so.4 -> librrd.so.4.2.0 > > -rwxr-xr-x 1 root bin 384812 Jan 24 2012 librrd.so.4.2.0 > > > > But, does csw allow a package (eg. CSWpm-rrdtool_r ) to exist which > > has the perl environment enabled to use the thread rrd library? Or > > do we have to point a configure parameter at the librrd_th.so.4 file > > somewhere within the /opt/csw/lib/perl directory to be able to use > > the RRDs::create_r routine, perhaps??? > > > > Not sure how to get the csw environment setup correctly? > > Are you sure it is possible at all to use the thread-safe API in a Perl threads > environment? Some years ago it was not: > https://lists.oetiker.ch/pipermail/rrd-developers/2005-November/001635.html > From what I see I doubt the threadsafe-functions were included by now: > https://github.com/oetiker/rrdtool-1.x/blob/master/bindings/perl-shared/RRDs.xs#L168 > > Please understand that adding this feature is would be upstream work for Tobi et al. > and is beyond the scope of a packaging project. But as I may be mistaken you could > ask on the rrdtool developts mailing list: > http://oss.oetiker.ch/rrdtool/support.en.html > > It would be nice if you would drop me a note about your findings. > If you have further suggestions on enhancing the packaging or adding compile > flags just let me know. > > > Best regards > > -- Dago > > > > -- > "You don't become great by trying to be great, you become great by wanting to do something, > and then doing it so hard that you become great in the process." - xkcd #896 -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From dam at opencsw.org Mon Oct 7 14:54:31 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 7 Oct 2013 14:54:31 +0200 Subject: [csw-users] GCC 4.8.1 In-Reply-To: References: <523ACF01.7050706@tbricks.com> <523AE510.1090203@tbricks.com> Message-ID: Hi Dmitri, Am 03.10.2013 um 20:50 schrieb Dagobert Michelsen : > Am 19.09.2013 um 13:50 schrieb Dmitri Shubin : >> Thank you for detailed explanation. >> >> I successfully built it for my self and was just curious why it's still not in OpenCSW. >> Now I know :) > > A fixed 4.8.0 has just been pushed to unstable and 4.8.1 is building right now. > I'll keep you posted when it is released. GCC 4.8.1 has been pushed to unstable. Feel free to test it and give feedback. Best regards -- Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From sbn at tbricks.com Mon Oct 7 15:13:06 2013 From: sbn at tbricks.com (Dmitri Shubin) Date: Mon, 07 Oct 2013 17:13:06 +0400 Subject: [csw-users] GCC 4.8.1 In-Reply-To: References: <523ACF01.7050706@tbricks.com> <523AE510.1090203@tbricks.com> Message-ID: <5252B362.60702@tbricks.com> Hi Dagobert, On 10/07/2013 04:54 PM, Dagobert Michelsen wrote: > Hi Dmitri, > > Am 03.10.2013 um 20:50 schrieb Dagobert Michelsen : >> Am 19.09.2013 um 13:50 schrieb Dmitri Shubin : >>> Thank you for detailed explanation. >>> >>> I successfully built it for my self and was just curious why it's still not in OpenCSW. >>> Now I know :) >> A fixed 4.8.0 has just been pushed to unstable and 4.8.1 is building right now. >> I'll keep you posted when it is released. > > GCC 4.8.1 has been pushed to unstable. Feel free to test it and give feedback. > Great! Thank you! But now I have root at node8 $ /opt/csw/bin/pkgutil -U => Fetching new catalog and descriptions (http://mirror.opencsw.org/opencsw/unstable/i386/5.10) if available ... ==> 4065 packages loaded from /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_unstable_i386_5.10 root at node8 $ /opt/csw/bin/pkgutil -a | grep gcc4 | grep 4.8 gcc4ada CSWgcc4ada 4.8.0,REV=2013.09.30 64.0 MB gcc4core CSWgcc4core 4.8.0,REV=2013.09.30 111.6 MB gcc4g++ CSWgcc4g++ 4.8.0,REV=2013.09.30 37.1 MB gcc4gfortran CSWgcc4gfortran 4.8.0,REV=2013.09.30 33.5 MB gcc4java CSWgcc4java 4.8.0,REV=2013.09.30 39.2 MB gcc4objc CSWgcc4objc 4.8.0,REV=2013.09.30 29.3 MB From dam at opencsw.org Mon Oct 7 15:36:07 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 7 Oct 2013 15:36:07 +0200 Subject: [csw-users] GCC 4.8.1 In-Reply-To: <5252B362.60702@tbricks.com> References: <523ACF01.7050706@tbricks.com> <523AE510.1090203@tbricks.com> <5252B362.60702@tbricks.com> Message-ID: <9371A7E9-9F09-4DD4-8EA1-F5AF5027450F@opencsw.org> Hi, Am 07.10.2013 um 15:13 schrieb Dmitri Shubin : > On 10/07/2013 04:54 PM, Dagobert Michelsen wrote: >> Am 03.10.2013 um 20:50 schrieb Dagobert Michelsen : >>> Am 19.09.2013 um 13:50 schrieb Dmitri Shubin : >>>> Thank you for detailed explanation. >>>> >>>> I successfully built it for my self and was just curious why it's still not in OpenCSW. >>>> Now I know :) >>> A fixed 4.8.0 has just been pushed to unstable and 4.8.1 is building right now. >>> I'll keep you posted when it is released. >> >> GCC 4.8.1 has been pushed to unstable. Feel free to test it and give feedback. > > Great! Thank you! > > But now I have > > root at node8 $ /opt/csw/bin/pkgutil -U > => Fetching new catalog and descriptions (http://mirror.opencsw.org/opencsw/unstable/i386/5.10) if available ... > ==> 4065 packages loaded from /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_unstable_i386_5.10 > root at node8 $ /opt/csw/bin/pkgutil -a | grep gcc4 | grep 4.8 > gcc4ada CSWgcc4ada 4.8.0,REV=2013.09.30 64.0 MB > gcc4core CSWgcc4core 4.8.0,REV=2013.09.30 111.6 MB > gcc4g++ CSWgcc4g++ 4.8.0,REV=2013.09.30 37.1 MB > gcc4gfortran CSWgcc4gfortran 4.8.0,REV=2013.09.30 33.5 MB > gcc4java CSWgcc4java 4.8.0,REV=2013.09.30 39.2 MB > gcc4objc CSWgcc4objc 4.8.0,REV=2013.09.30 29.3 MB Waaaaaiiit! I just uploaded it, it takes minimum 6 hours to sync. Best regards -- Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From th.schreiber at ndr.de Tue Oct 8 09:27:16 2013 From: th.schreiber at ndr.de (th.schreiber at ndr.de) Date: Tue, 8 Oct 2013 09:27:16 +0200 Subject: Paket reinstall Message-ID: Helo and very good morning! I've installed some pakets and because of an failure, the paket wasn'd finally installed. No problem, I thougth, I reinstalled it with pkgutil -r (remove) pkgutil -i -f nrpe (install with force) and it says: #> /opt/csw/bin/pkgutil -i -f nrpe Checking integrity of /var/opt/csw/pkgutil/catalog.ftp.uni-erlangen.de_pub_mirrors_csw_testing_i386_5.10 with gpg. gpg: Signature made Tue Oct 08 00:38:40 2013 MEST using DSA key ID 9306CC77 gpg: Good signature from "OpenCSW catalog signing " gpg: WARNING: This key is not certified with a trusted signature! ... Solving needed dependencies ... Solving dependency order ... 8 CURRENT packages: CSWcas-cptemplates-1.49,REV=2013.03.13 CSWcas-initsmf-1.49,REV=2013.03.13 CSWcas-migrateconf-1.47,REV=2012.02.14 CSWcas-usergroup-1.44,REV=2011.05.02 CSWcommon-1.5,REV=2010.12.11 CSWlibssl1-0-0-1.0.1e,REV=2013.03.30 CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 CSWnrpe-2.13,REV=2012.07.15 Nothing to do. But the directorys are still empty! #> ll /opt/csw/share/doc/nrpe /opt/csw/bin/nrpe_8k /opt/csw/bin/nrpe /etc/opt/csw/pkg/CSWnrpe /opt/csw/share/doc/nrpe: No such file or directory /opt/csw/bin/nrpe_8k: No such file or directory /opt/csw/bin/nrpe: No such file or directory /etc/opt/csw/pkg/CSWnrpe: No such file or directory Also -f the force option won't work. Any ideas? Mit freundlichen Gr??en Norddeutscher Rundfunk Thomas Schreiber Abteilung Service Mediensysteme ** Achtung: Ab sofort neue Durchwahl! ** NEU: Tel: 040/4156-9803 Fax: 040/4156-1483941 th.schreiber at ndr.de Hugh-Greene Weg 1 22529 Hamburg Besuchen Sie uns auch im Internet http://www.ndr.de/ -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 543 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 7547 bytes Desc: not available URL: From maciej at opencsw.org Tue Oct 8 09:33:14 2013 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Tue, 8 Oct 2013 08:33:14 +0100 Subject: Paket reinstall In-Reply-To: References: Message-ID: 2013/10/8 > > /etc/opt/csw/pkg/CSWnrpe: No such file or directory > > Also -f the force option won't work. Any ideas? When the installation was failing, what was the error message? From th.schreiber at ndr.de Tue Oct 8 09:40:29 2013 From: th.schreiber at ndr.de (th.schreiber at ndr.de) Date: Tue, 8 Oct 2013 09:40:29 +0200 Subject: Antwort: Re: Paket reinstall In-Reply-To: References: Message-ID: ...there was an false entry in the /etc/passwd a empty line. #> vi /etc/passwd and #> pwconv I reedit it and try to reinstall..... Mit freundlichen Gr??en Norddeutscher Rundfunk Thomas Schreiber Abteilung Service Mediensysteme ** Achtung: Ab sofort neue Durchwahl! ** NEU: Tel: 040/4156-9803 Fax: 040/4156-1483941 th.schreiber at ndr.de Hugh-Greene Weg 1 22529 Hamburg Besuchen Sie uns auch im Internet http://www.ndr.de/ "users" schrieb am 08.10.2013 09:33:14: > Von: Maciej (Matchek) Blizi?ski > An: Questions and discussions > Datum: 08.10.2013 09:35 > Betreff: Re: Paket reinstall > Gesendet von: "users" > > 2013/10/8 > > > > /etc/opt/csw/pkg/CSWnrpe: No such file or directory > > > > Also -f the force option won't work. Any ideas? > When the installation was failing, what was the error message? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 543 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 7547 bytes Desc: not available URL: From dam at opencsw.org Tue Oct 8 09:52:56 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 8 Oct 2013 09:52:56 +0200 Subject: Antwort: Re: Paket reinstall In-Reply-To: References: Message-ID: Hallo Thonmas, Am 08.10.2013 um 09:40 schrieb th.schreiber at ndr.de: > ...there was an false entry in the /etc/passwd a empty line. > > #> vi /etc/passwd > and > #> pwconv > > I reedit it and try to reinstall?.. I suggest removing the package manually with pkgrm CSWnrpe and then reinstall with pkgutil -y -i CSWnrpe Best regards -- Dago > > > > > Mit freundlichen Gr??en > > > Norddeutscher Rundfunk > Thomas Schreiber > Abteilung Service Mediensysteme > ** Achtung: Ab sofort neue Durchwahl! ** > NEU: Tel: 040/4156-9803 > Fax: 040/4156-1483941 > th.schreiber at ndr.de > Hugh-Greene Weg 1 > 22529 Hamburg > > Besuchen Sie uns auch im Internet http://www.ndr.de/ > > "users" schrieb am 08.10.2013 09:33:14: > > > Von: Maciej (Matchek) Blizi?ski > > An: Questions and discussions > > Datum: 08.10.2013 09:35 > > Betreff: Re: Paket reinstall > > Gesendet von: "users" > > > > 2013/10/8 > > > > > > /etc/opt/csw/pkg/CSWnrpe: No such file or directory > > > > > > Also -f the force option won't work. Any ideas? > > > When the installation was failing, what was the error message? > -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From th.schreiber at ndr.de Tue Oct 8 10:04:28 2013 From: th.schreiber at ndr.de (th.schreiber at ndr.de) Date: Tue, 8 Oct 2013 10:04:28 +0200 Subject: Antwort: Re: Antwort: Re: Paket reinstall In-Reply-To: References: Message-ID: jepp, that works. Thank you. Mit freundlichen Gr??en Norddeutscher Rundfunk Thomas Schreiber Abteilung Service Mediensysteme ** Achtung: Ab sofort neue Durchwahl! ** NEU: Tel: 040/4156-9803 Fax: 040/4156-1483941 th.schreiber at ndr.de Hugh-Greene Weg 1 22529 Hamburg Besuchen Sie uns auch im Internet http://www.ndr.de/ "users" schrieb am 08.10.2013 09:52:56: > Von: Dagobert Michelsen > An: Questions and discussions > Datum: 08.10.2013 09:54 > Betreff: Re: Antwort: Re: Paket reinstall > Gesendet von: "users" > > Hallo Thonmas, > > Am 08.10.2013 um 09:40 schrieb th.schreiber at ndr.de: > ...there was an false entry in the /etc/passwd a empty line. > > #> vi /etc/passwd > and > #> pwconv > > I reedit it and try to reinstall?.. > > I suggest removing the package manually with > pkgrm CSWnrpe > and then reinstall with > pkgutil -y -i CSWnrpe > > Best regards > > -- Dago > > Mit freundlichen Gr??en > > > > Norddeutscher Rundfunk > Thomas Schreiber > Abteilung Service Mediensysteme > ** Achtung: Ab sofort neue Durchwahl! ** > NEU: Tel: 040/4156-9803 > Fax: 040/4156-1483941 > th.schreiber at ndr.de > Hugh-Greene Weg 1 > 22529 Hamburg > > Besuchen Sie uns auch im Internet http://www.ndr.de/ > > "users" > schrieb am 08.10.2013 09:33:14: > > > Von: Maciej (Matchek) Blizi?ski > > An: Questions and discussions > > Datum: 08.10.2013 09:35 > > Betreff: Re: Paket reinstall > > Gesendet von: "users" > > > > 2013/10/8 > > > > > > /etc/opt/csw/pkg/CSWnrpe: No such file or directory > > > > > > Also -f the force option won't work. Any ideas? > > > When the installation was failing, what was the error message? > > -- > "You don't become great by trying to be great, you become great by > wanting to do something, > and then doing it so hard that you become great in the process." - > xkcd #896[Anhang "smime.p7s" gel?scht von Thomas SMS Schreiber/HH/NDR] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 543 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 7547 bytes Desc: not available URL: From maciej at opencsw.org Mon Oct 14 00:10:45 2013 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Sun, 13 Oct 2013 23:10:45 +0100 Subject: [csw-users] python broken? In-Reply-To: <50699D7E.9020006@cmi.univ-mrs.fr> References: <50699D7E.9020006@cmi.univ-mrs.fr> Message-ID: 2012/10/1 Gerard Henry : > t2000-root% /opt/csw/bin/python virtualenv.py my_new_env > New python executable in my_new_env/bin/python > Installing setuptools...... > Complete output from command /donnees/virtualenv/my_new_env/bin/python -c > "#!python > \"\"\"Bootstra...sys.argv[1:]) > > " --always-copy -U setuptools: > Traceback (most recent call last): > File "", line 67, in > ImportError: No module named md5 Ladies and gentlemen, I proudly present you with: `?.??.????`??._.? Working Virtualenv `?.??.????`??._.? Here's a rundown of changes: - I fixed the Python 2.6 site-packages path to include the Python version, which is how Guide indented it. - Python 2.7 is now in the catalog - I modified the pycompile class action script to handle both 2.6 and 2.7 - many modules are built for both 2.6 and 2.7, here's a tracking page I made: http://buildfarm.opencsw.org/~maciej/python-modules.html - legacy modules (using the /opt/csw/lib/python/site-packages directory) work for Python 2.6, but are not guaranteed to work with our Python 2.7 - last but not least, we have the py_virtualenv package, and it works! maciej at vsol10 ~ $ virtualenv -p /opt/csw/bin/python2.7 py27env (...) maciej at vsol10 ~ $ source py27env/bin/activate (py27env)maciej at vsol10 ~ $ type python python is /home/maciej/py27env/bin/python (py27env)maciej at vsol10 ~ $ python Python 2.7.5 (default, Aug 9 2013, 18:44:52) [GCC 4.8.0] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> (py27env)maciej at vsol10 ~ $ type pip pip is /home/maciej/py27env/bin/pip Enjoy! Maciej From sbn at tbricks.com Mon Oct 14 07:41:02 2013 From: sbn at tbricks.com (Dmitri Shubin) Date: Mon, 14 Oct 2013 09:41:02 +0400 Subject: [csw-users] GCC 4.8.1 In-Reply-To: References: <523ACF01.7050706@tbricks.com> <523AE510.1090203@tbricks.com> Message-ID: <525B83EE.7030002@tbricks.com> Hi Dagobert, On 10/07/2013 04:54 PM, Dagobert Michelsen wrote: > GCC 4.8.1 has been pushed to unstable. Feel free to test it and give feedback. Works great for us (C/C++). Thank you! From dam at opencsw.org Mon Oct 14 11:32:30 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 14 Oct 2013 11:32:30 +0200 Subject: [csw-users] python broken? In-Reply-To: References: <50699D7E.9020006@cmi.univ-mrs.fr> Message-ID: <2316E52B-D923-4E17-96CC-586651EFF284@opencsw.org> Hi Maciej, Am 14.10.2013 um 00:10 schrieb Maciej (Matchek) Blizi?ski : > 2012/10/1 Gerard Henry : >> t2000-root% /opt/csw/bin/python virtualenv.py my_new_env >> New python executable in my_new_env/bin/python >> Installing setuptools...... >> Complete output from command /donnees/virtualenv/my_new_env/bin/python -c >> "#!python >> \"\"\"Bootstra...sys.argv[1:]) >> >> " --always-copy -U setuptools: >> Traceback (most recent call last): >> File "", line 67, in >> ImportError: No module named md5 > > Ladies and gentlemen, I proudly present you with: > > `?.??.????`??._.? Working Virtualenv `?.??.????`??._.? Excellent! When I now try to firstrun buildbot http://docs.buildbot.net/current/tutorial/firstrun.html I still get compile errors, but it looks much better now, probably fixable for me :-) > Running Twisted-13.1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-hklGEc/Twisted-13.1.0/egg-dist-tmp-OAq2hS > twisted/python/sendmsg.c: In Funktion ?sendmsg_sendmsg?: > twisted/python/sendmsg.c:206:19: Fehler: ?struct msghdr? hat kein Element namens ?msg_control? > message_header.msg_control = NULL; > ^ > twisted/python/sendmsg.c:207:19: Fehler: ?struct msghdr? hat kein Element namens ?msg_controllen? > message_header.msg_controllen = 0; > ... Best regards -- Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From maciej at opencsw.org Mon Oct 14 13:07:31 2013 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Mon, 14 Oct 2013 12:07:31 +0100 Subject: [csw-users] python broken? In-Reply-To: <2316E52B-D923-4E17-96CC-586651EFF284@opencsw.org> References: <50699D7E.9020006@cmi.univ-mrs.fr> <2316E52B-D923-4E17-96CC-586651EFF284@opencsw.org> Message-ID: 2013/10/14 Dagobert Michelsen : > Excellent! When I now try to firstrun buildbot > http://docs.buildbot.net/current/tutorial/firstrun.html > I still get compile errors, but it looks much better now, probably fixable for me :-) Hm, twisted used to compile fine. It's cool that you're working on buildbot! From dam at opencsw.org Mon Oct 14 17:25:13 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 14 Oct 2013 17:25:13 +0200 Subject: GCC issue with broken header link for X11 In-Reply-To: <201310101847.r9AIlxtQ009862@www.opencsw.org> References: <201310101847.r9AIlxtQ009862@www.opencsw.org> Message-ID: <6B51B15F-9CA6-405F-A8CD-626925DC8324@opencsw.org> Hi Chris, (cc'ing users at -list) Am 10.10.2013 um 20:47 schrieb chris5287 at gmail.com: > I think the gcc 4.8.1 that you built contains broken symbolic links to \"root/usr/openwin/include/...\". Eg: \"/opt/csw/lib/gcc/i386-pc-solaris2.10/4.8.1/include-fixed/X11\" points to \"root/usr/openwin/include/X11\". I can verify the issue and I have opened a bug report for that to properly track the issue: http://www.opencsw.org/mantis/view.php?id=5116 Feel free to watch the bug for updates. Best regards -- Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From dam at opencsw.org Mon Oct 14 22:34:31 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 14 Oct 2013 22:34:31 +0200 Subject: Fwd: hobbit 'not in catalog' followup ? References: Message-ID: <434CA169-7E98-4624-8EC6-3FBF9579B11F@opencsw.org> Hi Glen, (cc'ing users@) Am 14.10.2013 um 22:16 schrieb Glen Gunselman : > If I update the ?in catalog? packages will the following ?not in catalog? package be in trouble? This depends. Packages not in the catalog any more are just ignored. However, if they depend on really old libraries before the library versioning it may be possible that these were dropped. > > (note: I am, also, running Orca on the same server hobbit.) > > ex=0 1014 15:00:18 sys1 ~ gunselmg $sudo/opt/csw/bin/pkgutil -C | grep 'not in catalog' > CSWchkconfig 1.2.24h,REV=2006.12.12 not in catalog This was dropped as it is of very limited use on Solaris, it was part of the same sources as alternatives. As I see it was pulled in as dependency for hobbit. > CSWhobbit 4.2.0,REV=2007.04.12 not in catalog You may run into trouble, see the missing-dependency tags: - http://buildfarm.opencsw.org/pkgdb/srv4/fc9bf45f03431f199a925d10b53e973d/ Especially the new library naming including the version solves this issue for new packages, but this won't help you for now. We also don't have a build recipe for hobbit as it was done in 2007 at a time where each maintainer just dropped in their final package without contributing the build recipe. Starting with OpenCSW 2008 all build recipes must be made publicly available, but again this won't help for old stuff. That was one more reason to remove the package. > CSWhobbitc 4.2.0,REV=2007.04.12 not in catalog This should continue to run: - http://buildfarm.opencsw.org/pkgdb/srv4/389610552ec642aa9e66e361ce6ab2bc/ > CSWrenderdev 0.8,REV=2004.03.30 not in catalog This is a development package, new one is libxrender_devel but should not be relevant for running stuff. > ex=0 1014 15:00:36 sys1 ~ gunselmg $ Essentially hobbit was removed from the catalog as it was rather old and nobody stepped up to renew it. There was some work done towards releasing xymon (the hobbit predecessor), but it was not finished AFAIK. Best regards -- Dago > > > Here?s the complete list of not current: > > ex=0 1014 14:59:34 sys1 ~ gunselmg $sudo/opt/csw/bin/pkgutil -C > package installed catalog > CSWap2prefork 2.2.11,REV=2009.03.29 2.2.22,REV=2012.06.01 > CSWapache2 2.2.11,REV=2009.03.29 2.2.22,REV=2012.06.01 > CSWapache2c 2.2.11,REV=2009.03.29 2.2.22,REV=2012.06.01 > CSWapache2rt 2.2.11,REV=2009.03.29 2.2.22,REV=2012.06.01 > CSWbdb4 4.2.52,REV=2008.02.23_rev=p5 4.2.52,REV=2009.10.18 > CSWbdb44 4.4.20,REV=2009.03.17 4.4.20,REV=2009.10.18_rev=p4 > CSWcacertificates 20090108,REV=2009.01.08 20120511,REV=2012.05.11 > CSWcas-initsmf 1.44,REV=2011.04.21 1.49,REV=2013.03.13 > CSWchkconfig 1.2.24h,REV=2006.12.12 not in catalog > CSWcswclassutils 1.5,REV=2009.03.28 1.49,REV=2013.03.13 > CSWexpat 2.0.1,REV=2009.01.22 2.1.0,REV=2013.01.01 > CSWexpect 5.41.1,REV=2004.09.02 5.45,REV=2013.04.10 > CSWfconfig 2.6.0,REV=2009.03.30 2.8.0,REV=2012.05.20 > CSWftype2 2.3.8,REV=2009.02.16 2.4.8,REV=2012.01.05 > CSWgawk 4.0.0,REV=2011.07.09 4.0.2,REV=2013.03.12 > CSWgdbm 1.8.3,REV=2006.01.01 1.9,REV=2011.10.24 > CSWggettext 0.17,REV=2009.02.13 0.18.1.1,p,REV=2011.03.15 > CSWggettextrt 0.17,REV=2009.02.13 0.18.1.1,p,REV=2011.03.15 > CSWglib2 2.20.0,REV=2009.03.31 2.32.4,REV=2012.10.18 > CSWgsed 4.1.5,REV=2009.03.24 4.2.2,p,REV=2012.12.26 > CSWhobbit 4.2.0,REV=2007.04.12 not in catalog > CSWhobbitc 4.2.0,REV=2007.04.12 not in catalog > CSWlibart 2.3.20,REV=2008.03.04 2.3.20,REV=2009.03.13 > CSWlibcairo 1.4.10 1.10.2,REV=2013.01.14 > CSWlibnet 1.0.2,REV=2004.04.08_rev=a 1.0.2a,REV=2011.09.29 > CSWlibpopt 1.14,REV=2009.02.24 1.16,REV=2011.09.28 > CSWlibsigsegv2 2.10,REV=2011.04.20 2.10,REV=2013.01.01 > CSWlibxft2 2.1.6,REV=2005.02.01 2.1.14,REV=2010.06.07 > CSWlibxml2 2.7.2,REV=2008.12.09 2.7.8,REV=2011.03.24 > CSWlibxrender 0.8.3,REV=2004.03.31 0.9.5,REV=2010.05.20 > CSWncurses 5.7,REV=2009.03.31 5.9,REV=2011.11.21 > CSWoldaprt 2.3.39,REV=2008.02.22 2.4.32,REV=2012.11.10 > CSWorca-web r535,REV=2009.03.19 ef85fa3541,REV=2011.11.28 > CSWossl 0.9.8g,REV=2008.03.22_rev=g 0.9.8x,REV=2012.05.12 > CSWossldevel 0.9.8,REV=2009.03.27_rev=k 0.9.8x,REV=2012.05.12 > CSWosslrt 0.9.8,REV=2009.03.27_rev=k 0.9.8x,REV=2012.05.12 > CSWosslutils 0.9.8,REV=2009.03.27_rev=k 0.9.8x,REV=2012.05.12 > CSWpango 1.19.1 1.28.4,REV=2011.06.11 > CSWpcre 4.5 8.31,REV=2012.07.06 > CSWperl 5.8.8,REV=2008.10.08 5.10.1,REV=2012.07.24 > CSWpkgget 4.1.2,REV=2009.03.19 4.5.1,REV=2012.01.13 > CSWpkgutil 2.6.4,REV=2012.02.21 2.6.5,REV=2012.08.15 > CSWpmmathinterpolate 1.05,REV=2007.07.13 1.05,REV=2012.03.02 > CSWpmtimedate 1.16 1.20,REV=2013.01.26 > CSWpng 1.2.35,REV=2009.02.19 1.5.13,REV=2012.11.10 > CSWqpopper 4.0.9,REV=2007.11.05 4.0.19,REV=2010.04.08 > CSWrenderdev 0.8,REV=2004.03.30 not in catalog > CSWrrd 1.2.19,REV=2007.02.07 1.4.7,REV=2012.01.24 > CSWrsync 3.0.2 3.0.9,REV=2013.04.11 > CSWsasl 2.1.22,REV=2007.06.19 2.1.25,REV=2013.04.02 > CSWsqlite3 3.6.10,REV=2009.03.28 3071602,REV=2013.04.29 > CSWsqlite3rt 3.6.10,REV=2009.03.28 3071602,REV=2013.04.29 > CSWsudo 1.6.9p8,REV=2007.11.02 1.8.6p8,REV=2013.04.27 > CSWsudo-common 1.6.9p8,REV=2007.11.05 1.8.6p8,REV=2013.04.27 > CSWtcl 8.4.15 8.5.12,REV=2012.09.10 > CSWtk 8.4.15 8.5.12,REV=2012.09.10 > CSWzlib 1.2.3,REV=2007.05.12 1.2.7,REV=2012.06.14 > ex=0 1014 14:59:59 sys1 ~ gunselmg $ > > > Here?s the list of packages to be updated: > > ex=0 1014 15:05:49 sys1 ~ gunselmg $sudo/opt/csw/bin/pkgutil -un > Looking for packages that can be upgraded ... > Solving needed dependencies ... > Solving dependency order ... > 12 CURRENT packages: > CSWcas-texinfo-1.42,REV=2010.11.26 > CSWcommon-1.5,REV=2010.12.11 > CSWggettext-data-0.18.1.1,p,REV=2011.03.15 > CSWiconv-1.14,REV=2011.08.08 > CSWisaexec-0.2,REV=2009.03.26 > CSWlibbz2-1-0-1.0.6,REV=2011.08.18 > CSWlibcharset1-1.14,REV=2011.08.07 > CSWlibiconv2-1.14,REV=2011.08.07 > CSWlibintl8-0.18.1.1,p,REV=2011.03.15 > CSWlibncurses5-5.9,REV=2011.11.21 > CSWlibreadline6-6.2,REV=2011.07.02 > CSWterminfo-5.9,REV=2011.11.21 > Install 53 UPDATED packages > CSWap2prefork-2.2.22,REV=2012.06.01 (opencsw/testing) > CSWapache2-2.2.22,REV=2012.06.01 (opencsw/testing) > CSWapache2c-2.2.22,REV=2012.06.01 (opencsw/testing) > CSWapache2rt-2.2.22,REV=2012.06.01 (opencsw/testing) > CSWbdb4-4.2.52,REV=2009.10.18 (opencsw/testing) > CSWbdb44-4.4.20,REV=2009.10.18_rev=p4 (opencsw/testing) > CSWcacertificates-20120511,REV=2012.05.11 (opencsw/testing) > CSWcas-initsmf-1.49,REV=2013.03.13 (opencsw/testing) > CSWcswclassutils-1.49,REV=2013.03.13 (opencsw/testing) > CSWexpat-2.1.0,REV=2013.01.01 (opencsw/testing) > CSWexpect-5.45,REV=2013.04.10 (opencsw/testing) > CSWfconfig-2.8.0,REV=2012.05.20 (opencsw/testing) > CSWftype2-2.4.8,REV=2012.01.05 (opencsw/testing) > CSWgawk-4.0.2,REV=2013.03.12 (opencsw/testing) > CSWgdbm-1.9,REV=2011.10.24 (opencsw/testing) > CSWggettext-0.18.1.1,p,REV=2011.03.15 (opencsw/testing) > CSWggettextrt-0.18.1.1,p,REV=2011.03.15 (opencsw/testing) > CSWglib2-2.32.4,REV=2012.10.18 (opencsw/testing) > CSWgsed-4.2.2,p,REV=2012.12.26 (opencsw/testing) > CSWlibart-2.3.20,REV=2009.03.13 (opencsw/testing) > CSWlibcairo-1.10.2,REV=2013.01.14 (opencsw/testing) > CSWlibnet-1.0.2a,REV=2011.09.29 (opencsw/testing) > CSWlibpopt-1.16,REV=2011.09.28 (opencsw/testing) > CSWlibsigsegv2-2.10,REV=2013.01.01 (opencsw/testing) > CSWlibxft2-2.1.14,REV=2010.06.07 (opencsw/testing) > CSWlibxml2-2.7.8,REV=2011.03.24 (opencsw/testing) > CSWlibxrender-0.9.5,REV=2010.05.20 (opencsw/testing) > CSWncurses-5.9,REV=2011.11.21 (opencsw/testing) > CSWoldaprt-2.4.32,REV=2012.11.10 (opencsw/testing) > CSWorca-web-ef85fa3541,REV=2011.11.28 (opencsw/testing) > CSWossl-0.9.8x,REV=2012.05.12 (opencsw/testing) > CSWossldevel-0.9.8x,REV=2012.05.12 (opencsw/testing) > CSWosslrt-0.9.8x,REV=2012.05.12 (opencsw/testing) > CSWosslutils-0.9.8x,REV=2012.05.12 (opencsw/testing) > CSWpango-1.28.4,REV=2011.06.11 (opencsw/testing) > CSWpcre-8.31,REV=2012.07.06 (opencsw/testing) > CSWperl-5.10.1,REV=2012.07.24 (opencsw/testing) > CSWpkgget-4.5.1,REV=2012.01.13 (opencsw/testing) > CSWpkgutil-2.6.5,REV=2012.08.15 (opencsw/testing) > CSWpmmathinterpolate-1.05,REV=2012.03.02 (opencsw/testing) > CSWpmtimedate-1.20,REV=2013.01.26 (opencsw/testing) > CSWpng-1.5.13,REV=2012.11.10 (opencsw/testing) > CSWqpopper-4.0.19,REV=2010.04.08 (opencsw/testing) > CSWrrd-1.4.7,REV=2012.01.24 (opencsw/testing) > CSWrsync-3.0.9,REV=2013.04.11 (opencsw/testing) > CSWsasl-2.1.25,REV=2013.04.02 (opencsw/testing) > CSWsqlite3-3071602,REV=2013.04.29 (opencsw/testing) > CSWsqlite3rt-3071602,REV=2013.04.29 (opencsw/testing) > CSWsudo-1.8.6p8,REV=2013.04.27 (opencsw/testing) > CSWsudo-common-1.8.6p8,REV=2013.04.27 (opencsw/testing) > CSWtcl-8.5.12,REV=2012.09.10 (opencsw/testing) > CSWtk-8.5.12,REV=2012.09.10 (opencsw/testing) > CSWzlib-1.2.7,REV=2012.06.14 (opencsw/testing) > Install 87 NEW packages: > CSWalternatives-1.1.1,REV=2011.05.31 (opencsw/testing) > CSWapache2-utils-2.2.22,REV=2012.06.01 (opencsw/testing) > CSWbdb42-4.2.52,REV=2009.10.18_rev=p5 (opencsw/testing) > CSWbdb48-4.8.30,REV=2010.12.06_rev=p0 (opencsw/testing) > CSWcas-cpsampleconf-1.42,REV=2010.11.26 (opencsw/testing) > CSWcas-cptemplates-1.49,REV=2013.03.13 (opencsw/testing) > CSWcas-crontab-1.48,REV=2012.09.02 (opencsw/testing) > CSWcas-etcservices-1.42,REV=2011.02.16 (opencsw/testing) > CSWcas-etcshells-1.45,REV=2011.07.12 (opencsw/testing) > CSWcas-inetd-1.42,REV=2010.11.26 (opencsw/testing) > CSWcas-migrateconf-1.47,REV=2012.02.14 (opencsw/testing) > CSWcas-postmsg-1.42,REV=2010.11.26 (opencsw/testing) > CSWcas-preserveconf-1.49,REV=2013.03.13 (opencsw/testing) > CSWcas-pycompile-1.42,REV=2010.11.26 (opencsw/testing) > CSWcas-sslcert-1.48,REV=2012.10.17 (opencsw/testing) > CSWcas-texhash-1.49,REV=2013.02.19 (opencsw/testing) > CSWcas-usergroup-1.44,REV=2011.05.02 (opencsw/testing) > CSWgio-fam-backend-2.32.4,REV=2012.10.18 (opencsw/testing) > CSWlibapr-dev-1.4.6,REV=2012.03.03 (opencsw/testing) > CSWlibapr1-0-1.4.6,REV=2012.03.03 (opencsw/testing) > CSWlibaprutil-dev-1.3.12,REV=2011.07.26 (opencsw/testing) > CSWlibaprutil1-0-1.3.12,REV=2011.07.26 (opencsw/testing) > CSWlibaprutil1-dbm-db-1.3.12,REV=2011.07.26 (opencsw/testing) > CSWlibaprutil1-ldap-1.3.12,REV=2011.07.26 (opencsw/testing) > CSWlibasprintf0-0.18.1.1,p,REV=2011.03.15 (opencsw/testing) > CSWlibcairo-gobject2-1.10.2,REV=2013.01.14 (opencsw/testing) > CSWlibcairo-script-interpreter2-1.10.2,REV=2013.01.14 (opencsw/testing) > CSWlibcairo2-1.10.2,REV=2013.01.14 (opencsw/testing) > CSWlibdbi1-0.8.4,REV=2012.01.19 (opencsw/testing) > CSWlibexpat0-1.95.8,REV=2011.07.15 (opencsw/testing) > CSWlibexpat1-2.1.0,REV=2013.01.01 (opencsw/testing) > CSWlibfam0-0.1.10,REV=2011.12.09 (opencsw/testing) > CSWlibffi4-4.8.0,REV=2013.04.15 (opencsw/testing) > CSWlibfontconfig1-2.8.0,REV=2012.05.20 (opencsw/testing) > CSWlibfreetype6-2.4.8,REV=2012.01.05 (opencsw/testing) > CSWlibgcc-s1-4.8.0,REV=2013.04.15 (opencsw/testing) > CSWlibgdbm3-1.8.3,REV=2011.02.01 (opencsw/testing) > CSWlibgdbm4-1.9,REV=2011.10.24 (opencsw/testing) > CSWlibgettextlib0-14-1-0.18.1.1,p,REV=2011.02.12 (opencsw/testing) > CSWlibgettextlib0-17-0.18.1.1,p,REV=2011.02.12 (opencsw/testing) > CSWlibgettextlib0-18-1-0.18.1.1,p,REV=2011.03.15 (opencsw/testing) > CSWlibgettextpo0-0.18.1.1,p,REV=2011.03.15 (opencsw/testing) > CSWlibgettextsrc0-18-1-0.18.1.1,p,REV=2011.03.15 (opencsw/testing) > CSWlibgio2-0-0-2.32.4,REV=2012.10.18 (opencsw/testing) > CSWlibglib2-0-0-2.32.4,REV=2012.10.18 (opencsw/testing) > CSWlibgmodule2-0-0-2.32.4,REV=2012.10.18 (opencsw/testing) > CSWlibgobject2-0-0-2.32.4,REV=2012.10.18 (opencsw/testing) > CSWlibgthread2-0-0-2.32.4,REV=2012.10.18 (opencsw/testing) > CSWlibintl2-0.18.1.1,p,REV=2011.02.12 (opencsw/testing) > CSWlibintl3-0.18.1.1,p,REV=2011.02.12 (opencsw/testing) > CSWliblber2-4-2-2.4.32,REV=2012.11.05 (opencsw/testing) > CSWlibldap-r2-4-2-2.4.32,REV=2012.11.05 (opencsw/testing) > CSWlibldap2-4-2-2.4.32,REV=2012.11.05 (opencsw/testing) > CSWlibncursesw5-5.9,REV=2011.11.21 (opencsw/testing) > CSWlibpanel5-5.9,REV=2011.11.21 (opencsw/testing) > CSWlibpanelw5-5.9,REV=2011.11.21 (opencsw/testing) > CSWlibpcre1-8.31,REV=2012.07.06 (opencsw/testing) > CSWlibpcre16-0-8.31,REV=2012.07.06 (opencsw/testing) > CSWlibpcreposix0-8.31,REV=2012.07.06 (opencsw/testing) > CSWlibpixman1-0-0.22.2,REV=2011.09.27 (opencsw/testing) > CSWlibpng15-15-1.5.13,REV=2012.11.10 (opencsw/testing) > CSWlibpopt0-1.16,REV=2011.09.28 (opencsw/testing) > CSWlibpython2-6-1-0-2.6.8,REV=2013.02.27 (opencsw/testing) > CSWlibrrd-th4-1.4.7,REV=2012.01.24 (opencsw/testing) > CSWlibrrd4-1.4.7,REV=2012.01.24 (opencsw/testing) > CSWlibruby18-1-1.8.7p334,REV=2011.03.24 (opencsw/testing) > CSWlibsasl2-2-2.1.25,REV=2012.05.06 (opencsw/testing) > CSWlibsqlite3-0-3071602,REV=2013.04.29 (opencsw/testing) > CSWlibssl-dev-1.0.1e,REV=2013.03.30 (opencsw/testing) > CSWlibssl0-9-8-0.9.8y,REV=2013.03.08 (opencsw/testing) > CSWlibssl1-0-0-1.0.1e,REV=2013.03.30 (opencsw/testing) > CSWlibtcl8-4-8.4.19,REV=2012.09.07 (opencsw/testing) > CSWlibtcl8-5-8.5.12,REV=2012.09.10 (opencsw/testing) > CSWlibtk8-5-8.5.12,REV=2012.09.10 (opencsw/testing) > CSWlibwrap1-7.6_ipv6.4,REV=2011.08.24 (opencsw/testing) > CSWlibxml2-2-2.7.8,REV=2011.03.24 (opencsw/testing) > CSWlibz1-1.2.7,REV=2012.06.14 (opencsw/testing) > CSWopenssl-0.9.8x,REV=2012.05.12 (opencsw/testing) > CSWopenssl-utils-1.0.1e,REV=2013.03.30 (opencsw/testing) > CSWpm-math-interpolate-1.05,REV=2012.03.02 (opencsw/testing) > CSWpm-rrdtool-1.4.7,REV=2012.01.24 (opencsw/testing) > CSWpm-timedate-1.20,REV=2013.01.26 (opencsw/testing) > CSWpy-rrdtool-1.4.7,REV=2012.01.24 (opencsw/testing) > CSWrb-rrdtool-1.4.7,REV=2012.01.24 (opencsw/testing) > CSWrrdtool-1.4.7,REV=2012.01.24 (opencsw/testing) > CSWsharedmimeinfo-0.71,REV=2011.12.09 (opencsw/testing) > CSWtcl8-tclmodules-8.5.12,REV=2012.09.10 (opencsw/testing) > Total size: 68.5 MB > Option -n selected, stopping here. > ex=0 1014 15:06:27 sys1 ~ gunselmg $ > > > Thanks, > Glen Gunselman > Systems Software Specialist > Information Technology > Emporia State University > 1200 Commerical St > Emporia Kansas 66801 > -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From ja at opencsw.org Wed Oct 16 19:40:58 2013 From: ja at opencsw.org (Juergen Arndt) Date: Wed, 16 Oct 2013 19:40:58 +0200 Subject: [csw-users] Munin if_eth0 error on OI In-Reply-To: <51095F82.6000907@gmail.com> References: <5108D269.5070202@gmail.com> <70640C29-127B-4CAD-9E2D-B7550DA32765@opencsw.org> <51095F82.6000907@gmail.com> Message-ID: <0399190C-A8AC-4A60-9CF1-AFFDF77F4EF5@opencsw.org> Hi Brogyi, On 30.01.2013, at 18:59, Brogy?nyi J?zsef wrote: > First of all I'd like to thank the pkg.I spent a lot time with the compiling. > So I attached a picture and you can see the date is frozen and nothing to drawing.I tried to change the eth0 to rge0. > With rge0 no picture at all. Which network interfaces do you have in your Solaris box? eth0, rge0? It seems, you have a mistake in your Munin config. As I remember, we tried to track down this issue at the beginning of this year. You should study the Munin homepage for information about configurations and maybe ask on the Munin mailinglist directly. In any case, a little bit more information about your Solaris system would be helpful. Regards, Juergen -- Juergen Arndt From brogyi at gmail.com Wed Oct 16 22:27:14 2013 From: brogyi at gmail.com (=?ISO-8859-1?Q?Brogy=E1nyi_J=F3zsef?=) Date: Wed, 16 Oct 2013 22:27:14 +0200 Subject: [csw-users] Munin if_eth0 error on OI In-Reply-To: <0399190C-A8AC-4A60-9CF1-AFFDF77F4EF5@opencsw.org> References: <5108D269.5070202@gmail.com> <70640C29-127B-4CAD-9E2D-B7550DA32765@opencsw.org> <51095F82.6000907@gmail.com> <0399190C-A8AC-4A60-9CF1-AFFDF77F4EF5@opencsw.org> Message-ID: <525EF6A2.5050105@gmail.com> Juergen First thanks your answer but that problem is over. Now the situation is the next. I updated my working system and the result is a not working network munin plugin. When I switched to the old version the network munin plugin back online. So I think this is a Openindiana bug or user error. The new version is: SunOS openindiana 5.11 oi_151a8 i86pc i386 i86pc Solaris The old version is: SunOS openindiana 5.11 oi_151a7 i86pc i386 i86pc Solaris At the weekend I'll try to make a new and clean setup. I think if the Munin is working with version 151a7 then must working with 151a8 too. yearly graph This is an evidence. The Munin worked with 151a7 and you can see the update date. Regards Brogyi 2013.10.16. 19:40 keltez?ssel, Juergen Arndt ?rta: > Hi Brogyi, > > On 30.01.2013, at 18:59, Brogy?nyi J?zsef wrote: > >> First of all I'd like to thank the pkg.I spent a lot time with the compiling. >> So I attached a picture and you can see the date is frozen and nothing to drawing.I tried to change the eth0 to rge0. >> With rge0 no picture at all. > Which network interfaces do you have in your Solaris box? eth0, rge0? It seems, you have a mistake in your Munin config. As I remember, we tried to track down this issue at the beginning of this year. You should study the Munin homepage for information about configurations and maybe ask on the Munin mailinglist directly. In any case, a little bit more information about your Solaris system would be helpful. > > Regards, > Juergen > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: if_rge0-year.png Type: image/png Size: 30287 bytes Desc: not available URL: From ggunselm at emporia.edu Thu Oct 24 00:08:15 2013 From: ggunselm at emporia.edu (Glen Gunselman) Date: Wed, 23 Oct 2013 22:08:15 +0000 Subject: Installation of partially failed Message-ID: <83904B8EF53D51499A9B43662BC670A98A2C2EF5@STINGRAY.esuad.ds> Anyone able to install CSWcacertificates from http://mirror.opencsw.org/opencsw/testing/sparc/5.10 I seem to be stuck with the following: => Installing CSWcacertificates-20120511,REV=2012.05.11 (2/9) ... Processing package instance from cacertificates - CA certificates(all) 20120511,REV=2012.05.11 http://hg.mozilla.org/mozilla-central/raw-file/default/security/nss/lib/ckfw/builtins/ packaged for CSW by Yann Rouillard Using as the package base directory. ## Processing package information. ## Processing system information. WARNING: /opt/csw/etc/ssl/certs 3 package pathnames are already properly installed. ## Verifying package dependencies. ## Verifying disk space requirements. ## Checking for conflicts with packages already installed. ## Checking for setuid/setgid programs. This package contains scripts which will be executed with super-user permission during the process of installing this package. Do you want to continue with the installation of [y,n,?] y Installing cacertificates - CA certificates as ## Installing part 1 of 1. /.alt.s10u10OpenCSW/opt/csw/etc/ssl/certs pkgadd: ERROR: unable to create package object . file type expected actual unable to remove existing directory at /.alt.s10u10OpenCSW/opt/csw/sbin/update-ca-certificates ... /.alt.s10u10OpenCSW/opt/csw/share/doc/cacertificates/license [ verifying class ] /.alt.s10u10OpenCSW/etc/opt/csw/pkg/CSWcacertificates/cswmigrateconf [ verifying class ] Copying sample config to /.alt.s10u10OpenCSW/etc/opt/csw/ca-certificates.conf [ verifying class ] ## Executing postinstall script. Updating certificates in /etc/opt/csw/ssl/certs...sort: getexecname() failed done. Installation of partially failed. pkgadd failed with exit code: 2 Exit from pkgutil and fix this issue first (recommended)? ([y],n) y Exiting pkgutil Thanks, Glen Gunselman Systems Software Specialist Information Technology Emporia State University 1200 Commerical St Emporia Kansas 66801 -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Thu Oct 24 09:14:07 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 24 Oct 2013 09:14:07 +0200 Subject: Installation of partially failed In-Reply-To: <83904B8EF53D51499A9B43662BC670A98A2C2EF5@STINGRAY.esuad.ds> References: <83904B8EF53D51499A9B43662BC670A98A2C2EF5@STINGRAY.esuad.ds> Message-ID: Hi Glen, Am 24.10.2013 um 00:08 schrieb Glen Gunselman : > Anyone able to install CSWcacertificates fromhttp://mirror.opencsw.org/opencsw/testing/sparc/5.10 > > I seem to be stuck with the following: > > => Installing CSWcacertificates-20120511,REV=2012.05.11 (2/9) ... > > Processing package instance from > > cacertificates - CA certificates(all) 20120511,REV=2012.05.11 > http://hg.mozilla.org/mozilla-central/raw-file/default/security/nss/lib/ckfw/builtins/ packaged for CSW by YannRouillard > Using as the package base directory. > ## Processing package information. > ## Processing system information. > WARNING: /opt/csw/etc/ssl/certs > 3 package pathnames are already properly installed. > ## Verifying package dependencies. > ## Verifying disk space requirements. > ## Checking for conflicts with packages already installed. > ## Checking for setuid/setgid programs. > > This package contains scripts which will be executed with super-user > permission during the process of installing this package. > > Do you want to continue with the installation of [y,n,?] y > > Installing cacertificates - CA certificates as > > ## Installing part 1 of 1. > /.alt.s10u10OpenCSW/opt/csw/etc/ssl/certs This looks like the package is installed to an alternate BE. Have you done special additions like -R or something? Not all packages are 100% root relocatable. Best regards -- Dago > pkgadd: ERROR: unable to create package object . > file type expected actual > unable to remove existing directory at > /.alt.s10u10OpenCSW/opt/csw/sbin/update-ca-certificates > ? > /.alt.s10u10OpenCSW/opt/csw/share/doc/cacertificates/license > [ verifying class ] > /.alt.s10u10OpenCSW/etc/opt/csw/pkg/CSWcacertificates/cswmigrateconf > [ verifying class ] > Copying sample config to /.alt.s10u10OpenCSW/etc/opt/csw/ca-certificates.conf > > [ verifying class ] > ## Executing postinstall script. > Updating certificates in /etc/opt/csw/ssl/certs...sort: getexecname() failed > done. > > Installation of partially failed. > > pkgadd failed with exit code: 2 > Exit from pkgutil and fix this issue first (recommended)? ([y],n) y > Exiting pkgutil > > > Thanks, > Glen Gunselman > Systems Software Specialist > Information Technology > Emporia State University > 1200 Commerical St > Emporia Kansas 66801 > > -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From ggunselm at emporia.edu Thu Oct 24 16:06:48 2013 From: ggunselm at emporia.edu (Glen Gunselman) Date: Thu, 24 Oct 2013 14:06:48 +0000 Subject: Installation of partially failed In-Reply-To: References: <83904B8EF53D51499A9B43662BC670A98A2C2EF5@STINGRAY.esuad.ds> Message-ID: <83904B8EF53D51499A9B43662BC670A98A2C53F0@STINGRAY.esuad.ds> Sorry forgot the pkgutil syntax. This is command from which I extracted the console output: sudo time pkgutil -R /.alt.${GG_newBE} -u CSWossl CSWossldevel CSWosslrt CSWosslutils This is my fourth attempt to update the OpenCSW packages. It should be noted in the OpenCSW catalog which packages are designed to fail when using -R (If you want pkgutil to be a 21th century tool, it should stop when using -R when any of the packages will not successfully install/upgrade with a useful message) Glen From: users [mailto:users-bounces+ggunselm=emporia.edu at lists.opencsw.org] On Behalf Of Dagobert Michelsen Sent: Thursday, October 24, 2013 2:14 AM To: Questions and discussions Subject: Re: Installation of partially failed Hi Glen, Am 24.10.2013 um 00:08 schrieb Glen Gunselman >: Anyone able to install CSWcacertificates fromhttp://mirror.opencsw.org/opencsw/testing/sparc/5.10 I seem to be stuck with the following: => Installing CSWcacertificates-20120511,REV=2012.05.11 (2/9) ... Processing package instance from cacertificates - CA certificates(all) 20120511,REV=2012.05.11 http://hg.mozilla.org/mozilla-central/raw-file/default/security/nss/lib/ckfw/builtins/ packaged for CSW by YannRouillard Using as the package base directory. ## Processing package information. ## Processing system information. WARNING: /opt/csw/etc/ssl/certs 3 package pathnames are already properly installed. ## Verifying package dependencies. ## Verifying disk space requirements. ## Checking for conflicts with packages already installed. ## Checking for setuid/setgid programs. This package contains scripts which will be executed with super-user permission during the process of installing this package. Do you want to continue with the installation of [y,n,?] y Installing cacertificates - CA certificates as ## Installing part 1 of 1. /.alt.s10u10OpenCSW/opt/csw/etc/ssl/certs This looks like the package is installed to an alternate BE. Have you done special additions like -R or something? Not all packages are 100% root relocatable. Best regards -- Dago pkgadd: ERROR: unable to create package object . file type expected actual unable to remove existing directory at /.alt.s10u10OpenCSW/opt/csw/sbin/update-ca-certificates ... /.alt.s10u10OpenCSW/opt/csw/share/doc/cacertificates/license [ verifying class ] /.alt.s10u10OpenCSW/etc/opt/csw/pkg/CSWcacertificates/cswmigrateconf [ verifying class ] Copying sample config to /.alt.s10u10OpenCSW/etc/opt/csw/ca-certificates.conf [ verifying class ] ## Executing postinstall script. Updating certificates in /etc/opt/csw/ssl/certs...sort: getexecname() failed done. Installation of partially failed. pkgadd failed with exit code: 2 Exit from pkgutil and fix this issue first (recommended)? ([y],n) y Exiting pkgutil Thanks, Glen Gunselman Systems Software Specialist Information Technology Emporia State University 1200 Commerical St Emporia Kansas 66801 -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Thu Oct 24 16:20:34 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 24 Oct 2013 16:20:34 +0200 Subject: Installation of partially failed In-Reply-To: <83904B8EF53D51499A9B43662BC670A98A2C53F0@STINGRAY.esuad.ds> References: <83904B8EF53D51499A9B43662BC670A98A2C2EF5@STINGRAY.esuad.ds> <83904B8EF53D51499A9B43662BC670A98A2C53F0@STINGRAY.esuad.ds> Message-ID: Hi Glen, Am 24.10.2013 um 16:06 schrieb Glen Gunselman : > Sorry forgot the pkgutil syntax. This is command from which I extracted the console output: > > sudo time pkgutil -R /.alt.${GG_newBE} -u CSWossl CSWossldevelCSWosslrt CSWosslutils > > This is my fourth attempt to update the OpenCSW packages. I just checked that ca-certificates should install with -R, it looks like an unsuccessfully removed directory which should be replace by a symlink. So *inside* your BE please remove the directory /opt/csw/etc/ssl/certs and replace it with this symlink: /opt/csw/etc/ssl/certs -> ../../../../etc/opt/csw/ssl/certs > It should be noted in the OpenCSW catalog which packages are designed to fail when using ?R (If you want pkgutil to be a 21th century tool, it should stop when using ?R when any of the packages will not successfully install/upgrade with a useful message) The problem is it is just not known which packages do not work with root-relocation. If you encounter these just drop us a note so we can fix them. However, the issue I see here > Updating certificates in /etc/opt/csw/ssl/certs...sort: getexecname() failed looks very strange, probably a chroot anomaly, but AFAIK sort does not call getexecname at all, so no clue here. Best regards -- Dago > > Glen > > From: users [mailto:users-bounces+ggunselm=emporia.edu at lists.opencsw.org] On Behalf OfDagobert Michelsen > Sent: Thursday, October 24, 2013 2:14 AM > To: Questions and discussions > Subject: Re: Installation of partially failed > > Hi Glen, > > Am 24.10.2013 um 00:08 schrieb Glen Gunselman : > > > Anyone able to install CSWcacertificates fromhttp://mirror.opencsw.org/opencsw/testing/sparc/5.10 > > I seem to be stuck with the following: > > => Installing CSWcacertificates-20120511,REV=2012.05.11 (2/9) ... > > Processing package instance from > > cacertificates - CA certificates(all) 20120511,REV=2012.05.11 > http://hg.mozilla.org/mozilla-central/raw-file/default/security/nss/lib/ckfw/builtins/ packaged for CSW by YannRouillard > Using as the package base directory. > ## Processing package information. > ## Processing system information. > WARNING: /opt/csw/etc/ssl/certs > 3 package pathnames are already properly installed. > ## Verifying package dependencies. > ## Verifying disk space requirements. > ## Checking for conflicts with packages already installed. > ## Checking for setuid/setgid programs. > > This package contains scripts which will be executed with super-user > permission during the process of installing this package. > > Do you want to continue with the installation of [y,n,?] y > > Installing cacertificates - CA certificates as > > ## Installing part 1 of 1. > /.alt.s10u10OpenCSW/opt/csw/etc/ssl/certs > > This looks like the package is installed to an alternate BE. Have you done special additions like -R > or something? Not all packages are 100% root relocatable. > > > Best regards > > -- Dago > > > pkgadd: ERROR: unable to create package object . > file type expected actual > unable to remove existing directory at > /.alt.s10u10OpenCSW/opt/csw/sbin/update-ca-certificates > ? > /.alt.s10u10OpenCSW/opt/csw/share/doc/cacertificates/license > [ verifying class ] > /.alt.s10u10OpenCSW/etc/opt/csw/pkg/CSWcacertificates/cswmigrateconf > [ verifying class ] > Copying sample config to /.alt.s10u10OpenCSW/etc/opt/csw/ca-certificates.conf > > [ verifying class ] > ## Executing postinstall script. > Updating certificates in /etc/opt/csw/ssl/certs...sort: getexecname() failed > done. > > Installation of partially failed. > > pkgadd failed with exit code: 2 > Exit from pkgutil and fix this issue first (recommended)? ([y],n) y > Exiting pkgutil > > > Thanks, > Glen Gunselman > Systems Software Specialist > Information Technology > Emporia State University > 1200 Commerical St > Emporia Kansas 66801 > > > > -- > "You don't become great by trying to be great, you become great by wanting to do something, > and then doing it so hard that you become great in the process." - xkcd #896 -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From dam at opencsw.org Thu Oct 24 17:08:27 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 24 Oct 2013 17:08:27 +0200 Subject: OpenCSW question about package CSWcurl In-Reply-To: <201310241502.r9OF20SZ005903@www.opencsw.org> References: <201310241502.r9OF20SZ005903@www.opencsw.org> Message-ID: Hi Frank, (cc'ing users@) Am 24.10.2013 um 17:02 schrieb fdroste at bgcpartners.com: > i just installed pkgutil and curl on my test server. based on the version info, i see it supports ssl. > > On another system I have version 7.28.1 (and 7.26.0) installed, yet that version supports ssl and ssh (ie: scp, sftp). > > Is 7.33.0 suppose to support ssl and ssh, or has ssh been dropped? I am using ftp://mirrors.usc.edu/pub/csw/unstable/ as my mirror. > > Regards, > Frank > > root at njtestclus-d1 /var/tmp/fdroste # /opt/csw/bin/curl --version > curl 7.33.0 (sparc-sun-solaris2.10) libcurl/7.33.0 OpenSSL/1.0.1e zlib/1.2.3 libidn/1.26 > Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp > Features: IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP Metalink > root at njtestclus-d1 /var/tmp/fdroste # libcurl4 is split in two versions: - libcurl4 which contains only basic protocols - libcurl4_feature which contains almost everything By default packages depend only on libcurl4. If you install libcurl4_feature it is magically pulled in by aux filter linkage supporting all other protocols. So you most certainly have only CSWlibcurl4 on one server and additionally CSWlibcurl4-feature on the other one. BTW, unstable has 7.33.0 at the moment: http://www.opencsw.org/packages/libcurl4_feature/ Best regards -- Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From dam at opencsw.org Thu Oct 24 17:51:16 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 24 Oct 2013 17:51:16 +0200 Subject: OpenCSW question about package CSWcurl In-Reply-To: <050FF76EC506164FBAB289322E37C91961A8D36D@TBPINFN0202.cad.local> References: <201310241502.r9OF20SZ005903@www.opencsw.org> <050FF76EC506164FBAB289322E37C91961A8D36D@TBPINFN0202.cad.local> Message-ID: <128AA041-64B7-4C3B-95F1-499637DFA158@opencsw.org> Hi Frank, (again adding users@, please reply-to-all) Am 24.10.2013 um 17:43 schrieb "Droste, Frank" : > I checked the other server that has curl 7.28 and it didn't have CSWlibcurl4_feature installed yet it did have ssh support (or show it claims). It is CSWlibcurl4-feature, try pkginfo -x CSWlibcurl4-feature > I will try the "pkgutil -i libcurl4_feature" and see what it gives me. > > root at njespfin-zd1 # pkginfo | grep -i feature > root at njespfin-zd1 # /opt/csw/bin/curl --version > curl 7.28.1 (sparc-sun-solaris2.10) libcurl/7.26.0 OpenSSL/1.0.0a zlib/1.2.3 libidn/1.25 libssh2/1.4.2 You are using a curl 7.28.1 with libcurl 7.26.0 which is very strange. Usually this can not happen when you update with pkgutil. Do you have LD_LIBRARY_PATH set? Please post ldd -r /opt/csw/bin/curl to see what libcurl.so.4 is actually used. Best regards -- Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From dam at opencsw.org Thu Oct 24 18:02:35 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 24 Oct 2013 18:02:35 +0200 Subject: OpenCSW question about package CSWcurl In-Reply-To: <050FF76EC506164FBAB289322E37C91961A8D3B1@TBPINFN0202.cad.local> References: <201310241502.r9OF20SZ005903@www.opencsw.org> <050FF76EC506164FBAB289322E37C91961A8D36D@TBPINFN0202.cad.local> <128AA041-64B7-4C3B-95F1-499637DFA158@opencsw.org> <050FF76EC506164FBAB289322E37C91961A8D3B1@TBPINFN0202.cad.local> Message-ID: Hi Frank, Am 24.10.2013 um 17:59 schrieb "Droste, Frank" : > Dago, > > Here is the requested info. > > root at njespfin-zd1 # pkginfo -x CSWlibcurl4-feature > ERROR: information for "CSWlibcurl4-feature" was not found > root at njespfin-zd1 # > root at njespfin-zd1 # ldd -r /opt/csw/bin/curl > libcurl.so.4 => /usr/local/lib/libcurl.so.4 You are not using the OpenCSW libcurl.so.4 due to LD_LIBRARY_PATH. > librt.so.1 => /usr/lib/librt.so.1 > libz.so.1 => /usr/lib/libz.so.1 > libc.so.1 => /usr/lib/libc.so.1 > libidn.so.11 => /usr/local/lib/libidn.so.11 > libssl.so.1.0.0 => /usr/local/ssl/lib/libssl.so.1.0.0 > libcrypto.so.1.0.0 => /usr/local/ssl/lib/libcrypto.so.1.0.0 > libssh2.so.1 => /usr/local/lib/libssh2.so.1 > libnsl.so.1 => /usr/lib/libnsl.so.1 > libsocket.so.1 => /usr/lib/libsocket.so.1 > libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 > libaio.so.1 => /usr/lib/libaio.so.1 > libmd.so.1 => /usr/lib/libmd.so.1 > libintl.so.8 => /usr/local/lib/libintl.so.8 > libsec.so.1 => /usr/lib/libsec.so.1 > libiconv.so.2 => /usr/local/lib/libiconv.so.2 > libdl.so.1 => /usr/lib/libdl.so.1 > libmp.so.2 => /usr/lib/libmp.so.2 > libscf.so.1 => /usr/lib/libscf.so.1 > libavl.so.1 => /usr/lib/libavl.so.1 > libdoor.so.1 => /usr/lib/libdoor.so.1 > libuutil.so.1 => /usr/lib/libuutil.so.1 > libgen.so.1 => /usr/lib/libgen.so.1 > /platform/SUNW,Netra-T12/lib/libc_psr.so.1 > symbol not found: SSL_CTX_set_srp_username (/usr/local/lib/libcurl.so.4) > symbol not found: SSL_CTX_set_srp_password (/usr/local/lib/libcurl.so.4) > /platform/SUNW,Netra-T12/lib/libmd_psr.so.1 > libm.so.2 => /usr/lib/libm.so.2 > root at njespfin-zd1 # echo $LD_LIBRARY_PATH > /usr/lib:/usr/share/lib:/usr/local/lib:/usr/openwin/lib:/usr/dt/lib:/usr/ccs/lib:/etc/lib Short answer: Do not set a LD_LIBRARY_PATH. If at all use single-script wrappers that set LD_LIBRARY_PATH on a per-executable basis. See also http://www.opencsw.org/community/questions/103/setting-ld_library_path > root at njespfin-zd1 # > > I was able to do "pkgutil -i libcurl4_feature" install -- no issues. Support for ssl and ssh is there. Thanks. > > root at njtestclus-d1 /var/tmp/fdroste/curl # /opt/csw/bin/curl --version > curl 7.33.0 (sparc-sun-solaris2.10) libcurl/7.33.0 OpenSSL/1.0.1e zlib/1.2.3 c-ares/1.9.1 libidn/1.26 libssh2/1.4.2 librtmp/2.3 > Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smtp smtps telnet tftp > Features: AsynchDNS IDN IPv6 Largefile NTLM NTLM_WB SPNEGO SSL libz TLS-SRP Metalink > root at njtestclus-d1 /var/tmp/fdroste/curl # Looks good. Best regards -- Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2351 bytes Desc: not available URL: From dratliff at veracode.com Thu Oct 24 20:56:01 2013 From: dratliff at veracode.com (Don Ratliff) Date: Thu, 24 Oct 2013 14:56:01 -0400 Subject: openssh ecdsa issue Message-ID: <1382640961.2939.13.camel@dratliff-8300> Hi all, first post here, thanks for help in advance... i ran across this issue and subsequent posting in your users list Hi, Indeed someone else reported the same problem recently. It seems ssh and ssh_client weren't synchronized together in testing. Until this is fixed, you can download the corresponding ssh client package at the following url: http://mirror.opencsw.org/opencsw/allpkgs/openssh_client-6.0p1%2cREV% 3d2012.05.04-SunOS5.9-sparc-CSW.pkg.gz Yann Le 29 janv. 2013 00:10, "jeremiasz rebelka" a ?crit : Hello I'm getting the sshd complaining about /etc/opt/csw/ssh/ssh_host_ecdsa_key - cannot load I tried to generate it - with /opt/csw/bin/ssh-keygen -t ecdsa -f ..... no luck -> unknown key type ecdsa openssh 6.0p1,REV=2012.05.04 openssh_client 5.4p1,REV=2010.03.25 Is this a bug - or am I doing something stupidly wrong ? --thanks ---------------------------------------------- so my take on this is the recommended solution above is asking the user to install the latest ssh client on solaris ( 9?)... my situation is slightly different, i.e. i connect to the solaris server running openssh ( csw ) from various clients, specifically centos and others in my group use putty from a windows system. my /var/adm/messages files on the server are constantly filling up with the error message: sshd[9510]: [ID 800047 auth.error] error: Could not load host key: /etc/opt/csw/ssh/ssh_host_ecdsa_key and would prefer to eliminate this from my log files... is there anything i can do from the server side to eliminate this? i.e. is there a later version -bash-3.2$ pkginfo -l CSWopenssh PKGINST: CSWopenssh NAME: openssh - OpenSSH Secure Shell server CATEGORY: application ARCH: sparc VERSION: 6.1p1,REV=2013.03.11 BASEDIR: / VENDOR: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ packaged for CSW by Yann Rouillard PSTAMP: yann at unstable10s-20130311171426 INSTDATE: Sep 12 2013 14:14 HOTLINE: http://www.opencsw.org/bugtrack/ EMAIL: yann at opencsw.org STATUS: completely installed FILES: 41 installed pathnames 9 shared pathnames 14 directories 7 executables 2953 blocks used (approx) thanks, Don Ratliff System Engineer VERACODE 65 Network Drive | Burlington, MA 01803 E-Mail dratliff at veracode.com Mobile 508.265.8329 Office 339.674.2734 -------------- next part -------------- An HTML attachment was scrubbed... URL: From yann at pleiades.fr.eu.org Fri Oct 25 12:15:21 2013 From: yann at pleiades.fr.eu.org (Yann Rouillard) Date: Fri, 25 Oct 2013 12:15:21 +0200 Subject: openssh ecdsa issue In-Reply-To: <1382640961.2939.13.camel@dratliff-8300> References: <1382640961.2939.13.camel@dratliff-8300> Message-ID: Hi Don, You need to install the openssh_client 6.x package on the server to be able to generate an ecdsa key. Just install http://mirror.opencsw.org/opencsw/allpkgs/openssh_client-6.0p1%2cREV%3d2012.05.04-SunOS5.9-i386-CSW.pkg.gzand run this command: /opt/csw/bin/ssh-keygen -t ecdsa -N "" -f /etc/opt/csw/ssh/ssh_host_ ecdsa_key We will fix this bug in stable so that it doesn't happen again. Yann 2013/10/24 Don Ratliff > ** > Hi all, first post here, thanks for help in advance... > > i ran across this issue and subsequent posting in your users list > > Hi, > > Indeed someone else reported the same problem recently. It seems ssh and > ssh_client weren't synchronized together in testing. Until this is fixed, > you can download the corresponding ssh client package at the following url: > > > http://mirror.opencsw.org/opencsw/allpkgs/openssh_client-6.0p1%2cREV%3d2012.05.04-SunOS5.9-sparc-CSW.pkg.gz > > Yann > > Le 29 janv. 2013 00:10, "jeremiasz rebelka" < > jeremyrebelka-Re5JQEeQqe8 at public.gmane.orgm> > a ?crit : > > Hello I'm getting the sshd complaining about > /etc/opt/csw/ssh/ssh_host_ecdsa_key - cannot load > > I tried to generate it - with /opt/csw/bin/ssh-keygen -t ecdsa -f ..... > > no luck -> unknown key type ecdsa > > openssh 6.0p1,REV=2012.05.04 > openssh_client 5.4p1,REV=2010.03.25 > > > Is this a bug - or am I doing something stupidly wrong ? > > --thanks > > > ---------------------------------------------- > > so my take on this is the recommended solution above is asking the user to > install the latest ssh client on solaris ( 9?)... > > my situation is slightly different, i.e. i connect to the solaris server > running openssh ( csw ) from various clients, specifically centos and > others in my group use putty from a windows system. > my /var/adm/messages files on the server are constantly filling up with > the error message: > > > sshd[9510]: [ID 800047 auth.error] error: Could not load host key: > /etc/opt/csw/ssh/ssh_host_ecdsa_key > > > and would prefer to eliminate this from my log files... > > is there anything i can do from the server side to eliminate this? i.e. > is there a later version > > > -bash-3.2$ pkginfo -l CSWopenssh > PKGINST: CSWopenssh > NAME: openssh - OpenSSH Secure Shell server > CATEGORY: application > ARCH: sparc > VERSION: 6.1p1,REV=2013.03.11 > BASEDIR: / > VENDOR: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ packaged > for CSW by Yann Rouillard > PSTAMP: yann at unstable10s-20130311171426 > INSTDATE: Sep 12 2013 14:14 > HOTLINE: http://www.opencsw.org/bugtrack/ > EMAIL: yann at opencsw.org > STATUS: completely installed > FILES: 41 installed pathnames > 9 shared pathnames > 14 directories > 7 executables > 2953 blocks used (approx) > > > > thanks, > > *Don Ratliff* > > *System Engineer* > > VERACODE > > *65 Network Drive | Burlington, MA 01803* > > *E-Mail* dratliff at veracode.com > *Mobile* 508.265.8329 > *Office* 339.674.2734 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From yann at pleiades.fr.eu.org Fri Oct 25 12:29:06 2013 From: yann at pleiades.fr.eu.org (Yann Rouillard) Date: Fri, 25 Oct 2013 12:29:06 +0200 Subject: Installation of partially failed In-Reply-To: References: <83904B8EF53D51499A9B43662BC670A98A2C2EF5@STINGRAY.esuad.ds> <83904B8EF53D51499A9B43662BC670A98A2C53F0@STINGRAY.esuad.ds> Message-ID: Hi Glen, I updated the cacertificates packages to fix a possible issue with alternate root. Could you please try to install it from my experimental repository ? pkgutil -R ... -t http://buildfarm.opencsw.org/opencsw/experimental/yann-i cacertificates It it doesn't work, could you add the --trace option to pkgutil and send me the debug output ? If the execname error about sort happens again, could you also issue the following command and send me the output ? truss -f chroot /your_alternate_root /opt/csw/sbin/update-ca-certificates Best regards, Yann 2013/10/24 Dagobert Michelsen > Hi Glen, > > Am 24.10.2013 um 16:06 schrieb Glen Gunselman : > > Sorry forgot the pkgutil syntax. This is command from which I extracted > the console output:**** > > sudo time pkgutil -R /.alt.${GG_newBE} -u CSWossl CSWossldevelCSWosslrt > CSWosslutils**** > > This is my fourth attempt to update the OpenCSW packages. > > > I just checked that ca-certificates should install with -R, it looks like > an unsuccessfully removed directory > which should be replace by a symlink. > > So *inside* your BE please remove the > directory /opt/csw/etc/ssl/certs and replace it with this symlink: > /opt/csw/etc/ssl/certs -> ../../../../etc/opt/csw/ssl/certs > > > **** > It should be noted in the OpenCSW catalog which packages are designed to > fail when using ?R (If you want pkgutil to be a 21th century tool, it > should stop when using ?R when any of the packages will not successfully > install/upgrade with a useful message) > > > The problem is it is just not known which packages do not work with > root-relocation. If you encounter these just drop us a note so we can fix > them. > > However, the issue I see here > > Updating certificates in /etc/opt/csw/ssl/certs...sort: getexecname() > failed**** > > > looks very strange, probably a chroot anomaly, but AFAIK sort does not > call getexecname at all, > so no clue here. > > > Best regards > > -- Dago > > > > **** > > Glen**** > > *From:* users [mailto:users-bounces+ggunselm=emporia.edu at lists.opencsw.org > ] *On Behalf Of*Dagobert Michelsen > > *Sent:* Thursday, October 24, 2013 2:14 AM > *To:* Questions and discussions > *Subject:* Re: Installation of partially failed**** > > Hi Glen,**** > > Am 24.10.2013 um 00:08 schrieb Glen Gunselman :**** > > > **** > Anyone able to install CSWcacertificates from > http://mirror.opencsw.org/opencsw/testing/sparc/5.10**** > **** > I seem to be stuck with the following:**** > **** > => Installing CSWcacertificates-20120511,REV=2012.05.11 (2/9) ...**** > **** > Processing package instance from > =2012.05.11-SunOS5.9-all-CSW.pkg>**** > **** > cacertificates - CA certificates(all) 20120511,REV=2012.05.11**** > > http://hg.mozilla.org/mozilla-central/raw-file/default/security/nss/lib/ckfw/builtins/ > packaged for CSW by YannRouillard**** > Using as the package base directory.**** > ## Processing package information.**** > ## Processing system information.**** > WARNING: /opt/csw/etc/ssl/certs **** > 3 package pathnames are already properly installed.**** > ## Verifying package dependencies.**** > ## Verifying disk space requirements.**** > ## Checking for conflicts with packages already installed.**** > ## Checking for setuid/setgid programs.**** > **** > This package contains scripts which will be executed with super-user**** > permission during the process of installing this package.**** > **** > Do you want to continue with the installation of [y,n,?] > y**** > **** > Installing cacertificates - CA certificates as **** > **** > ## Installing part 1 of 1.**** > /.alt.s10u10OpenCSW/opt/csw/etc/ssl/certs **** > > This looks like the package is installed to an alternate BE. Have you done > special additions like -R**** > or something? Not all packages are 100% root relocatable.**** > > > Best regards**** > > -- Dago**** > > > **** > pkgadd: ERROR: unable to create package object csw/etc/ssl/certs>.**** > file type expected actual**** > unable to remove existing directory at etc/ssl/certs>**** > /.alt.s10u10OpenCSW/opt/csw/sbin/update-ca-certificates**** > ?**** > /.alt.s10u10OpenCSW/opt/csw/share/doc/cacertificates/license**** > [ verifying class ]**** > /.alt.s10u10OpenCSW/etc/opt/csw/pkg/CSWcacertificates/cswmigrateconf**** > [ verifying class ]**** > Copying sample config to /.alt.s10u10OpenCSW/etc/opt/csw/ > ca-certificates.conf**** > **** > [ verifying class ]**** > ## Executing postinstall script.**** > Updating certificates in /etc/opt/csw/ssl/certs...sort: getexecname() > failed**** > done.**** > **** > Installation of partially failed.**** > **** > pkgadd failed with exit code: 2**** > Exit from pkgutil and fix this issue first (recommended)? ([y],n) y**** > Exiting pkgutil**** > **** > **** > Thanks,**** > *Glen Gunselman***** > Systems Software Specialist**** > Information Technology**** > Emporia State University**** > 1200 Commerical St**** > Emporia Kansas 66801**** > **** > **** > > -- > "You don't become great by trying to be great, you become great by wanting > to do something, > and then doing it so hard that you become great in the process." - xkcd > #896**** > > > -- > "You don't become great by trying to be great, you become great by wanting > to do something, > and then doing it so hard that you become great in the process." - xkcd > #896 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rs.ravi1983 at gmail.com Fri Oct 25 18:29:31 2013 From: rs.ravi1983 at gmail.com (Ravi) Date: Fri, 25 Oct 2013 16:29:31 +0000 (UTC) Subject: How to run xterm on Solaris 11 on x86 References: <4F0DF890.2040508@oracle.com> <529675C5-8CD8-4942-8120-C22217F30234@opencsw.org> Message-ID: Dagobert Michelsen writes: > Hi Amitava, > > Am 11.01.2012 um 22:12 schrieb Amitava Dutta: > > Amitava Dutta wrote, On 01/11/12 13:55: > >> Hello List, > >> > >> I installed xterm on Solaris 11 on x86 but it can not find correct libraries. > > Some of the X11 libraries are not installed on Solaris 11 by default. > > >> I installed the packages with /opt/csw/bin/pkgutil -y -i xterm then > >> added /opt/csw/lib and /opt/csw/X11/lib to LD_LIBRARY_PATH, but still has these errors: > >> > >> libXaw.so.5 => (file not found) > >> libICE.so.6 (SUNW_1.1) => (version not found) > >> libXext.so.0 (SUNW_1.1) => (version not found) > >> libSM.so.6 (SUNW_1.1) => (version not found) > >> libSM.so.6 (SUNWprivate) => (version not found) > >> libICE.so.6 (SUNW_1.1) => (version not found) > > The libraries in /opt/csw/X11/lib are from an experimental X11 project and should not > be used. You can find the respective Solaris 11 IPS packages with "pkg search": > > > root unstable11s [unstable11s]:/root > pkg search libXaw.so.5 > > INDEX ACTION VALUE PACKAGE > > basename file usr/lib/sparcv9/libXaw.so.5 pkg:/x11/library/toolkit/libxaw5 0.5.11-0.175.0.0.0.0.1215 > > basename file usr/lib/libXaw.so.5 pkg:/x11/library/toolkit/libxaw5 0.5.11-0.175.0.0.0.0.1215 > > basename file usr/lib/amd64/libXaw.so.5 pkg:/x11/library/toolkit/libxaw5 0.5.11-0.175.0.0.0.0.1215 > > basename link usr/X11/lib/libXaw.so.5 pkg:/x11/library/toolkit/libxaw5 0.5.11-0.175.0.0.0.0.1215 > > basename link usr/X11/lib/sparcv9/libXaw.so.5 pkg:/x11/library/toolkit/libxaw5 0.5.11-0.175.0.0.0.0.1215 > > basename link usr/X11/lib/amd64/libXaw.so.5 pkg:/x11/library/toolkit/libxaw5 0.5.11-0.175.0.0.0.0.1215 > > pkg.description set This package provides a libXaw.so.5 binary for backwards compatibility with > programs compiled on older releases of Solaris. pkg:/x11/library/toolkit/libxaw5 0.5.11-0.175.0.0.0.0.1215 > > Install them with > pkg install libxaw5 > If there are more libs missing you can add them similarly. > > > but there's no xterm on the machine ;-( > > > > $ pkg list xterm > > pkg list: no packages matching 'xterm' installed > > Try > pkg search xterm > and > pkg install xterm > > I just verified that both the OpenCSW xterm and /usr/bin/xterm work on > Solaris 11 11/11 after installation of the respective CSW and IPS packages. > > Best regards > > -- Dago > Thanks for sharing this, the below command fixed the issue for me. pkg install libxaw5 Cheers..