From karoly.vegh at eunet.co.at Fri Dec 2 11:32:18 2005 From: karoly.vegh at eunet.co.at (Karoly VEGH) Date: Fri, 2 Dec 2005 11:32:18 +0100 Subject: [csw-users] updating packages Message-ID: <20051202103218.GA28271@eunet.co.at> Hi, before I'd ask any questions: respect. Thanks for helping my work. For some reason I cannot upgrade packages: root at pooldata:~# grep ^url /opt/csw/etc/pkg-get.conf url=http://mirror.switch.ch/ftp/mirror/csw/stable root at pooldata:~# I have just made a pkg-get -U and after it a pkg-get -u, but still no luck: [...] apache2rt is up to date apache2c is up to date apache2_manual is up to date apache2 is up to date ap2_prefork is up to date root at pooldata:~# though: http://www.blastwave.org/packages.php/apache2 tells me that the actual version is 2.0.55,REV=2005.11.29, that isnt't the one at me: root at pooldata:~# pkginfo -x CSWapache2 CSWapache2 apache2 - Apache 2.0 web server (all) 2.0.54,REV=2005.09.27 root at pooldata:~# what am I doing wrong? a comparison: root at pooldata:~# pkg-get -c apache2 # (From site http://blastwave.berlios.de/csw/stable ) software localrev remoterev apache2 2.0.54,REV=2005.09.27 SAME root at pooldata:~# grep ^url /opt/csw/etc/pkg-get.conf url=http://blastwave.berlios.de/csw/stable root at pooldata:~# any help is appreciated, wbr charlie -- - Because it messes up the order in which you normally read text. - Why is top-posting such a bad idea? - Top-posting. - What is the most annoying thing on Usenet? From a.cervellin at virgilio.it Fri Dec 2 11:50:58 2005 From: a.cervellin at virgilio.it (alessio) Date: Fri, 2 Dec 2005 11:50:58 +0100 (GMT+01:00) Subject: [csw-users] R: updating packages Message-ID: <30293592.1133520658029.JavaMail.root@pswm6.cp.tin.it> did you try to change mirror in /opt/csw/etc/pkg-get.conf? ---- Messaggio originale---- Da: karoly.vegh at eunet.co.at Data: 2-dic-2005 11.32 AM A: Ogg: [csw-users] updating packages Hi, before I'd ask any questions: respect. Thanks for helping my work. For some reason I cannot upgrade packages: root at pooldata:~# grep ^url /opt/csw/etc/pkg-get.conf url=http://mirror. switch.ch/ftp/mirror/csw/stable root at pooldata:~# I have just made a pkg-get -U and after it a pkg-get -u, but still no luck: [...] apache2rt is up to date apache2c is up to date apache2_manual is up to date apache2 is up to date ap2_prefork is up to date root at pooldata:~# though: http://www.blastwave.org/packages.php/apache2 tells me that the actual version is 2.0.55,REV=2005.11.29, that isnt't the one at me: root at pooldata:~# pkginfo -x CSWapache2 CSWapache2 apache2 - Apache 2.0 web server (all) 2.0.54,REV=2005.09.27 root at pooldata:~# what am I doing wrong? a comparison: root at pooldata:~# pkg-get -c apache2 # (From site http://blastwave.berlios.de/csw/stable ) software localrev remoterev apache2 2.0.54,REV=2005.09.27 SAME root at pooldata:~# grep ^url /opt/csw/etc/pkg-get.conf url=http: //blastwave.berlios.de/csw/stable root at pooldata:~# any help is appreciated, wbr charlie -- - Because it messes up the order in which you normally read text. - Why is top-posting such a bad idea? - Top-posting. - What is the most annoying thing on Usenet? _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave. org/mailman/listinfo/users From james at blastwave.org Fri Dec 2 12:10:02 2005 From: james at blastwave.org (James Lee) Date: Fri, 02 Dec 2005 11:10:02 GMT Subject: [csw-users] updating packages In-Reply-To: <20051202103218.GA28271@eunet.co.at> References: <20051202103218.GA28271@eunet.co.at> Message-ID: <20051202.11100200.190874335@landeck.jamesipoos.com> On 02/12/05, 10:32:18, Karoly VEGH wrote regarding [csw-users] updating packages: > For some reason I cannot upgrade packages: > root at pooldata:~# grep ^url /opt/csw/etc/pkg-get.conf > url=http://mirror.switch.ch/ftp/mirror/csw/stable So you are installing from stable. > http://www.blastwave.org/packages.php/apache2 tells me that the actual > version is 2.0.55,REV=2005.11.29, that isnt't the one at me: No, that tells you the unstable version is 2.0.55,REV=2005.11.29 Stable version is 2.0.54,REV=2005.09.27 > root at pooldata:~# pkginfo -x CSWapache2 > CSWapache2 apache2 - Apache 2.0 web server > (all) 2.0.54,REV=2005.09.27 No problem. James. From karoly.vegh at eunet.co.at Fri Dec 2 12:11:11 2005 From: karoly.vegh at eunet.co.at (Karoly VEGH) Date: Fri, 2 Dec 2005 12:11:11 +0100 Subject: [csw-users] R: updating packages In-Reply-To: <30293592.1133520658029.JavaMail.root@pswm6.cp.tin.it> References: <30293592.1133520658029.JavaMail.root@pswm6.cp.tin.it> Message-ID: <20051202111111.GC28503@eunet.co.at> On Fri, Dec 02, 2005 at 11:50:58AM +0100, alessio wrote: > did you try to change mirror in /opt/csw/etc/pkg-get.conf? yes, absolutely, but still no love. The ones I tried: root at pooldata:/usr/sbin# grep url /opt/csw/etc/pkg-get.conf | grep -v unstable # url=http://mirror.switch.ch/ftp/mirror/csw/stable # url=http://blastwave.berlios.de/csw/stable url=ftp://mirrors.sunsite.dk/mirrors/csw/stable root at pooldata:/usr/sbin# the pkg-get -u instisted on: [...] apache2rt is up to date apache2c is up to date apache2_manual is up to date apache2 is up to date ap2_prefork is up to date root at pooldata:/usr/sbin# charlie -- - Because it messes up the order in which you normally read text. - Why is top-posting such a bad idea? - Top-posting. - What is the most annoying thing on Usenet? From karoly.vegh at eunet.co.at Fri Dec 2 12:16:44 2005 From: karoly.vegh at eunet.co.at (Karoly VEGH) Date: Fri, 2 Dec 2005 12:16:44 +0100 Subject: [csw-users] updating packages In-Reply-To: <20051202.11100200.190874335@landeck.jamesipoos.com> References: <20051202103218.GA28271@eunet.co.at> <20051202.11100200.190874335@landeck.jamesipoos.com> Message-ID: <20051202111644.GA28736@eunet.co.at> On Fri, Dec 02, 2005 at 11:10:02AM +0000, James Lee wrote: > On 02/12/05, 10:32:18, Karoly VEGH wrote > regarding [csw-users] updating packages: > > > For some reason I cannot upgrade packages: > > > root at pooldata:~# grep ^url /opt/csw/etc/pkg-get.conf > > url=http://mirror.switch.ch/ftp/mirror/csw/stable > > So you are installing from stable. > > > > http://www.blastwave.org/packages.php/apache2 tells me that the actual > > version is 2.0.55,REV=2005.11.29, that isnt't the one at me: > > No, that tells you the unstable version is 2.0.55,REV=2005.11.29 > > Stable version is 2.0.54,REV=2005.09.27 Thanks, I always thought that the http://www.blastwave.org/packages.php url shows the stable release, and http://www.blastwave.org/testing/ is the unstable part. Have I overlooked something? If yes - mea culpa. If I haven't, then it would be maybe worth to emphasize which is which. thanks for the infos, and keep on the good work, charlie -- - Because it messes up the order in which you normally read text. - Why is top-posting such a bad idea? - Top-posting. - What is the most annoying thing on Usenet? From james at blastwave.org Fri Dec 2 12:24:58 2005 From: james at blastwave.org (James Lee) Date: Fri, 02 Dec 2005 11:24:58 GMT Subject: [csw-users] updating packages In-Reply-To: <20051202111644.GA28736@eunet.co.at> References: <20051202103218.GA28271@eunet.co.at> <20051202.11100200.190874335@landeck.jamesipoos.com> <20051202111644.GA28736@eunet.co.at> Message-ID: <20051202.11245800.1607254628@landeck.jamesipoos.com> On 02/12/05, 11:16:44, Karoly VEGH wrote regarding Re: [csw-users] updating packages: > Thanks, I always thought that the http://www.blastwave.org/packages.php > url shows the stable release, No, it shows unstable. It should be updated. > and http://www.blastwave.org/testing/ is > the unstable part. There is a 3 tier system. "testing" is a free-for-all and not supported. Unstable is the first supported system. Stable is... just read here: http://www.blastwave.org/userguide/ James. From a.cervellin at acm.org Sat Dec 3 00:04:25 2005 From: a.cervellin at acm.org (Alessio Cervellin @ acm) Date: Sat, 03 Dec 2005 00:04:25 +0100 Subject: [csw-users] updating packages In-Reply-To: <20051202.11245800.1607254628@landeck.jamesipoos.com> References: <20051202103218.GA28271@eunet.co.at> <20051202.11100200.190874335@landeck.jamesipoos.com> <20051202111644.GA28736@eunet.co.at> <20051202.11245800.1607254628@landeck.jamesipoos.com> Message-ID: <4390D2F9.30708@acm.org> On 02/12/05, 11:16:44, Karoly VEGH wrote > Thanks, I always thought that the http://www.blastwave.org/packages.php > url shows the stable release, try to check again the above page now... ;) From asmoore at blastwave.org Sun Dec 4 19:45:11 2005 From: asmoore at blastwave.org (Alex Moore) Date: Sun, 4 Dec 2005 12:45:11 -0600 Subject: [csw-users] Openldap 2.3.12 package release Message-ID: <20051204124511.00007980@sws602> Openldap packages are updated to 2.3.12, which is a big jump from the older 2.1.30 CSW packages. If you are not running the slapd/slurpd daemons, then the rest of this message may not be of interest. If you are running the daemons, you must unload your data before installing the new packages and reload after installing the new packages. I have a very simple setup, but I used slapcat and slapadd and everything went smooth and fast. Later today, I will post 'quick notes' text of what I found while upgrading on the 'View news and info' button at http://www.blastwave.org/packages/CSWodlap Please let me know you have notes that would benefit the community and I can post them as well. You are making backups, correct? If you need the older 2.1.30 packages, for some reason, I have copied those packages to /testing - http://www.blastwave.org/testing for download and manual installation. Hopefully, you will not need these older packages and everything will go smoothly:> I have also heard that syntax on aci definitions may have changed. So be sure to test any aci definitions. In the future, you will normally see the openldap packages updated when a new 'stable' release is identified at www.openldap.org. If you want the very latest, or a version close to the latest, check the /testing site. I plan to make the latest version available, when I have the time. There should be no need to ask for updates. Keep in mind that updating openldap does take a bit of time to package and test. If you are using some patches that you think would benefit others, please submit them to me and I will do what I can. Alex -- From jberry at plus.net Mon Dec 5 14:11:16 2005 From: jberry at plus.net (Josh Berry) Date: Mon, 05 Dec 2005 13:11:16 +0000 Subject: [csw-users] updating packages In-Reply-To: <20051202111644.GA28736@eunet.co.at> References: <20051202103218.GA28271@eunet.co.at> <20051202.11100200.190874335@landeck.jamesipoos.com> <20051202111644.GA28736@eunet.co.at> Message-ID: <1133788276.27862.178.camel@localhost.localdomain> Just to add, if you do a: pkg-get -U pkg-get -a | grep package_name then it will tell you what the latest release based on the catalogue you have downloaded is. If the version there is not the one you want then you are not using the right mirror (stable, testing etc.) Josh On Fri, 2005-12-02 at 12:16 +0100, Karoly VEGH wrote: > On Fri, Dec 02, 2005 at 11:10:02AM +0000, James Lee wrote: > > On 02/12/05, 10:32:18, Karoly VEGH wrote > > regarding [csw-users] updating packages: > > > > > For some reason I cannot upgrade packages: > > > > > root at pooldata:~# grep ^url /opt/csw/etc/pkg-get.conf > > > url=http://mirror.switch.ch/ftp/mirror/csw/stable > > > > So you are installing from stable. > > > > > > > http://www.blastwave.org/packages.php/apache2 tells me that the actual > > > version is 2.0.55,REV=2005.11.29, that isnt't the one at me: > > > > No, that tells you the unstable version is 2.0.55,REV=2005.11.29 > > > > Stable version is 2.0.54,REV=2005.09.27 > > Thanks, I always thought that the http://www.blastwave.org/packages.php > url shows the stable release, and http://www.blastwave.org/testing/ is > the unstable part. > > Have I overlooked something? If yes - mea culpa. If I haven't, then it > would be maybe worth to emphasize which is which. > > > thanks for the infos, and keep on the good work, > > > charlie > From ocalld at eads.com Tue Dec 6 15:17:22 2005 From: ocalld at eads.com (Dan O'Callaghan) Date: Tue, 06 Dec 2005 14:17:22 +0000 Subject: [csw-users] xcdroast and DVDs Message-ID: <1133878642.15686.8.camel@dan-sun1> Hi Can xcdroast from blastwave be used to write DVDs??? I've googled around and i've found that you need cdrecord-ProDVD. cdrtools is proDVD (cdrecord -version). I've also set the CDR_SECURITY variable sop that cdrecord has a key but xcdroast still ignores the key. How do i get xcdroast to write DVDs??? Thanks Dan. The information contained within this e-mail and any files attached to this e-mail is confidential and in addition may include commercially sensitive information. The contents of this e-mail are for the intended recipient only and therefore if you wish to disclose the information contained within this e-mail or attached files, please contact the sender prior to any such disclosure. If you are not the intended recipient, any disclosure, copying or distribution is prohibited. Please also contact the sender and inform them of the error and delete the e-mail, including any attached files from your system. www.eadsdsuk.com From peter.bonivart at lkpg.visit.se Tue Dec 6 20:45:49 2005 From: peter.bonivart at lkpg.visit.se (Peter Bonivart) Date: Tue, 06 Dec 2005 20:45:49 +0100 Subject: [csw-users] Problems with MySQL 5 Client Message-ID: <4395EA6D.7050102@lkpg.visit.se> I got this when I tried to install mysql5client: bash-2.05# /opt/csw/bin/pkg-get -i mysql5client No existing install of CSWmysql5client found. Installing... Trying http://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.9/mysql5client-5.0.16-SunOS5.8-sparc-CSW.pkg.gz --16:38:37-- http://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.9/mysql5client-5.0.16-SunOS5.8-sparc-CSW.pkg.gz => `mysql5client-5.0.16-SunOS5.8-sparc-CSW.pkg.gz' Resolving ibiblio.org... 152.2.210.80 Connecting to ibiblio.org|152.2.210.80|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 4,576,055 (4.4M) [text/plain] 100%[====================================>] 4,576,055 301.05K/s ETA 00:00 16:38:59 (199.79 KB/s) - `mysql5client-5.0.16-SunOS5.8-sparc-CSW.pkg.gz' saved [4576055/4576055] Analysing special files... 23127 blocks pkgadd: ERROR: attempt to process datastream failed - bad format in datastream table-of-contents pkgadd: ERROR: could not process datastream from ERROR: could not add CSWmysql5client. bash-2.05# Actually I tried to install mysql5 and it failed on the above. I installed all other dependancies but again failed on this one. Same problem with mysql4client too. Can anyone help? /Peter From a.cervellin at acm.org Tue Dec 6 20:49:20 2005 From: a.cervellin at acm.org (Alessio Cervellin @ acm) Date: Tue, 06 Dec 2005 20:49:20 +0100 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: <4395EA6D.7050102@lkpg.visit.se> References: <4395EA6D.7050102@lkpg.visit.se> Message-ID: <4395EB40.2050005@acm.org> Peter Bonivart wrote: > Analysing special files... > 23127 blocks > pkgadd: ERROR: attempt to process datastream failed > - bad format in datastream table-of-contents > pkgadd: ERROR: could not process datastream from > > ERROR: could not add CSWmysql5client. did you try to change mirror? sometimes files on mirrors get corrupted... From peter.bonivart at lkpg.visit.se Tue Dec 6 21:41:05 2005 From: peter.bonivart at lkpg.visit.se (Peter Bonivart) Date: Tue, 06 Dec 2005 21:41:05 +0100 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: <4395EB40.2050005@acm.org> References: <4395EA6D.7050102@lkpg.visit.se> <4395EB40.2050005@acm.org> Message-ID: <4395F761.4040608@lkpg.visit.se> Alessio Cervellin @ acm wrote: > did you try to change mirror? > sometimes files on mirrors get corrupted... No, I'll try that tomorrow and let you know. This was the default one (US?). /Peter From asmoore at blastwave.org Tue Dec 6 21:44:34 2005 From: asmoore at blastwave.org (Alex Moore) Date: Tue, 6 Dec 2005 14:44:34 -0600 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: <4395EA6D.7050102@lkpg.visit.se> References: <4395EA6D.7050102@lkpg.visit.se> Message-ID: <20051206144434.00001efb@sws602> On Tue, 06 Dec 2005 20:45:49 +0100 Peter Bonivart wrote: > pkgadd: ERROR: attempt to process datastream failed > - bad format in datastream table-of-contents > pkgadd: ERROR: could not process datastream from > > ERROR: could not add CSWmysql5client. > bash-2.05# Hi, Peter This is a common error caused by pkgadd problems on unpatched Solaris 8 and 9. Make sure that you have the latest versions of the patches mentioned on the blastwave howto page. For Solaris 8, the heading is actually missing from the web page, so they are: Solaris 8: Sparc: 110934 X86: 110935 Solaris 9: Sparc: 113713 X86: 114568 Let us know how you progress. Dennis, would you fix the heading on the web page? Alex From peter.bonivart at lkpg.visit.se Tue Dec 6 22:56:43 2005 From: peter.bonivart at lkpg.visit.se (Peter Bonivart) Date: Tue, 06 Dec 2005 22:56:43 +0100 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: <20051206144434.00001efb@sws602> References: <4395EA6D.7050102@lkpg.visit.se> <20051206144434.00001efb@sws602> Message-ID: <4396091B.1090506@lkpg.visit.se> Alex Moore wrote: > This is a common error caused by pkgadd problems on unpatched Solaris > 8 and 9. > > Sparc: 113713 I checked that I had that patch and I had version 01 installed, I never checked if that was the latest one released since I mixed up which systems I had recently patched. This one had been running for over two years with no reboots. I will install version 21 tomorrow and try again, I'm sure it will work this time. When you fix that header issue with Solaris 8 maybe you can add the minimum revision needed for each patch too? Thanks for the quick help guys. /Peter From asmoore at blastwave.org Tue Dec 6 23:21:32 2005 From: asmoore at blastwave.org (Alex Moore) Date: Tue, 6 Dec 2005 16:21:32 -0600 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: <4396091B.1090506@lkpg.visit.se> References: <4395EA6D.7050102@lkpg.visit.se> <20051206144434.00001efb@sws602> <4396091B.1090506@lkpg.visit.se> Message-ID: <20051206162132.00001d28@sws602> On Tue, 06 Dec 2005 22:56:43 +0100 Peter Bonivart wrote: > I will install version 21 tomorrow and try again, I'm sure it will > work this time. When you fix that header issue with Solaris 8 maybe > you can add the minimum revision needed for each patch too? The latest patch has fixed this many times. You will see the problem on other packages as well, but I do not remember the specific packages. I am not sure of the minimum patch level, but I recently applied the Recommended cluster to a Solaris 9 sparc box that had not been patched since May, 2004 and been running for at least 14 months without utility power failure. I never say the problem on that host. On May 2004, 113714-14 was applied. Alex -- From blastwave at gmail.com Tue Dec 6 23:46:40 2005 From: blastwave at gmail.com (Dennis Clarke) Date: Tue, 6 Dec 2005 17:46:40 -0500 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: <20051206162132.00001d28@sws602> References: <4395EA6D.7050102@lkpg.visit.se> <20051206144434.00001efb@sws602> <4396091B.1090506@lkpg.visit.se> <20051206162132.00001d28@sws602> Message-ID: On 12/6/05, Alex Moore wrote: > On Tue, 06 Dec 2005 22:56:43 +0100 > Peter Bonivart wrote: > > > I will install version 21 tomorrow and try again, I'm sure it will > > work this time. When you fix that header issue with Solaris 8 maybe > > you can add the minimum revision needed for each patch too? > > The latest patch has fixed this many times. You will see the problem > on other packages as well, but I do not remember the specific > packages. > The HOWTO page has been updated with a very clear "Step 0" : http://www.blastwave.org/howto.html I think that clarity is a very good thing. Dennis From asmoore at blastwave.org Tue Dec 6 23:55:09 2005 From: asmoore at blastwave.org (Alex Moore) Date: Tue, 6 Dec 2005 16:55:09 -0600 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: References: <4395EA6D.7050102@lkpg.visit.se> <20051206144434.00001efb@sws602> <4396091B.1090506@lkpg.visit.se> <20051206162132.00001d28@sws602> Message-ID: <20051206165509.00000982@sws602> On Tue, 6 Dec 2005 17:46:40 -0500 Dennis Clarke wrote: > The HOWTO page has been updated with a very clear "Step 0" : > > http://www.blastwave.org/howto.html > > I think that clarity is a very good thing. Agreed. That looks good. And the clear markings for 'unstable' helps as well. Thanks, Alex -- From pgress at optonline.net Wed Dec 7 06:34:32 2005 From: pgress at optonline.net (Paul Gress) Date: Wed, 07 Dec 2005 00:34:32 -0500 Subject: [csw-users] xcdroast and DVDs In-Reply-To: <1133878642.15686.8.camel@dan-sun1> References: <1133878642.15686.8.camel@dan-sun1> Message-ID: <43967468.1060205@optonline.net> Dan O'Callaghan wrote: >Hi >Can xcdroast from blastwave be used to write DVDs??? > >I've googled around and i've found that you need cdrecord-ProDVD. >cdrtools is proDVD (cdrecord -version). >I've also set the CDR_SECURITY variable sop that cdrecord has a key but >xcdroast still ignores the key. > >How do i get xcdroast to write DVDs??? > > There are two solutions. 1) Put "cdrecord-ProDVD" into your /opt/csw/bin directory. Rename cdrecord to cdrecord.out and copy "ftp://ftp.berlios.de/pub/cdrecord/ProDVD/cdrecord-wrapper.sh" to /opt/csw/bin as cdrecord. Edit the last line in the new cdrecord file to point to your /opt/csw/bin/cdrecord-ProDVD, ex. From - exec cdrecord-ProDVD "$@" To - exec /opt/csw/bin/cdrecord-ProDVD "$@" Basically, cdrecord-ProDVD has all the same options as cdrecord and can be renamed cdrecord, but you need a license to activate it, so the cdrecord-wrapper script is required. 2) If Blastwave would ever update their version from v 0.98alpha13 to v 0.98alpha15 you would simply add cdrecord-ProDVD to /opt/csw/bin as cdrecord.prodvd, go to xcdroast's setup menu and add the license key. I searched the internet and found a beautiful xcdroast v0.98alpha15 that used gtk2. All the buttons and bars looked gorgeous. This is located at: http://www.ibiblio.org/pub/solaris/freeware/intel/5.10/xcdroast-0.98alpha15-sol10-x86-local.gz Paul From blastwave at gmail.com Wed Dec 7 20:36:39 2005 From: blastwave at gmail.com (Dennis Clarke) Date: Wed, 7 Dec 2005 14:36:39 -0500 Subject: [csw-users] Fwd: Can not add my first printer from command line In-Reply-To: References: Message-ID: Hello ALL : I figure you may have some insight into this. I have no clue and am at a loss. What am I doing wrong with cups ? Dennis ---------- Forwarded message ---------- From: Dennis Clarke Date: Dec 7, 2005 2:16 PM Subject: Can not add my first printer from command line To: cups at easysw.com Dear CUPS : I am following along in http://www.cups.org/doc-1.1/sam.html and I get to the stage where I need to add my first printer I get strange errors. I have cups version 1.1.23 as well as samba 3.0.20 I have an HP8000 printer at ip address 192.168.35.79 and I confirmed that it is listening on port 9100 . lpinfo reports this : bash-3.00# /opt/csw/sbin/lpinfo -v network socket network http network ipp network lpd serial serial:/dev/cua/a?baud=115200 serial serial:/dev/cua/b?baud=115200 direct parallel:/dev/ecpp0 direct usb:/dev/usb/printer0 direct usb:/dev/usb/printer1 direct usb:/dev/usb/printer2 direct usb:/dev/usb/printer3 direct usb:/dev/usb/printer4 direct usb:/dev/usb/printer5 direct usb:/dev/usb/printer6 direct usb:/dev/usb/printer7 I also know that my server is running cups and that something is listening on port 631. I have the following file : bash-3.00# ls -lap /opt/csw/share/cups/model/laserjet.ppd -rw-r--r-- 1 root bin 9453 Jan 16 2005 /opt/csw/share/cups/model/laserjet.ppd And this is what lpadmin tells me : bash-3.00# /opt/csw/sbin/lpadmin -p hp8000 -E -v socket://192.168.35.79:9100 -m /opt/csw/share/cups/model/laserjet.ppd lpadmin: add-printer (set model) failed: server-error-internal-error Any ideas ? Dennis From peter.bonivart at lkpg.visit.se Thu Dec 8 00:20:44 2005 From: peter.bonivart at lkpg.visit.se (Peter Bonivart) Date: Thu, 08 Dec 2005 00:20:44 +0100 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: <20051206162132.00001d28@sws602> References: <4395EA6D.7050102@lkpg.visit.se> <20051206144434.00001efb@sws602> <4396091B.1090506@lkpg.visit.se> <20051206162132.00001d28@sws602> Message-ID: <43976E4C.7000600@lkpg.visit.se> Alex Moore wrote: > The latest patch has fixed this many times. You will see the problem > on other packages as well, but I do not remember the specific > packages. > > I am not sure of the minimum patch level, but I recently applied the > Recommended cluster to a Solaris 9 sparc box that had not been patched > since May, 2004 and been running for at least 14 months without utility > power failure. I never say the problem on that host. On May 2004, > 113714-14 was applied. I installed revision 21 today and after that everything was ok. The new text on the web site is better too. Thanks for the help and for a great product! God knows why Sun doesn't pick this up, they sure need it. /Peter From asmoore at blastwave.org Thu Dec 8 00:28:36 2005 From: asmoore at blastwave.org (Alex Moore) Date: Wed, 7 Dec 2005 17:28:36 -0600 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: <43976E4C.7000600@lkpg.visit.se> References: <4395EA6D.7050102@lkpg.visit.se> <20051206144434.00001efb@sws602> <4396091B.1090506@lkpg.visit.se> <20051206162132.00001d28@sws602> <43976E4C.7000600@lkpg.visit.se> Message-ID: <20051207172836.00001228@sws602> On Thu, 08 Dec 2005 00:20:44 +0100 Peter Bonivart wrote: > I installed revision 21 today and after that everything was ok. The > new text on the web site is better too. > > Thanks for the help and for a great product! God knows why Sun > doesn't pick this up, they sure need it. Glad to hear things are working. Thanks for reporting your results. Alex From ghenry at cmi.univ-mrs.fr Thu Dec 8 06:03:52 2005 From: ghenry at cmi.univ-mrs.fr (=?ISO-8859-1?Q?G=E9rard_Henry?=) Date: Thu, 08 Dec 2005 06:03:52 +0100 Subject: [csw-users] Fwd: Can not add my first printer from command line In-Reply-To: References: Message-ID: <4397BEB8.1000307@cmi.univ-mrs.fr> hello, why don't you try to connect to http://:631 to add your printer instead of using command line? Dennis Clarke wrote: > Hello ALL : > > I figure you may have some insight into this. I have no clue and am at a loss. > > What am I doing wrong with cups ? > > Dennis > > ---------- Forwarded message ---------- > From: Dennis Clarke > Date: Dec 7, 2005 2:16 PM > Subject: Can not add my first printer from command line > To: cups at easysw.com > > > Dear CUPS : > > I am following along in http://www.cups.org/doc-1.1/sam.html and > I get to the stage where I need to add my first printer I get strange > errors. > > I have cups version 1.1.23 as well as samba 3.0.20 > > I have an HP8000 printer at ip address 192.168.35.79 and I > confirmed that it is listening on port 9100 . > > lpinfo reports this : > > bash-3.00# /opt/csw/sbin/lpinfo -v > network socket > network http > network ipp > network lpd > serial serial:/dev/cua/a?baud=115200 > serial serial:/dev/cua/b?baud=115200 > direct parallel:/dev/ecpp0 > direct usb:/dev/usb/printer0 > direct usb:/dev/usb/printer1 > direct usb:/dev/usb/printer2 > direct usb:/dev/usb/printer3 > direct usb:/dev/usb/printer4 > direct usb:/dev/usb/printer5 > direct usb:/dev/usb/printer6 > direct usb:/dev/usb/printer7 > > I also know that my server is running cups and that something is > listening on port 631. > > I have the following file : > > bash-3.00# ls -lap /opt/csw/share/cups/model/laserjet.ppd > -rw-r--r-- 1 root bin 9453 Jan 16 2005 > /opt/csw/share/cups/model/laserjet.ppd > > And this is what lpadmin tells me : > > bash-3.00# /opt/csw/sbin/lpadmin -p hp8000 -E -v > socket://192.168.35.79:9100 -m /opt/csw/share/cups/model/laserjet.ppd > lpadmin: add-printer (set model) failed: server-error-internal-error > > Any ideas ? > > Dennis > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users From rob at colnet.cmhnet.org Thu Dec 8 06:59:49 2005 From: rob at colnet.cmhnet.org (Robert Stampfli) Date: Thu, 8 Dec 2005 00:59:49 -0500 Subject: [csw-users] Why has php been split into a bazillion packages? Message-ID: <20051208055949.GA20676@colnet> I've just finished updating php 4.4.0 -> 4.4.1 on one of my machines, and am in the process of updating another one now, and believe me, it is painful. Starting with the last release, php seems to have been split into 18 separate packages, and I'm not sure why this was done. It sure makes updating to a new point release a time-consuming activity, and it would seem each module will have to be reissued for each release forevermore. Can anyone shed some light on why this split was done, and what benefits are derived from it? My vote would be to see php go back to the way it was packaged before. Rob From blastwave at gmail.com Thu Dec 8 08:46:52 2005 From: blastwave at gmail.com (Dennis Clarke) Date: Thu, 8 Dec 2005 02:46:52 -0500 Subject: [csw-users] Fwd: Can not add my first printer from command line In-Reply-To: <4397BEB8.1000307@cmi.univ-mrs.fr> References: <4397BEB8.1000307@cmi.univ-mrs.fr> Message-ID: On 12/8/05, G?rard Henry wrote: > hello, > why don't you try to connect to http://:631 to add your > printer instead of using command line? > > I am doing this work remotely and can not gain access to a browser. Perhaps a text browser like lynx or links will work ? Dennis From mark at markround.com Thu Dec 8 08:57:24 2005 From: mark at markround.com (Mark Round) Date: Thu, 8 Dec 2005 07:57:24 +0000 Subject: [csw-users] Why has php been split into a bazillion packages? In-Reply-To: <20051208055949.GA20676@colnet> References: <20051208055949.GA20676@colnet> Message-ID: <7FFCA5EF-18B9-48D1-B8FB-5A9DE2B5FBAC@markround.com> It's been done for several reasons, mainly due to the size of the original package. PHP was originally built as a monolithic package, with a single .so file to be loaded into Apache. This one .so file contained all the extensions, bloating it's size and meaning that the average user, who may only use a fraction of those extensions was paying the price by running a very large sized Apache process. The footprint really started to hurt on high-traffic sites with lots of Apache processes running. Then there was the issue that it was impossible to upgrade an extension (for instance, relinking the postgresql extension to a new version when one is released) or add a new one without updating the entire package. For a first time user running "pkg-get -i php", it was a time- consuming experience, as it would download every dependency for all the extensions in addition to PHP itself. You'd end up with what seemed like half the Blastwave distribution installed just so you could run PHP - PostgreSQl and MySQL libraries, OpenLDAP, OpenSSL, XML libraries, etc. The decision was taken to split as many extensions as possible out into separate PHP loadable modules, which gives the end user the flexibility to install only what they want (this is also the way pretty much every other Unix or Unix-like distribution handles PHP). They've also then got the ability to add new extensions or upgrade existing ones without re-doing the whole lot. For compatibilities sake, the old PHP package was turned into a "dummy" package that emulated the old behaviour - if you install CSWphp (mod_php), you'll also download and install all the extensions (the 18 other packages you mentioned), and also any dependencies for those packages. So this will still download and upgrade everything which will still be time-consuming. This is also what happened when anyone upgraded from the old monolithic package - because there is no way to tell in advance what extensions a user may be using, in order to avoid random breakages by not having modules available, an upgrade to the modular system would still have downloaded everything - although now, the user can remove what they don't need and tailor the system going forward. If you remove the dummy CSWphp package, you can then just upgrade only what you need next time. Is this a problem for you because you have every one of the 18 extensions installed ? On 8 Dec 2005, at 5:59 am, Robert Stampfli wrote: > I've just finished updating php 4.4.0 -> 4.4.1 on one of my > machines, and am in the process of updating another one now, > and believe me, it is painful. Starting with the last > release, php seems to have been split into 18 separate > packages, and I'm not sure why this was done. It sure makes > updating to a new point release a time-consuming activity, > and it would seem each module will have to be reissued for > each release forevermore. > > Can anyone shed some light on why this split was done, and > what benefits are derived from it? My vote would be to see > php go back to the way it was packaged before. > > Rob > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -- Mark Round mark at markround.com :wq From ghenry at cmi.univ-mrs.fr Thu Dec 8 09:02:58 2005 From: ghenry at cmi.univ-mrs.fr (=?UTF-8?B?R8OpcmFyZCBIZW5yeQ==?=) Date: Thu, 08 Dec 2005 09:02:58 +0100 Subject: [csw-users] Fwd: Can not add my first printer from command line In-Reply-To: References: <4397BEB8.1000307@cmi.univ-mrs.fr> Message-ID: <4397E8B2.2030600@cmi.univ-mrs.fr> Dennis Clarke wrote: > On 12/8/05, G?rard Henry wrote:> hello,> why don't you try to connect to http://:631 to add your> printer instead of using command line?>> > I am doing this work remotely and can not gain access to a browser. Perhaps a text browser like lynx or links will work ? > Dennis_______________________________________________users mailing listusers at lists.blastwave.orghttps://lists.blastwave.org/mailman/listinfo/users yes, it seems possible with lynx From tim.smith at degreec.com Thu Dec 8 18:11:14 2005 From: tim.smith at degreec.com (Tim Smith) Date: Thu, 08 Dec 2005 12:11:14 -0500 Subject: [csw-users] New(ish) to blastwave, help me not be a n00b Message-ID: <43986932.1030809@degreec.com> Hi there, I've been using solaris(sparc) and some of the blastwave software for a while, but my desktop at work is now solaris so I'm going to try and get a little more active in the community. My first question is: What is the "proper" method to request a package be added to blastwave? Specifically I'd kill for a solaris port of the K3B cd-burning app, but have been unable to make it work (my system thinks it doesnt have cc ... sigh) Second question is: How long does it take for stuff to move into the "stable" branch? Specifically, I'm looking forward very much to KDE 3.5 ;-) Thanks! -- Timothy Smith tim.smith at degreec.com IT Administrator Degree Controls, INC From james at blastwave.org Thu Dec 8 18:37:35 2005 From: james at blastwave.org (James Lee) Date: Thu, 08 Dec 2005 17:37:35 GMT Subject: [csw-users] New(ish) to blastwave, help me not be a n00b In-Reply-To: <43986932.1030809@degreec.com> References: <43986932.1030809@degreec.com> Message-ID: <20051208.17373500.3751971479@landeck.jamesipoos.com> On 08/12/05, 17:11:14, Tim Smith wrote regarding [csw-users] New(ish) to blastwave, help me not be a n00b: > My first question is: What is the "proper" method to request a package > be added to blastwave? Specifically I'd kill for a solaris port of the > K3B cd-burning app, but have been unable to make it work (my system > thinks it doesnt have cc ... sigh) The official way: http://www.blastwave.org/pkgreq.php The unofficial way requires grovelling, connections and/or a bribe. > Second question is: How long does it take for stuff to move into the > "stable" branch? Specifically, I'm looking forward very much to KDE 3.5 > ;-) Packages are moved to stable every 3 months. The actual lag depends on the time of year but don't get too excited about KDE 3.5 yet because it's not in unstable. You could see KDE 3.5 in stable in 3 1/2 weeks - or maybe not if it's not in unstable soon or not considered stable. James. From rob at colnet.cmhnet.org Thu Dec 8 18:59:18 2005 From: rob at colnet.cmhnet.org (Robert Stampfli) Date: Thu, 8 Dec 2005 12:59:18 -0500 Subject: [csw-users] Why has php been split into a bazillion packages? In-Reply-To: <7FFCA5EF-18B9-48D1-B8FB-5A9DE2B5FBAC@markround.com> References: <20051208055949.GA20676@colnet> <7FFCA5EF-18B9-48D1-B8FB-5A9DE2B5FBAC@markround.com> Message-ID: <20051208175918.GA22214@colnet> First, thanks, Mark, for your very quick and comprehensive reply to my earlier email to the list. If I may make a suggestion, you should place a copy of that response under the "View news and info" tab for mod_php. I was not aware that mod_php had become a placeholder for the entire php hierarchy (and, frankly, I'm not even sure what I should have done to become aware of the fact). I've used Blastwave's PHP for years, and suddenly it just ballooned into all these packages. I presumed it was to provide for some flexibility in tuning it for the extentions needed, but the dependencies were such that everything seemed to still be required. So, you're saying the first thing I should do is 'rmpkg CSWphp' and then I can pick and choose among the extensions to suit my specific needs? Aside from the physcial package size, is there any way to discern what effect each extension has on the apache module size? I did notice the huge increase in the apache virtual memory footprint after installing php initially. Most of that increase appeared to be confined to two rather large (about 65Mb each) shared memory segments. Can you shed some light on what these segments are and which extension(s) require them? I'll play around with "tuning" out the PHP extentsions I don't need, but if you have additional information about which extensions are the memory hogs, I'd appreciate it if you would share it with us. Thanks again for your quick response, Rob On Thu, Dec 08, 2005 at 07:57:24AM +0000, Mark Round wrote: > It's been done for several reasons, mainly due to the size of the > original package. PHP was originally built as a monolithic package, > with a single .so file to be loaded into Apache. This one .so file > contained all the extensions, bloating it's size and meaning that the > average user, who may only use a fraction of those extensions was > paying the price by running a very large sized Apache process. The > footprint really started to hurt on high-traffic sites with lots of > Apache processes running. Then there was the issue that it was > impossible to upgrade an extension (for instance, relinking the > postgresql extension to a new version when one is released) or add a > new one without updating the entire package. > > For a first time user running "pkg-get -i php", it was a time- > consuming experience, as it would download every dependency for all > the extensions in addition to PHP itself. You'd end up with what > seemed like half the Blastwave distribution installed just so you > could run PHP - PostgreSQl and MySQL libraries, OpenLDAP, OpenSSL, > XML libraries, etc. > > The decision was taken to split as many extensions as possible out > into separate PHP loadable modules, which gives the end user the > flexibility to install only what they want (this is also the way > pretty much every other Unix or Unix-like distribution handles PHP). > They've also then got the ability to add new extensions or upgrade > existing ones without re-doing the whole lot. > > For compatibilities sake, the old PHP package was turned into a > "dummy" package that emulated the old behaviour - if you install > CSWphp (mod_php), you'll also download and install all the extensions > (the 18 other packages you mentioned), and also any dependencies for > those packages. So this will still download and upgrade everything > which will still be time-consuming. This is also what happened when > anyone upgraded from the old monolithic package - because there is no > way to tell in advance what extensions a user may be using, in order > to avoid random breakages by not having modules available, an upgrade > to the modular system would still have downloaded everything - > although now, the user can remove what they don't need and tailor the > system going forward. > > If you remove the dummy CSWphp package, you can then just upgrade > only what you need next time. Is this a problem for you because you > have every one of the 18 extensions installed ? From tim.smith at degreec.com Thu Dec 8 19:07:22 2005 From: tim.smith at degreec.com (Tim Smith) Date: Thu, 08 Dec 2005 13:07:22 -0500 Subject: [csw-users] New(ish) to blastwave, help me not be a n00b In-Reply-To: <20051208.17373500.3751971479@landeck.jamesipoos.com> References: <43986932.1030809@degreec.com> <20051208.17373500.3751971479@landeck.jamesipoos.com> Message-ID: <4398765A.4000005@degreec.com> Thanks for the links/tips .. I wasnt able to find a link to the package request page you linked anywhere on the main site (I looked for a while .. may be blind). -Tim James Lee wrote: >On 08/12/05, 17:11:14, Tim Smith wrote regarding >[csw-users] New(ish) to blastwave, help me not be a n00b: > > > >>My first question is: What is the "proper" method to request a package >>be added to blastwave? Specifically I'd kill for a solaris port of the >>K3B cd-burning app, but have been unable to make it work (my system >>thinks it doesnt have cc ... sigh) >> >> > >The official way: >http://www.blastwave.org/pkgreq.php > >The unofficial way requires grovelling, connections and/or a bribe. > > > > >>Second question is: How long does it take for stuff to move into the >>"stable" branch? Specifically, I'm looking forward very much to KDE 3.5 >>;-) >> >> > >Packages are moved to stable every 3 months. The actual lag depends on >the time of year but don't get too excited about KDE 3.5 yet because >it's not in unstable. You could see KDE 3.5 in stable in 3 1/2 weeks >- or maybe not if it's not in unstable soon or not considered stable. > > > >James. >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > > > -- Timothy Smith tim.smith at degreec.com IT Administrator Degree Controls, INC From tim.smith at degreec.com Thu Dec 8 19:09:08 2005 From: tim.smith at degreec.com (Tim Smith) Date: Thu, 08 Dec 2005 13:09:08 -0500 Subject: [csw-users] CD Burning In-Reply-To: <20051208.17373500.3751971479@landeck.jamesipoos.com> References: <43986932.1030809@degreec.com> <20051208.17373500.3751971479@landeck.jamesipoos.com> Message-ID: <439876C4.5010300@degreec.com> I've never burned a CD on solaris before. SunBlade1000 , USB cd-w drive any good starting points? documents? "RTFM"s for "man cdrtools"? I'm sure theres something in the blastwave collection to help. is usb a non-starter for cd burning on solaris? -Tim Smith From a.cervellin at acm.org Thu Dec 8 19:10:50 2005 From: a.cervellin at acm.org (Alessio Cervellin @ acm) Date: Thu, 08 Dec 2005 19:10:50 +0100 Subject: [csw-users] New(ish) to blastwave, help me not be a n00b In-Reply-To: <4398765A.4000005@degreec.com> References: <43986932.1030809@degreec.com> <20051208.17373500.3751971479@landeck.jamesipoos.com> <4398765A.4000005@degreec.com> Message-ID: <4398772A.4020603@acm.org> Tim Smith wrote: > Thanks for the links/tips .. I wasnt able to find a link to the package > request page you linked anywhere on the main site (I looked for a while > .. may be blind). it is linked from here: http://www.blastwave.org/packages.php ("Package Request Form") From rob at colnet.cmhnet.org Thu Dec 8 20:49:23 2005 From: rob at colnet.cmhnet.org (Robert Stampfli) Date: Thu, 8 Dec 2005 14:49:23 -0500 Subject: [csw-users] Why does apache require the openldap server? In-Reply-To: <20051208175918.GA22214@colnet> References: <20051208055949.GA20676@colnet> <7FFCA5EF-18B9-48D1-B8FB-5A9DE2B5FBAC@markround.com> <20051208175918.GA22214@colnet> Message-ID: <20051208194923.GA22838@colnet> This dependency thing is getting murkier and murkier. I just tried upgrading to the most recent openldap. I think I need it because apache must have some links into it, but lo-and- behold it starts pulling down perl. Now I'm guessing this is because the ldap server uses perl (surely the client interface wouldn't need it, would it?), but I don't use ldap or perl on this machine. Shouldn't apache only have a dependency for the ldap client software, or am I missing something? (Well, now that it's here, maybe I better figure out how to use ldap. I hear it can be quite useful!) Rob From asmoore at blastwave.org Thu Dec 8 22:09:35 2005 From: asmoore at blastwave.org (Alex Moore) Date: Thu, 8 Dec 2005 15:09:35 -0600 Subject: [csw-users] Why does apache require the openldap server? In-Reply-To: <20051208194923.GA22838@colnet> References: <20051208055949.GA20676@colnet> <7FFCA5EF-18B9-48D1-B8FB-5A9DE2B5FBAC@markround.com> <20051208175918.GA22214@colnet> <20051208194923.GA22838@colnet> Message-ID: <20051208150935.00004c9f@sws602> On Thu, 8 Dec 2005 14:49:23 -0500 Robert Stampfli wrote: > This dependency thing is getting murkier and murkier. I just > tried upgrading to the most recent openldap. I think I need > it because apache must have some links into it... Yes Robert. The openldap package uses perl. Apache should be rebuilt based on the openldap package split a few weeks ago. The dependency at a minimum should be openldap_client, which also needs openldap_rt. Neither openldap_client or openldap_rt would have loaded perl. OpenLDAP can do useful things. If you do not want to mess with it, do not create /opt/csw/etc/openldap/slapd.conf and the server portion should not start a slapd process from the openldap init.d script. Alex From mark.round at gmail.com Fri Dec 9 14:08:16 2005 From: mark.round at gmail.com (Mark Round) Date: Fri, 9 Dec 2005 13:08:16 +0000 Subject: [csw-users] Why has php been split into a bazillion packages? In-Reply-To: <20051208175918.GA22214@colnet> References: <20051208055949.GA20676@colnet> <7FFCA5EF-18B9-48D1-B8FB-5A9DE2B5FBAC@markround.com> <20051208175918.GA22214@colnet> Message-ID: <7b46f0de0512090508u763d52b4yd5d43c6df1f4be60@mail.gmail.com> > If I may make a suggestion, > you should place a copy of that response under the "View news and > info" tab for mod_php. Good point. I posted a message to the users and announce lists, but I must have missed that one out. I've just updated it now. > So, you're saying the first thing I should do is 'rmpkg CSWphp' > and then I can pick and choose among the extensions to suit my > specific needs? Yup, that's right. As CSWphp is simply a dummy package containing a list of dependencies, you can now remove it with no ill-effects. It will then mean you can remove things you don't need without Solaris complaining that "CSWphp4libfoo is required by CSWphp" etc. > Aside from the physcial package size, is there > any way to discern what effect each extension has on the apache > module size? I did notice the huge increase in the apache virtual > memory footprint after installing php initially. A simple approach is to look at what libraries those extensions make use of. For instance : [mround at builds:mround] # cd /opt/csw/lib/php/extensions/no-debug-non-zts-20020429/ [mround at builds:no-debug-non-zts-20020429] # ls -l total 2382 -rw-r--r-- 1 root bin 106076 Dec 5 07:26 bcmath.so -rw-r--r-- 1 root bin 34544 Dec 5 07:26 calendar.so -rw-r--r-- 1 root bin 43760 Dec 5 07:26 curl.so -rw-r--r-- 1 root bin 96420 Dec 5 07:26 domxml.so -rw-r--r-- 1 root bin 412008 Dec 5 07:27 gd.so -rw-r--r-- 1 root bin 14252 Dec 5 07:27 gettext.so -rw-r--r-- 1 root bin 12928 Dec 5 07:27 iconv.so -rw-r--r-- 1 root bin 1206764 Dec 5 07:27 imap.so -rw-r--r-- 1 root bin 42108 Dec 5 07:27 ldap.so -rw-r--r-- 1 root bin 75500 Dec 5 07:27 mcal.so -rw-r--r-- 1 root bin 52792 Dec 5 07:27 mssql.so -rw-r--r-- 1 root bin 50580 Dec 5 07:27 mysql.so -rw-r--r-- 1 root bin 68068 Dec 5 07:27 odbc.so -rw-r--r-- 1 root bin 62312 Dec 5 07:27 openssl.so -rw-r--r-- 1 root bin 86616 Dec 5 07:27 pgsql.so -rw-r--r-- 1 root bin 32156 Dec 5 07:27 zlib.so The obvious culprit here is the imap extension - this will add around 1.2Mb to the shared memory space used by Apache processes. But that's not all - if you use ldd on it : [mround at builds:no-debug-non-zts-20020429] # ldd imap.so warning: ldd: imap.so: is not executable libssl.so.0.9.8 => /opt/csw/lib/sparcv8plus/libssl.so.0.9.8 libcrypto.so.0.9.8 => /opt/csw/lib/sparcv8plus/libcrypto.so.0.9.8 libcrypt_i.so.1 => /usr/lib/libcrypt_i.so.1 libpam.so.1 => /usr/lib/libpam.so.1 libc.so.1 => /usr/lib/libc.so.1 libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libgen.so.1 => /usr/lib/libgen.so.1 libcmd.so.1 => /usr/lib/libcmd.so.1 libmp.so.2 => /usr/lib/libmp.so.2 /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1 You can see that it will also pull in OpenSSL libraries, which are not small either (around 2.3Mb for libcrypto - but then they are used by other extensions as well). So if you're not making use of any IMAP/POP3 mail servers through PHP, removing this will help your footprint. Libgd.so also pulls in a lot of the image processing libraries (t1lib, libjpeg, libpng etc. as well as freetype) - so if you're not using any of the image processing functions (http://php.net/gd), this would be a good one to remove. Likewise LDAP/PostgreSQL etc. - these pull in all sorts of other libraries. Bottom line is, if you're not using an extension, remove it. Some of these will be fairly obvious - if, for instance, you don't have a PostgreSQL database server anywhere that you need to access, then you're pretty safe to go ahead and remove CSWphp4pgsql. From blastwave at gmail.com Sat Dec 10 05:59:20 2005 From: blastwave at gmail.com (Dennis Clarke) Date: Fri, 9 Dec 2005 23:59:20 -0500 Subject: [csw-users] Fwd: Can not add my first printer from command line In-Reply-To: <4397E8B2.2030600@cmi.univ-mrs.fr> References: <4397BEB8.1000307@cmi.univ-mrs.fr> <4397E8B2.2030600@cmi.univ-mrs.fr> Message-ID: On 12/8/05, G?rard Henry wrote: > Dennis Clarke wrote: > > On 12/8/05, G?rard Henry wrote:> hello,> why don't you try to connect to http://:631 to add your> printer instead of using command line?>> > > I am doing this work remotely and can not gain access to a browser. Perhaps a text browser like lynx or links will work ? > > Dennis_______________________________________________users mailing listusers at lists.blastwave.orghttps://lists.blastwave.org/mailman/listinfo/users > > yes, it seems possible with lynx > thank you for testing this for me .. I drove the 100Km to get to the office with the print server and used Mozilla to access the cups server at port 631 and I get this : Forbidden You don't have permission to access the resource on this server. I don't think this is working well for me at all. Dennis From blastwave at unix.ms Sat Dec 10 20:12:04 2005 From: blastwave at unix.ms (Sam Nelson) Date: Sat, 10 Dec 2005 19:12:04 -0000 (GMT) Subject: [csw-users] No such file `SunOS'. Message-ID: <2163.212.46.154.127.1134241924.squirrel@webmail.rhydio.com> Hey all Hopefully someone can help me, I'm going slightly mad with this one. All of a sudden a few days ago I seem to be getting an error when running pkg-get. I log into the ftp site ok, then get "No such file `SunOS'." after A RETR SunOS (presumably by the wget/ftp client). But why is it looking for a SunOS file? This doesn't exist on any server iirc. Checked pkg-get.conf for gremlins, nothing bad there. Tried a different mirror, same problem. Checked wgetrc - nothing bad there. Here's the error in full: root at fatty|/> pkg-get -U WARNING: gpg not found NOTE: To have checksums compared, you must install one of: md5 or gmd5sum (gmd5sum is available with GNU textutils) try 'pkg-get install textutils' Getting catalog... --18:57:25-- ftp://ftp.ibiblio.org/pub/packages/solaris/csw/unstable/SunOS => `SunOS' Resolving ftp.ibiblio.org... 152.2.210.80 Connecting to ftp.ibiblio.org|152.2.210.80|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /pub/packages/solaris/csw/unstable ... done. ==> PASV ... done. ==> RETR SunOS ... No such file `SunOS'. ERROR: could not get catalog file root at fatty|/> which pkg-get wget /opt/csw/bin/pkg-get /opt/csw/bin/wget root at fatty|/> echo $PATH /opt/csw/bin:/opt/csw/sbin:/cw/local/bin:/cw/local/sbin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin/nsr:/usr/sbin/nsr:/opt/simian/bin:/opt/simian/sbin:/opt/NTLIservl/sbin/:/opt/NTLIservl/bin/:. root at fatty|~> echo $LD_LIBRARY_PATH And here's my pkg-get.conf root at fatty|~> cat /opt/csw/etc/pkg-get.conf # Configuration file for "pkg-get" # man pkg-get for details on the program # This config file has been pre-customized for use with CSW packages. # The latest set of CSW mirrors is always available at # http://www.blastwave.org/mirrors.html # default site, in USA: #url=http://ibiblio.org/pub/packages/solaris/csw/unstable #url=ftp://ftp.mirror.ac.uk/sites/blastwave.org/unstable url=ftp://ftp.ibiblio.org/pub/packages/solaris/csw/unstable # secondary US mirror #url= http://mirrors.usc.edu/pub/blastwave/unstable # Denmark mirror. FTP preferred. #url=ftp://mirrors.sunsite.dk/mirrors/csw/unstable #url=http://mirrors.sunsite.dk/csw/unstable # If you are behind a firewall, set one of these as appropriate #ftp_proxy=http://your-proxy:8023 #http_proxy=http://your-proxy:8023 #export http_proxy ftp_proxy # You may also set PROXYFLAGS in your environment to set flags # for wget like # export PROXYFLAGS="--proxy-user=xxxx --proxy-passwd=yyy" # Or set them here. but make sure the perms are readable. # And consider that anyone on the machine can check your environment # and grab the user/password combo. # Solaris 10: If you wish to limit pkg-get to installing packages # ONLY to the global zone, then uncomment this line #PKGADDFLAGS=-G # pkg-get defaults to downloading to /var/run/[special] # Since this is a memory-based filesystem, you may want to change this # to some other secure location. # Note that it MUST HAVE $$ -- tempdir MUST BE UNIQUE TO EACH PROCESS # PKGGET_DOWNLOAD_DIR=/some/large/dir/pkg-get.$$ # To disable use of gpg or md5, uncomment these #use_gpg=false #use_md5=false Anyone have an idea? cheers Sam From pgress at optonline.net Sat Dec 10 21:17:15 2005 From: pgress at optonline.net (Paul Gress) Date: Sat, 10 Dec 2005 15:17:15 -0500 Subject: [csw-users] No such file `SunOS'. In-Reply-To: <2163.212.46.154.127.1134241924.squirrel@webmail.rhydio.com> References: <2163.212.46.154.127.1134241924.squirrel@webmail.rhydio.com> Message-ID: <439B37CB.7030208@optonline.net> Sam Nelson wrote: >Hey all > >Hopefully someone can help me, I'm going slightly mad with this one. > >All of a sudden a few days ago I seem to be getting an error when running >pkg-get. I log into the ftp site ok, then get "No such file `SunOS'." >after A RETR SunOS (presumably by the wget/ftp client). But why is it >looking for a SunOS file? This doesn't exist on any server iirc. > >Checked pkg-get.conf for gremlins, nothing bad there. > > >And here's my pkg-get.conf > >root at fatty|~> cat /opt/csw/etc/pkg-get.conf > > Do you have another pkg-get.conf? I know the one I'm using that works is located in /etc/pkg-get.conf. If not, try putting yours there. Paul From delrio at mie.utoronto.ca Sun Dec 11 00:23:11 2005 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Sat, 10 Dec 2005 18:23:11 -0500 Subject: [csw-users] No such file `SunOS'. In-Reply-To: <2163.212.46.154.127.1134241924.squirrel@webmail.rhydio.com> References: <2163.212.46.154.127.1134241924.squirrel@webmail.rhydio.com> Message-ID: <439B635F.9030907@mie.utoronto.ca> Sam Nelson wrote: > root at fatty|/> pkg-get -U > WARNING: gpg not found > NOTE: To have checksums compared, you must install one of: > md5 or gmd5sum (gmd5sum is available with GNU textutils) > try 'pkg-get install textutils' > Getting catalog... > --18:57:25-- ftp://ftp.ibiblio.org/pub/packages/solaris/csw/unstable/SunOS > => `SunOS' > Resolving ftp.ibiblio.org... 152.2.210.80 > Connecting to ftp.ibiblio.org|152.2.210.80|:21... connected. > Logging in as anonymous ... Logged in! > ==> SYST ... done. ==> PWD ... done. > ==> TYPE I ... done. ==> CWD /pub/packages/solaris/csw/unstable ... done. > ==> PASV ... done. ==> RETR SunOS ... > No such file `SunOS'. wget should be getting ftp://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.9/catalog it seems that in your case the `uname` commands that pkg-get uses to get /sparc/5.9 are not returning the correct info Check/debug the pkg-get script, did anyone edit it? From eric.enright at gmail.com Mon Dec 12 06:42:03 2005 From: eric.enright at gmail.com (Eric Enright) Date: Mon, 12 Dec 2005 00:42:03 -0500 Subject: [csw-users] Problem with snv28 Japanese fonts? Message-ID: <3a74b99d0512112142k49ab9be9ka736de4a8b935add@mail.gmail.com> Some Blastwave programs don't seem to be able to grok the Japanese fonts very well anymore. With a fresh install of snv28 on x86 from DVD, with a full package installation including Canadian English and Japanese locales, programs are segfaulting while trying access files under /usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps. from "truss /opt/csw/bin/gaim": ... xstat(2, "/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps//20om2132.pcf.Z", 0x08042D38) = 0 open("/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps//24om212.pcf.Z", O_RDONLY) = 6 fcntl(6, F_SETFD, 0x00000001) = 0 fxstat(2, 6, 0x08042B4C) = 0 mmap(0x00000000, 414820, PROT_READ, MAP_PRIVATE, 6, 0) = 0xD0A58000 close(6) = 0 Incurred fault #6, FLTBOUNDS %pc = 0xD17D28B9 siginfo: SIGSEGV SEGV_MAPERR addr=0x083C7000 Received signal #11, SIGSEGV [caught] siginfo: SIGSEGV SEGV_MAPERR addr=0x083C7000 And while running "/opt/csw/bin/fc-cache -f -v": ... fc-cache: "/usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//afm": caching, 0 fonts, 0 dirs fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/75dpi/": caching, 0 fonts, 0 dirs fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/TT/": caching, 7 fonts, 0 dirs fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps/": Segmentation fault (core dumped) Sun's bundled versions of these programs do not exhibit this problem, and I have been able to reproduce this on two clean installations on two separate machines. Renaming the fonts directory to something else to avoid the programs accessing those files solves things. -- Eric Enright From ghenry at cmi.univ-mrs.fr Mon Dec 12 08:45:25 2005 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Mon, 12 Dec 2005 08:45:25 +0100 Subject: [csw-users] Tomcat 5 and Apache Portable Runtime Message-ID: <439D2A95.3000600@cmi.univ-mrs.fr> hello all, i'm using tomcat 5 (5.5.12) from blastwave on sparc solaris 9 machine. When i look at logs file (catalina.out), i notice: INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: /usr/j2se/jre1.5.0_05/lib/sparc/client:/usr/j2se/jre1.5.0_05/lib/sparc:/usr/j2se/jre1.5.0_05/../lib/sparc: /usr/lib i don't understand how i can add this runtime i search on google, and found something about a libctnative.so: http://www.opensubscriber.com/message/users at tomcat.apache.org/2738636.html why this file isn't packaged with CSWtomcat5? is it unnecessary? thanks for help, gerard From comand at blastwave.org Mon Dec 12 18:41:48 2005 From: comand at blastwave.org (Cory Omand) Date: Mon, 12 Dec 2005 09:41:48 -0800 Subject: [csw-users] Tomcat 5 and Apache Portable Runtime In-Reply-To: <439D2A95.3000600@cmi.univ-mrs.fr> References: <439D2A95.3000600@cmi.univ-mrs.fr> Message-ID: <439DB65C.8010203@blastwave.org> Gerard Henry wrote: > hello all, > i'm using tomcat 5 (5.5.12) from blastwave on sparc solaris 9 machine. > When i look at logs file (catalina.out), i notice: > INFO: The Apache Portable Runtime which allows optimal performance in > production environments was not found on the java.library.path: > /usr/j2se/jre1.5.0_05/lib/sparc/client:/usr/j2se/jre1.5.0_05/lib/sparc:/usr/j2se/jre1.5.0_05/../lib/sparc: > /usr/lib Gerard, APR 1.0 is distributed as CSWapr (apr). You will need to add /opt/csw/lib to your java.library.path to use it. Regards, Cory. -- Cory Omand From Alan.Coopersmith at Sun.COM Mon Dec 12 19:07:18 2005 From: Alan.Coopersmith at Sun.COM (Alan Coopersmith) Date: Mon, 12 Dec 2005 10:07:18 -0800 Subject: [csw-users] [osol-bugs] Problem with snv28 Japanese fonts? In-Reply-To: <3a74b99d0512112142k49ab9be9ka736de4a8b935add@mail.gmail.com> References: <3a74b99d0512112142k49ab9be9ka736de4a8b935add@mail.gmail.com> Message-ID: <439DBC56.6050302@sun.com> Sun had to patch freetype to avoid crashing on some of our compressed PCF fonts - I don't think the patch has gone back into freetype though. (I haven't checked and the engineer who did the work no longer works here, so isn't available to ask if he sent it back.) The Sun bug id (which is very sparse - I'll go fix that): http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6229445 The patch is simply: --- src/lzw/zopen.c Tue Mar 1 13:54:50 2005 +++ src/lzw/zopen.c Tue Mar 1 16:00:09 2005 @@ -355,7 +355,11 @@ } roffset = 0; /* Round size down to integral number of codes. */ - size = (size << 3) - (n_bits - 1); + if(size) { + size = (size << 3) - (n_bits - 1); + }else + return -1; + } r_off = roffset; bits = n_bits; -- -Alan Coopersmith- alan.coopersmith at sun.com Sun Microsystems, Inc. - X Window System Engineering Eric Enright wrote: > Some Blastwave programs don't seem to be able to grok the Japanese > fonts very well anymore. With a fresh install of snv28 on x86 from > DVD, with a full package installation including Canadian English and > Japanese locales, programs are segfaulting while trying access files > under /usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps. > > from "truss /opt/csw/bin/gaim": > ... > xstat(2, "/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps//20om2132.pcf.Z", > 0x08042D38) = 0 > open("/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps//24om212.pcf.Z", > O_RDONLY) = 6 > fcntl(6, F_SETFD, 0x00000001) = 0 > fxstat(2, 6, 0x08042B4C) = 0 > mmap(0x00000000, 414820, PROT_READ, MAP_PRIVATE, 6, 0) = 0xD0A58000 > close(6) = 0 > Incurred fault #6, FLTBOUNDS %pc = 0xD17D28B9 > siginfo: SIGSEGV SEGV_MAPERR addr=0x083C7000 > Received signal #11, SIGSEGV [caught] > siginfo: SIGSEGV SEGV_MAPERR addr=0x083C7000 > > > And while running "/opt/csw/bin/fc-cache -f -v": > ... > fc-cache: "/usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//afm": > caching, 0 fonts, 0 dirs > fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/75dpi/": caching, 0 > fonts, 0 dirs > fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/TT/": caching, 7 fonts, 0 dirs > fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps/": > Segmentation fault (core dumped) > > Sun's bundled versions of these programs do not exhibit this problem, > and I have been able to reproduce this on two clean installations on > two separate machines. Renaming the fonts directory to something else > to avoid the programs accessing those files solves things. > > -- > Eric Enright > _______________________________________________ > opensolaris-bugs mailing list > opensolaris-bugs at www.opensolaris.org From eric.enright at gmail.com Tue Dec 13 01:53:15 2005 From: eric.enright at gmail.com (Eric Enright) Date: Mon, 12 Dec 2005 19:53:15 -0500 Subject: [csw-users] [osol-bugs] Problem with snv28 Japanese fonts? In-Reply-To: <439DBC56.6050302@sun.com> References: <3a74b99d0512112142k49ab9be9ka736de4a8b935add@mail.gmail.com> <439DBC56.6050302@sun.com> Message-ID: <3a74b99d0512121653p1f612a96n3a0a55bfd7e7ce49@mail.gmail.com> On 12/12/05, Alan Coopersmith wrote: > Sun had to patch freetype to avoid crashing on some of our compressed > PCF fonts - I don't think the patch has gone back into freetype though. > (I haven't checked and the engineer who did the work no longer works > here, so isn't available to ask if he sent it back.) I see. Thanks for clearing that up. Eric > The Sun bug id (which is very sparse - I'll go fix that): > http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6229445 > > The patch is simply: > --- src/lzw/zopen.c Tue Mar 1 13:54:50 2005 > +++ src/lzw/zopen.c Tue Mar 1 16:00:09 2005 > @@ -355,7 +355,11 @@ > } > roffset = 0; > /* Round size down to integral number of codes. */ > - size = (size << 3) - (n_bits - 1); > + if(size) { > + size = (size << 3) - (n_bits - 1); > + }else > + return -1; > + > } > r_off = roffset; > bits = n_bits; > > -- > -Alan Coopersmith- alan.coopersmith at sun.com > Sun Microsystems, Inc. - X Window System Engineering > > > Eric Enright wrote: > > Some Blastwave programs don't seem to be able to grok the Japanese > > fonts very well anymore. With a fresh install of snv28 on x86 from > > DVD, with a full package installation including Canadian English and > > Japanese locales, programs are segfaulting while trying access files > > under /usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps. > > > > from "truss /opt/csw/bin/gaim": > > ... > > xstat(2, "/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps//20om2132.pcf.Z", > > 0x08042D38) = 0 > > open("/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps//24om212.pcf.Z", > > O_RDONLY) = 6 > > fcntl(6, F_SETFD, 0x00000001) = 0 > > fxstat(2, 6, 0x08042B4C) = 0 > > mmap(0x00000000, 414820, PROT_READ, MAP_PRIVATE, 6, 0) = 0xD0A58000 > > close(6) = 0 > > Incurred fault #6, FLTBOUNDS %pc = 0xD17D28B9 > > siginfo: SIGSEGV SEGV_MAPERR addr=0x083C7000 > > Received signal #11, SIGSEGV [caught] > > siginfo: SIGSEGV SEGV_MAPERR addr=0x083C7000 > > > > > > And while running "/opt/csw/bin/fc-cache -f -v": > > ... > > fc-cache: "/usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//afm": > > caching, 0 fonts, 0 dirs > > fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/75dpi/": caching, 0 > > fonts, 0 dirs > > fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/TT/": caching, 7 fonts, 0 dirs > > fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps/": > > Segmentation fault (core dumped) > > > > Sun's bundled versions of these programs do not exhibit this problem, > > and I have been able to reproduce this on two clean installations on > > two separate machines. Renaming the fonts directory to something else > > to avoid the programs accessing those files solves things. > > > > -- > > Eric Enright > > _______________________________________________ > > opensolaris-bugs mailing list > > opensolaris-bugs at www.opensolaris.org > -- Eric Enright From ghenry at cmi.univ-mrs.fr Tue Dec 13 07:14:02 2005 From: ghenry at cmi.univ-mrs.fr (=?ISO-8859-1?Q?G=E9rard_Henry?=) Date: Tue, 13 Dec 2005 07:14:02 +0100 Subject: [csw-users] Tomcat 5 and Apache Portable Runtime In-Reply-To: <439DB65C.8010203@blastwave.org> References: <439D2A95.3000600@cmi.univ-mrs.fr> <439DB65C.8010203@blastwave.org> Message-ID: <439E66AA.9060306@cmi.univ-mrs.fr> Cory Omand wrote: > Gerard Henry wrote: > >>hello all, >>i'm using tomcat 5 (5.5.12) from blastwave on sparc solaris 9 machine. >>When i look at logs file (catalina.out), i notice: >>INFO: The Apache Portable Runtime which allows optimal performance in >>production environments was not found on the java.library.path: >>/usr/j2se/jre1.5.0_05/lib/sparc/client:/usr/j2se/jre1.5.0_05/lib/sparc:/usr/j2se/jre1.5.0_05/../lib/sparc: >>/usr/lib > > > Gerard, > > APR 1.0 is distributed as CSWapr (apr). You will need to add > /opt/csw/lib to your java.library.path to use it. > > Regards, > Cory. > > > thanks for your reply. I installed CSWapr, and restart tomcat, but again, same message: INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: /usr/j2se/jre1.5.0_05/lib/sparc/client:/usr/j2se/jre1.5.0_05/lib/sparc:/usr/j2se/jre1.5.0_05/../lib/sparc:/usr/lib i'm trying to create a conf file: cat /opt/csw/etc/tomcat5 JAVA_OPTS=-Djava.library.path=/opt/csw/lib Finally, i notice blastwave gave me a file /etc/opt/csw/tomcat5, and i added in it, but don't work again. I modifiy /etc/init.d/cswtomcat5 to add: export JAVA_OPTS and catalina.out show: INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: /opt/csw/lib i don't understand what it is about? /opt/csw/lib /opt/csw/lib/apr.exp /opt/csw/lib/libapr-0.a /opt/csw/lib/libapr-0.la /opt/csw/lib/libapr-0.so /opt/csw/lib/libapr-0.so.0 /opt/csw/lib/libapr-0.so.0.9.5 /opt/csw/lib/libapr-1.a /opt/csw/lib/libapr-1.la /opt/csw/lib/libapr-1.so /opt/csw/lib/libapr-1.so.0 /opt/csw/lib/libapr-1.so.0.0.0 is there a bug? i open it in case... From tim.smith at degreec.com Tue Dec 13 15:44:08 2005 From: tim.smith at degreec.com (Tim Smith) Date: Tue, 13 Dec 2005 09:44:08 -0500 Subject: [csw-users] OT - X resolution in solaris Message-ID: <439EDE38.1040902@degreec.com> Semi-OT quesiton; I just got a new 1280x1024 flat panel monitor, and I'm having some troubles finding where to adjust the screen resolution with XSUN .. I'm running solaris10 on sparc (sb1000, C3D) anyone have any suggestions? -- Timothy Smith tim.smith at degreec.com IT Administrator Degree Controls, INC From ihsan at dogan.ch Tue Dec 13 16:10:53 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Tue, 13 Dec 2005 16:10:53 +0100 Subject: [csw-users] OT - X resolution in solaris In-Reply-To: <439EDE38.1040902@degreec.com> References: <439EDE38.1040902@degreec.com> Message-ID: <20051213151053.GA16469@dogan.ch> Hello Tim, On Tuesday, 13 Dec 2005 09:44 -0500, Tim Smith wrote: > Semi-OT quesiton; > I just got a new 1280x1024 flat panel monitor, and I'm having some > troubles finding where to adjust the screen resolution with XSUN .. I'm > running solaris10 on sparc (sb1000, C3D) anyone have any suggestions? fbconfig(1M) Ihsan -- ihsan at dogan.ch http://ihsan.dogan.ch/ From tim.smith at degreec.com Tue Dec 13 16:27:48 2005 From: tim.smith at degreec.com (Tim Smith) Date: Tue, 13 Dec 2005 10:27:48 -0500 Subject: [csw-users] OT - X resolution in solaris In-Reply-To: <20051213151053.GA16469@dogan.ch> References: <439EDE38.1040902@degreec.com> <20051213151053.GA16469@dogan.ch> Message-ID: <439EE874.5020002@degreec.com> will fbconfig (or pgxconfig or whatever) "save" the settings rather than just change them? That is, will the settings i change too be preserved on next boot? -Tim Ihsan Dogan wrote: >Hello Tim, > >On Tuesday, 13 Dec 2005 09:44 -0500, Tim Smith wrote: > > > >>Semi-OT quesiton; >>I just got a new 1280x1024 flat panel monitor, and I'm having some >>troubles finding where to adjust the screen resolution with XSUN .. I'm >>running solaris10 on sparc (sb1000, C3D) anyone have any suggestions? >> >> > >fbconfig(1M) > > > > >Ihsan > > > -- Timothy Smith tim.smith at degreec.com IT Administrator Degree Controls, INC From ihsan at dogan.ch Tue Dec 13 17:32:52 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Tue, 13 Dec 2005 17:32:52 +0100 Subject: [csw-users] OT - X resolution in solaris In-Reply-To: <439EE874.5020002@degreec.com> References: <439EDE38.1040902@degreec.com> <20051213151053.GA16469@dogan.ch> <439EE874.5020002@degreec.com> Message-ID: <20051213163252.GA18608@dogan.ch> On Tuesday, 13 Dec 2005 10:27 -0500, Tim Smith wrote: > will fbconfig (or pgxconfig or whatever) "save" the settings rather than > just change them? That is, will the settings i change too be preserved > on next boot? Yes, it should save the settings. Ihsan -- ihsan at dogan.ch http://ihsan.dogan.ch/ From william at wbonnet.net Tue Dec 13 22:04:50 2005 From: william at wbonnet.net (William Bonnet) Date: Tue, 13 Dec 2005 22:04:50 +0100 Subject: [csw-users] Tomcat 5 and Apache Portable Runtime In-Reply-To: <439D2A95.3000600@cmi.univ-mrs.fr> References: <439D2A95.3000600@cmi.univ-mrs.fr> Message-ID: <439F3772.3020509@wbonnet.net> Hi > i don't understand how i can add this runtime > i search on google, and found something about a libctnative.so: > http://www.opensubscriber.com/message/users at tomcat.apache.org/2738636.html > > why this file isn't packaged with CSWtomcat5? is it unnecessary? > The file tomcat-native.tar.gz is packaged with tomcat but it is not compiled. It appears that it should have been... Right now you can do it by yourself (after installer apr and openssl). Of course this is not the good solution, and i thing the best is that i compile the .so file and package it with the tomcat distribution. In this case tomcat will no longer be arch independant, and i will have to make two versions of the package. But this is not a problem since it is done for most of the other packages. Phil do you agree ? I'll do it probably this week end. Kind regards, -- William Bonnet SunWizard - Le site francais d?di? aux amateurs de stations Unix http://www.sunwizard.net -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3172 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.blastwave.org/pipermail/users/attachments/20051213/34b09735/attachment.bin From a.cervellin at acm.org Tue Dec 13 22:19:09 2005 From: a.cervellin at acm.org (Alessio Cervellin @ acm) Date: Tue, 13 Dec 2005 22:19:09 +0100 Subject: [csw-users] [osol-bugs] Problem with snv28 Japanese fonts? In-Reply-To: <3a74b99d0512121653p1f612a96n3a0a55bfd7e7ce49@mail.gmail.com> References: <3a74b99d0512112142k49ab9be9ka736de4a8b935add@mail.gmail.com> <439DBC56.6050302@sun.com> <3a74b99d0512121653p1f612a96n3a0a55bfd7e7ce49@mail.gmail.com> Message-ID: <439F3ACD.2090302@acm.org> Ken Mays (the CSW maintainer of freetype) has just patched freetype2 to handle the Japanese fonts, try the new pkg here: http://www.blastwave.org/testing freetype2-2.1.10,REV=2005.12.11-SunOS5.8-i386-CSW.pkg.gz freetype2-2.1.10,REV=2005.12.11-SunOS5.8-sparc-CSW.pkg.gz Eric Enright wrote: > On 12/12/05, Alan Coopersmith wrote: > >>Sun had to patch freetype to avoid crashing on some of our compressed >>PCF fonts - I don't think the patch has gone back into freetype though. >>(I haven't checked and the engineer who did the work no longer works >> here, so isn't available to ask if he sent it back.) > > > I see. Thanks for clearing that up. > > Eric > > >>The Sun bug id (which is very sparse - I'll go fix that): >>http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6229445 >> >>The patch is simply: >>--- src/lzw/zopen.c Tue Mar 1 13:54:50 2005 >>+++ src/lzw/zopen.c Tue Mar 1 16:00:09 2005 >>@@ -355,7 +355,11 @@ >> } >> roffset = 0; >> /* Round size down to integral number of codes. */ >>- size = (size << 3) - (n_bits - 1); >>+ if(size) { >>+ size = (size << 3) - (n_bits - 1); >>+ }else >>+ return -1; >>+ >> } >> r_off = roffset; >> bits = n_bits; >> >>-- >> -Alan Coopersmith- alan.coopersmith at sun.com >> Sun Microsystems, Inc. - X Window System Engineering >> >> >>Eric Enright wrote: >> >>>Some Blastwave programs don't seem to be able to grok the Japanese >>>fonts very well anymore. With a fresh install of snv28 on x86 from >>>DVD, with a full package installation including Canadian English and >>>Japanese locales, programs are segfaulting while trying access files >>>under /usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps. >>> >>>from "truss /opt/csw/bin/gaim": >>>... >>>xstat(2, "/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps//20om2132.pcf.Z", >>>0x08042D38) = 0 >>>open("/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps//24om212.pcf.Z", >>>O_RDONLY) = 6 >>>fcntl(6, F_SETFD, 0x00000001) = 0 >>>fxstat(2, 6, 0x08042B4C) = 0 >>>mmap(0x00000000, 414820, PROT_READ, MAP_PRIVATE, 6, 0) = 0xD0A58000 >>>close(6) = 0 >>> Incurred fault #6, FLTBOUNDS %pc = 0xD17D28B9 >>> siginfo: SIGSEGV SEGV_MAPERR addr=0x083C7000 >>> Received signal #11, SIGSEGV [caught] >>> siginfo: SIGSEGV SEGV_MAPERR addr=0x083C7000 >>> >>> >>>And while running "/opt/csw/bin/fc-cache -f -v": >>>... >>>fc-cache: "/usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//afm": >>>caching, 0 fonts, 0 dirs >>>fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/75dpi/": caching, 0 >>>fonts, 0 dirs >>>fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/TT/": caching, 7 fonts, 0 dirs >>>fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps/": >>>Segmentation fault (core dumped) >>> >>>Sun's bundled versions of these programs do not exhibit this problem, >>>and I have been able to reproduce this on two clean installations on >>>two separate machines. Renaming the fonts directory to something else >>>to avoid the programs accessing those files solves things. >>> >>>-- >>>Eric Enright >>>_______________________________________________ >>>opensolaris-bugs mailing list >>>opensolaris-bugs at www.opensolaris.org >> > > > -- > Eric Enright > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From asmoore at blastwave.org Fri Dec 16 01:01:12 2005 From: asmoore at blastwave.org (Alex Moore) Date: Thu, 15 Dec 2005 18:01:12 -0600 Subject: [csw-users] Sendmail Package Update Alert Message-ID: <20051215180112.00007c58@sws601> This is a warning and cure for a problem that I recently found with my sendmail package version 8.13.5. The preremove script is bad. There is an update on the way to the mirrors, starting this evening, that fixes the preremove script problem plus a bugreport fix for the sparc package when you try to access your berkeleydb4 database (if you actually use one). The new version is 8.13.5,REV=2005.12.14 Two options on the preremove: 1) The simplest but with the most risk: Before running pkg-get to update sendmail, make sure that you run `/etc/init.d/cswsendmail stop` or whatever you are using to stop sendmail. This worked fine with the 8.13.5 package installed on my tests. However, you MUST remember to do this. Well, if you forget, it is no big deal. Just control+c the hung install and follow step 2) below. 2) The safest and sure-fire method: With wget or your preference, download http://www.blastwave.org/testing/sendmail-preremove to /var/sadm/pkg/CSWsendmail/install/preremove Note the file name change. DO THIS NOW if you can. Thanks and sorry for the bother, Alex -- From rob at colnet.cboh.org Fri Dec 16 01:23:48 2005 From: rob at colnet.cboh.org (Robert Stampfli) Date: Thu, 15 Dec 2005 19:23:48 -0500 Subject: [csw-users] Sendmail Package Update Alert In-Reply-To: <20051215180112.00007c58@sws601> References: <20051215180112.00007c58@sws601> Message-ID: <20051216002348.GA22420@stampfli.cboh.org> On Thu, Dec 15, 2005 at 06:01:12PM -0600, Alex Moore wrote: > This is a warning and cure for a problem that I recently found with my > sendmail package version 8.13.5. The preremove script is bad. Thanks for being so diligent about posting these alerts (and the solutions) here, Alex. It really helps. Rob From qy1ggy802 at sneakemail.com Fri Dec 16 14:57:16 2005 From: qy1ggy802 at sneakemail.com (Tim Longo) Date: Fri, 16 Dec 2005 08:57:16 -0500 Subject: [csw-users] [csw-announce] Sendmail Package Update Alert In-Reply-To: <20051215180112.00007c58@sws601> References: <20051215180112.00007c58@sws601> Message-ID: <1734-88717@sneakemail.com> Thank you for this, much appreciated. On Thu, 2005-12-15 at 18:01 -0600, Alex Moore asmoore-at-blastwave.org | blastwave| wrote: > This is a warning and cure for a problem that I recently found with my > sendmail package version 8.13.5. The preremove script is bad. From asmoore at blastwave.org Fri Dec 16 01:18:55 2005 From: asmoore at blastwave.org (Alex Moore) Date: Thu, 15 Dec 2005 18:18:55 -0600 Subject: [csw-users] RT package now available from Blastwave.org Message-ID: <20051215181855.00003a08@sws601> If you are, or have been, interested in a ticketing system, you owe to yourself to try out RT (RequestTracker) from www.bestpractical.com. If you have looked at RT, but did not want to deal with all of the perl module dependencies, you can now try RT with the ease of Blastwave's pkg-get. Yes, on the way to your favorite CSW mirror for www.blastwave.org is RT! In my many years with computers, and I will not say how long that time frame really is, I have come across a few, and only a few, software products that I think are the best. RT IS one of the best. Enjoy, Alex -- From qy1ggy802 at sneakemail.com Fri Dec 16 23:51:06 2005 From: qy1ggy802 at sneakemail.com (Tim Longo) Date: Fri, 16 Dec 2005 17:51:06 -0500 Subject: [csw-users] RT package now available from Blastwave.org In-Reply-To: <20051215181855.00003a08@sws601> References: <20051215181855.00003a08@sws601> Message-ID: <28387-07146@sneakemail.com> Great news, thanks! On Thu, 2005-12-15 at 18:18 -0600, Alex Moore asmoore-at-blastwave.org(by way of Alex Mooreasmoore-at-blastwave.org) | blastwave| wrote: > If you are, or have been, interested in a ticketing system, you owe to > yourself to try out RT (RequestTracker) from www.bestpractical.com. > > If you have looked at RT, but did not want to deal with all of the perl > module dependencies, you can now try RT with the ease of Blastwave's > pkg-get. > > Yes, on the way to your favorite CSW mirror for www.blastwave.org is > RT! > > In my many years with computers, and I will not say how long that time > frame really is, I have come across a few, and only a few, software > products that I think are the best. RT IS one of the best. > > Enjoy, Alex From comand at blastwave.org Mon Dec 19 17:37:57 2005 From: comand at blastwave.org (Cory Omand) Date: Mon, 19 Dec 2005 08:37:57 -0800 Subject: [csw-users] RT package now available from Blastwave.org In-Reply-To: <20051215181855.00003a08@sws601> References: <20051215181855.00003a08@sws601> Message-ID: <43A6E1E5.70509@blastwave.org> Alex Moore (by way of Alex Moore ) wrote: > If you are, or have been, interested in a ticketing system, you owe to > yourself to try out RT (RequestTracker) from www.bestpractical.com. > > If you have looked at RT, but did not want to deal with all of the perl > module dependencies, you can now try RT with the ease of Blastwave's > pkg-get. > > Yes, on the way to your favorite CSW mirror for www.blastwave.org is > RT! > > In my many years with computers, and I will not say how long that time > frame really is, I have come across a few, and only a few, software > products that I think are the best. RT IS one of the best. > > Enjoy, Alex > Alex, Do you think it would be possible to migrate the blastwave mantis data to the schema used by RT? I like RT, and would like to see it used at blastwave. Mantis has too many limitations -- no ability to attach files, no ability to do a lot of common things like automatically assign bugs when they are raised to a queue, etc. Thoughts? - C. -- Cory Omand From dvm105 at psu.edu Mon Dec 19 17:42:28 2005 From: dvm105 at psu.edu (Derek Morr) Date: Mon, 19 Dec 2005 11:42:28 -0500 Subject: [csw-users] RT package now available from Blastwave.org In-Reply-To: <43A6E1E5.70509@blastwave.org> References: <20051215181855.00003a08@sws601> <43A6E1E5.70509@blastwave.org> Message-ID: <43A6E2F4.5090100@psu.edu> Cory Omand wrote: > Mantis has too many limitations -- no ability to attach > files, no ability to do a lot of common things like automatically assign > bugs when they are raised to a queue, etc. Thoughts? I think Mantis 1.0 will get many of these features. 1.0 is current at rc4, and the final version should be out soon, I believe. -derek -- Derek Morr Senior Systems Programmer Academic Services & Emerging Technologies Pennsylvania State University derekmorr at psu.edu From zhihengz at gmail.com Mon Dec 19 17:57:18 2005 From: zhihengz at gmail.com (Zhiheng Zhang) Date: Mon, 19 Dec 2005 10:57:18 -0600 Subject: [csw-users] Problem in Using CSWgnome Message-ID: Dear folks: After I installed CSWgnome meta packages in my Solaris 10 at Blade 100 workstation. There are a couple of problem I didn't found anywhere else. Please give me some clues if you can: 1. Menu Editing does not work After I added a new menu item in gnome menu, it does not appear even I logout and login again. the corresponding desktop file is existed in ~/.gnome/vfolder/applications, and if I use nautulis to browser applications:///, I can see those item, but it never appear in applications menu of panel. Does CSWgnome use a different location for user's customized desktop files? I also tried to mannually add desktop in /opt/csw/share/applications/ as root, it will appeal only after I logout/login again. I have Fedora Core Linux and FreeBSD boxes too, however they does have such problem, updated menu appeal immediately when you add/delete/change menu item. Any one has sugguestions? I need mentioned the JDS 3 is also in my solaris, did I need uninstall JDS 3 or SUN gnome packages ? 2. applet in System tray does not appeal I select to add gaim and liferea to system tray in their configuration. But nothing show up in system tray area or at least nothing show up in panel. Does anybody have sugguestions or same experiences, how you solve this problem. best regard Jason -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20051219/553427a4/attachment.html From asmoore at blastwave.org Mon Dec 19 18:34:06 2005 From: asmoore at blastwave.org (Alex Moore) Date: Mon, 19 Dec 2005 11:34:06 -0600 Subject: [csw-users] RT package now available from Blastwave.org In-Reply-To: <43A6E1E5.70509@blastwave.org> References: <20051215181855.00003a08@sws601> <43A6E1E5.70509@blastwave.org> Message-ID: <20051219113406.00007239@sws601> On Mon, 19 Dec 2005 08:37:57 -0800 Cory Omand wrote: > Do you think it would be possible to migrate the blastwave mantis > data to the schema used by RT? I like RT, and would like to see it > used at blastwave. Mantis has too many limitations -- no ability to > attach files, no ability to do a lot of common things like > automatically assign bugs when they are raised to a queue, etc. > Thoughts? I think that Mantis is a different product from RT. A few months ago, I setup the latest Mantis 1.0 release candidate on my site. It looked to me like Mantis was designed to work at the program level. RT works with tickets and tickets can be created for anything. RT was what I ended up using for customer support, but I do not track tickets at the program level. Tickets can be created for programs and are created by the customer. Tickets are created for all sorts of things, like questions, enhancement requests that may not even relate to an existing program and several other things as well. I agree with Derek. When Mantis 1.0 is out of release candidate mode, a conversion would seem the best thing to do. Where I have found RT to be a valuable tool for blastwave work is with supporting blastwave. I get emails, like everyone else. It is difficult for me to keep up with so many emails and remember where the conversation left off. If the email is about something that cannot be handled with a simple reply, I create a ticket in RT. Also, I have several packages, so when a new release is announced, I create a ticket in RT. And when I determine a change to a package is needed for some reason, I create a ticket. Then, I work from RT and prioritize my time spent on blastwave. I try to keep no more than 10 tickets open and working at any time, but that is just me and I am not always successful with that goal:> So, all of that said, if I can do anything for the maintainer group, let me know. If you think that RT would help you, I can setup a site for us. It is up to the group. Also, I have spent only about six months with RT. So if you know how to make RT more program concentric, I am all for it. I really get tangled up with our version of Mantis. The release candidate that I played around with was much better. One thing that could help me now is to allow my link for email to be to a different address from my blastwave email account. That way, I can point the address to something like rt-asmoore at somewhere and have the email create a ticket in RT and I can work from that. But currently, my domain is private, so I would have to rethink some things:> Alex -- From studentmark2004 at yahoo.com Thu Dec 22 23:13:51 2005 From: studentmark2004 at yahoo.com (mark student) Date: Thu, 22 Dec 2005 14:13:51 -0800 (PST) Subject: [csw-users] viewing php file after install Message-ID: <20051222221351.44304.qmail@web80906.mail.scd.yahoo.com> Hi folks, I have a simple question that I can't find an answer for in my research. I am running Apache 1.3.x and installed CSWphp4cgi, CSWphp4mysql, and SFWmphp. I tried to test php with my simple hello.php file but the browser screen is blank. How do I configure Apache and/or PHP to view this file? Help. Thanks in advance. --------------------------------- Yahoo! Shopping Find Great Deals on Holiday Gifts at Yahoo! Shopping -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20051222/28327ada/attachment.html From ihsan at dogan.ch Fri Dec 23 11:17:36 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Fri, 23 Dec 2005 11:17:36 +0100 Subject: [csw-users] viewing php file after install In-Reply-To: <20051222221351.44304.qmail@web80906.mail.scd.yahoo.com> References: <20051222221351.44304.qmail@web80906.mail.scd.yahoo.com> Message-ID: <20051223101736.GA8442@dogan.ch> Hello Mark, On Thursday, 22 Dec 2005 14:13 -0800, mark student wrote: > I have a simple question that I can't find an answer for in my research. I am running Apache 1.3.x and installed CSWphp4cgi, CSWphp4mysql, and SFWmphp. I tried to test php with my simple hello.php file but the browser screen is blank. How do I configure Apache and/or PHP to view this file? You have to install mod_php for PHP 4.x or mod_php5 for PHP 5.x. Both packages should add the necessary entries to your httpd.conf. Ihsan -- ihsan at dogan.ch http://ihsan.dogan.ch/ From asmoore at blastwave.org Fri Dec 23 13:08:59 2005 From: asmoore at blastwave.org (Alex Moore) Date: Fri, 23 Dec 2005 06:08:59 -0600 Subject: [csw-users] viewing php file after install In-Reply-To: <20051223101736.GA8442@dogan.ch> References: <20051222221351.44304.qmail@web80906.mail.scd.yahoo.com> <20051223101736.GA8442@dogan.ch> Message-ID: <20051223060859.00004fb2@sws602.mcsun.local> On Fri, 23 Dec 2005 11:17:36 +0100 Ihsan Dogan wrote: Hi, Ihsan > You have to install mod_php for PHP 4.x or mod_php5 for PHP 5.x. > Both packages should add the necessary entries to your > httpd.conf. Would mod_php_core work just as well? Alex -- From ihsan at dogan.ch Fri Dec 23 14:14:30 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Fri, 23 Dec 2005 14:14:30 +0100 Subject: [csw-users] viewing php file after install In-Reply-To: <20051223060859.00004fb2@sws602.mcsun.local> References: <20051222221351.44304.qmail@web80906.mail.scd.yahoo.com> <20051223101736.GA8442@dogan.ch> <20051223060859.00004fb2@sws602.mcsun.local> Message-ID: <20051223131430.GA13996@dogan.ch> On Friday, 23 Dec 2005 06:08 -0600, Alex Moore wrote: > > You have to install mod_php for PHP 4.x or mod_php5 for PHP 5.x. > > Both packages should add the necessary entries to your > > httpd.conf. > > Would mod_php_core work just as well? Mark? -- ihsan at dogan.ch http://ihsan.dogan.ch/ From mark.round at gmail.com Fri Dec 23 14:26:13 2005 From: mark.round at gmail.com (Mark Round) Date: Fri, 23 Dec 2005 13:26:13 +0000 Subject: [csw-users] viewing php file after install In-Reply-To: <20051223131430.GA13996@dogan.ch> References: <20051222221351.44304.qmail@web80906.mail.scd.yahoo.com> <20051223101736.GA8442@dogan.ch> <20051223060859.00004fb2@sws602.mcsun.local> <20051223131430.GA13996@dogan.ch> Message-ID: <7b46f0de0512230526w31bbc78fr12d8c999dc10a2e8@mail.gmail.com> > > Would mod_php_core work just as well? It would indeed. This would provide the core functionality you need. I am unaware of what the SFWmphp package is - from the prefix, this would appear to be the Sun Freeware package. Is there any particular reason why you installed this alongside the Blastwave packages (or vice versa) ? In general, I'd advise against mixing them up... What package of Apache are you using ? The Blastwave one, or one from another source ? -Mark From studentmark2004 at yahoo.com Fri Dec 23 18:36:46 2005 From: studentmark2004 at yahoo.com (mark student) Date: Fri, 23 Dec 2005 09:36:46 -0800 (PST) Subject: [csw-users] viewing php file after install In-Reply-To: <7b46f0de0512230526w31bbc78fr12d8c999dc10a2e8@mail.gmail.com> Message-ID: <20051223173646.79395.qmail@web80910.mail.scd.yahoo.com> Hi Mark, Thanks to all for the help. I will install mod_php_core. Don't know why SFWmphp is installed but I will use your suggestion and uninstall it. I am using the Apache pkg that was originally on my Solaris 9. -Mark Student Mark Round wrote: > > Would mod_php_core work just as well? It would indeed. This would provide the core functionality you need. I am unaware of what the SFWmphp package is - from the prefix, this would appear to be the Sun Freeware package. Is there any particular reason why you installed this alongside the Blastwave packages (or vice versa) ? In general, I'd advise against mixing them up... What package of Apache are you using ? The Blastwave one, or one from another source ? -Mark _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --------------------------------- Yahoo! for Good - Make a difference this year. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20051223/9face64b/attachment.html From studentmark2004 at yahoo.com Fri Dec 23 18:39:36 2005 From: studentmark2004 at yahoo.com (mark student) Date: Fri, 23 Dec 2005 09:39:36 -0800 (PST) Subject: [csw-users] viewing php file after install In-Reply-To: <20051223131430.GA13996@dogan.ch> Message-ID: <20051223173936.45600.qmail@web80903.mail.scd.yahoo.com> Hi Ihsan, Thanks for the help. -Student Mark Ihsan Dogan wrote: On Friday, 23 Dec 2005 06:08 -0600, Alex Moore wrote: > > You have to install mod_php for PHP 4.x or mod_php5 for PHP 5.x. > > Both packages should add the necessary entries to your > > httpd.conf. > > Would mod_php_core work just as well? Mark? -- ihsan at dogan.ch http://ihsan.dogan.ch/ _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --------------------------------- Yahoo! Photos Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20051223/e0627221/attachment.html From studentmark2004 at yahoo.com Fri Dec 23 18:40:22 2005 From: studentmark2004 at yahoo.com (mark student) Date: Fri, 23 Dec 2005 09:40:22 -0800 (PST) Subject: [csw-users] viewing php file after install In-Reply-To: <20051223060859.00004fb2@sws602.mcsun.local> Message-ID: <20051223174022.80787.qmail@web80910.mail.scd.yahoo.com> Hi Alex, Thanks for the help. -Mark Student Alex Moore wrote: On Fri, 23 Dec 2005 11:17:36 +0100 Ihsan Dogan wrote: Hi, Ihsan > You have to install mod_php for PHP 4.x or mod_php5 for PHP 5.x. > Both packages should add the necessary entries to your > httpd.conf. Would mod_php_core work just as well? Alex -- _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --------------------------------- Yahoo! DSL Something to write home about. Just $16.99/mo. or less -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20051223/4d87d702/attachment.html From studentmark2004 at yahoo.com Thu Dec 29 02:19:26 2005 From: studentmark2004 at yahoo.com (mark student) Date: Wed, 28 Dec 2005 17:19:26 -0800 (PST) Subject: [csw-users] which apache? Message-ID: <20051229011926.98271.qmail@web80907.mail.scd.yahoo.com> Hi Which site has the "easiest" PHP to download and install? Thanks --------------------------------- Yahoo! DSL Something to write home about. Just $16.99/mo. or less -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20051228/3c1218e8/attachment.html From blastwave at gmail.com Thu Dec 29 02:38:04 2005 From: blastwave at gmail.com (Dennis Clarke) Date: Wed, 28 Dec 2005 20:38:04 -0500 Subject: [csw-users] which apache? In-Reply-To: <20051229011926.98271.qmail@web80907.mail.scd.yahoo.com> References: <20051229011926.98271.qmail@web80907.mail.scd.yahoo.com> Message-ID: On 12/28/05, mark student wrote: > Hi > Which site has the "easiest" PHP to download and install? hey man, just go to www.blastwave.org/howto.html then do a /opt/csw/bin/pkg-get -i mod_php see : http://www.blastwave.org/packages.php/mod_php see what you get from that. You will be happy. Dennis From ihsan at blastwave.org Thu Dec 29 10:19:59 2005 From: ihsan at blastwave.org (Ihsan Dogan) Date: Thu, 29 Dec 2005 10:19:59 +0100 Subject: [csw-users] which apache? In-Reply-To: References: <20051229011926.98271.qmail@web80907.mail.scd.yahoo.com> Message-ID: <20051229091959.GA18673@dogan.ch> On Wednesday, 28 Dec 2005 20:38 -0500, Dennis Clarke wrote: > > Which site has the "easiest" PHP to download and install? > > hey man, just go to www.blastwave.org/howto.html > > then do a > > /opt/csw/bin/pkg-get -i mod_php > > see : http://www.blastwave.org/packages.php/mod_php > > see what you get from that. You will be happy. The same for the Apache 2.0 Modules. Just keep in mind, that you can't use the worker MPM with PHP. Ihsan -- ihsan at dogan.ch http://ihsan.dogan.ch/ From asmoore at blastwave.org Sat Dec 31 15:29:56 2005 From: asmoore at blastwave.org (Alex Moore) Date: Sat, 31 Dec 2005 08:29:56 -0600 Subject: [csw-users] nagios 2.0rc1 packages in testing Message-ID: <20051231082956.00002ecc@sws602.mcsun.local> Nagios 2.0rc1 is release candidate software and provided for testing only. Release candidate software is not released to the CSW catalog. For this version, I split out the remote files for nrpe to a new nrpe package. Please see the 'View news and info' button for the nagios package at http://www.blastwave.org/packages/CSWnagios for other notes and installation. The files are in http://www.blastwave.org/testing a1341cdfec5f4edfb12825330ebf0e7f nagios-2.0,REV=2005.12.29_rev=rc1-SunOS5.8-i386-CSW.pkg.gz c4e7a91b539edd8621b7a198c1f30406 nagios-2.0,REV=2005.12.29_rev=rc1-SunOS5.8-sparc-CSW.pkg.gz 85977030f1939021cff76efdb4403749 nagiosp-1.4.2,REV=2005.12.29-SunOS5.8-i386-CSW.pkg.gz ad888d420ba603677f794a6860821520 nagiosp-1.4.2,REV=2005.12.29-SunOS5.8-sparc-CSW.pkg.gz 99b55271db06c0ffd4128267058d7fc8 nrpe-2.0,REV=2005.12.29-SunOS5.8-i386-CSW.pkg.gz 44e148af806dc3440ce9258d050bea20 nrpe-2.0,REV=2005.12.29-SunOS5.8-sparc-CSW.pkg.gz Alex -- From Robert.Doolittle at Sun.COM Sat Dec 31 22:02:39 2005 From: Robert.Doolittle at Sun.COM (Bob Doolittle) Date: Sat, 31 Dec 2005 16:02:39 -0500 Subject: [csw-users] Wine error "sysi86: Invalid Argument"? Message-ID: <43B6F1EF.9070806@Sun.COM> Hi, I'm a newbie, and maybe doing something stupid, but am trying to follow the User's Guide and am getting nowhere. I've tried both the Blastwave "Mature Vintage" (2005/04/19) and the "Blended" (2005/07/25), and when I try to run 'winecfg' or 'wine' itself, I get: sysi86: Invalid Argument I am using a Metropolis W2100z Opteron with a 64-bit Solaris 10 x86 kernel. Any ideas? It seems lots of folks are asking the same question on the forum.sun.com site, but no answers so far. If it casts any light, trussing the execution shows it dying here: sysi86(SI86DSCR, 0x08046E20, 0xFEF02CD4, 0x000000C8) Err#22 EINVAL I'm happy to supply any other details as necessary, but suspect this is a known issue (didn't find anything in winehq bugzilla or comp.emulators.ms-windows.wine, however). BTW - is the blastwave list archived/searchable? I hate to ask questions previously answered on the list... Sorry if this is a FAQ. Also BTW, it'd be nice if whoever is building the CFWWine package would include the wine version in the Solaris package version string. For example, today we have: VERSION: 20050419 Would be nicer as: VERSION: 20050419,Version=0.9.1 or VERSION: 0.9.1,Build=20050419 I realize you can probably pass an argument into wine to cough up its version, but for somebody like me who can't get that far it would be nice to have the package info to fall back on. Finally, please excuse the cross-posting but I am not sure where the issue resides and the issue may be of interest to both lists. Please reply to me directly and CC the list(s). -Bob From karoly.vegh at eunet.co.at Fri Dec 2 11:32:18 2005 From: karoly.vegh at eunet.co.at (Karoly VEGH) Date: Fri, 2 Dec 2005 11:32:18 +0100 Subject: [csw-users] updating packages Message-ID: <20051202103218.GA28271@eunet.co.at> Hi, before I'd ask any questions: respect. Thanks for helping my work. For some reason I cannot upgrade packages: root at pooldata:~# grep ^url /opt/csw/etc/pkg-get.conf url=http://mirror.switch.ch/ftp/mirror/csw/stable root at pooldata:~# I have just made a pkg-get -U and after it a pkg-get -u, but still no luck: [...] apache2rt is up to date apache2c is up to date apache2_manual is up to date apache2 is up to date ap2_prefork is up to date root at pooldata:~# though: http://www.blastwave.org/packages.php/apache2 tells me that the actual version is 2.0.55,REV=2005.11.29, that isnt't the one at me: root at pooldata:~# pkginfo -x CSWapache2 CSWapache2 apache2 - Apache 2.0 web server (all) 2.0.54,REV=2005.09.27 root at pooldata:~# what am I doing wrong? a comparison: root at pooldata:~# pkg-get -c apache2 # (From site http://blastwave.berlios.de/csw/stable ) software localrev remoterev apache2 2.0.54,REV=2005.09.27 SAME root at pooldata:~# grep ^url /opt/csw/etc/pkg-get.conf url=http://blastwave.berlios.de/csw/stable root at pooldata:~# any help is appreciated, wbr charlie -- - Because it messes up the order in which you normally read text. - Why is top-posting such a bad idea? - Top-posting. - What is the most annoying thing on Usenet? From a.cervellin at virgilio.it Fri Dec 2 11:50:58 2005 From: a.cervellin at virgilio.it (alessio) Date: Fri, 2 Dec 2005 11:50:58 +0100 (GMT+01:00) Subject: [csw-users] R: updating packages Message-ID: <30293592.1133520658029.JavaMail.root@pswm6.cp.tin.it> did you try to change mirror in /opt/csw/etc/pkg-get.conf? ---- Messaggio originale---- Da: karoly.vegh at eunet.co.at Data: 2-dic-2005 11.32 AM A: Ogg: [csw-users] updating packages Hi, before I'd ask any questions: respect. Thanks for helping my work. For some reason I cannot upgrade packages: root at pooldata:~# grep ^url /opt/csw/etc/pkg-get.conf url=http://mirror. switch.ch/ftp/mirror/csw/stable root at pooldata:~# I have just made a pkg-get -U and after it a pkg-get -u, but still no luck: [...] apache2rt is up to date apache2c is up to date apache2_manual is up to date apache2 is up to date ap2_prefork is up to date root at pooldata:~# though: http://www.blastwave.org/packages.php/apache2 tells me that the actual version is 2.0.55,REV=2005.11.29, that isnt't the one at me: root at pooldata:~# pkginfo -x CSWapache2 CSWapache2 apache2 - Apache 2.0 web server (all) 2.0.54,REV=2005.09.27 root at pooldata:~# what am I doing wrong? a comparison: root at pooldata:~# pkg-get -c apache2 # (From site http://blastwave.berlios.de/csw/stable ) software localrev remoterev apache2 2.0.54,REV=2005.09.27 SAME root at pooldata:~# grep ^url /opt/csw/etc/pkg-get.conf url=http: //blastwave.berlios.de/csw/stable root at pooldata:~# any help is appreciated, wbr charlie -- - Because it messes up the order in which you normally read text. - Why is top-posting such a bad idea? - Top-posting. - What is the most annoying thing on Usenet? _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave. org/mailman/listinfo/users From james at blastwave.org Fri Dec 2 12:10:02 2005 From: james at blastwave.org (James Lee) Date: Fri, 02 Dec 2005 11:10:02 GMT Subject: [csw-users] updating packages In-Reply-To: <20051202103218.GA28271@eunet.co.at> References: <20051202103218.GA28271@eunet.co.at> Message-ID: <20051202.11100200.190874335@landeck.jamesipoos.com> On 02/12/05, 10:32:18, Karoly VEGH wrote regarding [csw-users] updating packages: > For some reason I cannot upgrade packages: > root at pooldata:~# grep ^url /opt/csw/etc/pkg-get.conf > url=http://mirror.switch.ch/ftp/mirror/csw/stable So you are installing from stable. > http://www.blastwave.org/packages.php/apache2 tells me that the actual > version is 2.0.55,REV=2005.11.29, that isnt't the one at me: No, that tells you the unstable version is 2.0.55,REV=2005.11.29 Stable version is 2.0.54,REV=2005.09.27 > root at pooldata:~# pkginfo -x CSWapache2 > CSWapache2 apache2 - Apache 2.0 web server > (all) 2.0.54,REV=2005.09.27 No problem. James. From karoly.vegh at eunet.co.at Fri Dec 2 12:11:11 2005 From: karoly.vegh at eunet.co.at (Karoly VEGH) Date: Fri, 2 Dec 2005 12:11:11 +0100 Subject: [csw-users] R: updating packages In-Reply-To: <30293592.1133520658029.JavaMail.root@pswm6.cp.tin.it> References: <30293592.1133520658029.JavaMail.root@pswm6.cp.tin.it> Message-ID: <20051202111111.GC28503@eunet.co.at> On Fri, Dec 02, 2005 at 11:50:58AM +0100, alessio wrote: > did you try to change mirror in /opt/csw/etc/pkg-get.conf? yes, absolutely, but still no love. The ones I tried: root at pooldata:/usr/sbin# grep url /opt/csw/etc/pkg-get.conf | grep -v unstable # url=http://mirror.switch.ch/ftp/mirror/csw/stable # url=http://blastwave.berlios.de/csw/stable url=ftp://mirrors.sunsite.dk/mirrors/csw/stable root at pooldata:/usr/sbin# the pkg-get -u instisted on: [...] apache2rt is up to date apache2c is up to date apache2_manual is up to date apache2 is up to date ap2_prefork is up to date root at pooldata:/usr/sbin# charlie -- - Because it messes up the order in which you normally read text. - Why is top-posting such a bad idea? - Top-posting. - What is the most annoying thing on Usenet? From karoly.vegh at eunet.co.at Fri Dec 2 12:16:44 2005 From: karoly.vegh at eunet.co.at (Karoly VEGH) Date: Fri, 2 Dec 2005 12:16:44 +0100 Subject: [csw-users] updating packages In-Reply-To: <20051202.11100200.190874335@landeck.jamesipoos.com> References: <20051202103218.GA28271@eunet.co.at> <20051202.11100200.190874335@landeck.jamesipoos.com> Message-ID: <20051202111644.GA28736@eunet.co.at> On Fri, Dec 02, 2005 at 11:10:02AM +0000, James Lee wrote: > On 02/12/05, 10:32:18, Karoly VEGH wrote > regarding [csw-users] updating packages: > > > For some reason I cannot upgrade packages: > > > root at pooldata:~# grep ^url /opt/csw/etc/pkg-get.conf > > url=http://mirror.switch.ch/ftp/mirror/csw/stable > > So you are installing from stable. > > > > http://www.blastwave.org/packages.php/apache2 tells me that the actual > > version is 2.0.55,REV=2005.11.29, that isnt't the one at me: > > No, that tells you the unstable version is 2.0.55,REV=2005.11.29 > > Stable version is 2.0.54,REV=2005.09.27 Thanks, I always thought that the http://www.blastwave.org/packages.php url shows the stable release, and http://www.blastwave.org/testing/ is the unstable part. Have I overlooked something? If yes - mea culpa. If I haven't, then it would be maybe worth to emphasize which is which. thanks for the infos, and keep on the good work, charlie -- - Because it messes up the order in which you normally read text. - Why is top-posting such a bad idea? - Top-posting. - What is the most annoying thing on Usenet? From james at blastwave.org Fri Dec 2 12:24:58 2005 From: james at blastwave.org (James Lee) Date: Fri, 02 Dec 2005 11:24:58 GMT Subject: [csw-users] updating packages In-Reply-To: <20051202111644.GA28736@eunet.co.at> References: <20051202103218.GA28271@eunet.co.at> <20051202.11100200.190874335@landeck.jamesipoos.com> <20051202111644.GA28736@eunet.co.at> Message-ID: <20051202.11245800.1607254628@landeck.jamesipoos.com> On 02/12/05, 11:16:44, Karoly VEGH wrote regarding Re: [csw-users] updating packages: > Thanks, I always thought that the http://www.blastwave.org/packages.php > url shows the stable release, No, it shows unstable. It should be updated. > and http://www.blastwave.org/testing/ is > the unstable part. There is a 3 tier system. "testing" is a free-for-all and not supported. Unstable is the first supported system. Stable is... just read here: http://www.blastwave.org/userguide/ James. From a.cervellin at acm.org Sat Dec 3 00:04:25 2005 From: a.cervellin at acm.org (Alessio Cervellin @ acm) Date: Sat, 03 Dec 2005 00:04:25 +0100 Subject: [csw-users] updating packages In-Reply-To: <20051202.11245800.1607254628@landeck.jamesipoos.com> References: <20051202103218.GA28271@eunet.co.at> <20051202.11100200.190874335@landeck.jamesipoos.com> <20051202111644.GA28736@eunet.co.at> <20051202.11245800.1607254628@landeck.jamesipoos.com> Message-ID: <4390D2F9.30708@acm.org> On 02/12/05, 11:16:44, Karoly VEGH wrote > Thanks, I always thought that the http://www.blastwave.org/packages.php > url shows the stable release, try to check again the above page now... ;) From asmoore at blastwave.org Sun Dec 4 19:45:11 2005 From: asmoore at blastwave.org (Alex Moore) Date: Sun, 4 Dec 2005 12:45:11 -0600 Subject: [csw-users] Openldap 2.3.12 package release Message-ID: <20051204124511.00007980@sws602> Openldap packages are updated to 2.3.12, which is a big jump from the older 2.1.30 CSW packages. If you are not running the slapd/slurpd daemons, then the rest of this message may not be of interest. If you are running the daemons, you must unload your data before installing the new packages and reload after installing the new packages. I have a very simple setup, but I used slapcat and slapadd and everything went smooth and fast. Later today, I will post 'quick notes' text of what I found while upgrading on the 'View news and info' button at http://www.blastwave.org/packages/CSWodlap Please let me know you have notes that would benefit the community and I can post them as well. You are making backups, correct? If you need the older 2.1.30 packages, for some reason, I have copied those packages to /testing - http://www.blastwave.org/testing for download and manual installation. Hopefully, you will not need these older packages and everything will go smoothly:> I have also heard that syntax on aci definitions may have changed. So be sure to test any aci definitions. In the future, you will normally see the openldap packages updated when a new 'stable' release is identified at www.openldap.org. If you want the very latest, or a version close to the latest, check the /testing site. I plan to make the latest version available, when I have the time. There should be no need to ask for updates. Keep in mind that updating openldap does take a bit of time to package and test. If you are using some patches that you think would benefit others, please submit them to me and I will do what I can. Alex -- From jberry at plus.net Mon Dec 5 14:11:16 2005 From: jberry at plus.net (Josh Berry) Date: Mon, 05 Dec 2005 13:11:16 +0000 Subject: [csw-users] updating packages In-Reply-To: <20051202111644.GA28736@eunet.co.at> References: <20051202103218.GA28271@eunet.co.at> <20051202.11100200.190874335@landeck.jamesipoos.com> <20051202111644.GA28736@eunet.co.at> Message-ID: <1133788276.27862.178.camel@localhost.localdomain> Just to add, if you do a: pkg-get -U pkg-get -a | grep package_name then it will tell you what the latest release based on the catalogue you have downloaded is. If the version there is not the one you want then you are not using the right mirror (stable, testing etc.) Josh On Fri, 2005-12-02 at 12:16 +0100, Karoly VEGH wrote: > On Fri, Dec 02, 2005 at 11:10:02AM +0000, James Lee wrote: > > On 02/12/05, 10:32:18, Karoly VEGH wrote > > regarding [csw-users] updating packages: > > > > > For some reason I cannot upgrade packages: > > > > > root at pooldata:~# grep ^url /opt/csw/etc/pkg-get.conf > > > url=http://mirror.switch.ch/ftp/mirror/csw/stable > > > > So you are installing from stable. > > > > > > > http://www.blastwave.org/packages.php/apache2 tells me that the actual > > > version is 2.0.55,REV=2005.11.29, that isnt't the one at me: > > > > No, that tells you the unstable version is 2.0.55,REV=2005.11.29 > > > > Stable version is 2.0.54,REV=2005.09.27 > > Thanks, I always thought that the http://www.blastwave.org/packages.php > url shows the stable release, and http://www.blastwave.org/testing/ is > the unstable part. > > Have I overlooked something? If yes - mea culpa. If I haven't, then it > would be maybe worth to emphasize which is which. > > > thanks for the infos, and keep on the good work, > > > charlie > From ocalld at eads.com Tue Dec 6 15:17:22 2005 From: ocalld at eads.com (Dan O'Callaghan) Date: Tue, 06 Dec 2005 14:17:22 +0000 Subject: [csw-users] xcdroast and DVDs Message-ID: <1133878642.15686.8.camel@dan-sun1> Hi Can xcdroast from blastwave be used to write DVDs??? I've googled around and i've found that you need cdrecord-ProDVD. cdrtools is proDVD (cdrecord -version). I've also set the CDR_SECURITY variable sop that cdrecord has a key but xcdroast still ignores the key. How do i get xcdroast to write DVDs??? Thanks Dan. The information contained within this e-mail and any files attached to this e-mail is confidential and in addition may include commercially sensitive information. The contents of this e-mail are for the intended recipient only and therefore if you wish to disclose the information contained within this e-mail or attached files, please contact the sender prior to any such disclosure. If you are not the intended recipient, any disclosure, copying or distribution is prohibited. Please also contact the sender and inform them of the error and delete the e-mail, including any attached files from your system. www.eadsdsuk.com From peter.bonivart at lkpg.visit.se Tue Dec 6 20:45:49 2005 From: peter.bonivart at lkpg.visit.se (Peter Bonivart) Date: Tue, 06 Dec 2005 20:45:49 +0100 Subject: [csw-users] Problems with MySQL 5 Client Message-ID: <4395EA6D.7050102@lkpg.visit.se> I got this when I tried to install mysql5client: bash-2.05# /opt/csw/bin/pkg-get -i mysql5client No existing install of CSWmysql5client found. Installing... Trying http://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.9/mysql5client-5.0.16-SunOS5.8-sparc-CSW.pkg.gz --16:38:37-- http://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.9/mysql5client-5.0.16-SunOS5.8-sparc-CSW.pkg.gz => `mysql5client-5.0.16-SunOS5.8-sparc-CSW.pkg.gz' Resolving ibiblio.org... 152.2.210.80 Connecting to ibiblio.org|152.2.210.80|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 4,576,055 (4.4M) [text/plain] 100%[====================================>] 4,576,055 301.05K/s ETA 00:00 16:38:59 (199.79 KB/s) - `mysql5client-5.0.16-SunOS5.8-sparc-CSW.pkg.gz' saved [4576055/4576055] Analysing special files... 23127 blocks pkgadd: ERROR: attempt to process datastream failed - bad format in datastream table-of-contents pkgadd: ERROR: could not process datastream from ERROR: could not add CSWmysql5client. bash-2.05# Actually I tried to install mysql5 and it failed on the above. I installed all other dependancies but again failed on this one. Same problem with mysql4client too. Can anyone help? /Peter From a.cervellin at acm.org Tue Dec 6 20:49:20 2005 From: a.cervellin at acm.org (Alessio Cervellin @ acm) Date: Tue, 06 Dec 2005 20:49:20 +0100 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: <4395EA6D.7050102@lkpg.visit.se> References: <4395EA6D.7050102@lkpg.visit.se> Message-ID: <4395EB40.2050005@acm.org> Peter Bonivart wrote: > Analysing special files... > 23127 blocks > pkgadd: ERROR: attempt to process datastream failed > - bad format in datastream table-of-contents > pkgadd: ERROR: could not process datastream from > > ERROR: could not add CSWmysql5client. did you try to change mirror? sometimes files on mirrors get corrupted... From peter.bonivart at lkpg.visit.se Tue Dec 6 21:41:05 2005 From: peter.bonivart at lkpg.visit.se (Peter Bonivart) Date: Tue, 06 Dec 2005 21:41:05 +0100 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: <4395EB40.2050005@acm.org> References: <4395EA6D.7050102@lkpg.visit.se> <4395EB40.2050005@acm.org> Message-ID: <4395F761.4040608@lkpg.visit.se> Alessio Cervellin @ acm wrote: > did you try to change mirror? > sometimes files on mirrors get corrupted... No, I'll try that tomorrow and let you know. This was the default one (US?). /Peter From asmoore at blastwave.org Tue Dec 6 21:44:34 2005 From: asmoore at blastwave.org (Alex Moore) Date: Tue, 6 Dec 2005 14:44:34 -0600 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: <4395EA6D.7050102@lkpg.visit.se> References: <4395EA6D.7050102@lkpg.visit.se> Message-ID: <20051206144434.00001efb@sws602> On Tue, 06 Dec 2005 20:45:49 +0100 Peter Bonivart wrote: > pkgadd: ERROR: attempt to process datastream failed > - bad format in datastream table-of-contents > pkgadd: ERROR: could not process datastream from > > ERROR: could not add CSWmysql5client. > bash-2.05# Hi, Peter This is a common error caused by pkgadd problems on unpatched Solaris 8 and 9. Make sure that you have the latest versions of the patches mentioned on the blastwave howto page. For Solaris 8, the heading is actually missing from the web page, so they are: Solaris 8: Sparc: 110934 X86: 110935 Solaris 9: Sparc: 113713 X86: 114568 Let us know how you progress. Dennis, would you fix the heading on the web page? Alex From peter.bonivart at lkpg.visit.se Tue Dec 6 22:56:43 2005 From: peter.bonivart at lkpg.visit.se (Peter Bonivart) Date: Tue, 06 Dec 2005 22:56:43 +0100 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: <20051206144434.00001efb@sws602> References: <4395EA6D.7050102@lkpg.visit.se> <20051206144434.00001efb@sws602> Message-ID: <4396091B.1090506@lkpg.visit.se> Alex Moore wrote: > This is a common error caused by pkgadd problems on unpatched Solaris > 8 and 9. > > Sparc: 113713 I checked that I had that patch and I had version 01 installed, I never checked if that was the latest one released since I mixed up which systems I had recently patched. This one had been running for over two years with no reboots. I will install version 21 tomorrow and try again, I'm sure it will work this time. When you fix that header issue with Solaris 8 maybe you can add the minimum revision needed for each patch too? Thanks for the quick help guys. /Peter From asmoore at blastwave.org Tue Dec 6 23:21:32 2005 From: asmoore at blastwave.org (Alex Moore) Date: Tue, 6 Dec 2005 16:21:32 -0600 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: <4396091B.1090506@lkpg.visit.se> References: <4395EA6D.7050102@lkpg.visit.se> <20051206144434.00001efb@sws602> <4396091B.1090506@lkpg.visit.se> Message-ID: <20051206162132.00001d28@sws602> On Tue, 06 Dec 2005 22:56:43 +0100 Peter Bonivart wrote: > I will install version 21 tomorrow and try again, I'm sure it will > work this time. When you fix that header issue with Solaris 8 maybe > you can add the minimum revision needed for each patch too? The latest patch has fixed this many times. You will see the problem on other packages as well, but I do not remember the specific packages. I am not sure of the minimum patch level, but I recently applied the Recommended cluster to a Solaris 9 sparc box that had not been patched since May, 2004 and been running for at least 14 months without utility power failure. I never say the problem on that host. On May 2004, 113714-14 was applied. Alex -- From blastwave at gmail.com Tue Dec 6 23:46:40 2005 From: blastwave at gmail.com (Dennis Clarke) Date: Tue, 6 Dec 2005 17:46:40 -0500 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: <20051206162132.00001d28@sws602> References: <4395EA6D.7050102@lkpg.visit.se> <20051206144434.00001efb@sws602> <4396091B.1090506@lkpg.visit.se> <20051206162132.00001d28@sws602> Message-ID: On 12/6/05, Alex Moore wrote: > On Tue, 06 Dec 2005 22:56:43 +0100 > Peter Bonivart wrote: > > > I will install version 21 tomorrow and try again, I'm sure it will > > work this time. When you fix that header issue with Solaris 8 maybe > > you can add the minimum revision needed for each patch too? > > The latest patch has fixed this many times. You will see the problem > on other packages as well, but I do not remember the specific > packages. > The HOWTO page has been updated with a very clear "Step 0" : http://www.blastwave.org/howto.html I think that clarity is a very good thing. Dennis From asmoore at blastwave.org Tue Dec 6 23:55:09 2005 From: asmoore at blastwave.org (Alex Moore) Date: Tue, 6 Dec 2005 16:55:09 -0600 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: References: <4395EA6D.7050102@lkpg.visit.se> <20051206144434.00001efb@sws602> <4396091B.1090506@lkpg.visit.se> <20051206162132.00001d28@sws602> Message-ID: <20051206165509.00000982@sws602> On Tue, 6 Dec 2005 17:46:40 -0500 Dennis Clarke wrote: > The HOWTO page has been updated with a very clear "Step 0" : > > http://www.blastwave.org/howto.html > > I think that clarity is a very good thing. Agreed. That looks good. And the clear markings for 'unstable' helps as well. Thanks, Alex -- From pgress at optonline.net Wed Dec 7 06:34:32 2005 From: pgress at optonline.net (Paul Gress) Date: Wed, 07 Dec 2005 00:34:32 -0500 Subject: [csw-users] xcdroast and DVDs In-Reply-To: <1133878642.15686.8.camel@dan-sun1> References: <1133878642.15686.8.camel@dan-sun1> Message-ID: <43967468.1060205@optonline.net> Dan O'Callaghan wrote: >Hi >Can xcdroast from blastwave be used to write DVDs??? > >I've googled around and i've found that you need cdrecord-ProDVD. >cdrtools is proDVD (cdrecord -version). >I've also set the CDR_SECURITY variable sop that cdrecord has a key but >xcdroast still ignores the key. > >How do i get xcdroast to write DVDs??? > > There are two solutions. 1) Put "cdrecord-ProDVD" into your /opt/csw/bin directory. Rename cdrecord to cdrecord.out and copy "ftp://ftp.berlios.de/pub/cdrecord/ProDVD/cdrecord-wrapper.sh" to /opt/csw/bin as cdrecord. Edit the last line in the new cdrecord file to point to your /opt/csw/bin/cdrecord-ProDVD, ex. From - exec cdrecord-ProDVD "$@" To - exec /opt/csw/bin/cdrecord-ProDVD "$@" Basically, cdrecord-ProDVD has all the same options as cdrecord and can be renamed cdrecord, but you need a license to activate it, so the cdrecord-wrapper script is required. 2) If Blastwave would ever update their version from v 0.98alpha13 to v 0.98alpha15 you would simply add cdrecord-ProDVD to /opt/csw/bin as cdrecord.prodvd, go to xcdroast's setup menu and add the license key. I searched the internet and found a beautiful xcdroast v0.98alpha15 that used gtk2. All the buttons and bars looked gorgeous. This is located at: http://www.ibiblio.org/pub/solaris/freeware/intel/5.10/xcdroast-0.98alpha15-sol10-x86-local.gz Paul From blastwave at gmail.com Wed Dec 7 20:36:39 2005 From: blastwave at gmail.com (Dennis Clarke) Date: Wed, 7 Dec 2005 14:36:39 -0500 Subject: [csw-users] Fwd: Can not add my first printer from command line In-Reply-To: References: Message-ID: Hello ALL : I figure you may have some insight into this. I have no clue and am at a loss. What am I doing wrong with cups ? Dennis ---------- Forwarded message ---------- From: Dennis Clarke Date: Dec 7, 2005 2:16 PM Subject: Can not add my first printer from command line To: cups at easysw.com Dear CUPS : I am following along in http://www.cups.org/doc-1.1/sam.html and I get to the stage where I need to add my first printer I get strange errors. I have cups version 1.1.23 as well as samba 3.0.20 I have an HP8000 printer at ip address 192.168.35.79 and I confirmed that it is listening on port 9100 . lpinfo reports this : bash-3.00# /opt/csw/sbin/lpinfo -v network socket network http network ipp network lpd serial serial:/dev/cua/a?baud=115200 serial serial:/dev/cua/b?baud=115200 direct parallel:/dev/ecpp0 direct usb:/dev/usb/printer0 direct usb:/dev/usb/printer1 direct usb:/dev/usb/printer2 direct usb:/dev/usb/printer3 direct usb:/dev/usb/printer4 direct usb:/dev/usb/printer5 direct usb:/dev/usb/printer6 direct usb:/dev/usb/printer7 I also know that my server is running cups and that something is listening on port 631. I have the following file : bash-3.00# ls -lap /opt/csw/share/cups/model/laserjet.ppd -rw-r--r-- 1 root bin 9453 Jan 16 2005 /opt/csw/share/cups/model/laserjet.ppd And this is what lpadmin tells me : bash-3.00# /opt/csw/sbin/lpadmin -p hp8000 -E -v socket://192.168.35.79:9100 -m /opt/csw/share/cups/model/laserjet.ppd lpadmin: add-printer (set model) failed: server-error-internal-error Any ideas ? Dennis From peter.bonivart at lkpg.visit.se Thu Dec 8 00:20:44 2005 From: peter.bonivart at lkpg.visit.se (Peter Bonivart) Date: Thu, 08 Dec 2005 00:20:44 +0100 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: <20051206162132.00001d28@sws602> References: <4395EA6D.7050102@lkpg.visit.se> <20051206144434.00001efb@sws602> <4396091B.1090506@lkpg.visit.se> <20051206162132.00001d28@sws602> Message-ID: <43976E4C.7000600@lkpg.visit.se> Alex Moore wrote: > The latest patch has fixed this many times. You will see the problem > on other packages as well, but I do not remember the specific > packages. > > I am not sure of the minimum patch level, but I recently applied the > Recommended cluster to a Solaris 9 sparc box that had not been patched > since May, 2004 and been running for at least 14 months without utility > power failure. I never say the problem on that host. On May 2004, > 113714-14 was applied. I installed revision 21 today and after that everything was ok. The new text on the web site is better too. Thanks for the help and for a great product! God knows why Sun doesn't pick this up, they sure need it. /Peter From asmoore at blastwave.org Thu Dec 8 00:28:36 2005 From: asmoore at blastwave.org (Alex Moore) Date: Wed, 7 Dec 2005 17:28:36 -0600 Subject: [csw-users] Problems with MySQL 5 Client In-Reply-To: <43976E4C.7000600@lkpg.visit.se> References: <4395EA6D.7050102@lkpg.visit.se> <20051206144434.00001efb@sws602> <4396091B.1090506@lkpg.visit.se> <20051206162132.00001d28@sws602> <43976E4C.7000600@lkpg.visit.se> Message-ID: <20051207172836.00001228@sws602> On Thu, 08 Dec 2005 00:20:44 +0100 Peter Bonivart wrote: > I installed revision 21 today and after that everything was ok. The > new text on the web site is better too. > > Thanks for the help and for a great product! God knows why Sun > doesn't pick this up, they sure need it. Glad to hear things are working. Thanks for reporting your results. Alex From ghenry at cmi.univ-mrs.fr Thu Dec 8 06:03:52 2005 From: ghenry at cmi.univ-mrs.fr (=?ISO-8859-1?Q?G=E9rard_Henry?=) Date: Thu, 08 Dec 2005 06:03:52 +0100 Subject: [csw-users] Fwd: Can not add my first printer from command line In-Reply-To: References: Message-ID: <4397BEB8.1000307@cmi.univ-mrs.fr> hello, why don't you try to connect to http://:631 to add your printer instead of using command line? Dennis Clarke wrote: > Hello ALL : > > I figure you may have some insight into this. I have no clue and am at a loss. > > What am I doing wrong with cups ? > > Dennis > > ---------- Forwarded message ---------- > From: Dennis Clarke > Date: Dec 7, 2005 2:16 PM > Subject: Can not add my first printer from command line > To: cups at easysw.com > > > Dear CUPS : > > I am following along in http://www.cups.org/doc-1.1/sam.html and > I get to the stage where I need to add my first printer I get strange > errors. > > I have cups version 1.1.23 as well as samba 3.0.20 > > I have an HP8000 printer at ip address 192.168.35.79 and I > confirmed that it is listening on port 9100 . > > lpinfo reports this : > > bash-3.00# /opt/csw/sbin/lpinfo -v > network socket > network http > network ipp > network lpd > serial serial:/dev/cua/a?baud=115200 > serial serial:/dev/cua/b?baud=115200 > direct parallel:/dev/ecpp0 > direct usb:/dev/usb/printer0 > direct usb:/dev/usb/printer1 > direct usb:/dev/usb/printer2 > direct usb:/dev/usb/printer3 > direct usb:/dev/usb/printer4 > direct usb:/dev/usb/printer5 > direct usb:/dev/usb/printer6 > direct usb:/dev/usb/printer7 > > I also know that my server is running cups and that something is > listening on port 631. > > I have the following file : > > bash-3.00# ls -lap /opt/csw/share/cups/model/laserjet.ppd > -rw-r--r-- 1 root bin 9453 Jan 16 2005 > /opt/csw/share/cups/model/laserjet.ppd > > And this is what lpadmin tells me : > > bash-3.00# /opt/csw/sbin/lpadmin -p hp8000 -E -v > socket://192.168.35.79:9100 -m /opt/csw/share/cups/model/laserjet.ppd > lpadmin: add-printer (set model) failed: server-error-internal-error > > Any ideas ? > > Dennis > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users From rob at colnet.cmhnet.org Thu Dec 8 06:59:49 2005 From: rob at colnet.cmhnet.org (Robert Stampfli) Date: Thu, 8 Dec 2005 00:59:49 -0500 Subject: [csw-users] Why has php been split into a bazillion packages? Message-ID: <20051208055949.GA20676@colnet> I've just finished updating php 4.4.0 -> 4.4.1 on one of my machines, and am in the process of updating another one now, and believe me, it is painful. Starting with the last release, php seems to have been split into 18 separate packages, and I'm not sure why this was done. It sure makes updating to a new point release a time-consuming activity, and it would seem each module will have to be reissued for each release forevermore. Can anyone shed some light on why this split was done, and what benefits are derived from it? My vote would be to see php go back to the way it was packaged before. Rob From blastwave at gmail.com Thu Dec 8 08:46:52 2005 From: blastwave at gmail.com (Dennis Clarke) Date: Thu, 8 Dec 2005 02:46:52 -0500 Subject: [csw-users] Fwd: Can not add my first printer from command line In-Reply-To: <4397BEB8.1000307@cmi.univ-mrs.fr> References: <4397BEB8.1000307@cmi.univ-mrs.fr> Message-ID: On 12/8/05, G?rard Henry wrote: > hello, > why don't you try to connect to http://:631 to add your > printer instead of using command line? > > I am doing this work remotely and can not gain access to a browser. Perhaps a text browser like lynx or links will work ? Dennis From mark at markround.com Thu Dec 8 08:57:24 2005 From: mark at markround.com (Mark Round) Date: Thu, 8 Dec 2005 07:57:24 +0000 Subject: [csw-users] Why has php been split into a bazillion packages? In-Reply-To: <20051208055949.GA20676@colnet> References: <20051208055949.GA20676@colnet> Message-ID: <7FFCA5EF-18B9-48D1-B8FB-5A9DE2B5FBAC@markround.com> It's been done for several reasons, mainly due to the size of the original package. PHP was originally built as a monolithic package, with a single .so file to be loaded into Apache. This one .so file contained all the extensions, bloating it's size and meaning that the average user, who may only use a fraction of those extensions was paying the price by running a very large sized Apache process. The footprint really started to hurt on high-traffic sites with lots of Apache processes running. Then there was the issue that it was impossible to upgrade an extension (for instance, relinking the postgresql extension to a new version when one is released) or add a new one without updating the entire package. For a first time user running "pkg-get -i php", it was a time- consuming experience, as it would download every dependency for all the extensions in addition to PHP itself. You'd end up with what seemed like half the Blastwave distribution installed just so you could run PHP - PostgreSQl and MySQL libraries, OpenLDAP, OpenSSL, XML libraries, etc. The decision was taken to split as many extensions as possible out into separate PHP loadable modules, which gives the end user the flexibility to install only what they want (this is also the way pretty much every other Unix or Unix-like distribution handles PHP). They've also then got the ability to add new extensions or upgrade existing ones without re-doing the whole lot. For compatibilities sake, the old PHP package was turned into a "dummy" package that emulated the old behaviour - if you install CSWphp (mod_php), you'll also download and install all the extensions (the 18 other packages you mentioned), and also any dependencies for those packages. So this will still download and upgrade everything which will still be time-consuming. This is also what happened when anyone upgraded from the old monolithic package - because there is no way to tell in advance what extensions a user may be using, in order to avoid random breakages by not having modules available, an upgrade to the modular system would still have downloaded everything - although now, the user can remove what they don't need and tailor the system going forward. If you remove the dummy CSWphp package, you can then just upgrade only what you need next time. Is this a problem for you because you have every one of the 18 extensions installed ? On 8 Dec 2005, at 5:59 am, Robert Stampfli wrote: > I've just finished updating php 4.4.0 -> 4.4.1 on one of my > machines, and am in the process of updating another one now, > and believe me, it is painful. Starting with the last > release, php seems to have been split into 18 separate > packages, and I'm not sure why this was done. It sure makes > updating to a new point release a time-consuming activity, > and it would seem each module will have to be reissued for > each release forevermore. > > Can anyone shed some light on why this split was done, and > what benefits are derived from it? My vote would be to see > php go back to the way it was packaged before. > > Rob > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > -- Mark Round mark at markround.com :wq From ghenry at cmi.univ-mrs.fr Thu Dec 8 09:02:58 2005 From: ghenry at cmi.univ-mrs.fr (=?UTF-8?B?R8OpcmFyZCBIZW5yeQ==?=) Date: Thu, 08 Dec 2005 09:02:58 +0100 Subject: [csw-users] Fwd: Can not add my first printer from command line In-Reply-To: References: <4397BEB8.1000307@cmi.univ-mrs.fr> Message-ID: <4397E8B2.2030600@cmi.univ-mrs.fr> Dennis Clarke wrote: > On 12/8/05, G?rard Henry wrote:> hello,> why don't you try to connect to http://:631 to add your> printer instead of using command line?>> > I am doing this work remotely and can not gain access to a browser. Perhaps a text browser like lynx or links will work ? > Dennis_______________________________________________users mailing listusers at lists.blastwave.orghttps://lists.blastwave.org/mailman/listinfo/users yes, it seems possible with lynx From tim.smith at degreec.com Thu Dec 8 18:11:14 2005 From: tim.smith at degreec.com (Tim Smith) Date: Thu, 08 Dec 2005 12:11:14 -0500 Subject: [csw-users] New(ish) to blastwave, help me not be a n00b Message-ID: <43986932.1030809@degreec.com> Hi there, I've been using solaris(sparc) and some of the blastwave software for a while, but my desktop at work is now solaris so I'm going to try and get a little more active in the community. My first question is: What is the "proper" method to request a package be added to blastwave? Specifically I'd kill for a solaris port of the K3B cd-burning app, but have been unable to make it work (my system thinks it doesnt have cc ... sigh) Second question is: How long does it take for stuff to move into the "stable" branch? Specifically, I'm looking forward very much to KDE 3.5 ;-) Thanks! -- Timothy Smith tim.smith at degreec.com IT Administrator Degree Controls, INC From james at blastwave.org Thu Dec 8 18:37:35 2005 From: james at blastwave.org (James Lee) Date: Thu, 08 Dec 2005 17:37:35 GMT Subject: [csw-users] New(ish) to blastwave, help me not be a n00b In-Reply-To: <43986932.1030809@degreec.com> References: <43986932.1030809@degreec.com> Message-ID: <20051208.17373500.3751971479@landeck.jamesipoos.com> On 08/12/05, 17:11:14, Tim Smith wrote regarding [csw-users] New(ish) to blastwave, help me not be a n00b: > My first question is: What is the "proper" method to request a package > be added to blastwave? Specifically I'd kill for a solaris port of the > K3B cd-burning app, but have been unable to make it work (my system > thinks it doesnt have cc ... sigh) The official way: http://www.blastwave.org/pkgreq.php The unofficial way requires grovelling, connections and/or a bribe. > Second question is: How long does it take for stuff to move into the > "stable" branch? Specifically, I'm looking forward very much to KDE 3.5 > ;-) Packages are moved to stable every 3 months. The actual lag depends on the time of year but don't get too excited about KDE 3.5 yet because it's not in unstable. You could see KDE 3.5 in stable in 3 1/2 weeks - or maybe not if it's not in unstable soon or not considered stable. James. From rob at colnet.cmhnet.org Thu Dec 8 18:59:18 2005 From: rob at colnet.cmhnet.org (Robert Stampfli) Date: Thu, 8 Dec 2005 12:59:18 -0500 Subject: [csw-users] Why has php been split into a bazillion packages? In-Reply-To: <7FFCA5EF-18B9-48D1-B8FB-5A9DE2B5FBAC@markround.com> References: <20051208055949.GA20676@colnet> <7FFCA5EF-18B9-48D1-B8FB-5A9DE2B5FBAC@markround.com> Message-ID: <20051208175918.GA22214@colnet> First, thanks, Mark, for your very quick and comprehensive reply to my earlier email to the list. If I may make a suggestion, you should place a copy of that response under the "View news and info" tab for mod_php. I was not aware that mod_php had become a placeholder for the entire php hierarchy (and, frankly, I'm not even sure what I should have done to become aware of the fact). I've used Blastwave's PHP for years, and suddenly it just ballooned into all these packages. I presumed it was to provide for some flexibility in tuning it for the extentions needed, but the dependencies were such that everything seemed to still be required. So, you're saying the first thing I should do is 'rmpkg CSWphp' and then I can pick and choose among the extensions to suit my specific needs? Aside from the physcial package size, is there any way to discern what effect each extension has on the apache module size? I did notice the huge increase in the apache virtual memory footprint after installing php initially. Most of that increase appeared to be confined to two rather large (about 65Mb each) shared memory segments. Can you shed some light on what these segments are and which extension(s) require them? I'll play around with "tuning" out the PHP extentsions I don't need, but if you have additional information about which extensions are the memory hogs, I'd appreciate it if you would share it with us. Thanks again for your quick response, Rob On Thu, Dec 08, 2005 at 07:57:24AM +0000, Mark Round wrote: > It's been done for several reasons, mainly due to the size of the > original package. PHP was originally built as a monolithic package, > with a single .so file to be loaded into Apache. This one .so file > contained all the extensions, bloating it's size and meaning that the > average user, who may only use a fraction of those extensions was > paying the price by running a very large sized Apache process. The > footprint really started to hurt on high-traffic sites with lots of > Apache processes running. Then there was the issue that it was > impossible to upgrade an extension (for instance, relinking the > postgresql extension to a new version when one is released) or add a > new one without updating the entire package. > > For a first time user running "pkg-get -i php", it was a time- > consuming experience, as it would download every dependency for all > the extensions in addition to PHP itself. You'd end up with what > seemed like half the Blastwave distribution installed just so you > could run PHP - PostgreSQl and MySQL libraries, OpenLDAP, OpenSSL, > XML libraries, etc. > > The decision was taken to split as many extensions as possible out > into separate PHP loadable modules, which gives the end user the > flexibility to install only what they want (this is also the way > pretty much every other Unix or Unix-like distribution handles PHP). > They've also then got the ability to add new extensions or upgrade > existing ones without re-doing the whole lot. > > For compatibilities sake, the old PHP package was turned into a > "dummy" package that emulated the old behaviour - if you install > CSWphp (mod_php), you'll also download and install all the extensions > (the 18 other packages you mentioned), and also any dependencies for > those packages. So this will still download and upgrade everything > which will still be time-consuming. This is also what happened when > anyone upgraded from the old monolithic package - because there is no > way to tell in advance what extensions a user may be using, in order > to avoid random breakages by not having modules available, an upgrade > to the modular system would still have downloaded everything - > although now, the user can remove what they don't need and tailor the > system going forward. > > If you remove the dummy CSWphp package, you can then just upgrade > only what you need next time. Is this a problem for you because you > have every one of the 18 extensions installed ? From tim.smith at degreec.com Thu Dec 8 19:07:22 2005 From: tim.smith at degreec.com (Tim Smith) Date: Thu, 08 Dec 2005 13:07:22 -0500 Subject: [csw-users] New(ish) to blastwave, help me not be a n00b In-Reply-To: <20051208.17373500.3751971479@landeck.jamesipoos.com> References: <43986932.1030809@degreec.com> <20051208.17373500.3751971479@landeck.jamesipoos.com> Message-ID: <4398765A.4000005@degreec.com> Thanks for the links/tips .. I wasnt able to find a link to the package request page you linked anywhere on the main site (I looked for a while .. may be blind). -Tim James Lee wrote: >On 08/12/05, 17:11:14, Tim Smith wrote regarding >[csw-users] New(ish) to blastwave, help me not be a n00b: > > > >>My first question is: What is the "proper" method to request a package >>be added to blastwave? Specifically I'd kill for a solaris port of the >>K3B cd-burning app, but have been unable to make it work (my system >>thinks it doesnt have cc ... sigh) >> >> > >The official way: >http://www.blastwave.org/pkgreq.php > >The unofficial way requires grovelling, connections and/or a bribe. > > > > >>Second question is: How long does it take for stuff to move into the >>"stable" branch? Specifically, I'm looking forward very much to KDE 3.5 >>;-) >> >> > >Packages are moved to stable every 3 months. The actual lag depends on >the time of year but don't get too excited about KDE 3.5 yet because >it's not in unstable. You could see KDE 3.5 in stable in 3 1/2 weeks >- or maybe not if it's not in unstable soon or not considered stable. > > > >James. >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > > > -- Timothy Smith tim.smith at degreec.com IT Administrator Degree Controls, INC From tim.smith at degreec.com Thu Dec 8 19:09:08 2005 From: tim.smith at degreec.com (Tim Smith) Date: Thu, 08 Dec 2005 13:09:08 -0500 Subject: [csw-users] CD Burning In-Reply-To: <20051208.17373500.3751971479@landeck.jamesipoos.com> References: <43986932.1030809@degreec.com> <20051208.17373500.3751971479@landeck.jamesipoos.com> Message-ID: <439876C4.5010300@degreec.com> I've never burned a CD on solaris before. SunBlade1000 , USB cd-w drive any good starting points? documents? "RTFM"s for "man cdrtools"? I'm sure theres something in the blastwave collection to help. is usb a non-starter for cd burning on solaris? -Tim Smith From a.cervellin at acm.org Thu Dec 8 19:10:50 2005 From: a.cervellin at acm.org (Alessio Cervellin @ acm) Date: Thu, 08 Dec 2005 19:10:50 +0100 Subject: [csw-users] New(ish) to blastwave, help me not be a n00b In-Reply-To: <4398765A.4000005@degreec.com> References: <43986932.1030809@degreec.com> <20051208.17373500.3751971479@landeck.jamesipoos.com> <4398765A.4000005@degreec.com> Message-ID: <4398772A.4020603@acm.org> Tim Smith wrote: > Thanks for the links/tips .. I wasnt able to find a link to the package > request page you linked anywhere on the main site (I looked for a while > .. may be blind). it is linked from here: http://www.blastwave.org/packages.php ("Package Request Form") From rob at colnet.cmhnet.org Thu Dec 8 20:49:23 2005 From: rob at colnet.cmhnet.org (Robert Stampfli) Date: Thu, 8 Dec 2005 14:49:23 -0500 Subject: [csw-users] Why does apache require the openldap server? In-Reply-To: <20051208175918.GA22214@colnet> References: <20051208055949.GA20676@colnet> <7FFCA5EF-18B9-48D1-B8FB-5A9DE2B5FBAC@markround.com> <20051208175918.GA22214@colnet> Message-ID: <20051208194923.GA22838@colnet> This dependency thing is getting murkier and murkier. I just tried upgrading to the most recent openldap. I think I need it because apache must have some links into it, but lo-and- behold it starts pulling down perl. Now I'm guessing this is because the ldap server uses perl (surely the client interface wouldn't need it, would it?), but I don't use ldap or perl on this machine. Shouldn't apache only have a dependency for the ldap client software, or am I missing something? (Well, now that it's here, maybe I better figure out how to use ldap. I hear it can be quite useful!) Rob From asmoore at blastwave.org Thu Dec 8 22:09:35 2005 From: asmoore at blastwave.org (Alex Moore) Date: Thu, 8 Dec 2005 15:09:35 -0600 Subject: [csw-users] Why does apache require the openldap server? In-Reply-To: <20051208194923.GA22838@colnet> References: <20051208055949.GA20676@colnet> <7FFCA5EF-18B9-48D1-B8FB-5A9DE2B5FBAC@markround.com> <20051208175918.GA22214@colnet> <20051208194923.GA22838@colnet> Message-ID: <20051208150935.00004c9f@sws602> On Thu, 8 Dec 2005 14:49:23 -0500 Robert Stampfli wrote: > This dependency thing is getting murkier and murkier. I just > tried upgrading to the most recent openldap. I think I need > it because apache must have some links into it... Yes Robert. The openldap package uses perl. Apache should be rebuilt based on the openldap package split a few weeks ago. The dependency at a minimum should be openldap_client, which also needs openldap_rt. Neither openldap_client or openldap_rt would have loaded perl. OpenLDAP can do useful things. If you do not want to mess with it, do not create /opt/csw/etc/openldap/slapd.conf and the server portion should not start a slapd process from the openldap init.d script. Alex From mark.round at gmail.com Fri Dec 9 14:08:16 2005 From: mark.round at gmail.com (Mark Round) Date: Fri, 9 Dec 2005 13:08:16 +0000 Subject: [csw-users] Why has php been split into a bazillion packages? In-Reply-To: <20051208175918.GA22214@colnet> References: <20051208055949.GA20676@colnet> <7FFCA5EF-18B9-48D1-B8FB-5A9DE2B5FBAC@markround.com> <20051208175918.GA22214@colnet> Message-ID: <7b46f0de0512090508u763d52b4yd5d43c6df1f4be60@mail.gmail.com> > If I may make a suggestion, > you should place a copy of that response under the "View news and > info" tab for mod_php. Good point. I posted a message to the users and announce lists, but I must have missed that one out. I've just updated it now. > So, you're saying the first thing I should do is 'rmpkg CSWphp' > and then I can pick and choose among the extensions to suit my > specific needs? Yup, that's right. As CSWphp is simply a dummy package containing a list of dependencies, you can now remove it with no ill-effects. It will then mean you can remove things you don't need without Solaris complaining that "CSWphp4libfoo is required by CSWphp" etc. > Aside from the physcial package size, is there > any way to discern what effect each extension has on the apache > module size? I did notice the huge increase in the apache virtual > memory footprint after installing php initially. A simple approach is to look at what libraries those extensions make use of. For instance : [mround at builds:mround] # cd /opt/csw/lib/php/extensions/no-debug-non-zts-20020429/ [mround at builds:no-debug-non-zts-20020429] # ls -l total 2382 -rw-r--r-- 1 root bin 106076 Dec 5 07:26 bcmath.so -rw-r--r-- 1 root bin 34544 Dec 5 07:26 calendar.so -rw-r--r-- 1 root bin 43760 Dec 5 07:26 curl.so -rw-r--r-- 1 root bin 96420 Dec 5 07:26 domxml.so -rw-r--r-- 1 root bin 412008 Dec 5 07:27 gd.so -rw-r--r-- 1 root bin 14252 Dec 5 07:27 gettext.so -rw-r--r-- 1 root bin 12928 Dec 5 07:27 iconv.so -rw-r--r-- 1 root bin 1206764 Dec 5 07:27 imap.so -rw-r--r-- 1 root bin 42108 Dec 5 07:27 ldap.so -rw-r--r-- 1 root bin 75500 Dec 5 07:27 mcal.so -rw-r--r-- 1 root bin 52792 Dec 5 07:27 mssql.so -rw-r--r-- 1 root bin 50580 Dec 5 07:27 mysql.so -rw-r--r-- 1 root bin 68068 Dec 5 07:27 odbc.so -rw-r--r-- 1 root bin 62312 Dec 5 07:27 openssl.so -rw-r--r-- 1 root bin 86616 Dec 5 07:27 pgsql.so -rw-r--r-- 1 root bin 32156 Dec 5 07:27 zlib.so The obvious culprit here is the imap extension - this will add around 1.2Mb to the shared memory space used by Apache processes. But that's not all - if you use ldd on it : [mround at builds:no-debug-non-zts-20020429] # ldd imap.so warning: ldd: imap.so: is not executable libssl.so.0.9.8 => /opt/csw/lib/sparcv8plus/libssl.so.0.9.8 libcrypto.so.0.9.8 => /opt/csw/lib/sparcv8plus/libcrypto.so.0.9.8 libcrypt_i.so.1 => /usr/lib/libcrypt_i.so.1 libpam.so.1 => /usr/lib/libpam.so.1 libc.so.1 => /usr/lib/libc.so.1 libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libgen.so.1 => /usr/lib/libgen.so.1 libcmd.so.1 => /usr/lib/libcmd.so.1 libmp.so.2 => /usr/lib/libmp.so.2 /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1 You can see that it will also pull in OpenSSL libraries, which are not small either (around 2.3Mb for libcrypto - but then they are used by other extensions as well). So if you're not making use of any IMAP/POP3 mail servers through PHP, removing this will help your footprint. Libgd.so also pulls in a lot of the image processing libraries (t1lib, libjpeg, libpng etc. as well as freetype) - so if you're not using any of the image processing functions (http://php.net/gd), this would be a good one to remove. Likewise LDAP/PostgreSQL etc. - these pull in all sorts of other libraries. Bottom line is, if you're not using an extension, remove it. Some of these will be fairly obvious - if, for instance, you don't have a PostgreSQL database server anywhere that you need to access, then you're pretty safe to go ahead and remove CSWphp4pgsql. From blastwave at gmail.com Sat Dec 10 05:59:20 2005 From: blastwave at gmail.com (Dennis Clarke) Date: Fri, 9 Dec 2005 23:59:20 -0500 Subject: [csw-users] Fwd: Can not add my first printer from command line In-Reply-To: <4397E8B2.2030600@cmi.univ-mrs.fr> References: <4397BEB8.1000307@cmi.univ-mrs.fr> <4397E8B2.2030600@cmi.univ-mrs.fr> Message-ID: On 12/8/05, G?rard Henry wrote: > Dennis Clarke wrote: > > On 12/8/05, G?rard Henry wrote:> hello,> why don't you try to connect to http://:631 to add your> printer instead of using command line?>> > > I am doing this work remotely and can not gain access to a browser. Perhaps a text browser like lynx or links will work ? > > Dennis_______________________________________________users mailing listusers at lists.blastwave.orghttps://lists.blastwave.org/mailman/listinfo/users > > yes, it seems possible with lynx > thank you for testing this for me .. I drove the 100Km to get to the office with the print server and used Mozilla to access the cups server at port 631 and I get this : Forbidden You don't have permission to access the resource on this server. I don't think this is working well for me at all. Dennis From blastwave at unix.ms Sat Dec 10 20:12:04 2005 From: blastwave at unix.ms (Sam Nelson) Date: Sat, 10 Dec 2005 19:12:04 -0000 (GMT) Subject: [csw-users] No such file `SunOS'. Message-ID: <2163.212.46.154.127.1134241924.squirrel@webmail.rhydio.com> Hey all Hopefully someone can help me, I'm going slightly mad with this one. All of a sudden a few days ago I seem to be getting an error when running pkg-get. I log into the ftp site ok, then get "No such file `SunOS'." after A RETR SunOS (presumably by the wget/ftp client). But why is it looking for a SunOS file? This doesn't exist on any server iirc. Checked pkg-get.conf for gremlins, nothing bad there. Tried a different mirror, same problem. Checked wgetrc - nothing bad there. Here's the error in full: root at fatty|/> pkg-get -U WARNING: gpg not found NOTE: To have checksums compared, you must install one of: md5 or gmd5sum (gmd5sum is available with GNU textutils) try 'pkg-get install textutils' Getting catalog... --18:57:25-- ftp://ftp.ibiblio.org/pub/packages/solaris/csw/unstable/SunOS => `SunOS' Resolving ftp.ibiblio.org... 152.2.210.80 Connecting to ftp.ibiblio.org|152.2.210.80|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /pub/packages/solaris/csw/unstable ... done. ==> PASV ... done. ==> RETR SunOS ... No such file `SunOS'. ERROR: could not get catalog file root at fatty|/> which pkg-get wget /opt/csw/bin/pkg-get /opt/csw/bin/wget root at fatty|/> echo $PATH /opt/csw/bin:/opt/csw/sbin:/cw/local/bin:/cw/local/sbin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin/nsr:/usr/sbin/nsr:/opt/simian/bin:/opt/simian/sbin:/opt/NTLIservl/sbin/:/opt/NTLIservl/bin/:. root at fatty|~> echo $LD_LIBRARY_PATH And here's my pkg-get.conf root at fatty|~> cat /opt/csw/etc/pkg-get.conf # Configuration file for "pkg-get" # man pkg-get for details on the program # This config file has been pre-customized for use with CSW packages. # The latest set of CSW mirrors is always available at # http://www.blastwave.org/mirrors.html # default site, in USA: #url=http://ibiblio.org/pub/packages/solaris/csw/unstable #url=ftp://ftp.mirror.ac.uk/sites/blastwave.org/unstable url=ftp://ftp.ibiblio.org/pub/packages/solaris/csw/unstable # secondary US mirror #url= http://mirrors.usc.edu/pub/blastwave/unstable # Denmark mirror. FTP preferred. #url=ftp://mirrors.sunsite.dk/mirrors/csw/unstable #url=http://mirrors.sunsite.dk/csw/unstable # If you are behind a firewall, set one of these as appropriate #ftp_proxy=http://your-proxy:8023 #http_proxy=http://your-proxy:8023 #export http_proxy ftp_proxy # You may also set PROXYFLAGS in your environment to set flags # for wget like # export PROXYFLAGS="--proxy-user=xxxx --proxy-passwd=yyy" # Or set them here. but make sure the perms are readable. # And consider that anyone on the machine can check your environment # and grab the user/password combo. # Solaris 10: If you wish to limit pkg-get to installing packages # ONLY to the global zone, then uncomment this line #PKGADDFLAGS=-G # pkg-get defaults to downloading to /var/run/[special] # Since this is a memory-based filesystem, you may want to change this # to some other secure location. # Note that it MUST HAVE $$ -- tempdir MUST BE UNIQUE TO EACH PROCESS # PKGGET_DOWNLOAD_DIR=/some/large/dir/pkg-get.$$ # To disable use of gpg or md5, uncomment these #use_gpg=false #use_md5=false Anyone have an idea? cheers Sam From pgress at optonline.net Sat Dec 10 21:17:15 2005 From: pgress at optonline.net (Paul Gress) Date: Sat, 10 Dec 2005 15:17:15 -0500 Subject: [csw-users] No such file `SunOS'. In-Reply-To: <2163.212.46.154.127.1134241924.squirrel@webmail.rhydio.com> References: <2163.212.46.154.127.1134241924.squirrel@webmail.rhydio.com> Message-ID: <439B37CB.7030208@optonline.net> Sam Nelson wrote: >Hey all > >Hopefully someone can help me, I'm going slightly mad with this one. > >All of a sudden a few days ago I seem to be getting an error when running >pkg-get. I log into the ftp site ok, then get "No such file `SunOS'." >after A RETR SunOS (presumably by the wget/ftp client). But why is it >looking for a SunOS file? This doesn't exist on any server iirc. > >Checked pkg-get.conf for gremlins, nothing bad there. > > >And here's my pkg-get.conf > >root at fatty|~> cat /opt/csw/etc/pkg-get.conf > > Do you have another pkg-get.conf? I know the one I'm using that works is located in /etc/pkg-get.conf. If not, try putting yours there. Paul From delrio at mie.utoronto.ca Sun Dec 11 00:23:11 2005 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Sat, 10 Dec 2005 18:23:11 -0500 Subject: [csw-users] No such file `SunOS'. In-Reply-To: <2163.212.46.154.127.1134241924.squirrel@webmail.rhydio.com> References: <2163.212.46.154.127.1134241924.squirrel@webmail.rhydio.com> Message-ID: <439B635F.9030907@mie.utoronto.ca> Sam Nelson wrote: > root at fatty|/> pkg-get -U > WARNING: gpg not found > NOTE: To have checksums compared, you must install one of: > md5 or gmd5sum (gmd5sum is available with GNU textutils) > try 'pkg-get install textutils' > Getting catalog... > --18:57:25-- ftp://ftp.ibiblio.org/pub/packages/solaris/csw/unstable/SunOS > => `SunOS' > Resolving ftp.ibiblio.org... 152.2.210.80 > Connecting to ftp.ibiblio.org|152.2.210.80|:21... connected. > Logging in as anonymous ... Logged in! > ==> SYST ... done. ==> PWD ... done. > ==> TYPE I ... done. ==> CWD /pub/packages/solaris/csw/unstable ... done. > ==> PASV ... done. ==> RETR SunOS ... > No such file `SunOS'. wget should be getting ftp://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.9/catalog it seems that in your case the `uname` commands that pkg-get uses to get /sparc/5.9 are not returning the correct info Check/debug the pkg-get script, did anyone edit it? From eric.enright at gmail.com Mon Dec 12 06:42:03 2005 From: eric.enright at gmail.com (Eric Enright) Date: Mon, 12 Dec 2005 00:42:03 -0500 Subject: [csw-users] Problem with snv28 Japanese fonts? Message-ID: <3a74b99d0512112142k49ab9be9ka736de4a8b935add@mail.gmail.com> Some Blastwave programs don't seem to be able to grok the Japanese fonts very well anymore. With a fresh install of snv28 on x86 from DVD, with a full package installation including Canadian English and Japanese locales, programs are segfaulting while trying access files under /usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps. from "truss /opt/csw/bin/gaim": ... xstat(2, "/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps//20om2132.pcf.Z", 0x08042D38) = 0 open("/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps//24om212.pcf.Z", O_RDONLY) = 6 fcntl(6, F_SETFD, 0x00000001) = 0 fxstat(2, 6, 0x08042B4C) = 0 mmap(0x00000000, 414820, PROT_READ, MAP_PRIVATE, 6, 0) = 0xD0A58000 close(6) = 0 Incurred fault #6, FLTBOUNDS %pc = 0xD17D28B9 siginfo: SIGSEGV SEGV_MAPERR addr=0x083C7000 Received signal #11, SIGSEGV [caught] siginfo: SIGSEGV SEGV_MAPERR addr=0x083C7000 And while running "/opt/csw/bin/fc-cache -f -v": ... fc-cache: "/usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//afm": caching, 0 fonts, 0 dirs fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/75dpi/": caching, 0 fonts, 0 dirs fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/TT/": caching, 7 fonts, 0 dirs fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps/": Segmentation fault (core dumped) Sun's bundled versions of these programs do not exhibit this problem, and I have been able to reproduce this on two clean installations on two separate machines. Renaming the fonts directory to something else to avoid the programs accessing those files solves things. -- Eric Enright From ghenry at cmi.univ-mrs.fr Mon Dec 12 08:45:25 2005 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Mon, 12 Dec 2005 08:45:25 +0100 Subject: [csw-users] Tomcat 5 and Apache Portable Runtime Message-ID: <439D2A95.3000600@cmi.univ-mrs.fr> hello all, i'm using tomcat 5 (5.5.12) from blastwave on sparc solaris 9 machine. When i look at logs file (catalina.out), i notice: INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: /usr/j2se/jre1.5.0_05/lib/sparc/client:/usr/j2se/jre1.5.0_05/lib/sparc:/usr/j2se/jre1.5.0_05/../lib/sparc: /usr/lib i don't understand how i can add this runtime i search on google, and found something about a libctnative.so: http://www.opensubscriber.com/message/users at tomcat.apache.org/2738636.html why this file isn't packaged with CSWtomcat5? is it unnecessary? thanks for help, gerard From comand at blastwave.org Mon Dec 12 18:41:48 2005 From: comand at blastwave.org (Cory Omand) Date: Mon, 12 Dec 2005 09:41:48 -0800 Subject: [csw-users] Tomcat 5 and Apache Portable Runtime In-Reply-To: <439D2A95.3000600@cmi.univ-mrs.fr> References: <439D2A95.3000600@cmi.univ-mrs.fr> Message-ID: <439DB65C.8010203@blastwave.org> Gerard Henry wrote: > hello all, > i'm using tomcat 5 (5.5.12) from blastwave on sparc solaris 9 machine. > When i look at logs file (catalina.out), i notice: > INFO: The Apache Portable Runtime which allows optimal performance in > production environments was not found on the java.library.path: > /usr/j2se/jre1.5.0_05/lib/sparc/client:/usr/j2se/jre1.5.0_05/lib/sparc:/usr/j2se/jre1.5.0_05/../lib/sparc: > /usr/lib Gerard, APR 1.0 is distributed as CSWapr (apr). You will need to add /opt/csw/lib to your java.library.path to use it. Regards, Cory. -- Cory Omand From Alan.Coopersmith at Sun.COM Mon Dec 12 19:07:18 2005 From: Alan.Coopersmith at Sun.COM (Alan Coopersmith) Date: Mon, 12 Dec 2005 10:07:18 -0800 Subject: [csw-users] [osol-bugs] Problem with snv28 Japanese fonts? In-Reply-To: <3a74b99d0512112142k49ab9be9ka736de4a8b935add@mail.gmail.com> References: <3a74b99d0512112142k49ab9be9ka736de4a8b935add@mail.gmail.com> Message-ID: <439DBC56.6050302@sun.com> Sun had to patch freetype to avoid crashing on some of our compressed PCF fonts - I don't think the patch has gone back into freetype though. (I haven't checked and the engineer who did the work no longer works here, so isn't available to ask if he sent it back.) The Sun bug id (which is very sparse - I'll go fix that): http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6229445 The patch is simply: --- src/lzw/zopen.c Tue Mar 1 13:54:50 2005 +++ src/lzw/zopen.c Tue Mar 1 16:00:09 2005 @@ -355,7 +355,11 @@ } roffset = 0; /* Round size down to integral number of codes. */ - size = (size << 3) - (n_bits - 1); + if(size) { + size = (size << 3) - (n_bits - 1); + }else + return -1; + } r_off = roffset; bits = n_bits; -- -Alan Coopersmith- alan.coopersmith at sun.com Sun Microsystems, Inc. - X Window System Engineering Eric Enright wrote: > Some Blastwave programs don't seem to be able to grok the Japanese > fonts very well anymore. With a fresh install of snv28 on x86 from > DVD, with a full package installation including Canadian English and > Japanese locales, programs are segfaulting while trying access files > under /usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps. > > from "truss /opt/csw/bin/gaim": > ... > xstat(2, "/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps//20om2132.pcf.Z", > 0x08042D38) = 0 > open("/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps//24om212.pcf.Z", > O_RDONLY) = 6 > fcntl(6, F_SETFD, 0x00000001) = 0 > fxstat(2, 6, 0x08042B4C) = 0 > mmap(0x00000000, 414820, PROT_READ, MAP_PRIVATE, 6, 0) = 0xD0A58000 > close(6) = 0 > Incurred fault #6, FLTBOUNDS %pc = 0xD17D28B9 > siginfo: SIGSEGV SEGV_MAPERR addr=0x083C7000 > Received signal #11, SIGSEGV [caught] > siginfo: SIGSEGV SEGV_MAPERR addr=0x083C7000 > > > And while running "/opt/csw/bin/fc-cache -f -v": > ... > fc-cache: "/usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//afm": > caching, 0 fonts, 0 dirs > fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/75dpi/": caching, 0 > fonts, 0 dirs > fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/TT/": caching, 7 fonts, 0 dirs > fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps/": > Segmentation fault (core dumped) > > Sun's bundled versions of these programs do not exhibit this problem, > and I have been able to reproduce this on two clean installations on > two separate machines. Renaming the fonts directory to something else > to avoid the programs accessing those files solves things. > > -- > Eric Enright > _______________________________________________ > opensolaris-bugs mailing list > opensolaris-bugs at www.opensolaris.org From eric.enright at gmail.com Tue Dec 13 01:53:15 2005 From: eric.enright at gmail.com (Eric Enright) Date: Mon, 12 Dec 2005 19:53:15 -0500 Subject: [csw-users] [osol-bugs] Problem with snv28 Japanese fonts? In-Reply-To: <439DBC56.6050302@sun.com> References: <3a74b99d0512112142k49ab9be9ka736de4a8b935add@mail.gmail.com> <439DBC56.6050302@sun.com> Message-ID: <3a74b99d0512121653p1f612a96n3a0a55bfd7e7ce49@mail.gmail.com> On 12/12/05, Alan Coopersmith wrote: > Sun had to patch freetype to avoid crashing on some of our compressed > PCF fonts - I don't think the patch has gone back into freetype though. > (I haven't checked and the engineer who did the work no longer works > here, so isn't available to ask if he sent it back.) I see. Thanks for clearing that up. Eric > The Sun bug id (which is very sparse - I'll go fix that): > http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6229445 > > The patch is simply: > --- src/lzw/zopen.c Tue Mar 1 13:54:50 2005 > +++ src/lzw/zopen.c Tue Mar 1 16:00:09 2005 > @@ -355,7 +355,11 @@ > } > roffset = 0; > /* Round size down to integral number of codes. */ > - size = (size << 3) - (n_bits - 1); > + if(size) { > + size = (size << 3) - (n_bits - 1); > + }else > + return -1; > + > } > r_off = roffset; > bits = n_bits; > > -- > -Alan Coopersmith- alan.coopersmith at sun.com > Sun Microsystems, Inc. - X Window System Engineering > > > Eric Enright wrote: > > Some Blastwave programs don't seem to be able to grok the Japanese > > fonts very well anymore. With a fresh install of snv28 on x86 from > > DVD, with a full package installation including Canadian English and > > Japanese locales, programs are segfaulting while trying access files > > under /usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps. > > > > from "truss /opt/csw/bin/gaim": > > ... > > xstat(2, "/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps//20om2132.pcf.Z", > > 0x08042D38) = 0 > > open("/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps//24om212.pcf.Z", > > O_RDONLY) = 6 > > fcntl(6, F_SETFD, 0x00000001) = 0 > > fxstat(2, 6, 0x08042B4C) = 0 > > mmap(0x00000000, 414820, PROT_READ, MAP_PRIVATE, 6, 0) = 0xD0A58000 > > close(6) = 0 > > Incurred fault #6, FLTBOUNDS %pc = 0xD17D28B9 > > siginfo: SIGSEGV SEGV_MAPERR addr=0x083C7000 > > Received signal #11, SIGSEGV [caught] > > siginfo: SIGSEGV SEGV_MAPERR addr=0x083C7000 > > > > > > And while running "/opt/csw/bin/fc-cache -f -v": > > ... > > fc-cache: "/usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//afm": > > caching, 0 fonts, 0 dirs > > fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/75dpi/": caching, 0 > > fonts, 0 dirs > > fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/TT/": caching, 7 fonts, 0 dirs > > fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps/": > > Segmentation fault (core dumped) > > > > Sun's bundled versions of these programs do not exhibit this problem, > > and I have been able to reproduce this on two clean installations on > > two separate machines. Renaming the fonts directory to something else > > to avoid the programs accessing those files solves things. > > > > -- > > Eric Enright > > _______________________________________________ > > opensolaris-bugs mailing list > > opensolaris-bugs at www.opensolaris.org > -- Eric Enright From ghenry at cmi.univ-mrs.fr Tue Dec 13 07:14:02 2005 From: ghenry at cmi.univ-mrs.fr (=?ISO-8859-1?Q?G=E9rard_Henry?=) Date: Tue, 13 Dec 2005 07:14:02 +0100 Subject: [csw-users] Tomcat 5 and Apache Portable Runtime In-Reply-To: <439DB65C.8010203@blastwave.org> References: <439D2A95.3000600@cmi.univ-mrs.fr> <439DB65C.8010203@blastwave.org> Message-ID: <439E66AA.9060306@cmi.univ-mrs.fr> Cory Omand wrote: > Gerard Henry wrote: > >>hello all, >>i'm using tomcat 5 (5.5.12) from blastwave on sparc solaris 9 machine. >>When i look at logs file (catalina.out), i notice: >>INFO: The Apache Portable Runtime which allows optimal performance in >>production environments was not found on the java.library.path: >>/usr/j2se/jre1.5.0_05/lib/sparc/client:/usr/j2se/jre1.5.0_05/lib/sparc:/usr/j2se/jre1.5.0_05/../lib/sparc: >>/usr/lib > > > Gerard, > > APR 1.0 is distributed as CSWapr (apr). You will need to add > /opt/csw/lib to your java.library.path to use it. > > Regards, > Cory. > > > thanks for your reply. I installed CSWapr, and restart tomcat, but again, same message: INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: /usr/j2se/jre1.5.0_05/lib/sparc/client:/usr/j2se/jre1.5.0_05/lib/sparc:/usr/j2se/jre1.5.0_05/../lib/sparc:/usr/lib i'm trying to create a conf file: cat /opt/csw/etc/tomcat5 JAVA_OPTS=-Djava.library.path=/opt/csw/lib Finally, i notice blastwave gave me a file /etc/opt/csw/tomcat5, and i added in it, but don't work again. I modifiy /etc/init.d/cswtomcat5 to add: export JAVA_OPTS and catalina.out show: INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: /opt/csw/lib i don't understand what it is about? /opt/csw/lib /opt/csw/lib/apr.exp /opt/csw/lib/libapr-0.a /opt/csw/lib/libapr-0.la /opt/csw/lib/libapr-0.so /opt/csw/lib/libapr-0.so.0 /opt/csw/lib/libapr-0.so.0.9.5 /opt/csw/lib/libapr-1.a /opt/csw/lib/libapr-1.la /opt/csw/lib/libapr-1.so /opt/csw/lib/libapr-1.so.0 /opt/csw/lib/libapr-1.so.0.0.0 is there a bug? i open it in case... From tim.smith at degreec.com Tue Dec 13 15:44:08 2005 From: tim.smith at degreec.com (Tim Smith) Date: Tue, 13 Dec 2005 09:44:08 -0500 Subject: [csw-users] OT - X resolution in solaris Message-ID: <439EDE38.1040902@degreec.com> Semi-OT quesiton; I just got a new 1280x1024 flat panel monitor, and I'm having some troubles finding where to adjust the screen resolution with XSUN .. I'm running solaris10 on sparc (sb1000, C3D) anyone have any suggestions? -- Timothy Smith tim.smith at degreec.com IT Administrator Degree Controls, INC From ihsan at dogan.ch Tue Dec 13 16:10:53 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Tue, 13 Dec 2005 16:10:53 +0100 Subject: [csw-users] OT - X resolution in solaris In-Reply-To: <439EDE38.1040902@degreec.com> References: <439EDE38.1040902@degreec.com> Message-ID: <20051213151053.GA16469@dogan.ch> Hello Tim, On Tuesday, 13 Dec 2005 09:44 -0500, Tim Smith wrote: > Semi-OT quesiton; > I just got a new 1280x1024 flat panel monitor, and I'm having some > troubles finding where to adjust the screen resolution with XSUN .. I'm > running solaris10 on sparc (sb1000, C3D) anyone have any suggestions? fbconfig(1M) Ihsan -- ihsan at dogan.ch http://ihsan.dogan.ch/ From tim.smith at degreec.com Tue Dec 13 16:27:48 2005 From: tim.smith at degreec.com (Tim Smith) Date: Tue, 13 Dec 2005 10:27:48 -0500 Subject: [csw-users] OT - X resolution in solaris In-Reply-To: <20051213151053.GA16469@dogan.ch> References: <439EDE38.1040902@degreec.com> <20051213151053.GA16469@dogan.ch> Message-ID: <439EE874.5020002@degreec.com> will fbconfig (or pgxconfig or whatever) "save" the settings rather than just change them? That is, will the settings i change too be preserved on next boot? -Tim Ihsan Dogan wrote: >Hello Tim, > >On Tuesday, 13 Dec 2005 09:44 -0500, Tim Smith wrote: > > > >>Semi-OT quesiton; >>I just got a new 1280x1024 flat panel monitor, and I'm having some >>troubles finding where to adjust the screen resolution with XSUN .. I'm >>running solaris10 on sparc (sb1000, C3D) anyone have any suggestions? >> >> > >fbconfig(1M) > > > > >Ihsan > > > -- Timothy Smith tim.smith at degreec.com IT Administrator Degree Controls, INC From ihsan at dogan.ch Tue Dec 13 17:32:52 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Tue, 13 Dec 2005 17:32:52 +0100 Subject: [csw-users] OT - X resolution in solaris In-Reply-To: <439EE874.5020002@degreec.com> References: <439EDE38.1040902@degreec.com> <20051213151053.GA16469@dogan.ch> <439EE874.5020002@degreec.com> Message-ID: <20051213163252.GA18608@dogan.ch> On Tuesday, 13 Dec 2005 10:27 -0500, Tim Smith wrote: > will fbconfig (or pgxconfig or whatever) "save" the settings rather than > just change them? That is, will the settings i change too be preserved > on next boot? Yes, it should save the settings. Ihsan -- ihsan at dogan.ch http://ihsan.dogan.ch/ From william at wbonnet.net Tue Dec 13 22:04:50 2005 From: william at wbonnet.net (William Bonnet) Date: Tue, 13 Dec 2005 22:04:50 +0100 Subject: [csw-users] Tomcat 5 and Apache Portable Runtime In-Reply-To: <439D2A95.3000600@cmi.univ-mrs.fr> References: <439D2A95.3000600@cmi.univ-mrs.fr> Message-ID: <439F3772.3020509@wbonnet.net> Hi > i don't understand how i can add this runtime > i search on google, and found something about a libctnative.so: > http://www.opensubscriber.com/message/users at tomcat.apache.org/2738636.html > > why this file isn't packaged with CSWtomcat5? is it unnecessary? > The file tomcat-native.tar.gz is packaged with tomcat but it is not compiled. It appears that it should have been... Right now you can do it by yourself (after installer apr and openssl). Of course this is not the good solution, and i thing the best is that i compile the .so file and package it with the tomcat distribution. In this case tomcat will no longer be arch independant, and i will have to make two versions of the package. But this is not a problem since it is done for most of the other packages. Phil do you agree ? I'll do it probably this week end. Kind regards, -- William Bonnet SunWizard - Le site francais d?di? aux amateurs de stations Unix http://www.sunwizard.net -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3172 bytes Desc: S/MIME Cryptographic Signature URL: From a.cervellin at acm.org Tue Dec 13 22:19:09 2005 From: a.cervellin at acm.org (Alessio Cervellin @ acm) Date: Tue, 13 Dec 2005 22:19:09 +0100 Subject: [csw-users] [osol-bugs] Problem with snv28 Japanese fonts? In-Reply-To: <3a74b99d0512121653p1f612a96n3a0a55bfd7e7ce49@mail.gmail.com> References: <3a74b99d0512112142k49ab9be9ka736de4a8b935add@mail.gmail.com> <439DBC56.6050302@sun.com> <3a74b99d0512121653p1f612a96n3a0a55bfd7e7ce49@mail.gmail.com> Message-ID: <439F3ACD.2090302@acm.org> Ken Mays (the CSW maintainer of freetype) has just patched freetype2 to handle the Japanese fonts, try the new pkg here: http://www.blastwave.org/testing freetype2-2.1.10,REV=2005.12.11-SunOS5.8-i386-CSW.pkg.gz freetype2-2.1.10,REV=2005.12.11-SunOS5.8-sparc-CSW.pkg.gz Eric Enright wrote: > On 12/12/05, Alan Coopersmith wrote: > >>Sun had to patch freetype to avoid crashing on some of our compressed >>PCF fonts - I don't think the patch has gone back into freetype though. >>(I haven't checked and the engineer who did the work no longer works >> here, so isn't available to ask if he sent it back.) > > > I see. Thanks for clearing that up. > > Eric > > >>The Sun bug id (which is very sparse - I'll go fix that): >>http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6229445 >> >>The patch is simply: >>--- src/lzw/zopen.c Tue Mar 1 13:54:50 2005 >>+++ src/lzw/zopen.c Tue Mar 1 16:00:09 2005 >>@@ -355,7 +355,11 @@ >> } >> roffset = 0; >> /* Round size down to integral number of codes. */ >>- size = (size << 3) - (n_bits - 1); >>+ if(size) { >>+ size = (size << 3) - (n_bits - 1); >>+ }else >>+ return -1; >>+ >> } >> r_off = roffset; >> bits = n_bits; >> >>-- >> -Alan Coopersmith- alan.coopersmith at sun.com >> Sun Microsystems, Inc. - X Window System Engineering >> >> >>Eric Enright wrote: >> >>>Some Blastwave programs don't seem to be able to grok the Japanese >>>fonts very well anymore. With a fresh install of snv28 on x86 from >>>DVD, with a full package installation including Canadian English and >>>Japanese locales, programs are segfaulting while trying access files >>>under /usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps. >>> >>>from "truss /opt/csw/bin/gaim": >>>... >>>xstat(2, "/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps//20om2132.pcf.Z", >>>0x08042D38) = 0 >>>open("/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps//24om212.pcf.Z", >>>O_RDONLY) = 6 >>>fcntl(6, F_SETFD, 0x00000001) = 0 >>>fxstat(2, 6, 0x08042B4C) = 0 >>>mmap(0x00000000, 414820, PROT_READ, MAP_PRIVATE, 6, 0) = 0xD0A58000 >>>close(6) = 0 >>> Incurred fault #6, FLTBOUNDS %pc = 0xD17D28B9 >>> siginfo: SIGSEGV SEGV_MAPERR addr=0x083C7000 >>> Received signal #11, SIGSEGV [caught] >>> siginfo: SIGSEGV SEGV_MAPERR addr=0x083C7000 >>> >>> >>>And while running "/opt/csw/bin/fc-cache -f -v": >>>... >>>fc-cache: "/usr/openwin/lib/locale/iso_8859_9/X11/fonts/Type1//afm": >>>caching, 0 fonts, 0 dirs >>>fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/75dpi/": caching, 0 >>>fonts, 0 dirs >>>fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/TT/": caching, 7 fonts, 0 dirs >>>fc-cache: "/usr/openwin/lib/locale/ja/X11/fonts/TTbitmaps/": >>>Segmentation fault (core dumped) >>> >>>Sun's bundled versions of these programs do not exhibit this problem, >>>and I have been able to reproduce this on two clean installations on >>>two separate machines. Renaming the fonts directory to something else >>>to avoid the programs accessing those files solves things. >>> >>>-- >>>Eric Enright >>>_______________________________________________ >>>opensolaris-bugs mailing list >>>opensolaris-bugs at www.opensolaris.org >> > > > -- > Eric Enright > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > From asmoore at blastwave.org Fri Dec 16 01:01:12 2005 From: asmoore at blastwave.org (Alex Moore) Date: Thu, 15 Dec 2005 18:01:12 -0600 Subject: [csw-users] Sendmail Package Update Alert Message-ID: <20051215180112.00007c58@sws601> This is a warning and cure for a problem that I recently found with my sendmail package version 8.13.5. The preremove script is bad. There is an update on the way to the mirrors, starting this evening, that fixes the preremove script problem plus a bugreport fix for the sparc package when you try to access your berkeleydb4 database (if you actually use one). The new version is 8.13.5,REV=2005.12.14 Two options on the preremove: 1) The simplest but with the most risk: Before running pkg-get to update sendmail, make sure that you run `/etc/init.d/cswsendmail stop` or whatever you are using to stop sendmail. This worked fine with the 8.13.5 package installed on my tests. However, you MUST remember to do this. Well, if you forget, it is no big deal. Just control+c the hung install and follow step 2) below. 2) The safest and sure-fire method: With wget or your preference, download http://www.blastwave.org/testing/sendmail-preremove to /var/sadm/pkg/CSWsendmail/install/preremove Note the file name change. DO THIS NOW if you can. Thanks and sorry for the bother, Alex -- From rob at colnet.cboh.org Fri Dec 16 01:23:48 2005 From: rob at colnet.cboh.org (Robert Stampfli) Date: Thu, 15 Dec 2005 19:23:48 -0500 Subject: [csw-users] Sendmail Package Update Alert In-Reply-To: <20051215180112.00007c58@sws601> References: <20051215180112.00007c58@sws601> Message-ID: <20051216002348.GA22420@stampfli.cboh.org> On Thu, Dec 15, 2005 at 06:01:12PM -0600, Alex Moore wrote: > This is a warning and cure for a problem that I recently found with my > sendmail package version 8.13.5. The preremove script is bad. Thanks for being so diligent about posting these alerts (and the solutions) here, Alex. It really helps. Rob From qy1ggy802 at sneakemail.com Fri Dec 16 14:57:16 2005 From: qy1ggy802 at sneakemail.com (Tim Longo) Date: Fri, 16 Dec 2005 08:57:16 -0500 Subject: [csw-users] [csw-announce] Sendmail Package Update Alert In-Reply-To: <20051215180112.00007c58@sws601> References: <20051215180112.00007c58@sws601> Message-ID: <1734-88717@sneakemail.com> Thank you for this, much appreciated. On Thu, 2005-12-15 at 18:01 -0600, Alex Moore asmoore-at-blastwave.org | blastwave| wrote: > This is a warning and cure for a problem that I recently found with my > sendmail package version 8.13.5. The preremove script is bad. From asmoore at blastwave.org Fri Dec 16 01:18:55 2005 From: asmoore at blastwave.org (Alex Moore) Date: Thu, 15 Dec 2005 18:18:55 -0600 Subject: [csw-users] RT package now available from Blastwave.org Message-ID: <20051215181855.00003a08@sws601> If you are, or have been, interested in a ticketing system, you owe to yourself to try out RT (RequestTracker) from www.bestpractical.com. If you have looked at RT, but did not want to deal with all of the perl module dependencies, you can now try RT with the ease of Blastwave's pkg-get. Yes, on the way to your favorite CSW mirror for www.blastwave.org is RT! In my many years with computers, and I will not say how long that time frame really is, I have come across a few, and only a few, software products that I think are the best. RT IS one of the best. Enjoy, Alex -- From qy1ggy802 at sneakemail.com Fri Dec 16 23:51:06 2005 From: qy1ggy802 at sneakemail.com (Tim Longo) Date: Fri, 16 Dec 2005 17:51:06 -0500 Subject: [csw-users] RT package now available from Blastwave.org In-Reply-To: <20051215181855.00003a08@sws601> References: <20051215181855.00003a08@sws601> Message-ID: <28387-07146@sneakemail.com> Great news, thanks! On Thu, 2005-12-15 at 18:18 -0600, Alex Moore asmoore-at-blastwave.org(by way of Alex Mooreasmoore-at-blastwave.org) | blastwave| wrote: > If you are, or have been, interested in a ticketing system, you owe to > yourself to try out RT (RequestTracker) from www.bestpractical.com. > > If you have looked at RT, but did not want to deal with all of the perl > module dependencies, you can now try RT with the ease of Blastwave's > pkg-get. > > Yes, on the way to your favorite CSW mirror for www.blastwave.org is > RT! > > In my many years with computers, and I will not say how long that time > frame really is, I have come across a few, and only a few, software > products that I think are the best. RT IS one of the best. > > Enjoy, Alex From comand at blastwave.org Mon Dec 19 17:37:57 2005 From: comand at blastwave.org (Cory Omand) Date: Mon, 19 Dec 2005 08:37:57 -0800 Subject: [csw-users] RT package now available from Blastwave.org In-Reply-To: <20051215181855.00003a08@sws601> References: <20051215181855.00003a08@sws601> Message-ID: <43A6E1E5.70509@blastwave.org> Alex Moore (by way of Alex Moore ) wrote: > If you are, or have been, interested in a ticketing system, you owe to > yourself to try out RT (RequestTracker) from www.bestpractical.com. > > If you have looked at RT, but did not want to deal with all of the perl > module dependencies, you can now try RT with the ease of Blastwave's > pkg-get. > > Yes, on the way to your favorite CSW mirror for www.blastwave.org is > RT! > > In my many years with computers, and I will not say how long that time > frame really is, I have come across a few, and only a few, software > products that I think are the best. RT IS one of the best. > > Enjoy, Alex > Alex, Do you think it would be possible to migrate the blastwave mantis data to the schema used by RT? I like RT, and would like to see it used at blastwave. Mantis has too many limitations -- no ability to attach files, no ability to do a lot of common things like automatically assign bugs when they are raised to a queue, etc. Thoughts? - C. -- Cory Omand From dvm105 at psu.edu Mon Dec 19 17:42:28 2005 From: dvm105 at psu.edu (Derek Morr) Date: Mon, 19 Dec 2005 11:42:28 -0500 Subject: [csw-users] RT package now available from Blastwave.org In-Reply-To: <43A6E1E5.70509@blastwave.org> References: <20051215181855.00003a08@sws601> <43A6E1E5.70509@blastwave.org> Message-ID: <43A6E2F4.5090100@psu.edu> Cory Omand wrote: > Mantis has too many limitations -- no ability to attach > files, no ability to do a lot of common things like automatically assign > bugs when they are raised to a queue, etc. Thoughts? I think Mantis 1.0 will get many of these features. 1.0 is current at rc4, and the final version should be out soon, I believe. -derek -- Derek Morr Senior Systems Programmer Academic Services & Emerging Technologies Pennsylvania State University derekmorr at psu.edu From zhihengz at gmail.com Mon Dec 19 17:57:18 2005 From: zhihengz at gmail.com (Zhiheng Zhang) Date: Mon, 19 Dec 2005 10:57:18 -0600 Subject: [csw-users] Problem in Using CSWgnome Message-ID: Dear folks: After I installed CSWgnome meta packages in my Solaris 10 at Blade 100 workstation. There are a couple of problem I didn't found anywhere else. Please give me some clues if you can: 1. Menu Editing does not work After I added a new menu item in gnome menu, it does not appear even I logout and login again. the corresponding desktop file is existed in ~/.gnome/vfolder/applications, and if I use nautulis to browser applications:///, I can see those item, but it never appear in applications menu of panel. Does CSWgnome use a different location for user's customized desktop files? I also tried to mannually add desktop in /opt/csw/share/applications/ as root, it will appeal only after I logout/login again. I have Fedora Core Linux and FreeBSD boxes too, however they does have such problem, updated menu appeal immediately when you add/delete/change menu item. Any one has sugguestions? I need mentioned the JDS 3 is also in my solaris, did I need uninstall JDS 3 or SUN gnome packages ? 2. applet in System tray does not appeal I select to add gaim and liferea to system tray in their configuration. But nothing show up in system tray area or at least nothing show up in panel. Does anybody have sugguestions or same experiences, how you solve this problem. best regard Jason -------------- next part -------------- An HTML attachment was scrubbed... URL: From asmoore at blastwave.org Mon Dec 19 18:34:06 2005 From: asmoore at blastwave.org (Alex Moore) Date: Mon, 19 Dec 2005 11:34:06 -0600 Subject: [csw-users] RT package now available from Blastwave.org In-Reply-To: <43A6E1E5.70509@blastwave.org> References: <20051215181855.00003a08@sws601> <43A6E1E5.70509@blastwave.org> Message-ID: <20051219113406.00007239@sws601> On Mon, 19 Dec 2005 08:37:57 -0800 Cory Omand wrote: > Do you think it would be possible to migrate the blastwave mantis > data to the schema used by RT? I like RT, and would like to see it > used at blastwave. Mantis has too many limitations -- no ability to > attach files, no ability to do a lot of common things like > automatically assign bugs when they are raised to a queue, etc. > Thoughts? I think that Mantis is a different product from RT. A few months ago, I setup the latest Mantis 1.0 release candidate on my site. It looked to me like Mantis was designed to work at the program level. RT works with tickets and tickets can be created for anything. RT was what I ended up using for customer support, but I do not track tickets at the program level. Tickets can be created for programs and are created by the customer. Tickets are created for all sorts of things, like questions, enhancement requests that may not even relate to an existing program and several other things as well. I agree with Derek. When Mantis 1.0 is out of release candidate mode, a conversion would seem the best thing to do. Where I have found RT to be a valuable tool for blastwave work is with supporting blastwave. I get emails, like everyone else. It is difficult for me to keep up with so many emails and remember where the conversation left off. If the email is about something that cannot be handled with a simple reply, I create a ticket in RT. Also, I have several packages, so when a new release is announced, I create a ticket in RT. And when I determine a change to a package is needed for some reason, I create a ticket. Then, I work from RT and prioritize my time spent on blastwave. I try to keep no more than 10 tickets open and working at any time, but that is just me and I am not always successful with that goal:> So, all of that said, if I can do anything for the maintainer group, let me know. If you think that RT would help you, I can setup a site for us. It is up to the group. Also, I have spent only about six months with RT. So if you know how to make RT more program concentric, I am all for it. I really get tangled up with our version of Mantis. The release candidate that I played around with was much better. One thing that could help me now is to allow my link for email to be to a different address from my blastwave email account. That way, I can point the address to something like rt-asmoore at somewhere and have the email create a ticket in RT and I can work from that. But currently, my domain is private, so I would have to rethink some things:> Alex -- From studentmark2004 at yahoo.com Thu Dec 22 23:13:51 2005 From: studentmark2004 at yahoo.com (mark student) Date: Thu, 22 Dec 2005 14:13:51 -0800 (PST) Subject: [csw-users] viewing php file after install Message-ID: <20051222221351.44304.qmail@web80906.mail.scd.yahoo.com> Hi folks, I have a simple question that I can't find an answer for in my research. I am running Apache 1.3.x and installed CSWphp4cgi, CSWphp4mysql, and SFWmphp. I tried to test php with my simple hello.php file but the browser screen is blank. How do I configure Apache and/or PHP to view this file? Help. Thanks in advance. --------------------------------- Yahoo! Shopping Find Great Deals on Holiday Gifts at Yahoo! Shopping -------------- next part -------------- An HTML attachment was scrubbed... URL: From ihsan at dogan.ch Fri Dec 23 11:17:36 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Fri, 23 Dec 2005 11:17:36 +0100 Subject: [csw-users] viewing php file after install In-Reply-To: <20051222221351.44304.qmail@web80906.mail.scd.yahoo.com> References: <20051222221351.44304.qmail@web80906.mail.scd.yahoo.com> Message-ID: <20051223101736.GA8442@dogan.ch> Hello Mark, On Thursday, 22 Dec 2005 14:13 -0800, mark student wrote: > I have a simple question that I can't find an answer for in my research. I am running Apache 1.3.x and installed CSWphp4cgi, CSWphp4mysql, and SFWmphp. I tried to test php with my simple hello.php file but the browser screen is blank. How do I configure Apache and/or PHP to view this file? You have to install mod_php for PHP 4.x or mod_php5 for PHP 5.x. Both packages should add the necessary entries to your httpd.conf. Ihsan -- ihsan at dogan.ch http://ihsan.dogan.ch/ From asmoore at blastwave.org Fri Dec 23 13:08:59 2005 From: asmoore at blastwave.org (Alex Moore) Date: Fri, 23 Dec 2005 06:08:59 -0600 Subject: [csw-users] viewing php file after install In-Reply-To: <20051223101736.GA8442@dogan.ch> References: <20051222221351.44304.qmail@web80906.mail.scd.yahoo.com> <20051223101736.GA8442@dogan.ch> Message-ID: <20051223060859.00004fb2@sws602.mcsun.local> On Fri, 23 Dec 2005 11:17:36 +0100 Ihsan Dogan wrote: Hi, Ihsan > You have to install mod_php for PHP 4.x or mod_php5 for PHP 5.x. > Both packages should add the necessary entries to your > httpd.conf. Would mod_php_core work just as well? Alex -- From ihsan at dogan.ch Fri Dec 23 14:14:30 2005 From: ihsan at dogan.ch (Ihsan Dogan) Date: Fri, 23 Dec 2005 14:14:30 +0100 Subject: [csw-users] viewing php file after install In-Reply-To: <20051223060859.00004fb2@sws602.mcsun.local> References: <20051222221351.44304.qmail@web80906.mail.scd.yahoo.com> <20051223101736.GA8442@dogan.ch> <20051223060859.00004fb2@sws602.mcsun.local> Message-ID: <20051223131430.GA13996@dogan.ch> On Friday, 23 Dec 2005 06:08 -0600, Alex Moore wrote: > > You have to install mod_php for PHP 4.x or mod_php5 for PHP 5.x. > > Both packages should add the necessary entries to your > > httpd.conf. > > Would mod_php_core work just as well? Mark? -- ihsan at dogan.ch http://ihsan.dogan.ch/ From mark.round at gmail.com Fri Dec 23 14:26:13 2005 From: mark.round at gmail.com (Mark Round) Date: Fri, 23 Dec 2005 13:26:13 +0000 Subject: [csw-users] viewing php file after install In-Reply-To: <20051223131430.GA13996@dogan.ch> References: <20051222221351.44304.qmail@web80906.mail.scd.yahoo.com> <20051223101736.GA8442@dogan.ch> <20051223060859.00004fb2@sws602.mcsun.local> <20051223131430.GA13996@dogan.ch> Message-ID: <7b46f0de0512230526w31bbc78fr12d8c999dc10a2e8@mail.gmail.com> > > Would mod_php_core work just as well? It would indeed. This would provide the core functionality you need. I am unaware of what the SFWmphp package is - from the prefix, this would appear to be the Sun Freeware package. Is there any particular reason why you installed this alongside the Blastwave packages (or vice versa) ? In general, I'd advise against mixing them up... What package of Apache are you using ? The Blastwave one, or one from another source ? -Mark From studentmark2004 at yahoo.com Fri Dec 23 18:36:46 2005 From: studentmark2004 at yahoo.com (mark student) Date: Fri, 23 Dec 2005 09:36:46 -0800 (PST) Subject: [csw-users] viewing php file after install In-Reply-To: <7b46f0de0512230526w31bbc78fr12d8c999dc10a2e8@mail.gmail.com> Message-ID: <20051223173646.79395.qmail@web80910.mail.scd.yahoo.com> Hi Mark, Thanks to all for the help. I will install mod_php_core. Don't know why SFWmphp is installed but I will use your suggestion and uninstall it. I am using the Apache pkg that was originally on my Solaris 9. -Mark Student Mark Round wrote: > > Would mod_php_core work just as well? It would indeed. This would provide the core functionality you need. I am unaware of what the SFWmphp package is - from the prefix, this would appear to be the Sun Freeware package. Is there any particular reason why you installed this alongside the Blastwave packages (or vice versa) ? In general, I'd advise against mixing them up... What package of Apache are you using ? The Blastwave one, or one from another source ? -Mark _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --------------------------------- Yahoo! for Good - Make a difference this year. -------------- next part -------------- An HTML attachment was scrubbed... URL: From studentmark2004 at yahoo.com Fri Dec 23 18:39:36 2005 From: studentmark2004 at yahoo.com (mark student) Date: Fri, 23 Dec 2005 09:39:36 -0800 (PST) Subject: [csw-users] viewing php file after install In-Reply-To: <20051223131430.GA13996@dogan.ch> Message-ID: <20051223173936.45600.qmail@web80903.mail.scd.yahoo.com> Hi Ihsan, Thanks for the help. -Student Mark Ihsan Dogan wrote: On Friday, 23 Dec 2005 06:08 -0600, Alex Moore wrote: > > You have to install mod_php for PHP 4.x or mod_php5 for PHP 5.x. > > Both packages should add the necessary entries to your > > httpd.conf. > > Would mod_php_core work just as well? Mark? -- ihsan at dogan.ch http://ihsan.dogan.ch/ _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --------------------------------- Yahoo! Photos Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever. -------------- next part -------------- An HTML attachment was scrubbed... URL: From studentmark2004 at yahoo.com Fri Dec 23 18:40:22 2005 From: studentmark2004 at yahoo.com (mark student) Date: Fri, 23 Dec 2005 09:40:22 -0800 (PST) Subject: [csw-users] viewing php file after install In-Reply-To: <20051223060859.00004fb2@sws602.mcsun.local> Message-ID: <20051223174022.80787.qmail@web80910.mail.scd.yahoo.com> Hi Alex, Thanks for the help. -Mark Student Alex Moore wrote: On Fri, 23 Dec 2005 11:17:36 +0100 Ihsan Dogan wrote: Hi, Ihsan > You have to install mod_php for PHP 4.x or mod_php5 for PHP 5.x. > Both packages should add the necessary entries to your > httpd.conf. Would mod_php_core work just as well? Alex -- _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --------------------------------- Yahoo! DSL Something to write home about. Just $16.99/mo. or less -------------- next part -------------- An HTML attachment was scrubbed... URL: From studentmark2004 at yahoo.com Thu Dec 29 02:19:26 2005 From: studentmark2004 at yahoo.com (mark student) Date: Wed, 28 Dec 2005 17:19:26 -0800 (PST) Subject: [csw-users] which apache? Message-ID: <20051229011926.98271.qmail@web80907.mail.scd.yahoo.com> Hi Which site has the "easiest" PHP to download and install? Thanks --------------------------------- Yahoo! DSL Something to write home about. Just $16.99/mo. or less -------------- next part -------------- An HTML attachment was scrubbed... URL: From blastwave at gmail.com Thu Dec 29 02:38:04 2005 From: blastwave at gmail.com (Dennis Clarke) Date: Wed, 28 Dec 2005 20:38:04 -0500 Subject: [csw-users] which apache? In-Reply-To: <20051229011926.98271.qmail@web80907.mail.scd.yahoo.com> References: <20051229011926.98271.qmail@web80907.mail.scd.yahoo.com> Message-ID: On 12/28/05, mark student wrote: > Hi > Which site has the "easiest" PHP to download and install? hey man, just go to www.blastwave.org/howto.html then do a /opt/csw/bin/pkg-get -i mod_php see : http://www.blastwave.org/packages.php/mod_php see what you get from that. You will be happy. Dennis From ihsan at blastwave.org Thu Dec 29 10:19:59 2005 From: ihsan at blastwave.org (Ihsan Dogan) Date: Thu, 29 Dec 2005 10:19:59 +0100 Subject: [csw-users] which apache? In-Reply-To: References: <20051229011926.98271.qmail@web80907.mail.scd.yahoo.com> Message-ID: <20051229091959.GA18673@dogan.ch> On Wednesday, 28 Dec 2005 20:38 -0500, Dennis Clarke wrote: > > Which site has the "easiest" PHP to download and install? > > hey man, just go to www.blastwave.org/howto.html > > then do a > > /opt/csw/bin/pkg-get -i mod_php > > see : http://www.blastwave.org/packages.php/mod_php > > see what you get from that. You will be happy. The same for the Apache 2.0 Modules. Just keep in mind, that you can't use the worker MPM with PHP. Ihsan -- ihsan at dogan.ch http://ihsan.dogan.ch/ From asmoore at blastwave.org Sat Dec 31 15:29:56 2005 From: asmoore at blastwave.org (Alex Moore) Date: Sat, 31 Dec 2005 08:29:56 -0600 Subject: [csw-users] nagios 2.0rc1 packages in testing Message-ID: <20051231082956.00002ecc@sws602.mcsun.local> Nagios 2.0rc1 is release candidate software and provided for testing only. Release candidate software is not released to the CSW catalog. For this version, I split out the remote files for nrpe to a new nrpe package. Please see the 'View news and info' button for the nagios package at http://www.blastwave.org/packages/CSWnagios for other notes and installation. The files are in http://www.blastwave.org/testing a1341cdfec5f4edfb12825330ebf0e7f nagios-2.0,REV=2005.12.29_rev=rc1-SunOS5.8-i386-CSW.pkg.gz c4e7a91b539edd8621b7a198c1f30406 nagios-2.0,REV=2005.12.29_rev=rc1-SunOS5.8-sparc-CSW.pkg.gz 85977030f1939021cff76efdb4403749 nagiosp-1.4.2,REV=2005.12.29-SunOS5.8-i386-CSW.pkg.gz ad888d420ba603677f794a6860821520 nagiosp-1.4.2,REV=2005.12.29-SunOS5.8-sparc-CSW.pkg.gz 99b55271db06c0ffd4128267058d7fc8 nrpe-2.0,REV=2005.12.29-SunOS5.8-i386-CSW.pkg.gz 44e148af806dc3440ce9258d050bea20 nrpe-2.0,REV=2005.12.29-SunOS5.8-sparc-CSW.pkg.gz Alex -- From Robert.Doolittle at Sun.COM Sat Dec 31 22:02:39 2005 From: Robert.Doolittle at Sun.COM (Bob Doolittle) Date: Sat, 31 Dec 2005 16:02:39 -0500 Subject: [csw-users] Wine error "sysi86: Invalid Argument"? Message-ID: <43B6F1EF.9070806@Sun.COM> Hi, I'm a newbie, and maybe doing something stupid, but am trying to follow the User's Guide and am getting nowhere. I've tried both the Blastwave "Mature Vintage" (2005/04/19) and the "Blended" (2005/07/25), and when I try to run 'winecfg' or 'wine' itself, I get: sysi86: Invalid Argument I am using a Metropolis W2100z Opteron with a 64-bit Solaris 10 x86 kernel. Any ideas? It seems lots of folks are asking the same question on the forum.sun.com site, but no answers so far. If it casts any light, trussing the execution shows it dying here: sysi86(SI86DSCR, 0x08046E20, 0xFEF02CD4, 0x000000C8) Err#22 EINVAL I'm happy to supply any other details as necessary, but suspect this is a known issue (didn't find anything in winehq bugzilla or comp.emulators.ms-windows.wine, however). BTW - is the blastwave list archived/searchable? I hate to ask questions previously answered on the list... Sorry if this is a FAQ. Also BTW, it'd be nice if whoever is building the CFWWine package would include the wine version in the Solaris package version string. For example, today we have: VERSION: 20050419 Would be nicer as: VERSION: 20050419,Version=0.9.1 or VERSION: 0.9.1,Build=20050419 I realize you can probably pass an argument into wine to cough up its version, but for somebody like me who can't get that far it would be nice to have the package info to fall back on. Finally, please excuse the cross-posting but I am not sure where the issue resides and the issue may be of interest to both lists. Please reply to me directly and CC the list(s). -Bob