From laurent at elanor.org Fri Nov 2 13:54:42 2012 From: laurent at elanor.org (Laurent Blume) Date: Fri, 02 Nov 2012 13:54:42 +0100 Subject: [csw-users] Patch for MySQL 5.5 method Message-ID: <5093C292.50707@elanor.org> Hello all, The architecture selection bit for the MySQL method that I proposed appears to work well, except in one case: if "basedir = /opt/csw" has been explicitly specified in my.cnf, the script will pick that up after the architecture was detected, and concatenate /bin, /sbin, /libexec to it before starting the daemon. So that keeps starting the 32 bit version, even if the 64 one has been explicitly chosen in csw.conf. I'm attaching a small patch to the method script that fixes that. It's straightforward and should be safe in all cases. Laurent -------------- next part -------------- A non-text attachment was scrubbed... Name: 07_method_use_basedir.patch Type: text/x-patch Size: 803 bytes Desc: not available URL: From jh at opencsw.org Mon Nov 5 10:14:43 2012 From: jh at opencsw.org (Jan Holzhueter) Date: Mon, 05 Nov 2012 10:14:43 +0100 Subject: [csw-users] Patch for MySQL 5.5 method In-Reply-To: <5093C292.50707@elanor.org> References: <5093C292.50707@elanor.org> Message-ID: <50978383.7000002@opencsw.org> Hi, Am 02.11.12 13:54, schrieb Laurent Blume: > Hello all, > > The architecture selection bit for the MySQL method that I proposed > appears to work well, except in one case: > > if "basedir = /opt/csw" has been explicitly specified in my.cnf, the > script will pick that up after the architecture was detected, and > concatenate /bin, /sbin, /libexec to it before starting the daemon. > > So that keeps starting the 32 bit version, even if the 64 one has been > explicitly chosen in csw.conf. > > I'm attaching a small patch to the method script that fixes that. It's > straightforward and should be safe in all cases. > added thank you Greetings Jan From miceli at buffalo.edu Mon Nov 5 16:49:36 2012 From: miceli at buffalo.edu (Lenny Miceli) Date: Mon, 05 Nov 2012 10:49:36 -0500 Subject: [csw-users] Mozilla SpiderMonkey JavaScript interpreter binary missing In-Reply-To: <50912905.7020109@buffalo.edu> References: <508950B7.8040608@buffalo.edu> <5089559E.5010804@opencsw.org> <508A7AC8.3020807@opencsw.org> <508A7AF1.1090108@opencsw.org> <508B0393.9090607@buffalo.edu> <50902203.9040104@buffalo.edu> <509126C1.6080300@opencsw.org> <50912905.7020109@buffalo.edu> Message-ID: <5097E010.9050300@buffalo.edu> Hi Jan, Any update on getting SpiderMonkey to the current/stable branch? Thank you, Lenny On 10/31/2012 09:35 AM, Lenny Miceli wrote: > Cool, thanks Jan. > > Lenny > > On 10/31/2012 9:25 AM, Jan Holzhueter wrote: >> Hi >> >> Am 30.10.12 19:52, schrieb Lenny Miceli: >>> Hi Jan, >>> >>> Any idea when this will move to the current/stable branch? >>> >> >> sorry was offline the last few days. >> >> I try to sort that asap. >> >> >> >> _______________________________________________ >> users mailing list >> users at lists.opencsw.org >> https://lists.opencsw.org/mailman/listinfo/users >> > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > From jh at opencsw.org Mon Nov 5 17:17:43 2012 From: jh at opencsw.org (Jan Holzhueter) Date: Mon, 05 Nov 2012 17:17:43 +0100 Subject: [csw-users] Mozilla SpiderMonkey JavaScript interpreter binary missing In-Reply-To: <5097E010.9050300@buffalo.edu> References: <508950B7.8040608@buffalo.edu> <5089559E.5010804@opencsw.org> <508A7AC8.3020807@opencsw.org> <508A7AF1.1090108@opencsw.org> <508B0393.9090607@buffalo.edu> <50902203.9040104@buffalo.edu> <509126C1.6080300@opencsw.org> <50912905.7020109@buffalo.edu> <5097E010.9050300@buffalo.edu> Message-ID: <5097E6A7.2090006@opencsw.org> Hi, Am 05.11.12 16:49, schrieb Lenny Miceli: > Hi Jan, > > Any update on getting SpiderMonkey to the current/stable branch? > I'm still working on it. The people who can do it atm are out of "office". Sorry for that. Hope to have it pushed soon. Greetings Jan From redbrain at gcc.gnu.org Mon Nov 5 17:48:39 2012 From: redbrain at gcc.gnu.org (Philip Herron) Date: Mon, 5 Nov 2012 16:48:39 +0000 Subject: [csw-users] gcc and autoconf Message-ID: Hey all Trying to use the gcc4core package all is fine, then trying to ./configure subversion i get as far as Expat and it fails but Expat is on my system aswell. The error is: gcc -c -g -O2 -mt -D_LARGEFILE64_SOURCE -DNE_LFS -DSOLARIS2=9 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE conftest.c >&5 cc1: error: unrecognized command line option '-mt' -mt is being passed to everything. I dont understand why this is happening. Has anyone else come across this in using ./configure for gcc compiler on solaris to configur packages. --Phil From maciej at opencsw.org Mon Nov 5 18:01:20 2012 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Mon, 5 Nov 2012 17:01:20 +0000 Subject: [csw-users] gcc and autoconf In-Reply-To: References: Message-ID: 2012/11/5 Philip Herron > Hey all > > Trying to use the gcc4core package all is fine, then trying to > ./configure subversion i get as far as Expat and it fails but Expat is > on my system aswell. > > The error is: > > gcc -c -g -O2 -mt -D_LARGEFILE64_SOURCE -DNE_LFS -DSOLARIS2=9 > -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE > conftest.c >&5 > cc1: error: unrecognized command line option '-mt' > > -mt is being passed to everything. > > I dont understand why this is happening. Has anyone else come across > this in using ./configure for gcc compiler on solaris to configur > packages. > Hi Phil, >From the top of my head, things like this one might be caused by a dependency. For example, expat wants to link against another library, and calls its foo-config utility to find out the compilation flags that are needed need to link against that library. If the dependency was compiled with Solaris Studio, its foo-config utility will return flags that are understood by Solaris Studio, but not necessarily by GCC. One way to go about this is to get Solaris Studio and use it to compile expat. Another way is to rebuild everything with GCC. Yet another way is to hack the expat build system to cut out the -mt flag. I see that the expat library is available from our repository[1]. Could you explain more about what is your larger goal? Maciej [1] http://www.opencsw.org/packages/libexpat_dev/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From herron.philip at googlemail.com Mon Nov 5 18:05:20 2012 From: herron.philip at googlemail.com (Philip Herron) Date: Mon, 5 Nov 2012 17:05:20 +0000 Subject: [csw-users] gcc and autoconf In-Reply-To: References: Message-ID: Just trying to package subversion 1.7.7 think i am going to do a fresh install again because i realised i was using a 32 bit vm want to be able to use 64 bit if want. Maybe i didnt install some of the packages from your repo properly. And it was picking up the sunstudio -mt flag somewhere like you said. On 5 November 2012 17:01, Maciej (Matchek) Blizi?ski wrote: > 2012/11/5 Philip Herron >> >> Hey all >> >> Trying to use the gcc4core package all is fine, then trying to >> ./configure subversion i get as far as Expat and it fails but Expat is >> on my system aswell. >> >> The error is: >> >> gcc -c -g -O2 -mt -D_LARGEFILE64_SOURCE -DNE_LFS -DSOLARIS2=9 >> -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE >> conftest.c >&5 >> cc1: error: unrecognized command line option '-mt' >> >> -mt is being passed to everything. >> >> I dont understand why this is happening. Has anyone else come across >> this in using ./configure for gcc compiler on solaris to configur >> packages. > > > Hi Phil, > > From the top of my head, things like this one might be caused by a > dependency. For example, expat wants to link against another library, and > calls its foo-config utility to find out the compilation flags that are > needed need to link against that library. If the dependency was compiled > with Solaris Studio, its foo-config utility will return flags that are > understood by Solaris Studio, but not necessarily by GCC. One way to go > about this is to get Solaris Studio and use it to compile expat. Another way > is to rebuild everything with GCC. Yet another way is to hack the expat > build system to cut out the -mt flag. > > I see that the expat library is available from our repository[1]. Could you > explain more about what is your larger goal? > > Maciej > > [1] http://www.opencsw.org/packages/libexpat_dev/ > > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users From redbrain at gcc.gnu.org Mon Nov 5 19:05:54 2012 From: redbrain at gcc.gnu.org (Philip Herron) Date: Mon, 5 Nov 2012 18:05:54 +0000 Subject: [csw-users] gcc and autoconf In-Reply-To: References: Message-ID: Found where it was comming from. I don't really want to have to go and re-compile all the dependancies for subversion i guess using suncc is probably the simpliest option. Though i might hack the configure to ignore the -mt or something might work. Though not sure how mixing compiled suncc code with gcc code. /opt/csw/bin/apr-1-config --cflags -mt On 5 November 2012 17:05, Philip Herron wrote: > Just trying to package subversion 1.7.7 think i am going to do a fresh > install again because i realised i was using a 32 bit vm want to be > able to use 64 bit if want. Maybe i didnt install some of the packages > from your repo properly. And it was picking up the sunstudio -mt flag > somewhere like you said. > > On 5 November 2012 17:01, Maciej (Matchek) Blizi?ski wrote: >> 2012/11/5 Philip Herron >>> >>> Hey all >>> >>> Trying to use the gcc4core package all is fine, then trying to >>> ./configure subversion i get as far as Expat and it fails but Expat is >>> on my system aswell. >>> >>> The error is: >>> >>> gcc -c -g -O2 -mt -D_LARGEFILE64_SOURCE -DNE_LFS -DSOLARIS2=9 >>> -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE >>> conftest.c >&5 >>> cc1: error: unrecognized command line option '-mt' >>> >>> -mt is being passed to everything. >>> >>> I dont understand why this is happening. Has anyone else come across >>> this in using ./configure for gcc compiler on solaris to configur >>> packages. >> >> >> Hi Phil, >> >> From the top of my head, things like this one might be caused by a >> dependency. For example, expat wants to link against another library, and >> calls its foo-config utility to find out the compilation flags that are >> needed need to link against that library. If the dependency was compiled >> with Solaris Studio, its foo-config utility will return flags that are >> understood by Solaris Studio, but not necessarily by GCC. One way to go >> about this is to get Solaris Studio and use it to compile expat. Another way >> is to rebuild everything with GCC. Yet another way is to hack the expat >> build system to cut out the -mt flag. >> >> I see that the expat library is available from our repository[1]. Could you >> explain more about what is your larger goal? >> >> Maciej >> >> [1] http://www.opencsw.org/packages/libexpat_dev/ >> >> _______________________________________________ >> users mailing list >> users at lists.opencsw.org >> https://lists.opencsw.org/mailman/listinfo/users From bonivart at opencsw.org Mon Nov 5 19:51:20 2012 From: bonivart at opencsw.org (Peter Bonivart) Date: Mon, 5 Nov 2012 19:51:20 +0100 Subject: [csw-users] gcc and autoconf In-Reply-To: References: Message-ID: On Mon, Nov 5, 2012 at 6:05 PM, Philip Herron wrote: > Just trying to package subversion 1.7.7 think i am going to do a fresh > install again because i realised i was using a 32 bit vm want to be > able to use 64 bit if want. Maybe i didnt install some of the packages > from your repo properly. And it was picking up the sunstudio -mt flag > somewhere like you said. Is it really important that it's 1.7.7, we have 1.7.6 for easy install? Or you could file an upgrade bug on our subversion and I'm sure it will be upgraded to 1.7.7. From redbrain at gcc.gnu.org Tue Nov 6 14:42:45 2012 From: redbrain at gcc.gnu.org (Philip Herron) Date: Tue, 6 Nov 2012 13:42:45 +0000 Subject: [csw-users] gcc and autoconf In-Reply-To: References: Message-ID: I have mostly everything i want working using CC=suncc makes my configure work. But i can't for the life of me get gnome-keyrin-daemon work. which gnome-keyring-daemon /opt/csw/bin/gnome-keyring-daemon then gnome-keyring-daemon gnome-keyring-daemon: couldn't lookup ssh component setting: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - 1: Not running within active session)gnome-keyring-daemon: couldn't lookup pkcs11 component setting: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - 1: Not running within active session)GNOME_KEYRING_SOCKET=/var/tmp/keyring-sycWvm/socket SSH_AUTH_SOCK=/var/tmp/keyring-sycWvm/socket.ssh GNOME_KEYRING_PID=27131 I cant seem to figure out that error message, On 5 November 2012 18:51, Peter Bonivart wrote: > On Mon, Nov 5, 2012 at 6:05 PM, Philip Herron > wrote: >> Just trying to package subversion 1.7.7 think i am going to do a fresh >> install again because i realised i was using a 32 bit vm want to be >> able to use 64 bit if want. Maybe i didnt install some of the packages >> from your repo properly. And it was picking up the sunstudio -mt flag >> somewhere like you said. > > Is it really important that it's 1.7.7, we have 1.7.6 for easy > install? Or you could file an upgrade bug on our subversion and I'm > sure it will be upgraded to 1.7.7. > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users From bwalton at opencsw.org Tue Nov 6 17:07:20 2012 From: bwalton at opencsw.org (Ben Walton) Date: Tue, 6 Nov 2012 16:07:20 +0000 Subject: [csw-users] gcc and autoconf In-Reply-To: References: Message-ID: Hi Philip, On Tue, Nov 6, 2012 at 1:42 PM, Philip Herron wrote: > But i can't for the life of me get gnome-keyrin-daemon work. > My first hunch is that you don't have a dbus session running. Is that the case? If so, does firing up a dbus daemon in your environment resolve this? Thanks -Ben From George.Wyche at pw.utc.com Wed Nov 7 21:52:13 2012 From: George.Wyche at pw.utc.com (Wyche, George PW) Date: Wed, 7 Nov 2012 15:52:13 -0500 Subject: [csw-users] list of top level packages? Message-ID: <239E996F5C620A4E8A369B7D818326B20439DFB6@PUSMNEI1.pwemail.us> Fellow users, I have 325 CSW packages. Before I go puzzling out which ones are top-level packages, is there an easy way to determine the list? Ideally, the many, many hundreds of CSW packages all serve top-level applications like firefox. Do we have a list of such? At the moment when I am asked "What do you have from CSW that I could use?" I am reduced to replying with "What do you want?" because no one wants to hear about all the various, small dependencies.. just: firefox, ssh, gimp, ... the high level stuff. I cannot see how this can be figured out automatically since some high level package "A" might require some high level package "B" AND VICE VERSA. Those 2, therefore, would not make it into the list of top-level packages (even though they should be). So has anyone already made a fairly complete list of this kind? I do have a practical situation where such a list would be very handy. George Wyche From bonivart at opencsw.org Wed Nov 7 22:22:33 2012 From: bonivart at opencsw.org (Peter Bonivart) Date: Wed, 7 Nov 2012 22:22:33 +0100 Subject: [csw-users] list of top level packages? In-Reply-To: <239E996F5C620A4E8A369B7D818326B20439DFB6@PUSMNEI1.pwemail.us> References: <239E996F5C620A4E8A369B7D818326B20439DFB6@PUSMNEI1.pwemail.us> Message-ID: On Wed, Nov 7, 2012 at 9:52 PM, Wyche, George PW wrote: > Fellow users, > > I have 325 CSW packages. Before I go puzzling out which ones are top-level packages, is there an easy way to determine the list? > > Ideally, the many, many hundreds of CSW packages all serve top-level applications like firefox. Do we have a list of such? > > At the moment when I am asked "What do you have from CSW that I could use?" I am reduced to replying with "What do you want?" because no one wants to hear about all the various, small dependencies.. just: firefox, ssh, gimp, ... the high level stuff. > > I cannot see how this can be figured out automatically since some high level package "A" might require some high level package "B" AND VICE VERSA. Those 2, therefore, would not make it into the list of top-level packages (even though they should be). > > So has anyone already made a fairly complete list of this kind? > > I do have a practical situation where such a list would be very handy. Maybe this could be useful: http://www.opencsw.org/2010/09/which-csw-packages-have-been-installed/ /peter From George.Wyche at pw.utc.com Wed Nov 7 22:34:39 2012 From: George.Wyche at pw.utc.com (Wyche, George PW) Date: Wed, 7 Nov 2012 16:34:39 -0500 Subject: [csw-users] list of top level packages? In-Reply-To: References: <239E996F5C620A4E8A369B7D818326B20439DFB6@PUSMNEI1.pwemail.us> Message-ID: <239E996F5C620A4E8A369B7D818326B20439DFE5@PUSMNEI1.pwemail.us> @Peter Pretty close. That script saves me several hours of scripting effort. The ideal would be for someone who has EVERYTHING installed to run that script and make the list available. I would change the title of that page to (or have an addition of) : Top-Level Packages Thank you, Peter. -----Original Message----- From: users-bounces+george.wyche=pw.utc.com at lists.opencsw.org [mailto:users-bounces+george.wyche=pw.utc.com at lists.opencsw.org] On Behalf Of Peter Bonivart Sent: Wednesday, November 07, 2012 3:23 PM To: Questions and discussions Subject: Re: [csw-users] list of top level packages? On Wed, Nov 7, 2012 at 9:52 PM, Wyche, George PW wrote: > Fellow users, > > I have 325 CSW packages. Before I go puzzling out which ones are top-level packages, is there an easy way to determine the list? > > Ideally, the many, many hundreds of CSW packages all serve top-level applications like firefox. Do we have a list of such? > > At the moment when I am asked "What do you have from CSW that I could use?" I am reduced to replying with "What do you want?" because no one wants to hear about all the various, small dependencies.. just: firefox, ssh, gimp, ... the high level stuff. > > I cannot see how this can be figured out automatically since some high level package "A" might require some high level package "B" AND VICE VERSA. Those 2, therefore, would not make it into the list of top-level packages (even though they should be). > > So has anyone already made a fairly complete list of this kind? > > I do have a practical situation where such a list would be very handy. Maybe this could be useful: http://www.opencsw.org/2010/09/which-csw-packages-have-been-installed/ /peter From dam at opencsw.org Wed Nov 7 22:40:26 2012 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 7 Nov 2012 22:40:26 +0100 Subject: [csw-users] list of top level packages? In-Reply-To: <239E996F5C620A4E8A369B7D818326B20439DFE5@PUSMNEI1.pwemail.us> References: <239E996F5C620A4E8A369B7D818326B20439DFB6@PUSMNEI1.pwemail.us> <239E996F5C620A4E8A369B7D818326B20439DFE5@PUSMNEI1.pwemail.us> Message-ID: Hi George, Am 07.11.2012 um 22:34 schrieb "Wyche, George PW" : > Pretty close. That script saves me several hours of scripting effort. > The ideal would be for someone who has EVERYTHING installed to run that script and make the list available. > > I would change the title of that page to (or have an addition of) : Top-Level Packages Unfortunately it is not that easy as some packages are useful on their own, but are also use as dependencies for other packages. This includes perl, curl, netpbm, ectags etc. If you are interested in the software that we package the bundle may also be interesting. dam at login [login]:/home/dam > pkgparam CSWlibcurl4 OPENCSW_BUNDLE curl 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 From George.Wyche at pw.utc.com Wed Nov 7 23:40:49 2012 From: George.Wyche at pw.utc.com (Wyche, George PW) Date: Wed, 7 Nov 2012 17:40:49 -0500 Subject: [csw-users] list of top level packages? In-Reply-To: References: <239E996F5C620A4E8A369B7D818326B20439DFB6@PUSMNEI1.pwemail.us><239E996F5C620A4E8A369B7D818326B20439DFE5@PUSMNEI1.pwemail.us> Message-ID: <239E996F5C620A4E8A369B7D818326B20439E01B@PUSMNEI1.pwemail.us> @Dago, (Based on your not top posting I am trying to get this corporately required "outlook 2007" to bottom post. Pardon me while I get that ironed out.) > On Behalf Of Dagobert Michelsen > Sent: Wednesday, November 07, 2012 3:40 PM > To: Questions and discussions > Subject: Re: [csw-users] list of top level packages? > > Hi George, > > Am 07.11.2012 um 22:34 schrieb "Wyche, George PW" > : > > Pretty close. That script saves me several hours of scripting effort. > > The ideal would be for someone who has EVERYTHING installed to run that > script and make the list available. > > > > I would change the title of that page to (or have an addition of) : Top-Level > Packages > > > Unfortunately it is not that easy as some packages are useful on their own, but are > also use as dependencies for other packages. This includes perl, curl, netpbm, > ectags etc. > If you are interested in the software that we package the bundle may also be > interesting. > > dam at login [login]:/home/dam > pkgparam CSWlibcurl4 OPENCSW_BUNDLE > curl > > > Best regards > > -- Dago So I might edit the catalog of the 3000+ openCSW packages, convert all the lines to look as above, save the output to /tmp, sort -u, and treat that as my top-level packages list? George From bonivart at opencsw.org Wed Nov 7 23:47:26 2012 From: bonivart at opencsw.org (Peter Bonivart) Date: Wed, 7 Nov 2012 23:47:26 +0100 Subject: [csw-users] list of top level packages? In-Reply-To: <239E996F5C620A4E8A369B7D818326B20439E01B@PUSMNEI1.pwemail.us> References: <239E996F5C620A4E8A369B7D818326B20439DFB6@PUSMNEI1.pwemail.us> <239E996F5C620A4E8A369B7D818326B20439DFE5@PUSMNEI1.pwemail.us> <239E996F5C620A4E8A369B7D818326B20439E01B@PUSMNEI1.pwemail.us> Message-ID: On Wed, Nov 7, 2012 at 11:40 PM, Wyche, George PW wrote: > So I might edit the catalog of the 3000+ openCSW packages, convert all the lines to look as above, save the output to /tmp, sort -u, and treat that as my top-level packages list? pkgparam is a Solaris pkg command, it operates on your systems package database, not on the OpenCSW catalog. Something like this should list all bundles on a system: $ for i in `pkgutil --list`; do pkgparam $i OPENCSW_BUNDLE ; done | sort | uniq From dam at opencsw.org Wed Nov 7 23:51:27 2012 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 7 Nov 2012 23:51:27 +0100 Subject: [csw-users] list of top level packages? In-Reply-To: <239E996F5C620A4E8A369B7D818326B20439E01B@PUSMNEI1.pwemail.us> References: <239E996F5C620A4E8A369B7D818326B20439DFB6@PUSMNEI1.pwemail.us><239E996F5C620A4E8A369B7D818326B20439DFE5@PUSMNEI1.pwemail.us> <239E996F5C620A4E8A369B7D818326B20439E01B@PUSMNEI1.pwemail.us> Message-ID: <2B51602D-BD01-48F8-BA04-93E72D17F823@opencsw.org> Hi George, Am 07.11.2012 um 23:40 schrieb "Wyche, George PW" : >> Am 07.11.2012 um 22:34 schrieb "Wyche, George PW" >> : >>> Pretty close. That script saves me several hours of scripting effort. >>> The ideal would be for someone who has EVERYTHING installed to run that >>> script and make the list available. >>> >>> I would change the title of that page to (or have an addition of) : Top-Level >>> Packages >> >> Unfortunately it is not that easy as some packages are useful on their own, but are >> also use as dependencies for other packages. This includes perl, curl, netpbm, >> ectags etc. >> If you are interested in the software that we package the bundle may also be >> interesting. >> >> dam at login [login]:/home/dam > pkgparam CSWlibcurl4 OPENCSW_BUNDLE >> curl > > So I might edit the catalog of the 3000+ openCSW packages, convert all the lines to look as above, save the output to /tmp, sort -u, and treat that as my top-level packages list? Just by coincidence I happen to have a script that generates a catalog with an extra column carrying the bundle for every package: http://opencsw.svn.sourceforge.net/viewvc/opencsw/buildfarm/bin/rest-interface/getcatalog?revision=625&view=markup ?and yes, I suppose you could treat the bundles as the top-level packages. We also talked about modifying the catalog to make that one the default, but hey, too many things on the list. Why this is not on the webpage? Same reason. Please keep in mind that not all packages have a bundle as this was introduced IIRC in 2009, so older packages don't have that. 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 From George.Wyche at pw.utc.com Thu Nov 8 00:00:59 2012 From: George.Wyche at pw.utc.com (Wyche, George PW) Date: Wed, 7 Nov 2012 18:00:59 -0500 Subject: [csw-users] list of top level packages? In-Reply-To: References: <239E996F5C620A4E8A369B7D818326B20439DFB6@PUSMNEI1.pwemail.us><239E996F5C620A4E8A369B7D818326B20439DFE5@PUSMNEI1.pwemail.us><239E996F5C620A4E8A369B7D818326B20439E01B@PUSMNEI1.pwemail.us> Message-ID: <239E996F5C620A4E8A369B7D818326B20439E023@PUSMNEI1.pwemail.us> @Peter and Dago > On Behalf Of Peter Bonivart > Sent: Wednesday, November 07, 2012 4:47 PM > To: Questions and discussions > Subject: Re: [csw-users] list of top level packages? > > On Wed, Nov 7, 2012 at 11:40 PM, Wyche, George PW > wrote: > > So I might edit the catalog of the 3000+ openCSW packages, convert all the > lines to look as above, save the output to /tmp, sort -u, and treat that as my top- > level packages list? > > pkgparam is a Solaris pkg command, it operates on your systems package > database, not on the OpenCSW catalog. Something like this should list > all bundles on a system: > > $ for i in `pkgutil --list`; do pkgparam $i OPENCSW_BUNDLE ; done | sort | uniq Doh! pkgparam. I knew that, but only used it a couple times. I am new to the package making business. Here at work no Solaris box is allowed access to the internet. But I do have a sparc at home so from there I will play with the above and also that script. *IF* I get it all to work, and *IF* I can make the output look nice, I'll report back. George From dam at opencsw.org Thu Nov 8 00:03:48 2012 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 8 Nov 2012 00:03:48 +0100 Subject: [csw-users] list of top level packages? In-Reply-To: <239E996F5C620A4E8A369B7D818326B20439E023@PUSMNEI1.pwemail.us> References: <239E996F5C620A4E8A369B7D818326B20439DFB6@PUSMNEI1.pwemail.us><239E996F5C620A4E8A369B7D818326B20439DFE5@PUSMNEI1.pwemail.us><239E996F5C620A4E8A369B7D818326B20439E01B@PUSMNEI1.pwemail.us> <239E996F5C620A4E8A369B7D818326B20439E023@PUSMNEI1.pwemail.us> Message-ID: Hi George, Am 08.11.2012 um 00:00 schrieb "Wyche, George PW" : > Here at work no Solaris box is allowed access to the internet. But I do have a sparc at home so from there I will play with the above and also that script. *IF* I get it all to work, and *IF* I can make the output look nice, I'll report back. You are aware of the mirrors, right? http://www.opencsw.org/manual/for-administrators/mirror-setup.html 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 From George.Wyche at pw.utc.com Thu Nov 8 00:27:21 2012 From: George.Wyche at pw.utc.com (Wyche, George PW) Date: Wed, 7 Nov 2012 18:27:21 -0500 Subject: [csw-users] list of top level packages? In-Reply-To: References: <239E996F5C620A4E8A369B7D818326B20439DFB6@PUSMNEI1.pwemail.us><239E996F5C620A4E8A369B7D818326B20439DFE5@PUSMNEI1.pwemail.us><239E996F5C620A4E8A369B7D818326B20439E01B@PUSMNEI1.pwemail.us><239E996F5C620A4E8A369B7D818326B20439E023@PUSMNEI1.pwemail.us> Message-ID: <239E996F5C620A4E8A369B7D818326B20439E029@PUSMNEI1.pwemail.us> @Dago > On Behalf Of Dagobert Michelsen > Sent: Wednesday, November 07, 2012 5:04 PM > To: Questions and discussions > Subject: Re: [csw-users] list of top level packages? > > Hi George, > > Am 08.11.2012 um 00:00 schrieb "Wyche, George PW" > : > > Here at work no Solaris box is allowed access to the internet. But I do have a > sparc at home so from there I will play with the above and also that script. *IF* I > get it all to work, and *IF* I can make the output look nice, I'll report back. > > > You are aware of the mirrors, right? > http://www.opencsw.org/manual/for-administrators/mirror-setup.html > > > Best regards > > -- Dago Yes. I already download catalog and description and packages from a mirror to a folder via this PC. From a sparc I move those to a properly laid out directory tree, have each of the workstations use pkgutil and a properly setup conf file on each one. When a particular workstation needs something, the pkgutil --install blah. Works 99% of the time. The other 1% is because not all workstations are allowed (time allocation to do it) to have the identical Solaris10. Getting a working DVD reader has been harder than I would have guessed AND the authorized time to at least get the last non$1000/workstation Solaris10 installed for those workstations *with* 10 already on them. (And no proper IT guy authorized to do it.) The only reason I brought this whole topic us was a v_e_r_y parttime IT (not me) reinstalled OS10 on a workstation and wiped out all the CSW package info out of ignorance, but left /opt/csw alone. So that production machine works... just don't know *FOR SURE* what CSW packages all these files belong to. Now... I am supposed to make packages that depend on CSW packages. Trouble of course happened when I went to install same on that machine. (That is how I found out the above.) I will only be given a little time on that production machine to restore the CSW package information, so I'm puzzling out a couple ideas about how to do that (in my spare time, ha!). Maybe no(other)body will work on our Thanksgiving holiday and I can do it then. George From ghenry at cmi.univ-mrs.fr Thu Nov 8 08:50:48 2012 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Thu, 08 Nov 2012 08:50:48 +0100 Subject: [csw-users] php: missing hash? Message-ID: <509B6458.1080601@cmi.univ-mrs.fr> hello all, i'm trying to deploy a symfony project with opencsw packages of apache and php. But i got an error: PHP Fatal error: Call to undefined function Sensio\Bundle\DistributionBundle\Configurator\Step\hash() and this error seems to be that hash is missing in php. If i understand, hash is now part of php since > 5.1.2: http://php.net/manual/en/function.hash.php and with a little test: PHP Fatal error: Call to undefined function hash() in /opt/csw/apache2/share/htdocs/titi.php on line 2 echo titi.php: if i look at phpinfo(), i see: '--enable-hash=shared' '--with-mhash=shared,/opt/csw' and: # /opt/csw/php5/bin/php -m |grep hash # anybody can tell if i 'm wrong? thanks in advance for help gerard From jh at opencsw.org Thu Nov 8 09:26:42 2012 From: jh at opencsw.org (Jan Holzhueter) Date: Thu, 08 Nov 2012 09:26:42 +0100 Subject: [csw-users] php: missing hash? In-Reply-To: <509B6458.1080601@cmi.univ-mrs.fr> References: <509B6458.1080601@cmi.univ-mrs.fr> Message-ID: <509B6CC2.3080303@opencsw.org> Hi, Am 08.11.12 08:50, schrieb Gerard Henry: > hello all, > i'm trying to deploy a symfony project with opencsw packages of apache > and php. > But i got an error: > PHP Fatal error: Call to undefined function > Sensio\Bundle\DistributionBundle\Configurator\Step\hash() > > and this error seems to be that hash is missing in php. If i understand, > hash is now part of php since > 5.1.2: > http://php.net/manual/en/function.hash.php It's split out as a module which is not installed by default I think. Install http://www.opencsw.org/packages/CSWphp5-hash/ and check if it's enabled in the php.ini. Some modules fail to enable so you need to add it to php.ini. Greetings Jan From ghenry at cmi.univ-mrs.fr Thu Nov 8 09:38:44 2012 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Thu, 08 Nov 2012 09:38:44 +0100 Subject: [csw-users] php: missing hash? In-Reply-To: <509B6CC2.3080303@opencsw.org> References: <509B6458.1080601@cmi.univ-mrs.fr> <509B6CC2.3080303@opencsw.org> Message-ID: <509B6F94.1010100@cmi.univ-mrs.fr> On 11/08/12 09:26, Jan Holzhueter wrote: > It's split out as a module which is not installed by default I think. > > Install http://www.opencsw.org/packages/CSWphp5-hash/ > root at catalogue2:~# /opt/csw/bin/pkgutil -i php5-hash Checking integrity of /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_testing_i386_5.11 with gpg. gpg: Signature made Thu Nov 08 06:46:10 2012 CET using DSA key ID 9306CC77 gpg: Good signature from "OpenCSW catalog signing " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 4DCE 3C80 AAB2 CAB1 E60C 9A3C 05F4 2D66 9306 CC77 Solving needed dependencies ... Package php5-hash not in catalog. Exiting. that's why i have problems to find it. Strange that i found it with Firefox, not with pkgutil? From ghenry at cmi.univ-mrs.fr Thu Nov 8 09:45:00 2012 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Thu, 08 Nov 2012 09:45:00 +0100 Subject: [csw-users] php: missing hash? In-Reply-To: <509B6F94.1010100@cmi.univ-mrs.fr> References: <509B6458.1080601@cmi.univ-mrs.fr> <509B6CC2.3080303@opencsw.org> <509B6F94.1010100@cmi.univ-mrs.fr> Message-ID: <509B710C.80400@cmi.univ-mrs.fr> On 11/08/12 09:38, Gerard Henry wrote: > root at catalogue2:~# /opt/csw/bin/pkgutil -i php5-hash ok pkgutil -i php5_hash is fine very thanks for your fastest reply! gerard From miceli at buffalo.edu Thu Nov 8 18:58:25 2012 From: miceli at buffalo.edu (Lenny Miceli) Date: Thu, 08 Nov 2012 12:58:25 -0500 Subject: [csw-users] Mozilla SpiderMonkey JavaScript interpreter binary missing In-Reply-To: <5097E6A7.2090006@opencsw.org> References: <508950B7.8040608@buffalo.edu> <5089559E.5010804@opencsw.org> <508A7AC8.3020807@opencsw.org> <508A7AF1.1090108@opencsw.org> <508B0393.9090607@buffalo.edu> <50902203.9040104@buffalo.edu> <509126C1.6080300@opencsw.org> <50912905.7020109@buffalo.edu> <5097E010.9050300@buffalo.edu> <5097E6A7.2090006@opencsw.org> Message-ID: <509BF2C1.7030709@buffalo.edu> Hi Jan, I should've asked if the people that are out of the office are out all week? If so, then I'll wait until next week for them to get back for this to occur. Thanks for all your help, Lenny On 11/05/2012 11:17 AM, Jan Holzhueter wrote: > Hi, > > Am 05.11.12 16:49, schrieb Lenny Miceli: >> Hi Jan, >> >> Any update on getting SpiderMonkey to the current/stable branch? >> > > I'm still working on it. > The people who can do it atm are out of "office". > Sorry for that. > Hope to have it pushed soon. > > Greetings > Jan > > > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > From maciej at opencsw.org Thu Nov 8 19:03:21 2012 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Thu, 8 Nov 2012 18:03:21 +0000 Subject: [csw-users] Mozilla SpiderMonkey JavaScript interpreter binary missing In-Reply-To: <509BF2C1.7030709@buffalo.edu> References: <508950B7.8040608@buffalo.edu> <5089559E.5010804@opencsw.org> <508A7AC8.3020807@opencsw.org> <508A7AF1.1090108@opencsw.org> <508B0393.9090607@buffalo.edu> <50902203.9040104@buffalo.edu> <509126C1.6080300@opencsw.org> <50912905.7020109@buffalo.edu> <5097E010.9050300@buffalo.edu> <5097E6A7.2090006@opencsw.org> <509BF2C1.7030709@buffalo.edu> Message-ID: 2012/11/8 Lenny Miceli > I should've asked if the people that are out of the office are out all > week? If so, then I'll wait until next week for them to get back for this > to occur. > Hi Lenny, The dublin catalog is in freeze[1] so don't hold your breath. If you really need it, create own catalog overlay, and put the needed package into it. You can see [2] for some hints. Basically, create a catalog structure, move the needed package into it, run bldcat on it, serve it over http and point pkgutil at it. Maciej [1] http://www.opencsw.org/2012/06/the-dublin-catalog-is-in-freeze/ [2] http://www.opencsw.org/community/questions/36/how-to-set-up-a-private-package-catalog -------------- next part -------------- An HTML attachment was scrubbed... URL: From miceli at buffalo.edu Thu Nov 8 19:11:04 2012 From: miceli at buffalo.edu (Lenny Miceli) Date: Thu, 08 Nov 2012 13:11:04 -0500 Subject: [csw-users] Mozilla SpiderMonkey JavaScript interpreter binary missing In-Reply-To: References: <508950B7.8040608@buffalo.edu> <5089559E.5010804@opencsw.org> <508A7AC8.3020807@opencsw.org> <508A7AF1.1090108@opencsw.org> <508B0393.9090607@buffalo.edu> <50902203.9040104@buffalo.edu> <509126C1.6080300@opencsw.org> <50912905.7020109@buffalo.edu> <5097E010.9050300@buffalo.edu> <5097E6A7.2090006@opencsw.org> <509BF2C1.7030709@buffalo.edu> Message-ID: <509BF5B8.70805@buffalo.edu> Oh, thanks Maciej. I wasn't aware, thanks for the links. To get our developers moving I'll just install the software from the unstable branch since it seems it will be awhile before anything gets added to the current branch. Thanks again, Lenny On 11/08/2012 01:03 PM, Maciej (Matchek) Blizi?ski wrote: > 2012/11/8 Lenny Miceli > > > I should've asked if the people that are out of the office are > out all week? If so, then I'll wait until next week for them to get > back for this to occur. > > > Hi Lenny, > > The dublin catalog is in freeze[1] so don't hold your breath. If you > really need it, create own catalog overlay, and put the needed package > into it. You can see [2] for some hints. Basically, create a catalog > structure, move the needed package into it, run bldcat on it, serve it > over http and point pkgutil at it. > > Maciej > > [1] http://www.opencsw.org/2012/06/the-dublin-catalog-is-in-freeze/ > [2] > http://www.opencsw.org/community/questions/36/how-to-set-up-a-private-package-catalog > > > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > From redbrain at gcc.gnu.org Mon Nov 12 14:45:43 2012 From: redbrain at gcc.gnu.org (Philip Herron) Date: Mon, 12 Nov 2012 13:45:43 +0000 Subject: [csw-users] gcc and autoconf In-Reply-To: References: Message-ID: Hey Sorry for long no reply yeah i installed dbus and now i have: -bash-3.00# /opt/csw/bin/gnome-keyring-daemon gnome-keyring-daemon: couldn't lookup ssh component setting: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - 1: Not running within active session)gnome-keyring-daemon: couldn't lookup pkcs11 component setting: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - 1: Not running within active session)GNOME_KEYRING_SOCKET=/var/tmp/keyring-wqcyjQ/socket SSH_AUTH_SOCK=/var/tmp/keyring-wqcyjQ/socket.ssh GNOME_KEYRING_PID=6589 -bash-3.00# /opt/csw/bin/dbus-daemon No configuration file specified. dbus-daemon [--version] [--session] [--system] [--config-file=FILE] [--print-address[=DESCRIPTOR]] [--print-pid[=DESCRIPTOR]] [--fork] [--nofork] [--introspect] [--address=ADDRESS] [--systemd-activation] Not sure how i startup or use dbus daemon for this all to work. --Phil On 6 November 2012 16:07, Ben Walton wrote: > Hi Philip, > > On Tue, Nov 6, 2012 at 1:42 PM, Philip Herron wrote: > >> But i can't for the life of me get gnome-keyrin-daemon work. >> > > My first hunch is that you don't have a dbus session running. Is that > the case? If so, does firing up a dbus daemon in your environment > resolve this? > > Thanks > -Ben > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users From bwalton at opencsw.org Mon Nov 12 20:19:25 2012 From: bwalton at opencsw.org (Ben Walton) Date: Mon, 12 Nov 2012 19:19:25 +0000 Subject: [csw-users] gcc and autoconf In-Reply-To: References: Message-ID: Hi Philip, On Nov 12, 2012 1:46 PM, "Philip Herron" wrote: > > Hey > > Sorry for long no reply yeah i installed dbus and now i have: > > -bash-3.00# /opt/csw/bin/gnome-keyring-daemon > gnome-keyring-daemon: couldn't lookup ssh component setting: Failed to > contact configuration server; the most common cause is a missing or > misconfigured D-Bus session bus daemon. See > http://projects.gnome.org/gconf/ for information. (Details - 1: Not > running within active session)gnome-keyring-daemon: couldn't lookup > pkcs11 component setting: Failed to contact configuration server; the > most common cause is a missing or misconfigured D-Bus session bus > daemon. See http://projects.gnome.org/gconf/ for information. (Details > - 1: Not running within active > session)GNOME_KEYRING_SOCKET=/var/tmp/keyring-wqcyjQ/socket > SSH_AUTH_SOCK=/var/tmp/keyring-wqcyjQ/socket.ssh > GNOME_KEYRING_PID=6589 > > -bash-3.00# /opt/csw/bin/dbus-daemon > No configuration file specified. > dbus-daemon [--version] [--session] [--system] [--config-file=FILE] > [--print-address[=DESCRIPTOR]] [--print-pid[=DESCRIPTOR]] [--fork] > [--nofork] [--introspect] [--address=ADDRESS] [--systemd-activation] > > Not sure how i startup or use dbus daemon for this all to work. Nor am I, unfortunately...maybe ping the maintainer about it? Thanks -Ben -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Mon Nov 12 20:39:56 2012 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 12 Nov 2012 20:39:56 +0100 Subject: [csw-users] gcc and autoconf In-Reply-To: References: Message-ID: Hi folks, Am 12.11.2012 um 20:19 schrieb Ben Walton : > On Nov 12, 2012 1:46 PM, "Philip Herron" wrote: > > Sorry for long no reply yeah i installed dbus and now i have: > > > > -bash-3.00# /opt/csw/bin/gnome-keyring-daemon > > gnome-keyring-daemon: couldn't lookup ssh component setting: Failed to > > contact configuration server; the most common cause is a missing or > > misconfigured D-Bus session bus daemon. See > > http://projects.gnome.org/gconf/ for information. (Details - 1: Not > > running within active session)gnome-keyring-daemon: couldn't lookup > > pkcs11 component setting: Failed to contact configuration server; the > > most common cause is a missing or misconfigured D-Bus session bus > > daemon. See http://projects.gnome.org/gconf/ for information. (Details > > - 1: Not running within active > > session)GNOME_KEYRING_SOCKET=/var/tmp/keyring-wqcyjQ/socket > > SSH_AUTH_SOCK=/var/tmp/keyring-wqcyjQ/socket.ssh > > GNOME_KEYRING_PID=6589 > > > > -bash-3.00# /opt/csw/bin/dbus-daemon > > No configuration file specified. > > dbus-daemon [--version] [--session] [--system] [--config-file=FILE] > > [--print-address[=DESCRIPTOR]] [--print-pid[=DESCRIPTOR]] [--fork] > > [--nofork] [--introspect] [--address=ADDRESS] [--systemd-activation] > > > > Not sure how i startup or use dbus daemon for this all to work. > > Nor am I, unfortunately...maybe ping the maintainer about it? That would be me. Unfortunately I am far from a DBus expert, however, there have been some bugs reported which may be connected to your issue: https://www.opencsw.org/mantis/view.php?id=4821 https://www.opencsw.org/mantis/view.php?id=4815 Please let me know if any of them solved your issue. Also feel free to restate your question on the community area (slow ATM): http://www.opencsw.org/community/ 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 From lassmichinruhe at rz-amper.de Wed Nov 14 18:15:24 2012 From: lassmichinruhe at rz-amper.de (Markus Sonnenberg) Date: Wed, 14 Nov 2012 18:15:24 +0100 Subject: [csw-users] gcc and autoconf In-Reply-To: References: Message-ID: <50A3D1AC.1030308@rz-amper.de> On 11/12/2012 2:45 PM, Philip Herron wrote: > -bash-3.00# /opt/csw/bin/dbus-daemon > No configuration file specified. > dbus-daemon [--version] [--session] [--system] [--config-file=FILE] > [--print-address[=DESCRIPTOR]] [--print-pid[=DESCRIPTOR]] [--fork] > [--nofork] [--introspect] [--address=ADDRESS] [--systemd-activation] > > Not sure how i startup or use dbus daemon for this all to work. > > --Phil please check the following ismine~# ps -ef | grep -i dbus root 3537 2666 0 18:01:46 pts/1 0:00 grep -i dbus messageb 476 1 0 Aug 30 ? 0:00 /opt/csw/bin/dbus-daemon --system ismine~# svcs -a | grep -i dbus online Aug_30 svc:/system/cswdbus:default ismine~# pkginfo | grep -i cswdbus application CSWdbus dbus - DBus Message Bus System application CSWdbusglib dbus_glib_stub - Transitional package. Content moved to CSWlibdbus-glib1-2 i had a similar error about dbus with xchat and i think i solved it somehow with 'dbus-uuidgen'. if 'svc:/system/cswdbus:default' is not running a friendly 'svcs -x' should give you some hints. regards markus ct, -- Das Abspringen einer Begrenzungsmauer dient nicht dem direkten Zur?cklegen des Arbeitsweges. http://www.rz-amper.de From ghenry at cmi.univ-mrs.fr Tue Nov 20 09:22:43 2012 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Tue, 20 Nov 2012 09:22:43 +0100 Subject: [csw-users] postgres 9.1 usage ? Message-ID: <50AB3DD3.4060900@cmi.univ-mrs.fr> hello all, i'm trying to use postgres 9.1 from opencsw. I'm a little bit loast with different configration files, in the past, i used: postgresql.conf pg_hba.conf looking at CSWpostgresql91-server, i found: /opt/csw/share/postgresql/91/pg_hba.conf.sample /opt/csw/share/postgresql/91/pg_ident.conf.sample /opt/csw/share/postgresql/91/pg_service.conf.sample /opt/csw/share/postgresql/91/postgresql.conf.sample /opt/csw/share/postgresql/91/recovery.conf.sample and /etc/opt/csw/postgresql-91.conf.CSW it seems to me that /opt/csw/share/postgresql/91/postgresql.conf.sample has nothing to do with /etc/opt/csw/postgresql-91.conf.CSW ? so, what's the best way to configure listen_addresses and users? is it ok to copy /opt/csw/share/postgresql/91/pg_hba.conf.sample in /etc/opt/csw/ ? thanks in advance, gerard From maciej at opencsw.org Sat Nov 24 12:39:49 2012 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Sat, 24 Nov 2012 11:39:49 +0000 Subject: [csw-users] Roadmap for 2013 Message-ID: Most of the year 2012 at OpenCSW was spent trying to keep up to date with core packages, and testing the new package flow. The unstable catalog was getting very frequent updates directly from package maintainers. The dublin catalog was periodically synchronized from the unstable catalog, until the OpenSSL update came along. The library update turned out to be non-trivial, and resulted in the dublin catalog freeze. We have the capacity to rebuilt packages for the dublin catalog, but most of the new work goes towards new packages. We?ve created a new catalog called ?kiel?. It is a snapshot of the unstable catalog, featuring OpenSSL 1.0.0 and other updates. If you want OpenSSL 1.0.0, this is the catalog you should use. It will kept getting periodic updates from unstable, the way the dublin catalog used to. You need to configure pkgutil to point to the release name. We?ve also created the next catalog, called ?bratislava?, which is currently only a placeholder for some experiments we?re about to make. We?re still collecting ideas, but the main one is that we?ll build it from scratch, with some fundamental changes: there will be no CSWcommon, and everything will be built with GCC by default. We also want to make it possible to bootstrap OpenCSW at a different prefix than /opt/csw, allowing others to build their own software stacks based on our code base. The progress on the IPS catalog is slow, but the effort is ongoing. The short outline of our 2013 plans is: - Keep the ?stable? URL empty for until mid-2013 to make sure that people notice that they shouldn?t be using it. - When mid-2013 arrives, promote dublin to stable and promote kiel to testing. - Build bratislava. - Build an IPS catalog. We hope our packages make your life easier. If you feel like talking to us, hop on the IRC channel. The same entry on our website: http://www.opencsw.org/2012/11/roadmap-for-2013/ From tw at wsf.at Mon Nov 26 09:49:31 2012 From: tw at wsf.at (Thomas Wolf) Date: Mon, 26 Nov 2012 09:49:31 +0100 Subject: [csw-users] OpenCSW on opensolaris 5.11 snv_111b i86pc Message-ID: <50B32D1B.70408@wsf.at> Hi, I have to maintain a rather old server running opensolaris 5.11 snv_111b (x86). Now I need apache2+php5 and OpenCSW seems to be the way to go. Just to confirm: All CSW packages install everything in /opt/csw, so I can be 100% sure that existing software (a proprietary order processing system along with a bunch of perl scripts) will be completely unaffected, right? best regards Thomas From dam at opencsw.org Mon Nov 26 09:55:33 2012 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 26 Nov 2012 09:55:33 +0100 Subject: [csw-users] OpenCSW on opensolaris 5.11 snv_111b i86pc In-Reply-To: <50B32D1B.70408@wsf.at> References: <50B32D1B.70408@wsf.at> Message-ID: Hi Thomas, Am 26.11.2012 um 09:49 schrieb Thomas Wolf : > I have to maintain a rather old server running opensolaris 5.11 > snv_111b (x86). Now I need apache2+php5 and OpenCSW seems to > be the way to go. Just to confirm: All CSW packages install > everything in /opt/csw, so I can be 100% sure that existing software > (a proprietary order processing system along with a bunch of perl > scripts) will be completely unaffected, right? The only installation OpenCSW will install to is /etc/opt/csw Configuratution /opt/csw /var/opt/csw Variable stuff /usr/sadm/scripts Package configuration files (no collisions) So it should be safe. 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 From tw at wsf.at Tue Nov 27 16:32:19 2012 From: tw at wsf.at (Thomas Wolf) Date: Tue, 27 Nov 2012 16:32:19 +0100 Subject: [csw-users] OpenCSW on opensolaris 5.11 snv_111b i86pc In-Reply-To: References: <50B32D1B.70408@wsf.at> Message-ID: <50B4DD03.5040800@wsf.at> Am 2012-11-26 09:55, schrieb Dagobert Michelsen: > Hi Thomas, > > Am 26.11.2012 um 09:49 schrieb Thomas Wolf : >> I have to maintain a rather old server running opensolaris 5.11 >> snv_111b (x86). Now I need apache2+php5 and OpenCSW seems to >> be the way to go. Just to confirm: All CSW packages install >> everything in /opt/csw, so I can be 100% sure that existing software >> (a proprietary order processing system along with a bunch of perl >> scripts) will be completely unaffected, right? > > > The only installation OpenCSW will install to is > /etc/opt/csw Configuratution > /opt/csw > /var/opt/csw Variable stuff > /usr/sadm/scripts Package configuration files (no collisions) > > So it should be safe. Hi Dago, Many thanks for the quick reply, everything went without problems. best regards Thomas From dam at opencsw.org Tue Nov 27 16:34:34 2012 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 27 Nov 2012 16:34:34 +0100 Subject: [csw-users] OpenCSW on opensolaris 5.11 snv_111b i86pc In-Reply-To: <50B4DD03.5040800@wsf.at> References: <50B32D1B.70408@wsf.at> <50B4DD03.5040800@wsf.at> Message-ID: <88D9D13C-17BD-4738-8FAA-DC783C442F49@opencsw.org> Hi Thomas, Am 27.11.2012 um 16:32 schrieb Thomas Wolf : > Many thanks for the quick reply, everything went without problems. Cool! Feel free to blog/tweet/talk about your experience :-) 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 From George.Wyche at pw.utc.com Wed Nov 28 17:59:36 2012 From: George.Wyche at pw.utc.com (Wyche, George PW) Date: Wed, 28 Nov 2012 11:59:36 -0500 Subject: [csw-users] libc.so.1 SUNW_1.22.2 Message-ID: <239E996F5C620A4E8A369B7D818326B2044A33ED@PUSMNEI1.pwemail.us> Which version(s) of OS10 are we supporting? I tried (after many weeks) to run my openCSW samba under OS5.10. Failed. Then I read the email here on the list and was heartened to see I was not alone. Tuesday I loaded up 118 new gz files from the "kiel" release that differed from my last "unstable" downloading last summer that I knew I would eventually be needing. "pkgutil --install samba" went happily. But the samba log file now says libc.so.1 SUNW_1.22.2 not found. (Before it was 1.22.7 not found.) Somehow I got the impression that the samba repair was going to accommodate (all versions of) Solaris10. It hasn't been stated (has it?) which version of Solaris 10 is the minimum version. My guess is it must be the version only available by DVD. Can I instead use some Solaris8/9 versions and depend on binary upward compatibility? From dam at opencsw.org Wed Nov 28 18:08:47 2012 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 28 Nov 2012 18:08:47 +0100 Subject: [csw-users] libc.so.1 SUNW_1.22.2 In-Reply-To: <239E996F5C620A4E8A369B7D818326B2044A33ED@PUSMNEI1.pwemail.us> References: <239E996F5C620A4E8A369B7D818326B2044A33ED@PUSMNEI1.pwemail.us> Message-ID: Hi George, Am 28.11.2012 um 17:59 schrieb "Wyche, George PW" : > Which version(s) of OS10 are we supporting? That question is difficult and we don't have an answer that is correct for all versions. The easy answer is 10u10 because we built on that. However, it is possible to use a somewhat lower u-level which is accomodated by providing map files to the build limiting the used function set to older versions. Usually this is somewhere around u8. For production system the recommended thing is to use a recent u anyway. > I tried (after many weeks) to run my openCSW samba under OS5.10. Failed. Then I read the email here on the list and was heartened to see I was not alone. > > Tuesday I loaded up 118 new gz files from the "kiel" release that differed from my last "unstable" downloading last summer that I knew I would eventually be needing. > > "pkgutil --install samba" went happily. But the samba log file now says libc.so.1 SUNW_1.22.2 not found. (Before it was 1.22.7 not found.) libc 1.22.2 is way before u7: http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libc/port/mapfile-vers You may be able to get 1.22.2 by installing the latest patchcluster. > Somehow I got the impression that the samba repair was going to accommodate (all versions of) Solaris10. This is definitely not possible. Think of the addition of zfs and new platform support. > It hasn't been stated (has it?) which version of Solaris 10 is the minimum version. My guess is it must be the version only available by DVD. I would say our baseline is s10u8. You can freely download s10u10 and luupgrade to that without a support contract IIRC. > Can I instead use some Solaris8/9 versions and depend on binary upward compatibility? Sure. But please note that we don't build for Solaris 8 and 9 any more and I am pretty sure you can't get a recent Samba to compile on Solaris 9 at all. 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 From maciej at opencsw.org Wed Nov 28 18:25:32 2012 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Wed, 28 Nov 2012 17:25:32 +0000 Subject: [csw-users] libc.so.1 SUNW_1.22.2 In-Reply-To: References: <239E996F5C620A4E8A369B7D818326B2044A33ED@PUSMNEI1.pwemail.us> Message-ID: 2012/11/28 Dagobert Michelsen > I would say our baseline is s10u8. You can freely download s10u10 and luupgrade to that > without a support contract IIRC. We were thinking about matching the building OS version in sync with the catalog releases. For instance, we'd be building dublin on an older version, and kiel on a newer one. This would make it easier to say: "You need at least U4 to run dublin, and at least U8 to run dublin" (numbers are completely bogus in that sentence). From George.Wyche at pw.utc.com Wed Nov 28 19:54:16 2012 From: George.Wyche at pw.utc.com (Wyche, George PW) Date: Wed, 28 Nov 2012 13:54:16 -0500 Subject: [csw-users] libc.so.1 SUNW_1.22.2 In-Reply-To: References: <239E996F5C620A4E8A369B7D818326B2044A33ED@PUSMNEI1.pwemail.us> Message-ID: <239E996F5C620A4E8A369B7D818326B2044A34C7@PUSMNEI1.pwemail.us> > 2012/11/28 Maciej (Matchek) Blizinski: > To: Questions and discussions > Subject: Re: [csw-users] libc.so.1 SUNW_1.22.2 > > > 2012/11/28 Dagobert Michelsen : > > I would say our baseline is s10u8. You can freely download s10u10 and > > luupgrade to that without a support contract IIRC. > > We were thinking about matching the building OS version in sync with > the catalog releases. For instance, we'd be building dublin on an > older version, and kiel on a newer one. This would make it easier to > say: "You need at least U4 to run dublin, and at least U8 to run > dublin" (numbers are completely bogus in that sentence). I have the DVD iso, but none of our 7 sparc blades has a DVD writer (and nobody over at sunrescue.org had a DVD writer suggestion). The worthless office Windows DVD writer's DVD attempts have succeeded in making anything any of the blades can read. Hmmm. Isn't there a Solaris10 facility for treating an iso as a virtual DVD? Is it legal to pay someone to burn a DVD of this iso for us? Finally, does anybody have a simple answer to how much does it cost to deal with Oracle to keep up with basic OS bug patches? 3 questions -- 1 email (usually not a smart idea) George Wyche From dam at opencsw.org Wed Nov 28 20:10:38 2012 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 28 Nov 2012 20:10:38 +0100 Subject: [csw-users] libc.so.1 SUNW_1.22.2 In-Reply-To: <239E996F5C620A4E8A369B7D818326B2044A34C7@PUSMNEI1.pwemail.us> References: <239E996F5C620A4E8A369B7D818326B2044A33ED@PUSMNEI1.pwemail.us> <239E996F5C620A4E8A369B7D818326B2044A34C7@PUSMNEI1.pwemail.us> Message-ID: Hi George, Am 28.11.2012 um 19:54 schrieb "Wyche, George PW" : >> 2012/11/28 Maciej (Matchek) Blizinski: >> To: Questions and discussions >> Subject: Re: [csw-users] libc.so.1 SUNW_1.22.2 >> >>> 2012/11/28 Dagobert Michelsen : >>> I would say our baseline is s10u8. You can freely download s10u10 and >>> luupgrade to that without a support contract IIRC. >> >> We were thinking about matching the building OS version in sync with >> the catalog releases. For instance, we'd be building dublin on an >> older version, and kiel on a newer one. This would make it easier to >> say: "You need at least U4 to run dublin, and at least U8 to run >> dublin" (numbers are completely bogus in that sentence). > > I have the DVD iso, but none of our 7 sparc blades has a DVD writer (and nobody over at sunrescue.org had a DVD writer suggestion). The worthless office Windows DVD writer's DVD attempts have succeeded in making anything any of the blades can read. > > Hmmm. Isn't there a Solaris10 facility for treating an iso as a virtual DVD? Sure, lofiadm -a /my/Image.iso mount -F hsfs /dev/lofi/1 /mnt and then luupgrade from there. > Is it legal to pay someone to burn a DVD of this iso for us? Just SFTP via putty and burn on a PC. > > Finally, does anybody have a simple answer to how much does it cost to deal with Oracle to keep up with basic OS bug patches? > > 3 questions -- 1 email (usually not a smart idea I hope I could at least answer some of them. Best Regards -- Dago From George.Wyche at pw.utc.com Wed Nov 28 22:15:08 2012 From: George.Wyche at pw.utc.com (Wyche, George PW) Date: Wed, 28 Nov 2012 16:15:08 -0500 Subject: [csw-users] DVD iso In-Reply-To: References: <239E996F5C620A4E8A369B7D818326B2044A33ED@PUSMNEI1.pwemail.us><239E996F5C620A4E8A369B7D818326B2044A34C7@PUSMNEI1.pwemail.us> Message-ID: <239E996F5C620A4E8A369B7D818326B2044A35DC@PUSMNEI1.pwemail.us> >> The worthless office Windows DVD writer's DVD attempts have NOT >> succeeded in making anything any of the blades can read. > Just SFTP via putty and burn on a PC. Spell checker did NOT catch that I had left out the word NOT. I'll try the lofiadm idea. This is the 1st I have heard of luupgrade. Reading about it this first time I find it daunting, but the alternative of starting with a brand new disk is distasteful, too. This will take some reading. I'll check back probably next Monday. As a mere applications programmer I find all this IT stuff to be road blocks to getting my work done. But, thank you for pointing out some ways to proceed. George Wyche From dam at opencsw.org Wed Nov 28 22:20:32 2012 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 28 Nov 2012 22:20:32 +0100 Subject: [csw-users] DVD iso In-Reply-To: <239E996F5C620A4E8A369B7D818326B2044A35DC@PUSMNEI1.pwemail.us> References: <239E996F5C620A4E8A369B7D818326B2044A33ED@PUSMNEI1.pwemail.us><239E996F5C620A4E8A369B7D818326B2044A34C7@PUSMNEI1.pwemail.us> <239E996F5C620A4E8A369B7D818326B2044A35DC@PUSMNEI1.pwemail.us> Message-ID: <3B27D69F-0F4A-4AB7-AC8D-867786313344@opencsw.org> Hi George, Am 28.11.2012 um 22:15 schrieb "Wyche, George PW" : >>> The worthless office Windows DVD writer's DVD attempts have > NOT >>> succeeded in making anything any of the blades can read. >> Just SFTP via putty and burn on a PC. > > Spell checker did NOT catch that I had left out the word NOT. > > I'll try the lofiadm idea. > > This is the 1st I have heard of luupgrade. Reading about it this first time I find it daunting, but the alternative of starting with a brand new disk is distasteful, too. This will take some reading. I'll check back probably next Monday. You may also want to convert / to zfs if you have not done so as described here: http://blog.dogan.ch/2009/05/11/ufs-nach-zfs-migrieren-mit-live-upgrade/ It makes luupgrade much less painful. > As a mere applications programmer I find all this IT stuff to be road blocks to getting my work done. > But, thank you for pointing out some ways to proceed. I see, most companies using Solaris have full-time admins for this. Just drop a note here (or on #opencsw at freenode) if you have further questions. A recent Solaris 10 installation on ZFS is definitely a thing worthwhile doing. 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