From listen at alexander.skwar.name Mon Oct 1 15:54:01 2007 From: listen at alexander.skwar.name (Alexander Skwar) Date: Mon, 01 Oct 2007 15:54:01 +0200 Subject: [csw-users] CSW packages with Zones (eg. postfix) Message-ID: <22940015.9ZcT7Z3S40@kn.gn.rtr.message-center.info> Hello. I just installed CSWpostfix in the global zone of a Solaris 10 U4 system. Because I just ran "pkg-get -i postfix", the package also got installed in the non-global zones installed on this system. This is fine and wanted. There is, however, a problem: The non-global zones have /opt/csw added as an "inherited-pkg-dir". This means, that they "inherit" /opt/csw from the global zone and that it shows up as a read-only directory in the non-global zone. Because of that, it's not possible to configure the package, as the configuration has to be done in /opt/csw/etc (/opt/csw/etc/postfix, in this case). But as that's a read-only directory, the package cannot be configured in the non-global zone. How do you guys solve this problem, usually? For postfix, the solution might be to modify /etc/init.d/cswpostfix (BTW: does anyone have a SMF manifest at hand?) and change the start) section to be: "${DAEMON} -c /etc/opt/csw/postfix start", or something like this. But in general, wouldn't it be better, if the configuration would always reside in /etc/opt/csw? Bet regards, Alexander Skwar From dclarke at blastwave.org Mon Oct 1 16:06:34 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Mon, 1 Oct 2007 10:06:34 -0400 (EDT) Subject: [csw-users] CSW packages with Zones (eg. postfix) In-Reply-To: <22940015.9ZcT7Z3S40@kn.gn.rtr.message-center.info> References: <22940015.9ZcT7Z3S40@kn.gn.rtr.message-center.info> Message-ID: <44831.72.39.216.186.1191247594.squirrel@mail.blastwave.org> > Hello. > > I just installed CSWpostfix in the global zone of a Solaris 10 U4 > system. Because I just ran "pkg-get -i postfix", the package also > got installed in the non-global zones installed on this system. > This is fine and wanted. Are you sure ? It may have been wiser to set the -G flag in the /opt/csw/etc/pkg-get.conf file and then restricted that install to the Global zone. > There is, however, a problem: The non-global zones have /opt/csw > added as an "inherited-pkg-dir". That would be a problem. It is a better idea to just install the CSW packages independantly into the Zone(s) such that any given zone may have its own configs and in fact, separate versions of packages are fine this way. At least for me I need the ability to run separate versions of software in separate Zones. > This means, that they "inherit" > /opt/csw from the global zone and that it shows up as a read-only > directory in the non-global zone. Because of that, it's not possible > to configure the package, as the configuration has to be done in > /opt/csw/etc (/opt/csw/etc/postfix, in this case). But as that's > a read-only directory, the package cannot be configured in the > non-global zone. Easy to fix. You need to not inherit the /opt/csw from the Global Zone. > How do you guys solve this problem, usually? For postfix, the > solution might be to modify /etc/init.d/cswpostfix (BTW: does > anyone have a SMF manifest at hand?) and change the start) section > to be: "${DAEMON} -c /etc/opt/csw/postfix start", or something > like this. I thought that there was a SMF manifest included? Guess not. Must look into that. The real trick here is to wrap your head around the fact that Solaris isn't Solaris anymore once you start using Zones. It is a mothership with lots of little server-zone things hanging under it. If I know that I am going to zone a machine then I put the minimum into the Global zone. There is no need for the Global Zone to have a pile of packages installed that it will never use anyways. The real work happens in the Zones. Put software there as if they were their own little world. Just my opinion. > But in general, wouldn't it be better, if the configuration > would always reside in /etc/opt/csw? yes I think that *any* application that requires a conf file should look in /etc/opt/csw/foo first and then /opt/csw after that. Just my opinion. Dennis From ghenry at cmi.univ-mrs.fr Mon Oct 1 16:19:10 2007 From: ghenry at cmi.univ-mrs.fr (=?ISO-8859-1?Q?G=E9rard_Henry?=) Date: Mon, 01 Oct 2007 16:19:10 +0200 Subject: [csw-users] CSW packages with Zones (eg. postfix) In-Reply-To: <22940015.9ZcT7Z3S40@kn.gn.rtr.message-center.info> References: <22940015.9ZcT7Z3S40@kn.gn.rtr.message-center.info> Message-ID: <470101DE.8030304@cmi.univ-mrs.fr> Alexander Skwar wrote: > > But in general, wouldn't it be better, if the configuration > would always reside in /etc/opt/csw? > i have the same problem as you, as i want to use postfix on a nfs client, and mount /opt/csw ro. What i did is to modify /opt/csw/postfix/etc which is now a symbolic to /etc/postfix serv-root% ll /opt/csw/etc/postfix 16 lrwxrwxrwx 1 root root 12 Sep 5 09:42 /opt/csw/etc/postfix -> /etc/postfix In main.cf, you can configure log files in /var/spool so any need to modify /etc/init.d/cswpostfix For SMF, you can look at here: http://www.blastwave.org/smf/ or here: http://www.petertribble.co.uk/Solaris/smf.html From gw at citasystems.com Tue Oct 2 17:50:18 2007 From: gw at citasystems.com (George Wyche) Date: Tue, 02 Oct 2007 10:50:18 -0500 Subject: [csw-users] catalog Message-ID: <470268BA.4040805@citasystems.com> I cannot find documentation about how to create a blastwave catalog I don't want to wait for a DVD of the blastwave packages and all, so I made a CD of all the packages already on my Solaris10 here at home. I am intending to take the CD to work and install the same stuff on a Solaris 8 box at my new employment which disallows that Blade100 access to the internet. In the pkg-get config file I put usr=file:///cdrom/20071001/ When I run pkg-get -i wget for instance, it complains that it cannot find a catalog. How do I make a catalog of all these packages? George Wyche gw at citasystems.com From dclarke at blastwave.org Tue Oct 2 18:10:33 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Tue, 2 Oct 2007 12:10:33 -0400 (EDT) Subject: [csw-users] catalog In-Reply-To: <470268BA.4040805@citasystems.com> References: <470268BA.4040805@citasystems.com> Message-ID: <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> > I cannot find documentation about how to create a blastwave catalog > > I don't want to wait for a DVD of the blastwave packages and all, so I > made a CD of all the packages already on my Solaris10 here at home. I am > intending to take the CD to work and install the same stuff on a Solaris > 8 box at my new employment which disallows that Blade100 access to the > internet. > > In the pkg-get config file I put usr=file:///cdrom/20071001/ > When I run pkg-get -i wget > > for instance, it complains that it cannot find a catalog. > > How do I make a catalog of all these packages? It's pretty basic really. Here is one line from that catalog : aalib 1.4.0,REV=2004.10.15_rev=rc5 CSWaalib aalib-1.4.0,REV=2004.10.15_rev=rc5-S unOS5.8-sparc-CSW.pkg.gz fc52a1b3e046cc38fdc138c6da0bfabb First field is the software package metaname. In this case aalib Then you get the version 1.4.0,REV=2004.10.15_rev=rc5 Then the actual software package name CSWaalib Next is the file name : aalib-1.4.0,REV=2004.10.15_rev=rc5-SunOS5.8-sparc-CSW.pkg.gz lastly the md5 sum If you are on Solaris 10 you can generate that with digest -v -a md5 filename Dennis Clarke From james at blastwave.org Tue Oct 2 18:19:05 2007 From: james at blastwave.org (James Lee) Date: Tue, 02 Oct 2007 16:19:05 GMT Subject: [csw-users] catalog In-Reply-To: <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> Message-ID: <20071002.16190500.4176965234@gyor.oxdrove.co.uk> On 02/10/07, 17:10:33, Dennis Clarke wrote regarding Re: [csw-users] catalog: > aalib 1.4.0,REV=2004.10.15_rev=rc5 CSWaalib > aalib-1.4.0,REV=2004.10.15_rev=rc5-S > unOS5.8-sparc-CSW.pkg.gz fc52a1b3e046cc38fdc138c6da0bfabb > First field is the software package metaname. In this case aalib > Then you get the version 1.4.0,REV=2004.10.15_rev=rc5 > Then the actual software package name CSWaalib > Next is the file name : > aalib-1.4.0,REV=2004.10.15_rev=rc5-SunOS5.8-sparc-CSW.pkg.gz > lastly the md5 sum If it's for yourself skip the md5. pkg-get does not need it and it makes no sense to create it for your own files. James. From gw at citasystems.com Tue Oct 2 18:19:48 2007 From: gw at citasystems.com (George Wyche) Date: Tue, 02 Oct 2007 11:19:48 -0500 Subject: [csw-users] catalog In-Reply-To: <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> Message-ID: <47026FA4.2020209@citasystems.com> What name should I give the catalog and where does it go? find /opt/csw 'cata*' returns nothing In the last email I meant to write (url, not usr) url=file:///cdrom/20071001bw/ goes into /opt/csw/etc/pkg-get.conf Dennis Clarke wrote: >> I cannot find documentation about how to create a blastwave catalog >> >> I don't want to wait for a DVD of the blastwave packages and all, so I >> made a CD of all the packages already on my Solaris10 here at home. I am >> intending to take the CD to work and install the same stuff on a Solaris >> 8 box at my new employment which disallows that Blade100 access to the >> internet. >> >> In the pkg-get config file I put usr=file:///cdrom/20071001/ >> When I run pkg-get -i wget >> >> for instance, it complains that it cannot find a catalog. >> >> How do I make a catalog of all these packages? > > It's pretty basic really. Here is one line from that catalog : > > aalib 1.4.0,REV=2004.10.15_rev=rc5 CSWaalib > aalib-1.4.0,REV=2004.10.15_rev=rc5-S > unOS5.8-sparc-CSW.pkg.gz fc52a1b3e046cc38fdc138c6da0bfabb > > > First field is the software package metaname. In this case aalib > Then you get the version 1.4.0,REV=2004.10.15_rev=rc5 > Then the actual software package name CSWaalib > Next is the file name : > aalib-1.4.0,REV=2004.10.15_rev=rc5-SunOS5.8-sparc-CSW.pkg.gz > > lastly the md5 sum > > If you are on Solaris 10 you can generate that with digest -v -a md5 filename > > Dennis Clarke > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From james at blastwave.org Tue Oct 2 18:28:51 2007 From: james at blastwave.org (James Lee) Date: Tue, 02 Oct 2007 16:28:51 GMT Subject: [csw-users] catalog In-Reply-To: <47026FA4.2020209@citasystems.com> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> <47026FA4.2020209@citasystems.com> Message-ID: <20071002.16285100.159768480@gyor.oxdrove.co.uk> On 02/10/07, 17:19:48, George Wyche wrote regarding Re: [csw-users] catalog: > What name should I give the catalog and where does it go? "catalog" It belongs to the package data, not the /opt/csw file system. Look on an http mirror and follow the layout including the arch and OS rev directory structure, (obviously you only need a branch for your machine). James. From gw at citasystems.com Tue Oct 2 18:38:49 2007 From: gw at citasystems.com (George Wyche) Date: Tue, 02 Oct 2007 11:38:49 -0500 Subject: [csw-users] catalog In-Reply-To: <20071002.16285100.159768480@gyor.oxdrove.co.uk> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> <47026FA4.2020209@citasystems.com> <20071002.16285100.159768480@gyor.oxdrove.co.uk> Message-ID: <47027419.9040704@citasystems.com> @James Man, did you just throw a monkey wrench into my naive concept of what was going on! I thought a particular catalog somehow consolidated the data associated with available packages. The available packages are going to be on the CD I carry to work. Seems like a catalog would HAVE to be associated with where the packages are being taken from. I suppose "(obviously" will become obvious after my next education. George James Lee wrote: > On 02/10/07, 17:19:48, George Wyche wrote regarding > Re: [csw-users] catalog: > >> What name should I give the catalog and where does it go? > > "catalog" > > It belongs to the package data, not the /opt/csw file system. > Look on an http mirror and follow the layout including the arch > and OS rev directory structure, (obviously you only need a > branch for your machine). > > > > James. > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From gw at citasystems.com Tue Oct 2 18:39:35 2007 From: gw at citasystems.com (George Wyche) Date: Tue, 02 Oct 2007 11:39:35 -0500 Subject: [csw-users] catalog In-Reply-To: <20071002.16285100.159768480@gyor.oxdrove.co.uk> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> <47026FA4.2020209@citasystems.com> <20071002.16285100.159768480@gyor.oxdrove.co.uk> Message-ID: <47027447.10306@citasystems.com> @James I will create a fancier directory layout for my CD. Thanks. George James Lee wrote: > On 02/10/07, 17:19:48, George Wyche wrote regarding > Re: [csw-users] catalog: > >> What name should I give the catalog and where does it go? > > "catalog" > > It belongs to the package data, not the /opt/csw file system. > Look on an http mirror and follow the layout including the arch > and OS rev directory structure, (obviously you only need a > branch for your machine). > > > > James. > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From james at blastwave.org Tue Oct 2 18:48:14 2007 From: james at blastwave.org (James Lee) Date: Tue, 02 Oct 2007 16:48:14 GMT Subject: [csw-users] catalog In-Reply-To: <47027419.9040704@citasystems.com> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> <47026FA4.2020209@citasystems.com> <20071002.16285100.159768480@gyor.oxdrove.co.uk> <47027419.9040704@citasystems.com> Message-ID: <20071002.16481400.3897031053@gyor.oxdrove.co.uk> On 02/10/07, 17:38:49, George Wyche wrote regarding Re: [csw-users] catalog: > I thought a particular catalog somehow consolidated the data associated > with available packages. The available packages are going to be on the > CD I carry to work. Seems like a catalog would HAVE to be associated > with where the packages are being taken from. Don't panic too early... The catalog is associated with a particular package set, yours will be on your CD, those are packages available to you. Your catalog matches your files. For an example see the internet mirrors. James. From gw at citasystems.com Wed Oct 3 06:08:23 2007 From: gw at citasystems.com (George Wyche) Date: Tue, 02 Oct 2007 23:08:23 -0500 Subject: [csw-users] catalog In-Reply-To: <20071002.16285100.159768480@gyor.oxdrove.co.uk> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> <47026FA4.2020209@citasystems.com> <20071002.16285100.159768480@gyor.oxdrove.co.uk> Message-ID: <470315B7.3030509@citasystems.com> OK, how about description? #pkg-get -i wget WARNING: no catalog file for site localhost Updating catalog file first Getting catalog... Updating catalog file /var/pkg-get/catalog-cdrom updated ERROR: file /cdrom/20071002bw/unstable//sparc/5.8/descriptions does not exist Failed to get a description file No worries... you already have version 1.10.2REV=2005.10.21 of wget If you doubt this message, run 'pkg-get -U', then run 'pkg-get upgrade wget' # =========================== pkg-get.conf ========================= url=file:///cdrom/20071002bw/stable/ PKGGET_DOWNLOAD_DIR=/data/blastwave/ use_gpg=false use_md5=false George Wyche James Lee wrote: > On 02/10/07, 17:19:48, George Wyche wrote regarding > Re: [csw-users] catalog: > >> What name should I give the catalog and where does it go? > > "catalog" > > It belongs to the package data, not the /opt/csw file system. > Look on an http mirror and follow the layout including the arch > and OS rev directory structure, (obviously you only need a > branch for your machine). > > > > James. > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From madoko at gmail.com Wed Oct 3 06:42:56 2007 From: madoko at gmail.com (David Wier) Date: Tue, 2 Oct 2007 23:42:56 -0500 Subject: [csw-users] catalog In-Reply-To: <470315B7.3030509@citasystems.com> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> <47026FA4.2020209@citasystems.com> <20071002.16285100.159768480@gyor.oxdrove.co.uk> <470315B7.3030509@citasystems.com> Message-ID: <3c519cf40710022142pbb265b9vb611788ca71acf9d@mail.gmail.com> The descriptions file is the name field from all the packages and is in the same directory as the catalog file, here's a piece of the top of a local copy I have... #head -5 csw-2007-09-03/csw-files/stable/sparc/5.10/descriptions 9menu - A utility providing simple menus under X11 a2ps - Any to PostScript filter aalib - Ascii art graphics library achievo - Project Management tool, in PHP amanda - The Advanced Maryland Automatic Network Disk Archiver On 10/2/07, George Wyche wrote: > OK, how about description? > > #pkg-get -i wget > WARNING: no catalog file for site localhost > Updating catalog file first > Getting catalog... > Updating catalog file > /var/pkg-get/catalog-cdrom updated > > ERROR: file /cdrom/20071002bw/unstable//sparc/5.8/descriptions does not > exist > > Failed to get a description file > No worries... you already have version 1.10.2REV=2005.10.21 of wget > If you doubt this message, run 'pkg-get -U', then run 'pkg-get upgrade wget' > > # > =========================== pkg-get.conf ========================= > url=file:///cdrom/20071002bw/stable/ > PKGGET_DOWNLOAD_DIR=/data/blastwave/ > use_gpg=false > use_md5=false > > > George Wyche > James Lee wrote: > > On 02/10/07, 17:19:48, George Wyche wrote regarding > > Re: [csw-users] catalog: > > > >> What name should I give the catalog and where does it go? > > > > "catalog" > > > > It belongs to the package data, not the /opt/csw file system. > > Look on an http mirror and follow the layout including the arch > > and OS rev directory structure, (obviously you only need a > > branch for your machine). > > > > > > > > James. > > _______________________________________________ > > users mailing list > > users at lists.blastwave.org > > https://lists.blastwave.org/mailman/listinfo/users > > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From binod3 at gmail.com Wed Oct 3 13:35:28 2007 From: binod3 at gmail.com (Binod) Date: Wed, 3 Oct 2007 06:35:28 -0500 Subject: [csw-users] about the path name In-Reply-To: <32858.66.90.167.124.1190819427.squirrel@webmail.io.com> References: <111cdbc80709260721v2ec5dd33q1b0e5b2d1a52ef07@mail.gmail.com> <32858.66.90.167.124.1190819427.squirrel@webmail.io.com> Message-ID: <111cdbc80710030435hf48d437lbab88bba6e27f372@mail.gmail.com> Sorry for deplayed response, and thanks george for your help. I realized that once I set /opt/csw/bin in the very front of my path then all of my svn commands worked fine. Previously I had installed svn in /usr/local/bin which i got from sunfreeware. I removed it from there and, therefore, previously when I ran svn command it was trying to take svn command from that path. It was in this format when it didnot work: >>>>>>>>>>>>>>>>> -bash-3.00$ echo $PATH /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin Now it is in this format and my svn commands just work fine: >>>>>>>>>>>>>> -bash-3.00$ echo $PATH /opt/csw/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin: But my question now would be is there anyway possible for me to still keep /opt/csw/bin at the end of my PATH and still make my svn command work ? Any help would be appreciated and if this is wrong place to post this question any direction to the right place would also be a great help. Thanks, On 9/26/07, George Wyche wrote: > > @Binod > > svn may be an alias. Do a > which svn > > cd /opt/csw/bin > ./svn > > would override any svn alias. > > > Hi I installed subversion from blastwave couple days ago > > and every thing is working fine. Its in sparc 10 x64. > > > > My path currently is > > > > -bash-3.00$ echo $PATH > > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:\ > > /usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin > > > > If you are intending on using blastwave software, then please move > /opt/csw/bin to occur before /usr/sfw/bin > > And you will probably have to examine /usr/local/bin closely for links > which might otherwise override your specified order. For example even if > you have /opt/csw/bin:/usr/sfw/bin, but a link in /usr/local/bin *could* > have an gnutar which points to a gnutar in /usr/sfw/bin NOT in > /opt/csw/bin. That would be an override. That sort of think has given me > grief in the past. > > > but when I type svn I can't get it work. > > > > -bash-3.00$ svn > > -bash: svn: command not found > > > > But when I go to > > > > cd /opt/csw/bin and then do ./svn It works fine. > > > > I went ahead and added that /opt/csw/bin (which is a > > global path to my local user .profile file then svn > > commands just work fine) > > > > What is going wrong here ? Can anyone help me out? > > > > I think if /opt/csw/bin is in global path it should > > be able to run from anywhere without needing to > > provide detail in local.profile file , isn't > > thats how it works? > > That is my understanding. You could look at the permissions, owners, > groups, links associated with each step of the way to /opt/csw/bin/svn. > ls -l / > ls -l /opt > ls -l /opt/csw > ls -l /opt/csw/bin > ls -l /opt/csw/bin/svn > > Look for "strange" things. > > Is there something else in > > > > Any help will be appreciated. > > > > Thanks, > > > George > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20071003/b7d22410/attachment.html From gw at citasystems.com Wed Oct 3 16:53:05 2007 From: gw at citasystems.com (George Wyche) Date: Wed, 03 Oct 2007 09:53:05 -0500 Subject: [csw-users] catalog In-Reply-To: <3c519cf40710022142pbb265b9vb611788ca71acf9d@mail.gmail.com> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> <47026FA4.2020209@citasystems.com> <20071002.16285100.159768480@gyor.oxdrove.co.uk> <470315B7.3030509@citasystems.com> <3c519cf40710022142pbb265b9vb611788ca71acf9d@mail.gmail.com> Message-ID: <4703ACD1.5080000@citasystems.com> Thanks, I downloaded the descriptions from the mirror I am using. I am guessing that it doesn't hurt to have more descriptions than packages. I'll find out soon enough, I guess. Here's hoping /this/ CD has all that I need. Reckon Dennis would appreciate an article on how making a "distribution CD" of a subset all blastwave packages can be done from home? It seems like the DVD distribution service is more of a headache for blastwave than an advantage. However, its probably the chicken and the egg thing for people like me. "If I can get the packages via the internet, why bother with a CD (DVD) of what I already have? *And* it'll be out of date pronto." Probably my situation is unusual. OK. The take home is to cough up the $20+ and get a DVD from the blastwave service. I am not doing that, because of historical snafu with same. George David Wier wrote: > The descriptions file is the name field from all the packages and is > in the same directory as the catalog file, here's a piece of the top > of a local copy I have... > > #head -5 csw-2007-09-03/csw-files/stable/sparc/5.10/descriptions > 9menu - A utility providing simple menus under X11 > a2ps - Any to PostScript filter > aalib - Ascii art graphics library > achievo - Project Management tool, in PHP > amanda - The Advanced Maryland Automatic Network Disk Archiver > > > > On 10/2/07, George Wyche wrote: >> OK, how about description? >> >> #pkg-get -i wget >> WARNING: no catalog file for site localhost >> Updating catalog file first >> Getting catalog... >> Updating catalog file >> /var/pkg-get/catalog-cdrom updated >> >> ERROR: file /cdrom/20071002bw/unstable//sparc/5.8/descriptions does not >> exist >> >> Failed to get a description file >> No worries... you already have version 1.10.2REV=2005.10.21 of wget >> If you doubt this message, run 'pkg-get -U', then run 'pkg-get upgrade wget' >> >> # >> =========================== pkg-get.conf ========================= >> url=file:///cdrom/20071002bw/stable/ >> PKGGET_DOWNLOAD_DIR=/data/blastwave/ >> use_gpg=false >> use_md5=false >> >> >> George Wyche >> James Lee wrote: >>> On 02/10/07, 17:19:48, George Wyche wrote regarding >>> Re: [csw-users] catalog: >>> >>>> What name should I give the catalog and where does it go? >>> "catalog" >>> >>> It belongs to the package data, not the /opt/csw file system. >>> Look on an http mirror and follow the layout including the arch >>> and OS rev directory structure, (obviously you only need a >>> branch for your machine). >>> >>> >>> >>> James. >>> _______________________________________________ >>> users mailing list >>> users at lists.blastwave.org >>> https://lists.blastwave.org/mailman/listinfo/users >>> >> _______________________________________________ >> users mailing list >> users at lists.blastwave.org >> https://lists.blastwave.org/mailman/listinfo/users >> > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From dclarke at blastwave.org Wed Oct 3 17:25:56 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Wed, 3 Oct 2007 11:25:56 -0400 (EDT) Subject: [csw-users] catalog In-Reply-To: <4703ACD1.5080000@citasystems.com> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> <47026FA4.2020209@citasystems.com> <20071002.16285100.159768480@gyor.oxdrove.co.uk> <470315B7.3030509@citasystems.com> <3c519cf40710022142pbb265b9vb611788ca71acf9d@mail.gmail.com> <4703ACD1.5080000@citasystems.com> Message-ID: <1776.72.39.216.186.1191425156.squirrel@mail.blastwave.org> > Thanks, > > I downloaded the descriptions from the mirror I am using. I am guessing > that it doesn't hurt to have more descriptions than packages. > > I'll find out soon enough, I guess. > > Here's hoping /this/ CD has all that I need. > > Reckon Dennis would appreciate an article on how making a "distribution > CD" of a subset all blastwave packages can be done from home? It seems > like the DVD distribution service is more of a headache for blastwave > than an advantage. > > However, its probably the chicken and the egg thing for people like me. > "If I can get the packages via the internet, why bother with a CD (DVD) > of what I already have? *And* it'll be out of date pronto." Probably my > situation is unusual. OK. The take home is to cough up the $20+ and get > a DVD from the blastwave service. I am not doing that, because of > historical snafu with same. You are correct of course. After a year with an external distribution and fulfilment service I am now very happy to walk away from that agreement and take things back internally. I never had a problem doing things myself. Later this month, on the 22nd of October to be precise, we will have been up and running for five years solid. In that five years I don't think we have ever had any significant interruptions in service and only a few bumps along the road. I highly doubt that anyone in the Solaris world would have a problem if we keep doing what we do for another five years. Later this month we should see a release of Indiana and to aid in that respect I have create the beginnings of a pkg service repository at http://pkg.blastwave.org . I already have the software for the pkg infrastructure compiled and after a bit more work I should be able to release a SVR4 package that just installs and works. Python is needed and we have a new testing release of Python 2.5.1 ( thanks to the great work of Cory Omand ) at Blastwave. If you follow my thinking here I am pondering this : (1) migrate packages into the pkg repository at pkg.blastwave.org (2) backport the pkg software to Solaris 10 Of course this is a community effort. Dennis Clarke From gw at citasystems.com Wed Oct 3 17:26:19 2007 From: gw at citasystems.com (George Wyche) Date: Wed, 03 Oct 2007 10:26:19 -0500 Subject: [csw-users] about the path name In-Reply-To: <111cdbc80710030435hf48d437lbab88bba6e27f372@mail.gmail.com> References: <111cdbc80709260721v2ec5dd33q1b0e5b2d1a52ef07@mail.gmail.com> <32858.66.90.167.124.1190819427.squirrel@webmail.io.com> <111cdbc80710030435hf48d437lbab88bba6e27f372@mail.gmail.com> Message-ID: <4703B49B.7040606@citasystems.com> Adjusting the path and overriding it with soft links (the ln -s command) is an art. There are some strong opinions about that art. Some of the opinions are backed with decent explanations, but most are either just stated, or are too old to take into account newer security concerns, or are assuming a situation that does not apply to you, or don't account for user lack of resolve to "adhere to policy". The fact of the matter is this: You can put /opt/csw/bin at the end of your path and then place soft links to any (or all) of the commands in /usr/local/bin which is much closer to the front of your path. When your shell searches for "svn" it will find it in /usr/local/bin AND WILL STOP LOOKING. So it overrides any "svn" that would be found in /opt/sfw/bin. The unix "which" command will tell you which of the maybe many "svn" there may be on your computer would be THE ONE to be executed. For historical reasons I use "tcsh" that has a handy command called "where" that looks through the entire path listing all "svn" that exist. Its a nice convenience to decide where to place a soft link to get the version that you want. [Aside: I got an eye opener when I investigated which tar/gtar/gnutar/star I wanted to use for my "tar".] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Now then. Why do you want /opt/csw/bin on the end? George Binod wrote: > Sorry for deplayed response, and thanks george for your help. > > I realized that once I set /opt/csw/bin in the very front of my path > then all of my svn commands worked fine. > > Previously I had installed svn in /usr/local/bin which i got from > sunfreeware. I removed it from there and, therefore, previously when I > ran svn command it was trying to take svn command from that path. > > It was in this format when it didnot work: > >>>>>>>>>>>>>>>>> > -bash-3.00$ echo $PATH > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin > > > > Now it is in this format and my svn commands just work fine: > >>>>>>>>>>>>>> > -bash-3.00$ echo $PATH > /opt/csw/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin: > > > But my question now would be is there anyway possible for me to still > keep /opt/csw/bin at the end of my PATH and still make my svn command work ? > > Any help would be appreciated and if this is wrong place to post this > question any direction to the right place would also be a great help. > > Thanks, > > > > > > > On 9/26/07, *George Wyche* > wrote: > > @Binod > > svn may be an alias. Do a > which svn > > cd /opt/csw/bin > ./svn > > would override any svn alias. > > > Hi I installed subversion from blastwave couple days ago > > and every thing is working fine. Its in sparc 10 x64. > > > > My path currently is > > > > -bash-3.00$ echo $PATH > > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:\ > > /usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin > > > > If you are intending on using blastwave software, then please move > /opt/csw/bin to occur before /usr/sfw/bin > > And you will probably have to examine /usr/local/bin closely for links > which might otherwise override your specified order. For example even if > you have /opt/csw/bin:/usr/sfw/bin, but a link in /usr/local/bin > *could* > have an gnutar which points to a gnutar in /usr/sfw/bin NOT in > /opt/csw/bin. That would be an override. That sort of think has given me > grief in the past. > > > but when I type svn I can't get it work. > > > > -bash-3.00$ svn > > -bash: svn: command not found > > > > But when I go to > > > > cd /opt/csw/bin and then do ./svn It works fine. > > > > I went ahead and added that /opt/csw/bin (which is a > > global path to my local user .profile file then svn > > commands just work fine) > > > > What is going wrong here ? Can anyone help me out? > > > > I think if /opt/csw/bin is in global path it should > > be able to run from anywhere without needing to > > provide detail in local.profile file , isn't > > thats how it works? > > That is my understanding. You could look at the permissions, owners, > groups, links associated with each step of the way to /opt/csw/bin/svn. > ls -l / > ls -l /opt > ls -l /opt/csw > ls -l /opt/csw/bin > ls -l /opt/csw/bin/svn > > Look for "strange" things. > > Is there something else in > > > > Any help will be appreciated. > > > > Thanks, > > > George > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > > > > ------------------------------------------------------------------------ > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users From ghenry at cmi.univ-mrs.fr Wed Oct 3 17:42:30 2007 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Wed, 03 Oct 2007 17:42:30 +0200 Subject: [csw-users] unable to install packages? Message-ID: <4703B866.2000000@cmi.univ-mrs.fr> hello all, on a freshly solaris 10 machine installed, i pkgadd pkg-get 3.8.1, and modified pkg-get.conf to install packages only in global zone. I can get the catalog, but i'm unable to install any packages: t2000-root% pkgadd -d /tmp/pkg_get-3.8.1-all-CSW.pkg t2000-root% /opt/csw/bin/pkg-get -U ... Updated description file t2000-root% /opt/csw/bin/pkg-get -u note: upgrading ALL INSTALLED PACKAGES Installed software packages: t2000-root% /opt/csw/bin/pkg-get -i rsync ERROR: rsync unrecognized Perhaps you need to run pkg-get -U What i am doing wrong? How can i debug my mistake? Thanks for help, gerard PS: this machine is installed with SUNWCreq and few packages added (500Mo) If i use an old release of pkg-get, it works, but i don't want to install packages in zones, so i need the latest release. From binod3 at gmail.com Wed Oct 3 18:36:19 2007 From: binod3 at gmail.com (Binod) Date: Wed, 3 Oct 2007 11:36:19 -0500 Subject: [csw-users] about the path name In-Reply-To: <4703B49B.7040606@citasystems.com> References: <111cdbc80709260721v2ec5dd33q1b0e5b2d1a52ef07@mail.gmail.com> <32858.66.90.167.124.1190819427.squirrel@webmail.io.com> <111cdbc80710030435hf48d437lbab88bba6e27f372@mail.gmail.com> <4703B49B.7040606@citasystems.com> Message-ID: <111cdbc80710030936h1a5f258foe7f7adf1e4954a48@mail.gmail.com> Thanks George for your thoughts on this. When I did which for "svn" it just pointed towards /opt/csw/bin/svn and didn't show any other path related to svn. I also tried find / -name "svn" and even in this case it just lead me to the /opt/csw/bin/svn With all this in hand, I assumed that when I type svn, it should automatically read from /opt/csw/bin/svn, which does not seem to be the case. I am guessing , when svn was uninstalled from the box from the location /usr/local/bin the package might have left some mark somewhere and therefore, when I type svn it is still trying to read from there. Currently my path starts from /opt/csw/bin. But I wanted it in the end of my path just because I wanted it to work no matter where I put this in my path, thats all. Thanks for all your help. On 10/3/07, George Wyche wrote: > > Adjusting the path and overriding it with soft links (the ln -s command) > is an art. There are some strong opinions about that art. Some of the > opinions are backed with decent explanations, but most are either just > stated, or are too old to take into account newer security concerns, or > are assuming a situation that does not apply to you, or don't account > for user lack of resolve to "adhere to policy". > > The fact of the matter is this: You can put /opt/csw/bin at the end of > your path and then place soft links to any (or all) of the commands in > /usr/local/bin which is much closer to the front of your path. When your > shell searches for "svn" it will find it in /usr/local/bin AND WILL STOP > LOOKING. So it overrides any "svn" that would be found in /opt/sfw/bin. > > The unix "which" command will tell you which of the maybe many "svn" > there may be on your computer would be THE ONE to be executed. > > For historical reasons I use "tcsh" that has a handy command called > "where" that looks through the entire path listing all "svn" that exist. > Its a nice convenience to decide where to place a soft link to get the > version that you want. [Aside: I got an eye opener when I investigated > which tar/gtar/gnutar/star I wanted to use for my "tar".] > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > Now then. Why do you want /opt/csw/bin on the end? > > George > Binod wrote: > > Sorry for deplayed response, and thanks george for your help. > > > > I realized that once I set /opt/csw/bin in the very front of my path > > then all of my svn commands worked fine. > > > > Previously I had installed svn in /usr/local/bin which i got from > > sunfreeware. I removed it from there and, therefore, previously when I > > ran svn command it was trying to take svn command from that path. > > > > It was in this format when it didnot work: > > >>>>>>>>>>>>>>>>> > > -bash-3.00$ echo $PATH > > > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin > > > > > > > > Now it is in this format and my svn commands just work fine: > > >>>>>>>>>>>>>> > > -bash-3.00$ echo $PATH > > > /opt/csw/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin: > > > > > > But my question now would be is there anyway possible for me to still > > keep /opt/csw/bin at the end of my PATH and still make my svn command > work ? > > > > Any help would be appreciated and if this is wrong place to post this > > question any direction to the right place would also be a great help. > > > > Thanks, > > > > > > > > > > > > > > On 9/26/07, *George Wyche* > wrote: > > > > @Binod > > > > svn may be an alias. Do a > > which svn > > > > cd /opt/csw/bin > > ./svn > > > > would override any svn alias. > > > > > Hi I installed subversion from blastwave couple days ago > > > and every thing is working fine. Its in sparc 10 x64. > > > > > > My path currently is > > > > > > -bash-3.00$ echo $PATH > > > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:\ > > > /usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin > > > > > > > If you are intending on using blastwave software, then please move > > /opt/csw/bin to occur before /usr/sfw/bin > > > > And you will probably have to examine /usr/local/bin closely for > links > > which might otherwise override your specified order. For example > even if > > you have /opt/csw/bin:/usr/sfw/bin, but a link in /usr/local/bin > > *could* > > have an gnutar which points to a gnutar in /usr/sfw/bin NOT in > > /opt/csw/bin. That would be an override. That sort of think has > given me > > grief in the past. > > > > > but when I type svn I can't get it work. > > > > > > -bash-3.00$ svn > > > -bash: svn: command not found > > > > > > But when I go to > > > > > > cd /opt/csw/bin and then do ./svn It works fine. > > > > > > I went ahead and added that /opt/csw/bin (which is a > > > global path to my local user .profile file then svn > > > commands just work fine) > > > > > > What is going wrong here ? Can anyone help me out? > > > > > > I think if /opt/csw/bin is in global path it should > > > be able to run from anywhere without needing to > > > provide detail in local.profile file , isn't > > > thats how it works? > > > > That is my understanding. You could look at the permissions, owners, > > groups, links associated with each step of the way to > /opt/csw/bin/svn. > > ls -l / > > ls -l /opt > > ls -l /opt/csw > > ls -l /opt/csw/bin > > ls -l /opt/csw/bin/svn > > > > Look for "strange" things. > > > > Is there something else in > > > > > > Any help will be appreciated. > > > > > > Thanks, > > > > > > George > > > > _______________________________________________ > > users mailing list > > users at lists.blastwave.org > > https://lists.blastwave.org/mailman/listinfo/users > > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > users mailing list > > users at lists.blastwave.org > > https://lists.blastwave.org/mailman/listinfo/users > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20071003/a2c19d16/attachment.html From zizban at gmail.com Wed Oct 3 18:52:54 2007 From: zizban at gmail.com (Chris Turkel) Date: Wed, 3 Oct 2007 12:52:54 -0400 Subject: [csw-users] Gnome Nautilus Error Message-ID: Has anyone else noticed this bug: If you try to drag and drop anything in Nautilus it crashes? It immediately restarts so it more an annoyance than anything else. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20071003/a590d2f7/attachment.html From ghenry at cmi.univ-mrs.fr Wed Oct 3 19:12:17 2007 From: ghenry at cmi.univ-mrs.fr (=?ISO-8859-1?Q?G=E9rard_Henry?=) Date: Wed, 03 Oct 2007 19:12:17 +0200 Subject: [csw-users] unable to install packages? In-Reply-To: <4703B866.2000000@cmi.univ-mrs.fr> References: <4703B866.2000000@cmi.univ-mrs.fr> Message-ID: <4703CD71.6010208@cmi.univ-mrs.fr> Gerard Henry wrote: > > What i am doing wrong? How can i debug my mistake? > ok, found my error, it's about gpg. There was a file /bin/gpg which is a wrapper to /opt/csw/bin/gpg, but /opt/csw/bin/gpg isn't installed. I need to review my jumpstart finish script gerard From gw at citasystems.com Wed Oct 3 20:22:46 2007 From: gw at citasystems.com (George Wyche) Date: Wed, 03 Oct 2007 13:22:46 -0500 Subject: [csw-users] about the path name In-Reply-To: <111cdbc80710030936h1a5f258foe7f7adf1e4954a48@mail.gmail.com> References: <111cdbc80709260721v2ec5dd33q1b0e5b2d1a52ef07@mail.gmail.com> <32858.66.90.167.124.1190819427.squirrel@webmail.io.com> <111cdbc80710030435hf48d437lbab88bba6e27f372@mail.gmail.com> <4703B49B.7040606@citasystems.com> <111cdbc80710030936h1a5f258foe7f7adf1e4954a48@mail.gmail.com> Message-ID: <4703DDF6.2040407@citasystems.com> It may be an alias. Try alias | grep svn George Binod wrote: > Thanks George for your thoughts on this. > > When I did which for "svn" it just pointed towards /opt/csw/bin/svn and > didn't show any other path related to svn. > > I also tried find / -name "svn" and even in this case it just lead me to > the /opt/csw/bin/svn > > With all this in hand, I assumed that when I type svn, it should > automatically read from /opt/csw/bin/svn, which does not seem to be the > case. > > I am guessing , when svn was uninstalled from the box from the location > /usr/local/bin the package might have left some mark somewhere and > therefore, when I type svn it is still trying to read from there. > > Currently my path starts from /opt/csw/bin. But I wanted it in the end > of my path just because I wanted it to work no matter where I put this > in my path, thats all. > > Thanks for all your help. > > > > On 10/3/07, *George Wyche* > wrote: > > Adjusting the path and overriding it with soft links (the ln -s command) > is an art. There are some strong opinions about that art. Some of the > opinions are backed with decent explanations, but most are either just > stated, or are too old to take into account newer security concerns, or > are assuming a situation that does not apply to you, or don't account > for user lack of resolve to "adhere to policy". > > The fact of the matter is this: You can put /opt/csw/bin at the end of > your path and then place soft links to any (or all) of the commands in > /usr/local/bin which is much closer to the front of your path. When your > shell searches for "svn" it will find it in /usr/local/bin AND WILL > STOP > LOOKING. So it overrides any "svn" that would be found in /opt/sfw/bin. > > The unix "which" command will tell you which of the maybe many "svn" > there may be on your computer would be THE ONE to be executed. > > For historical reasons I use "tcsh" that has a handy command called > "where" that looks through the entire path listing all "svn" that exist. > Its a nice convenience to decide where to place a soft link to get the > version that you want. [Aside: I got an eye opener when I investigated > which tar/gtar/gnutar/star I wanted to use for my "tar".] > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > Now then. Why do you want /opt/csw/bin on the end? > > George > Binod wrote: > > Sorry for deplayed response, and thanks george for your help. > > > > I realized that once I set /opt/csw/bin in the very front of my path > > then all of my svn commands worked fine. > > > > Previously I had installed svn in /usr/local/bin which i got from > > sunfreeware. I removed it from there and, therefore, previously > when I > > ran svn command it was trying to take svn command from that path. > > > > It was in this format when it didnot work: > > >>>>>>>>>>>>>>>>> > > -bash-3.00$ echo $PATH > > > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin > > > > > > > > > Now it is in this format and my svn commands just work fine: > > >>>>>>>>>>>>>> > > -bash-3.00$ echo $PATH > > > /opt/csw/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin: > > > > > > > But my question now would be is there anyway possible for me to still > > keep /opt/csw/bin at the end of my PATH and still make my svn > command work ? > > > > Any help would be appreciated and if this is wrong place to post > this > > question any direction to the right place would also be a great help. > > > > Thanks, > > > > > > > > > > > > > > On 9/26/07, *George Wyche* < gwyche at io.com > >> wrote: > > > > @Binod > > > > svn may be an alias. Do a > > which svn > > > > cd /opt/csw/bin > > ./svn > > > > would override any svn alias. > > > > > Hi I installed subversion from blastwave couple days ago > > > and every thing is working fine. Its in sparc 10 x64. > > > > > > My path currently is > > > > > > -bash-3.00$ echo $PATH > > > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:\ > > > /usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin > > > > > > > If you are intending on using blastwave software, then please > move > > /opt/csw/bin to occur before /usr/sfw/bin > > > > And you will probably have to examine /usr/local/bin closely > for links > > which might otherwise override your specified order. For > example even if > > you have /opt/csw/bin:/usr/sfw/bin, but a link in /usr/local/bin > > *could* > > have an gnutar which points to a gnutar in /usr/sfw/bin NOT in > > /opt/csw/bin. That would be an override. That sort of think > has given me > > grief in the past. > > > > > but when I type svn I can't get it work. > > > > > > - bash-3.00$ svn > > > -bash: svn: command not found > > > > > > But when I go to > > > > > > cd /opt/csw/bin and then do ./svn It works fine. > > > > > > I went ahead and added that /opt/csw/bin (which is a > > > global path to my local user .profile file then svn > > > commands just work fine) > > > > > > What is going wrong here ? Can anyone help me out? > > > > > > I think if /opt/csw/bin is in global path it should > > > be able to run from anywhere without needing to > > > provide detail in local.profile file , isn't > > > thats how it works? > > > > That is my understanding. You could look at the permissions, > owners, > > groups, links associated with each step of the way to > /opt/csw/bin/svn. > > ls -l / > > ls -l /opt > > ls -l /opt/csw > > ls -l /opt/csw/bin > > ls -l /opt/csw/bin/svn > > > > Look for "strange" things. > > > > Is there something else in > > > > > > Any help will be appreciated. > > > > > > Thanks, > > > > > > George > > > > _______________________________________________ > > users mailing list > > users at lists.blastwave.org > > > > https://lists.blastwave.org/mailman/listinfo/users > > > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > users mailing list > > users at lists.blastwave.org > > https://lists.blastwave.org/mailman/listinfo/users > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users From zhihengz at gmail.com Thu Oct 4 05:06:43 2007 From: zhihengz at gmail.com (Zhiheng Zhang) Date: Wed, 3 Oct 2007 22:06:43 -0500 Subject: [csw-users] Gnome Nautilus Error In-Reply-To: References: Message-ID: This problem exists for a long time. Looks like nobody cares. On 10/3/07, Chris Turkel wrote: > > Has anyone else noticed this bug: If you try to drag and drop anything in > Nautilus it crashes? It immediately restarts so it more an annoyance than > anything else. > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20071003/80e557c7/attachment.html From maybird1776 at yahoo.com Thu Oct 4 15:25:21 2007 From: maybird1776 at yahoo.com (ken mays) Date: Thu, 4 Oct 2007 06:25:21 -0700 (PDT) Subject: [csw-users] Gnome Nautilus Error In-Reply-To: Message-ID: <436039.34140.qm@web34211.mail.mud.yahoo.com> At the time, we narrowed it down to a bug in GTK+. It was fixed in more recent versions of GTK+. ~ Ken -------- On 10/3/07, Chris Turkel wrote: Has anyone else noticed this bug: If you try to drag and drop anything in Nautilus it crashes? It immediately restarts so it more an annoyance than anything else. ____________________________________________________________________________________ Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos. http://autos.yahoo.com/index.html From zizban at gmail.com Thu Oct 4 15:30:20 2007 From: zizban at gmail.com (Chris Turkel) Date: Thu, 4 Oct 2007 09:30:20 -0400 Subject: [csw-users] Gnome Nautilus Error In-Reply-To: <436039.34140.qm@web34211.mail.mud.yahoo.com> References: <436039.34140.qm@web34211.mail.mud.yahoo.com> Message-ID: Ah so eventually those changes will filter down to unstable. That's cool. Instead of dragging and dropping, I copy/cut and paste instead. No big deal. On 10/4/07, ken mays wrote: > > At the time, we narrowed it down to a bug in GTK+. It > was fixed in more recent versions of GTK+. > > ~ Ken > > -------- > > On 10/3/07, Chris Turkel wrote: > Has anyone else noticed this bug: If you try to drag > and drop anything in Nautilus it crashes? It > immediately restarts so it more an annoyance than > anything else. > > > > > > ____________________________________________________________________________________ > Don't let your dream ride pass you by. Make it a reality with Yahoo! > Autos. > http://autos.yahoo.com/index.html > > > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20071004/c8eacb9f/attachment.html From Josh.Leavitt at HILL.af.mil Thu Oct 4 17:31:30 2007 From: Josh.Leavitt at HILL.af.mil (Leavitt Josh Civ 519 SMXS/MXDEC) Date: Thu, 4 Oct 2007 09:31:30 -0600 Subject: [csw-users] Gnome Nautilus Error In-Reply-To: References: <436039.34140.qm@web34211.mail.mud.yahoo.com> Message-ID: This bug has been annoying me for a long time. Any chance Blastwave will get Gnome 2.20 soon - and possibly a fix for this? -Josh On 10/4/07, ken mays wrote: Ah so eventually those changes will filter down to unstable. That's cool. Instead of dragging and dropping, I copy/cut and paste instead. No big deal. On 10/4/07, ken mays wrote: At the time, we narrowed it down to a bug in GTK+. It was fixed in more recent versions of GTK+. ~ Ken -------- On 10/3/07, Chris Turkel wrote: Has anyone else noticed this bug: If you try to drag and drop anything in Nautilus it crashes? It immediately restarts so it more an annoyance than anything else. ________________________________________________________________________ ____________ Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos. http://autos.yahoo.com/index.html _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users From Michal.Pryc at Sun.COM Fri Oct 5 10:57:08 2007 From: Michal.Pryc at Sun.COM (Michal Pryc) Date: Fri, 05 Oct 2007 09:57:08 +0100 Subject: [csw-users] Gnome Nautilus Error In-Reply-To: References: <436039.34140.qm@web34211.mail.mud.yahoo.com> Message-ID: <4705FC64.7070008@Sun.Com> Hello, It have been fixed in nevada > 45 http://bugs.opensolaris.org/view_bug.do?bug_id=6443140 best Michal Pryc Leavitt Josh Civ 519 SMXS/MXDEC wrote: > This bug has been annoying me for a long time. Any chance Blastwave > will get Gnome 2.20 soon - and possibly a fix for this? > > -Josh > > On 10/4/07, ken mays wrote: > > Ah so eventually those changes will filter down to unstable. That's > cool. Instead of dragging and dropping, I copy/cut and paste instead. No > big deal. > > > On 10/4/07, ken mays wrote: > > At the time, we narrowed it down to a bug in GTK+. It > was fixed in more recent versions of GTK+. > > ~ Ken > > -------- > > On 10/3/07, Chris Turkel wrote: > Has anyone else noticed this bug: If you try to drag > and drop anything in Nautilus it crashes? It > immediately restarts so it more an annoyance than > anything else. > > > > > > ________________________________________________________________________ > ____________ > Don't let your dream ride pass you by. Make it a reality with > Yahoo! Autos. > http://autos.yahoo.com/index.html > > > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > > > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -- /~\ _ _ _ (~ _ | _ _. _ \_/|_)(/_| |_)(_)|(_|| |_\ | From ghenry at cmi.univ-mrs.fr Fri Oct 5 16:46:11 2007 From: ghenry at cmi.univ-mrs.fr (=?ISO-8859-1?Q?G=E9rard_Henry?=) Date: Fri, 05 Oct 2007 16:46:11 +0200 Subject: [csw-users] amarok questions Message-ID: <47064E33.3050803@cmi.univ-mrs.fr> hello all, im' using amarok from blastwave. Why amarok isn't in /opt/csw/bin, and only in /opt/csw/kde-gcc/bin? Then, when i play songs in a playlist, at the end of each song, there is a widow appearing with message: "The script 'Default' exited with code: 127 Details /usr/bin/env: No such file or directory " Anybody know what is missing, here? I gave a look into /opt/csw/kde-gcc/share/apps/amarok/, but don't find a file "Default"? A recursive grep in these files show me that there are scripts that begin with: ...:#!/usr/bin/env python or ... env ruby and ruby and python are correctly installed. Thanks in advance, gerard From driodeiros at gmail.com Fri Oct 5 16:40:55 2007 From: driodeiros at gmail.com (David Rio Deiros) Date: Fri, 5 Oct 2007 07:40:55 -0700 Subject: [csw-users] WARNING: upgrading lighttpd will remove your lighttpd.conf Message-ID: <20071005144055.GA96015@r2d2.reverse.net> There was a bug in the current versions of the lighttpd package and the lighttpd.conf will be removed if you perform an upgrade. In the new version, the lighttpd.conf file will only be removed if matches the original conf that comes with the package. Please, backup your lighttpd.conf file before upgrating so you can restore it after the upgrade. Thanks, David From khfp.blastwave0704 at gmx.de Fri Oct 5 17:19:13 2007 From: khfp.blastwave0704 at gmx.de (Klaus Heinz) Date: Fri, 05 Oct 2007 17:19:13 +0200 Subject: [csw-users] Incompatibility between builds of perl 5.8.8? Message-ID: <20071005151913.220470@gmx.net> Hi, I just discovered that 5.8.8,REV=2006.02.05 and CSW 5.8.8,REV=2007.03.16 do not contain the same files. The former package contains /opt/csw/share/perl/5.8.8/pod/perldiag.pod while the latter does not. This affects perl scripts using the "diagnostics" pragma. $ pkginfo -l CSWperl | fgrep VERSION VERSION: 5.8.8,REV=2007.03.16 $ perl -e "use diagnostics;" couldn't find diagnostic data in /opt/csw/share/perl/5.8.8/pods/perldiag.pod /opt/csw/lib/perl/5.8.8 /opt/csw/share/perl/5.8.8 /opt/csw/lib/perl/site_perl /opt/csw/share/perl/site_perl /opt/csw/share/perl/site_perl /opt/csw/lib/perl/csw /opt/csw/share/perl/csw /opt/csw/share/perl/csw . -e at /opt/csw/share/perl/5.8.8/diagnostics.pm line 268, line 646. Compilation failed in require at -e line 1, line 646. BEGIN failed--compilation aborted at -e line 1, line 646. I can work around this difference by installing CSWperldoc which contains perldiag.pod (both in version 5.8.8,REV=2006.02.05 and 5.8.8,REV=2007.02.20). Since CSWperl does not depend on CSWperldoc (but the other way around) I am inclined to consider this a bug. ciao Klaus -- Psssst! Schon vom neuen GMX MultiMessenger geh?rt? Der kanns mit allen: http://www.gmx.net/de/go/multimessenger From comand at blastwave.org Fri Oct 5 18:59:02 2007 From: comand at blastwave.org (Cory Omand) Date: Fri, 5 Oct 2007 09:59:02 -0700 Subject: [csw-users] Incompatibility between builds of perl 5.8.8? In-Reply-To: <20071005151913.220470@gmx.net> References: <20071005151913.220470@gmx.net> Message-ID: On 10/5/07, Klaus Heinz wrote: > I just discovered that 5.8.8,REV=2006.02.05 and CSW 5.8.8,REV=2007.03.16 > do not contain the same files. > The former package contains > /opt/csw/share/perl/5.8.8/pod/perldiag.pod > while the latter does not. > > This affects perl scripts using the "diagnostics" pragma. This is a bug -- fixed and awaiting release. I'll put the new packages up at http://www.blastwave.org/testing if you'd like to get them ahead of time. - C. From William.Fennell at channing.harvard.edu Fri Oct 5 20:35:24 2007 From: William.Fennell at channing.harvard.edu (William M. Fennell) Date: Fri, 05 Oct 2007 14:35:24 -0400 Subject: [csw-users] Gaim , otr and solaris 10 Message-ID: <470683EC.2010307@channing.harvard.edu> Hi, Does anybody else use gaim and otr? I can't get the plugin to appear in gaim. Thanks, Bill -- -------------------- William M. Fennell, SCSA Senior Unix System Administrator Channing Laboratory The information transmitted in this electronic communication is intended only for the person or entity to whom it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this information in error, please contact the Compliance HelpLine at 800-856-1983 and properly dispose of this information. From tmcmahon2 at yahoo.com Fri Oct 5 20:55:32 2007 From: tmcmahon2 at yahoo.com (Torrey McMahon) Date: Fri, 05 Oct 2007 14:55:32 -0400 Subject: [csw-users] Gaim , otr and solaris 10 In-Reply-To: <470683EC.2010307@channing.harvard.edu> References: <470683EC.2010307@channing.harvard.edu> Message-ID: <470688A4.1040408@yahoo.com> Is CSWgaimotr installed? William M. Fennell wrote: > Hi, > > Does anybody else use gaim and otr? > I can't get the plugin to appear in gaim. > > Thanks, > > Bill > > From William.Fennell at channing.harvard.edu Fri Oct 5 22:04:39 2007 From: William.Fennell at channing.harvard.edu (William M. Fennell) Date: Fri, 05 Oct 2007 16:04:39 -0400 Subject: [csw-users] Gaim , otr and solaris 10 In-Reply-To: <470688A4.1040408@yahoo.com> References: <470683EC.2010307@channing.harvard.edu> <470688A4.1040408@yahoo.com> Message-ID: <470698D7.3060505@channing.harvard.edu> I was missing that. Thanks a lot! -------------------- William M. Fennell, SCSA Senior Unix System Administrator Channing Laboratory Torrey McMahon wrote: > Is CSWgaimotr installed? > > William M. Fennell wrote: > >> Hi, >> >> Does anybody else use gaim and otr? >> I can't get the plugin to appear in gaim. >> >> Thanks, >> >> Bill >> >> >> > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > The information transmitted in this electronic communication is intended only for the person or entity to whom it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this information in error, please contact the Compliance HelpLine at 800-856-1983 and properly dispose of this information. From William.Fennell at channing.harvard.edu Fri Oct 5 22:08:27 2007 From: William.Fennell at channing.harvard.edu (William M. Fennell) Date: Fri, 05 Oct 2007 16:08:27 -0400 Subject: [csw-users] Gaim , otr and solaris 10 In-Reply-To: <470698D7.3060505@channing.harvard.edu> References: <470683EC.2010307@channing.harvard.edu> <470688A4.1040408@yahoo.com> <470698D7.3060505@channing.harvard.edu> Message-ID: <470699BB.10009@channing.harvard.edu> i ad only the gaim client and CSWotr installed. -------------------- William M. Fennell, SCSA Senior Unix System Administrator Channing Laboratory William M. Fennell wrote: > I was missing that. Thanks a lot! > > -------------------- > William M. Fennell, SCSA > Senior Unix System Administrator > Channing Laboratory > > > > Torrey McMahon wrote: > >> Is CSWgaimotr installed? >> >> William M. Fennell wrote: >> >> >>> Hi, >>> >>> Does anybody else use gaim and otr? >>> I can't get the plugin to appear in gaim. >>> >>> Thanks, >>> >>> Bill >>> >>> >>> >>> >> _______________________________________________ >> users mailing list >> users at lists.blastwave.org >> https://lists.blastwave.org/mailman/listinfo/users >> >> > > > The information transmitted in this electronic communication is intended only for the person or entity to whom it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this information in error, please contact the Compliance HelpLine at 800-856-1983 and properly dispose of this information. > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From tmcmahon2 at yahoo.com Fri Oct 5 22:44:06 2007 From: tmcmahon2 at yahoo.com (Torrey McMahon) Date: Fri, 05 Oct 2007 16:44:06 -0400 Subject: [csw-users] Gaim , otr and solaris 10 In-Reply-To: <470699BB.10009@channing.harvard.edu> References: <470683EC.2010307@channing.harvard.edu> <470688A4.1040408@yahoo.com> <470698D7.3060505@channing.harvard.edu> <470699BB.10009@channing.harvard.edu> Message-ID: <4706A216.4090609@yahoo.com> Hopefully, we'll have CSWpidgin and CSWpidginotr available shortly. William M. Fennell wrote: > i ad only the gaim client and CSWotr installed. > > -------------------- > William M. Fennell, SCSA > Senior Unix System Administrator > Channing Laboratory > > > > William M. Fennell wrote: > >> I was missing that. Thanks a lot! >> >> -------------------- >> William M. Fennell, SCSA >> Senior Unix System Administrator >> Channing Laboratory >> >> >> >> Torrey McMahon wrote: >> >> >>> Is CSWgaimotr installed? >>> >>> William M. Fennell wrote: >>> >>> >>> >>>> Hi, >>>> >>>> Does anybody else use gaim and otr? >>>> I can't get the plugin to appear in gaim. >>>> >>>> Thanks, >>>> >>>> Bill >>>> >>>> >>>> >>>> >>>> >>> ______ From maybird1776 at yahoo.com Fri Oct 5 23:10:18 2007 From: maybird1776 at yahoo.com (ken mays) Date: Fri, 5 Oct 2007 14:10:18 -0700 (PDT) Subject: [csw-users] Gnome Nautilus Error In-Reply-To: <4705FC64.7070008@Sun.Com> Message-ID: <860434.25659.qm@web34215.mail.mud.yahoo.com> There are new libcairo 1.4.10 packages at: http://www.blastave.org/testing ~ Ken ____________________________________________________________________________________ Tonight's top picks. What will you watch tonight? Preview the hottest shows on Yahoo! TV. http://tv.yahoo.com/ From jwheeler at blastwave.org Sat Oct 6 12:13:38 2007 From: jwheeler at blastwave.org (Jonathan Wheeler) Date: Sat, 06 Oct 2007 23:13:38 +1300 Subject: [csw-users] amarok questions In-Reply-To: <47064E33.3050803@cmi.univ-mrs.fr> References: <47064E33.3050803@cmi.univ-mrs.fr> Message-ID: <47075FD2.2060204@blastwave.org> G?rard Henry wrote: > hello all, Hi Gerard, > im' using amarok from blastwave. > Why amarok isn't in /opt/csw/bin, and only in /opt/csw/kde-gcc/bin? That's a KDE thing. It _really_ wants to be in there at runtime, and since it is a KDE project, it makes sense to have it in there. > Then, when i play songs in a playlist, at the end of each song, there is > a widow appearing with message: > "The script 'Default' exited with code: 127 > Details > /usr/bin/env: No such file or directory > " > > Anybody know what is missing, here? Amarok does some funny things if it's not in your path. Can you check your path to make sure that /opt/csw/kde-gcc/bin is included. If it's not and you don't really want it to be, you can always write a little wrapper script to append the path, something like this: #!/bin/bash export PATH=$PATH:/opt/csw/kde-gcc/bin amarok > I gave a look into /opt/csw/kde-gcc/share/apps/amarok/, but don't find a > file "Default"? > A recursive grep in these files show me that there are scripts that > begin with: > ..:#!/usr/bin/env python > or > .. env ruby > and ruby and python are correctly installed. Well that's a good start :) > Thanks in advance, > > gerard Jonathan From maybird1776 at yahoo.com Sat Oct 6 18:51:59 2007 From: maybird1776 at yahoo.com (ken mays) Date: Sat, 6 Oct 2007 09:51:59 -0700 (PDT) Subject: [csw-users] Gnome Nautilus Error In-Reply-To: Message-ID: <170887.7910.qm@web34212.mail.mud.yahoo.com> We've fixed this with the libcairo 1.4.10 package which I've asked to be pushed to the unstable tree soon. Ken ____________________________________________________________________________________ Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos. http://autos.yahoo.com/index.html From zizban at gmail.com Sat Oct 6 19:31:19 2007 From: zizban at gmail.com (Chris Turkel) Date: Sat, 6 Oct 2007 13:31:19 -0400 Subject: [csw-users] Gnome Nautilus Error In-Reply-To: <170887.7910.qm@web34212.mail.mud.yahoo.com> References: <170887.7910.qm@web34212.mail.mud.yahoo.com> Message-ID: On 10/6/07, ken mays wrote: > We've fixed this with the libcairo 1.4.10 package > which I've asked to be pushed to the unstable tree > soon. > > Ken > That'd be great! From ghenry at cmi.univ-mrs.fr Sun Oct 7 07:33:23 2007 From: ghenry at cmi.univ-mrs.fr (=?ISO-8859-1?Q?G=E9rard_Henry?=) Date: Sun, 07 Oct 2007 07:33:23 +0200 Subject: [csw-users] amarok questions In-Reply-To: <47075FD2.2060204@blastwave.org> References: <47064E33.3050803@cmi.univ-mrs.fr> <47075FD2.2060204@blastwave.org> Message-ID: <47086FA3.8080706@cmi.univ-mrs.fr> Jonathan Wheeler wrote: >> Then, when i play songs in a playlist, at the end of each song, there is >> a widow appearing with message: >> "The script 'Default' exited with code: 127 >> Details >> /usr/bin/env: No such file or directory >> " >> >> Anybody know what is missing, here? > > Amarok does some funny things if it's not in your path. Can you check > your path to make sure that /opt/csw/kde-gcc/bin is included. If it's > not and you don't really want it to be, you can always write a little > wrapper script to append the path, something like this: > > #!/bin/bash > export PATH=$PATH:/opt/csw/kde-gcc/bin > amarok > yes, i have this wrapper, so it's not solution. Do you say that you don't see this message window appears on your desktop between songs? thanks for your reply gerard From jwheeler at blastwave.org Sun Oct 7 10:01:40 2007 From: jwheeler at blastwave.org (Jonathan Wheeler) Date: Sun, 07 Oct 2007 21:01:40 +1300 Subject: [csw-users] amarok questions In-Reply-To: <47086FA3.8080706@cmi.univ-mrs.fr> References: <47064E33.3050803@cmi.univ-mrs.fr> <47075FD2.2060204@blastwave.org> <47086FA3.8080706@cmi.univ-mrs.fr> Message-ID: <47089264.2050600@blastwave.org> G?rard Henry wrote: > Jonathan Wheeler wrote: > >>> Then, when i play songs in a playlist, at the end of each song, there is >>> a widow appearing with message: >>> "The script 'Default' exited with code: 127 >>> Details >>> /usr/bin/env: No such file or directory Just a quick sanity check here - you do have "/usr/bin/env", right? And it works normally? >>> " >>> >> you can always write a little >> wrapper script to append the path, something like this: >> >> #!/bin/bash >> export PATH=$PATH:/opt/csw/kde-gcc/bin >> amarok >> > yes, i have this wrapper, so it's not solution. > Do you say that you don't see this message window appears on your > desktop between songs? No, I don't see it sorry. The only other time I've seen issues with Amarok between songs, is when I've enabled crossfade between the songs. I think this has more to do with the sun audio framework then Amarok itself. Which audio engine are you using? I use xine as the engine, and "sun" for the audio. > > thanks for your reply Sure, but I'm fast running out of suggestions here. Do bear in mind that I'm just an Amarok fan, (and the BW packager), but I'm not actually a developer of Amarok. We're nearing the limits of my troubleshooting ability, and if duplicating my settings above still don't fix your issue, the Amarok forums/mailing lists may be the next place to start asking. Jonathan From jeff at cjsa.com Mon Oct 8 00:16:33 2007 From: jeff at cjsa.com (Jeffery Small) Date: Sun, 7 Oct 2007 22:16:33 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 Message-ID: I just installed OpenOffice 2.2.0 on a new Solaris 10 installation. When I attempt to print, the print dialog comes up with the proper default printer "ps" but the type is listed as: Type: CUPS:ps I am not using CUPS. I'm using the standard Solaris SYSV lp printing system. When I print, it attempts to send the document to the printer, but returns with a dislog that reads: Error while printing I'm sure this is related to the fact that the program is expecting some different response from the CUPS system. Is this a fatal flaw in the way this package is created, or can I somehow instruct OO to expect the correct underlying print system? Regards, -- Jeff C. Jeffery Small CJSA LLC 206-232-3338 jeff at cjsa.com 7000 E Mercer Way, Mercer Island, WA 98040 From jeff at cjsa.com Mon Oct 8 00:37:05 2007 From: jeff at cjsa.com (Jeffery Small) Date: Sun, 7 Oct 2007 22:37:05 GMT Subject: [csw-users] Other OpenOffice 2.2.0 questions Message-ID: Regarding OpenOffice 2.2.0 on Solaris 10: 1: Each time I press F1 for context help or click on a Help button on a pop-up dialog, the help window opens with the error: Could not find Help page. [...] Help ID: text%2Fswriter%2Fmain0000.xhp Is there a missing module that needs to be installed to provide this information? 2: For as long as I can remember, OpenOffice leaves all sorts of ghost lines on my screen. For example, On the Options menu, I get a vertical line to the left and right of many (but not all) list entries that I select in the left navigation pane. Or, when placing and moving tabs, a vertical guide line will often remain on the screen until it is redrawn. I sometimes see "trash" residue from text as I scroll vertically. All of this still happens in 2.2.0. Do other people see this as well? 3: I find it difficult to align tabs in OpenOffice because the resolution of tab placement is so fine. Is there a way to set the rounding for tab placement (say 1/20th of an inch) so that it is easier and more predictable to get these aligned? Thanks again for any insights you can offer. Regards, -- Jeff C. Jeffery Small CJSA LLC 206-232-3338 jeff at cjsa.com 7000 E Mercer Way, Mercer Island, WA 98040 From james at blastwave.org Mon Oct 8 11:20:17 2007 From: james at blastwave.org (James Lee) Date: Mon, 08 Oct 2007 09:20:17 GMT Subject: [csw-users] Other OpenOffice 2.2.0 questions In-Reply-To: References: Message-ID: <20071008.9201700.2421529039@gyor.oxdrove.co.uk> On 07/10/07, 23:37:05, Jeffery Small wrote regarding [csw-users] Other OpenOffice 2.2.0 questions: > 3: I find it difficult to align tabs in OpenOffice because the > resolution of > tab placement is so fine. Is there a way to set the rounding for tab > placement (say 1/20th of an inch) so that it is easier and more > predictable > to get these aligned? Are you editing the tabs as numbers in the paragraphs properties? Here you can give the exact numbers. James. From james at blastwave.org Mon Oct 8 11:20:28 2007 From: james at blastwave.org (James Lee) Date: Mon, 08 Oct 2007 09:20:28 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 In-Reply-To: References: Message-ID: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> On 07/10/07, 23:16:33, Jeffery Small wrote regarding [csw-users] Problem with OpenOffice 2.2.0: > I just installed OpenOffice 2.2.0 on a new Solaris 10 installation. When > I attempt to print, the print dialog comes up with the proper default > printer "ps" but the type is listed as: > Type: CUPS:ps > I am not using CUPS. I'm using the standard Solaris SYSV lp printing > system. When you set the printer in spadmin what did you choose? Which printer did you choose? What command line? It asks "Choose a command line" and I give it something like "lp -d laser" James. From Bill.Quayle at cmegroup.com Mon Oct 8 16:18:58 2007 From: Bill.Quayle at cmegroup.com (Quayle, Bill (ETS)) Date: Mon, 8 Oct 2007 09:18:58 -0500 Subject: [csw-users] update - removal before dependency check? Message-ID: <0C287582D960ED4FBD8FD411A24060E435257C@SMSCHIEXMB2.prod.ad.merc.chicago.cme.com> Please excuse me if this has been discussed in the past or this is not the correct forum for this topic. It was noted by an admin doing an update of openssh that the update removed the package, and then checked for dependencies of the new package. Is it possible to check dependencies before the removal of the package being updated? If the user doesn't want to update dependencies they can then bail out and still be left with things untouched and functional. Thanks very much -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20071008/e0ff8dc8/attachment.html From shuttlebox at gmail.com Mon Oct 8 16:38:01 2007 From: shuttlebox at gmail.com (shuttlebox) Date: Mon, 8 Oct 2007 16:38:01 +0200 Subject: [csw-users] update - removal before dependency check? In-Reply-To: <0C287582D960ED4FBD8FD411A24060E435257C@SMSCHIEXMB2.prod.ad.merc.chicago.cme.com> References: <0C287582D960ED4FBD8FD411A24060E435257C@SMSCHIEXMB2.prod.ad.merc.chicago.cme.com> Message-ID: <625385e30710080738y3d52655cg50b8a5a1110d2bc6@mail.gmail.com> On 10/8/07, Quayle, Bill (ETS) wrote: > Please excuse me if this has been discussed in the past or this is not the > correct forum for this topic. > > It was noted by an admin doing an update of openssh that the update removed > the package, and then checked for dependencies of the new package. Is it > possible to check dependencies before the removal of the package being > updated? If the user doesn't want to update dependencies they can then bail > out and still be left with things untouched and functional. Today the dependency checking is not done by pkg-get itself but by pkgadd so it's not possible but pkg-get is right now undergoing a redesign that will bring this functionality to you (i.e. see all dependencies before you start the actual work). -- /peter From jeff at cjsa.com Mon Oct 8 21:11:32 2007 From: jeff at cjsa.com (Jeffery Small) Date: Mon, 8 Oct 2007 19:11:32 GMT Subject: [csw-users] Other OpenOffice 2.2.0 questions References: <20071008.9201700.2421529039@gyor.oxdrove.co.uk> Message-ID: James Lee writes: >On 07/10/07, 23:37:05, Jeffery Small wrote regarding >[csw-users] Other OpenOffice 2.2.0 questions: >> 3: I find it difficult to align tabs in OpenOffice because the >> resolution of tab placement is so fine. Is there a way to set the >> rounding for tab placement (say 1/20th of an inch) so that it is easier >> and more predictable to get these aligned? >Are you editing the tabs as numbers in the paragraphs properties? Here >you can give the exact numbers. No, I'm dragging the tabs along the ruler and placing them manually. I would like them to "snap" into place much as they do in MS Word. But I find that the current resolution for tab placement is so fine grained that I cannot easily get tabs to align with tabs on other lines. I get close, but it is hard to get them exactly aligned. Regards, -- Jeff C. Jeffery Small CJSA LLC 206-232-3338 jeff at cjsa.com 7000 E Mercer Way, Mercer Island, WA 98040 From jeff at cjsa.com Mon Oct 8 21:26:22 2007 From: jeff at cjsa.com (Jeffery Small) Date: Mon, 8 Oct 2007 19:26:22 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 References: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> Message-ID: James Lee writes: >On 07/10/07, 23:16:33, Jeffery Small wrote regarding >[csw-users] Problem with OpenOffice 2.2.0: >> I just installed OpenOffice 2.2.0 on a new Solaris 10 installation. When >> I attempt to print, the print dialog comes up with the proper default >> printer "ps" but the type is listed as: >> Type: CUPS:ps >> I am not using CUPS. I'm using the standard Solaris SYSV lp printing >> system. >When you set the printer in spadmin what did you choose? Which >printer did you choose? What command line? It asks "Choose a >command line" and I give it something like "lp -d laser" James: I never heard of spadmin and there is no manual page for it. I'm pretty sure I never ran this command before. When I run it now it displays a Printer Administration window that lists the printers I have defined by my lpadmin system. ------------------------------------------------------------------------ 1-> lpstat -t scheduler is running system default destination: ps device for ps: /dev/printers/0 system for _default: belvedere (as printer ps) device for hpgl: /dev/printers/0 device for hp755: /dev/hp755 character set ps accepting requests since Fri Sep 28 13:08:47 2007 _default accepting requests since Fri Sep 28 13:08:47 2007 hpgl accepting requests since Fri Sep 28 13:08:53 2007 hp755 accepting requests since Fri Sep 28 13:08:59 2007 printer ps is idle. enabled since Fri Sep 28 13:09:33 2007. available. printer _default is idle. enabled since Oct 08 12:16 2007. available. printer hpgl is idle. enabled since Fri Sep 28 13:09:43 2007. available. printer hp755 is idle. enabled since Fri Sep 28 13:09:43 2007. available. ------------------------------------------------------------------------ The Printer Administration window shows the ps (Default printer) has the command "lp -s" and the Driver is listed as "ps (CUPS:ps)". When I click on the Test Page button it says that the test page was printed successfully, but nothing shows up in the print queue or at the printer. I see no way to alter either the Command or the Driver entry for the printers using this tool. Previously I was using the OpenOffice package I downloaded from the OpenOffice.Org web site and everything worked fine. I have never had CUPS installed on this system and this is the first reference I have ever seen to it. As far as I can tell, it appears to be hardwired into the CSW package. I'm open to suggestions, but unsure how to proceed. Regards, -- Jeff C. Jeffery Small CJSA LLC 206-232-3338 jeff at cjsa.com 7000 E Mercer Way, Mercer Island, WA 98040 From gw at citasystems.com Tue Oct 9 06:29:34 2007 From: gw at citasystems.com (George Wyche) Date: Mon, 08 Oct 2007 23:29:34 -0500 Subject: [csw-users] Firefox Solaris8 failure Message-ID: <470B03AE.6030200@citasystems.com> Of some 110+ blastwave packages I put on this Solaris 8 Blade100, the only one I have found that won't start is Firefox. I get >ls.so.1: /opt/csw/mozilla/firefox/lib/firefox-bin: fatal: relocation error: file /opt/csw/mozilla/firefox/lib/libxpcom_core.so: symbol __1c2n6FIpv_0_: referenced symbol not found Killed After looking at the few similar failures I found referenced via Google, I deleted my MOZILLA_HOME environment var holdover from Netscape 4.76 and I deleted the entire my local .mozilla directory. I also tried launching Firefox as root. Always acts the same. This Solaris 8 was not updated to the final revision so I get those messages about language patches, and I tell it to start anyway, but a few moments later comes the above message. The 2 unusual things about this setup are the mandatory lack of internet access and the mandatory 8-bit pseudo color visual so that an old, tyrannical, program will work. [Note: that program is also why at home I cannot upgrade to Solaris 10 8/07. I had to go back to 11/06 which allows starting out with a pseudo color visual.] How shall I go about investigating this error? I sure hate going back to Netscape 4.76 which is working on this box. The box does not have internet access so getting things onto it always involves me writing a CD at home and carrying it to work. George From james at blastwave.org Tue Oct 9 11:54:03 2007 From: james at blastwave.org (James Lee) Date: Tue, 09 Oct 2007 09:54:03 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 In-Reply-To: References: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> Message-ID: <20071009.9540300.1712028829@gyor.oxdrove.co.uk> On 08/10/07, 20:26:22, Jeffery Small wrote regarding Re: [csw-users] Problem with OpenOffice 2.2.0: > >> I just installed OpenOffice 2.2.0 on a new Solaris 10 installation. > >> When I attempt to print, the print dialog comes up with the proper > >> default printer "ps" but the type is listed as: > >> Type: CUPS:ps > >> I am not using CUPS. I'm using the standard Solaris SYSV lp printing > >> system. > >When you set the printer in spadmin what did you choose? Which > >printer did you choose? What command line? It asks "Choose a > >command line" and I give it something like "lp -d laser" > I never heard of spadmin and there is no manual page for it. I'm pretty > sure I never ran this command before. It's been there since at least version 5. (StarOffice 5, pre OOo.) search for spadmin the OOo help and there are some docs. (If your help is working). > The Printer Administration window shows the ps (Default printer) has > the command "lp -s" and the Driver is listed as "ps (CUPS:ps)". For me the default printer has a driver of "SGENPRT". Try "New Printer", "Add a printer". When you add new printers what drivers does each offer? The drivers correspond to files in /opt/csw/OpenOffice.org/share/psprint/driver I can't find any reference to CUPS here. The users settings are stored in: ~/.openoffice.org2/user/psprint/psprint.conf Mine starts: [Generic Printer] Printer=SGENPRT/Generic Printer DefaultPrinter=1 Location= Comment= Command=lp -d laser > I see no way to alter either the Command or the Driver entry for > the printers using this tool. The command is easy to change. Highlight printer, "Properties...", and type the command in the box or select from the list below the box. The driver belongs to the printer so add a new printer. James. From james at blastwave.org Tue Oct 9 11:54:11 2007 From: james at blastwave.org (James Lee) Date: Tue, 09 Oct 2007 09:54:11 GMT Subject: [csw-users] Other OpenOffice 2.2.0 questions In-Reply-To: References: <20071008.9201700.2421529039@gyor.oxdrove.co.uk> Message-ID: <20071009.9541100.1821393144@gyor.oxdrove.co.uk> On 08/10/07, 20:11:32, Jeffery Small wrote regarding Re: [csw-users] Other OpenOffice 2.2.0 questions: > >> 3: I find it difficult to align tabs in OpenOffice because the > >> resolution of tab placement is so fine. Is there a way to set the > >> rounding for tab placement (say 1/20th of an inch) so that it is easier > >> and more predictable to get these aligned? > >Are you editing the tabs as numbers in the paragraphs properties? Here > >you can give the exact numbers. > No, I'm dragging the tabs along the ruler and placing them manually. I > would like them to "snap" into place much as they do in MS Word. But I > find that the current resolution for tab placement is so fine grained > that I cannot easily get tabs to align with tabs on other lines. I get > close, but it is hard to get them exactly aligned. I don't know about the snap on drag. Perhaps an RFE on the product: http://qa.openoffice.org/issues/query.cgi http://qa.openoffice.org/issue_handling/pre_submission.html I either set tabs by value in the styles or my recommendation is to not use tabs at all but layout with styles, outline numbering or tables. James. From khfp.blastwave0704 at gmx.de Tue Oct 9 12:18:41 2007 From: khfp.blastwave0704 at gmx.de (Klaus Heinz) Date: Tue, 09 Oct 2007 12:18:41 +0200 Subject: [csw-users] how to depend on libsunmath? Message-ID: <20071009101841.13150@gmx.net> Hi, as of subversion revision 1649 I do not see a way to depend on libsunmath in the package Makefile (ie, with DEPEND. Or should that be LIBDEPS?). Did I miss anything? Generally, it looks like there are many package recipes missing in SVN, a rough estimate shows there are only about 650 directories. ciao Klaus -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal f?r Modem und ISDN: http://www.gmx.net/de/go/smartsurfer From james at blastwave.org Tue Oct 9 13:09:43 2007 From: james at blastwave.org (James Lee) Date: Tue, 09 Oct 2007 11:09:43 GMT Subject: [csw-users] Firefox Solaris8 failure In-Reply-To: <470B03AE.6030200@citasystems.com> References: <470B03AE.6030200@citasystems.com> Message-ID: <20071009.11094300.3911826445@gyor.oxdrove.co.uk> On 09/10/07, 05:29:34, George Wyche wrote regarding [csw-users] Firefox Solaris8 failure: > Of some 110+ blastwave packages I put on this Solaris 8 Blade100, the > only one I have found that won't start is Firefox. I get > >ls.so.1: /opt/csw/mozilla/firefox/lib/firefox-bin: fatal: relocation > error: file /opt/csw/mozilla/firefox/lib/libxpcom_core.so: symbol > __1c2n6FIpv_0_: referenced symbol not found > Killed It belongs to libCrun $ nm -D /usr/lib/libCrun.so.1 | grep __1c2n6FIpv_0_ [46] | 28724| 8|FUNC |GLOB |0 |12 |__1c2n6FIpv_0_ Are your patches up to date? $ pkgparam -v SUNWlibC | grep PATCH_INFO PATCH_INFO_108434-21='Installed: Tuesday July 11 15:25:55 BST 2006 From: gyor Obsoletes: Requires: 109147-07 Incompatibles:' PATCH_INFO_108434-22='Installed: Saturday February 24 21:05:37 GMT 2007 From: gyor Obsoletes: Requires: 109147-07 Incompatibles:' > The 2 unusual things about this setup are the mandatory lack of internet > access and the mandatory 8-bit pseudo color visual so that an old, > tyrannical, program will work. I've just run up firefox-2.0.0.5,REV=2007.07.19 on an TGX 8-bit display with the network cable pulled so preventing any possible Internet access. James. From Ben.Taylor at Sun.COM Tue Oct 9 15:33:45 2007 From: Ben.Taylor at Sun.COM (Ben Taylor) Date: Tue, 09 Oct 2007 09:33:45 -0400 Subject: [csw-users] how to depend on libsunmath? In-Reply-To: <20071009101841.13150@gmx.net> References: <20071009101841.13150@gmx.net> Message-ID: <470B8339.8010706@Sun.COM> Klaus Heinz wrote: >Hi, > >as of subversion revision 1649 I do not see a way to depend on libsunmath >in the package Makefile (ie, with DEPEND. Or should that be LIBDEPS?). >Did I miss anything? > > I have had to use libsunmath with a package before. here is some snippets from a Makefile LIBS+=-lsunmath LDFLAGS+=-L/opt/SUNWspro/prod/lib -R/opt/SUNWspro/prod/lib CFLAGS+=-I/opt/SUNWspro/prod/include/cc However, it is probably advised to create a blastwave package with the shared library version of libsunmath in the /opt/csw/lib tree, so the above settings do not expect a user to have the Studio compilers installed. IE, LDFLAGS would look like LDFLAGS+=-L/opt/csw/lib -R/opt/csw/lib Hope this helps. Ben From Ben.Taylor at Sun.COM Tue Oct 9 15:45:41 2007 From: Ben.Taylor at Sun.COM (Ben Taylor) Date: Tue, 09 Oct 2007 09:45:41 -0400 Subject: [csw-users] how to depend on libsunmath? In-Reply-To: <470B8339.8010706@Sun.COM> References: <20071009101841.13150@gmx.net> <470B8339.8010706@Sun.COM> Message-ID: <470B8605.6040802@Sun.COM> Ben Taylor wrote: >Klaus Heinz wrote: > > > >>Hi, >> >>as of subversion revision 1649 I do not see a way to depend on libsunmath >>in the package Makefile (ie, with DEPEND. Or should that be LIBDEPS?). >>Did I miss anything? >> >> >> >> >I have had to use libsunmath with a package before. here is some >snippets from a Makefile > >LIBS+=-lsunmath >LDFLAGS+=-L/opt/SUNWspro/prod/lib -R/opt/SUNWspro/prod/lib >CFLAGS+=-I/opt/SUNWspro/prod/include/cc > >However, it is probably advised to create a blastwave package with the >shared library >version of libsunmath in the /opt/csw/lib tree, so the above settings do >not expect a >user to have the Studio compilers installed. > > > And I forgot to mention that the shared library version of libsunmath is distributeable. >IE, LDFLAGS would look like > >LDFLAGS+=-L/opt/csw/lib -R/opt/csw/lib > >Hope this helps. > >Ben >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > > From khfp.blastwave0704 at gmx.de Tue Oct 9 16:00:10 2007 From: khfp.blastwave0704 at gmx.de (Klaus Heinz) Date: Tue, 09 Oct 2007 16:00:10 +0200 Subject: [csw-users] how to depend on libsunmath? In-Reply-To: <470B8339.8010706@Sun.COM> References: <20071009101841.13150@gmx.net> <470B8339.8010706@Sun.COM> Message-ID: <20071009140010.286380@gmx.net> Ben Taylor wrote: > However, it is probably advised to create a blastwave package with the > shared library > version of libsunmath in the /opt/csw/lib tree, so the above settings do > not expect a > user to have the Studio compilers installed. My question probably was rather unclear. There _is_ already a package CSWsunmath which puts libsunmath into /opt/csw/lib/. I am trying to build a package for the Perl Data Library (PDL) starting with the one already checked in at svn.blastwave.org. I will keep it very simple, with all the fancy capabilities and required packages disabled for now, because we do not need them. Unfortunately, I cannot use DEPENDS+= lib/libsunmath in the GNU Makefile because lib/libsunmath does not exist in the subversion repository. Why does CSWsunmath exist but no corresponding subversion directory? It looks like the DEPENDS/LIBDEPS lines in the Makefile and the content of files/CSWpmpdl.depend are independent of each other, so I _suppose_ I can get away with putting CSWsunmath into CSWpmpdl.depend and omit the DEPENDS/LIBDEPS line in the Makefile. ciao Klaus -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail From gw at citasystems.com Tue Oct 9 16:08:32 2007 From: gw at citasystems.com (George Wyche) Date: Tue, 09 Oct 2007 09:08:32 -0500 Subject: [csw-users] Firefox Solaris8 failure In-Reply-To: <20071009.11094300.3911826445@gyor.oxdrove.co.uk> References: <470B03AE.6030200@citasystems.com> <20071009.11094300.3911826445@gyor.oxdrove.co.uk> Message-ID: <470B8B60.9060209@citasystems.com> @Mr. Lee Thanks for the pointerss (and thanks for not stopping as soon as you saw >ls.so.1 ^ instead of ld You went the extra mile changing your visual and yanking the ethernet cable. I will do what is necessary to apply the patches to the the Solaris 8 box. Next time I will build a script to check all involved libraries using nm. How did you knew to look in libCrun? Thanks again, George Wyche James Lee wrote: > On 09/10/07, 05:29:34, George Wyche wrote regarding > [csw-users] Firefox Solaris8 failure: > >> Of some 110+ blastwave packages I put on this Solaris 8 Blade100, the >> only one I have found that won't start is Firefox. I get > >> >ls.so.1: /opt/csw/mozilla/firefox/lib/firefox-bin: fatal: relocation >> error: file /opt/csw/mozilla/firefox/lib/libxpcom_core.so: symbol >> __1c2n6FIpv_0_: referenced symbol not found >> Killed > > > It belongs to libCrun > > $ nm -D /usr/lib/libCrun.so.1 | grep __1c2n6FIpv_0_ > [46] | 28724| 8|FUNC |GLOB |0 |12 |__1c2n6FIpv_0_ > > > Are your patches up to date? > > $ pkgparam -v SUNWlibC | grep PATCH_INFO > PATCH_INFO_108434-21='Installed: Tuesday July 11 15:25:55 BST 2006 From: > gyor Obsoletes: Requires: 109147-07 Incompatibles:' > PATCH_INFO_108434-22='Installed: Saturday February 24 21:05:37 GMT 2007 > From: gyor Obsoletes: Requires: 109147-07 Incompatibles:' > > > > >> The 2 unusual things about this setup are the mandatory lack of internet >> access and the mandatory 8-bit pseudo color visual so that an old, >> tyrannical, program will work. > > I've just run up firefox-2.0.0.5,REV=2007.07.19 on an TGX 8-bit display > with the network cable pulled so preventing any possible Internet access. > > > > > James. > > > > > > > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From james at blastwave.org Tue Oct 9 17:05:04 2007 From: james at blastwave.org (James Lee) Date: Tue, 09 Oct 2007 15:05:04 GMT Subject: [csw-users] Firefox Solaris8 failure In-Reply-To: <470B8B60.9060209@citasystems.com> References: <470B03AE.6030200@citasystems.com> <20071009.11094300.3911826445@gyor.oxdrove.co.uk> <470B8B60.9060209@citasystems.com> Message-ID: <20071009.15050400.4284410298@gyor.oxdrove.co.uk> On 09/10/07, 15:08:32, George Wyche wrote regarding Re: [csw-users] Firefox Solaris8 failure: > Thanks for the pointerss (and thanks for not stopping as soon as you saw > >ls.so.1 > ^ instead of ld It was easy to not stop - I didn't notice! > You went the extra mile changing your visual and yanking the ethernet > cable. Easy to do, it's the Solaris 8 test machine used for stable pass-off, it was sitting waiting to do such a test. > Next time I will build a script to check all involved libraries using nm. > How did you knew to look in libCrun? Oh that's easy too, I simply memorise all the library symbol tables. The truth must be closer to that than I should admit, it just looked as if it belonged to libCrun. I wouldn't have bet my life on it but I did look there first. A large number of errors are caused by a small number of reasons, this was one of them. Start with the usual suspects. James. From jeff at cjsa.com Tue Oct 9 20:46:17 2007 From: jeff at cjsa.com (Jeffery Small) Date: Tue, 9 Oct 2007 18:46:17 GMT Subject: [csw-users] Other OpenOffice 2.2.0 questions References: <20071008.9201700.2421529039@gyor.oxdrove.co.uk> <20071009.9541100.1821393144@gyor.oxdrove.co.uk> Message-ID: James Lee writes: [Re. problem with tab stops] >I don't know about the snap on drag. Perhaps an RFE on the product: >http://qa.openoffice.org/issues/query.cgi >http://qa.openoffice.org/issue_handling/pre_submission.html Good suggestion. I submitted an enhancement request. Regards, -- Jeff From jeff at cjsa.com Tue Oct 9 21:08:20 2007 From: jeff at cjsa.com (Jeffery Small) Date: Tue, 9 Oct 2007 19:08:20 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 References: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> <20071009.9540300.1712028829@gyor.oxdrove.co.uk> Message-ID: James Lee writes: >> I never heard of spadmin and there is no manual page for it. I'm pretty >> sure I never ran this command before. >It's been there since at least version 5. (StarOffice 5, pre OOo.) >search for spadmin the OOo help and there are some docs. (If your >help is working). Some help is there but any attempt at F1 context sensitive help results in: Could not find Help page. Help ID: text%2Fswriter%2Fmain0000.xhp The same message is displayed when I type "spadmin" into the Find tab! Is there a "help" module that is not installed here? Here is what I have: ooocommon ooocore ooodictenus ooouienus openofficeenus >> The Printer Administration window shows the ps (Default printer) has >> the command "lp -s" and the Driver is listed as "ps (CUPS:ps)". >For me the default printer has a driver of "SGENPRT". >Try "New Printer", "Add a printer". When you add new printers what >drivers does each offer? When I run spadmin as either my normal self or as root, when I click on "New Printer" the Add Printer dialog pops up and the "Add a printer" and "Import printers from StarOffice installation" are both greyed out! I'm not going to add a printer this way! >The drivers correspond to files in > /opt/csw/OpenOffice.org/share/psprint/driver >I can't find any reference to CUPS here. I grepped this directory and also do not find any reference to cups. >The users settings are stored in: > ~/.openoffice.org2/user/psprint/psprint.conf >Mine starts: >[Generic Printer] >Printer=SGENPRT/Generic Printer >DefaultPrinter=1 >Location= >Comment= >Command=lp >-d laser Ok, this is the source of the problem. Here is my file: -------------------------------------------------------------------------- [Generic Printer] Printer=SGENPRT/Generic Printer DefaultPrinter=0 Location= Comment= Command=lp -s Features= Copies=1 Scale=100 Orientation=Portrait PSLevel=0 ColorDevice=0 ColorDepth=24 MarginAdjust=-1,-1,-1,-1 PPD_PageSize=Letter PerformFontSubstitution=true SubstFont_Arial=Helvetica SubstFont_Times New Roman=Times SubstFont_Cumberland=Courier SubstFont_Timmons=Times SubstFont_Helmet=Helvetica SubstFont_Thorndale=Times SubstFont_Albany=Helvetica SubstFont_Courier New=Courier [ps] Printer=CUPS:ps/ps DefaultPrinter=1 Location= Comment= Command=lp -s Features= Copies=1 Orientation=Portrait PSLevel=2 ColorDevice=-1 ColorDepth=24 MarginAdjust=-1,-1,-1,-1 PerformFontSubstitution=true SubstFont_Arial=Helvetica SubstFont_Times New Roman=Times SubstFont_Cumberland=Courier SubstFont_Timmons=Times SubstFont_Helmet=Helvetica SubstFont_Thorndale=Times SubstFont_Albany=Helvetica SubstFont_Courier New=Courier -------------------------------------------------------------------------- So I deleted the entire entry for the [ps] printer, restarted spadmin and it still reports my three printers from lpadmin (ps, hpgl and hp755) and shows all of them as CUPS drivers. Apparently the way this OO package is compiled up, it doesn't understand the lpadmin system and treats it as CUPS. I would look in the code and see if there is a switch to add support for lpadmin. As I said previously, I have been using the OO implementation from the OpenOffice.org site without problems and only decided to try the blastwave package after upgrading to Solaris 10. So there must be a method of configuring the software to support lpadmin. (Unless there is something screwy with Solaris 10 vs. Solaris 9!) Regards, -- Jeff C. Jeffery Small CJSA LLC 206-232-3338 jeff at cjsa.com 7000 E Mercer Way, Mercer Island, WA 98040 From james at blastwave.org Tue Oct 9 21:43:12 2007 From: james at blastwave.org (James Lee) Date: Tue, 09 Oct 2007 19:43:12 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 In-Reply-To: References: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> <20071009.9540300.1712028829@gyor.oxdrove.co.uk> Message-ID: <20071009.19431200.3353097156@gyor.oxdrove.co.uk> On 09/10/07, 20:08:20, Jeffery Small wrote regarding Re: [csw-users] Problem with OpenOffice 2.2.0: > So I deleted the entire entry for the [ps] printer, restarted spadmin and > it still reports my three printers from lpadmin (ps, hpgl and hp755) and > shows all of them as CUPS drivers. Apparently the way this OO package is > compiled up, it doesn't understand the lpadmin system and treats it as > CUPS. I would look in the code and see if there is a switch to add > support for lpadmin. > As I said previously, I have been using the OO implementation from the > OpenOffice.org site without problems and only decided to try the > blastwave package after upgrading to Solaris 10. So there must be a > method of configuring the software to support lpadmin. (Unless there > is something screwy with Solaris 10 vs. Solaris 9!) What does file: ~/.padminrc say? Try deleting it. This sounds like some muddle with the saved user data, as you have had previous installations try starting fresh Move the old data to a safe location and try again. $ mv ~/.openoffice.org2 ~/save.openoffice.org2 I supposed it's best to check that there is not StarOffice's spadmin being picked up? (Does with S10 come with it if you install the lot??) $ /opt/csw/bin/spadmin OR $ /opt/csw/OpenOffice.org/program/spadmin James. From jeff at cjsa.com Tue Oct 9 23:02:40 2007 From: jeff at cjsa.com (Jeffery Small) Date: Tue, 9 Oct 2007 21:02:40 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 References: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> <20071009.9540300.1712028829@gyor.oxdrove.co.uk> <20071009.19431200.3353097156@gyor.oxdrove.co.uk> Message-ID: James Lee writes: >What does file ~/.padminrc say? Here is my ~/.padminrc file: [KnownPrinterCommands] 0=lp -s 1=lp 2=lp -s -d "_default" >Try deleting it. This sounds like some muddle with the saved >user data, as you have had previous installations try starting fresh >Move the old data to a safe location and try again. I renamed both .padminrc and .openoffice.org2 and restarted writer. It went through the normal initialization process for a new user. I then started spadmin. When spadmin initially came up it showed only the _default printer and it did indeed list it as the SGENPRT driver you previously mentioned but a few moments later spadmin had searched for existing printers and showed ps, hpgl, hp755 and _default entries and now all were listed as having CUPS drivers once again! >I supposed it's best to check that there is not StarOffice's spadmin >being picked up? (Does with S10 come with it if you install the lot??) It looks like StarOffice 7 is installed in /usr/staroffice7, but that is not in my path and it is certain that I am running /opt/csw/bin/spadmin. However, if I run /usr/staroffice7/program/spadmin, then it comes up showing only the "Generic Printer (Default printer)" with a command of "lp" and the SGENPRT driver. It makes no attempt to obtain printers from the lp system. When I click on New Printer, it will let me add a printer, unlike the CSW spadmin which has it greyed out. It looks like the CSW program sees what it thinks is CUPS and wants printer administration to be done through that facility and not through spadmin. Regards, -- Jeff C. Jeffery Small CJSA LLC 206-232-3338 jeff at cjsa.com 7000 E Mercer Way, Mercer Island, WA 98040 From james at blastwave.org Wed Oct 10 12:01:44 2007 From: james at blastwave.org (James Lee) Date: Wed, 10 Oct 2007 10:01:44 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 In-Reply-To: References: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> <20071009.9540300.1712028829@gyor.oxdrove.co.uk> <20071009.19431200.3353097156@gyor.oxdrove.co.uk> Message-ID: <20071010.10014400.3489065173@gyor.oxdrove.co.uk> On 09/10/07, 22:02:40, Jeffery Small wrote regarding Re: [csw-users] Problem with OpenOffice 2.2.0: > However, if I run /usr/staroffice7/program/spadmin, then it comes up > showing only the "Generic Printer (Default printer)" with a command of > "lp" and the SGENPRT driver. It makes no attempt to obtain printers from > the lp system. When I click on New Printer, it will let me add a > printer, unlike the CSW spadmin which has it greyed out. It looks like > the CSW program sees what it thinks is CUPS and wants printer > administration to be done through that facility and not through spadmin. This isn't happening to me neither is it happening randomly. Somewhere your system must know about CUPS. Truss it and look for clues. James. From jeff at cjsa.com Wed Oct 10 20:46:19 2007 From: jeff at cjsa.com (Jeffery Small) Date: Wed, 10 Oct 2007 18:46:19 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 References: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> <20071009.9540300.1712028829@gyor.oxdrove.co.uk> <20071009.19431200.3353097156@gyor.oxdrove.co.uk> <20071010.10014400.3489065173@gyor.oxdrove.co.uk> Message-ID: James Lee writes: >On 09/10/07, 22:02:40, Jeffery Small wrote regarding Re: >[csw-users] Problem with OpenOffice 2.2.0: >This isn't happening to me neither is it happening randomly. Somewhere >your system must know about CUPS. Truss it and look for clues. The CSWcups package is not installed on this system, but CSWlibcups and CSWlibgnomecups are installed, not directly by me, but apparently as a dependency by some other packages. So even though I am not using the CUPS, OO searches for a cups library and eventually finds one at: /opt/csw/lib/sparcv8/libcups.so.2 which it opens. Also, when I run spadmin, it creates a ~/.cups/lpoptions file that stores any modifications you make to the printer setup. So, even though I didn't install the CSWcups package, if the CSW version of OO finds the cups library, then it apparently assumes that it is in use. I did download and install OO 2.3 from the OpenOffice.org web site and it does not exhibit any of these printer problems (although it has some problems of its own). It just shows a generic printer with the expected SGENPRT driver and it prints properly. When I truss this version, I don't see any attempt to search for and load a cups library. Regards, -- Jeff C. Jeffery Small CJSA LLC 206-232-3338 jeff at cjsa.com 7000 E Mercer Way, Mercer Island, WA 98040 From james at blastwave.org Thu Oct 11 10:37:41 2007 From: james at blastwave.org (James Lee) Date: Thu, 11 Oct 2007 08:37:41 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 In-Reply-To: References: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> <20071009.9540300.1712028829@gyor.oxdrove.co.uk> <20071009.19431200.3353097156@gyor.oxdrove.co.uk> <20071010.10014400.3489065173@gyor.oxdrove.co.uk> Message-ID: <20071011.8374100.422085462@gyor.oxdrove.co.uk> On 10/10/07, 19:46:19, Jeffery Small wrote regarding Re: [csw-users] Pr > >This isn't happening to me neither is it happening randomly. Somewhere > >your system must know about CUPS. Truss it and look for clues. > The CSWcups package is not installed on this system, but CSWlibcups and > CSWlibgnomecups are installed, not directly by me, but apparently as a > dependency by some other packages. > So even though I am not using the CUPS, OO searches for a cups library > and eventually finds one at: > /opt/csw/lib/sparcv8/libcups.so.2 > which it opens. > Also, when I run spadmin, it creates a ~/.cups/lpoptions file that stores > any modifications you make to the printer setup. So, even though I > didn't install the CSWcups package, if the CSW version of OO finds the > cups library, then it apparently assumes that it is in use. I don't have CUPS installed, neither do I have ~/.cups/. soffice opens libcups but doesn't do anything odd. > I did download and install OO 2.3 from the OpenOffice.org web site and > it does not exhibit any of these printer problems (although it has some > problems of its own). It just shows a generic printer with the expected > SGENPRT driver and it prints properly. When I truss this version, I > don't see any attempt to search for and load a cups library. Possibly true, using CUPS is a build option - although I have the same build options as you and get the right printer. James. From james.hartley at gmail.com Sat Oct 13 03:16:38 2007 From: james.hartley at gmail.com (James Hartley) Date: Fri, 12 Oct 2007 18:16:38 -0700 Subject: [csw-users] package management Message-ID: <8217e8cc0710121816o2719eb39r6dc84fddc88b2080@mail.gmail.com> having a couple of solaris 10 x86 machines and a sparc a work I am interested in doing some pkg maintenance. I do have a question or two on the pkg-get utility. Specifically I would like some detailed information on setting up a local repository for some of my own work. I could not find any details on how to do this on the web. Admitedly I have not looked at all the past archives. Can one of the experts give me a hand at this or at least direct me to a more specific howto. In addition, how best to remove a package and all it's dependencies?? From shuttlebox at gmail.com Sat Oct 13 10:17:05 2007 From: shuttlebox at gmail.com (shuttlebox) Date: Sat, 13 Oct 2007 10:17:05 +0200 Subject: [csw-users] package management In-Reply-To: <8217e8cc0710121816o2719eb39r6dc84fddc88b2080@mail.gmail.com> References: <8217e8cc0710121816o2719eb39r6dc84fddc88b2080@mail.gmail.com> Message-ID: <625385e30710130117o199a4c83jb775ab8b21f20885@mail.gmail.com> On 10/13/07, James Hartley wrote: > I do have a question or two on the pkg-get utility. Specifically I > would like some detailed information on setting up a local repository > for some of my own work. I could not find any details on how to do > this on the web. Admitedly I have not looked at all the past > archives. Can one of the experts give me a hand at this or at least > direct me to a more specific howto. How to rsync your own mirror is described on the mirrors page: http://www.blastwave.org/mirrors.php -- /peter From odenbach at uni-paderborn.de Tue Oct 16 09:32:12 2007 From: odenbach at uni-paderborn.de (Christopher Odenbach) Date: Tue, 16 Oct 2007 09:32:12 +0200 Subject: [csw-users] package management In-Reply-To: <625385e30710130117o199a4c83jb775ab8b21f20885@mail.gmail.com> References: <8217e8cc0710121816o2719eb39r6dc84fddc88b2080@mail.gmail.com> <625385e30710130117o199a4c83jb775ab8b21f20885@mail.gmail.com> Message-ID: <471468FC.601@uni-paderborn.de> shuttlebox schrieb: > On 10/13/07, James Hartley wrote: >> I do have a question or two on the pkg-get utility. Specifically I >> would like some detailed information on setting up a local repository >> for some of my own work. I could not find any details on how to do >> this on the web. Admitedly I have not looked at all the past >> archives. Can one of the experts give me a hand at this or at least >> direct me to a more specific howto. > > How to rsync your own mirror is described on the mirrors page: > http://www.blastwave.org/mirrors.php I understand that you would like to mix packages from blastwave and your own ones. We wanted the same thing here. Unfortunately pkg-get does not support multiple repositories (like e.g. apt-get from debian). To get around this, we set up a local blastwave mirror, another directory containing our own packages, and then a directory containing symbolic links to the blastwave packages and our local packages. We have a script running every night rsyncing the blastwave repository and then updating the mix directory (adding symlinks to new blastwave packages or removing them from removed packages). Then we pointed pkg-get to our mix repository and can now install blastwave and own packages in the same way. Attached is the perl script which does the magic of mixing the packages together and creating the catalog and description file. Comments are in German, so if you have any questions, please ask. Christopher -- ====================================================== Dipl.-Ing. Christopher Odenbach Zentrum fuer Informations- und Medientechnologien Universitaet Paderborn Raum N5.122 odenbach at uni-paderborn.de Tel.: +49 5251 60 5315 ====================================================== -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: update_collections Url: http://lists.blastwave.org/pipermail/users/attachments/20071016/a8357e8a/attachment.ksh -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature Url : http://lists.blastwave.org/pipermail/users/attachments/20071016/a8357e8a/attachment.bin From udippel at gmail.com Tue Oct 16 12:49:42 2007 From: udippel at gmail.com (Uwe Dippel) Date: Tue, 16 Oct 2007 18:49:42 +0800 Subject: [csw-users] MPlayer - Testing and Unstable Message-ID: <92bf1a120710160349ia876ad7pb5f4ab8e44b2bee4@mail.gmail.com> I downloaded MPlayer from unstable, updated 22-09, and found some problems (see below). The MPlayer mailing list gave some advice and suggested to use a recent version "Please test latest svn (or, at least, rc2)". I found a very fresh one in Testing of yesterday that doesn't expose the iconv-problem. Still it is MPlayer 1.0rc1-4.0.2 (C) 2000-2006 MPlayer Team Any good reason not to use a more recent version ? Thanks, Uwe $ mplayer vcd:// -cdrom-device /dev/rdsk/c1t1d0s2 iconv: conversion from UTF-8 to 646 unsupported MPlayer 1.0rc1-3.4.5 (C) 2000-2006 MPlayer Team iconv: conversion from UTF-8 to 646 unsupported CPU: AMD Sempron(tm) Processor 2600+ iconv: conversion from UTF-8 to 646 unsupported (Family: 15, Model: 44, Stepping: 2) iconv: conversion from UTF-8 to 646 unsupported 3DNow supported but disabled iconv: conversion from UTF-8 to 646 unsupported 3DNowExt supported but disabled iconv: conversion from UTF-8 to 646 unsupported CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 iconv: conversion from UTF-8 to 646 unsupported Compiled for x86 CPU with extensions:iconv: conversion from UTF-8 to 646 unsupported MMXiconv: conversion from UTF-8 to 646 unsupported MMX2iconv: conversion from UTF-8 to 646 unsupported iconv: conversion from UTF-8 to 646 unsupported Playing vcd://. iconv: conversion from UTF-8 to 646 unsupported track 01: adr=1 ctrl=4 format=2 00:02:00 mode: 2 iconv: conversion from UTF-8 to 646 unsupported track 02: adr=1 ctrl=4 format=2 00:38:02 mode: 2 iconv: conversion from UTF-8 to 646 unsupported MPlayer interrupted by signal 11 in module: demux_open iconv: conversion from UTF-8 to 646 unsupported - MPlayer crashed by bad usage of CPU/FPU/RAM. Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash. iconv: conversion from UTF-8 to 646 unsupported - MPlayer crashed. This shouldn't happen. It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc version. If you think it's MPlayer's fault, please read DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and won't help unless you provide this information when reporting a possible bug. $ From jwheeler at blastwave.org Tue Oct 16 13:27:18 2007 From: jwheeler at blastwave.org (Jonathan Wheeler) Date: Wed, 17 Oct 2007 00:27:18 +1300 Subject: [csw-users] MPlayer - Testing and Unstable In-Reply-To: <92bf1a120710160349ia876ad7pb5f4ab8e44b2bee4@mail.gmail.com> References: <92bf1a120710160349ia876ad7pb5f4ab8e44b2bee4@mail.gmail.com> Message-ID: <4714A016.3000808@blastwave.org> Uwe Dippel wrote: Hi Uwe - what perfect timing you have! > I downloaded MPlayer from unstable, updated 22-09, and found some > problems (see below). > The MPlayer mailing list gave some advice and suggested to use a > recent version "Please test latest svn (or, at least, rc2)". Yeah... don't you hate that :) I agree though, lets get rc2 out there! > I found a very fresh one in Testing of yesterday That'd be me, late last night... > that doesn't expose the iconv-problem. Brilliant, that's what the new build is for - specifically to address the following bug found in our bug tracker: http://www.blastwave.org/mantis/view_bug_page.php?f_id=0002614 Still it is > MPlayer 1.0rc1-4.0.2 (C) 2000-2006 MPlayer Team > > Any good reason not to use a more recent version ? I wanted to fix all outstanding bugs before jumping onto a new version. We've been quite behind on the mplayer front, and the rc1 build has only been in stable a matter of days. I fully intend to move to rc2 next though. rc1 took me a long time to get out the door, let's hope rc2 isn't so bad!! > > $ mplayer vcd:// -cdrom-device /dev/rdsk/c1t1d0s2 Just since we're on the topic, there is another bug to do with vcd playback that I've not been able to test very well: http://www.blastwave.org/mantis/view_bug_page.php?f_id=0002606 Can you confirm for me that vcd playback is working correctly in our current stable build? If so, great, I can close that bug too! :) Jonathan From udippel at gmail.com Tue Oct 16 14:15:25 2007 From: udippel at gmail.com (Uwe Dippel) Date: Tue, 16 Oct 2007 20:15:25 +0800 Subject: [csw-users] MPlayer - Testing and Unstable In-Reply-To: <4714A016.3000808@blastwave.org> References: <92bf1a120710160349ia876ad7pb5f4ab8e44b2bee4@mail.gmail.com> <4714A016.3000808@blastwave.org> Message-ID: <92bf1a120710160515x24af8f52of03e64f4672264d@mail.gmail.com> Jonathan, iconv is done. Great. gmplayer now shows: Cannot load bitmap font opt/csw/share/mplayer/font/font.desc but this can surely be set in the config file. Alas, with vcd, still no luck: $ mplayer vcd:// -cdrom-device /dev/rdsk/c1t1d0s2 MPlayer 1.0rc1-4.0.2 (C) 2000-2006 MPlayer Team CPU: AMD Sempron(tm) Processor 2600+ (Family: 15, Model: 44, Stepping: 2) 3DNow supported but disabled 3DNowExt supported but disabled CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 Compiled for x86 CPU with extensions: MMX MMX2 Playing vcd://. track 01: adr=1 ctrl=4 format=2 00:02:00 mode: 2 track 02: adr=1 ctrl=4 format=2 00:08:58 mode: 2 MPlayer interrupted by signal 11 in module: demux_open - MPlayer crashed by bad usage of CPU/FPU/RAM. Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash. - MPlayer crashed. This shouldn't happen. It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc version. If you think it's MPlayer's fault, please read DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and won't help unless you provide this information when reporting a possible bug. I tried another one: $ mplayer vcd:// -cdrom-device /dev/rdsk/c1t1d0s2 MPlayer 1.0rc1-4.0.2 (C) 2000-2006 MPlayer Team CPU: AMD Sempron(tm) Processor 2600+ (Family: 15, Model: 44, Stepping: 2) 3DNow supported but disabled 3DNowExt supported but disabled CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 Compiled for x86 CPU with extensions: MMX MMX2 Playing vcd://. track 01: adr=1 ctrl=4 format=2 00:02:00 mode: 2 track 02: adr=1 ctrl=4 format=2 00:12:68 mode: 2 MPlayer interrupted by signal 11 in module: demux_open - MPlayer crashed by bad usage of CPU/FPU/RAM. Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash. - MPlayer crashed. This shouldn't happen. It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc version. If you think it's MPlayer's fault, please read DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and won't help unless you provide this information when reporting a possible bug. I also tried gmplayer, and it crashes immediately with the same message, when I click on VCD.. Uwe From udippel at gmail.com Tue Oct 16 14:40:42 2007 From: udippel at gmail.com (Uwe Dippel) Date: Tue, 16 Oct 2007 20:40:42 +0800 Subject: [csw-users] Gnumeric crashes ... Message-ID: <92bf1a120710160540s218c8a0ke5831f3a6a7a2a6b@mail.gmail.com> It is an old version, in any case, I agree. But I have plenty of .gnumeric files from my time on Linux that I'd like to open (and use). Running nv70, everything else from blastware runs perfectly well, thanks so much ! Could my hunch be correct that is has to make with libsunmath ? Uwe P.S.: started from the command line, it shows plenty of Warnings only, before the crash: ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/file/history/n' ** (gnumeric:3802): WARNING **: Using default value '4' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/plugins/activate-new' ** (gnumeric:3802): WARNING **: Using default value 'true' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/gui/screen/horizontaldpi' ** (gnumeric:3802): WARNING **: Using default value '96' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/gui/screen/verticaldpi' ** (gnumeric:3802): WARNING **: Using default value '96' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/workbook/n-sheet' ** (gnumeric:3802): WARNING **: Using default value '3' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/gui/window/x' ** (gnumeric:3802): WARNING **: Using default value '0.6' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/gui/window/y' ** (gnumeric:3802): WARNING **: Using default value '0.6' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/gui/window/zoom' ** (gnumeric:3802): WARNING **: Using default value '1' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/gui/editing/autocomplete' ** (gnumeric:3802): WARNING **: Using default value 'true' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/gui/editing/livescrolling' ** (gnumeric:3802): WARNING **: Using default value 'true' [Then the end is reached] From udippel at gmail.com Tue Oct 16 16:49:37 2007 From: udippel at gmail.com (Uwe Dippel) Date: Tue, 16 Oct 2007 22:49:37 +0800 Subject: [csw-users] MPlayer - Testing and Unstable In-Reply-To: <4714A016.3000808@blastwave.org> References: <92bf1a120710160349ia876ad7pb5f4ab8e44b2bee4@mail.gmail.com> <4714A016.3000808@blastwave.org> Message-ID: <92bf1a120710160749ic638e47yd2d3a11a829a004c@mail.gmail.com> > > I downloaded MPlayer from unstable, updated 22-09, and found some > > problems (see below). > > The MPlayer mailing list gave some advice and suggested to use a > > recent version "Please test latest svn (or, at least, rc2)". > Yeah... don't you hate that :) Oh, I do. these guys are so friendly. This is what I just got: "Just to clarify: On this mailing list, only svn version (and, for a short period, rc2) is supported. Whoever made the package you are using is responsible for it." So, don't even *dare* asking for help ... ! Uwe From james.hartley at gmail.com Tue Oct 16 17:45:13 2007 From: james.hartley at gmail.com (James Hartley) Date: Tue, 16 Oct 2007 08:45:13 -0700 Subject: [csw-users] package management In-Reply-To: <471468FC.601@uni-paderborn.de> References: <8217e8cc0710121816o2719eb39r6dc84fddc88b2080@mail.gmail.com> <625385e30710130117o199a4c83jb775ab8b21f20885@mail.gmail.com> <471468FC.601@uni-paderborn.de> Message-ID: <8217e8cc0710160845j11995699k53ed156ff4302065@mail.gmail.com> Thank you very much for this piece of the puzzle. I also really appreciate the perl script that you sent. It was fun to translate the german comments with my old college german textbook. :-) Thanks again :-) james On 10/16/07, Christopher Odenbach wrote: > shuttlebox schrieb: > > On 10/13/07, James Hartley wrote: > >> I do have a question or two on the pkg-get utility. Specifically I > >> would like some detailed information on setting up a local repository > >> for some of my own work. I could not find any details on how to do > >> this on the web. Admitedly I have not looked at all the past > >> archives. Can one of the experts give me a hand at this or at least > >> direct me to a more specific howto. > > > > How to rsync your own mirror is described on the mirrors page: > > http://www.blastwave.org/mirrors.php > > I understand that you would like to mix packages from blastwave and your > own ones. We wanted the same thing here. Unfortunately pkg-get does not > support multiple repositories (like e.g. apt-get from debian). > > To get around this, we set up a local blastwave mirror, another > directory containing our own packages, and then a directory containing > symbolic links to the blastwave packages and our local packages. > > We have a script running every night rsyncing the blastwave repository > and then updating the mix directory (adding symlinks to new blastwave > packages or removing them from removed packages). > > Then we pointed pkg-get to our mix repository and can now install > blastwave and own packages in the same way. > > Attached is the perl script which does the magic of mixing the packages > together and creating the catalog and description file. Comments are in > German, so if you have any questions, please ask. > > Christopher > From gw at citasystems.com Wed Oct 17 05:10:28 2007 From: gw at citasystems.com (George Wyche) Date: Tue, 16 Oct 2007 22:10:28 -0500 Subject: [csw-users] Firefox Solaris8 failure In-Reply-To: <470B8B60.9060209@citasystems.com> References: <470B03AE.6030200@citasystems.com> <20071009.11094300.3911826445@gyor.oxdrove.co.uk> <470B8B60.9060209@citasystems.com> Message-ID: <47157D24.406@citasystems.com> I have patched that Solaris 8, Blade100 up to date. It still has the very same complaint. My "nm /lib/libCrun.so.1" does not match yours and I don't know why. nm /lib/libCrun.so.1 | grep 1c2N6FI_p [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ and the error I get when I type "firefox" is the usual you see below. WHERE is my 0_ on the end above?!!! Also. please note that YOUR symbol resolution is missing an underscore before the p. Was that a mistype? REQUIRED: . . . . . . . . . . . . . . . . . . . . . . . . . . . __1c2N6FI_pv_0_ MINE: [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ YOURS:[46] | 28724| 8|FUNC |GLOB |0 |12 |__1c2n6FIpv_0_ I sure would like to run Firefox. How do I proceed? I am slowly turning this Blade100 into a development machine. I have put on a bunch of SUNW development packages and gcc4 and gmake and have compiled a trivial c program so I'm willing to attack the problem in more detail, though I wish it would just go away. George George Wyche wrote: > @Mr. Lee > > Thanks for the pointers (and thanks for not stopping as soon as you saw > >ls.so.1 > ^ instead of ld > > You went the extra mile changing your visual and yanking the ethernet > cable. > > I will do what is necessary to apply the patches to the the Solaris 8 > box. > > Next time I will build a script to check all involved libraries using nm. > How did you know to look in libCrun? > > Thanks again, > George Wyche > > James Lee wrote: >> On 09/10/07, 05:29:34, George Wyche wrote >> regarding [csw-users] Firefox Solaris8 failure: >> >>> Of some 110+ blastwave packages I put on this Solaris 8 Blade100, the >>> only one I have found that won't start is Firefox. I get >> >>> >ls.so.1: /opt/csw/mozilla/firefox/lib/firefox-bin: fatal: relocation >>> error: file /opt/csw/mozilla/firefox/lib/libxpcom_core.so: symbol >>> __1c2n6FIpv_0_: referenced symbol not found >>> Killed >> >> >> It belongs to libCrun >> >> $ nm -D /usr/lib/libCrun.so.1 | grep __1c2n6FIpv_0_ >> [46] | 28724| 8|FUNC |GLOB |0 |12 |__1c2n6FIpv_0_ >> >> >> Are your patches up to date? >> >> $ pkgparam -v SUNWlibC | grep PATCH_INFO >> PATCH_INFO_108434-21='Installed: Tuesday July 11 15:25:55 BST 2006 >> From: gyor Obsoletes: Requires: 109147-07 Incompatibles:' >> PATCH_INFO_108434-22='Installed: Saturday February 24 21:05:37 GMT >> 2007 From: gyor Obsoletes: Requires: 109147-07 Incompatibles:' >>> The 2 unusual things about this setup are the mandatory lack of >>> internet >>> access and the mandatory 8-bit pseudo color visual so that an old, >>> tyrannical, program will work. >> I've just run up firefox-2.0.0.5,REV=2007.07.19 on an TGX 8-bit display >> with the network cable pulled so preventing any possible Internet >> access. >> >> James. From udippel at gmail.com Wed Oct 17 09:00:20 2007 From: udippel at gmail.com (Uwe Dippel) Date: Wed, 17 Oct 2007 15:00:20 +0800 Subject: [csw-users] MPlayer - Testing and Unstable In-Reply-To: <4714A016.3000808@blastwave.org> References: <92bf1a120710160349ia876ad7pb5f4ab8e44b2bee4@mail.gmail.com> <4714A016.3000808@blastwave.org> Message-ID: <92bf1a120710170000v45cd341ag5aa1b225b2277b0d@mail.gmail.com> On 10/16/07, Jonathan Wheeler wrote: [...] Jonathan, in case you're at it, could you try to enable fontconfig ? I can't get any OSD up ('o'), and any font I throw at it is handled with "... doesn't look like a bitmap font description, ignoring." Since we use fontconfig, I'd hope to see some OSD as well as the latter gone. As of now, I get " mplayer -fontconfig mymovie.avi MPlayer 1.0rc1-4.0.2 (C) 2000-2006 MPlayer Team CPU: AMD Sempron(tm) Processor 2600+ (Family: 15, Model: 44, Stepping: 2) 3DNow supported but disabled 3DNowExt supported but disabled CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 Compiled for x86 CPU with extensions: MMX MMX2 MPlayer was compiled without fontconfig support." Thanks so much, Uwe From pjama at optusnet.com.au Wed Oct 17 10:23:09 2007 From: pjama at optusnet.com.au (pjama) Date: Wed, 17 Oct 2007 18:23:09 +1000 Subject: [csw-users] issues with squirrelmail on CSW's php5 Message-ID: <4715C66D.2080406@optusnet.com.au> I tried installing the current squirrelmail (1.4.11) on Solaris 10U4 with CSWs apache2 and php5 and just about all associated php5 packages however I could not get it to work. Basically it just gave a blank page. I enabled error logging as per squirrelmail FAQ but nothing meaningful was logged except "500" in the apache logs. 500 indicates "internal server error". I re-compiled php5 5.2.4 myself using all the same options (less a few that gave me errors because of dependencies) and still got the same error. A re-compile with ./configure --prefix=${BASEDIR}/php5 --with-apxs2=${BASEDIR}/apache2/sbin/apxs and squirrelmail works. I'm happy because I have a working squirrelmail but I'd like to use an ""off the shelf" php package so I guess I'm saying how do we fix this? Incidently compiling with --with-jpeg-dir= as per CSW required /opt/csw/lib/libjpeg.la which is not in the recent jpeg package. It IS in the previous but old jpeg-6b,REV=2002.12.31-SunOS5.8-sparc-CSW.pkg. Installing the old jpeg with the current php5 package didn't fix the problem though. Cheers Peter -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From james at blastwave.org Wed Oct 17 10:57:50 2007 From: james at blastwave.org (James Lee) Date: Wed, 17 Oct 2007 08:57:50 GMT Subject: [csw-users] Firefox Solaris8 failure In-Reply-To: <47157D24.406@citasystems.com> References: <470B03AE.6030200@citasystems.com> <20071009.11094300.3911826445@gyor.oxdrove.co.uk> <470B8B60.9060209@citasystems.com> <47157D24.406@citasystems.com> Message-ID: <20071017.8575000.2681404935@gyor.oxdrove.co.uk> On 17/10/07, 04:10:28, George Wyche wrote regarding Re: [csw-users] Firefox Solaris8 failure: > I have patched that Solaris 8, Blade100 up to date. It still has the > very same complaint. My "nm /lib/libCrun.so.1" does not match yours and > I don't know why. > nm /lib/libCrun.so.1 | grep 1c2N6FI_p > [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ You've not yet seen my result for that: $ nm /lib/libCrun.so.1 | grep 1c2N6FI_p [185] | 24804| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ and did I say my patches were up-to-date? > and the error I get when I type "firefox" is the usual you see below. > WHERE is my 0_ on the end above?!!! Also. please note that YOUR symbol > resolution is missing an underscore before the p. Was that a mistype? > REQUIRED: . . . . . . . . . . . . . . . . . . . . . . . . . . . > __1c2N6FI_pv_0_ > MINE: [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ > YOURS:[46] | 28724| 8|FUNC |GLOB |0 |12 |__1c2n6FIpv_0_ I copied and pasted from your original message that has: __1c2n6FIpv_0_: referenced symbol not found > I sure would like to run Firefox. How do I proceed? > I am slowly turning this Blade100 into a development machine. I have put > on a bunch of SUNW development packages and gcc4 and gmake and have > compiled a trivial c program so I'm willing to attack the problem in > more detail, though I wish it would just go away. What error messages are you seeing now? Try "ldd -r" on the binaries to check that symbols references exist. You need to set LD_LIBRARY_PATH for firefox, (for a reason unknown to me it doesn't set its RPATH fully.) $ LD_LIBRARY_PATH=/opt/csw/mozilla/firefox/lib \ ldd -r /opt/csw/mozilla/firefox/lib/firefox-bin James. From jwheeler at blastwave.org Wed Oct 17 13:24:42 2007 From: jwheeler at blastwave.org (Jonathan Wheeler) Date: Thu, 18 Oct 2007 00:24:42 +1300 Subject: [csw-users] MPlayer - Testing and Unstable In-Reply-To: <92bf1a120710170000v45cd341ag5aa1b225b2277b0d@mail.gmail.com> References: <92bf1a120710160349ia876ad7pb5f4ab8e44b2bee4@mail.gmail.com> <4714A016.3000808@blastwave.org> <92bf1a120710170000v45cd341ag5aa1b225b2277b0d@mail.gmail.com> Message-ID: <4715F0FA.7030707@blastwave.org> Uwe Dippel wrote: > On 10/16/07, Jonathan Wheeler wrote: > > [...] > > Jonathan, > > in case you're at it, could you try to enable fontconfig ? > I can't get any OSD up ('o'), and any font I throw at it is handled with > "... doesn't look like a bitmap font description, ignoring." I think I've gone and traded one problem for another. From what I've been able to work out so far, the gnu iconv doesn't handle the C locale conversion properly on Solaris. The fix for the iconv errors was to 'disable' iconv, which is to say - use the version bundled into the solaris glibc instead, and --disable-iconv. Great, I built the package that you've tested, and sure enough the iconv errors go away. However, looking at the ./configure scrolling on by, we now have a new issue: Checking for bitmap font support ... yes Checking for freetype >= 2.0.9 ... no (iconv support needed) Checking for fontconfig ... no (freetype support needed) Checking for SSA/ASS support ... no (FreeType support needed) Hmm. I'll keep at it! Jonathan From jeremiah.johnson at gmail.com Thu Oct 18 18:44:29 2007 From: jeremiah.johnson at gmail.com (Jeremiah Johnson) Date: Thu, 18 Oct 2007 11:44:29 -0500 Subject: [csw-users] FNS, Solaris 10, and nail Message-ID: <701ea59b0710180944v7ac90545n42bf470e57cb85dc@mail.gmail.com> Hi guys, I'm attempting to install nail on one of my Solaris 10 systems, but its failing because of a dependency on SUNWfns. According to the EOL docs, Federated Naming has been removed in Solaris 10. Apparently somebody did report it as a bug in 2006, but it is still not resolved. 0001198 packaging block (thomas) 2006-01-04 inexistant dependency in Solaris 10 I duped it (its early, not enough coffee) because mantis didnt display open bugs, so I didn't realize I had to click 'view bugs' when i went into the nail bug report.. 0002633 1 packaging block new 2007-10-18 nail cannot install due to dependancy on SUNWfns. It would be great to see this fixed in the next update. Thanks -miah From comand at blastwave.org Thu Oct 18 18:55:48 2007 From: comand at blastwave.org (Cory Omand) Date: Thu, 18 Oct 2007 09:55:48 -0700 Subject: [csw-users] FNS, Solaris 10, and nail In-Reply-To: <701ea59b0710180944v7ac90545n42bf470e57cb85dc@mail.gmail.com> References: <701ea59b0710180944v7ac90545n42bf470e57cb85dc@mail.gmail.com> Message-ID: On 10/18/07, Jeremiah Johnson wrote: > It would be great to see this fixed in the next update. Hi Miah, The surest way for this to be tracked (vs. lost in the sea of users@) is to raise a bug against the nail package. There is a link to the bug tracker on the package page at http://www.blastwave.org/packages/nail. Regards, Cory. From dclarke at blastwave.org Thu Oct 18 19:08:42 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Thu, 18 Oct 2007 13:08:42 -0400 (EDT) Subject: [csw-users] FNS, Solaris 10, and nail In-Reply-To: References: <701ea59b0710180944v7ac90545n42bf470e57cb85dc@mail.gmail.com> Message-ID: <34478.72.39.216.186.1192727322.squirrel@mail.blastwave.org> > On 10/18/07, Jeremiah Johnson wrote: >> It would be great to see this fixed in the next update. > > Hi Miah, > > The surest way for this to be tracked (vs. lost in the sea of users@) > is to raise a bug against the nail package. There is a link to the > bug tracker on the package page at > http://www.blastwave.org/packages/nail. I just saw the bug report fly at me . So .. it's in there now. Thu, 18 Oct 2007 12:39:40 -0400 (EDT) Received: (from nobody at localhost) Date: Thu, 18 Oct 2007 12:39:40 -0400 (EDT) Subject: [nail 0002633]: nail cannot install due to dependancy on SUNWfns. X-Mailer: PHP/4.4.4 X-Priority: 0 Content-Length: 1610 The following NEW bug has been ADDED. ======================================================================= http://www.blastwave.org/mantis/view_bug_page.php?f_id=2633 ======================================================================= Reporter: miah Handler: ======================================================================= Project: nail Bug ID: 0002633 Category: packaging Reproducibility: always Severity: block Priority: normal Status: new ======================================================================= Date Submitted: 2007-10-18 12:39 EDT Last Modified: 2007-10-18 12:39 EDT ======================================================================= Summary: nail cannot install due to dependancy on SUNWfns. Description: Nail will not install. sfg-unixops# pkg-get -i nail No existing install of CSWnail found. Installing... Pre-existing local file nail-11.2,REV=2004.08.19-SunOS5.8-sparc-CSW.pkg.gz matches checksum Keeping existing file Analysing special files... Hmmm. Retrying with different archive offset...936 blocks ERROR: no info for SUNWfns. Cannot install dependancy. ERROR: could not install required dependancies for CSWnail http://www.sun.com/bigadmin/content/eof/s10u1eof.html "Features Removed From the Solaris 10 Operating System" "Federated Naming Service XFN Libraries and Commands" ======================================================================= Dennis From gw at citasystems.com Sat Oct 20 18:28:25 2007 From: gw at citasystems.com (George Wyche) Date: Sat, 20 Oct 2007 11:28:25 -0500 Subject: [csw-users] SUNW dependencies Message-ID: <471A2CA9.8060709@citasystems.com> @all I notice in the package lists that the SUNW dependencies are not listed. Is this information available somewhere? From dclarke at blastwave.org Sat Oct 20 18:45:09 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Sat, 20 Oct 2007 12:45:09 -0400 (EDT) Subject: [csw-users] SUNW dependencies In-Reply-To: <471A2CA9.8060709@citasystems.com> References: <471A2CA9.8060709@citasystems.com> Message-ID: <49428.72.39.216.186.1192898709.squirrel@mail.blastwave.org> > @all > I notice in the package lists that the SUNW dependencies are not listed. > > Is this information available somewhere? Actually no .. it is not. We have always built packages from the perspective that you have Solaris 8 or higher. You can actually install a Solaris 8 core install ( which is real real lean ) and then install a large number of CSW packages. You may need some SUNW packages that are above and beyond the core install eventually but certainly not the whole massive OS that is in the "everything plus the kitchen sink" installation options. It has been a while since I installed a Solaris 8 core install or even a Solaris 10 core install but ... I think ( as in I seem to recall ) that you can install a lot of CSW packages based on not more than that. So in answer to your question ... no we do not keep a list of the SUNW dependency requirements. Dennis From gw at citasystems.com Sat Oct 20 19:13:03 2007 From: gw at citasystems.com (George Wyche) Date: Sat, 20 Oct 2007 12:13:03 -0500 Subject: [csw-users] SUNW dependencies In-Reply-To: <49428.72.39.216.186.1192898709.squirrel@mail.blastwave.org> References: <471A2CA9.8060709@citasystems.com> <49428.72.39.216.186.1192898709.squirrel@mail.blastwave.org> Message-ID: <471A371F.5010900@citasystems.com> @Dennis Jeez, Dennis go outside and see the sunshine! It'll be winter soon. I didn't expect to find you answering this question. Thanks. I have to deal with Solars 8, 9, and 10 (up to 11/06 ver.) in various states. The place where I got a job is not happy about having Solaris around and we had to call them "hardware control apparatus". They are not allowed internet access AND I'm expected (at present) to keep a low profile with software development on it (them). I didn't do the install and there were no notes about what or why for existing software. With the help of several on this list I created a CD with tools I use from Blastwave and got them all to install without complaints. I'm still working on why Firefox (local html viewing) doesn't have all its symbol references satisfied, but a simple gcc on a 2 line c program gave me all sorts of strange errors. I got out the Solaris 8 install disks, but got scared off adding the Developer Packages when the install process (that *I* followed) demanded that I supply the ip and netmasks. (Low profile, remember.) So I looked through the disks and found that stdio.h was in the SUNWhea so I added it. MUCH BETTER compiling! Slowly I've been adding more SUNW packages. I extracted all of the descriptions (remember, no internet, no GOOGLE to see want I need) and read through them all for likely files. Added a bunch more. Christ. Then I had to reapply the leventy-dozen patches! It has escaped me in the past that each time you add a package you gotta deal with patches lest the unpatched package might interfere with all of its more enlightened brothers who got patched. Sigh, today at home (workin' for the man on a Saturday... for free...), I found that I was still missing SUNWarc. That is when I decided to see about "known dependencies". I found a Solaris 8 verbose description of all official packages, even arranged by groups. It has specific suggestions about a minimum for 32bit program development and a 64bit addendum. I'll put those on next week. When I am successful, I would like (different from actually doing it) to add an article to Blastwave reminding new users to check for package presence AND patch situation. George Wyche Dennis Clarke wrote: >> @all >> I notice in the package lists that the SUNW dependencies are not listed. >> >> Is this information available somewhere? > > Actually no .. it is not. We have always built packages from the > perspective that you have Solaris 8 or higher. You can actually install a > Solaris 8 core install ( which is real real lean ) and then install a large > number of CSW packages. You may need some SUNW packages that are above and > beyond the core install eventually but certainly not the whole massive OS > that is in the "everything plus the kitchen sink" installation options. > > It has been a while since I installed a Solaris 8 core install or even a > Solaris 10 core install but ... I think ( as in I seem to recall ) that you > can install a lot of CSW packages based on not more than that. > > So in answer to your question ... no we do not keep a list of the SUNW > dependency requirements. > > Dennis > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From dclarke at blastwave.org Sat Oct 20 21:40:10 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Sat, 20 Oct 2007 15:40:10 -0400 (EDT) Subject: [csw-users] SUNW dependencies In-Reply-To: <471A371F.5010900@citasystems.com> References: <471A2CA9.8060709@citasystems.com> <49428.72.39.216.186.1192898709.squirrel@mail.blastwave.org> <471A371F.5010900@citasystems.com> Message-ID: <49660.72.39.216.186.1192909210.squirrel@mail.blastwave.org> > @Dennis > > Jeez, Dennis go outside and see the sunshine! It'll be winter soon. > I didn't expect to find you answering this question. Thanks. OKay .. I went for a walk and of course you are right. It will be winter soon and there are pile of leaves out there. A few of them are the textbook maple leaf : http://www.blastwave.org/dclarke/blog/images/leafs.jpg The maple tree in my front yard is moving from green to yellow and red and I think that within a week it will drop all of those colours with nothing left but a skeleton to face the winter. Strange how trees lower their defenses when faced with winter. > I have to deal with Solars 8, 9, and 10 (up to 11/06 ver.) in various > states. Sounds like the typical server room. > The place where I got a job is not happy about having Solaris > around and we had to call them "hardware control apparatus". Don't tell me .. let me guess. They like Windows and Linux. Solaris is seen as some sort of old thing that no one understands anymore. > They are > not allowed internet access AND I'm expected (at present) to keep a low > profile with software development on it (them). I didn't do the install > and there were no notes about what or why for existing software. With > the help of several on this list I created a CD with tools I use from > Blastwave and got them all to install without complaints. I recall that ordeal and I'm glad some progress was made. > I'm still working on why Firefox (local html viewing) doesn't have all > its symbol references satisfied, but a simple gcc on a 2 line c program > gave me all sorts of strange errors. Can you post those errors ? I guess without internet access it must be tough to get data from out of those machines to anywhere. > I got out the Solaris 8 install > disks, blew off the dust ... # uname -a SunOS pluto 5.8 Generic_117350-50 sun4u sparc SUNW,UltraSPARC-IIi-cEngine # uptime 3:32pm up 1 day(s), 5:16, 1 user, load average: 0.00, 0.00, 0.01 # as you see .. I recently installed Solaris 8 Update 4 into a Sparc machine again. Just for software port and test work. The old story being that if it works there .. then it works everywhere. > but got scared off adding the Developer Packages when the install > process (that *I* followed) demanded that I supply the ip and netmasks. That is weird. What did you install ? Sun ONE Studio 8 ? Studio 11 ? > (Low profile, remember.) So I looked through the disks and found that > stdio.h was in the SUNWhea so I added it. yeah .. you need that one. # pkginfo -l SUNWhea PKGINST: SUNWhea NAME: SunOS Header Files CATEGORY: system ARCH: sparc VERSION: 11.8.0,REV=2000.01.08.18.12 BASEDIR: / VENDOR: Sun Microsystems, Inc. DESC: SunOS C/C++ header files for general development of software PSTAMP: on28-patch20050311140515 INSTDATE: Oct 19 2007 00:08 HOTLINE: Please contact your local service provider STATUS: completely installed FILES: 1328 installed pathnames 38 shared pathnames 94 directories 15190 blocks used (approx) > MUCH BETTER compiling! Slowly > I've been adding more SUNW packages. I extracted all of the descriptions > (remember, no internet, no GOOGLE to see want I need) and read through > them all for likely files. Added a bunch more. Christ. Then I had to > reapply the leventy-dozen patches! Oh man .. I can relate. I have been there done that and its no damn fun. > It has escaped me in the past that each time you add a package you gotta > deal with patches lest the unpatched package might interfere with all of > its more enlightened brothers who got patched. hrmm .. true. This is part of the patch disaster that Solaris/Sun needs to fix. If you apply a patch 1xxxxx-01 and it updates a whack of files and then you come along and install ( from Solaris 8 GA or whatever ) some SUNW package which should have been patched ... no no .. hold on a sec If a patch needs to be applied and you are missing some package that the patch addresses then I don't think you can even apply the patch. The patchadd will fail because some of the packages being patched are missing. If you choose to remove and then reinstall some package then you may get into trouble. but .. I digress. > Sigh, today at home (workin' for the man on a Saturday... for free...), don't get me started. :-\ > I found that I was still missing SUNWarc. That is when I decided to see > about "known dependencies". # pkginfo -l SUNWarc PKGINST: SUNWarc NAME: Archive Libraries CATEGORY: system ARCH: sparc VERSION: 11.8.0,REV=2000.01.08.18.12 BASEDIR: / VENDOR: Sun Microsystems, Inc. DESC: system libraries in archive (ar) format for software development of statically linked executables PSTAMP: on28-patch20070612065436 INSTDATE: Oct 18 2007 23:31 HOTLINE: Please contact your local service provider STATUS: completely installed FILES: 222 installed pathnames 9 shared pathnames 2 linked files 11 directories 20948 blocks used (approx) yeah .. I see that one from time ot time also > I found a Solaris 8 verbose description of all official packages, even > arranged by groups. It has specific suggestions about a minimum for > 32bit program development and a 64bit addendum. I'll put those on next > week. When I am successful, I would like (different from actually doing > it) to add an article to Blastwave reminding new users to check for > package presence AND patch situation. sure thing .. it sounds like a damn good idea. Dennis ps: see? I went out and did what you said and took a picture for you. :-) From molson2 at gmu.edu Mon Oct 22 04:48:45 2007 From: molson2 at gmu.edu (Mark A Olson) Date: Sun, 21 Oct 2007 22:48:45 -0400 Subject: [csw-users] SUNW dependencies - firefox In-Reply-To: References: Message-ID: This is just a question for my own learning. Why are you using Solaris 8, and a newer version (9, 10)? Since you can get Solaris 10 for free. This may or may not help: I get the solaris versions of firefox, thunderbird, and seamonkey from www.mozilla.com. I have had no problems with them. To get the latest firefox - 2.0.0.8 you can get them at: there are versions for Solaris 8 and Solaris 10. http://www.mozilla.com/en-US/firefox/2.0.0.8/releasenotes/#contributedbuilds or http://www.mozilla.com/en-US/firefox/ click on free download go down to Contributed builds: who have a choice of: Tarball format * firefox-2.0.0.8.en-US.solaris10-i386.tar.bz2 (cksum) * firefox-2.0.0.8.en-US.solaris10-sparc.tar.bz2 (cksum) * firefox-2.0.0.8.en-US.solaris8-i386-gtk1.tar.bz2 (cksum) * firefox-2.0.0.8.en-US.solaris8-sparc-gtk1.tar.bz2 (cksum) Pkgadd format * firefox-2.0.0.8.en-US.solaris10-i386-pkg.bz2 (cksum) * firefox-2.0.0.8.en-US.solaris10-sparc-pkg.bz2 (cksum) * firefox-2.0.0.8.en-US.solaris8-i386-gtk1-pkg.bz2 (cksum) * firefox-2.0.0.8.en-US.solaris8-sparc-gtk1-pkg.bz2 (cksum) I generally use the Tarball format. for the sparc Solaris 10 build to compile they use : target: sparc-sun-solaris2.10 Build tools Compiler Version Compiler flags /opt/SUNWspro/bin/cc Sun C 5.8 -xlibmil -xstrconst -xbuiltin=%all -mt Patch 121015-04 2007/01/10 /opt/SUNWspro/bin/CC Sun C++ 5.8 -xlibmil -xlibmopt -features=tmplife Patch 121017-10 -norunpath -xbuiltin=%all 2007/02/21 -features=tmplife -mt -I/usr/openwin/include Configure arguments --enable-application=browser --enable-xft --enable-svg --enable-canvas --enable-static --enable-optimize=-xO3 --enable-official-branding --enable-default-toolkit=gtk2 --disable-updater --disable-tests --disable-debug --disable-shared --disable-auto-deps --disable-freetype2 --srcdir=/export/home/mozilla/uild/firefox-2.0.0.8/src/mozilla more information is contained in the readme on the download page. --------------------------------------------------- Mark A Olson Research Professor Interdisciplinary Center for Economic Science George Mason University `?.,, ><(((?> `?.,, ><(((?> `?.,, ><(((? 4400 University Dr. MSN 1B2 Fairfax, VA 22030 Tele: (703)993-4846 Fax: (703)993-4851 Email: molson2 at gmu.edu Web: http://ices.gmu.edu/ ----- Original Message ----- From: users-request at lists.blastwave.org Date: Saturday, October 20, 2007 3:40 pm Subject: [Junk released by Allow List] users Digest, Vol 45, Issue 12 > Send users mailing list submissions to > users at lists.blastwave.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.blastwave.org/mailman/listinfo/users > or, via email, send a message with subject or body 'help' to > users-request at lists.blastwave.org > > You can reach the person managing the list at > users-owner at lists.blastwave.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of users digest..." > > > Today's Topics: > > 1. Re: Firefox Solaris8 failure (James Lee) > 2. Re: MPlayer - Testing and Unstable (Jonathan Wheeler) > 3. FNS, Solaris 10, and nail (Jeremiah Johnson) > 4. Re: FNS, Solaris 10, and nail (Cory Omand) > 5. Re: FNS, Solaris 10, and nail (Dennis Clarke) > 6. SUNW dependencies (George Wyche) > 7. Re: SUNW dependencies (Dennis Clarke) > 8. Re: SUNW dependencies (George Wyche) > 9. Re: SUNW dependencies (Dennis Clarke) > > > ------------------------------------------------------------------- > --- > > Message: 1 > Date: Wed, 17 Oct 2007 08:57:50 GMT > From: James Lee > Subject: Re: [csw-users] Firefox Solaris8 failure > To: questions and discussions > Message-ID: <20071017.8575000.2681404935 at gyor.oxdrove.co.uk> > Content-Type: text/plain; charset=ISO-8859-1 > > On 17/10/07, 04:10:28, George Wyche wrote > regarding > Re: [csw-users] Firefox Solaris8 failure: > > > I have patched that Solaris 8, Blade100 up to date. It still has the > > very same complaint. My "nm /lib/libCrun.so.1" does not match > yours and > > I don't know why. > > nm /lib/libCrun.so.1 | grep 1c2N6FI_p > > [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ > > You've not yet seen my result for that: > $ nm /lib/libCrun.so.1 | grep 1c2N6FI_p > [185] | 24804| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ > > and did I say my patches were up-to-date? > > > > > and the error I get when I type "firefox" is the usual you see > below.> WHERE is my 0_ on the end above?!!! Also. please note that > YOUR symbol > > resolution is missing an underscore before the p. Was that a > mistype?> REQUIRED: . . . . . . . . . . . . . . . . . . . . . . . > . . . . > > __1c2N6FI_pv_0_ > > MINE: [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ > > YOURS:[46] | 28724| 8|FUNC |GLOB |0 |12 |__1c2n6FIpv_0_ > > I copied and pasted from your original message that has: > __1c2n6FIpv_0_: referenced symbol not found > > > > > I sure would like to run Firefox. How do I proceed? > > > I am slowly turning this Blade100 into a development machine. I > have put > > on a bunch of SUNW development packages and gcc4 and gmake and have > > compiled a trivial c program so I'm willing to attack the > problem in > > more detail, though I wish it would just go away. > > What error messages are you seeing now? > > Try "ldd -r" on the binaries to check that symbols references exist. > You need to set LD_LIBRARY_PATH for firefox, (for a reason unknown > to me it doesn't set its RPATH fully.) > > $ LD_LIBRARY_PATH=/opt/csw/mozilla/firefox/lib \ > ldd -r /opt/csw/mozilla/firefox/lib/firefox-bin > > > > > James. > > > ------------------------------ > > Message: 2 > Date: Thu, 18 Oct 2007 00:24:42 +1300 > From: Jonathan Wheeler > Subject: Re: [csw-users] MPlayer - Testing and Unstable > To: questions and discussions > Message-ID: <4715F0FA.7030707 at blastwave.org> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Uwe Dippel wrote: > > On 10/16/07, Jonathan Wheeler wrote: > > > > [...] > > > > Jonathan, > > > > in case you're at it, could you try to enable fontconfig ? > > I can't get any OSD up ('o'), and any font I throw at it is > handled with > > "... doesn't look like a bitmap font description, ignoring." > > I think I've gone and traded one problem for another. > > From what I've been able to work out so far, the gnu iconv > doesn't > handle the C locale conversion properly on Solaris. The fix for > the > iconv errors was to 'disable' iconv, which is to say - use the > version > bundled into the solaris glibc instead, and --disable-iconv. > > Great, I built the package that you've tested, and sure enough the > iconv > errors go away. > However, looking at the ./configure scrolling on by, we now have a > new > issue: > Checking for bitmap font support ... yes > Checking for freetype >= 2.0.9 ... no (iconv support needed) > Checking for fontconfig ... no (freetype support needed) > Checking for SSA/ASS support ... no (FreeType support needed) > > Hmm. > > I'll keep at it! > > Jonathan > > > ------------------------------ > > Message: 3 > Date: Thu, 18 Oct 2007 11:44:29 -0500 > From: "Jeremiah Johnson" > Subject: [csw-users] FNS, Solaris 10, and nail > To: users at lists.blastwave.org > Message-ID: > <701ea59b0710180944v7ac90545n42bf470e57cb85dc at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi guys, > > I'm attempting to install nail on one of my Solaris 10 systems, but > its failing because of a dependency on SUNWfns. According to the EOL > docs, Federated Naming has been removed in Solaris 10. Apparently > somebody did report it as a bug in 2006, but it is still not resolved. > > 0001198 packaging block > (thomas) 2006-01-04 > inexistant dependency in Solaris 10 > > I duped it (its early, not enough coffee) because mantis didnt display > open bugs, so I didn't realize I had to click 'view bugs' when i went > into the nail bug report.. > > 0002633 1 packaging block > new 2007-10-18 nail cannot > install due to dependancy on SUNWfns. > > It would be great to see this fixed in the next update. > > Thanks > -miah > > > ------------------------------ > > Message: 4 > Date: Thu, 18 Oct 2007 09:55:48 -0700 > From: "Cory Omand" > Subject: Re: [csw-users] FNS, Solaris 10, and nail > To: "questions and discussions" > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > On 10/18/07, Jeremiah Johnson wrote: > > It would be great to see this fixed in the next update. > > Hi Miah, > > The surest way for this to be tracked (vs. lost in the sea of users@) > is to raise a bug against the nail package. There is a link to the > bug tracker on the package page at > http://www.blastwave.org/packages/nail. > > Regards, > Cory. > > > ------------------------------ > > Message: 5 > Date: Thu, 18 Oct 2007 13:08:42 -0400 (EDT) > From: "Dennis Clarke" > Subject: Re: [csw-users] FNS, Solaris 10, and nail > To: "questions and discussions" > Message-ID: > <34478.72.39.216.186.1192727322.squirrel at mail.blastwave.org> > Content-Type: text/plain;charset=iso-8859-1 > > > > On 10/18/07, Jeremiah Johnson wrote: > >> It would be great to see this fixed in the next update. > > > > Hi Miah, > > > > The surest way for this to be tracked (vs. lost in the sea of > users@)> is to raise a bug against the nail package. There is a > link to the > > bug tracker on the package page at > > http://www.blastwave.org/packages/nail. > > I just saw the bug report fly at me . So .. it's in there now. > > > Thu, 18 Oct 2007 12:39:40 -0400 (EDT) > Received: (from nobody at localhost) > Date: Thu, 18 Oct 2007 12:39:40 -0400 (EDT) > Subject: [nail 0002633]: nail cannot install due to dependancy on > SUNWfns.X-Mailer: PHP/4.4.4 > X-Priority: 0 > Content-Length: 1610 > > > The following NEW bug has been ADDED. > ======================================================================= > http://www.blastwave.org/mantis/view_bug_page.php?f_id=2633 > ======================================================================= > Reporter: miah > Handler: > ======================================================================= > Project: nail > Bug ID: 0002633 > Category: packaging > Reproducibility: always > Severity: block > Priority: normal > Status: new > ======================================================================= > Date Submitted: 2007-10-18 12:39 EDT > Last Modified: 2007-10-18 12:39 EDT > ======================================================================= > Summary: nail cannot install due to dependancy > on SUNWfns. > Description: > Nail will not install. > > sfg-unixops# pkg-get -i nail > No existing install of CSWnail found. Installing... > Pre-existing local file nail-11.2,REV=2004.08.19-SunOS5.8-sparc- > CSW.pkg.gzmatches checksum > Keeping existing file > Analysing special files... > Hmmm. Retrying with different archive offset...936 blocks > > ERROR: no info for SUNWfns. Cannot install dependancy. > ERROR: could not install required dependancies for CSWnail > > http://www.sun.com/bigadmin/content/eof/s10u1eof.html > "Features Removed From the Solaris 10 Operating System" > "Federated Naming Service XFN Libraries and Commands" > ======================================================================= > > > Dennis > > > > ------------------------------ > > Message: 6 > Date: Sat, 20 Oct 2007 11:28:25 -0500 > From: George Wyche > Subject: [csw-users] SUNW dependencies > To: questions and discussions > Message-ID: <471A2CA9.8060709 at citasystems.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > @all > I notice in the package lists that the SUNW dependencies are not > listed. > Is this information available somewhere? > > > > ------------------------------ > > Message: 7 > Date: Sat, 20 Oct 2007 12:45:09 -0400 (EDT) > From: "Dennis Clarke" > Subject: Re: [csw-users] SUNW dependencies > To: "questions and discussions" > Message-ID: > <49428.72.39.216.186.1192898709.squirrel at mail.blastwave.org> > Content-Type: text/plain;charset=iso-8859-1 > > > > @all > > I notice in the package lists that the SUNW dependencies are not > listed.> > > Is this information available somewhere? > > Actually no .. it is not. We have always built packages from the > perspective that you have Solaris 8 or higher. You can actually > install a > Solaris 8 core install ( which is real real lean ) and then > install a large > number of CSW packages. You may need some SUNW packages that are > above and > beyond the core install eventually but certainly not the whole > massive OS > that is in the "everything plus the kitchen sink" installation > options. > It has been a while since I installed a Solaris 8 core install or > even a > Solaris 10 core install but ... I think ( as in I seem to recall ) > that you > can install a lot of CSW packages based on not more than that. > > So in answer to your question ... no we do not keep a list of the SUNW > dependency requirements. > > Dennis > > > > ------------------------------ > > Message: 8 > Date: Sat, 20 Oct 2007 12:13:03 -0500 > From: George Wyche > Subject: Re: [csw-users] SUNW dependencies > To: questions and discussions > Message-ID: <471A371F.5010900 at citasystems.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > @Dennis > > Jeez, Dennis go outside and see the sunshine! It'll be winter soon. > I didn't expect to find you answering this question. Thanks. > > I have to deal with Solars 8, 9, and 10 (up to 11/06 ver.) in > various > states. The place where I got a job is not happy about having > Solaris > around and we had to call them "hardware control apparatus". They > are > not allowed internet access AND I'm expected (at present) to keep > a low > profile with software development on it (them). I didn't do the > install > and there were no notes about what or why for existing software. > With > the help of several on this list I created a CD with tools I use > from > Blastwave and got them all to install without complaints. > > I'm still working on why Firefox (local html viewing) doesn't have > all > its symbol references satisfied, but a simple gcc on a 2 line c > program > gave me all sorts of strange errors. I got out the Solaris 8 > install > disks, but got scared off adding the Developer Packages when the > install > process (that *I* followed) demanded that I supply the ip and > netmasks. > (Low profile, remember.) So I looked through the disks and found > that > stdio.h was in the SUNWhea so I added it. MUCH BETTER compiling! > Slowly > I've been adding more SUNW packages. I extracted all of the > descriptions > (remember, no internet, no GOOGLE to see want I need) and read > through > them all for likely files. Added a bunch more. Christ. Then I had > to > reapply the leventy-dozen patches! > > It has escaped me in the past that each time you add a package you > gotta > deal with patches lest the unpatched package might interfere with > all of > its more enlightened brothers who got patched. > > Sigh, today at home (workin' for the man on a Saturday... for > free...), > I found that I was still missing SUNWarc. That is when I decided > to see > about "known dependencies". > > I found a Solaris 8 verbose description of all official packages, > even > arranged by groups. It has specific suggestions about a minimum > for > 32bit program development and a 64bit addendum. I'll put those on > next > week. When I am successful, I would like (different from actually > doing > it) to add an article to Blastwave reminding new users to check > for > package presence AND patch situation. > > George Wyche > > Dennis Clarke wrote: > >> @all > >> I notice in the package lists that the SUNW dependencies are > not listed. > >> > >> Is this information available somewhere? > > > > Actually no .. it is not. We have always built packages from the > > perspective that you have Solaris 8 or higher. You can actually > install a > > Solaris 8 core install ( which is real real lean ) and then > install a large > > number of CSW packages. You may need some SUNW packages that > are above and > > beyond the core install eventually but certainly not the whole > massive OS > > that is in the "everything plus the kitchen sink" installation > options.> > > It has been a while since I installed a Solaris 8 core install > or even a > > Solaris 10 core install but ... I think ( as in I seem to recall > ) that you > > can install a lot of CSW packages based on not more than that. > > > > So in answer to your question ... no we do not keep a list of > the SUNW > > dependency requirements. > > > > Dennis > > > > _______________________________________________ > > users mailing list > > users at lists.blastwave.org > > https://lists.blastwave.org/mailman/listinfo/users > > > > > ------------------------------ > > Message: 9 > Date: Sat, 20 Oct 2007 15:40:10 -0400 (EDT) > From: "Dennis Clarke" > Subject: Re: [csw-users] SUNW dependencies > To: "questions and discussions" > Message-ID: > <49660.72.39.216.186.1192909210.squirrel at mail.blastwave.org> > Content-Type: text/plain;charset=iso-8859-1 > > > > @Dennis > > > > Jeez, Dennis go outside and see the sunshine! It'll be winter soon. > > I didn't expect to find you answering this question. Thanks. > > OKay .. I went for a walk and of course you are right. It will > be winter > soon and there are pile of leaves out there. A few of them are the > textbook maple leaf : > > http://www.blastwave.org/dclarke/blog/images/leafs.jpg > > The maple tree in my front yard is moving from green to yellow and > red and I > think that within a week it will drop all of those colours with > nothing left > but a skeleton to face the winter. Strange how trees lower their > defenseswhen faced with winter. > > > I have to deal with Solars 8, 9, and 10 (up to 11/06 ver.) in > various> states. > > Sounds like the typical server room. > > > The place where I got a job is not happy about having Solaris > > around and we had to call them "hardware control apparatus". > > Don't tell me .. let me guess. They like Windows and Linux. > Solaris is seen > as some sort of old thing that no one understands anymore. > > > They are > > not allowed internet access AND I'm expected (at present) to > keep a low > > profile with software development on it (them). I didn't do the > install> and there were no notes about what or why for existing > software. With > > the help of several on this list I created a CD with tools I use > from> Blastwave and got them all to install without complaints. > > I recall that ordeal and I'm glad some progress was made. > > > I'm still working on why Firefox (local html viewing) doesn't > have all > > its symbol references satisfied, but a simple gcc on a 2 line c > program> gave me all sorts of strange errors. > > Can you post those errors ? I guess without internet access it > must be > tough to get data from out of those machines to anywhere. > > > I got out the Solaris 8 install > > disks, > > blew off the dust ... > > # uname -a > SunOS pluto 5.8 Generic_117350-50 sun4u sparc SUNW,UltraSPARC-IIi- > cEngine# uptime > 3:32pm up 1 day(s), 5:16, 1 user, load average: 0.00, 0.00, 0.01 > # > > as you see .. I recently installed Solaris 8 Update 4 into a Sparc > machineagain. Just for software port and test work. The old story > being that if it > works there .. then it works everywhere. > > > but got scared off adding the Developer Packages when the install > > process (that *I* followed) demanded that I supply the ip and > netmasks. > That is weird. What did you install ? Sun ONE Studio 8 ? Studio > 11 ? > > > (Low profile, remember.) So I looked through the disks and found > that> stdio.h was in the SUNWhea so I added it. > > yeah .. you need that one. > > # pkginfo -l SUNWhea > PKGINST: SUNWhea > NAME: SunOS Header Files > CATEGORY: system > ARCH: sparc > VERSION: 11.8.0,REV=2000.01.08.18.12 > BASEDIR: / > VENDOR: Sun Microsystems, Inc. > DESC: SunOS C/C++ header files for general development of > software PSTAMP: on28-patch20050311140515 > INSTDATE: Oct 19 2007 00:08 > HOTLINE: Please contact your local service provider > STATUS: completely installed > FILES: 1328 installed pathnames > 38 shared pathnames > 94 directories > 15190 blocks used (approx) > > > > MUCH BETTER compiling! Slowly > > I've been adding more SUNW packages. I extracted all of the > descriptions> (remember, no internet, no GOOGLE to see want I > need) and read through > > them all for likely files. Added a bunch more. Christ. Then I > had to > > reapply the leventy-dozen patches! > > Oh man .. I can relate. I have been there done that and its no > damn fun. > > > It has escaped me in the past that each time you add a package > you gotta > > deal with patches lest the unpatched package might interfere > with all of > > its more enlightened brothers who got patched. > > hrmm .. true. This is part of the patch disaster that Solaris/Sun > needs to > fix. If you apply a patch 1xxxxx-01 and it updates a whack of > files and then > you come along and install ( from Solaris 8 GA or whatever ) some SUNW > package which should have been patched ... no no .. hold on a sec > > If a patch needs to be applied and you are missing some package > that the > patch addresses then I don't think you can even apply the patch. The > patchadd will fail because some of the packages being patched are > missing. > If you choose to remove and then reinstall some package then you > may get > into trouble. > > but .. I digress. > > > Sigh, today at home (workin' for the man on a Saturday... for > free...), > don't get me started. :-\ > > > I found that I was still missing SUNWarc. That is when I decided > to see > > about "known dependencies". > > # pkginfo -l SUNWarc > PKGINST: SUNWarc > NAME: Archive Libraries > CATEGORY: system > ARCH: sparc > VERSION: 11.8.0,REV=2000.01.08.18.12 > BASEDIR: / > VENDOR: Sun Microsystems, Inc. > DESC: system libraries in archive (ar) format for software > development of statically linked executables > PSTAMP: on28-patch20070612065436 > INSTDATE: Oct 18 2007 23:31 > HOTLINE: Please contact your local service provider > STATUS: completely installed > FILES: 222 installed pathnames > 9 shared pathnames > 2 linked files > 11 directories > 20948 blocks used (approx) > > yeah .. I see that one from time ot time also > > > I found a Solaris 8 verbose description of all official > packages, even > > arranged by groups. It has specific suggestions about a minimum for > > 32bit program development and a 64bit addendum. I'll put those > on next > > week. When I am successful, I would like (different from > actually doing > > it) to add an article to Blastwave reminding new users to check for > > package presence AND patch situation. > > sure thing .. it sounds like a damn good idea. > > > Dennis > > ps: see? I went out and did what you said and took a picture for you. > :-) > > > ------------------------------ > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > > End of users Digest, Vol 45, Issue 12 > ************************************* > From gw at citasystems.com Mon Oct 22 15:58:24 2007 From: gw at citasystems.com (George Wyche) Date: Mon, 22 Oct 2007 08:58:24 -0500 Subject: [csw-users] SUNW dependencies - firefox In-Reply-To: References: Message-ID: <471CAC80.7090305@citasystems.com> @Mark Mark A Olson wrote: > This is just a question for my own learning. > > Why are you using Solaris 8, and a newer version > (9, 10)? Since you can get Solaris 10 for free. After years of being the physical master of the Sun workstation(s) I use, I now work for a large company which bought this small company whose main function is inextricably meshed with custom hardware and Sun workstations. The large company is NOT a unix house and we currently operate under the guise that the workstations are "machine controllers" and therefore have no access to the internet nor resources. I've worked there 2 weeks. I wasn't hired to install new operating systems. (At least not yet!) > This may or may not help: > > I get the solaris versions of firefox, thunderbird, and seamonkey from www.mozilla.com. I have > had no problems with them. Well, of course you have pointed out my personality flaw: won't switch horses in the middle of the river (even when the damn thing is dry). I'm a Blastwave kind of guy. I have in the past gotten a browser from mozilla.com and also from sunfreeware, but I have embraced Blastwave. This blanking piece of software should work. > > To get the latest firefox - 2.0.0.8 > you can get them at: > there are versions for Solaris 8 and Solaris 10. > > http://www.mozilla.com/en-US/firefox/2.0.0.8/releasenotes/#contributedbuilds > > or > > http://www.mozilla.com/en-US/firefox/ > > click on free download > > > go down to Contributed builds: > > who have a choice of: > > Tarball format > > * firefox-2.0.0.8.en-US.solaris10-i386.tar.bz2 (cksum) > * firefox-2.0.0.8.en-US.solaris10-sparc.tar.bz2 (cksum) > * firefox-2.0.0.8.en-US.solaris8-i386-gtk1.tar.bz2 (cksum) > * firefox-2.0.0.8.en-US.solaris8-sparc-gtk1.tar.bz2 (cksum) > > Pkgadd format > > * firefox-2.0.0.8.en-US.solaris10-i386-pkg.bz2 (cksum) > * firefox-2.0.0.8.en-US.solaris10-sparc-pkg.bz2 (cksum) > * firefox-2.0.0.8.en-US.solaris8-i386-gtk1-pkg.bz2 (cksum) > * firefox-2.0.0.8.en-US.solaris8-sparc-gtk1-pkg.bz2 (cksum) > > I generally use the Tarball format. > > > for the sparc Solaris 10 build to compile they use : > > > target: sparc-sun-solaris2.10 > > Build tools > > Compiler Version Compiler flags > /opt/SUNWspro/bin/cc Sun C 5.8 -xlibmil -xstrconst -xbuiltin=%all -mt > Patch 121015-04 > 2007/01/10 > > /opt/SUNWspro/bin/CC Sun C++ 5.8 -xlibmil -xlibmopt -features=tmplife > Patch 121017-10 -norunpath -xbuiltin=%all > 2007/02/21 -features=tmplife -mt -I/usr/openwin/include > > Configure arguments > > --enable-application=browser --enable-xft --enable-svg --enable-canvas > --enable-static --enable-optimize=-xO3 --enable-official-branding > --enable-default-toolkit=gtk2 --disable-updater --disable-tests > --disable-debug --disable-shared --disable-auto-deps > --disable-freetype2 > --srcdir=/export/home/mozilla/uild/firefox-2.0.0.8/src/mozilla > > > more information is contained in the readme > on the download page. > > > So, thank you for all the information. The Blastwave version should work. The fact that it doesn't is a challenge and probably points out a current situation flaw that may be causing other as yet unstumbled over trouble. Working on this problem sits at around #4 on the list of thorns in my foot. I am not at a dead end with it, just plodding (every 16th step). > --------------------------------------------------- > Mark A Olson > Research Professor > Interdisciplinary Center for Economic Science > George Mason University > > `?.,, ><(((?> `?.,, ><(((?> `?.,, ><(((? > > 4400 University Dr. > MSN 1B2 > Fairfax, VA 22030 > > Tele: (703)993-4846 > Fax: (703)993-4851 > Email: molson2 at gmu.edu > Web: http://ices.gmu.edu/ From gw at citasystems.com Mon Oct 22 16:15:57 2007 From: gw at citasystems.com (George Wyche) Date: Mon, 22 Oct 2007 09:15:57 -0500 Subject: [csw-users] Firefox Solaris8 failure In-Reply-To: <20071017.8575000.2681404935@gyor.oxdrove.co.uk> References: <470B03AE.6030200@citasystems.com> <20071009.11094300.3911826445@gyor.oxdrove.co.uk> <470B8B60.9060209@citasystems.com> <47157D24.406@citasystems.com> <20071017.8575000.2681404935@gyor.oxdrove.co.uk> Message-ID: <471CB09D.3050401@citasystems.com> @James I attempted to get a patch 108434-22 which patches SUNWlibc, because the 5.8 box's is 108434-13. Alas, it is NOT a free patch. So maybe I am at a dead end for FireFox on Solaris8, unless I embark on a $ path that means at a minimum filling out company forms, seeking justifications, etc. which is abhorred. I'll live with Netscape 4.6, if it comes to that. I will also put out feelers about being allowed to install Solaris10. Thanks again for the attention. George Wyche James Lee wrote: > On 17/10/07, 04:10:28, George Wyche wrote regarding > Re: [csw-users] Firefox Solaris8 failure: > >> I have patched that Solaris 8, Blade100 up to date. It still has the >> very same complaint. My "nm /lib/libCrun.so.1" does not match yours and >> I don't know why. >> nm /lib/libCrun.so.1 | grep 1c2N6FI_p >> [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ > > You've not yet seen my result for that: > $ nm /lib/libCrun.so.1 | grep 1c2N6FI_p > [185] | 24804| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ > > and did I say my patches were up-to-date? > > > >> and the error I get when I type "firefox" is the usual you see below. >> WHERE is my 0_ on the end above?!!! Also. please note that YOUR symbol >> resolution is missing an underscore before the p. Was that a mistype? >> REQUIRED: . . . . . . . . . . . . . . . . . . . . . . . . . . . >> __1c2N6FI_pv_0_ >> MINE: [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ >> YOURS:[46] | 28724| 8|FUNC |GLOB |0 |12 |__1c2n6FIpv_0_ > > I copied and pasted from your original message that has: > __1c2n6FIpv_0_: referenced symbol not found > > > >> I sure would like to run Firefox. How do I proceed? > >> I am slowly turning this Blade100 into a development machine. I have put >> on a bunch of SUNW development packages and gcc4 and gmake and have >> compiled a trivial c program so I'm willing to attack the problem in >> more detail, though I wish it would just go away. > > What error messages are you seeing now? > > Try "ldd -r" on the binaries to check that symbols references exist. > You need to set LD_LIBRARY_PATH for firefox, (for a reason unknown > to me it doesn't set its RPATH fully.) > > $ LD_LIBRARY_PATH=/opt/csw/mozilla/firefox/lib \ > ldd -r /opt/csw/mozilla/firefox/lib/firefox-bin > > > > > James. > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From james.hartley at gmail.com Tue Oct 23 00:35:45 2007 From: james.hartley at gmail.com (James Hartley) Date: Mon, 22 Oct 2007 15:35:45 -0700 Subject: [csw-users] package management In-Reply-To: <8217e8cc0710160845j11995699k53ed156ff4302065@mail.gmail.com> References: <8217e8cc0710121816o2719eb39r6dc84fddc88b2080@mail.gmail.com> <625385e30710130117o199a4c83jb775ab8b21f20885@mail.gmail.com> <471468FC.601@uni-paderborn.de> <8217e8cc0710160845j11995699k53ed156ff4302065@mail.gmail.com> Message-ID: <8217e8cc0710221535s1cb3d84ao79645376d9819a5a@mail.gmail.com> ok I think I translated the comments find attached a copy of your code with the rather poor english translations. In addition could you give me a high level descussion of what your code attempts to do. Nothing to detailed just wondering about the overall strategy... I have an good idea of what you are trying to do just what to make sure I don't miss any major points or problems you might have faced. thanks james -------------- next part -------------- A non-text attachment was scrubbed... Name: csw-sun-our-archive.pl Type: application/x-perl Size: 11284 bytes Desc: not available Url : http://lists.blastwave.org/pipermail/users/attachments/20071022/ad8e8f48/attachment.bin From gilberto.persico at gmail.com Tue Oct 23 09:53:45 2007 From: gilberto.persico at gmail.com (unixman) Date: Tue, 23 Oct 2007 09:53:45 +0200 Subject: [csw-users] libcontract on Solaris 8 ? Message-ID: Hi all, recently I had to setup a couple of sol8 boxes, one sparc and one x86. I installed openssh from blastwave and I noticed it depends on libcontract, which in Solaris 8 to the best of my knowledge does not exist. The result is that obviously sshd refuses to start. Is it a known issue or I'm missing something ? Thanks gilberto -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20071023/f7e87c3a/attachment-0001.html From odenbach at uni-paderborn.de Tue Oct 23 17:22:19 2007 From: odenbach at uni-paderborn.de (Christopher Odenbach) Date: Tue, 23 Oct 2007 17:22:19 +0200 Subject: [csw-users] package management In-Reply-To: <8217e8cc0710221535s1cb3d84ao79645376d9819a5a@mail.gmail.com> References: <8217e8cc0710121816o2719eb39r6dc84fddc88b2080@mail.gmail.com> <625385e30710130117o199a4c83jb775ab8b21f20885@mail.gmail.com> <471468FC.601@uni-paderborn.de> <8217e8cc0710160845j11995699k53ed156ff4302065@mail.gmail.com> <8217e8cc0710221535s1cb3d84ao79645376d9819a5a@mail.gmail.com> Message-ID: <471E11AB.6040506@uni-paderborn.de> Hi, > ok I think I translated the comments find attached a copy of your code with the > rather poor english translations. In addition could you give me a high level > descussion of what your code attempts to do. Nothing to detailed just > wondering about the > overall strategy... I have an good idea of what you are trying to do > just what to make sure I don't miss any major points or problems you > might have faced. OK, here we go: Assumptions: - pkg-get only supports one repository - we want to be able to install our own packages (or other non-blastwave packages) with pkg-get - to do so we - create a local mirror (with rsync), that gets updated regularly - create a local repository for the packages we want to mix in - create a repository that contains nothing but symbolic links to all the packages in the blastwave mirror and in our own repository - create catalog and description file for the mix directory so that it can be used as a pkg-get repository Comments to the script: - $basedir is the basedir where all repositories can be found - $collections is a hash that defines, which repositories should be mixed together. In the example, the collection '$basedir/stable' is made from $basedir/csw/stable, $basedir/upb, $basedir/sun and $basedir/packages. - mix_sources is the main function that does everything (just to make alle the variables local instead of global) - link_new_packages creates the symbolic links from one dir to the other. If it finds new packages to link, it recreates the catalog and description files for this particular source. - catalog and description are read into a hash which is then written out into the destination dir (to prevent multiple versions of one package) - generate_catalog reads in all packages and creates the md5sums. It contains a small hack: Original Sun packages have package names that contain spaces, so the package name is set to SUNWxyz. - relatove_path just constructs the relative path to come from dir a to dir b. - remove_dangling_symlinks removes symlinks that point to a non-existing package Did this help a little? Christopher -- ====================================================== Dipl.-Ing. Christopher Odenbach Zentrum fuer Informations- und Medientechnologien Universitaet Paderborn Raum N5.122 odenbach at uni-paderborn.de Tel.: +49 5251 60 5315 ====================================================== -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature Url : http://lists.blastwave.org/pipermail/users/attachments/20071023/68c31a19/attachment.bin From a.cervellin at acm.org Thu Oct 25 19:58:11 2007 From: a.cervellin at acm.org (Alessio) Date: Thu, 25 Oct 2007 19:58:11 +0200 Subject: [csw-users] libcontract on Solaris 8 ? In-Reply-To: References: Message-ID: <4720D933.6040707@acm.org> unixman wrote: > Hi all, > recently I had to setup a couple of sol8 boxes, one sparc and one x86. > I installed openssh from blastwave and I noticed it depends on > libcontract are you sure? these are the dependecies for sshd: bash-2.03$ ldd /opt/csw/sbin/sshd libwrap.so.1 => /opt/csw/lib/i386/libwrap.so.1 libpam.so.1 => /usr/lib/libpam.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libresolv.so.2 => /usr/lib/libresolv.so.2 libcrypto.so.0.9.8 => /opt/csw/lib/pentium_pro/libcrypto.so.0.9.8 librt.so.1 => /usr/lib/librt.so.1 libz.so => /opt/csw/lib/i386/libz.so libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libgssapi_krb5.so.2 => /opt/csw/lib/i386/libgssapi_krb5.so.2 libkrb5.so.3 => /opt/csw/lib/i386/libkrb5.so.3 libcom_err.so.3 => /opt/csw/lib/i386/libcom_err.so.3 libc.so.1 => /usr/lib/libc.so.1 libcmd.so.1 => /usr/lib/libcmd.so.1 libaio.so.1 => /usr/lib/libaio.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 libkrb5support.so.0 => /opt/csw/lib/libkrb5support.so.0 From dreyerja at uni-paderborn.de Fri Oct 26 10:05:22 2007 From: dreyerja at uni-paderborn.de (Jan Dreyer) Date: Fri, 26 Oct 2007 10:05:22 +0200 Subject: [csw-users] ChangeLog for updates Message-ID: <47219FC2.8010505@uni-paderborn.de> Hello all, on the occasion of many new releases switched from unstable to stable, I would like to express a desire to all maintainers who are about to publish an update of their package(s): I'm missing a ChangeLog. For many packages there is no (CSW-)Changelog at all, even inside the package itself. But it should be readable _without_ installing the package first. One possible solution is to publish it on the web: Blastwave.org Track BugCentral has a section "Documentation" which is empty for all packages I looked. Or is it me and I'm looking in the wrong places? So pleas point my nose in the right direction ... Thank you all for your effort supporting blastwave and making it the first place to search for open source software for Solaris! Greetings Jan Dreyer From dennis.strom at siemens.com Fri Oct 26 21:12:58 2007 From: dennis.strom at siemens.com (Strom, Dennis (MED US)) Date: Fri, 26 Oct 2007 15:12:58 -0400 Subject: [csw-users] How to receive cd orders Message-ID: My wife ordered the two cd set for Solaris 9 over two months ago. I have been emailing blastwave and no one will reply back. What am I doing wrong and what do I need to do get these disks. Thank you Dennis ---------------------------------------------------------------------------- This message and any included attachments are from Siemens Medical Solutions and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail with a copy to Central.SecurityOffice at siemens.com Thank you From dclarke at blastwave.org Fri Oct 26 21:19:37 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Fri, 26 Oct 2007 15:19:37 -0400 (EDT) Subject: [csw-users] How to receive cd orders In-Reply-To: References: Message-ID: <1355.72.39.216.186.1193426377.squirrel@mail.blastwave.org> > > My wife ordered the two cd set for Solaris 9 over two months ago. I > have been emailing blastwave and no one will reply back. What am I > doing wrong and what do I need to do get these disks. Drop me an email so that I can track it down ? Dennis From jeff at interchange.ca Fri Oct 26 21:19:59 2007 From: jeff at interchange.ca (Jeff MacDonald) Date: Fri, 26 Oct 2007 15:19:59 -0400 Subject: [csw-users] coming from Sunfreeware to blastwave -- need a hand Message-ID: <466D7A25-BEAC-4665-ACEC-5C9F8C46D078@interchange.ca> Hi Folks I'm quite new to Solaris over all, having come from a FreeBSD world. I started out using SFW, but when subversion barfed and I couldn't get support, I decided it was blastwaves turn :) So I've installed according to the howto document, but a few weird things happen I did a pkgrm of screen, then a pkg-get -i screen hoping to install the one from blastwave, however it still downloaded from sunfreeware. Also if i do a pkg-get -U , it tries to get updates from sunfreeware, not blastwave. The strange thing is, I didn't add sunfreeware anywhere to a config file, all I ever did to use it was download the package from them and run pkg_add -D filename Soooo, I'd really like to get rocking with subversion and apache on this machine, any pointers for a noob would be appreciated. Thanks. ---- Jeff MacDonald Interchange Technologies 613 292 6239 From comand at blastwave.org Fri Oct 26 21:25:03 2007 From: comand at blastwave.org (Cory Omand) Date: Fri, 26 Oct 2007 12:25:03 -0700 Subject: [csw-users] coming from Sunfreeware to blastwave -- need a hand In-Reply-To: <466D7A25-BEAC-4665-ACEC-5C9F8C46D078@interchange.ca> References: <466D7A25-BEAC-4665-ACEC-5C9F8C46D078@interchange.ca> Message-ID: On 10/26/07, Jeff MacDonald wrote: > Also if i do a pkg-get -U , it tries to get updates from sunfreeware, > not blastwave. Jeff, Can you post the output from 'pkg-get -U', as well as 'pkginfo -x CSWpkgget'? - C. From jeff at interchange.ca Fri Oct 26 21:34:50 2007 From: jeff at interchange.ca (Jeff MacDonald) Date: Fri, 26 Oct 2007 15:34:50 -0400 Subject: [csw-users] coming from Sunfreeware to blastwave -- need a hand In-Reply-To: References: <466D7A25-BEAC-4665-ACEC-5C9F8C46D078@interchange.ca> Message-ID: <292926E2-069E-4F65-8EE3-FD1286E5279C@interchange.ca> > On 10/26/07, Jeff MacDonald wrote: >> Also if i do a pkg-get -U , it tries to get updates from sunfreeware, >> not blastwave. > > Jeff, > > Can you post the output from 'pkg-get -U', as well as 'pkginfo -x > CSWpkgget'? > > - C. Actually I think I figured it out.. sorta. It's a path issue. But I still don't understand it. sandbox# which pkg-get /opt/csw/bin//pkg-get If i run pkg-get -U it downloads updates from sunfreeware.com If I run /opt/csw/bin/pkg-get -U it downloads updates from sunfreeware. Which doesn't really make sense to me why the behavior is different. So with that being said, i did /opt/csw/bin/pkg-get -i screen it get's things from blastwave and installed in /opt/csw as expected So all works fine, I just can't quite jive why it's getting confused over paths. Jeff. From dclarke at blastwave.org Fri Oct 26 21:40:05 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Fri, 26 Oct 2007 15:40:05 -0400 (EDT) Subject: [csw-users] coming from Sunfreeware to blastwave -- need a hand In-Reply-To: <292926E2-069E-4F65-8EE3-FD1286E5279C@interchange.ca> References: <466D7A25-BEAC-4665-ACEC-5C9F8C46D078@interchange.ca> <292926E2-069E-4F65-8EE3-FD1286E5279C@interchange.ca> Message-ID: <1432.72.39.216.186.1193427605.squirrel@mail.blastwave.org> >> On 10/26/07, Jeff MacDonald wrote: >>> Also if i do a pkg-get -U , it tries to get updates from sunfreeware, >>> not blastwave. >> >> Jeff, >> >> Can you post the output from 'pkg-get -U', as well as 'pkginfo -x >> CSWpkgget'? >> >> - C. > > Actually I think I figured it out.. sorta. It's a path issue. But I > still don't understand it. > > sandbox# which pkg-get > /opt/csw/bin//pkg-get > > If i run > pkg-get -U > > it downloads updates from sunfreeware.com I have no idea where you are getting pkg-get from or what is in your pkg-get.conf file but pkg-get will always go ( by default ) to whereever your pkg-get.conf file says to go. Sort of like ntp will get time data from ntp servers that you put in the ntp.conf file. So maybe it would be best to do a serch to find any and all pkg-get.conf files that you have as well as any and all pkg-get binaries/scripts that you have and then clean up this situation. Dennis From dclarke at blastwave.org Fri Oct 26 21:42:04 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Fri, 26 Oct 2007 15:42:04 -0400 (EDT) Subject: [csw-users] How to receive cd orders In-Reply-To: <1355.72.39.216.186.1193426377.squirrel@mail.blastwave.org> References: <1355.72.39.216.186.1193426377.squirrel@mail.blastwave.org> Message-ID: <1434.72.39.216.186.1193427724.squirrel@mail.blastwave.org> > >> >> My wife ordered the two cd set for Solaris 9 over two months ago. I >> have been emailing blastwave and no one will reply back. What am I >> doing wrong and what do I need to do get these disks. > > Drop me an email so that I can track it down ? Found it ... it was getting spam filtered among other things. Also .. I have stopped the external third party agency from doing DVD order fulfilment. It was a disaster and I spent more time chasing than being happy about people getting what they needed. All in all ... I'm going to go back to doing things myself, the hard way. Because that always worked well. Dennis From jeff at interchange.ca Fri Oct 26 21:47:18 2007 From: jeff at interchange.ca (Jeff MacDonald) Date: Fri, 26 Oct 2007 15:47:18 -0400 Subject: [csw-users] coming from Sunfreeware to blastwave -- need a hand In-Reply-To: <1432.72.39.216.186.1193427605.squirrel@mail.blastwave.org> References: <466D7A25-BEAC-4665-ACEC-5C9F8C46D078@interchange.ca> <292926E2-069E-4F65-8EE3-FD1286E5279C@interchange.ca> <1432.72.39.216.186.1193427605.squirrel@mail.blastwave.org> Message-ID: > >>> On 10/26/07, Jeff MacDonald wrote: >>>> Also if i do a pkg-get -U , it tries to get updates from >>>> sunfreeware, >>>> not blastwave. >>> >>> Jeff, >>> >>> Can you post the output from 'pkg-get -U', as well as 'pkginfo -x >>> CSWpkgget'? >>> >>> - C. >> >> Actually I think I figured it out.. sorta. It's a path issue. But I >> still don't understand it. >> >> sandbox# which pkg-get >> /opt/csw/bin//pkg-get >> >> If i run >> pkg-get -U >> >> it downloads updates from sunfreeware.com > > I have no idea where you are getting pkg-get from or what is in your > pkg-get.conf file but pkg-get will always go ( by default ) to > whereever > your pkg-get.conf file says to go. Sort of like ntp will get time > data from > ntp servers that you put in the ntp.conf file. So maybe it would > be best to > do a serch to find any and all pkg-get.conf files that you have as > well as > any and all pkg-get binaries/scripts that you have and then clean > up this > situation. > > Dennis > I had a /etc/pkg-get.conf created a few days ago by ... something i did while learning :) Thanks ! Jeff. From dclarke at blastwave.org Fri Oct 26 21:54:40 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Fri, 26 Oct 2007 15:54:40 -0400 (EDT) Subject: [csw-users] coming from Sunfreeware to blastwave -- need a hand In-Reply-To: References: <466D7A25-BEAC-4665-ACEC-5C9F8C46D078@interchange.ca> <292926E2-069E-4F65-8EE3-FD1286E5279C@interchange.ca> <1432.72.39.216.186.1193427605.squirrel@mail.blastwave.org> Message-ID: <1469.72.39.216.186.1193428480.squirrel@mail.blastwave.org> > I had a /etc/pkg-get.conf created a few days ago by ... something i > did while learning :) ah ha ! At this point I wag a finger at you. I also think about doing a better job on that "getting started" HOWTO page that I wrote. Now run /opt/csw/bin/pkg-get -U with the full path there and show me what you see. Dennis From jeff at interchange.ca Fri Oct 26 22:05:28 2007 From: jeff at interchange.ca (Jeff MacDonald) Date: Fri, 26 Oct 2007 16:05:28 -0400 Subject: [csw-users] coming from Sunfreeware to blastwave -- need a hand In-Reply-To: <1469.72.39.216.186.1193428480.squirrel@mail.blastwave.org> References: <466D7A25-BEAC-4665-ACEC-5C9F8C46D078@interchange.ca> <292926E2-069E-4F65-8EE3-FD1286E5279C@interchange.ca> <1432.72.39.216.186.1193427605.squirrel@mail.blastwave.org> <1469.72.39.216.186.1193428480.squirrel@mail.blastwave.org> Message-ID: <541C5B53-FAF5-4677-B106-58EAA31A5306@interchange.ca> On 26-Oct-07, at 3:54 PM, Dennis Clarke wrote: > >> I had a /etc/pkg-get.conf created a few days ago by ... something i >> did while learning :) > > ah ha ! > > At this point I wag a finger at you. > > I also think about doing a better job on that "getting started" > HOWTO page > that I wrote. > > Now run /opt/csw/bin/pkg-get -U with the full path there and show > me what > you see. Well, things are still weird :) If I run this sandbox# pkg-get -U it downloads from sunfreeware, and creates that /etc/pkg-get.conf if i do do this sandbox# `which pkg-get` -U [notice the backticks] it downloads from sunfreeware and creates /etc/pkg-get.conf btw, which pkg-get displays /opt/csw/bin//pkg-get which is the one I want, so that's super strange Finally, if i do sandbox# /opt/csw/bin/pkg-get -U .. it downloads the proper update files from blastwave and all is fine. So in short, it looks like I *must* use the full path. Which is bizzare to me. Idea's? From dennis.strom at siemens.com Fri Oct 26 22:16:14 2007 From: dennis.strom at siemens.com (Strom, Dennis (MED US)) Date: Fri, 26 Oct 2007 16:16:14 -0400 Subject: [csw-users] How to receive cd orders In-Reply-To: <1355.72.39.216.186.1193426377.squirrel@mail.blastwave.org> Message-ID: Dennis, Thank you very much for taking care of this. I Have really enjoyed your service. Dennis Dennis Strom (MED ESM) Siemens Veritas Certified Specialist - Design, Administration -----Original Message----- From: users-bounces+dennis.strom=siemens.com at lists.blastwave.org [mailto:users-bounces+dennis.strom=siemens.com at lists.blastwave.org] On Behalf Of Dennis Clarke Sent: Friday, October 26, 2007 12:20 PM To: questions and discussions Subject: Re: [csw-users] How to receive cd orders > > My wife ordered the two cd set for Solaris 9 over two months ago. I > have been emailing blastwave and no one will reply back. What am I > doing wrong and what do I need to do get these disks. Drop me an email so that I can track it down ? Dennis _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users ---------------------------------------------------------------------------- This message and any included attachments are from Siemens Medical Solutions and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail with a copy to Central.SecurityOffice at siemens.com Thank you From jeff at interchange.ca Fri Oct 26 23:43:29 2007 From: jeff at interchange.ca (Jeff MacDonald) Date: Fri, 26 Oct 2007 17:43:29 -0400 Subject: [csw-users] kde_gcc Message-ID: <6D602AAD-1578-425C-A383-2FDD69FD77AE@interchange.ca> Hi, I just finished installing kde, but have no idea how to get it into gdm.. the package seems to lack documentation or maybe it's just me. I'm not sure. Anyways, i can run /opt/csw/kde_gcc/bin/startkde from terminal inside of gnome of course.. but that's less than Idea. Also a question about xorg, is the file in /etc/X11/.xorg.conf the one I should be editing to add modelines to ? I recognise this isn't a blastwave questino per se, so tell me to stuff it if this is the wrong place. Thanks. Jeff. ---- Jeff MacDonald Interchange Technologies 613 292 6239 From gilberto.persico at gmail.com Sun Oct 28 13:00:08 2007 From: gilberto.persico at gmail.com (unixman) Date: Sun, 28 Oct 2007 13:00:08 +0100 Subject: [csw-users] libcontract on Solaris 8 ? In-Reply-To: <4720D933.6040707@acm.org> References: <4720D933.6040707@acm.org> Message-ID: bash-2.03# uname -a SunOS naboo 5.8 Generic_117350-50 sun4u sparc SUNW,Ultra-2 bash-2.03# pkg-get -i openssh WARNING: gpg not found No worries... you already have version 4.6,REV=2007.08.24_rev=p1 of openssh If you doubt this message, run 'pkg-get -U', then run 'pkg-get upgrade openssh' bash-2.03# ldd /opt/csw/sbin/sshd libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 libpam.so.1 => /usr/lib/libpam.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libcontract.so.1 => (file not found) libresolv.so.2 => /usr/lib/libresolv.so.2 libcrypto.so.0.9.8 => /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 librt.so.1 => /usr/lib/librt.so.1 libz.so => /opt/csw/lib/sparcv8plus+vis/libz.so libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 libc.so.1 => /usr/lib/libc.so.1 libc.so.1 (SUNW_1.22) => (version not found) libcmd.so.1 => /usr/lib/libcmd.so.1 libaio.so.1 => /usr/lib/libaio.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 libkrb5support.so.0 => /opt/csw/lib/libkrb5support.so.0 /usr/platform/SUNW,Ultra-2/lib/libc_psr.so.1 ... and more or less the same dependancies on x86. The SUNW_1.22 not found is strange, but even more, it seems that libcontract is only on solaris 10, giving the impression the package have been built on sol10. Some hint on how to investigate ? thanks gilberto On 10/25/07, Alessio wrote: > unixman wrote: > > Hi all, > > recently I had to setup a couple of sol8 boxes, one sparc and one x86. > > I installed openssh from blastwave and I noticed it depends on > > libcontract > > are you sure? > these are the dependecies for sshd: > bash-2.03$ ldd /opt/csw/sbin/sshd > libwrap.so.1 => /opt/csw/lib/i386/libwrap.so.1 > libpam.so.1 => /usr/lib/libpam.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > libresolv.so.2 => /usr/lib/libresolv.so.2 > libcrypto.so.0.9.8 => > /opt/csw/lib/pentium_pro/libcrypto.so.0.9.8 > librt.so.1 => /usr/lib/librt.so.1 > libz.so => /opt/csw/lib/i386/libz.so > libsocket.so.1 => /usr/lib/libsocket.so.1 > libnsl.so.1 => /usr/lib/libnsl.so.1 > libgssapi_krb5.so.2 => /opt/csw/lib/i386/libgssapi_krb5.so.2 > libkrb5.so.3 => /opt/csw/lib/i386/libkrb5.so.3 > libcom_err.so.3 => /opt/csw/lib/i386/libcom_err.so.3 > libc.so.1 => /usr/lib/libc.so.1 > libcmd.so.1 => /usr/lib/libcmd.so.1 > libaio.so.1 => /usr/lib/libaio.so.1 > libmp.so.2 => /usr/lib/libmp.so.2 > libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 > libkrb5support.so.0 => /opt/csw/lib/libkrb5support.so.0 > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From james at blastwave.org Sun Oct 28 13:22:09 2007 From: james at blastwave.org (James Lee) Date: Sun, 28 Oct 2007 12:22:09 GMT Subject: [csw-users] libcontract on Solaris 8 ? In-Reply-To: References: <4720D933.6040707@acm.org> Message-ID: <20071028.12220900.2071538157@gyor.oxdrove.co.uk> On 28/10/07, 12:00:08, unixman wrote regarding Re: [csw-users] libcontract on Solaris 8 ?: > bash-2.03# uname -a > SunOS naboo 5.8 Generic_117350-50 sun4u sparc SUNW,Ultra-2 > bash-2.03# pkg-get -i openssh > WARNING: gpg not found > No worries... you already have version 4.6,REV=2007.08.24_rev=p1 of > openssh > If you doubt this message, run 'pkg-get -U', then run > 'pkg-get upgrade openssh' > bash-2.03# ldd /opt/csw/sbin/sshd > libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 > libpam.so.1 => /usr/lib/libpam.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > libcontract.so.1 => (file not found) $ uname -a SunOS vaxholm 5.8 Generic_117350-38 sun4u sparc SUNW,Ultra-1 $ pkginfo -x CSWossh CSWossh openssh - OpenSSH Secure Shell (sparc) 4.6,REV=2007.08.24_rev=p1 $ ldd /opt/csw/sbin/sshd libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 libpam.so.1 => /usr/lib/libpam.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libresolv.so.2 => /usr/lib/libresolv.so.2 libcrypto.so.0.9.8 => /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 librt.so.1 => /usr/lib/librt.so.1 libz.so => /opt/csw/lib/sparcv8plus+vis/libz.so libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 libc.so.1 => /usr/lib/libc.so.1 libcmd.so.1 => /usr/lib/libcmd.so.1 libaio.so.1 => /usr/lib/libaio.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 Please run "ldd -s /opt/csw/sbin/sshd" and show us the "required by" for libcontract.so.1. It's possibly libpam.so.1 or libdl.so.1 that needs libcontract.so.1 and not ssh directly. James. From gilberto.persico at gmail.com Sun Oct 28 14:14:16 2007 From: gilberto.persico at gmail.com (unixman) Date: Sun, 28 Oct 2007 14:14:16 +0100 Subject: [csw-users] libcontract on Solaris 8 ? In-Reply-To: <20071028.12220900.2071538157@gyor.oxdrove.co.uk> References: <4720D933.6040707@acm.org> <20071028.12220900.2071538157@gyor.oxdrove.co.uk> Message-ID: Today I had some time to investigate the issue and I discovered it was my fault, it seems that for some reason I installed the 5.10 version of CSWossh instead of the 5.8 version (this explained me the libcontract dependancy). I've been insistent two times, one on sparc and one on x86 :-) Sorry again, these things happen when you've got to manage software on unconnected systems. thanks gilberto On 10/28/07, James Lee wrote: > On 28/10/07, 12:00:08, unixman wrote regarding > Re: [csw-users] libcontract on Solaris 8 ?: > > > bash-2.03# uname -a > > SunOS naboo 5.8 Generic_117350-50 sun4u sparc SUNW,Ultra-2 > > > bash-2.03# pkg-get -i openssh > > WARNING: gpg not found > > No worries... you already have version 4.6,REV=2007.08.24_rev=p1 of > > openssh > > If you doubt this message, run 'pkg-get -U', then run > > 'pkg-get upgrade openssh' > > > bash-2.03# ldd /opt/csw/sbin/sshd > > libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 > > libpam.so.1 => /usr/lib/libpam.so.1 > > libdl.so.1 => /usr/lib/libdl.so.1 > > libcontract.so.1 => (file not found) > > $ uname -a > SunOS vaxholm 5.8 Generic_117350-38 sun4u sparc SUNW,Ultra-1 > > $ pkginfo -x CSWossh > CSWossh openssh - OpenSSH Secure Shell > (sparc) 4.6,REV=2007.08.24_rev=p1 > > $ ldd /opt/csw/sbin/sshd > libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 > libpam.so.1 => /usr/lib/libpam.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > libresolv.so.2 => /usr/lib/libresolv.so.2 > libcrypto.so.0.9.8 => > /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 > librt.so.1 => /usr/lib/librt.so.1 > libz.so => /opt/csw/lib/sparcv8plus+vis/libz.so > libsocket.so.1 => /usr/lib/libsocket.so.1 > libnsl.so.1 => /usr/lib/libnsl.so.1 > libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 > libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 > libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 > libc.so.1 => /usr/lib/libc.so.1 > libcmd.so.1 => /usr/lib/libcmd.so.1 > libaio.so.1 => /usr/lib/libaio.so.1 > libmp.so.2 => /usr/lib/libmp.so.2 > libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 > > > > Please run "ldd -s /opt/csw/sbin/sshd" and show us the "required by" > for libcontract.so.1. It's possibly libpam.so.1 or libdl.so.1 that > needs libcontract.so.1 and not ssh directly. > > > > > James. > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From dclarke at blastwave.org Sun Oct 28 17:49:12 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Sun, 28 Oct 2007 12:49:12 -0400 (EDT) Subject: [csw-users] libcontract on Solaris 8 ? In-Reply-To: References: <4720D933.6040707@acm.org> Message-ID: <2634.72.39.216.186.1193590152.squirrel@mail.blastwave.org> > bash-2.03# uname -a > SunOS naboo 5.8 Generic_117350-50 sun4u sparc SUNW,Ultra-2 > > bash-2.03# pkg-get -i openssh > WARNING: gpg not found > No worries... you already have version 4.6,REV=2007.08.24_rev=p1 of openssh > If you doubt this message, run 'pkg-get -U', then run > 'pkg-get upgrade openssh' > > bash-2.03# ldd /opt/csw/sbin/sshd > libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 > libpam.so.1 => /usr/lib/libpam.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > libcontract.so.1 => (file not found) > libresolv.so.2 => /usr/lib/libresolv.so.2 > libcrypto.so.0.9.8 => > /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 > librt.so.1 => /usr/lib/librt.so.1 > libz.so => /opt/csw/lib/sparcv8plus+vis/libz.so > libsocket.so.1 => /usr/lib/libsocket.so.1 > libnsl.so.1 => /usr/lib/libnsl.so.1 > libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 > libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 > libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 > libc.so.1 => /usr/lib/libc.so.1 > libc.so.1 (SUNW_1.22) => (version not found) > libcmd.so.1 => /usr/lib/libcmd.so.1 > libaio.so.1 => /usr/lib/libaio.so.1 > libmp.so.2 => /usr/lib/libmp.so.2 > libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 > libkrb5support.so.0 => /opt/csw/lib/libkrb5support.so.0 > /usr/platform/SUNW,Ultra-2/lib/libc_psr.so.1 > > ... and more or less the same dependancies on x86. The SUNW_1.22 > not found is strange, but even more, it seems that libcontract is only on > solaris 10, giving the impression the package have been built on sol10. > Some hint on how to investigate ? The details on that package tell us where and when it was built : $ pkginfo -l CSWossh PKGINST: CSWossh NAME: openssh - OpenSSH Secure Shell CATEGORY: application ARCH: sparc VERSION: 4.6,REV=2007.08.24_rev=p1 VENDOR: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ packaged for CSW by Yann Rouillard PSTAMP: yann at ra-20070824195509 INSTDATE: Sep 27 2007 15:11 HOTLINE: http://www.blastwave.org/bugtrack/ EMAIL: yann at blastwave.org STATUS: completely installed FILES: 48 installed pathnames 8 shared pathnames 11 directories 14 executables 1 setuid/setgid executables 5600 blocks used (approx) PSTAMP: yann at ra-20070824195509 That says ra which is the Blastwave Solaris 8 server. However that data can be faked via a simple option to mkpkg .. but I really doubt that was done. Dennis From dclarke at blastwave.org Sun Oct 28 17:51:47 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Sun, 28 Oct 2007 12:51:47 -0400 (EDT) Subject: [csw-users] libcontract on Solaris 8 ? In-Reply-To: <20071028.12220900.2071538157@gyor.oxdrove.co.uk> References: <4720D933.6040707@acm.org> <20071028.12220900.2071538157@gyor.oxdrove.co.uk> Message-ID: <2640.72.39.216.186.1193590307.squirrel@mail.blastwave.org> > On 28/10/07, 12:00:08, unixman wrote regarding > Re: [csw-users] libcontract on Solaris 8 ?: > >> bash-2.03# uname -a >> SunOS naboo 5.8 Generic_117350-50 sun4u sparc SUNW,Ultra-2 > >> bash-2.03# pkg-get -i openssh >> WARNING: gpg not found >> No worries... you already have version 4.6,REV=2007.08.24_rev=p1 of >> openssh >> If you doubt this message, run 'pkg-get -U', then run >> 'pkg-get upgrade openssh' > >> bash-2.03# ldd /opt/csw/sbin/sshd >> libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 >> libpam.so.1 => /usr/lib/libpam.so.1 >> libdl.so.1 => /usr/lib/libdl.so.1 >> libcontract.so.1 => (file not found) > > $ uname -a > SunOS vaxholm 5.8 Generic_117350-38 sun4u sparc SUNW,Ultra-1 > > $ pkginfo -x CSWossh > CSWossh openssh - OpenSSH Secure Shell > (sparc) 4.6,REV=2007.08.24_rev=p1 > > $ ldd /opt/csw/sbin/sshd > libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 > libpam.so.1 => /usr/lib/libpam.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > libresolv.so.2 => /usr/lib/libresolv.so.2 > libcrypto.so.0.9.8 => > /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 > librt.so.1 => /usr/lib/librt.so.1 > libz.so => /opt/csw/lib/sparcv8plus+vis/libz.so > libsocket.so.1 => /usr/lib/libsocket.so.1 > libnsl.so.1 => /usr/lib/libnsl.so.1 > libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 > libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 > libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 > libc.so.1 => /usr/lib/libc.so.1 > libcmd.so.1 => /usr/lib/libcmd.so.1 > libaio.so.1 => /usr/lib/libaio.so.1 > libmp.so.2 => /usr/lib/libmp.so.2 > libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 > > > > Please run "ldd -s /opt/csw/sbin/sshd" and show us the "required by" > for libcontract.so.1. It's possibly libpam.so.1 or libdl.so.1 that > needs libcontract.so.1 and not ssh directly. I have similar hardware here and there is no problem : $ uname -a SunOS pluto 5.8 Generic_117350-46 sun4u sparc SUNW,Ultra-2 $ cat /etc/release Solaris 8 2/04 s28s_hw4wos_05a SPARC Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. Assembled 08 January 2004 $ $ ldd /opt/csw/bin/ssh /opt/csw/sbin/sshd /opt/csw/bin/ssh: libresolv.so.2 => /usr/lib/libresolv.so.2 libcrypto.so.0.9.8 => /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 librt.so.1 => /usr/lib/librt.so.1 libz.so => /opt/csw/lib/sparcv8plus+vis/libz.so libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 libc.so.1 => /usr/lib/libc.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libaio.so.1 => /usr/lib/libaio.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libkrb5.so.3 => /opt/csw/lib/libkrb5.so.3 libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 libcom_err.so.3 => /opt/csw/lib/libcom_err.so.3 libkrb5support.so.0 => /opt/csw/lib/libkrb5support.so.0 /usr/platform/SUNW,Ultra-2/lib/libc_psr.so.1 /opt/csw/sbin/sshd: libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 libpam.so.1 => /usr/lib/libpam.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libresolv.so.2 => /usr/lib/libresolv.so.2 libcrypto.so.0.9.8 => /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 librt.so.1 => /usr/lib/librt.so.1 libz.so => /opt/csw/lib/sparcv8plus+vis/libz.so libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 libc.so.1 => /usr/lib/libc.so.1 libcmd.so.1 => /usr/lib/libcmd.so.1 libaio.so.1 => /usr/lib/libaio.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 libkrb5support.so.0 => /opt/csw/lib/libkrb5support.so.0 /usr/platform/SUNW,Ultra-2/lib/libc_psr.so.1 $ Dennis From listen at alexander.skwar.name Mon Oct 1 15:54:01 2007 From: listen at alexander.skwar.name (Alexander Skwar) Date: Mon, 01 Oct 2007 15:54:01 +0200 Subject: [csw-users] CSW packages with Zones (eg. postfix) Message-ID: <22940015.9ZcT7Z3S40@kn.gn.rtr.message-center.info> Hello. I just installed CSWpostfix in the global zone of a Solaris 10 U4 system. Because I just ran "pkg-get -i postfix", the package also got installed in the non-global zones installed on this system. This is fine and wanted. There is, however, a problem: The non-global zones have /opt/csw added as an "inherited-pkg-dir". This means, that they "inherit" /opt/csw from the global zone and that it shows up as a read-only directory in the non-global zone. Because of that, it's not possible to configure the package, as the configuration has to be done in /opt/csw/etc (/opt/csw/etc/postfix, in this case). But as that's a read-only directory, the package cannot be configured in the non-global zone. How do you guys solve this problem, usually? For postfix, the solution might be to modify /etc/init.d/cswpostfix (BTW: does anyone have a SMF manifest at hand?) and change the start) section to be: "${DAEMON} -c /etc/opt/csw/postfix start", or something like this. But in general, wouldn't it be better, if the configuration would always reside in /etc/opt/csw? Bet regards, Alexander Skwar From dclarke at blastwave.org Mon Oct 1 16:06:34 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Mon, 1 Oct 2007 10:06:34 -0400 (EDT) Subject: [csw-users] CSW packages with Zones (eg. postfix) In-Reply-To: <22940015.9ZcT7Z3S40@kn.gn.rtr.message-center.info> References: <22940015.9ZcT7Z3S40@kn.gn.rtr.message-center.info> Message-ID: <44831.72.39.216.186.1191247594.squirrel@mail.blastwave.org> > Hello. > > I just installed CSWpostfix in the global zone of a Solaris 10 U4 > system. Because I just ran "pkg-get -i postfix", the package also > got installed in the non-global zones installed on this system. > This is fine and wanted. Are you sure ? It may have been wiser to set the -G flag in the /opt/csw/etc/pkg-get.conf file and then restricted that install to the Global zone. > There is, however, a problem: The non-global zones have /opt/csw > added as an "inherited-pkg-dir". That would be a problem. It is a better idea to just install the CSW packages independantly into the Zone(s) such that any given zone may have its own configs and in fact, separate versions of packages are fine this way. At least for me I need the ability to run separate versions of software in separate Zones. > This means, that they "inherit" > /opt/csw from the global zone and that it shows up as a read-only > directory in the non-global zone. Because of that, it's not possible > to configure the package, as the configuration has to be done in > /opt/csw/etc (/opt/csw/etc/postfix, in this case). But as that's > a read-only directory, the package cannot be configured in the > non-global zone. Easy to fix. You need to not inherit the /opt/csw from the Global Zone. > How do you guys solve this problem, usually? For postfix, the > solution might be to modify /etc/init.d/cswpostfix (BTW: does > anyone have a SMF manifest at hand?) and change the start) section > to be: "${DAEMON} -c /etc/opt/csw/postfix start", or something > like this. I thought that there was a SMF manifest included? Guess not. Must look into that. The real trick here is to wrap your head around the fact that Solaris isn't Solaris anymore once you start using Zones. It is a mothership with lots of little server-zone things hanging under it. If I know that I am going to zone a machine then I put the minimum into the Global zone. There is no need for the Global Zone to have a pile of packages installed that it will never use anyways. The real work happens in the Zones. Put software there as if they were their own little world. Just my opinion. > But in general, wouldn't it be better, if the configuration > would always reside in /etc/opt/csw? yes I think that *any* application that requires a conf file should look in /etc/opt/csw/foo first and then /opt/csw after that. Just my opinion. Dennis From ghenry at cmi.univ-mrs.fr Mon Oct 1 16:19:10 2007 From: ghenry at cmi.univ-mrs.fr (=?ISO-8859-1?Q?G=E9rard_Henry?=) Date: Mon, 01 Oct 2007 16:19:10 +0200 Subject: [csw-users] CSW packages with Zones (eg. postfix) In-Reply-To: <22940015.9ZcT7Z3S40@kn.gn.rtr.message-center.info> References: <22940015.9ZcT7Z3S40@kn.gn.rtr.message-center.info> Message-ID: <470101DE.8030304@cmi.univ-mrs.fr> Alexander Skwar wrote: > > But in general, wouldn't it be better, if the configuration > would always reside in /etc/opt/csw? > i have the same problem as you, as i want to use postfix on a nfs client, and mount /opt/csw ro. What i did is to modify /opt/csw/postfix/etc which is now a symbolic to /etc/postfix serv-root% ll /opt/csw/etc/postfix 16 lrwxrwxrwx 1 root root 12 Sep 5 09:42 /opt/csw/etc/postfix -> /etc/postfix In main.cf, you can configure log files in /var/spool so any need to modify /etc/init.d/cswpostfix For SMF, you can look at here: http://www.blastwave.org/smf/ or here: http://www.petertribble.co.uk/Solaris/smf.html From gw at citasystems.com Tue Oct 2 17:50:18 2007 From: gw at citasystems.com (George Wyche) Date: Tue, 02 Oct 2007 10:50:18 -0500 Subject: [csw-users] catalog Message-ID: <470268BA.4040805@citasystems.com> I cannot find documentation about how to create a blastwave catalog I don't want to wait for a DVD of the blastwave packages and all, so I made a CD of all the packages already on my Solaris10 here at home. I am intending to take the CD to work and install the same stuff on a Solaris 8 box at my new employment which disallows that Blade100 access to the internet. In the pkg-get config file I put usr=file:///cdrom/20071001/ When I run pkg-get -i wget for instance, it complains that it cannot find a catalog. How do I make a catalog of all these packages? George Wyche gw at citasystems.com From dclarke at blastwave.org Tue Oct 2 18:10:33 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Tue, 2 Oct 2007 12:10:33 -0400 (EDT) Subject: [csw-users] catalog In-Reply-To: <470268BA.4040805@citasystems.com> References: <470268BA.4040805@citasystems.com> Message-ID: <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> > I cannot find documentation about how to create a blastwave catalog > > I don't want to wait for a DVD of the blastwave packages and all, so I > made a CD of all the packages already on my Solaris10 here at home. I am > intending to take the CD to work and install the same stuff on a Solaris > 8 box at my new employment which disallows that Blade100 access to the > internet. > > In the pkg-get config file I put usr=file:///cdrom/20071001/ > When I run pkg-get -i wget > > for instance, it complains that it cannot find a catalog. > > How do I make a catalog of all these packages? It's pretty basic really. Here is one line from that catalog : aalib 1.4.0,REV=2004.10.15_rev=rc5 CSWaalib aalib-1.4.0,REV=2004.10.15_rev=rc5-S unOS5.8-sparc-CSW.pkg.gz fc52a1b3e046cc38fdc138c6da0bfabb First field is the software package metaname. In this case aalib Then you get the version 1.4.0,REV=2004.10.15_rev=rc5 Then the actual software package name CSWaalib Next is the file name : aalib-1.4.0,REV=2004.10.15_rev=rc5-SunOS5.8-sparc-CSW.pkg.gz lastly the md5 sum If you are on Solaris 10 you can generate that with digest -v -a md5 filename Dennis Clarke From james at blastwave.org Tue Oct 2 18:19:05 2007 From: james at blastwave.org (James Lee) Date: Tue, 02 Oct 2007 16:19:05 GMT Subject: [csw-users] catalog In-Reply-To: <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> Message-ID: <20071002.16190500.4176965234@gyor.oxdrove.co.uk> On 02/10/07, 17:10:33, Dennis Clarke wrote regarding Re: [csw-users] catalog: > aalib 1.4.0,REV=2004.10.15_rev=rc5 CSWaalib > aalib-1.4.0,REV=2004.10.15_rev=rc5-S > unOS5.8-sparc-CSW.pkg.gz fc52a1b3e046cc38fdc138c6da0bfabb > First field is the software package metaname. In this case aalib > Then you get the version 1.4.0,REV=2004.10.15_rev=rc5 > Then the actual software package name CSWaalib > Next is the file name : > aalib-1.4.0,REV=2004.10.15_rev=rc5-SunOS5.8-sparc-CSW.pkg.gz > lastly the md5 sum If it's for yourself skip the md5. pkg-get does not need it and it makes no sense to create it for your own files. James. From gw at citasystems.com Tue Oct 2 18:19:48 2007 From: gw at citasystems.com (George Wyche) Date: Tue, 02 Oct 2007 11:19:48 -0500 Subject: [csw-users] catalog In-Reply-To: <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> Message-ID: <47026FA4.2020209@citasystems.com> What name should I give the catalog and where does it go? find /opt/csw 'cata*' returns nothing In the last email I meant to write (url, not usr) url=file:///cdrom/20071001bw/ goes into /opt/csw/etc/pkg-get.conf Dennis Clarke wrote: >> I cannot find documentation about how to create a blastwave catalog >> >> I don't want to wait for a DVD of the blastwave packages and all, so I >> made a CD of all the packages already on my Solaris10 here at home. I am >> intending to take the CD to work and install the same stuff on a Solaris >> 8 box at my new employment which disallows that Blade100 access to the >> internet. >> >> In the pkg-get config file I put usr=file:///cdrom/20071001/ >> When I run pkg-get -i wget >> >> for instance, it complains that it cannot find a catalog. >> >> How do I make a catalog of all these packages? > > It's pretty basic really. Here is one line from that catalog : > > aalib 1.4.0,REV=2004.10.15_rev=rc5 CSWaalib > aalib-1.4.0,REV=2004.10.15_rev=rc5-S > unOS5.8-sparc-CSW.pkg.gz fc52a1b3e046cc38fdc138c6da0bfabb > > > First field is the software package metaname. In this case aalib > Then you get the version 1.4.0,REV=2004.10.15_rev=rc5 > Then the actual software package name CSWaalib > Next is the file name : > aalib-1.4.0,REV=2004.10.15_rev=rc5-SunOS5.8-sparc-CSW.pkg.gz > > lastly the md5 sum > > If you are on Solaris 10 you can generate that with digest -v -a md5 filename > > Dennis Clarke > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From james at blastwave.org Tue Oct 2 18:28:51 2007 From: james at blastwave.org (James Lee) Date: Tue, 02 Oct 2007 16:28:51 GMT Subject: [csw-users] catalog In-Reply-To: <47026FA4.2020209@citasystems.com> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> <47026FA4.2020209@citasystems.com> Message-ID: <20071002.16285100.159768480@gyor.oxdrove.co.uk> On 02/10/07, 17:19:48, George Wyche wrote regarding Re: [csw-users] catalog: > What name should I give the catalog and where does it go? "catalog" It belongs to the package data, not the /opt/csw file system. Look on an http mirror and follow the layout including the arch and OS rev directory structure, (obviously you only need a branch for your machine). James. From gw at citasystems.com Tue Oct 2 18:38:49 2007 From: gw at citasystems.com (George Wyche) Date: Tue, 02 Oct 2007 11:38:49 -0500 Subject: [csw-users] catalog In-Reply-To: <20071002.16285100.159768480@gyor.oxdrove.co.uk> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> <47026FA4.2020209@citasystems.com> <20071002.16285100.159768480@gyor.oxdrove.co.uk> Message-ID: <47027419.9040704@citasystems.com> @James Man, did you just throw a monkey wrench into my naive concept of what was going on! I thought a particular catalog somehow consolidated the data associated with available packages. The available packages are going to be on the CD I carry to work. Seems like a catalog would HAVE to be associated with where the packages are being taken from. I suppose "(obviously" will become obvious after my next education. George James Lee wrote: > On 02/10/07, 17:19:48, George Wyche wrote regarding > Re: [csw-users] catalog: > >> What name should I give the catalog and where does it go? > > "catalog" > > It belongs to the package data, not the /opt/csw file system. > Look on an http mirror and follow the layout including the arch > and OS rev directory structure, (obviously you only need a > branch for your machine). > > > > James. > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From gw at citasystems.com Tue Oct 2 18:39:35 2007 From: gw at citasystems.com (George Wyche) Date: Tue, 02 Oct 2007 11:39:35 -0500 Subject: [csw-users] catalog In-Reply-To: <20071002.16285100.159768480@gyor.oxdrove.co.uk> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> <47026FA4.2020209@citasystems.com> <20071002.16285100.159768480@gyor.oxdrove.co.uk> Message-ID: <47027447.10306@citasystems.com> @James I will create a fancier directory layout for my CD. Thanks. George James Lee wrote: > On 02/10/07, 17:19:48, George Wyche wrote regarding > Re: [csw-users] catalog: > >> What name should I give the catalog and where does it go? > > "catalog" > > It belongs to the package data, not the /opt/csw file system. > Look on an http mirror and follow the layout including the arch > and OS rev directory structure, (obviously you only need a > branch for your machine). > > > > James. > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From james at blastwave.org Tue Oct 2 18:48:14 2007 From: james at blastwave.org (James Lee) Date: Tue, 02 Oct 2007 16:48:14 GMT Subject: [csw-users] catalog In-Reply-To: <47027419.9040704@citasystems.com> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> <47026FA4.2020209@citasystems.com> <20071002.16285100.159768480@gyor.oxdrove.co.uk> <47027419.9040704@citasystems.com> Message-ID: <20071002.16481400.3897031053@gyor.oxdrove.co.uk> On 02/10/07, 17:38:49, George Wyche wrote regarding Re: [csw-users] catalog: > I thought a particular catalog somehow consolidated the data associated > with available packages. The available packages are going to be on the > CD I carry to work. Seems like a catalog would HAVE to be associated > with where the packages are being taken from. Don't panic too early... The catalog is associated with a particular package set, yours will be on your CD, those are packages available to you. Your catalog matches your files. For an example see the internet mirrors. James. From gw at citasystems.com Wed Oct 3 06:08:23 2007 From: gw at citasystems.com (George Wyche) Date: Tue, 02 Oct 2007 23:08:23 -0500 Subject: [csw-users] catalog In-Reply-To: <20071002.16285100.159768480@gyor.oxdrove.co.uk> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> <47026FA4.2020209@citasystems.com> <20071002.16285100.159768480@gyor.oxdrove.co.uk> Message-ID: <470315B7.3030509@citasystems.com> OK, how about description? #pkg-get -i wget WARNING: no catalog file for site localhost Updating catalog file first Getting catalog... Updating catalog file /var/pkg-get/catalog-cdrom updated ERROR: file /cdrom/20071002bw/unstable//sparc/5.8/descriptions does not exist Failed to get a description file No worries... you already have version 1.10.2REV=2005.10.21 of wget If you doubt this message, run 'pkg-get -U', then run 'pkg-get upgrade wget' # =========================== pkg-get.conf ========================= url=file:///cdrom/20071002bw/stable/ PKGGET_DOWNLOAD_DIR=/data/blastwave/ use_gpg=false use_md5=false George Wyche James Lee wrote: > On 02/10/07, 17:19:48, George Wyche wrote regarding > Re: [csw-users] catalog: > >> What name should I give the catalog and where does it go? > > "catalog" > > It belongs to the package data, not the /opt/csw file system. > Look on an http mirror and follow the layout including the arch > and OS rev directory structure, (obviously you only need a > branch for your machine). > > > > James. > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From madoko at gmail.com Wed Oct 3 06:42:56 2007 From: madoko at gmail.com (David Wier) Date: Tue, 2 Oct 2007 23:42:56 -0500 Subject: [csw-users] catalog In-Reply-To: <470315B7.3030509@citasystems.com> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> <47026FA4.2020209@citasystems.com> <20071002.16285100.159768480@gyor.oxdrove.co.uk> <470315B7.3030509@citasystems.com> Message-ID: <3c519cf40710022142pbb265b9vb611788ca71acf9d@mail.gmail.com> The descriptions file is the name field from all the packages and is in the same directory as the catalog file, here's a piece of the top of a local copy I have... #head -5 csw-2007-09-03/csw-files/stable/sparc/5.10/descriptions 9menu - A utility providing simple menus under X11 a2ps - Any to PostScript filter aalib - Ascii art graphics library achievo - Project Management tool, in PHP amanda - The Advanced Maryland Automatic Network Disk Archiver On 10/2/07, George Wyche wrote: > OK, how about description? > > #pkg-get -i wget > WARNING: no catalog file for site localhost > Updating catalog file first > Getting catalog... > Updating catalog file > /var/pkg-get/catalog-cdrom updated > > ERROR: file /cdrom/20071002bw/unstable//sparc/5.8/descriptions does not > exist > > Failed to get a description file > No worries... you already have version 1.10.2REV=2005.10.21 of wget > If you doubt this message, run 'pkg-get -U', then run 'pkg-get upgrade wget' > > # > =========================== pkg-get.conf ========================= > url=file:///cdrom/20071002bw/stable/ > PKGGET_DOWNLOAD_DIR=/data/blastwave/ > use_gpg=false > use_md5=false > > > George Wyche > James Lee wrote: > > On 02/10/07, 17:19:48, George Wyche wrote regarding > > Re: [csw-users] catalog: > > > >> What name should I give the catalog and where does it go? > > > > "catalog" > > > > It belongs to the package data, not the /opt/csw file system. > > Look on an http mirror and follow the layout including the arch > > and OS rev directory structure, (obviously you only need a > > branch for your machine). > > > > > > > > James. > > _______________________________________________ > > users mailing list > > users at lists.blastwave.org > > https://lists.blastwave.org/mailman/listinfo/users > > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From binod3 at gmail.com Wed Oct 3 13:35:28 2007 From: binod3 at gmail.com (Binod) Date: Wed, 3 Oct 2007 06:35:28 -0500 Subject: [csw-users] about the path name In-Reply-To: <32858.66.90.167.124.1190819427.squirrel@webmail.io.com> References: <111cdbc80709260721v2ec5dd33q1b0e5b2d1a52ef07@mail.gmail.com> <32858.66.90.167.124.1190819427.squirrel@webmail.io.com> Message-ID: <111cdbc80710030435hf48d437lbab88bba6e27f372@mail.gmail.com> Sorry for deplayed response, and thanks george for your help. I realized that once I set /opt/csw/bin in the very front of my path then all of my svn commands worked fine. Previously I had installed svn in /usr/local/bin which i got from sunfreeware. I removed it from there and, therefore, previously when I ran svn command it was trying to take svn command from that path. It was in this format when it didnot work: >>>>>>>>>>>>>>>>> -bash-3.00$ echo $PATH /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin Now it is in this format and my svn commands just work fine: >>>>>>>>>>>>>> -bash-3.00$ echo $PATH /opt/csw/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin: But my question now would be is there anyway possible for me to still keep /opt/csw/bin at the end of my PATH and still make my svn command work ? Any help would be appreciated and if this is wrong place to post this question any direction to the right place would also be a great help. Thanks, On 9/26/07, George Wyche wrote: > > @Binod > > svn may be an alias. Do a > which svn > > cd /opt/csw/bin > ./svn > > would override any svn alias. > > > Hi I installed subversion from blastwave couple days ago > > and every thing is working fine. Its in sparc 10 x64. > > > > My path currently is > > > > -bash-3.00$ echo $PATH > > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:\ > > /usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin > > > > If you are intending on using blastwave software, then please move > /opt/csw/bin to occur before /usr/sfw/bin > > And you will probably have to examine /usr/local/bin closely for links > which might otherwise override your specified order. For example even if > you have /opt/csw/bin:/usr/sfw/bin, but a link in /usr/local/bin *could* > have an gnutar which points to a gnutar in /usr/sfw/bin NOT in > /opt/csw/bin. That would be an override. That sort of think has given me > grief in the past. > > > but when I type svn I can't get it work. > > > > -bash-3.00$ svn > > -bash: svn: command not found > > > > But when I go to > > > > cd /opt/csw/bin and then do ./svn It works fine. > > > > I went ahead and added that /opt/csw/bin (which is a > > global path to my local user .profile file then svn > > commands just work fine) > > > > What is going wrong here ? Can anyone help me out? > > > > I think if /opt/csw/bin is in global path it should > > be able to run from anywhere without needing to > > provide detail in local.profile file , isn't > > thats how it works? > > That is my understanding. You could look at the permissions, owners, > groups, links associated with each step of the way to /opt/csw/bin/svn. > ls -l / > ls -l /opt > ls -l /opt/csw > ls -l /opt/csw/bin > ls -l /opt/csw/bin/svn > > Look for "strange" things. > > Is there something else in > > > > Any help will be appreciated. > > > > Thanks, > > > George > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gw at citasystems.com Wed Oct 3 16:53:05 2007 From: gw at citasystems.com (George Wyche) Date: Wed, 03 Oct 2007 09:53:05 -0500 Subject: [csw-users] catalog In-Reply-To: <3c519cf40710022142pbb265b9vb611788ca71acf9d@mail.gmail.com> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> <47026FA4.2020209@citasystems.com> <20071002.16285100.159768480@gyor.oxdrove.co.uk> <470315B7.3030509@citasystems.com> <3c519cf40710022142pbb265b9vb611788ca71acf9d@mail.gmail.com> Message-ID: <4703ACD1.5080000@citasystems.com> Thanks, I downloaded the descriptions from the mirror I am using. I am guessing that it doesn't hurt to have more descriptions than packages. I'll find out soon enough, I guess. Here's hoping /this/ CD has all that I need. Reckon Dennis would appreciate an article on how making a "distribution CD" of a subset all blastwave packages can be done from home? It seems like the DVD distribution service is more of a headache for blastwave than an advantage. However, its probably the chicken and the egg thing for people like me. "If I can get the packages via the internet, why bother with a CD (DVD) of what I already have? *And* it'll be out of date pronto." Probably my situation is unusual. OK. The take home is to cough up the $20+ and get a DVD from the blastwave service. I am not doing that, because of historical snafu with same. George David Wier wrote: > The descriptions file is the name field from all the packages and is > in the same directory as the catalog file, here's a piece of the top > of a local copy I have... > > #head -5 csw-2007-09-03/csw-files/stable/sparc/5.10/descriptions > 9menu - A utility providing simple menus under X11 > a2ps - Any to PostScript filter > aalib - Ascii art graphics library > achievo - Project Management tool, in PHP > amanda - The Advanced Maryland Automatic Network Disk Archiver > > > > On 10/2/07, George Wyche wrote: >> OK, how about description? >> >> #pkg-get -i wget >> WARNING: no catalog file for site localhost >> Updating catalog file first >> Getting catalog... >> Updating catalog file >> /var/pkg-get/catalog-cdrom updated >> >> ERROR: file /cdrom/20071002bw/unstable//sparc/5.8/descriptions does not >> exist >> >> Failed to get a description file >> No worries... you already have version 1.10.2REV=2005.10.21 of wget >> If you doubt this message, run 'pkg-get -U', then run 'pkg-get upgrade wget' >> >> # >> =========================== pkg-get.conf ========================= >> url=file:///cdrom/20071002bw/stable/ >> PKGGET_DOWNLOAD_DIR=/data/blastwave/ >> use_gpg=false >> use_md5=false >> >> >> George Wyche >> James Lee wrote: >>> On 02/10/07, 17:19:48, George Wyche wrote regarding >>> Re: [csw-users] catalog: >>> >>>> What name should I give the catalog and where does it go? >>> "catalog" >>> >>> It belongs to the package data, not the /opt/csw file system. >>> Look on an http mirror and follow the layout including the arch >>> and OS rev directory structure, (obviously you only need a >>> branch for your machine). >>> >>> >>> >>> James. >>> _______________________________________________ >>> users mailing list >>> users at lists.blastwave.org >>> https://lists.blastwave.org/mailman/listinfo/users >>> >> _______________________________________________ >> users mailing list >> users at lists.blastwave.org >> https://lists.blastwave.org/mailman/listinfo/users >> > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From dclarke at blastwave.org Wed Oct 3 17:25:56 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Wed, 3 Oct 2007 11:25:56 -0400 (EDT) Subject: [csw-users] catalog In-Reply-To: <4703ACD1.5080000@citasystems.com> References: <470268BA.4040805@citasystems.com> <52884.72.39.216.186.1191341433.squirrel@mail.blastwave.org> <47026FA4.2020209@citasystems.com> <20071002.16285100.159768480@gyor.oxdrove.co.uk> <470315B7.3030509@citasystems.com> <3c519cf40710022142pbb265b9vb611788ca71acf9d@mail.gmail.com> <4703ACD1.5080000@citasystems.com> Message-ID: <1776.72.39.216.186.1191425156.squirrel@mail.blastwave.org> > Thanks, > > I downloaded the descriptions from the mirror I am using. I am guessing > that it doesn't hurt to have more descriptions than packages. > > I'll find out soon enough, I guess. > > Here's hoping /this/ CD has all that I need. > > Reckon Dennis would appreciate an article on how making a "distribution > CD" of a subset all blastwave packages can be done from home? It seems > like the DVD distribution service is more of a headache for blastwave > than an advantage. > > However, its probably the chicken and the egg thing for people like me. > "If I can get the packages via the internet, why bother with a CD (DVD) > of what I already have? *And* it'll be out of date pronto." Probably my > situation is unusual. OK. The take home is to cough up the $20+ and get > a DVD from the blastwave service. I am not doing that, because of > historical snafu with same. You are correct of course. After a year with an external distribution and fulfilment service I am now very happy to walk away from that agreement and take things back internally. I never had a problem doing things myself. Later this month, on the 22nd of October to be precise, we will have been up and running for five years solid. In that five years I don't think we have ever had any significant interruptions in service and only a few bumps along the road. I highly doubt that anyone in the Solaris world would have a problem if we keep doing what we do for another five years. Later this month we should see a release of Indiana and to aid in that respect I have create the beginnings of a pkg service repository at http://pkg.blastwave.org . I already have the software for the pkg infrastructure compiled and after a bit more work I should be able to release a SVR4 package that just installs and works. Python is needed and we have a new testing release of Python 2.5.1 ( thanks to the great work of Cory Omand ) at Blastwave. If you follow my thinking here I am pondering this : (1) migrate packages into the pkg repository at pkg.blastwave.org (2) backport the pkg software to Solaris 10 Of course this is a community effort. Dennis Clarke From gw at citasystems.com Wed Oct 3 17:26:19 2007 From: gw at citasystems.com (George Wyche) Date: Wed, 03 Oct 2007 10:26:19 -0500 Subject: [csw-users] about the path name In-Reply-To: <111cdbc80710030435hf48d437lbab88bba6e27f372@mail.gmail.com> References: <111cdbc80709260721v2ec5dd33q1b0e5b2d1a52ef07@mail.gmail.com> <32858.66.90.167.124.1190819427.squirrel@webmail.io.com> <111cdbc80710030435hf48d437lbab88bba6e27f372@mail.gmail.com> Message-ID: <4703B49B.7040606@citasystems.com> Adjusting the path and overriding it with soft links (the ln -s command) is an art. There are some strong opinions about that art. Some of the opinions are backed with decent explanations, but most are either just stated, or are too old to take into account newer security concerns, or are assuming a situation that does not apply to you, or don't account for user lack of resolve to "adhere to policy". The fact of the matter is this: You can put /opt/csw/bin at the end of your path and then place soft links to any (or all) of the commands in /usr/local/bin which is much closer to the front of your path. When your shell searches for "svn" it will find it in /usr/local/bin AND WILL STOP LOOKING. So it overrides any "svn" that would be found in /opt/sfw/bin. The unix "which" command will tell you which of the maybe many "svn" there may be on your computer would be THE ONE to be executed. For historical reasons I use "tcsh" that has a handy command called "where" that looks through the entire path listing all "svn" that exist. Its a nice convenience to decide where to place a soft link to get the version that you want. [Aside: I got an eye opener when I investigated which tar/gtar/gnutar/star I wanted to use for my "tar".] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Now then. Why do you want /opt/csw/bin on the end? George Binod wrote: > Sorry for deplayed response, and thanks george for your help. > > I realized that once I set /opt/csw/bin in the very front of my path > then all of my svn commands worked fine. > > Previously I had installed svn in /usr/local/bin which i got from > sunfreeware. I removed it from there and, therefore, previously when I > ran svn command it was trying to take svn command from that path. > > It was in this format when it didnot work: > >>>>>>>>>>>>>>>>> > -bash-3.00$ echo $PATH > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin > > > > Now it is in this format and my svn commands just work fine: > >>>>>>>>>>>>>> > -bash-3.00$ echo $PATH > /opt/csw/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin: > > > But my question now would be is there anyway possible for me to still > keep /opt/csw/bin at the end of my PATH and still make my svn command work ? > > Any help would be appreciated and if this is wrong place to post this > question any direction to the right place would also be a great help. > > Thanks, > > > > > > > On 9/26/07, *George Wyche* > wrote: > > @Binod > > svn may be an alias. Do a > which svn > > cd /opt/csw/bin > ./svn > > would override any svn alias. > > > Hi I installed subversion from blastwave couple days ago > > and every thing is working fine. Its in sparc 10 x64. > > > > My path currently is > > > > -bash-3.00$ echo $PATH > > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:\ > > /usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin > > > > If you are intending on using blastwave software, then please move > /opt/csw/bin to occur before /usr/sfw/bin > > And you will probably have to examine /usr/local/bin closely for links > which might otherwise override your specified order. For example even if > you have /opt/csw/bin:/usr/sfw/bin, but a link in /usr/local/bin > *could* > have an gnutar which points to a gnutar in /usr/sfw/bin NOT in > /opt/csw/bin. That would be an override. That sort of think has given me > grief in the past. > > > but when I type svn I can't get it work. > > > > -bash-3.00$ svn > > -bash: svn: command not found > > > > But when I go to > > > > cd /opt/csw/bin and then do ./svn It works fine. > > > > I went ahead and added that /opt/csw/bin (which is a > > global path to my local user .profile file then svn > > commands just work fine) > > > > What is going wrong here ? Can anyone help me out? > > > > I think if /opt/csw/bin is in global path it should > > be able to run from anywhere without needing to > > provide detail in local.profile file , isn't > > thats how it works? > > That is my understanding. You could look at the permissions, owners, > groups, links associated with each step of the way to /opt/csw/bin/svn. > ls -l / > ls -l /opt > ls -l /opt/csw > ls -l /opt/csw/bin > ls -l /opt/csw/bin/svn > > Look for "strange" things. > > Is there something else in > > > > Any help will be appreciated. > > > > Thanks, > > > George > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > > > > ------------------------------------------------------------------------ > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users From ghenry at cmi.univ-mrs.fr Wed Oct 3 17:42:30 2007 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Wed, 03 Oct 2007 17:42:30 +0200 Subject: [csw-users] unable to install packages? Message-ID: <4703B866.2000000@cmi.univ-mrs.fr> hello all, on a freshly solaris 10 machine installed, i pkgadd pkg-get 3.8.1, and modified pkg-get.conf to install packages only in global zone. I can get the catalog, but i'm unable to install any packages: t2000-root% pkgadd -d /tmp/pkg_get-3.8.1-all-CSW.pkg t2000-root% /opt/csw/bin/pkg-get -U ... Updated description file t2000-root% /opt/csw/bin/pkg-get -u note: upgrading ALL INSTALLED PACKAGES Installed software packages: t2000-root% /opt/csw/bin/pkg-get -i rsync ERROR: rsync unrecognized Perhaps you need to run pkg-get -U What i am doing wrong? How can i debug my mistake? Thanks for help, gerard PS: this machine is installed with SUNWCreq and few packages added (500Mo) If i use an old release of pkg-get, it works, but i don't want to install packages in zones, so i need the latest release. From binod3 at gmail.com Wed Oct 3 18:36:19 2007 From: binod3 at gmail.com (Binod) Date: Wed, 3 Oct 2007 11:36:19 -0500 Subject: [csw-users] about the path name In-Reply-To: <4703B49B.7040606@citasystems.com> References: <111cdbc80709260721v2ec5dd33q1b0e5b2d1a52ef07@mail.gmail.com> <32858.66.90.167.124.1190819427.squirrel@webmail.io.com> <111cdbc80710030435hf48d437lbab88bba6e27f372@mail.gmail.com> <4703B49B.7040606@citasystems.com> Message-ID: <111cdbc80710030936h1a5f258foe7f7adf1e4954a48@mail.gmail.com> Thanks George for your thoughts on this. When I did which for "svn" it just pointed towards /opt/csw/bin/svn and didn't show any other path related to svn. I also tried find / -name "svn" and even in this case it just lead me to the /opt/csw/bin/svn With all this in hand, I assumed that when I type svn, it should automatically read from /opt/csw/bin/svn, which does not seem to be the case. I am guessing , when svn was uninstalled from the box from the location /usr/local/bin the package might have left some mark somewhere and therefore, when I type svn it is still trying to read from there. Currently my path starts from /opt/csw/bin. But I wanted it in the end of my path just because I wanted it to work no matter where I put this in my path, thats all. Thanks for all your help. On 10/3/07, George Wyche wrote: > > Adjusting the path and overriding it with soft links (the ln -s command) > is an art. There are some strong opinions about that art. Some of the > opinions are backed with decent explanations, but most are either just > stated, or are too old to take into account newer security concerns, or > are assuming a situation that does not apply to you, or don't account > for user lack of resolve to "adhere to policy". > > The fact of the matter is this: You can put /opt/csw/bin at the end of > your path and then place soft links to any (or all) of the commands in > /usr/local/bin which is much closer to the front of your path. When your > shell searches for "svn" it will find it in /usr/local/bin AND WILL STOP > LOOKING. So it overrides any "svn" that would be found in /opt/sfw/bin. > > The unix "which" command will tell you which of the maybe many "svn" > there may be on your computer would be THE ONE to be executed. > > For historical reasons I use "tcsh" that has a handy command called > "where" that looks through the entire path listing all "svn" that exist. > Its a nice convenience to decide where to place a soft link to get the > version that you want. [Aside: I got an eye opener when I investigated > which tar/gtar/gnutar/star I wanted to use for my "tar".] > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > Now then. Why do you want /opt/csw/bin on the end? > > George > Binod wrote: > > Sorry for deplayed response, and thanks george for your help. > > > > I realized that once I set /opt/csw/bin in the very front of my path > > then all of my svn commands worked fine. > > > > Previously I had installed svn in /usr/local/bin which i got from > > sunfreeware. I removed it from there and, therefore, previously when I > > ran svn command it was trying to take svn command from that path. > > > > It was in this format when it didnot work: > > >>>>>>>>>>>>>>>>> > > -bash-3.00$ echo $PATH > > > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin > > > > > > > > Now it is in this format and my svn commands just work fine: > > >>>>>>>>>>>>>> > > -bash-3.00$ echo $PATH > > > /opt/csw/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin: > > > > > > But my question now would be is there anyway possible for me to still > > keep /opt/csw/bin at the end of my PATH and still make my svn command > work ? > > > > Any help would be appreciated and if this is wrong place to post this > > question any direction to the right place would also be a great help. > > > > Thanks, > > > > > > > > > > > > > > On 9/26/07, *George Wyche* > wrote: > > > > @Binod > > > > svn may be an alias. Do a > > which svn > > > > cd /opt/csw/bin > > ./svn > > > > would override any svn alias. > > > > > Hi I installed subversion from blastwave couple days ago > > > and every thing is working fine. Its in sparc 10 x64. > > > > > > My path currently is > > > > > > -bash-3.00$ echo $PATH > > > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:\ > > > /usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin > > > > > > > If you are intending on using blastwave software, then please move > > /opt/csw/bin to occur before /usr/sfw/bin > > > > And you will probably have to examine /usr/local/bin closely for > links > > which might otherwise override your specified order. For example > even if > > you have /opt/csw/bin:/usr/sfw/bin, but a link in /usr/local/bin > > *could* > > have an gnutar which points to a gnutar in /usr/sfw/bin NOT in > > /opt/csw/bin. That would be an override. That sort of think has > given me > > grief in the past. > > > > > but when I type svn I can't get it work. > > > > > > -bash-3.00$ svn > > > -bash: svn: command not found > > > > > > But when I go to > > > > > > cd /opt/csw/bin and then do ./svn It works fine. > > > > > > I went ahead and added that /opt/csw/bin (which is a > > > global path to my local user .profile file then svn > > > commands just work fine) > > > > > > What is going wrong here ? Can anyone help me out? > > > > > > I think if /opt/csw/bin is in global path it should > > > be able to run from anywhere without needing to > > > provide detail in local.profile file , isn't > > > thats how it works? > > > > That is my understanding. You could look at the permissions, owners, > > groups, links associated with each step of the way to > /opt/csw/bin/svn. > > ls -l / > > ls -l /opt > > ls -l /opt/csw > > ls -l /opt/csw/bin > > ls -l /opt/csw/bin/svn > > > > Look for "strange" things. > > > > Is there something else in > > > > > > Any help will be appreciated. > > > > > > Thanks, > > > > > > George > > > > _______________________________________________ > > users mailing list > > users at lists.blastwave.org > > https://lists.blastwave.org/mailman/listinfo/users > > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > users mailing list > > users at lists.blastwave.org > > https://lists.blastwave.org/mailman/listinfo/users > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From zizban at gmail.com Wed Oct 3 18:52:54 2007 From: zizban at gmail.com (Chris Turkel) Date: Wed, 3 Oct 2007 12:52:54 -0400 Subject: [csw-users] Gnome Nautilus Error Message-ID: Has anyone else noticed this bug: If you try to drag and drop anything in Nautilus it crashes? It immediately restarts so it more an annoyance than anything else. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ghenry at cmi.univ-mrs.fr Wed Oct 3 19:12:17 2007 From: ghenry at cmi.univ-mrs.fr (=?ISO-8859-1?Q?G=E9rard_Henry?=) Date: Wed, 03 Oct 2007 19:12:17 +0200 Subject: [csw-users] unable to install packages? In-Reply-To: <4703B866.2000000@cmi.univ-mrs.fr> References: <4703B866.2000000@cmi.univ-mrs.fr> Message-ID: <4703CD71.6010208@cmi.univ-mrs.fr> Gerard Henry wrote: > > What i am doing wrong? How can i debug my mistake? > ok, found my error, it's about gpg. There was a file /bin/gpg which is a wrapper to /opt/csw/bin/gpg, but /opt/csw/bin/gpg isn't installed. I need to review my jumpstart finish script gerard From gw at citasystems.com Wed Oct 3 20:22:46 2007 From: gw at citasystems.com (George Wyche) Date: Wed, 03 Oct 2007 13:22:46 -0500 Subject: [csw-users] about the path name In-Reply-To: <111cdbc80710030936h1a5f258foe7f7adf1e4954a48@mail.gmail.com> References: <111cdbc80709260721v2ec5dd33q1b0e5b2d1a52ef07@mail.gmail.com> <32858.66.90.167.124.1190819427.squirrel@webmail.io.com> <111cdbc80710030435hf48d437lbab88bba6e27f372@mail.gmail.com> <4703B49B.7040606@citasystems.com> <111cdbc80710030936h1a5f258foe7f7adf1e4954a48@mail.gmail.com> Message-ID: <4703DDF6.2040407@citasystems.com> It may be an alias. Try alias | grep svn George Binod wrote: > Thanks George for your thoughts on this. > > When I did which for "svn" it just pointed towards /opt/csw/bin/svn and > didn't show any other path related to svn. > > I also tried find / -name "svn" and even in this case it just lead me to > the /opt/csw/bin/svn > > With all this in hand, I assumed that when I type svn, it should > automatically read from /opt/csw/bin/svn, which does not seem to be the > case. > > I am guessing , when svn was uninstalled from the box from the location > /usr/local/bin the package might have left some mark somewhere and > therefore, when I type svn it is still trying to read from there. > > Currently my path starts from /opt/csw/bin. But I wanted it in the end > of my path just because I wanted it to work no matter where I put this > in my path, thats all. > > Thanks for all your help. > > > > On 10/3/07, *George Wyche* > wrote: > > Adjusting the path and overriding it with soft links (the ln -s command) > is an art. There are some strong opinions about that art. Some of the > opinions are backed with decent explanations, but most are either just > stated, or are too old to take into account newer security concerns, or > are assuming a situation that does not apply to you, or don't account > for user lack of resolve to "adhere to policy". > > The fact of the matter is this: You can put /opt/csw/bin at the end of > your path and then place soft links to any (or all) of the commands in > /usr/local/bin which is much closer to the front of your path. When your > shell searches for "svn" it will find it in /usr/local/bin AND WILL > STOP > LOOKING. So it overrides any "svn" that would be found in /opt/sfw/bin. > > The unix "which" command will tell you which of the maybe many "svn" > there may be on your computer would be THE ONE to be executed. > > For historical reasons I use "tcsh" that has a handy command called > "where" that looks through the entire path listing all "svn" that exist. > Its a nice convenience to decide where to place a soft link to get the > version that you want. [Aside: I got an eye opener when I investigated > which tar/gtar/gnutar/star I wanted to use for my "tar".] > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > Now then. Why do you want /opt/csw/bin on the end? > > George > Binod wrote: > > Sorry for deplayed response, and thanks george for your help. > > > > I realized that once I set /opt/csw/bin in the very front of my path > > then all of my svn commands worked fine. > > > > Previously I had installed svn in /usr/local/bin which i got from > > sunfreeware. I removed it from there and, therefore, previously > when I > > ran svn command it was trying to take svn command from that path. > > > > It was in this format when it didnot work: > > >>>>>>>>>>>>>>>>> > > -bash-3.00$ echo $PATH > > > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin > > > > > > > > > Now it is in this format and my svn commands just work fine: > > >>>>>>>>>>>>>> > > -bash-3.00$ echo $PATH > > > /opt/csw/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin: > > > > > > > But my question now would be is there anyway possible for me to still > > keep /opt/csw/bin at the end of my PATH and still make my svn > command work ? > > > > Any help would be appreciated and if this is wrong place to post > this > > question any direction to the right place would also be a great help. > > > > Thanks, > > > > > > > > > > > > > > On 9/26/07, *George Wyche* < gwyche at io.com > >> wrote: > > > > @Binod > > > > svn may be an alias. Do a > > which svn > > > > cd /opt/csw/bin > > ./svn > > > > would override any svn alias. > > > > > Hi I installed subversion from blastwave couple days ago > > > and every thing is working fine. Its in sparc 10 x64. > > > > > > My path currently is > > > > > > -bash-3.00$ echo $PATH > > > /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:\ > > > /usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:/opt/csw/bin > > > > > > > If you are intending on using blastwave software, then please > move > > /opt/csw/bin to occur before /usr/sfw/bin > > > > And you will probably have to examine /usr/local/bin closely > for links > > which might otherwise override your specified order. For > example even if > > you have /opt/csw/bin:/usr/sfw/bin, but a link in /usr/local/bin > > *could* > > have an gnutar which points to a gnutar in /usr/sfw/bin NOT in > > /opt/csw/bin. That would be an override. That sort of think > has given me > > grief in the past. > > > > > but when I type svn I can't get it work. > > > > > > - bash-3.00$ svn > > > -bash: svn: command not found > > > > > > But when I go to > > > > > > cd /opt/csw/bin and then do ./svn It works fine. > > > > > > I went ahead and added that /opt/csw/bin (which is a > > > global path to my local user .profile file then svn > > > commands just work fine) > > > > > > What is going wrong here ? Can anyone help me out? > > > > > > I think if /opt/csw/bin is in global path it should > > > be able to run from anywhere without needing to > > > provide detail in local.profile file , isn't > > > thats how it works? > > > > That is my understanding. You could look at the permissions, > owners, > > groups, links associated with each step of the way to > /opt/csw/bin/svn. > > ls -l / > > ls -l /opt > > ls -l /opt/csw > > ls -l /opt/csw/bin > > ls -l /opt/csw/bin/svn > > > > Look for "strange" things. > > > > Is there something else in > > > > > > Any help will be appreciated. > > > > > > Thanks, > > > > > > George > > > > _______________________________________________ > > users mailing list > > users at lists.blastwave.org > > > > https://lists.blastwave.org/mailman/listinfo/users > > > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > users mailing list > > users at lists.blastwave.org > > https://lists.blastwave.org/mailman/listinfo/users > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users From zhihengz at gmail.com Thu Oct 4 05:06:43 2007 From: zhihengz at gmail.com (Zhiheng Zhang) Date: Wed, 3 Oct 2007 22:06:43 -0500 Subject: [csw-users] Gnome Nautilus Error In-Reply-To: References: Message-ID: This problem exists for a long time. Looks like nobody cares. On 10/3/07, Chris Turkel wrote: > > Has anyone else noticed this bug: If you try to drag and drop anything in > Nautilus it crashes? It immediately restarts so it more an annoyance than > anything else. > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From maybird1776 at yahoo.com Thu Oct 4 15:25:21 2007 From: maybird1776 at yahoo.com (ken mays) Date: Thu, 4 Oct 2007 06:25:21 -0700 (PDT) Subject: [csw-users] Gnome Nautilus Error In-Reply-To: Message-ID: <436039.34140.qm@web34211.mail.mud.yahoo.com> At the time, we narrowed it down to a bug in GTK+. It was fixed in more recent versions of GTK+. ~ Ken -------- On 10/3/07, Chris Turkel wrote: Has anyone else noticed this bug: If you try to drag and drop anything in Nautilus it crashes? It immediately restarts so it more an annoyance than anything else. ____________________________________________________________________________________ Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos. http://autos.yahoo.com/index.html From zizban at gmail.com Thu Oct 4 15:30:20 2007 From: zizban at gmail.com (Chris Turkel) Date: Thu, 4 Oct 2007 09:30:20 -0400 Subject: [csw-users] Gnome Nautilus Error In-Reply-To: <436039.34140.qm@web34211.mail.mud.yahoo.com> References: <436039.34140.qm@web34211.mail.mud.yahoo.com> Message-ID: Ah so eventually those changes will filter down to unstable. That's cool. Instead of dragging and dropping, I copy/cut and paste instead. No big deal. On 10/4/07, ken mays wrote: > > At the time, we narrowed it down to a bug in GTK+. It > was fixed in more recent versions of GTK+. > > ~ Ken > > -------- > > On 10/3/07, Chris Turkel wrote: > Has anyone else noticed this bug: If you try to drag > and drop anything in Nautilus it crashes? It > immediately restarts so it more an annoyance than > anything else. > > > > > > ____________________________________________________________________________________ > Don't let your dream ride pass you by. Make it a reality with Yahoo! > Autos. > http://autos.yahoo.com/index.html > > > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Josh.Leavitt at HILL.af.mil Thu Oct 4 17:31:30 2007 From: Josh.Leavitt at HILL.af.mil (Leavitt Josh Civ 519 SMXS/MXDEC) Date: Thu, 4 Oct 2007 09:31:30 -0600 Subject: [csw-users] Gnome Nautilus Error In-Reply-To: References: <436039.34140.qm@web34211.mail.mud.yahoo.com> Message-ID: This bug has been annoying me for a long time. Any chance Blastwave will get Gnome 2.20 soon - and possibly a fix for this? -Josh On 10/4/07, ken mays wrote: Ah so eventually those changes will filter down to unstable. That's cool. Instead of dragging and dropping, I copy/cut and paste instead. No big deal. On 10/4/07, ken mays wrote: At the time, we narrowed it down to a bug in GTK+. It was fixed in more recent versions of GTK+. ~ Ken -------- On 10/3/07, Chris Turkel wrote: Has anyone else noticed this bug: If you try to drag and drop anything in Nautilus it crashes? It immediately restarts so it more an annoyance than anything else. ________________________________________________________________________ ____________ Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos. http://autos.yahoo.com/index.html _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users From Michal.Pryc at Sun.COM Fri Oct 5 10:57:08 2007 From: Michal.Pryc at Sun.COM (Michal Pryc) Date: Fri, 05 Oct 2007 09:57:08 +0100 Subject: [csw-users] Gnome Nautilus Error In-Reply-To: References: <436039.34140.qm@web34211.mail.mud.yahoo.com> Message-ID: <4705FC64.7070008@Sun.Com> Hello, It have been fixed in nevada > 45 http://bugs.opensolaris.org/view_bug.do?bug_id=6443140 best Michal Pryc Leavitt Josh Civ 519 SMXS/MXDEC wrote: > This bug has been annoying me for a long time. Any chance Blastwave > will get Gnome 2.20 soon - and possibly a fix for this? > > -Josh > > On 10/4/07, ken mays wrote: > > Ah so eventually those changes will filter down to unstable. That's > cool. Instead of dragging and dropping, I copy/cut and paste instead. No > big deal. > > > On 10/4/07, ken mays wrote: > > At the time, we narrowed it down to a bug in GTK+. It > was fixed in more recent versions of GTK+. > > ~ Ken > > -------- > > On 10/3/07, Chris Turkel wrote: > Has anyone else noticed this bug: If you try to drag > and drop anything in Nautilus it crashes? It > immediately restarts so it more an annoyance than > anything else. > > > > > > ________________________________________________________________________ > ____________ > Don't let your dream ride pass you by. Make it a reality with > Yahoo! Autos. > http://autos.yahoo.com/index.html > > > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > > > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -- /~\ _ _ _ (~ _ | _ _. _ \_/|_)(/_| |_)(_)|(_|| |_\ | From ghenry at cmi.univ-mrs.fr Fri Oct 5 16:46:11 2007 From: ghenry at cmi.univ-mrs.fr (=?ISO-8859-1?Q?G=E9rard_Henry?=) Date: Fri, 05 Oct 2007 16:46:11 +0200 Subject: [csw-users] amarok questions Message-ID: <47064E33.3050803@cmi.univ-mrs.fr> hello all, im' using amarok from blastwave. Why amarok isn't in /opt/csw/bin, and only in /opt/csw/kde-gcc/bin? Then, when i play songs in a playlist, at the end of each song, there is a widow appearing with message: "The script 'Default' exited with code: 127 Details /usr/bin/env: No such file or directory " Anybody know what is missing, here? I gave a look into /opt/csw/kde-gcc/share/apps/amarok/, but don't find a file "Default"? A recursive grep in these files show me that there are scripts that begin with: ...:#!/usr/bin/env python or ... env ruby and ruby and python are correctly installed. Thanks in advance, gerard From driodeiros at gmail.com Fri Oct 5 16:40:55 2007 From: driodeiros at gmail.com (David Rio Deiros) Date: Fri, 5 Oct 2007 07:40:55 -0700 Subject: [csw-users] WARNING: upgrading lighttpd will remove your lighttpd.conf Message-ID: <20071005144055.GA96015@r2d2.reverse.net> There was a bug in the current versions of the lighttpd package and the lighttpd.conf will be removed if you perform an upgrade. In the new version, the lighttpd.conf file will only be removed if matches the original conf that comes with the package. Please, backup your lighttpd.conf file before upgrating so you can restore it after the upgrade. Thanks, David From khfp.blastwave0704 at gmx.de Fri Oct 5 17:19:13 2007 From: khfp.blastwave0704 at gmx.de (Klaus Heinz) Date: Fri, 05 Oct 2007 17:19:13 +0200 Subject: [csw-users] Incompatibility between builds of perl 5.8.8? Message-ID: <20071005151913.220470@gmx.net> Hi, I just discovered that 5.8.8,REV=2006.02.05 and CSW 5.8.8,REV=2007.03.16 do not contain the same files. The former package contains /opt/csw/share/perl/5.8.8/pod/perldiag.pod while the latter does not. This affects perl scripts using the "diagnostics" pragma. $ pkginfo -l CSWperl | fgrep VERSION VERSION: 5.8.8,REV=2007.03.16 $ perl -e "use diagnostics;" couldn't find diagnostic data in /opt/csw/share/perl/5.8.8/pods/perldiag.pod /opt/csw/lib/perl/5.8.8 /opt/csw/share/perl/5.8.8 /opt/csw/lib/perl/site_perl /opt/csw/share/perl/site_perl /opt/csw/share/perl/site_perl /opt/csw/lib/perl/csw /opt/csw/share/perl/csw /opt/csw/share/perl/csw . -e at /opt/csw/share/perl/5.8.8/diagnostics.pm line 268, line 646. Compilation failed in require at -e line 1, line 646. BEGIN failed--compilation aborted at -e line 1, line 646. I can work around this difference by installing CSWperldoc which contains perldiag.pod (both in version 5.8.8,REV=2006.02.05 and 5.8.8,REV=2007.02.20). Since CSWperl does not depend on CSWperldoc (but the other way around) I am inclined to consider this a bug. ciao Klaus -- Psssst! Schon vom neuen GMX MultiMessenger geh?rt? Der kanns mit allen: http://www.gmx.net/de/go/multimessenger From comand at blastwave.org Fri Oct 5 18:59:02 2007 From: comand at blastwave.org (Cory Omand) Date: Fri, 5 Oct 2007 09:59:02 -0700 Subject: [csw-users] Incompatibility between builds of perl 5.8.8? In-Reply-To: <20071005151913.220470@gmx.net> References: <20071005151913.220470@gmx.net> Message-ID: On 10/5/07, Klaus Heinz wrote: > I just discovered that 5.8.8,REV=2006.02.05 and CSW 5.8.8,REV=2007.03.16 > do not contain the same files. > The former package contains > /opt/csw/share/perl/5.8.8/pod/perldiag.pod > while the latter does not. > > This affects perl scripts using the "diagnostics" pragma. This is a bug -- fixed and awaiting release. I'll put the new packages up at http://www.blastwave.org/testing if you'd like to get them ahead of time. - C. From William.Fennell at channing.harvard.edu Fri Oct 5 20:35:24 2007 From: William.Fennell at channing.harvard.edu (William M. Fennell) Date: Fri, 05 Oct 2007 14:35:24 -0400 Subject: [csw-users] Gaim , otr and solaris 10 Message-ID: <470683EC.2010307@channing.harvard.edu> Hi, Does anybody else use gaim and otr? I can't get the plugin to appear in gaim. Thanks, Bill -- -------------------- William M. Fennell, SCSA Senior Unix System Administrator Channing Laboratory The information transmitted in this electronic communication is intended only for the person or entity to whom it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this information in error, please contact the Compliance HelpLine at 800-856-1983 and properly dispose of this information. From tmcmahon2 at yahoo.com Fri Oct 5 20:55:32 2007 From: tmcmahon2 at yahoo.com (Torrey McMahon) Date: Fri, 05 Oct 2007 14:55:32 -0400 Subject: [csw-users] Gaim , otr and solaris 10 In-Reply-To: <470683EC.2010307@channing.harvard.edu> References: <470683EC.2010307@channing.harvard.edu> Message-ID: <470688A4.1040408@yahoo.com> Is CSWgaimotr installed? William M. Fennell wrote: > Hi, > > Does anybody else use gaim and otr? > I can't get the plugin to appear in gaim. > > Thanks, > > Bill > > From William.Fennell at channing.harvard.edu Fri Oct 5 22:04:39 2007 From: William.Fennell at channing.harvard.edu (William M. Fennell) Date: Fri, 05 Oct 2007 16:04:39 -0400 Subject: [csw-users] Gaim , otr and solaris 10 In-Reply-To: <470688A4.1040408@yahoo.com> References: <470683EC.2010307@channing.harvard.edu> <470688A4.1040408@yahoo.com> Message-ID: <470698D7.3060505@channing.harvard.edu> I was missing that. Thanks a lot! -------------------- William M. Fennell, SCSA Senior Unix System Administrator Channing Laboratory Torrey McMahon wrote: > Is CSWgaimotr installed? > > William M. Fennell wrote: > >> Hi, >> >> Does anybody else use gaim and otr? >> I can't get the plugin to appear in gaim. >> >> Thanks, >> >> Bill >> >> >> > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > The information transmitted in this electronic communication is intended only for the person or entity to whom it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this information in error, please contact the Compliance HelpLine at 800-856-1983 and properly dispose of this information. From William.Fennell at channing.harvard.edu Fri Oct 5 22:08:27 2007 From: William.Fennell at channing.harvard.edu (William M. Fennell) Date: Fri, 05 Oct 2007 16:08:27 -0400 Subject: [csw-users] Gaim , otr and solaris 10 In-Reply-To: <470698D7.3060505@channing.harvard.edu> References: <470683EC.2010307@channing.harvard.edu> <470688A4.1040408@yahoo.com> <470698D7.3060505@channing.harvard.edu> Message-ID: <470699BB.10009@channing.harvard.edu> i ad only the gaim client and CSWotr installed. -------------------- William M. Fennell, SCSA Senior Unix System Administrator Channing Laboratory William M. Fennell wrote: > I was missing that. Thanks a lot! > > -------------------- > William M. Fennell, SCSA > Senior Unix System Administrator > Channing Laboratory > > > > Torrey McMahon wrote: > >> Is CSWgaimotr installed? >> >> William M. Fennell wrote: >> >> >>> Hi, >>> >>> Does anybody else use gaim and otr? >>> I can't get the plugin to appear in gaim. >>> >>> Thanks, >>> >>> Bill >>> >>> >>> >>> >> _______________________________________________ >> users mailing list >> users at lists.blastwave.org >> https://lists.blastwave.org/mailman/listinfo/users >> >> > > > The information transmitted in this electronic communication is intended only for the person or entity to whom it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this information in error, please contact the Compliance HelpLine at 800-856-1983 and properly dispose of this information. > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From tmcmahon2 at yahoo.com Fri Oct 5 22:44:06 2007 From: tmcmahon2 at yahoo.com (Torrey McMahon) Date: Fri, 05 Oct 2007 16:44:06 -0400 Subject: [csw-users] Gaim , otr and solaris 10 In-Reply-To: <470699BB.10009@channing.harvard.edu> References: <470683EC.2010307@channing.harvard.edu> <470688A4.1040408@yahoo.com> <470698D7.3060505@channing.harvard.edu> <470699BB.10009@channing.harvard.edu> Message-ID: <4706A216.4090609@yahoo.com> Hopefully, we'll have CSWpidgin and CSWpidginotr available shortly. William M. Fennell wrote: > i ad only the gaim client and CSWotr installed. > > -------------------- > William M. Fennell, SCSA > Senior Unix System Administrator > Channing Laboratory > > > > William M. Fennell wrote: > >> I was missing that. Thanks a lot! >> >> -------------------- >> William M. Fennell, SCSA >> Senior Unix System Administrator >> Channing Laboratory >> >> >> >> Torrey McMahon wrote: >> >> >>> Is CSWgaimotr installed? >>> >>> William M. Fennell wrote: >>> >>> >>> >>>> Hi, >>>> >>>> Does anybody else use gaim and otr? >>>> I can't get the plugin to appear in gaim. >>>> >>>> Thanks, >>>> >>>> Bill >>>> >>>> >>>> >>>> >>>> >>> ______ From maybird1776 at yahoo.com Fri Oct 5 23:10:18 2007 From: maybird1776 at yahoo.com (ken mays) Date: Fri, 5 Oct 2007 14:10:18 -0700 (PDT) Subject: [csw-users] Gnome Nautilus Error In-Reply-To: <4705FC64.7070008@Sun.Com> Message-ID: <860434.25659.qm@web34215.mail.mud.yahoo.com> There are new libcairo 1.4.10 packages at: http://www.blastave.org/testing ~ Ken ____________________________________________________________________________________ Tonight's top picks. What will you watch tonight? Preview the hottest shows on Yahoo! TV. http://tv.yahoo.com/ From jwheeler at blastwave.org Sat Oct 6 12:13:38 2007 From: jwheeler at blastwave.org (Jonathan Wheeler) Date: Sat, 06 Oct 2007 23:13:38 +1300 Subject: [csw-users] amarok questions In-Reply-To: <47064E33.3050803@cmi.univ-mrs.fr> References: <47064E33.3050803@cmi.univ-mrs.fr> Message-ID: <47075FD2.2060204@blastwave.org> G?rard Henry wrote: > hello all, Hi Gerard, > im' using amarok from blastwave. > Why amarok isn't in /opt/csw/bin, and only in /opt/csw/kde-gcc/bin? That's a KDE thing. It _really_ wants to be in there at runtime, and since it is a KDE project, it makes sense to have it in there. > Then, when i play songs in a playlist, at the end of each song, there is > a widow appearing with message: > "The script 'Default' exited with code: 127 > Details > /usr/bin/env: No such file or directory > " > > Anybody know what is missing, here? Amarok does some funny things if it's not in your path. Can you check your path to make sure that /opt/csw/kde-gcc/bin is included. If it's not and you don't really want it to be, you can always write a little wrapper script to append the path, something like this: #!/bin/bash export PATH=$PATH:/opt/csw/kde-gcc/bin amarok > I gave a look into /opt/csw/kde-gcc/share/apps/amarok/, but don't find a > file "Default"? > A recursive grep in these files show me that there are scripts that > begin with: > ..:#!/usr/bin/env python > or > .. env ruby > and ruby and python are correctly installed. Well that's a good start :) > Thanks in advance, > > gerard Jonathan From maybird1776 at yahoo.com Sat Oct 6 18:51:59 2007 From: maybird1776 at yahoo.com (ken mays) Date: Sat, 6 Oct 2007 09:51:59 -0700 (PDT) Subject: [csw-users] Gnome Nautilus Error In-Reply-To: Message-ID: <170887.7910.qm@web34212.mail.mud.yahoo.com> We've fixed this with the libcairo 1.4.10 package which I've asked to be pushed to the unstable tree soon. Ken ____________________________________________________________________________________ Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos. http://autos.yahoo.com/index.html From zizban at gmail.com Sat Oct 6 19:31:19 2007 From: zizban at gmail.com (Chris Turkel) Date: Sat, 6 Oct 2007 13:31:19 -0400 Subject: [csw-users] Gnome Nautilus Error In-Reply-To: <170887.7910.qm@web34212.mail.mud.yahoo.com> References: <170887.7910.qm@web34212.mail.mud.yahoo.com> Message-ID: On 10/6/07, ken mays wrote: > We've fixed this with the libcairo 1.4.10 package > which I've asked to be pushed to the unstable tree > soon. > > Ken > That'd be great! From ghenry at cmi.univ-mrs.fr Sun Oct 7 07:33:23 2007 From: ghenry at cmi.univ-mrs.fr (=?ISO-8859-1?Q?G=E9rard_Henry?=) Date: Sun, 07 Oct 2007 07:33:23 +0200 Subject: [csw-users] amarok questions In-Reply-To: <47075FD2.2060204@blastwave.org> References: <47064E33.3050803@cmi.univ-mrs.fr> <47075FD2.2060204@blastwave.org> Message-ID: <47086FA3.8080706@cmi.univ-mrs.fr> Jonathan Wheeler wrote: >> Then, when i play songs in a playlist, at the end of each song, there is >> a widow appearing with message: >> "The script 'Default' exited with code: 127 >> Details >> /usr/bin/env: No such file or directory >> " >> >> Anybody know what is missing, here? > > Amarok does some funny things if it's not in your path. Can you check > your path to make sure that /opt/csw/kde-gcc/bin is included. If it's > not and you don't really want it to be, you can always write a little > wrapper script to append the path, something like this: > > #!/bin/bash > export PATH=$PATH:/opt/csw/kde-gcc/bin > amarok > yes, i have this wrapper, so it's not solution. Do you say that you don't see this message window appears on your desktop between songs? thanks for your reply gerard From jwheeler at blastwave.org Sun Oct 7 10:01:40 2007 From: jwheeler at blastwave.org (Jonathan Wheeler) Date: Sun, 07 Oct 2007 21:01:40 +1300 Subject: [csw-users] amarok questions In-Reply-To: <47086FA3.8080706@cmi.univ-mrs.fr> References: <47064E33.3050803@cmi.univ-mrs.fr> <47075FD2.2060204@blastwave.org> <47086FA3.8080706@cmi.univ-mrs.fr> Message-ID: <47089264.2050600@blastwave.org> G?rard Henry wrote: > Jonathan Wheeler wrote: > >>> Then, when i play songs in a playlist, at the end of each song, there is >>> a widow appearing with message: >>> "The script 'Default' exited with code: 127 >>> Details >>> /usr/bin/env: No such file or directory Just a quick sanity check here - you do have "/usr/bin/env", right? And it works normally? >>> " >>> >> you can always write a little >> wrapper script to append the path, something like this: >> >> #!/bin/bash >> export PATH=$PATH:/opt/csw/kde-gcc/bin >> amarok >> > yes, i have this wrapper, so it's not solution. > Do you say that you don't see this message window appears on your > desktop between songs? No, I don't see it sorry. The only other time I've seen issues with Amarok between songs, is when I've enabled crossfade between the songs. I think this has more to do with the sun audio framework then Amarok itself. Which audio engine are you using? I use xine as the engine, and "sun" for the audio. > > thanks for your reply Sure, but I'm fast running out of suggestions here. Do bear in mind that I'm just an Amarok fan, (and the BW packager), but I'm not actually a developer of Amarok. We're nearing the limits of my troubleshooting ability, and if duplicating my settings above still don't fix your issue, the Amarok forums/mailing lists may be the next place to start asking. Jonathan From jeff at cjsa.com Mon Oct 8 00:16:33 2007 From: jeff at cjsa.com (Jeffery Small) Date: Sun, 7 Oct 2007 22:16:33 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 Message-ID: I just installed OpenOffice 2.2.0 on a new Solaris 10 installation. When I attempt to print, the print dialog comes up with the proper default printer "ps" but the type is listed as: Type: CUPS:ps I am not using CUPS. I'm using the standard Solaris SYSV lp printing system. When I print, it attempts to send the document to the printer, but returns with a dislog that reads: Error while printing I'm sure this is related to the fact that the program is expecting some different response from the CUPS system. Is this a fatal flaw in the way this package is created, or can I somehow instruct OO to expect the correct underlying print system? Regards, -- Jeff C. Jeffery Small CJSA LLC 206-232-3338 jeff at cjsa.com 7000 E Mercer Way, Mercer Island, WA 98040 From jeff at cjsa.com Mon Oct 8 00:37:05 2007 From: jeff at cjsa.com (Jeffery Small) Date: Sun, 7 Oct 2007 22:37:05 GMT Subject: [csw-users] Other OpenOffice 2.2.0 questions Message-ID: Regarding OpenOffice 2.2.0 on Solaris 10: 1: Each time I press F1 for context help or click on a Help button on a pop-up dialog, the help window opens with the error: Could not find Help page. [...] Help ID: text%2Fswriter%2Fmain0000.xhp Is there a missing module that needs to be installed to provide this information? 2: For as long as I can remember, OpenOffice leaves all sorts of ghost lines on my screen. For example, On the Options menu, I get a vertical line to the left and right of many (but not all) list entries that I select in the left navigation pane. Or, when placing and moving tabs, a vertical guide line will often remain on the screen until it is redrawn. I sometimes see "trash" residue from text as I scroll vertically. All of this still happens in 2.2.0. Do other people see this as well? 3: I find it difficult to align tabs in OpenOffice because the resolution of tab placement is so fine. Is there a way to set the rounding for tab placement (say 1/20th of an inch) so that it is easier and more predictable to get these aligned? Thanks again for any insights you can offer. Regards, -- Jeff C. Jeffery Small CJSA LLC 206-232-3338 jeff at cjsa.com 7000 E Mercer Way, Mercer Island, WA 98040 From james at blastwave.org Mon Oct 8 11:20:17 2007 From: james at blastwave.org (James Lee) Date: Mon, 08 Oct 2007 09:20:17 GMT Subject: [csw-users] Other OpenOffice 2.2.0 questions In-Reply-To: References: Message-ID: <20071008.9201700.2421529039@gyor.oxdrove.co.uk> On 07/10/07, 23:37:05, Jeffery Small wrote regarding [csw-users] Other OpenOffice 2.2.0 questions: > 3: I find it difficult to align tabs in OpenOffice because the > resolution of > tab placement is so fine. Is there a way to set the rounding for tab > placement (say 1/20th of an inch) so that it is easier and more > predictable > to get these aligned? Are you editing the tabs as numbers in the paragraphs properties? Here you can give the exact numbers. James. From james at blastwave.org Mon Oct 8 11:20:28 2007 From: james at blastwave.org (James Lee) Date: Mon, 08 Oct 2007 09:20:28 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 In-Reply-To: References: Message-ID: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> On 07/10/07, 23:16:33, Jeffery Small wrote regarding [csw-users] Problem with OpenOffice 2.2.0: > I just installed OpenOffice 2.2.0 on a new Solaris 10 installation. When > I attempt to print, the print dialog comes up with the proper default > printer "ps" but the type is listed as: > Type: CUPS:ps > I am not using CUPS. I'm using the standard Solaris SYSV lp printing > system. When you set the printer in spadmin what did you choose? Which printer did you choose? What command line? It asks "Choose a command line" and I give it something like "lp -d laser" James. From Bill.Quayle at cmegroup.com Mon Oct 8 16:18:58 2007 From: Bill.Quayle at cmegroup.com (Quayle, Bill (ETS)) Date: Mon, 8 Oct 2007 09:18:58 -0500 Subject: [csw-users] update - removal before dependency check? Message-ID: <0C287582D960ED4FBD8FD411A24060E435257C@SMSCHIEXMB2.prod.ad.merc.chicago.cme.com> Please excuse me if this has been discussed in the past or this is not the correct forum for this topic. It was noted by an admin doing an update of openssh that the update removed the package, and then checked for dependencies of the new package. Is it possible to check dependencies before the removal of the package being updated? If the user doesn't want to update dependencies they can then bail out and still be left with things untouched and functional. Thanks very much -------------- next part -------------- An HTML attachment was scrubbed... URL: From shuttlebox at gmail.com Mon Oct 8 16:38:01 2007 From: shuttlebox at gmail.com (shuttlebox) Date: Mon, 8 Oct 2007 16:38:01 +0200 Subject: [csw-users] update - removal before dependency check? In-Reply-To: <0C287582D960ED4FBD8FD411A24060E435257C@SMSCHIEXMB2.prod.ad.merc.chicago.cme.com> References: <0C287582D960ED4FBD8FD411A24060E435257C@SMSCHIEXMB2.prod.ad.merc.chicago.cme.com> Message-ID: <625385e30710080738y3d52655cg50b8a5a1110d2bc6@mail.gmail.com> On 10/8/07, Quayle, Bill (ETS) wrote: > Please excuse me if this has been discussed in the past or this is not the > correct forum for this topic. > > It was noted by an admin doing an update of openssh that the update removed > the package, and then checked for dependencies of the new package. Is it > possible to check dependencies before the removal of the package being > updated? If the user doesn't want to update dependencies they can then bail > out and still be left with things untouched and functional. Today the dependency checking is not done by pkg-get itself but by pkgadd so it's not possible but pkg-get is right now undergoing a redesign that will bring this functionality to you (i.e. see all dependencies before you start the actual work). -- /peter From jeff at cjsa.com Mon Oct 8 21:11:32 2007 From: jeff at cjsa.com (Jeffery Small) Date: Mon, 8 Oct 2007 19:11:32 GMT Subject: [csw-users] Other OpenOffice 2.2.0 questions References: <20071008.9201700.2421529039@gyor.oxdrove.co.uk> Message-ID: James Lee writes: >On 07/10/07, 23:37:05, Jeffery Small wrote regarding >[csw-users] Other OpenOffice 2.2.0 questions: >> 3: I find it difficult to align tabs in OpenOffice because the >> resolution of tab placement is so fine. Is there a way to set the >> rounding for tab placement (say 1/20th of an inch) so that it is easier >> and more predictable to get these aligned? >Are you editing the tabs as numbers in the paragraphs properties? Here >you can give the exact numbers. No, I'm dragging the tabs along the ruler and placing them manually. I would like them to "snap" into place much as they do in MS Word. But I find that the current resolution for tab placement is so fine grained that I cannot easily get tabs to align with tabs on other lines. I get close, but it is hard to get them exactly aligned. Regards, -- Jeff C. Jeffery Small CJSA LLC 206-232-3338 jeff at cjsa.com 7000 E Mercer Way, Mercer Island, WA 98040 From jeff at cjsa.com Mon Oct 8 21:26:22 2007 From: jeff at cjsa.com (Jeffery Small) Date: Mon, 8 Oct 2007 19:26:22 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 References: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> Message-ID: James Lee writes: >On 07/10/07, 23:16:33, Jeffery Small wrote regarding >[csw-users] Problem with OpenOffice 2.2.0: >> I just installed OpenOffice 2.2.0 on a new Solaris 10 installation. When >> I attempt to print, the print dialog comes up with the proper default >> printer "ps" but the type is listed as: >> Type: CUPS:ps >> I am not using CUPS. I'm using the standard Solaris SYSV lp printing >> system. >When you set the printer in spadmin what did you choose? Which >printer did you choose? What command line? It asks "Choose a >command line" and I give it something like "lp -d laser" James: I never heard of spadmin and there is no manual page for it. I'm pretty sure I never ran this command before. When I run it now it displays a Printer Administration window that lists the printers I have defined by my lpadmin system. ------------------------------------------------------------------------ 1-> lpstat -t scheduler is running system default destination: ps device for ps: /dev/printers/0 system for _default: belvedere (as printer ps) device for hpgl: /dev/printers/0 device for hp755: /dev/hp755 character set ps accepting requests since Fri Sep 28 13:08:47 2007 _default accepting requests since Fri Sep 28 13:08:47 2007 hpgl accepting requests since Fri Sep 28 13:08:53 2007 hp755 accepting requests since Fri Sep 28 13:08:59 2007 printer ps is idle. enabled since Fri Sep 28 13:09:33 2007. available. printer _default is idle. enabled since Oct 08 12:16 2007. available. printer hpgl is idle. enabled since Fri Sep 28 13:09:43 2007. available. printer hp755 is idle. enabled since Fri Sep 28 13:09:43 2007. available. ------------------------------------------------------------------------ The Printer Administration window shows the ps (Default printer) has the command "lp -s" and the Driver is listed as "ps (CUPS:ps)". When I click on the Test Page button it says that the test page was printed successfully, but nothing shows up in the print queue or at the printer. I see no way to alter either the Command or the Driver entry for the printers using this tool. Previously I was using the OpenOffice package I downloaded from the OpenOffice.Org web site and everything worked fine. I have never had CUPS installed on this system and this is the first reference I have ever seen to it. As far as I can tell, it appears to be hardwired into the CSW package. I'm open to suggestions, but unsure how to proceed. Regards, -- Jeff C. Jeffery Small CJSA LLC 206-232-3338 jeff at cjsa.com 7000 E Mercer Way, Mercer Island, WA 98040 From gw at citasystems.com Tue Oct 9 06:29:34 2007 From: gw at citasystems.com (George Wyche) Date: Mon, 08 Oct 2007 23:29:34 -0500 Subject: [csw-users] Firefox Solaris8 failure Message-ID: <470B03AE.6030200@citasystems.com> Of some 110+ blastwave packages I put on this Solaris 8 Blade100, the only one I have found that won't start is Firefox. I get >ls.so.1: /opt/csw/mozilla/firefox/lib/firefox-bin: fatal: relocation error: file /opt/csw/mozilla/firefox/lib/libxpcom_core.so: symbol __1c2n6FIpv_0_: referenced symbol not found Killed After looking at the few similar failures I found referenced via Google, I deleted my MOZILLA_HOME environment var holdover from Netscape 4.76 and I deleted the entire my local .mozilla directory. I also tried launching Firefox as root. Always acts the same. This Solaris 8 was not updated to the final revision so I get those messages about language patches, and I tell it to start anyway, but a few moments later comes the above message. The 2 unusual things about this setup are the mandatory lack of internet access and the mandatory 8-bit pseudo color visual so that an old, tyrannical, program will work. [Note: that program is also why at home I cannot upgrade to Solaris 10 8/07. I had to go back to 11/06 which allows starting out with a pseudo color visual.] How shall I go about investigating this error? I sure hate going back to Netscape 4.76 which is working on this box. The box does not have internet access so getting things onto it always involves me writing a CD at home and carrying it to work. George From james at blastwave.org Tue Oct 9 11:54:03 2007 From: james at blastwave.org (James Lee) Date: Tue, 09 Oct 2007 09:54:03 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 In-Reply-To: References: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> Message-ID: <20071009.9540300.1712028829@gyor.oxdrove.co.uk> On 08/10/07, 20:26:22, Jeffery Small wrote regarding Re: [csw-users] Problem with OpenOffice 2.2.0: > >> I just installed OpenOffice 2.2.0 on a new Solaris 10 installation. > >> When I attempt to print, the print dialog comes up with the proper > >> default printer "ps" but the type is listed as: > >> Type: CUPS:ps > >> I am not using CUPS. I'm using the standard Solaris SYSV lp printing > >> system. > >When you set the printer in spadmin what did you choose? Which > >printer did you choose? What command line? It asks "Choose a > >command line" and I give it something like "lp -d laser" > I never heard of spadmin and there is no manual page for it. I'm pretty > sure I never ran this command before. It's been there since at least version 5. (StarOffice 5, pre OOo.) search for spadmin the OOo help and there are some docs. (If your help is working). > The Printer Administration window shows the ps (Default printer) has > the command "lp -s" and the Driver is listed as "ps (CUPS:ps)". For me the default printer has a driver of "SGENPRT". Try "New Printer", "Add a printer". When you add new printers what drivers does each offer? The drivers correspond to files in /opt/csw/OpenOffice.org/share/psprint/driver I can't find any reference to CUPS here. The users settings are stored in: ~/.openoffice.org2/user/psprint/psprint.conf Mine starts: [Generic Printer] Printer=SGENPRT/Generic Printer DefaultPrinter=1 Location= Comment= Command=lp -d laser > I see no way to alter either the Command or the Driver entry for > the printers using this tool. The command is easy to change. Highlight printer, "Properties...", and type the command in the box or select from the list below the box. The driver belongs to the printer so add a new printer. James. From james at blastwave.org Tue Oct 9 11:54:11 2007 From: james at blastwave.org (James Lee) Date: Tue, 09 Oct 2007 09:54:11 GMT Subject: [csw-users] Other OpenOffice 2.2.0 questions In-Reply-To: References: <20071008.9201700.2421529039@gyor.oxdrove.co.uk> Message-ID: <20071009.9541100.1821393144@gyor.oxdrove.co.uk> On 08/10/07, 20:11:32, Jeffery Small wrote regarding Re: [csw-users] Other OpenOffice 2.2.0 questions: > >> 3: I find it difficult to align tabs in OpenOffice because the > >> resolution of tab placement is so fine. Is there a way to set the > >> rounding for tab placement (say 1/20th of an inch) so that it is easier > >> and more predictable to get these aligned? > >Are you editing the tabs as numbers in the paragraphs properties? Here > >you can give the exact numbers. > No, I'm dragging the tabs along the ruler and placing them manually. I > would like them to "snap" into place much as they do in MS Word. But I > find that the current resolution for tab placement is so fine grained > that I cannot easily get tabs to align with tabs on other lines. I get > close, but it is hard to get them exactly aligned. I don't know about the snap on drag. Perhaps an RFE on the product: http://qa.openoffice.org/issues/query.cgi http://qa.openoffice.org/issue_handling/pre_submission.html I either set tabs by value in the styles or my recommendation is to not use tabs at all but layout with styles, outline numbering or tables. James. From khfp.blastwave0704 at gmx.de Tue Oct 9 12:18:41 2007 From: khfp.blastwave0704 at gmx.de (Klaus Heinz) Date: Tue, 09 Oct 2007 12:18:41 +0200 Subject: [csw-users] how to depend on libsunmath? Message-ID: <20071009101841.13150@gmx.net> Hi, as of subversion revision 1649 I do not see a way to depend on libsunmath in the package Makefile (ie, with DEPEND. Or should that be LIBDEPS?). Did I miss anything? Generally, it looks like there are many package recipes missing in SVN, a rough estimate shows there are only about 650 directories. ciao Klaus -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal f?r Modem und ISDN: http://www.gmx.net/de/go/smartsurfer From james at blastwave.org Tue Oct 9 13:09:43 2007 From: james at blastwave.org (James Lee) Date: Tue, 09 Oct 2007 11:09:43 GMT Subject: [csw-users] Firefox Solaris8 failure In-Reply-To: <470B03AE.6030200@citasystems.com> References: <470B03AE.6030200@citasystems.com> Message-ID: <20071009.11094300.3911826445@gyor.oxdrove.co.uk> On 09/10/07, 05:29:34, George Wyche wrote regarding [csw-users] Firefox Solaris8 failure: > Of some 110+ blastwave packages I put on this Solaris 8 Blade100, the > only one I have found that won't start is Firefox. I get > >ls.so.1: /opt/csw/mozilla/firefox/lib/firefox-bin: fatal: relocation > error: file /opt/csw/mozilla/firefox/lib/libxpcom_core.so: symbol > __1c2n6FIpv_0_: referenced symbol not found > Killed It belongs to libCrun $ nm -D /usr/lib/libCrun.so.1 | grep __1c2n6FIpv_0_ [46] | 28724| 8|FUNC |GLOB |0 |12 |__1c2n6FIpv_0_ Are your patches up to date? $ pkgparam -v SUNWlibC | grep PATCH_INFO PATCH_INFO_108434-21='Installed: Tuesday July 11 15:25:55 BST 2006 From: gyor Obsoletes: Requires: 109147-07 Incompatibles:' PATCH_INFO_108434-22='Installed: Saturday February 24 21:05:37 GMT 2007 From: gyor Obsoletes: Requires: 109147-07 Incompatibles:' > The 2 unusual things about this setup are the mandatory lack of internet > access and the mandatory 8-bit pseudo color visual so that an old, > tyrannical, program will work. I've just run up firefox-2.0.0.5,REV=2007.07.19 on an TGX 8-bit display with the network cable pulled so preventing any possible Internet access. James. From Ben.Taylor at Sun.COM Tue Oct 9 15:33:45 2007 From: Ben.Taylor at Sun.COM (Ben Taylor) Date: Tue, 09 Oct 2007 09:33:45 -0400 Subject: [csw-users] how to depend on libsunmath? In-Reply-To: <20071009101841.13150@gmx.net> References: <20071009101841.13150@gmx.net> Message-ID: <470B8339.8010706@Sun.COM> Klaus Heinz wrote: >Hi, > >as of subversion revision 1649 I do not see a way to depend on libsunmath >in the package Makefile (ie, with DEPEND. Or should that be LIBDEPS?). >Did I miss anything? > > I have had to use libsunmath with a package before. here is some snippets from a Makefile LIBS+=-lsunmath LDFLAGS+=-L/opt/SUNWspro/prod/lib -R/opt/SUNWspro/prod/lib CFLAGS+=-I/opt/SUNWspro/prod/include/cc However, it is probably advised to create a blastwave package with the shared library version of libsunmath in the /opt/csw/lib tree, so the above settings do not expect a user to have the Studio compilers installed. IE, LDFLAGS would look like LDFLAGS+=-L/opt/csw/lib -R/opt/csw/lib Hope this helps. Ben From Ben.Taylor at Sun.COM Tue Oct 9 15:45:41 2007 From: Ben.Taylor at Sun.COM (Ben Taylor) Date: Tue, 09 Oct 2007 09:45:41 -0400 Subject: [csw-users] how to depend on libsunmath? In-Reply-To: <470B8339.8010706@Sun.COM> References: <20071009101841.13150@gmx.net> <470B8339.8010706@Sun.COM> Message-ID: <470B8605.6040802@Sun.COM> Ben Taylor wrote: >Klaus Heinz wrote: > > > >>Hi, >> >>as of subversion revision 1649 I do not see a way to depend on libsunmath >>in the package Makefile (ie, with DEPEND. Or should that be LIBDEPS?). >>Did I miss anything? >> >> >> >> >I have had to use libsunmath with a package before. here is some >snippets from a Makefile > >LIBS+=-lsunmath >LDFLAGS+=-L/opt/SUNWspro/prod/lib -R/opt/SUNWspro/prod/lib >CFLAGS+=-I/opt/SUNWspro/prod/include/cc > >However, it is probably advised to create a blastwave package with the >shared library >version of libsunmath in the /opt/csw/lib tree, so the above settings do >not expect a >user to have the Studio compilers installed. > > > And I forgot to mention that the shared library version of libsunmath is distributeable. >IE, LDFLAGS would look like > >LDFLAGS+=-L/opt/csw/lib -R/opt/csw/lib > >Hope this helps. > >Ben >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > > From khfp.blastwave0704 at gmx.de Tue Oct 9 16:00:10 2007 From: khfp.blastwave0704 at gmx.de (Klaus Heinz) Date: Tue, 09 Oct 2007 16:00:10 +0200 Subject: [csw-users] how to depend on libsunmath? In-Reply-To: <470B8339.8010706@Sun.COM> References: <20071009101841.13150@gmx.net> <470B8339.8010706@Sun.COM> Message-ID: <20071009140010.286380@gmx.net> Ben Taylor wrote: > However, it is probably advised to create a blastwave package with the > shared library > version of libsunmath in the /opt/csw/lib tree, so the above settings do > not expect a > user to have the Studio compilers installed. My question probably was rather unclear. There _is_ already a package CSWsunmath which puts libsunmath into /opt/csw/lib/. I am trying to build a package for the Perl Data Library (PDL) starting with the one already checked in at svn.blastwave.org. I will keep it very simple, with all the fancy capabilities and required packages disabled for now, because we do not need them. Unfortunately, I cannot use DEPENDS+= lib/libsunmath in the GNU Makefile because lib/libsunmath does not exist in the subversion repository. Why does CSWsunmath exist but no corresponding subversion directory? It looks like the DEPENDS/LIBDEPS lines in the Makefile and the content of files/CSWpmpdl.depend are independent of each other, so I _suppose_ I can get away with putting CSWsunmath into CSWpmpdl.depend and omit the DEPENDS/LIBDEPS line in the Makefile. ciao Klaus -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail From gw at citasystems.com Tue Oct 9 16:08:32 2007 From: gw at citasystems.com (George Wyche) Date: Tue, 09 Oct 2007 09:08:32 -0500 Subject: [csw-users] Firefox Solaris8 failure In-Reply-To: <20071009.11094300.3911826445@gyor.oxdrove.co.uk> References: <470B03AE.6030200@citasystems.com> <20071009.11094300.3911826445@gyor.oxdrove.co.uk> Message-ID: <470B8B60.9060209@citasystems.com> @Mr. Lee Thanks for the pointerss (and thanks for not stopping as soon as you saw >ls.so.1 ^ instead of ld You went the extra mile changing your visual and yanking the ethernet cable. I will do what is necessary to apply the patches to the the Solaris 8 box. Next time I will build a script to check all involved libraries using nm. How did you knew to look in libCrun? Thanks again, George Wyche James Lee wrote: > On 09/10/07, 05:29:34, George Wyche wrote regarding > [csw-users] Firefox Solaris8 failure: > >> Of some 110+ blastwave packages I put on this Solaris 8 Blade100, the >> only one I have found that won't start is Firefox. I get > >> >ls.so.1: /opt/csw/mozilla/firefox/lib/firefox-bin: fatal: relocation >> error: file /opt/csw/mozilla/firefox/lib/libxpcom_core.so: symbol >> __1c2n6FIpv_0_: referenced symbol not found >> Killed > > > It belongs to libCrun > > $ nm -D /usr/lib/libCrun.so.1 | grep __1c2n6FIpv_0_ > [46] | 28724| 8|FUNC |GLOB |0 |12 |__1c2n6FIpv_0_ > > > Are your patches up to date? > > $ pkgparam -v SUNWlibC | grep PATCH_INFO > PATCH_INFO_108434-21='Installed: Tuesday July 11 15:25:55 BST 2006 From: > gyor Obsoletes: Requires: 109147-07 Incompatibles:' > PATCH_INFO_108434-22='Installed: Saturday February 24 21:05:37 GMT 2007 > From: gyor Obsoletes: Requires: 109147-07 Incompatibles:' > > > > >> The 2 unusual things about this setup are the mandatory lack of internet >> access and the mandatory 8-bit pseudo color visual so that an old, >> tyrannical, program will work. > > I've just run up firefox-2.0.0.5,REV=2007.07.19 on an TGX 8-bit display > with the network cable pulled so preventing any possible Internet access. > > > > > James. > > > > > > > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From james at blastwave.org Tue Oct 9 17:05:04 2007 From: james at blastwave.org (James Lee) Date: Tue, 09 Oct 2007 15:05:04 GMT Subject: [csw-users] Firefox Solaris8 failure In-Reply-To: <470B8B60.9060209@citasystems.com> References: <470B03AE.6030200@citasystems.com> <20071009.11094300.3911826445@gyor.oxdrove.co.uk> <470B8B60.9060209@citasystems.com> Message-ID: <20071009.15050400.4284410298@gyor.oxdrove.co.uk> On 09/10/07, 15:08:32, George Wyche wrote regarding Re: [csw-users] Firefox Solaris8 failure: > Thanks for the pointerss (and thanks for not stopping as soon as you saw > >ls.so.1 > ^ instead of ld It was easy to not stop - I didn't notice! > You went the extra mile changing your visual and yanking the ethernet > cable. Easy to do, it's the Solaris 8 test machine used for stable pass-off, it was sitting waiting to do such a test. > Next time I will build a script to check all involved libraries using nm. > How did you knew to look in libCrun? Oh that's easy too, I simply memorise all the library symbol tables. The truth must be closer to that than I should admit, it just looked as if it belonged to libCrun. I wouldn't have bet my life on it but I did look there first. A large number of errors are caused by a small number of reasons, this was one of them. Start with the usual suspects. James. From jeff at cjsa.com Tue Oct 9 20:46:17 2007 From: jeff at cjsa.com (Jeffery Small) Date: Tue, 9 Oct 2007 18:46:17 GMT Subject: [csw-users] Other OpenOffice 2.2.0 questions References: <20071008.9201700.2421529039@gyor.oxdrove.co.uk> <20071009.9541100.1821393144@gyor.oxdrove.co.uk> Message-ID: James Lee writes: [Re. problem with tab stops] >I don't know about the snap on drag. Perhaps an RFE on the product: >http://qa.openoffice.org/issues/query.cgi >http://qa.openoffice.org/issue_handling/pre_submission.html Good suggestion. I submitted an enhancement request. Regards, -- Jeff From jeff at cjsa.com Tue Oct 9 21:08:20 2007 From: jeff at cjsa.com (Jeffery Small) Date: Tue, 9 Oct 2007 19:08:20 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 References: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> <20071009.9540300.1712028829@gyor.oxdrove.co.uk> Message-ID: James Lee writes: >> I never heard of spadmin and there is no manual page for it. I'm pretty >> sure I never ran this command before. >It's been there since at least version 5. (StarOffice 5, pre OOo.) >search for spadmin the OOo help and there are some docs. (If your >help is working). Some help is there but any attempt at F1 context sensitive help results in: Could not find Help page. Help ID: text%2Fswriter%2Fmain0000.xhp The same message is displayed when I type "spadmin" into the Find tab! Is there a "help" module that is not installed here? Here is what I have: ooocommon ooocore ooodictenus ooouienus openofficeenus >> The Printer Administration window shows the ps (Default printer) has >> the command "lp -s" and the Driver is listed as "ps (CUPS:ps)". >For me the default printer has a driver of "SGENPRT". >Try "New Printer", "Add a printer". When you add new printers what >drivers does each offer? When I run spadmin as either my normal self or as root, when I click on "New Printer" the Add Printer dialog pops up and the "Add a printer" and "Import printers from StarOffice installation" are both greyed out! I'm not going to add a printer this way! >The drivers correspond to files in > /opt/csw/OpenOffice.org/share/psprint/driver >I can't find any reference to CUPS here. I grepped this directory and also do not find any reference to cups. >The users settings are stored in: > ~/.openoffice.org2/user/psprint/psprint.conf >Mine starts: >[Generic Printer] >Printer=SGENPRT/Generic Printer >DefaultPrinter=1 >Location= >Comment= >Command=lp >-d laser Ok, this is the source of the problem. Here is my file: -------------------------------------------------------------------------- [Generic Printer] Printer=SGENPRT/Generic Printer DefaultPrinter=0 Location= Comment= Command=lp -s Features= Copies=1 Scale=100 Orientation=Portrait PSLevel=0 ColorDevice=0 ColorDepth=24 MarginAdjust=-1,-1,-1,-1 PPD_PageSize=Letter PerformFontSubstitution=true SubstFont_Arial=Helvetica SubstFont_Times New Roman=Times SubstFont_Cumberland=Courier SubstFont_Timmons=Times SubstFont_Helmet=Helvetica SubstFont_Thorndale=Times SubstFont_Albany=Helvetica SubstFont_Courier New=Courier [ps] Printer=CUPS:ps/ps DefaultPrinter=1 Location= Comment= Command=lp -s Features= Copies=1 Orientation=Portrait PSLevel=2 ColorDevice=-1 ColorDepth=24 MarginAdjust=-1,-1,-1,-1 PerformFontSubstitution=true SubstFont_Arial=Helvetica SubstFont_Times New Roman=Times SubstFont_Cumberland=Courier SubstFont_Timmons=Times SubstFont_Helmet=Helvetica SubstFont_Thorndale=Times SubstFont_Albany=Helvetica SubstFont_Courier New=Courier -------------------------------------------------------------------------- So I deleted the entire entry for the [ps] printer, restarted spadmin and it still reports my three printers from lpadmin (ps, hpgl and hp755) and shows all of them as CUPS drivers. Apparently the way this OO package is compiled up, it doesn't understand the lpadmin system and treats it as CUPS. I would look in the code and see if there is a switch to add support for lpadmin. As I said previously, I have been using the OO implementation from the OpenOffice.org site without problems and only decided to try the blastwave package after upgrading to Solaris 10. So there must be a method of configuring the software to support lpadmin. (Unless there is something screwy with Solaris 10 vs. Solaris 9!) Regards, -- Jeff C. Jeffery Small CJSA LLC 206-232-3338 jeff at cjsa.com 7000 E Mercer Way, Mercer Island, WA 98040 From james at blastwave.org Tue Oct 9 21:43:12 2007 From: james at blastwave.org (James Lee) Date: Tue, 09 Oct 2007 19:43:12 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 In-Reply-To: References: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> <20071009.9540300.1712028829@gyor.oxdrove.co.uk> Message-ID: <20071009.19431200.3353097156@gyor.oxdrove.co.uk> On 09/10/07, 20:08:20, Jeffery Small wrote regarding Re: [csw-users] Problem with OpenOffice 2.2.0: > So I deleted the entire entry for the [ps] printer, restarted spadmin and > it still reports my three printers from lpadmin (ps, hpgl and hp755) and > shows all of them as CUPS drivers. Apparently the way this OO package is > compiled up, it doesn't understand the lpadmin system and treats it as > CUPS. I would look in the code and see if there is a switch to add > support for lpadmin. > As I said previously, I have been using the OO implementation from the > OpenOffice.org site without problems and only decided to try the > blastwave package after upgrading to Solaris 10. So there must be a > method of configuring the software to support lpadmin. (Unless there > is something screwy with Solaris 10 vs. Solaris 9!) What does file: ~/.padminrc say? Try deleting it. This sounds like some muddle with the saved user data, as you have had previous installations try starting fresh Move the old data to a safe location and try again. $ mv ~/.openoffice.org2 ~/save.openoffice.org2 I supposed it's best to check that there is not StarOffice's spadmin being picked up? (Does with S10 come with it if you install the lot??) $ /opt/csw/bin/spadmin OR $ /opt/csw/OpenOffice.org/program/spadmin James. From jeff at cjsa.com Tue Oct 9 23:02:40 2007 From: jeff at cjsa.com (Jeffery Small) Date: Tue, 9 Oct 2007 21:02:40 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 References: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> <20071009.9540300.1712028829@gyor.oxdrove.co.uk> <20071009.19431200.3353097156@gyor.oxdrove.co.uk> Message-ID: James Lee writes: >What does file ~/.padminrc say? Here is my ~/.padminrc file: [KnownPrinterCommands] 0=lp -s 1=lp 2=lp -s -d "_default" >Try deleting it. This sounds like some muddle with the saved >user data, as you have had previous installations try starting fresh >Move the old data to a safe location and try again. I renamed both .padminrc and .openoffice.org2 and restarted writer. It went through the normal initialization process for a new user. I then started spadmin. When spadmin initially came up it showed only the _default printer and it did indeed list it as the SGENPRT driver you previously mentioned but a few moments later spadmin had searched for existing printers and showed ps, hpgl, hp755 and _default entries and now all were listed as having CUPS drivers once again! >I supposed it's best to check that there is not StarOffice's spadmin >being picked up? (Does with S10 come with it if you install the lot??) It looks like StarOffice 7 is installed in /usr/staroffice7, but that is not in my path and it is certain that I am running /opt/csw/bin/spadmin. However, if I run /usr/staroffice7/program/spadmin, then it comes up showing only the "Generic Printer (Default printer)" with a command of "lp" and the SGENPRT driver. It makes no attempt to obtain printers from the lp system. When I click on New Printer, it will let me add a printer, unlike the CSW spadmin which has it greyed out. It looks like the CSW program sees what it thinks is CUPS and wants printer administration to be done through that facility and not through spadmin. Regards, -- Jeff C. Jeffery Small CJSA LLC 206-232-3338 jeff at cjsa.com 7000 E Mercer Way, Mercer Island, WA 98040 From james at blastwave.org Wed Oct 10 12:01:44 2007 From: james at blastwave.org (James Lee) Date: Wed, 10 Oct 2007 10:01:44 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 In-Reply-To: References: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> <20071009.9540300.1712028829@gyor.oxdrove.co.uk> <20071009.19431200.3353097156@gyor.oxdrove.co.uk> Message-ID: <20071010.10014400.3489065173@gyor.oxdrove.co.uk> On 09/10/07, 22:02:40, Jeffery Small wrote regarding Re: [csw-users] Problem with OpenOffice 2.2.0: > However, if I run /usr/staroffice7/program/spadmin, then it comes up > showing only the "Generic Printer (Default printer)" with a command of > "lp" and the SGENPRT driver. It makes no attempt to obtain printers from > the lp system. When I click on New Printer, it will let me add a > printer, unlike the CSW spadmin which has it greyed out. It looks like > the CSW program sees what it thinks is CUPS and wants printer > administration to be done through that facility and not through spadmin. This isn't happening to me neither is it happening randomly. Somewhere your system must know about CUPS. Truss it and look for clues. James. From jeff at cjsa.com Wed Oct 10 20:46:19 2007 From: jeff at cjsa.com (Jeffery Small) Date: Wed, 10 Oct 2007 18:46:19 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 References: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> <20071009.9540300.1712028829@gyor.oxdrove.co.uk> <20071009.19431200.3353097156@gyor.oxdrove.co.uk> <20071010.10014400.3489065173@gyor.oxdrove.co.uk> Message-ID: James Lee writes: >On 09/10/07, 22:02:40, Jeffery Small wrote regarding Re: >[csw-users] Problem with OpenOffice 2.2.0: >This isn't happening to me neither is it happening randomly. Somewhere >your system must know about CUPS. Truss it and look for clues. The CSWcups package is not installed on this system, but CSWlibcups and CSWlibgnomecups are installed, not directly by me, but apparently as a dependency by some other packages. So even though I am not using the CUPS, OO searches for a cups library and eventually finds one at: /opt/csw/lib/sparcv8/libcups.so.2 which it opens. Also, when I run spadmin, it creates a ~/.cups/lpoptions file that stores any modifications you make to the printer setup. So, even though I didn't install the CSWcups package, if the CSW version of OO finds the cups library, then it apparently assumes that it is in use. I did download and install OO 2.3 from the OpenOffice.org web site and it does not exhibit any of these printer problems (although it has some problems of its own). It just shows a generic printer with the expected SGENPRT driver and it prints properly. When I truss this version, I don't see any attempt to search for and load a cups library. Regards, -- Jeff C. Jeffery Small CJSA LLC 206-232-3338 jeff at cjsa.com 7000 E Mercer Way, Mercer Island, WA 98040 From james at blastwave.org Thu Oct 11 10:37:41 2007 From: james at blastwave.org (James Lee) Date: Thu, 11 Oct 2007 08:37:41 GMT Subject: [csw-users] Problem with OpenOffice 2.2.0 In-Reply-To: References: <20071008.9202800.2224301665@gyor.oxdrove.co.uk> <20071009.9540300.1712028829@gyor.oxdrove.co.uk> <20071009.19431200.3353097156@gyor.oxdrove.co.uk> <20071010.10014400.3489065173@gyor.oxdrove.co.uk> Message-ID: <20071011.8374100.422085462@gyor.oxdrove.co.uk> On 10/10/07, 19:46:19, Jeffery Small wrote regarding Re: [csw-users] Pr > >This isn't happening to me neither is it happening randomly. Somewhere > >your system must know about CUPS. Truss it and look for clues. > The CSWcups package is not installed on this system, but CSWlibcups and > CSWlibgnomecups are installed, not directly by me, but apparently as a > dependency by some other packages. > So even though I am not using the CUPS, OO searches for a cups library > and eventually finds one at: > /opt/csw/lib/sparcv8/libcups.so.2 > which it opens. > Also, when I run spadmin, it creates a ~/.cups/lpoptions file that stores > any modifications you make to the printer setup. So, even though I > didn't install the CSWcups package, if the CSW version of OO finds the > cups library, then it apparently assumes that it is in use. I don't have CUPS installed, neither do I have ~/.cups/. soffice opens libcups but doesn't do anything odd. > I did download and install OO 2.3 from the OpenOffice.org web site and > it does not exhibit any of these printer problems (although it has some > problems of its own). It just shows a generic printer with the expected > SGENPRT driver and it prints properly. When I truss this version, I > don't see any attempt to search for and load a cups library. Possibly true, using CUPS is a build option - although I have the same build options as you and get the right printer. James. From james.hartley at gmail.com Sat Oct 13 03:16:38 2007 From: james.hartley at gmail.com (James Hartley) Date: Fri, 12 Oct 2007 18:16:38 -0700 Subject: [csw-users] package management Message-ID: <8217e8cc0710121816o2719eb39r6dc84fddc88b2080@mail.gmail.com> having a couple of solaris 10 x86 machines and a sparc a work I am interested in doing some pkg maintenance. I do have a question or two on the pkg-get utility. Specifically I would like some detailed information on setting up a local repository for some of my own work. I could not find any details on how to do this on the web. Admitedly I have not looked at all the past archives. Can one of the experts give me a hand at this or at least direct me to a more specific howto. In addition, how best to remove a package and all it's dependencies?? From shuttlebox at gmail.com Sat Oct 13 10:17:05 2007 From: shuttlebox at gmail.com (shuttlebox) Date: Sat, 13 Oct 2007 10:17:05 +0200 Subject: [csw-users] package management In-Reply-To: <8217e8cc0710121816o2719eb39r6dc84fddc88b2080@mail.gmail.com> References: <8217e8cc0710121816o2719eb39r6dc84fddc88b2080@mail.gmail.com> Message-ID: <625385e30710130117o199a4c83jb775ab8b21f20885@mail.gmail.com> On 10/13/07, James Hartley wrote: > I do have a question or two on the pkg-get utility. Specifically I > would like some detailed information on setting up a local repository > for some of my own work. I could not find any details on how to do > this on the web. Admitedly I have not looked at all the past > archives. Can one of the experts give me a hand at this or at least > direct me to a more specific howto. How to rsync your own mirror is described on the mirrors page: http://www.blastwave.org/mirrors.php -- /peter From odenbach at uni-paderborn.de Tue Oct 16 09:32:12 2007 From: odenbach at uni-paderborn.de (Christopher Odenbach) Date: Tue, 16 Oct 2007 09:32:12 +0200 Subject: [csw-users] package management In-Reply-To: <625385e30710130117o199a4c83jb775ab8b21f20885@mail.gmail.com> References: <8217e8cc0710121816o2719eb39r6dc84fddc88b2080@mail.gmail.com> <625385e30710130117o199a4c83jb775ab8b21f20885@mail.gmail.com> Message-ID: <471468FC.601@uni-paderborn.de> shuttlebox schrieb: > On 10/13/07, James Hartley wrote: >> I do have a question or two on the pkg-get utility. Specifically I >> would like some detailed information on setting up a local repository >> for some of my own work. I could not find any details on how to do >> this on the web. Admitedly I have not looked at all the past >> archives. Can one of the experts give me a hand at this or at least >> direct me to a more specific howto. > > How to rsync your own mirror is described on the mirrors page: > http://www.blastwave.org/mirrors.php I understand that you would like to mix packages from blastwave and your own ones. We wanted the same thing here. Unfortunately pkg-get does not support multiple repositories (like e.g. apt-get from debian). To get around this, we set up a local blastwave mirror, another directory containing our own packages, and then a directory containing symbolic links to the blastwave packages and our local packages. We have a script running every night rsyncing the blastwave repository and then updating the mix directory (adding symlinks to new blastwave packages or removing them from removed packages). Then we pointed pkg-get to our mix repository and can now install blastwave and own packages in the same way. Attached is the perl script which does the magic of mixing the packages together and creating the catalog and description file. Comments are in German, so if you have any questions, please ask. Christopher -- ====================================================== Dipl.-Ing. Christopher Odenbach Zentrum fuer Informations- und Medientechnologien Universitaet Paderborn Raum N5.122 odenbach at uni-paderborn.de Tel.: +49 5251 60 5315 ====================================================== -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: update_collections URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature URL: From udippel at gmail.com Tue Oct 16 12:49:42 2007 From: udippel at gmail.com (Uwe Dippel) Date: Tue, 16 Oct 2007 18:49:42 +0800 Subject: [csw-users] MPlayer - Testing and Unstable Message-ID: <92bf1a120710160349ia876ad7pb5f4ab8e44b2bee4@mail.gmail.com> I downloaded MPlayer from unstable, updated 22-09, and found some problems (see below). The MPlayer mailing list gave some advice and suggested to use a recent version "Please test latest svn (or, at least, rc2)". I found a very fresh one in Testing of yesterday that doesn't expose the iconv-problem. Still it is MPlayer 1.0rc1-4.0.2 (C) 2000-2006 MPlayer Team Any good reason not to use a more recent version ? Thanks, Uwe $ mplayer vcd:// -cdrom-device /dev/rdsk/c1t1d0s2 iconv: conversion from UTF-8 to 646 unsupported MPlayer 1.0rc1-3.4.5 (C) 2000-2006 MPlayer Team iconv: conversion from UTF-8 to 646 unsupported CPU: AMD Sempron(tm) Processor 2600+ iconv: conversion from UTF-8 to 646 unsupported (Family: 15, Model: 44, Stepping: 2) iconv: conversion from UTF-8 to 646 unsupported 3DNow supported but disabled iconv: conversion from UTF-8 to 646 unsupported 3DNowExt supported but disabled iconv: conversion from UTF-8 to 646 unsupported CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 iconv: conversion from UTF-8 to 646 unsupported Compiled for x86 CPU with extensions:iconv: conversion from UTF-8 to 646 unsupported MMXiconv: conversion from UTF-8 to 646 unsupported MMX2iconv: conversion from UTF-8 to 646 unsupported iconv: conversion from UTF-8 to 646 unsupported Playing vcd://. iconv: conversion from UTF-8 to 646 unsupported track 01: adr=1 ctrl=4 format=2 00:02:00 mode: 2 iconv: conversion from UTF-8 to 646 unsupported track 02: adr=1 ctrl=4 format=2 00:38:02 mode: 2 iconv: conversion from UTF-8 to 646 unsupported MPlayer interrupted by signal 11 in module: demux_open iconv: conversion from UTF-8 to 646 unsupported - MPlayer crashed by bad usage of CPU/FPU/RAM. Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash. iconv: conversion from UTF-8 to 646 unsupported - MPlayer crashed. This shouldn't happen. It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc version. If you think it's MPlayer's fault, please read DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and won't help unless you provide this information when reporting a possible bug. $ From jwheeler at blastwave.org Tue Oct 16 13:27:18 2007 From: jwheeler at blastwave.org (Jonathan Wheeler) Date: Wed, 17 Oct 2007 00:27:18 +1300 Subject: [csw-users] MPlayer - Testing and Unstable In-Reply-To: <92bf1a120710160349ia876ad7pb5f4ab8e44b2bee4@mail.gmail.com> References: <92bf1a120710160349ia876ad7pb5f4ab8e44b2bee4@mail.gmail.com> Message-ID: <4714A016.3000808@blastwave.org> Uwe Dippel wrote: Hi Uwe - what perfect timing you have! > I downloaded MPlayer from unstable, updated 22-09, and found some > problems (see below). > The MPlayer mailing list gave some advice and suggested to use a > recent version "Please test latest svn (or, at least, rc2)". Yeah... don't you hate that :) I agree though, lets get rc2 out there! > I found a very fresh one in Testing of yesterday That'd be me, late last night... > that doesn't expose the iconv-problem. Brilliant, that's what the new build is for - specifically to address the following bug found in our bug tracker: http://www.blastwave.org/mantis/view_bug_page.php?f_id=0002614 Still it is > MPlayer 1.0rc1-4.0.2 (C) 2000-2006 MPlayer Team > > Any good reason not to use a more recent version ? I wanted to fix all outstanding bugs before jumping onto a new version. We've been quite behind on the mplayer front, and the rc1 build has only been in stable a matter of days. I fully intend to move to rc2 next though. rc1 took me a long time to get out the door, let's hope rc2 isn't so bad!! > > $ mplayer vcd:// -cdrom-device /dev/rdsk/c1t1d0s2 Just since we're on the topic, there is another bug to do with vcd playback that I've not been able to test very well: http://www.blastwave.org/mantis/view_bug_page.php?f_id=0002606 Can you confirm for me that vcd playback is working correctly in our current stable build? If so, great, I can close that bug too! :) Jonathan From udippel at gmail.com Tue Oct 16 14:15:25 2007 From: udippel at gmail.com (Uwe Dippel) Date: Tue, 16 Oct 2007 20:15:25 +0800 Subject: [csw-users] MPlayer - Testing and Unstable In-Reply-To: <4714A016.3000808@blastwave.org> References: <92bf1a120710160349ia876ad7pb5f4ab8e44b2bee4@mail.gmail.com> <4714A016.3000808@blastwave.org> Message-ID: <92bf1a120710160515x24af8f52of03e64f4672264d@mail.gmail.com> Jonathan, iconv is done. Great. gmplayer now shows: Cannot load bitmap font opt/csw/share/mplayer/font/font.desc but this can surely be set in the config file. Alas, with vcd, still no luck: $ mplayer vcd:// -cdrom-device /dev/rdsk/c1t1d0s2 MPlayer 1.0rc1-4.0.2 (C) 2000-2006 MPlayer Team CPU: AMD Sempron(tm) Processor 2600+ (Family: 15, Model: 44, Stepping: 2) 3DNow supported but disabled 3DNowExt supported but disabled CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 Compiled for x86 CPU with extensions: MMX MMX2 Playing vcd://. track 01: adr=1 ctrl=4 format=2 00:02:00 mode: 2 track 02: adr=1 ctrl=4 format=2 00:08:58 mode: 2 MPlayer interrupted by signal 11 in module: demux_open - MPlayer crashed by bad usage of CPU/FPU/RAM. Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash. - MPlayer crashed. This shouldn't happen. It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc version. If you think it's MPlayer's fault, please read DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and won't help unless you provide this information when reporting a possible bug. I tried another one: $ mplayer vcd:// -cdrom-device /dev/rdsk/c1t1d0s2 MPlayer 1.0rc1-4.0.2 (C) 2000-2006 MPlayer Team CPU: AMD Sempron(tm) Processor 2600+ (Family: 15, Model: 44, Stepping: 2) 3DNow supported but disabled 3DNowExt supported but disabled CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 Compiled for x86 CPU with extensions: MMX MMX2 Playing vcd://. track 01: adr=1 ctrl=4 format=2 00:02:00 mode: 2 track 02: adr=1 ctrl=4 format=2 00:12:68 mode: 2 MPlayer interrupted by signal 11 in module: demux_open - MPlayer crashed by bad usage of CPU/FPU/RAM. Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash. - MPlayer crashed. This shouldn't happen. It can be a bug in the MPlayer code _or_ in your drivers _or_ in your gcc version. If you think it's MPlayer's fault, please read DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and won't help unless you provide this information when reporting a possible bug. I also tried gmplayer, and it crashes immediately with the same message, when I click on VCD.. Uwe From udippel at gmail.com Tue Oct 16 14:40:42 2007 From: udippel at gmail.com (Uwe Dippel) Date: Tue, 16 Oct 2007 20:40:42 +0800 Subject: [csw-users] Gnumeric crashes ... Message-ID: <92bf1a120710160540s218c8a0ke5831f3a6a7a2a6b@mail.gmail.com> It is an old version, in any case, I agree. But I have plenty of .gnumeric files from my time on Linux that I'd like to open (and use). Running nv70, everything else from blastware runs perfectly well, thanks so much ! Could my hunch be correct that is has to make with libsunmath ? Uwe P.S.: started from the command line, it shows plenty of Warnings only, before the crash: ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/file/history/n' ** (gnumeric:3802): WARNING **: Using default value '4' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/plugins/activate-new' ** (gnumeric:3802): WARNING **: Using default value 'true' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/gui/screen/horizontaldpi' ** (gnumeric:3802): WARNING **: Using default value '96' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/gui/screen/verticaldpi' ** (gnumeric:3802): WARNING **: Using default value '96' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/workbook/n-sheet' ** (gnumeric:3802): WARNING **: Using default value '3' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/gui/window/x' ** (gnumeric:3802): WARNING **: Using default value '0.6' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/gui/window/y' ** (gnumeric:3802): WARNING **: Using default value '0.6' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/gui/window/zoom' ** (gnumeric:3802): WARNING **: Using default value '1' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/gui/editing/autocomplete' ** (gnumeric:3802): WARNING **: Using default value 'true' ** (gnumeric:3802): WARNING **: Unable to load key '/apps/gnumeric/core/gui/editing/livescrolling' ** (gnumeric:3802): WARNING **: Using default value 'true' [Then the end is reached] From udippel at gmail.com Tue Oct 16 16:49:37 2007 From: udippel at gmail.com (Uwe Dippel) Date: Tue, 16 Oct 2007 22:49:37 +0800 Subject: [csw-users] MPlayer - Testing and Unstable In-Reply-To: <4714A016.3000808@blastwave.org> References: <92bf1a120710160349ia876ad7pb5f4ab8e44b2bee4@mail.gmail.com> <4714A016.3000808@blastwave.org> Message-ID: <92bf1a120710160749ic638e47yd2d3a11a829a004c@mail.gmail.com> > > I downloaded MPlayer from unstable, updated 22-09, and found some > > problems (see below). > > The MPlayer mailing list gave some advice and suggested to use a > > recent version "Please test latest svn (or, at least, rc2)". > Yeah... don't you hate that :) Oh, I do. these guys are so friendly. This is what I just got: "Just to clarify: On this mailing list, only svn version (and, for a short period, rc2) is supported. Whoever made the package you are using is responsible for it." So, don't even *dare* asking for help ... ! Uwe From james.hartley at gmail.com Tue Oct 16 17:45:13 2007 From: james.hartley at gmail.com (James Hartley) Date: Tue, 16 Oct 2007 08:45:13 -0700 Subject: [csw-users] package management In-Reply-To: <471468FC.601@uni-paderborn.de> References: <8217e8cc0710121816o2719eb39r6dc84fddc88b2080@mail.gmail.com> <625385e30710130117o199a4c83jb775ab8b21f20885@mail.gmail.com> <471468FC.601@uni-paderborn.de> Message-ID: <8217e8cc0710160845j11995699k53ed156ff4302065@mail.gmail.com> Thank you very much for this piece of the puzzle. I also really appreciate the perl script that you sent. It was fun to translate the german comments with my old college german textbook. :-) Thanks again :-) james On 10/16/07, Christopher Odenbach wrote: > shuttlebox schrieb: > > On 10/13/07, James Hartley wrote: > >> I do have a question or two on the pkg-get utility. Specifically I > >> would like some detailed information on setting up a local repository > >> for some of my own work. I could not find any details on how to do > >> this on the web. Admitedly I have not looked at all the past > >> archives. Can one of the experts give me a hand at this or at least > >> direct me to a more specific howto. > > > > How to rsync your own mirror is described on the mirrors page: > > http://www.blastwave.org/mirrors.php > > I understand that you would like to mix packages from blastwave and your > own ones. We wanted the same thing here. Unfortunately pkg-get does not > support multiple repositories (like e.g. apt-get from debian). > > To get around this, we set up a local blastwave mirror, another > directory containing our own packages, and then a directory containing > symbolic links to the blastwave packages and our local packages. > > We have a script running every night rsyncing the blastwave repository > and then updating the mix directory (adding symlinks to new blastwave > packages or removing them from removed packages). > > Then we pointed pkg-get to our mix repository and can now install > blastwave and own packages in the same way. > > Attached is the perl script which does the magic of mixing the packages > together and creating the catalog and description file. Comments are in > German, so if you have any questions, please ask. > > Christopher > From gw at citasystems.com Wed Oct 17 05:10:28 2007 From: gw at citasystems.com (George Wyche) Date: Tue, 16 Oct 2007 22:10:28 -0500 Subject: [csw-users] Firefox Solaris8 failure In-Reply-To: <470B8B60.9060209@citasystems.com> References: <470B03AE.6030200@citasystems.com> <20071009.11094300.3911826445@gyor.oxdrove.co.uk> <470B8B60.9060209@citasystems.com> Message-ID: <47157D24.406@citasystems.com> I have patched that Solaris 8, Blade100 up to date. It still has the very same complaint. My "nm /lib/libCrun.so.1" does not match yours and I don't know why. nm /lib/libCrun.so.1 | grep 1c2N6FI_p [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ and the error I get when I type "firefox" is the usual you see below. WHERE is my 0_ on the end above?!!! Also. please note that YOUR symbol resolution is missing an underscore before the p. Was that a mistype? REQUIRED: . . . . . . . . . . . . . . . . . . . . . . . . . . . __1c2N6FI_pv_0_ MINE: [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ YOURS:[46] | 28724| 8|FUNC |GLOB |0 |12 |__1c2n6FIpv_0_ I sure would like to run Firefox. How do I proceed? I am slowly turning this Blade100 into a development machine. I have put on a bunch of SUNW development packages and gcc4 and gmake and have compiled a trivial c program so I'm willing to attack the problem in more detail, though I wish it would just go away. George George Wyche wrote: > @Mr. Lee > > Thanks for the pointers (and thanks for not stopping as soon as you saw > >ls.so.1 > ^ instead of ld > > You went the extra mile changing your visual and yanking the ethernet > cable. > > I will do what is necessary to apply the patches to the the Solaris 8 > box. > > Next time I will build a script to check all involved libraries using nm. > How did you know to look in libCrun? > > Thanks again, > George Wyche > > James Lee wrote: >> On 09/10/07, 05:29:34, George Wyche wrote >> regarding [csw-users] Firefox Solaris8 failure: >> >>> Of some 110+ blastwave packages I put on this Solaris 8 Blade100, the >>> only one I have found that won't start is Firefox. I get >> >>> >ls.so.1: /opt/csw/mozilla/firefox/lib/firefox-bin: fatal: relocation >>> error: file /opt/csw/mozilla/firefox/lib/libxpcom_core.so: symbol >>> __1c2n6FIpv_0_: referenced symbol not found >>> Killed >> >> >> It belongs to libCrun >> >> $ nm -D /usr/lib/libCrun.so.1 | grep __1c2n6FIpv_0_ >> [46] | 28724| 8|FUNC |GLOB |0 |12 |__1c2n6FIpv_0_ >> >> >> Are your patches up to date? >> >> $ pkgparam -v SUNWlibC | grep PATCH_INFO >> PATCH_INFO_108434-21='Installed: Tuesday July 11 15:25:55 BST 2006 >> From: gyor Obsoletes: Requires: 109147-07 Incompatibles:' >> PATCH_INFO_108434-22='Installed: Saturday February 24 21:05:37 GMT >> 2007 From: gyor Obsoletes: Requires: 109147-07 Incompatibles:' >>> The 2 unusual things about this setup are the mandatory lack of >>> internet >>> access and the mandatory 8-bit pseudo color visual so that an old, >>> tyrannical, program will work. >> I've just run up firefox-2.0.0.5,REV=2007.07.19 on an TGX 8-bit display >> with the network cable pulled so preventing any possible Internet >> access. >> >> James. From udippel at gmail.com Wed Oct 17 09:00:20 2007 From: udippel at gmail.com (Uwe Dippel) Date: Wed, 17 Oct 2007 15:00:20 +0800 Subject: [csw-users] MPlayer - Testing and Unstable In-Reply-To: <4714A016.3000808@blastwave.org> References: <92bf1a120710160349ia876ad7pb5f4ab8e44b2bee4@mail.gmail.com> <4714A016.3000808@blastwave.org> Message-ID: <92bf1a120710170000v45cd341ag5aa1b225b2277b0d@mail.gmail.com> On 10/16/07, Jonathan Wheeler wrote: [...] Jonathan, in case you're at it, could you try to enable fontconfig ? I can't get any OSD up ('o'), and any font I throw at it is handled with "... doesn't look like a bitmap font description, ignoring." Since we use fontconfig, I'd hope to see some OSD as well as the latter gone. As of now, I get " mplayer -fontconfig mymovie.avi MPlayer 1.0rc1-4.0.2 (C) 2000-2006 MPlayer Team CPU: AMD Sempron(tm) Processor 2600+ (Family: 15, Model: 44, Stepping: 2) 3DNow supported but disabled 3DNowExt supported but disabled CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0 Compiled for x86 CPU with extensions: MMX MMX2 MPlayer was compiled without fontconfig support." Thanks so much, Uwe From pjama at optusnet.com.au Wed Oct 17 10:23:09 2007 From: pjama at optusnet.com.au (pjama) Date: Wed, 17 Oct 2007 18:23:09 +1000 Subject: [csw-users] issues with squirrelmail on CSW's php5 Message-ID: <4715C66D.2080406@optusnet.com.au> I tried installing the current squirrelmail (1.4.11) on Solaris 10U4 with CSWs apache2 and php5 and just about all associated php5 packages however I could not get it to work. Basically it just gave a blank page. I enabled error logging as per squirrelmail FAQ but nothing meaningful was logged except "500" in the apache logs. 500 indicates "internal server error". I re-compiled php5 5.2.4 myself using all the same options (less a few that gave me errors because of dependencies) and still got the same error. A re-compile with ./configure --prefix=${BASEDIR}/php5 --with-apxs2=${BASEDIR}/apache2/sbin/apxs and squirrelmail works. I'm happy because I have a working squirrelmail but I'd like to use an ""off the shelf" php package so I guess I'm saying how do we fix this? Incidently compiling with --with-jpeg-dir= as per CSW required /opt/csw/lib/libjpeg.la which is not in the recent jpeg package. It IS in the previous but old jpeg-6b,REV=2002.12.31-SunOS5.8-sparc-CSW.pkg. Installing the old jpeg with the current php5 package didn't fix the problem though. Cheers Peter -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From james at blastwave.org Wed Oct 17 10:57:50 2007 From: james at blastwave.org (James Lee) Date: Wed, 17 Oct 2007 08:57:50 GMT Subject: [csw-users] Firefox Solaris8 failure In-Reply-To: <47157D24.406@citasystems.com> References: <470B03AE.6030200@citasystems.com> <20071009.11094300.3911826445@gyor.oxdrove.co.uk> <470B8B60.9060209@citasystems.com> <47157D24.406@citasystems.com> Message-ID: <20071017.8575000.2681404935@gyor.oxdrove.co.uk> On 17/10/07, 04:10:28, George Wyche wrote regarding Re: [csw-users] Firefox Solaris8 failure: > I have patched that Solaris 8, Blade100 up to date. It still has the > very same complaint. My "nm /lib/libCrun.so.1" does not match yours and > I don't know why. > nm /lib/libCrun.so.1 | grep 1c2N6FI_p > [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ You've not yet seen my result for that: $ nm /lib/libCrun.so.1 | grep 1c2N6FI_p [185] | 24804| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ and did I say my patches were up-to-date? > and the error I get when I type "firefox" is the usual you see below. > WHERE is my 0_ on the end above?!!! Also. please note that YOUR symbol > resolution is missing an underscore before the p. Was that a mistype? > REQUIRED: . . . . . . . . . . . . . . . . . . . . . . . . . . . > __1c2N6FI_pv_0_ > MINE: [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ > YOURS:[46] | 28724| 8|FUNC |GLOB |0 |12 |__1c2n6FIpv_0_ I copied and pasted from your original message that has: __1c2n6FIpv_0_: referenced symbol not found > I sure would like to run Firefox. How do I proceed? > I am slowly turning this Blade100 into a development machine. I have put > on a bunch of SUNW development packages and gcc4 and gmake and have > compiled a trivial c program so I'm willing to attack the problem in > more detail, though I wish it would just go away. What error messages are you seeing now? Try "ldd -r" on the binaries to check that symbols references exist. You need to set LD_LIBRARY_PATH for firefox, (for a reason unknown to me it doesn't set its RPATH fully.) $ LD_LIBRARY_PATH=/opt/csw/mozilla/firefox/lib \ ldd -r /opt/csw/mozilla/firefox/lib/firefox-bin James. From jwheeler at blastwave.org Wed Oct 17 13:24:42 2007 From: jwheeler at blastwave.org (Jonathan Wheeler) Date: Thu, 18 Oct 2007 00:24:42 +1300 Subject: [csw-users] MPlayer - Testing and Unstable In-Reply-To: <92bf1a120710170000v45cd341ag5aa1b225b2277b0d@mail.gmail.com> References: <92bf1a120710160349ia876ad7pb5f4ab8e44b2bee4@mail.gmail.com> <4714A016.3000808@blastwave.org> <92bf1a120710170000v45cd341ag5aa1b225b2277b0d@mail.gmail.com> Message-ID: <4715F0FA.7030707@blastwave.org> Uwe Dippel wrote: > On 10/16/07, Jonathan Wheeler wrote: > > [...] > > Jonathan, > > in case you're at it, could you try to enable fontconfig ? > I can't get any OSD up ('o'), and any font I throw at it is handled with > "... doesn't look like a bitmap font description, ignoring." I think I've gone and traded one problem for another. From what I've been able to work out so far, the gnu iconv doesn't handle the C locale conversion properly on Solaris. The fix for the iconv errors was to 'disable' iconv, which is to say - use the version bundled into the solaris glibc instead, and --disable-iconv. Great, I built the package that you've tested, and sure enough the iconv errors go away. However, looking at the ./configure scrolling on by, we now have a new issue: Checking for bitmap font support ... yes Checking for freetype >= 2.0.9 ... no (iconv support needed) Checking for fontconfig ... no (freetype support needed) Checking for SSA/ASS support ... no (FreeType support needed) Hmm. I'll keep at it! Jonathan From jeremiah.johnson at gmail.com Thu Oct 18 18:44:29 2007 From: jeremiah.johnson at gmail.com (Jeremiah Johnson) Date: Thu, 18 Oct 2007 11:44:29 -0500 Subject: [csw-users] FNS, Solaris 10, and nail Message-ID: <701ea59b0710180944v7ac90545n42bf470e57cb85dc@mail.gmail.com> Hi guys, I'm attempting to install nail on one of my Solaris 10 systems, but its failing because of a dependency on SUNWfns. According to the EOL docs, Federated Naming has been removed in Solaris 10. Apparently somebody did report it as a bug in 2006, but it is still not resolved. 0001198 packaging block (thomas) 2006-01-04 inexistant dependency in Solaris 10 I duped it (its early, not enough coffee) because mantis didnt display open bugs, so I didn't realize I had to click 'view bugs' when i went into the nail bug report.. 0002633 1 packaging block new 2007-10-18 nail cannot install due to dependancy on SUNWfns. It would be great to see this fixed in the next update. Thanks -miah From comand at blastwave.org Thu Oct 18 18:55:48 2007 From: comand at blastwave.org (Cory Omand) Date: Thu, 18 Oct 2007 09:55:48 -0700 Subject: [csw-users] FNS, Solaris 10, and nail In-Reply-To: <701ea59b0710180944v7ac90545n42bf470e57cb85dc@mail.gmail.com> References: <701ea59b0710180944v7ac90545n42bf470e57cb85dc@mail.gmail.com> Message-ID: On 10/18/07, Jeremiah Johnson wrote: > It would be great to see this fixed in the next update. Hi Miah, The surest way for this to be tracked (vs. lost in the sea of users@) is to raise a bug against the nail package. There is a link to the bug tracker on the package page at http://www.blastwave.org/packages/nail. Regards, Cory. From dclarke at blastwave.org Thu Oct 18 19:08:42 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Thu, 18 Oct 2007 13:08:42 -0400 (EDT) Subject: [csw-users] FNS, Solaris 10, and nail In-Reply-To: References: <701ea59b0710180944v7ac90545n42bf470e57cb85dc@mail.gmail.com> Message-ID: <34478.72.39.216.186.1192727322.squirrel@mail.blastwave.org> > On 10/18/07, Jeremiah Johnson wrote: >> It would be great to see this fixed in the next update. > > Hi Miah, > > The surest way for this to be tracked (vs. lost in the sea of users@) > is to raise a bug against the nail package. There is a link to the > bug tracker on the package page at > http://www.blastwave.org/packages/nail. I just saw the bug report fly at me . So .. it's in there now. Thu, 18 Oct 2007 12:39:40 -0400 (EDT) Received: (from nobody at localhost) Date: Thu, 18 Oct 2007 12:39:40 -0400 (EDT) Subject: [nail 0002633]: nail cannot install due to dependancy on SUNWfns. X-Mailer: PHP/4.4.4 X-Priority: 0 Content-Length: 1610 The following NEW bug has been ADDED. ======================================================================= http://www.blastwave.org/mantis/view_bug_page.php?f_id=2633 ======================================================================= Reporter: miah Handler: ======================================================================= Project: nail Bug ID: 0002633 Category: packaging Reproducibility: always Severity: block Priority: normal Status: new ======================================================================= Date Submitted: 2007-10-18 12:39 EDT Last Modified: 2007-10-18 12:39 EDT ======================================================================= Summary: nail cannot install due to dependancy on SUNWfns. Description: Nail will not install. sfg-unixops# pkg-get -i nail No existing install of CSWnail found. Installing... Pre-existing local file nail-11.2,REV=2004.08.19-SunOS5.8-sparc-CSW.pkg.gz matches checksum Keeping existing file Analysing special files... Hmmm. Retrying with different archive offset...936 blocks ERROR: no info for SUNWfns. Cannot install dependancy. ERROR: could not install required dependancies for CSWnail http://www.sun.com/bigadmin/content/eof/s10u1eof.html "Features Removed From the Solaris 10 Operating System" "Federated Naming Service XFN Libraries and Commands" ======================================================================= Dennis From gw at citasystems.com Sat Oct 20 18:28:25 2007 From: gw at citasystems.com (George Wyche) Date: Sat, 20 Oct 2007 11:28:25 -0500 Subject: [csw-users] SUNW dependencies Message-ID: <471A2CA9.8060709@citasystems.com> @all I notice in the package lists that the SUNW dependencies are not listed. Is this information available somewhere? From dclarke at blastwave.org Sat Oct 20 18:45:09 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Sat, 20 Oct 2007 12:45:09 -0400 (EDT) Subject: [csw-users] SUNW dependencies In-Reply-To: <471A2CA9.8060709@citasystems.com> References: <471A2CA9.8060709@citasystems.com> Message-ID: <49428.72.39.216.186.1192898709.squirrel@mail.blastwave.org> > @all > I notice in the package lists that the SUNW dependencies are not listed. > > Is this information available somewhere? Actually no .. it is not. We have always built packages from the perspective that you have Solaris 8 or higher. You can actually install a Solaris 8 core install ( which is real real lean ) and then install a large number of CSW packages. You may need some SUNW packages that are above and beyond the core install eventually but certainly not the whole massive OS that is in the "everything plus the kitchen sink" installation options. It has been a while since I installed a Solaris 8 core install or even a Solaris 10 core install but ... I think ( as in I seem to recall ) that you can install a lot of CSW packages based on not more than that. So in answer to your question ... no we do not keep a list of the SUNW dependency requirements. Dennis From gw at citasystems.com Sat Oct 20 19:13:03 2007 From: gw at citasystems.com (George Wyche) Date: Sat, 20 Oct 2007 12:13:03 -0500 Subject: [csw-users] SUNW dependencies In-Reply-To: <49428.72.39.216.186.1192898709.squirrel@mail.blastwave.org> References: <471A2CA9.8060709@citasystems.com> <49428.72.39.216.186.1192898709.squirrel@mail.blastwave.org> Message-ID: <471A371F.5010900@citasystems.com> @Dennis Jeez, Dennis go outside and see the sunshine! It'll be winter soon. I didn't expect to find you answering this question. Thanks. I have to deal with Solars 8, 9, and 10 (up to 11/06 ver.) in various states. The place where I got a job is not happy about having Solaris around and we had to call them "hardware control apparatus". They are not allowed internet access AND I'm expected (at present) to keep a low profile with software development on it (them). I didn't do the install and there were no notes about what or why for existing software. With the help of several on this list I created a CD with tools I use from Blastwave and got them all to install without complaints. I'm still working on why Firefox (local html viewing) doesn't have all its symbol references satisfied, but a simple gcc on a 2 line c program gave me all sorts of strange errors. I got out the Solaris 8 install disks, but got scared off adding the Developer Packages when the install process (that *I* followed) demanded that I supply the ip and netmasks. (Low profile, remember.) So I looked through the disks and found that stdio.h was in the SUNWhea so I added it. MUCH BETTER compiling! Slowly I've been adding more SUNW packages. I extracted all of the descriptions (remember, no internet, no GOOGLE to see want I need) and read through them all for likely files. Added a bunch more. Christ. Then I had to reapply the leventy-dozen patches! It has escaped me in the past that each time you add a package you gotta deal with patches lest the unpatched package might interfere with all of its more enlightened brothers who got patched. Sigh, today at home (workin' for the man on a Saturday... for free...), I found that I was still missing SUNWarc. That is when I decided to see about "known dependencies". I found a Solaris 8 verbose description of all official packages, even arranged by groups. It has specific suggestions about a minimum for 32bit program development and a 64bit addendum. I'll put those on next week. When I am successful, I would like (different from actually doing it) to add an article to Blastwave reminding new users to check for package presence AND patch situation. George Wyche Dennis Clarke wrote: >> @all >> I notice in the package lists that the SUNW dependencies are not listed. >> >> Is this information available somewhere? > > Actually no .. it is not. We have always built packages from the > perspective that you have Solaris 8 or higher. You can actually install a > Solaris 8 core install ( which is real real lean ) and then install a large > number of CSW packages. You may need some SUNW packages that are above and > beyond the core install eventually but certainly not the whole massive OS > that is in the "everything plus the kitchen sink" installation options. > > It has been a while since I installed a Solaris 8 core install or even a > Solaris 10 core install but ... I think ( as in I seem to recall ) that you > can install a lot of CSW packages based on not more than that. > > So in answer to your question ... no we do not keep a list of the SUNW > dependency requirements. > > Dennis > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From dclarke at blastwave.org Sat Oct 20 21:40:10 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Sat, 20 Oct 2007 15:40:10 -0400 (EDT) Subject: [csw-users] SUNW dependencies In-Reply-To: <471A371F.5010900@citasystems.com> References: <471A2CA9.8060709@citasystems.com> <49428.72.39.216.186.1192898709.squirrel@mail.blastwave.org> <471A371F.5010900@citasystems.com> Message-ID: <49660.72.39.216.186.1192909210.squirrel@mail.blastwave.org> > @Dennis > > Jeez, Dennis go outside and see the sunshine! It'll be winter soon. > I didn't expect to find you answering this question. Thanks. OKay .. I went for a walk and of course you are right. It will be winter soon and there are pile of leaves out there. A few of them are the textbook maple leaf : http://www.blastwave.org/dclarke/blog/images/leafs.jpg The maple tree in my front yard is moving from green to yellow and red and I think that within a week it will drop all of those colours with nothing left but a skeleton to face the winter. Strange how trees lower their defenses when faced with winter. > I have to deal with Solars 8, 9, and 10 (up to 11/06 ver.) in various > states. Sounds like the typical server room. > The place where I got a job is not happy about having Solaris > around and we had to call them "hardware control apparatus". Don't tell me .. let me guess. They like Windows and Linux. Solaris is seen as some sort of old thing that no one understands anymore. > They are > not allowed internet access AND I'm expected (at present) to keep a low > profile with software development on it (them). I didn't do the install > and there were no notes about what or why for existing software. With > the help of several on this list I created a CD with tools I use from > Blastwave and got them all to install without complaints. I recall that ordeal and I'm glad some progress was made. > I'm still working on why Firefox (local html viewing) doesn't have all > its symbol references satisfied, but a simple gcc on a 2 line c program > gave me all sorts of strange errors. Can you post those errors ? I guess without internet access it must be tough to get data from out of those machines to anywhere. > I got out the Solaris 8 install > disks, blew off the dust ... # uname -a SunOS pluto 5.8 Generic_117350-50 sun4u sparc SUNW,UltraSPARC-IIi-cEngine # uptime 3:32pm up 1 day(s), 5:16, 1 user, load average: 0.00, 0.00, 0.01 # as you see .. I recently installed Solaris 8 Update 4 into a Sparc machine again. Just for software port and test work. The old story being that if it works there .. then it works everywhere. > but got scared off adding the Developer Packages when the install > process (that *I* followed) demanded that I supply the ip and netmasks. That is weird. What did you install ? Sun ONE Studio 8 ? Studio 11 ? > (Low profile, remember.) So I looked through the disks and found that > stdio.h was in the SUNWhea so I added it. yeah .. you need that one. # pkginfo -l SUNWhea PKGINST: SUNWhea NAME: SunOS Header Files CATEGORY: system ARCH: sparc VERSION: 11.8.0,REV=2000.01.08.18.12 BASEDIR: / VENDOR: Sun Microsystems, Inc. DESC: SunOS C/C++ header files for general development of software PSTAMP: on28-patch20050311140515 INSTDATE: Oct 19 2007 00:08 HOTLINE: Please contact your local service provider STATUS: completely installed FILES: 1328 installed pathnames 38 shared pathnames 94 directories 15190 blocks used (approx) > MUCH BETTER compiling! Slowly > I've been adding more SUNW packages. I extracted all of the descriptions > (remember, no internet, no GOOGLE to see want I need) and read through > them all for likely files. Added a bunch more. Christ. Then I had to > reapply the leventy-dozen patches! Oh man .. I can relate. I have been there done that and its no damn fun. > It has escaped me in the past that each time you add a package you gotta > deal with patches lest the unpatched package might interfere with all of > its more enlightened brothers who got patched. hrmm .. true. This is part of the patch disaster that Solaris/Sun needs to fix. If you apply a patch 1xxxxx-01 and it updates a whack of files and then you come along and install ( from Solaris 8 GA or whatever ) some SUNW package which should have been patched ... no no .. hold on a sec If a patch needs to be applied and you are missing some package that the patch addresses then I don't think you can even apply the patch. The patchadd will fail because some of the packages being patched are missing. If you choose to remove and then reinstall some package then you may get into trouble. but .. I digress. > Sigh, today at home (workin' for the man on a Saturday... for free...), don't get me started. :-\ > I found that I was still missing SUNWarc. That is when I decided to see > about "known dependencies". # pkginfo -l SUNWarc PKGINST: SUNWarc NAME: Archive Libraries CATEGORY: system ARCH: sparc VERSION: 11.8.0,REV=2000.01.08.18.12 BASEDIR: / VENDOR: Sun Microsystems, Inc. DESC: system libraries in archive (ar) format for software development of statically linked executables PSTAMP: on28-patch20070612065436 INSTDATE: Oct 18 2007 23:31 HOTLINE: Please contact your local service provider STATUS: completely installed FILES: 222 installed pathnames 9 shared pathnames 2 linked files 11 directories 20948 blocks used (approx) yeah .. I see that one from time ot time also > I found a Solaris 8 verbose description of all official packages, even > arranged by groups. It has specific suggestions about a minimum for > 32bit program development and a 64bit addendum. I'll put those on next > week. When I am successful, I would like (different from actually doing > it) to add an article to Blastwave reminding new users to check for > package presence AND patch situation. sure thing .. it sounds like a damn good idea. Dennis ps: see? I went out and did what you said and took a picture for you. :-) From molson2 at gmu.edu Mon Oct 22 04:48:45 2007 From: molson2 at gmu.edu (Mark A Olson) Date: Sun, 21 Oct 2007 22:48:45 -0400 Subject: [csw-users] SUNW dependencies - firefox In-Reply-To: References: Message-ID: This is just a question for my own learning. Why are you using Solaris 8, and a newer version (9, 10)? Since you can get Solaris 10 for free. This may or may not help: I get the solaris versions of firefox, thunderbird, and seamonkey from www.mozilla.com. I have had no problems with them. To get the latest firefox - 2.0.0.8 you can get them at: there are versions for Solaris 8 and Solaris 10. http://www.mozilla.com/en-US/firefox/2.0.0.8/releasenotes/#contributedbuilds or http://www.mozilla.com/en-US/firefox/ click on free download go down to Contributed builds: who have a choice of: Tarball format * firefox-2.0.0.8.en-US.solaris10-i386.tar.bz2 (cksum) * firefox-2.0.0.8.en-US.solaris10-sparc.tar.bz2 (cksum) * firefox-2.0.0.8.en-US.solaris8-i386-gtk1.tar.bz2 (cksum) * firefox-2.0.0.8.en-US.solaris8-sparc-gtk1.tar.bz2 (cksum) Pkgadd format * firefox-2.0.0.8.en-US.solaris10-i386-pkg.bz2 (cksum) * firefox-2.0.0.8.en-US.solaris10-sparc-pkg.bz2 (cksum) * firefox-2.0.0.8.en-US.solaris8-i386-gtk1-pkg.bz2 (cksum) * firefox-2.0.0.8.en-US.solaris8-sparc-gtk1-pkg.bz2 (cksum) I generally use the Tarball format. for the sparc Solaris 10 build to compile they use : target: sparc-sun-solaris2.10 Build tools Compiler Version Compiler flags /opt/SUNWspro/bin/cc Sun C 5.8 -xlibmil -xstrconst -xbuiltin=%all -mt Patch 121015-04 2007/01/10 /opt/SUNWspro/bin/CC Sun C++ 5.8 -xlibmil -xlibmopt -features=tmplife Patch 121017-10 -norunpath -xbuiltin=%all 2007/02/21 -features=tmplife -mt -I/usr/openwin/include Configure arguments --enable-application=browser --enable-xft --enable-svg --enable-canvas --enable-static --enable-optimize=-xO3 --enable-official-branding --enable-default-toolkit=gtk2 --disable-updater --disable-tests --disable-debug --disable-shared --disable-auto-deps --disable-freetype2 --srcdir=/export/home/mozilla/uild/firefox-2.0.0.8/src/mozilla more information is contained in the readme on the download page. --------------------------------------------------- Mark A Olson Research Professor Interdisciplinary Center for Economic Science George Mason University `?.,, ><(((?> `?.,, ><(((?> `?.,, ><(((? 4400 University Dr. MSN 1B2 Fairfax, VA 22030 Tele: (703)993-4846 Fax: (703)993-4851 Email: molson2 at gmu.edu Web: http://ices.gmu.edu/ ----- Original Message ----- From: users-request at lists.blastwave.org Date: Saturday, October 20, 2007 3:40 pm Subject: [Junk released by Allow List] users Digest, Vol 45, Issue 12 > Send users mailing list submissions to > users at lists.blastwave.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.blastwave.org/mailman/listinfo/users > or, via email, send a message with subject or body 'help' to > users-request at lists.blastwave.org > > You can reach the person managing the list at > users-owner at lists.blastwave.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of users digest..." > > > Today's Topics: > > 1. Re: Firefox Solaris8 failure (James Lee) > 2. Re: MPlayer - Testing and Unstable (Jonathan Wheeler) > 3. FNS, Solaris 10, and nail (Jeremiah Johnson) > 4. Re: FNS, Solaris 10, and nail (Cory Omand) > 5. Re: FNS, Solaris 10, and nail (Dennis Clarke) > 6. SUNW dependencies (George Wyche) > 7. Re: SUNW dependencies (Dennis Clarke) > 8. Re: SUNW dependencies (George Wyche) > 9. Re: SUNW dependencies (Dennis Clarke) > > > ------------------------------------------------------------------- > --- > > Message: 1 > Date: Wed, 17 Oct 2007 08:57:50 GMT > From: James Lee > Subject: Re: [csw-users] Firefox Solaris8 failure > To: questions and discussions > Message-ID: <20071017.8575000.2681404935 at gyor.oxdrove.co.uk> > Content-Type: text/plain; charset=ISO-8859-1 > > On 17/10/07, 04:10:28, George Wyche wrote > regarding > Re: [csw-users] Firefox Solaris8 failure: > > > I have patched that Solaris 8, Blade100 up to date. It still has the > > very same complaint. My "nm /lib/libCrun.so.1" does not match > yours and > > I don't know why. > > nm /lib/libCrun.so.1 | grep 1c2N6FI_p > > [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ > > You've not yet seen my result for that: > $ nm /lib/libCrun.so.1 | grep 1c2N6FI_p > [185] | 24804| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ > > and did I say my patches were up-to-date? > > > > > and the error I get when I type "firefox" is the usual you see > below.> WHERE is my 0_ on the end above?!!! Also. please note that > YOUR symbol > > resolution is missing an underscore before the p. Was that a > mistype?> REQUIRED: . . . . . . . . . . . . . . . . . . . . . . . > . . . . > > __1c2N6FI_pv_0_ > > MINE: [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ > > YOURS:[46] | 28724| 8|FUNC |GLOB |0 |12 |__1c2n6FIpv_0_ > > I copied and pasted from your original message that has: > __1c2n6FIpv_0_: referenced symbol not found > > > > > I sure would like to run Firefox. How do I proceed? > > > I am slowly turning this Blade100 into a development machine. I > have put > > on a bunch of SUNW development packages and gcc4 and gmake and have > > compiled a trivial c program so I'm willing to attack the > problem in > > more detail, though I wish it would just go away. > > What error messages are you seeing now? > > Try "ldd -r" on the binaries to check that symbols references exist. > You need to set LD_LIBRARY_PATH for firefox, (for a reason unknown > to me it doesn't set its RPATH fully.) > > $ LD_LIBRARY_PATH=/opt/csw/mozilla/firefox/lib \ > ldd -r /opt/csw/mozilla/firefox/lib/firefox-bin > > > > > James. > > > ------------------------------ > > Message: 2 > Date: Thu, 18 Oct 2007 00:24:42 +1300 > From: Jonathan Wheeler > Subject: Re: [csw-users] MPlayer - Testing and Unstable > To: questions and discussions > Message-ID: <4715F0FA.7030707 at blastwave.org> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Uwe Dippel wrote: > > On 10/16/07, Jonathan Wheeler wrote: > > > > [...] > > > > Jonathan, > > > > in case you're at it, could you try to enable fontconfig ? > > I can't get any OSD up ('o'), and any font I throw at it is > handled with > > "... doesn't look like a bitmap font description, ignoring." > > I think I've gone and traded one problem for another. > > From what I've been able to work out so far, the gnu iconv > doesn't > handle the C locale conversion properly on Solaris. The fix for > the > iconv errors was to 'disable' iconv, which is to say - use the > version > bundled into the solaris glibc instead, and --disable-iconv. > > Great, I built the package that you've tested, and sure enough the > iconv > errors go away. > However, looking at the ./configure scrolling on by, we now have a > new > issue: > Checking for bitmap font support ... yes > Checking for freetype >= 2.0.9 ... no (iconv support needed) > Checking for fontconfig ... no (freetype support needed) > Checking for SSA/ASS support ... no (FreeType support needed) > > Hmm. > > I'll keep at it! > > Jonathan > > > ------------------------------ > > Message: 3 > Date: Thu, 18 Oct 2007 11:44:29 -0500 > From: "Jeremiah Johnson" > Subject: [csw-users] FNS, Solaris 10, and nail > To: users at lists.blastwave.org > Message-ID: > <701ea59b0710180944v7ac90545n42bf470e57cb85dc at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi guys, > > I'm attempting to install nail on one of my Solaris 10 systems, but > its failing because of a dependency on SUNWfns. According to the EOL > docs, Federated Naming has been removed in Solaris 10. Apparently > somebody did report it as a bug in 2006, but it is still not resolved. > > 0001198 packaging block > (thomas) 2006-01-04 > inexistant dependency in Solaris 10 > > I duped it (its early, not enough coffee) because mantis didnt display > open bugs, so I didn't realize I had to click 'view bugs' when i went > into the nail bug report.. > > 0002633 1 packaging block > new 2007-10-18 nail cannot > install due to dependancy on SUNWfns. > > It would be great to see this fixed in the next update. > > Thanks > -miah > > > ------------------------------ > > Message: 4 > Date: Thu, 18 Oct 2007 09:55:48 -0700 > From: "Cory Omand" > Subject: Re: [csw-users] FNS, Solaris 10, and nail > To: "questions and discussions" > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > On 10/18/07, Jeremiah Johnson wrote: > > It would be great to see this fixed in the next update. > > Hi Miah, > > The surest way for this to be tracked (vs. lost in the sea of users@) > is to raise a bug against the nail package. There is a link to the > bug tracker on the package page at > http://www.blastwave.org/packages/nail. > > Regards, > Cory. > > > ------------------------------ > > Message: 5 > Date: Thu, 18 Oct 2007 13:08:42 -0400 (EDT) > From: "Dennis Clarke" > Subject: Re: [csw-users] FNS, Solaris 10, and nail > To: "questions and discussions" > Message-ID: > <34478.72.39.216.186.1192727322.squirrel at mail.blastwave.org> > Content-Type: text/plain;charset=iso-8859-1 > > > > On 10/18/07, Jeremiah Johnson wrote: > >> It would be great to see this fixed in the next update. > > > > Hi Miah, > > > > The surest way for this to be tracked (vs. lost in the sea of > users@)> is to raise a bug against the nail package. There is a > link to the > > bug tracker on the package page at > > http://www.blastwave.org/packages/nail. > > I just saw the bug report fly at me . So .. it's in there now. > > > Thu, 18 Oct 2007 12:39:40 -0400 (EDT) > Received: (from nobody at localhost) > Date: Thu, 18 Oct 2007 12:39:40 -0400 (EDT) > Subject: [nail 0002633]: nail cannot install due to dependancy on > SUNWfns.X-Mailer: PHP/4.4.4 > X-Priority: 0 > Content-Length: 1610 > > > The following NEW bug has been ADDED. > ======================================================================= > http://www.blastwave.org/mantis/view_bug_page.php?f_id=2633 > ======================================================================= > Reporter: miah > Handler: > ======================================================================= > Project: nail > Bug ID: 0002633 > Category: packaging > Reproducibility: always > Severity: block > Priority: normal > Status: new > ======================================================================= > Date Submitted: 2007-10-18 12:39 EDT > Last Modified: 2007-10-18 12:39 EDT > ======================================================================= > Summary: nail cannot install due to dependancy > on SUNWfns. > Description: > Nail will not install. > > sfg-unixops# pkg-get -i nail > No existing install of CSWnail found. Installing... > Pre-existing local file nail-11.2,REV=2004.08.19-SunOS5.8-sparc- > CSW.pkg.gzmatches checksum > Keeping existing file > Analysing special files... > Hmmm. Retrying with different archive offset...936 blocks > > ERROR: no info for SUNWfns. Cannot install dependancy. > ERROR: could not install required dependancies for CSWnail > > http://www.sun.com/bigadmin/content/eof/s10u1eof.html > "Features Removed From the Solaris 10 Operating System" > "Federated Naming Service XFN Libraries and Commands" > ======================================================================= > > > Dennis > > > > ------------------------------ > > Message: 6 > Date: Sat, 20 Oct 2007 11:28:25 -0500 > From: George Wyche > Subject: [csw-users] SUNW dependencies > To: questions and discussions > Message-ID: <471A2CA9.8060709 at citasystems.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > @all > I notice in the package lists that the SUNW dependencies are not > listed. > Is this information available somewhere? > > > > ------------------------------ > > Message: 7 > Date: Sat, 20 Oct 2007 12:45:09 -0400 (EDT) > From: "Dennis Clarke" > Subject: Re: [csw-users] SUNW dependencies > To: "questions and discussions" > Message-ID: > <49428.72.39.216.186.1192898709.squirrel at mail.blastwave.org> > Content-Type: text/plain;charset=iso-8859-1 > > > > @all > > I notice in the package lists that the SUNW dependencies are not > listed.> > > Is this information available somewhere? > > Actually no .. it is not. We have always built packages from the > perspective that you have Solaris 8 or higher. You can actually > install a > Solaris 8 core install ( which is real real lean ) and then > install a large > number of CSW packages. You may need some SUNW packages that are > above and > beyond the core install eventually but certainly not the whole > massive OS > that is in the "everything plus the kitchen sink" installation > options. > It has been a while since I installed a Solaris 8 core install or > even a > Solaris 10 core install but ... I think ( as in I seem to recall ) > that you > can install a lot of CSW packages based on not more than that. > > So in answer to your question ... no we do not keep a list of the SUNW > dependency requirements. > > Dennis > > > > ------------------------------ > > Message: 8 > Date: Sat, 20 Oct 2007 12:13:03 -0500 > From: George Wyche > Subject: Re: [csw-users] SUNW dependencies > To: questions and discussions > Message-ID: <471A371F.5010900 at citasystems.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > @Dennis > > Jeez, Dennis go outside and see the sunshine! It'll be winter soon. > I didn't expect to find you answering this question. Thanks. > > I have to deal with Solars 8, 9, and 10 (up to 11/06 ver.) in > various > states. The place where I got a job is not happy about having > Solaris > around and we had to call them "hardware control apparatus". They > are > not allowed internet access AND I'm expected (at present) to keep > a low > profile with software development on it (them). I didn't do the > install > and there were no notes about what or why for existing software. > With > the help of several on this list I created a CD with tools I use > from > Blastwave and got them all to install without complaints. > > I'm still working on why Firefox (local html viewing) doesn't have > all > its symbol references satisfied, but a simple gcc on a 2 line c > program > gave me all sorts of strange errors. I got out the Solaris 8 > install > disks, but got scared off adding the Developer Packages when the > install > process (that *I* followed) demanded that I supply the ip and > netmasks. > (Low profile, remember.) So I looked through the disks and found > that > stdio.h was in the SUNWhea so I added it. MUCH BETTER compiling! > Slowly > I've been adding more SUNW packages. I extracted all of the > descriptions > (remember, no internet, no GOOGLE to see want I need) and read > through > them all for likely files. Added a bunch more. Christ. Then I had > to > reapply the leventy-dozen patches! > > It has escaped me in the past that each time you add a package you > gotta > deal with patches lest the unpatched package might interfere with > all of > its more enlightened brothers who got patched. > > Sigh, today at home (workin' for the man on a Saturday... for > free...), > I found that I was still missing SUNWarc. That is when I decided > to see > about "known dependencies". > > I found a Solaris 8 verbose description of all official packages, > even > arranged by groups. It has specific suggestions about a minimum > for > 32bit program development and a 64bit addendum. I'll put those on > next > week. When I am successful, I would like (different from actually > doing > it) to add an article to Blastwave reminding new users to check > for > package presence AND patch situation. > > George Wyche > > Dennis Clarke wrote: > >> @all > >> I notice in the package lists that the SUNW dependencies are > not listed. > >> > >> Is this information available somewhere? > > > > Actually no .. it is not. We have always built packages from the > > perspective that you have Solaris 8 or higher. You can actually > install a > > Solaris 8 core install ( which is real real lean ) and then > install a large > > number of CSW packages. You may need some SUNW packages that > are above and > > beyond the core install eventually but certainly not the whole > massive OS > > that is in the "everything plus the kitchen sink" installation > options.> > > It has been a while since I installed a Solaris 8 core install > or even a > > Solaris 10 core install but ... I think ( as in I seem to recall > ) that you > > can install a lot of CSW packages based on not more than that. > > > > So in answer to your question ... no we do not keep a list of > the SUNW > > dependency requirements. > > > > Dennis > > > > _______________________________________________ > > users mailing list > > users at lists.blastwave.org > > https://lists.blastwave.org/mailman/listinfo/users > > > > > ------------------------------ > > Message: 9 > Date: Sat, 20 Oct 2007 15:40:10 -0400 (EDT) > From: "Dennis Clarke" > Subject: Re: [csw-users] SUNW dependencies > To: "questions and discussions" > Message-ID: > <49660.72.39.216.186.1192909210.squirrel at mail.blastwave.org> > Content-Type: text/plain;charset=iso-8859-1 > > > > @Dennis > > > > Jeez, Dennis go outside and see the sunshine! It'll be winter soon. > > I didn't expect to find you answering this question. Thanks. > > OKay .. I went for a walk and of course you are right. It will > be winter > soon and there are pile of leaves out there. A few of them are the > textbook maple leaf : > > http://www.blastwave.org/dclarke/blog/images/leafs.jpg > > The maple tree in my front yard is moving from green to yellow and > red and I > think that within a week it will drop all of those colours with > nothing left > but a skeleton to face the winter. Strange how trees lower their > defenseswhen faced with winter. > > > I have to deal with Solars 8, 9, and 10 (up to 11/06 ver.) in > various> states. > > Sounds like the typical server room. > > > The place where I got a job is not happy about having Solaris > > around and we had to call them "hardware control apparatus". > > Don't tell me .. let me guess. They like Windows and Linux. > Solaris is seen > as some sort of old thing that no one understands anymore. > > > They are > > not allowed internet access AND I'm expected (at present) to > keep a low > > profile with software development on it (them). I didn't do the > install> and there were no notes about what or why for existing > software. With > > the help of several on this list I created a CD with tools I use > from> Blastwave and got them all to install without complaints. > > I recall that ordeal and I'm glad some progress was made. > > > I'm still working on why Firefox (local html viewing) doesn't > have all > > its symbol references satisfied, but a simple gcc on a 2 line c > program> gave me all sorts of strange errors. > > Can you post those errors ? I guess without internet access it > must be > tough to get data from out of those machines to anywhere. > > > I got out the Solaris 8 install > > disks, > > blew off the dust ... > > # uname -a > SunOS pluto 5.8 Generic_117350-50 sun4u sparc SUNW,UltraSPARC-IIi- > cEngine# uptime > 3:32pm up 1 day(s), 5:16, 1 user, load average: 0.00, 0.00, 0.01 > # > > as you see .. I recently installed Solaris 8 Update 4 into a Sparc > machineagain. Just for software port and test work. The old story > being that if it > works there .. then it works everywhere. > > > but got scared off adding the Developer Packages when the install > > process (that *I* followed) demanded that I supply the ip and > netmasks. > That is weird. What did you install ? Sun ONE Studio 8 ? Studio > 11 ? > > > (Low profile, remember.) So I looked through the disks and found > that> stdio.h was in the SUNWhea so I added it. > > yeah .. you need that one. > > # pkginfo -l SUNWhea > PKGINST: SUNWhea > NAME: SunOS Header Files > CATEGORY: system > ARCH: sparc > VERSION: 11.8.0,REV=2000.01.08.18.12 > BASEDIR: / > VENDOR: Sun Microsystems, Inc. > DESC: SunOS C/C++ header files for general development of > software PSTAMP: on28-patch20050311140515 > INSTDATE: Oct 19 2007 00:08 > HOTLINE: Please contact your local service provider > STATUS: completely installed > FILES: 1328 installed pathnames > 38 shared pathnames > 94 directories > 15190 blocks used (approx) > > > > MUCH BETTER compiling! Slowly > > I've been adding more SUNW packages. I extracted all of the > descriptions> (remember, no internet, no GOOGLE to see want I > need) and read through > > them all for likely files. Added a bunch more. Christ. Then I > had to > > reapply the leventy-dozen patches! > > Oh man .. I can relate. I have been there done that and its no > damn fun. > > > It has escaped me in the past that each time you add a package > you gotta > > deal with patches lest the unpatched package might interfere > with all of > > its more enlightened brothers who got patched. > > hrmm .. true. This is part of the patch disaster that Solaris/Sun > needs to > fix. If you apply a patch 1xxxxx-01 and it updates a whack of > files and then > you come along and install ( from Solaris 8 GA or whatever ) some SUNW > package which should have been patched ... no no .. hold on a sec > > If a patch needs to be applied and you are missing some package > that the > patch addresses then I don't think you can even apply the patch. The > patchadd will fail because some of the packages being patched are > missing. > If you choose to remove and then reinstall some package then you > may get > into trouble. > > but .. I digress. > > > Sigh, today at home (workin' for the man on a Saturday... for > free...), > don't get me started. :-\ > > > I found that I was still missing SUNWarc. That is when I decided > to see > > about "known dependencies". > > # pkginfo -l SUNWarc > PKGINST: SUNWarc > NAME: Archive Libraries > CATEGORY: system > ARCH: sparc > VERSION: 11.8.0,REV=2000.01.08.18.12 > BASEDIR: / > VENDOR: Sun Microsystems, Inc. > DESC: system libraries in archive (ar) format for software > development of statically linked executables > PSTAMP: on28-patch20070612065436 > INSTDATE: Oct 18 2007 23:31 > HOTLINE: Please contact your local service provider > STATUS: completely installed > FILES: 222 installed pathnames > 9 shared pathnames > 2 linked files > 11 directories > 20948 blocks used (approx) > > yeah .. I see that one from time ot time also > > > I found a Solaris 8 verbose description of all official > packages, even > > arranged by groups. It has specific suggestions about a minimum for > > 32bit program development and a 64bit addendum. I'll put those > on next > > week. When I am successful, I would like (different from > actually doing > > it) to add an article to Blastwave reminding new users to check for > > package presence AND patch situation. > > sure thing .. it sounds like a damn good idea. > > > Dennis > > ps: see? I went out and did what you said and took a picture for you. > :-) > > > ------------------------------ > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > > End of users Digest, Vol 45, Issue 12 > ************************************* > From gw at citasystems.com Mon Oct 22 15:58:24 2007 From: gw at citasystems.com (George Wyche) Date: Mon, 22 Oct 2007 08:58:24 -0500 Subject: [csw-users] SUNW dependencies - firefox In-Reply-To: References: Message-ID: <471CAC80.7090305@citasystems.com> @Mark Mark A Olson wrote: > This is just a question for my own learning. > > Why are you using Solaris 8, and a newer version > (9, 10)? Since you can get Solaris 10 for free. After years of being the physical master of the Sun workstation(s) I use, I now work for a large company which bought this small company whose main function is inextricably meshed with custom hardware and Sun workstations. The large company is NOT a unix house and we currently operate under the guise that the workstations are "machine controllers" and therefore have no access to the internet nor resources. I've worked there 2 weeks. I wasn't hired to install new operating systems. (At least not yet!) > This may or may not help: > > I get the solaris versions of firefox, thunderbird, and seamonkey from www.mozilla.com. I have > had no problems with them. Well, of course you have pointed out my personality flaw: won't switch horses in the middle of the river (even when the damn thing is dry). I'm a Blastwave kind of guy. I have in the past gotten a browser from mozilla.com and also from sunfreeware, but I have embraced Blastwave. This blanking piece of software should work. > > To get the latest firefox - 2.0.0.8 > you can get them at: > there are versions for Solaris 8 and Solaris 10. > > http://www.mozilla.com/en-US/firefox/2.0.0.8/releasenotes/#contributedbuilds > > or > > http://www.mozilla.com/en-US/firefox/ > > click on free download > > > go down to Contributed builds: > > who have a choice of: > > Tarball format > > * firefox-2.0.0.8.en-US.solaris10-i386.tar.bz2 (cksum) > * firefox-2.0.0.8.en-US.solaris10-sparc.tar.bz2 (cksum) > * firefox-2.0.0.8.en-US.solaris8-i386-gtk1.tar.bz2 (cksum) > * firefox-2.0.0.8.en-US.solaris8-sparc-gtk1.tar.bz2 (cksum) > > Pkgadd format > > * firefox-2.0.0.8.en-US.solaris10-i386-pkg.bz2 (cksum) > * firefox-2.0.0.8.en-US.solaris10-sparc-pkg.bz2 (cksum) > * firefox-2.0.0.8.en-US.solaris8-i386-gtk1-pkg.bz2 (cksum) > * firefox-2.0.0.8.en-US.solaris8-sparc-gtk1-pkg.bz2 (cksum) > > I generally use the Tarball format. > > > for the sparc Solaris 10 build to compile they use : > > > target: sparc-sun-solaris2.10 > > Build tools > > Compiler Version Compiler flags > /opt/SUNWspro/bin/cc Sun C 5.8 -xlibmil -xstrconst -xbuiltin=%all -mt > Patch 121015-04 > 2007/01/10 > > /opt/SUNWspro/bin/CC Sun C++ 5.8 -xlibmil -xlibmopt -features=tmplife > Patch 121017-10 -norunpath -xbuiltin=%all > 2007/02/21 -features=tmplife -mt -I/usr/openwin/include > > Configure arguments > > --enable-application=browser --enable-xft --enable-svg --enable-canvas > --enable-static --enable-optimize=-xO3 --enable-official-branding > --enable-default-toolkit=gtk2 --disable-updater --disable-tests > --disable-debug --disable-shared --disable-auto-deps > --disable-freetype2 > --srcdir=/export/home/mozilla/uild/firefox-2.0.0.8/src/mozilla > > > more information is contained in the readme > on the download page. > > > So, thank you for all the information. The Blastwave version should work. The fact that it doesn't is a challenge and probably points out a current situation flaw that may be causing other as yet unstumbled over trouble. Working on this problem sits at around #4 on the list of thorns in my foot. I am not at a dead end with it, just plodding (every 16th step). > --------------------------------------------------- > Mark A Olson > Research Professor > Interdisciplinary Center for Economic Science > George Mason University > > `?.,, ><(((?> `?.,, ><(((?> `?.,, ><(((? > > 4400 University Dr. > MSN 1B2 > Fairfax, VA 22030 > > Tele: (703)993-4846 > Fax: (703)993-4851 > Email: molson2 at gmu.edu > Web: http://ices.gmu.edu/ From gw at citasystems.com Mon Oct 22 16:15:57 2007 From: gw at citasystems.com (George Wyche) Date: Mon, 22 Oct 2007 09:15:57 -0500 Subject: [csw-users] Firefox Solaris8 failure In-Reply-To: <20071017.8575000.2681404935@gyor.oxdrove.co.uk> References: <470B03AE.6030200@citasystems.com> <20071009.11094300.3911826445@gyor.oxdrove.co.uk> <470B8B60.9060209@citasystems.com> <47157D24.406@citasystems.com> <20071017.8575000.2681404935@gyor.oxdrove.co.uk> Message-ID: <471CB09D.3050401@citasystems.com> @James I attempted to get a patch 108434-22 which patches SUNWlibc, because the 5.8 box's is 108434-13. Alas, it is NOT a free patch. So maybe I am at a dead end for FireFox on Solaris8, unless I embark on a $ path that means at a minimum filling out company forms, seeking justifications, etc. which is abhorred. I'll live with Netscape 4.6, if it comes to that. I will also put out feelers about being allowed to install Solaris10. Thanks again for the attention. George Wyche James Lee wrote: > On 17/10/07, 04:10:28, George Wyche wrote regarding > Re: [csw-users] Firefox Solaris8 failure: > >> I have patched that Solaris 8, Blade100 up to date. It still has the >> very same complaint. My "nm /lib/libCrun.so.1" does not match yours and >> I don't know why. >> nm /lib/libCrun.so.1 | grep 1c2N6FI_p >> [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ > > You've not yet seen my result for that: > $ nm /lib/libCrun.so.1 | grep 1c2N6FI_p > [185] | 24804| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ > > and did I say my patches were up-to-date? > > > >> and the error I get when I type "firefox" is the usual you see below. >> WHERE is my 0_ on the end above?!!! Also. please note that YOUR symbol >> resolution is missing an underscore before the p. Was that a mistype? >> REQUIRED: . . . . . . . . . . . . . . . . . . . . . . . . . . . >> __1c2N6FI_pv_0_ >> MINE: [191] | 21756| 12|FUNC |GLOB |0 |12 |__1c2N6FI_pv_ >> YOURS:[46] | 28724| 8|FUNC |GLOB |0 |12 |__1c2n6FIpv_0_ > > I copied and pasted from your original message that has: > __1c2n6FIpv_0_: referenced symbol not found > > > >> I sure would like to run Firefox. How do I proceed? > >> I am slowly turning this Blade100 into a development machine. I have put >> on a bunch of SUNW development packages and gcc4 and gmake and have >> compiled a trivial c program so I'm willing to attack the problem in >> more detail, though I wish it would just go away. > > What error messages are you seeing now? > > Try "ldd -r" on the binaries to check that symbols references exist. > You need to set LD_LIBRARY_PATH for firefox, (for a reason unknown > to me it doesn't set its RPATH fully.) > > $ LD_LIBRARY_PATH=/opt/csw/mozilla/firefox/lib \ > ldd -r /opt/csw/mozilla/firefox/lib/firefox-bin > > > > > James. > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From james.hartley at gmail.com Tue Oct 23 00:35:45 2007 From: james.hartley at gmail.com (James Hartley) Date: Mon, 22 Oct 2007 15:35:45 -0700 Subject: [csw-users] package management In-Reply-To: <8217e8cc0710160845j11995699k53ed156ff4302065@mail.gmail.com> References: <8217e8cc0710121816o2719eb39r6dc84fddc88b2080@mail.gmail.com> <625385e30710130117o199a4c83jb775ab8b21f20885@mail.gmail.com> <471468FC.601@uni-paderborn.de> <8217e8cc0710160845j11995699k53ed156ff4302065@mail.gmail.com> Message-ID: <8217e8cc0710221535s1cb3d84ao79645376d9819a5a@mail.gmail.com> ok I think I translated the comments find attached a copy of your code with the rather poor english translations. In addition could you give me a high level descussion of what your code attempts to do. Nothing to detailed just wondering about the overall strategy... I have an good idea of what you are trying to do just what to make sure I don't miss any major points or problems you might have faced. thanks james -------------- next part -------------- A non-text attachment was scrubbed... Name: csw-sun-our-archive.pl Type: application/x-perl Size: 11284 bytes Desc: not available URL: From gilberto.persico at gmail.com Tue Oct 23 09:53:45 2007 From: gilberto.persico at gmail.com (unixman) Date: Tue, 23 Oct 2007 09:53:45 +0200 Subject: [csw-users] libcontract on Solaris 8 ? Message-ID: Hi all, recently I had to setup a couple of sol8 boxes, one sparc and one x86. I installed openssh from blastwave and I noticed it depends on libcontract, which in Solaris 8 to the best of my knowledge does not exist. The result is that obviously sshd refuses to start. Is it a known issue or I'm missing something ? Thanks gilberto -------------- next part -------------- An HTML attachment was scrubbed... URL: From odenbach at uni-paderborn.de Tue Oct 23 17:22:19 2007 From: odenbach at uni-paderborn.de (Christopher Odenbach) Date: Tue, 23 Oct 2007 17:22:19 +0200 Subject: [csw-users] package management In-Reply-To: <8217e8cc0710221535s1cb3d84ao79645376d9819a5a@mail.gmail.com> References: <8217e8cc0710121816o2719eb39r6dc84fddc88b2080@mail.gmail.com> <625385e30710130117o199a4c83jb775ab8b21f20885@mail.gmail.com> <471468FC.601@uni-paderborn.de> <8217e8cc0710160845j11995699k53ed156ff4302065@mail.gmail.com> <8217e8cc0710221535s1cb3d84ao79645376d9819a5a@mail.gmail.com> Message-ID: <471E11AB.6040506@uni-paderborn.de> Hi, > ok I think I translated the comments find attached a copy of your code with the > rather poor english translations. In addition could you give me a high level > descussion of what your code attempts to do. Nothing to detailed just > wondering about the > overall strategy... I have an good idea of what you are trying to do > just what to make sure I don't miss any major points or problems you > might have faced. OK, here we go: Assumptions: - pkg-get only supports one repository - we want to be able to install our own packages (or other non-blastwave packages) with pkg-get - to do so we - create a local mirror (with rsync), that gets updated regularly - create a local repository for the packages we want to mix in - create a repository that contains nothing but symbolic links to all the packages in the blastwave mirror and in our own repository - create catalog and description file for the mix directory so that it can be used as a pkg-get repository Comments to the script: - $basedir is the basedir where all repositories can be found - $collections is a hash that defines, which repositories should be mixed together. In the example, the collection '$basedir/stable' is made from $basedir/csw/stable, $basedir/upb, $basedir/sun and $basedir/packages. - mix_sources is the main function that does everything (just to make alle the variables local instead of global) - link_new_packages creates the symbolic links from one dir to the other. If it finds new packages to link, it recreates the catalog and description files for this particular source. - catalog and description are read into a hash which is then written out into the destination dir (to prevent multiple versions of one package) - generate_catalog reads in all packages and creates the md5sums. It contains a small hack: Original Sun packages have package names that contain spaces, so the package name is set to SUNWxyz. - relatove_path just constructs the relative path to come from dir a to dir b. - remove_dangling_symlinks removes symlinks that point to a non-existing package Did this help a little? Christopher -- ====================================================== Dipl.-Ing. Christopher Odenbach Zentrum fuer Informations- und Medientechnologien Universitaet Paderborn Raum N5.122 odenbach at uni-paderborn.de Tel.: +49 5251 60 5315 ====================================================== -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature URL: From a.cervellin at acm.org Thu Oct 25 19:58:11 2007 From: a.cervellin at acm.org (Alessio) Date: Thu, 25 Oct 2007 19:58:11 +0200 Subject: [csw-users] libcontract on Solaris 8 ? In-Reply-To: References: Message-ID: <4720D933.6040707@acm.org> unixman wrote: > Hi all, > recently I had to setup a couple of sol8 boxes, one sparc and one x86. > I installed openssh from blastwave and I noticed it depends on > libcontract are you sure? these are the dependecies for sshd: bash-2.03$ ldd /opt/csw/sbin/sshd libwrap.so.1 => /opt/csw/lib/i386/libwrap.so.1 libpam.so.1 => /usr/lib/libpam.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libresolv.so.2 => /usr/lib/libresolv.so.2 libcrypto.so.0.9.8 => /opt/csw/lib/pentium_pro/libcrypto.so.0.9.8 librt.so.1 => /usr/lib/librt.so.1 libz.so => /opt/csw/lib/i386/libz.so libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libgssapi_krb5.so.2 => /opt/csw/lib/i386/libgssapi_krb5.so.2 libkrb5.so.3 => /opt/csw/lib/i386/libkrb5.so.3 libcom_err.so.3 => /opt/csw/lib/i386/libcom_err.so.3 libc.so.1 => /usr/lib/libc.so.1 libcmd.so.1 => /usr/lib/libcmd.so.1 libaio.so.1 => /usr/lib/libaio.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 libkrb5support.so.0 => /opt/csw/lib/libkrb5support.so.0 From dreyerja at uni-paderborn.de Fri Oct 26 10:05:22 2007 From: dreyerja at uni-paderborn.de (Jan Dreyer) Date: Fri, 26 Oct 2007 10:05:22 +0200 Subject: [csw-users] ChangeLog for updates Message-ID: <47219FC2.8010505@uni-paderborn.de> Hello all, on the occasion of many new releases switched from unstable to stable, I would like to express a desire to all maintainers who are about to publish an update of their package(s): I'm missing a ChangeLog. For many packages there is no (CSW-)Changelog at all, even inside the package itself. But it should be readable _without_ installing the package first. One possible solution is to publish it on the web: Blastwave.org Track BugCentral has a section "Documentation" which is empty for all packages I looked. Or is it me and I'm looking in the wrong places? So pleas point my nose in the right direction ... Thank you all for your effort supporting blastwave and making it the first place to search for open source software for Solaris! Greetings Jan Dreyer From dennis.strom at siemens.com Fri Oct 26 21:12:58 2007 From: dennis.strom at siemens.com (Strom, Dennis (MED US)) Date: Fri, 26 Oct 2007 15:12:58 -0400 Subject: [csw-users] How to receive cd orders Message-ID: My wife ordered the two cd set for Solaris 9 over two months ago. I have been emailing blastwave and no one will reply back. What am I doing wrong and what do I need to do get these disks. Thank you Dennis ---------------------------------------------------------------------------- This message and any included attachments are from Siemens Medical Solutions and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail with a copy to Central.SecurityOffice at siemens.com Thank you From dclarke at blastwave.org Fri Oct 26 21:19:37 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Fri, 26 Oct 2007 15:19:37 -0400 (EDT) Subject: [csw-users] How to receive cd orders In-Reply-To: References: Message-ID: <1355.72.39.216.186.1193426377.squirrel@mail.blastwave.org> > > My wife ordered the two cd set for Solaris 9 over two months ago. I > have been emailing blastwave and no one will reply back. What am I > doing wrong and what do I need to do get these disks. Drop me an email so that I can track it down ? Dennis From jeff at interchange.ca Fri Oct 26 21:19:59 2007 From: jeff at interchange.ca (Jeff MacDonald) Date: Fri, 26 Oct 2007 15:19:59 -0400 Subject: [csw-users] coming from Sunfreeware to blastwave -- need a hand Message-ID: <466D7A25-BEAC-4665-ACEC-5C9F8C46D078@interchange.ca> Hi Folks I'm quite new to Solaris over all, having come from a FreeBSD world. I started out using SFW, but when subversion barfed and I couldn't get support, I decided it was blastwaves turn :) So I've installed according to the howto document, but a few weird things happen I did a pkgrm of screen, then a pkg-get -i screen hoping to install the one from blastwave, however it still downloaded from sunfreeware. Also if i do a pkg-get -U , it tries to get updates from sunfreeware, not blastwave. The strange thing is, I didn't add sunfreeware anywhere to a config file, all I ever did to use it was download the package from them and run pkg_add -D filename Soooo, I'd really like to get rocking with subversion and apache on this machine, any pointers for a noob would be appreciated. Thanks. ---- Jeff MacDonald Interchange Technologies 613 292 6239 From comand at blastwave.org Fri Oct 26 21:25:03 2007 From: comand at blastwave.org (Cory Omand) Date: Fri, 26 Oct 2007 12:25:03 -0700 Subject: [csw-users] coming from Sunfreeware to blastwave -- need a hand In-Reply-To: <466D7A25-BEAC-4665-ACEC-5C9F8C46D078@interchange.ca> References: <466D7A25-BEAC-4665-ACEC-5C9F8C46D078@interchange.ca> Message-ID: On 10/26/07, Jeff MacDonald wrote: > Also if i do a pkg-get -U , it tries to get updates from sunfreeware, > not blastwave. Jeff, Can you post the output from 'pkg-get -U', as well as 'pkginfo -x CSWpkgget'? - C. From jeff at interchange.ca Fri Oct 26 21:34:50 2007 From: jeff at interchange.ca (Jeff MacDonald) Date: Fri, 26 Oct 2007 15:34:50 -0400 Subject: [csw-users] coming from Sunfreeware to blastwave -- need a hand In-Reply-To: References: <466D7A25-BEAC-4665-ACEC-5C9F8C46D078@interchange.ca> Message-ID: <292926E2-069E-4F65-8EE3-FD1286E5279C@interchange.ca> > On 10/26/07, Jeff MacDonald wrote: >> Also if i do a pkg-get -U , it tries to get updates from sunfreeware, >> not blastwave. > > Jeff, > > Can you post the output from 'pkg-get -U', as well as 'pkginfo -x > CSWpkgget'? > > - C. Actually I think I figured it out.. sorta. It's a path issue. But I still don't understand it. sandbox# which pkg-get /opt/csw/bin//pkg-get If i run pkg-get -U it downloads updates from sunfreeware.com If I run /opt/csw/bin/pkg-get -U it downloads updates from sunfreeware. Which doesn't really make sense to me why the behavior is different. So with that being said, i did /opt/csw/bin/pkg-get -i screen it get's things from blastwave and installed in /opt/csw as expected So all works fine, I just can't quite jive why it's getting confused over paths. Jeff. From dclarke at blastwave.org Fri Oct 26 21:40:05 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Fri, 26 Oct 2007 15:40:05 -0400 (EDT) Subject: [csw-users] coming from Sunfreeware to blastwave -- need a hand In-Reply-To: <292926E2-069E-4F65-8EE3-FD1286E5279C@interchange.ca> References: <466D7A25-BEAC-4665-ACEC-5C9F8C46D078@interchange.ca> <292926E2-069E-4F65-8EE3-FD1286E5279C@interchange.ca> Message-ID: <1432.72.39.216.186.1193427605.squirrel@mail.blastwave.org> >> On 10/26/07, Jeff MacDonald wrote: >>> Also if i do a pkg-get -U , it tries to get updates from sunfreeware, >>> not blastwave. >> >> Jeff, >> >> Can you post the output from 'pkg-get -U', as well as 'pkginfo -x >> CSWpkgget'? >> >> - C. > > Actually I think I figured it out.. sorta. It's a path issue. But I > still don't understand it. > > sandbox# which pkg-get > /opt/csw/bin//pkg-get > > If i run > pkg-get -U > > it downloads updates from sunfreeware.com I have no idea where you are getting pkg-get from or what is in your pkg-get.conf file but pkg-get will always go ( by default ) to whereever your pkg-get.conf file says to go. Sort of like ntp will get time data from ntp servers that you put in the ntp.conf file. So maybe it would be best to do a serch to find any and all pkg-get.conf files that you have as well as any and all pkg-get binaries/scripts that you have and then clean up this situation. Dennis From dclarke at blastwave.org Fri Oct 26 21:42:04 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Fri, 26 Oct 2007 15:42:04 -0400 (EDT) Subject: [csw-users] How to receive cd orders In-Reply-To: <1355.72.39.216.186.1193426377.squirrel@mail.blastwave.org> References: <1355.72.39.216.186.1193426377.squirrel@mail.blastwave.org> Message-ID: <1434.72.39.216.186.1193427724.squirrel@mail.blastwave.org> > >> >> My wife ordered the two cd set for Solaris 9 over two months ago. I >> have been emailing blastwave and no one will reply back. What am I >> doing wrong and what do I need to do get these disks. > > Drop me an email so that I can track it down ? Found it ... it was getting spam filtered among other things. Also .. I have stopped the external third party agency from doing DVD order fulfilment. It was a disaster and I spent more time chasing than being happy about people getting what they needed. All in all ... I'm going to go back to doing things myself, the hard way. Because that always worked well. Dennis From jeff at interchange.ca Fri Oct 26 21:47:18 2007 From: jeff at interchange.ca (Jeff MacDonald) Date: Fri, 26 Oct 2007 15:47:18 -0400 Subject: [csw-users] coming from Sunfreeware to blastwave -- need a hand In-Reply-To: <1432.72.39.216.186.1193427605.squirrel@mail.blastwave.org> References: <466D7A25-BEAC-4665-ACEC-5C9F8C46D078@interchange.ca> <292926E2-069E-4F65-8EE3-FD1286E5279C@interchange.ca> <1432.72.39.216.186.1193427605.squirrel@mail.blastwave.org> Message-ID: > >>> On 10/26/07, Jeff MacDonald wrote: >>>> Also if i do a pkg-get -U , it tries to get updates from >>>> sunfreeware, >>>> not blastwave. >>> >>> Jeff, >>> >>> Can you post the output from 'pkg-get -U', as well as 'pkginfo -x >>> CSWpkgget'? >>> >>> - C. >> >> Actually I think I figured it out.. sorta. It's a path issue. But I >> still don't understand it. >> >> sandbox# which pkg-get >> /opt/csw/bin//pkg-get >> >> If i run >> pkg-get -U >> >> it downloads updates from sunfreeware.com > > I have no idea where you are getting pkg-get from or what is in your > pkg-get.conf file but pkg-get will always go ( by default ) to > whereever > your pkg-get.conf file says to go. Sort of like ntp will get time > data from > ntp servers that you put in the ntp.conf file. So maybe it would > be best to > do a serch to find any and all pkg-get.conf files that you have as > well as > any and all pkg-get binaries/scripts that you have and then clean > up this > situation. > > Dennis > I had a /etc/pkg-get.conf created a few days ago by ... something i did while learning :) Thanks ! Jeff. From dclarke at blastwave.org Fri Oct 26 21:54:40 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Fri, 26 Oct 2007 15:54:40 -0400 (EDT) Subject: [csw-users] coming from Sunfreeware to blastwave -- need a hand In-Reply-To: References: <466D7A25-BEAC-4665-ACEC-5C9F8C46D078@interchange.ca> <292926E2-069E-4F65-8EE3-FD1286E5279C@interchange.ca> <1432.72.39.216.186.1193427605.squirrel@mail.blastwave.org> Message-ID: <1469.72.39.216.186.1193428480.squirrel@mail.blastwave.org> > I had a /etc/pkg-get.conf created a few days ago by ... something i > did while learning :) ah ha ! At this point I wag a finger at you. I also think about doing a better job on that "getting started" HOWTO page that I wrote. Now run /opt/csw/bin/pkg-get -U with the full path there and show me what you see. Dennis From jeff at interchange.ca Fri Oct 26 22:05:28 2007 From: jeff at interchange.ca (Jeff MacDonald) Date: Fri, 26 Oct 2007 16:05:28 -0400 Subject: [csw-users] coming from Sunfreeware to blastwave -- need a hand In-Reply-To: <1469.72.39.216.186.1193428480.squirrel@mail.blastwave.org> References: <466D7A25-BEAC-4665-ACEC-5C9F8C46D078@interchange.ca> <292926E2-069E-4F65-8EE3-FD1286E5279C@interchange.ca> <1432.72.39.216.186.1193427605.squirrel@mail.blastwave.org> <1469.72.39.216.186.1193428480.squirrel@mail.blastwave.org> Message-ID: <541C5B53-FAF5-4677-B106-58EAA31A5306@interchange.ca> On 26-Oct-07, at 3:54 PM, Dennis Clarke wrote: > >> I had a /etc/pkg-get.conf created a few days ago by ... something i >> did while learning :) > > ah ha ! > > At this point I wag a finger at you. > > I also think about doing a better job on that "getting started" > HOWTO page > that I wrote. > > Now run /opt/csw/bin/pkg-get -U with the full path there and show > me what > you see. Well, things are still weird :) If I run this sandbox# pkg-get -U it downloads from sunfreeware, and creates that /etc/pkg-get.conf if i do do this sandbox# `which pkg-get` -U [notice the backticks] it downloads from sunfreeware and creates /etc/pkg-get.conf btw, which pkg-get displays /opt/csw/bin//pkg-get which is the one I want, so that's super strange Finally, if i do sandbox# /opt/csw/bin/pkg-get -U .. it downloads the proper update files from blastwave and all is fine. So in short, it looks like I *must* use the full path. Which is bizzare to me. Idea's? From dennis.strom at siemens.com Fri Oct 26 22:16:14 2007 From: dennis.strom at siemens.com (Strom, Dennis (MED US)) Date: Fri, 26 Oct 2007 16:16:14 -0400 Subject: [csw-users] How to receive cd orders In-Reply-To: <1355.72.39.216.186.1193426377.squirrel@mail.blastwave.org> Message-ID: Dennis, Thank you very much for taking care of this. I Have really enjoyed your service. Dennis Dennis Strom (MED ESM) Siemens Veritas Certified Specialist - Design, Administration -----Original Message----- From: users-bounces+dennis.strom=siemens.com at lists.blastwave.org [mailto:users-bounces+dennis.strom=siemens.com at lists.blastwave.org] On Behalf Of Dennis Clarke Sent: Friday, October 26, 2007 12:20 PM To: questions and discussions Subject: Re: [csw-users] How to receive cd orders > > My wife ordered the two cd set for Solaris 9 over two months ago. I > have been emailing blastwave and no one will reply back. What am I > doing wrong and what do I need to do get these disks. Drop me an email so that I can track it down ? Dennis _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users ---------------------------------------------------------------------------- This message and any included attachments are from Siemens Medical Solutions and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail with a copy to Central.SecurityOffice at siemens.com Thank you From jeff at interchange.ca Fri Oct 26 23:43:29 2007 From: jeff at interchange.ca (Jeff MacDonald) Date: Fri, 26 Oct 2007 17:43:29 -0400 Subject: [csw-users] kde_gcc Message-ID: <6D602AAD-1578-425C-A383-2FDD69FD77AE@interchange.ca> Hi, I just finished installing kde, but have no idea how to get it into gdm.. the package seems to lack documentation or maybe it's just me. I'm not sure. Anyways, i can run /opt/csw/kde_gcc/bin/startkde from terminal inside of gnome of course.. but that's less than Idea. Also a question about xorg, is the file in /etc/X11/.xorg.conf the one I should be editing to add modelines to ? I recognise this isn't a blastwave questino per se, so tell me to stuff it if this is the wrong place. Thanks. Jeff. ---- Jeff MacDonald Interchange Technologies 613 292 6239 From gilberto.persico at gmail.com Sun Oct 28 13:00:08 2007 From: gilberto.persico at gmail.com (unixman) Date: Sun, 28 Oct 2007 13:00:08 +0100 Subject: [csw-users] libcontract on Solaris 8 ? In-Reply-To: <4720D933.6040707@acm.org> References: <4720D933.6040707@acm.org> Message-ID: bash-2.03# uname -a SunOS naboo 5.8 Generic_117350-50 sun4u sparc SUNW,Ultra-2 bash-2.03# pkg-get -i openssh WARNING: gpg not found No worries... you already have version 4.6,REV=2007.08.24_rev=p1 of openssh If you doubt this message, run 'pkg-get -U', then run 'pkg-get upgrade openssh' bash-2.03# ldd /opt/csw/sbin/sshd libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 libpam.so.1 => /usr/lib/libpam.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libcontract.so.1 => (file not found) libresolv.so.2 => /usr/lib/libresolv.so.2 libcrypto.so.0.9.8 => /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 librt.so.1 => /usr/lib/librt.so.1 libz.so => /opt/csw/lib/sparcv8plus+vis/libz.so libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 libc.so.1 => /usr/lib/libc.so.1 libc.so.1 (SUNW_1.22) => (version not found) libcmd.so.1 => /usr/lib/libcmd.so.1 libaio.so.1 => /usr/lib/libaio.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 libkrb5support.so.0 => /opt/csw/lib/libkrb5support.so.0 /usr/platform/SUNW,Ultra-2/lib/libc_psr.so.1 ... and more or less the same dependancies on x86. The SUNW_1.22 not found is strange, but even more, it seems that libcontract is only on solaris 10, giving the impression the package have been built on sol10. Some hint on how to investigate ? thanks gilberto On 10/25/07, Alessio wrote: > unixman wrote: > > Hi all, > > recently I had to setup a couple of sol8 boxes, one sparc and one x86. > > I installed openssh from blastwave and I noticed it depends on > > libcontract > > are you sure? > these are the dependecies for sshd: > bash-2.03$ ldd /opt/csw/sbin/sshd > libwrap.so.1 => /opt/csw/lib/i386/libwrap.so.1 > libpam.so.1 => /usr/lib/libpam.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > libresolv.so.2 => /usr/lib/libresolv.so.2 > libcrypto.so.0.9.8 => > /opt/csw/lib/pentium_pro/libcrypto.so.0.9.8 > librt.so.1 => /usr/lib/librt.so.1 > libz.so => /opt/csw/lib/i386/libz.so > libsocket.so.1 => /usr/lib/libsocket.so.1 > libnsl.so.1 => /usr/lib/libnsl.so.1 > libgssapi_krb5.so.2 => /opt/csw/lib/i386/libgssapi_krb5.so.2 > libkrb5.so.3 => /opt/csw/lib/i386/libkrb5.so.3 > libcom_err.so.3 => /opt/csw/lib/i386/libcom_err.so.3 > libc.so.1 => /usr/lib/libc.so.1 > libcmd.so.1 => /usr/lib/libcmd.so.1 > libaio.so.1 => /usr/lib/libaio.so.1 > libmp.so.2 => /usr/lib/libmp.so.2 > libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 > libkrb5support.so.0 => /opt/csw/lib/libkrb5support.so.0 > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From james at blastwave.org Sun Oct 28 13:22:09 2007 From: james at blastwave.org (James Lee) Date: Sun, 28 Oct 2007 12:22:09 GMT Subject: [csw-users] libcontract on Solaris 8 ? In-Reply-To: References: <4720D933.6040707@acm.org> Message-ID: <20071028.12220900.2071538157@gyor.oxdrove.co.uk> On 28/10/07, 12:00:08, unixman wrote regarding Re: [csw-users] libcontract on Solaris 8 ?: > bash-2.03# uname -a > SunOS naboo 5.8 Generic_117350-50 sun4u sparc SUNW,Ultra-2 > bash-2.03# pkg-get -i openssh > WARNING: gpg not found > No worries... you already have version 4.6,REV=2007.08.24_rev=p1 of > openssh > If you doubt this message, run 'pkg-get -U', then run > 'pkg-get upgrade openssh' > bash-2.03# ldd /opt/csw/sbin/sshd > libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 > libpam.so.1 => /usr/lib/libpam.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > libcontract.so.1 => (file not found) $ uname -a SunOS vaxholm 5.8 Generic_117350-38 sun4u sparc SUNW,Ultra-1 $ pkginfo -x CSWossh CSWossh openssh - OpenSSH Secure Shell (sparc) 4.6,REV=2007.08.24_rev=p1 $ ldd /opt/csw/sbin/sshd libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 libpam.so.1 => /usr/lib/libpam.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libresolv.so.2 => /usr/lib/libresolv.so.2 libcrypto.so.0.9.8 => /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 librt.so.1 => /usr/lib/librt.so.1 libz.so => /opt/csw/lib/sparcv8plus+vis/libz.so libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 libc.so.1 => /usr/lib/libc.so.1 libcmd.so.1 => /usr/lib/libcmd.so.1 libaio.so.1 => /usr/lib/libaio.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 Please run "ldd -s /opt/csw/sbin/sshd" and show us the "required by" for libcontract.so.1. It's possibly libpam.so.1 or libdl.so.1 that needs libcontract.so.1 and not ssh directly. James. From gilberto.persico at gmail.com Sun Oct 28 14:14:16 2007 From: gilberto.persico at gmail.com (unixman) Date: Sun, 28 Oct 2007 14:14:16 +0100 Subject: [csw-users] libcontract on Solaris 8 ? In-Reply-To: <20071028.12220900.2071538157@gyor.oxdrove.co.uk> References: <4720D933.6040707@acm.org> <20071028.12220900.2071538157@gyor.oxdrove.co.uk> Message-ID: Today I had some time to investigate the issue and I discovered it was my fault, it seems that for some reason I installed the 5.10 version of CSWossh instead of the 5.8 version (this explained me the libcontract dependancy). I've been insistent two times, one on sparc and one on x86 :-) Sorry again, these things happen when you've got to manage software on unconnected systems. thanks gilberto On 10/28/07, James Lee wrote: > On 28/10/07, 12:00:08, unixman wrote regarding > Re: [csw-users] libcontract on Solaris 8 ?: > > > bash-2.03# uname -a > > SunOS naboo 5.8 Generic_117350-50 sun4u sparc SUNW,Ultra-2 > > > bash-2.03# pkg-get -i openssh > > WARNING: gpg not found > > No worries... you already have version 4.6,REV=2007.08.24_rev=p1 of > > openssh > > If you doubt this message, run 'pkg-get -U', then run > > 'pkg-get upgrade openssh' > > > bash-2.03# ldd /opt/csw/sbin/sshd > > libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 > > libpam.so.1 => /usr/lib/libpam.so.1 > > libdl.so.1 => /usr/lib/libdl.so.1 > > libcontract.so.1 => (file not found) > > $ uname -a > SunOS vaxholm 5.8 Generic_117350-38 sun4u sparc SUNW,Ultra-1 > > $ pkginfo -x CSWossh > CSWossh openssh - OpenSSH Secure Shell > (sparc) 4.6,REV=2007.08.24_rev=p1 > > $ ldd /opt/csw/sbin/sshd > libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 > libpam.so.1 => /usr/lib/libpam.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > libresolv.so.2 => /usr/lib/libresolv.so.2 > libcrypto.so.0.9.8 => > /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 > librt.so.1 => /usr/lib/librt.so.1 > libz.so => /opt/csw/lib/sparcv8plus+vis/libz.so > libsocket.so.1 => /usr/lib/libsocket.so.1 > libnsl.so.1 => /usr/lib/libnsl.so.1 > libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 > libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 > libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 > libc.so.1 => /usr/lib/libc.so.1 > libcmd.so.1 => /usr/lib/libcmd.so.1 > libaio.so.1 => /usr/lib/libaio.so.1 > libmp.so.2 => /usr/lib/libmp.so.2 > libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 > > > > Please run "ldd -s /opt/csw/sbin/sshd" and show us the "required by" > for libcontract.so.1. It's possibly libpam.so.1 or libdl.so.1 that > needs libcontract.so.1 and not ssh directly. > > > > > James. > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From dclarke at blastwave.org Sun Oct 28 17:49:12 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Sun, 28 Oct 2007 12:49:12 -0400 (EDT) Subject: [csw-users] libcontract on Solaris 8 ? In-Reply-To: References: <4720D933.6040707@acm.org> Message-ID: <2634.72.39.216.186.1193590152.squirrel@mail.blastwave.org> > bash-2.03# uname -a > SunOS naboo 5.8 Generic_117350-50 sun4u sparc SUNW,Ultra-2 > > bash-2.03# pkg-get -i openssh > WARNING: gpg not found > No worries... you already have version 4.6,REV=2007.08.24_rev=p1 of openssh > If you doubt this message, run 'pkg-get -U', then run > 'pkg-get upgrade openssh' > > bash-2.03# ldd /opt/csw/sbin/sshd > libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 > libpam.so.1 => /usr/lib/libpam.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > libcontract.so.1 => (file not found) > libresolv.so.2 => /usr/lib/libresolv.so.2 > libcrypto.so.0.9.8 => > /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 > librt.so.1 => /usr/lib/librt.so.1 > libz.so => /opt/csw/lib/sparcv8plus+vis/libz.so > libsocket.so.1 => /usr/lib/libsocket.so.1 > libnsl.so.1 => /usr/lib/libnsl.so.1 > libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 > libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 > libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 > libc.so.1 => /usr/lib/libc.so.1 > libc.so.1 (SUNW_1.22) => (version not found) > libcmd.so.1 => /usr/lib/libcmd.so.1 > libaio.so.1 => /usr/lib/libaio.so.1 > libmp.so.2 => /usr/lib/libmp.so.2 > libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 > libkrb5support.so.0 => /opt/csw/lib/libkrb5support.so.0 > /usr/platform/SUNW,Ultra-2/lib/libc_psr.so.1 > > ... and more or less the same dependancies on x86. The SUNW_1.22 > not found is strange, but even more, it seems that libcontract is only on > solaris 10, giving the impression the package have been built on sol10. > Some hint on how to investigate ? The details on that package tell us where and when it was built : $ pkginfo -l CSWossh PKGINST: CSWossh NAME: openssh - OpenSSH Secure Shell CATEGORY: application ARCH: sparc VERSION: 4.6,REV=2007.08.24_rev=p1 VENDOR: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ packaged for CSW by Yann Rouillard PSTAMP: yann at ra-20070824195509 INSTDATE: Sep 27 2007 15:11 HOTLINE: http://www.blastwave.org/bugtrack/ EMAIL: yann at blastwave.org STATUS: completely installed FILES: 48 installed pathnames 8 shared pathnames 11 directories 14 executables 1 setuid/setgid executables 5600 blocks used (approx) PSTAMP: yann at ra-20070824195509 That says ra which is the Blastwave Solaris 8 server. However that data can be faked via a simple option to mkpkg .. but I really doubt that was done. Dennis From dclarke at blastwave.org Sun Oct 28 17:51:47 2007 From: dclarke at blastwave.org (Dennis Clarke) Date: Sun, 28 Oct 2007 12:51:47 -0400 (EDT) Subject: [csw-users] libcontract on Solaris 8 ? In-Reply-To: <20071028.12220900.2071538157@gyor.oxdrove.co.uk> References: <4720D933.6040707@acm.org> <20071028.12220900.2071538157@gyor.oxdrove.co.uk> Message-ID: <2640.72.39.216.186.1193590307.squirrel@mail.blastwave.org> > On 28/10/07, 12:00:08, unixman wrote regarding > Re: [csw-users] libcontract on Solaris 8 ?: > >> bash-2.03# uname -a >> SunOS naboo 5.8 Generic_117350-50 sun4u sparc SUNW,Ultra-2 > >> bash-2.03# pkg-get -i openssh >> WARNING: gpg not found >> No worries... you already have version 4.6,REV=2007.08.24_rev=p1 of >> openssh >> If you doubt this message, run 'pkg-get -U', then run >> 'pkg-get upgrade openssh' > >> bash-2.03# ldd /opt/csw/sbin/sshd >> libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 >> libpam.so.1 => /usr/lib/libpam.so.1 >> libdl.so.1 => /usr/lib/libdl.so.1 >> libcontract.so.1 => (file not found) > > $ uname -a > SunOS vaxholm 5.8 Generic_117350-38 sun4u sparc SUNW,Ultra-1 > > $ pkginfo -x CSWossh > CSWossh openssh - OpenSSH Secure Shell > (sparc) 4.6,REV=2007.08.24_rev=p1 > > $ ldd /opt/csw/sbin/sshd > libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 > libpam.so.1 => /usr/lib/libpam.so.1 > libdl.so.1 => /usr/lib/libdl.so.1 > libresolv.so.2 => /usr/lib/libresolv.so.2 > libcrypto.so.0.9.8 => > /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 > librt.so.1 => /usr/lib/librt.so.1 > libz.so => /opt/csw/lib/sparcv8plus+vis/libz.so > libsocket.so.1 => /usr/lib/libsocket.so.1 > libnsl.so.1 => /usr/lib/libnsl.so.1 > libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 > libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 > libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 > libc.so.1 => /usr/lib/libc.so.1 > libcmd.so.1 => /usr/lib/libcmd.so.1 > libaio.so.1 => /usr/lib/libaio.so.1 > libmp.so.2 => /usr/lib/libmp.so.2 > libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 > > > > Please run "ldd -s /opt/csw/sbin/sshd" and show us the "required by" > for libcontract.so.1. It's possibly libpam.so.1 or libdl.so.1 that > needs libcontract.so.1 and not ssh directly. I have similar hardware here and there is no problem : $ uname -a SunOS pluto 5.8 Generic_117350-46 sun4u sparc SUNW,Ultra-2 $ cat /etc/release Solaris 8 2/04 s28s_hw4wos_05a SPARC Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. Assembled 08 January 2004 $ $ ldd /opt/csw/bin/ssh /opt/csw/sbin/sshd /opt/csw/bin/ssh: libresolv.so.2 => /usr/lib/libresolv.so.2 libcrypto.so.0.9.8 => /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 librt.so.1 => /usr/lib/librt.so.1 libz.so => /opt/csw/lib/sparcv8plus+vis/libz.so libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 libc.so.1 => /usr/lib/libc.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libaio.so.1 => /usr/lib/libaio.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libkrb5.so.3 => /opt/csw/lib/libkrb5.so.3 libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 libcom_err.so.3 => /opt/csw/lib/libcom_err.so.3 libkrb5support.so.0 => /opt/csw/lib/libkrb5support.so.0 /usr/platform/SUNW,Ultra-2/lib/libc_psr.so.1 /opt/csw/sbin/sshd: libwrap.so.1 => /opt/csw/lib/sparcv8/libwrap.so.1 libpam.so.1 => /usr/lib/libpam.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libresolv.so.2 => /usr/lib/libresolv.so.2 libcrypto.so.0.9.8 => /opt/csw/lib/sparcv8plus+vis/libcrypto.so.0.9.8 librt.so.1 => /usr/lib/librt.so.1 libz.so => /opt/csw/lib/sparcv8plus+vis/libz.so libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libgssapi_krb5.so.2 => /opt/csw/lib/sparcv8/libgssapi_krb5.so.2 libkrb5.so.3 => /opt/csw/lib/sparcv8/libkrb5.so.3 libcom_err.so.3 => /opt/csw/lib/sparcv8/libcom_err.so.3 libc.so.1 => /usr/lib/libc.so.1 libcmd.so.1 => /usr/lib/libcmd.so.1 libaio.so.1 => /usr/lib/libaio.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libk5crypto.so.3 => /opt/csw/lib/libk5crypto.so.3 libkrb5support.so.0 => /opt/csw/lib/libkrb5support.so.0 /usr/platform/SUNW,Ultra-2/lib/libc_psr.so.1 $ Dennis