From daniel at dseichter.de Sun May 2 19:50:11 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Sun, 2 May 2004 19:50:11 +0200 Subject: [csw-users] Problem installing OpenSSL Message-ID: <20040502195011.74227109@blade> Hello, I wanted to update my csw-world, but I everytime got the same error, about a missing dependencies check. Every other software reports the the missing CSWossl package. What is wrong and is there a chance to rebuild the CSW package-base (maybe there is an error on my computer). Thanks Daniel From mark.aston at gunfleet.com Sun May 2 20:23:06 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Sun, 2 May 2004 19:23:06 +0100 Subject: [csw-users] Problem installing OpenSSL In-Reply-To: <20040502195011.74227109@blade> References: <20040502195011.74227109@blade> Message-ID: <20040502192306.0c051667@unknown> On Sun, 2 May 2004 19:50:11 +0200 Daniel Seichter wrote: > I wanted to update my csw-world, but I everytime got the same error, > about a missing dependencies check. Every other software reports the > the missing CSWossl package. > What is wrong and is there a chance to rebuild the CSW package-base > (maybe there is an error on my computer). Just had the same problem, there seems to be something wrong with the preremove script. I solved it by removing the preremove script from /var/sadm/pkg/CSWossl/install Then #pkgrm CSWossl then reinstalling with #pkg-get install openssl -- Best regards Mark Aston http://www.gunfleet.com/solaris From daniel at dseichter.de Sun May 2 20:53:22 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Sun, 2 May 2004 20:53:22 +0200 Subject: [csw-users] Problem installing OpenSSL In-Reply-To: <20040502192306.0c051667@unknown> References: <20040502195011.74227109@blade> <20040502192306.0c051667@unknown> Message-ID: <20040502205322.52dee9ae@blade> Hello Mark, > Just had the same problem, there seems to be something wrong with the > preremove script. > > I solved it by removing the preremove script from > /var/sadm/pkg/CSWossl/install > > Then > #pkgrm CSWossl > > then reinstalling with > #pkg-get install openssl > This is a very useful workaround. After doing it, I was able to update without any error. Thanks Daniel Seichter From mark.aston at gunfleet.com Sun May 2 21:17:20 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Sun, 2 May 2004 20:17:20 +0100 Subject: [csw-users] Problem installing OpenSSL In-Reply-To: <20040502205322.52dee9ae@blade> References: <20040502195011.74227109@blade> <20040502192306.0c051667@unknown> <20040502205322.52dee9ae@blade> Message-ID: <20040502201720.47b37079@unknown> On Sun, 2 May 2004 20:53:22 +0200 Daniel Seichter wrote: > This is a very useful workaround. After doing it, I was able to update > without any error. I just checked the bugs for CSWopenssl, Hakan has posted a permanent fix now for the preremove script replace if [ $inuse != "" ] ; then with if [ "x$inuse" != "x" ] ; then then the script works -- Best regards Mark Aston http://www.gunfleet.com/solaris From pearcec at perfectorder.com Mon May 3 16:39:50 2004 From: pearcec at perfectorder.com (Christian Pearce) Date: Mon, 03 May 2004 10:39:50 -0400 Subject: [csw-users] bravo, new user... Message-ID: <1083595190.29923.19.camel@localhost.localdomain> I have been wanting to set a project up like this one for some time. Sunfreeware is okay, but I felt a community could do much better than the efforts of one man. Plus the process should be out in the open and consistent. I am going to make use of these packages in the coming weeks. If there are pacakges I need I will volunteer to maintain them. Thanks! -- Christian Pearce http://www.commnav.com http://www.perfectorder.com From sloewenthal at gemini.edu Wed May 5 22:01:22 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Wed, 5 May 2004 16:01:22 -0400 Subject: [csw-users] CSW packages server services vs. client services list. In-Reply-To: <1083595190.29923.19.camel@localhost.localdomain> Message-ID: Dear all, I would like a list of all CSW programmes which are not providing running any deamons, or server orientated packages. So such a list should omit packages like: openssh apache dhcp sendmail squid imap ... Does this exist? Many thanks, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.676 / Virus Database: 438 - Release Date: 03/05/2004 From mats.larsson at ericsson.com Fri May 7 14:54:08 2004 From: mats.larsson at ericsson.com (Mats Larsson) Date: Fri, 07 May 2004 14:54:08 +0200 Subject: [csw-users] CSWossl problem In-Reply-To: <408FB6E5.2040608@mie.utoronto.ca> References: <20040423142235.GN29726@sperrstunde.at> <408933AC.3050603@mie.utoronto.ca> <20040427074522.GG8586@sperrstunde.at> <408E503F.7090504@mie.utoronto.ca> <20040427140559.GK12522@sperrstunde.at> <408E70DB.6080601@mie.utoronto.ca> <20040427152128.GM12522@sperrstunde.at> <408E95FB.8020600@mie.utoronto.ca> <20040428124319.GJ27407@sperrstunde.at> <408FB6E5.2040608@mie.utoronto.ca> Message-ID: <409B86F0.2050408@ericsson.com> Get this when doing a 'pkg-get -uU': --- ... Do you want to continue with the removal of this package [y,n,?,q] y ## Processing package information. ## Executing preremove script. /var/sadm/pkg/CSWossl/install/preremove: test: argument expected pkgrm: ERROR: preremove script did not complete successfully Removal of failed. install/depend 34506 blocks Processing package instance from openssl - OpenSSL Secure Sockets Layer lib and utilities (sparc) 0.9.7,REV=2004.04.26_rev=d Current administration requires that a unique instance of the package be created. However, the maximum number of instances of the package which may be supported at one time on the same system has already been met. No changes were made to the system. ERROR: could not add CSWossl. --- Anyone? From mark.aston at gunfleet.com Fri May 7 15:18:06 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Fri, 7 May 2004 14:18:06 +0100 Subject: [csw-users] CSWossl problem In-Reply-To: <409B86F0.2050408@ericsson.com> References: <20040423142235.GN29726@sperrstunde.at> <408933AC.3050603@mie.utoronto.ca> <20040427074522.GG8586@sperrstunde.at> <408E503F.7090504@mie.utoronto.ca> <20040427140559.GK12522@sperrstunde.at> <408E70DB.6080601@mie.utoronto.ca> <20040427152128.GM12522@sperrstunde.at> <408E95FB.8020600@mie.utoronto.ca> <20040428124319.GJ27407@sperrstunde.at> <408FB6E5.2040608@mie.utoronto.ca> <409B86F0.2050408@ericsson.com> Message-ID: <20040507141806.3af68147@unknown> On Fri, 07 May 2004 14:54:08 +0200 Mats Larsson wrote: > Get this when doing a 'pkg-get -uU': Problem is detailed on the bugs page, remove the preremove script from /var/sadm/pkg/CSWossl/install and try the update again -- Best regards Mark Aston http://www.gunfleet.com/solaris From daniel at dseichter.de Sat May 8 12:49:55 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Sat, 8 May 2004 12:49:55 +0200 Subject: [csw-users] Set up CSW for all Message-ID: <20040508124955.22174c04@blade> Hello, where I have to configure my paths and libs to use in all cases the CSW tree at first? Thanks Daniel From kde at leighctc.kent.sch.uk Tue May 11 16:09:24 2004 From: kde at leighctc.kent.sch.uk (Kevin Dell) Date: Tue, 11 May 2004 15:09:24 +0100 Subject: [csw-users] is gpg package available Message-ID: Hi All, I'm a newbie to blastwave, and so far I'm impressed, (enough brownnosing? ) I'm looking to install the gpg package but I'm unable to locate it, is it available on blastwave? If not does anyone know if it's available elsewhere as an installable package. I'm on Solaris 9 Regards Kevin J.Dell -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20040511/22b93b9a/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 145 bytes Desc: not available Url : http://lists.blastwave.org/pipermail/users/attachments/20040511/22b93b9a/attachment.gif From mark.aston at gunfleet.com Tue May 11 16:12:57 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Tue, 11 May 2004 15:12:57 +0100 Subject: [csw-users] is gpg package available In-Reply-To: References: Message-ID: <20040511151257.77c54ef8@unknown> On Tue, 11 May 2004 15:09:24 +0100 "Kevin Dell" wrote: > I'm looking to install the gpg package but I'm unable to locate it, is > it available on blastwave? It is available on Blastwave as gnupg -- Best regards Mark Aston http://www.gunfleet.com/solaris From kde at leighctc.kent.sch.uk Tue May 11 16:19:23 2004 From: kde at leighctc.kent.sch.uk (Kevin Dell) Date: Tue, 11 May 2004 15:19:23 +0100 Subject: [csw-users] is gpg package available In-Reply-To: <20040511151257.77c54ef8@unknown> Message-ID: Hi Mark, thanks for that, I think I must have tried every combination of GPG (except that one!) Regards Kevin -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org] On Behalf Of Mark Aston Sent: 11 May 2004 15:13 To: questions and discussions Subject: Re: [csw-users] is gpg package available On Tue, 11 May 2004 15:09:24 +0100 "Kevin Dell" wrote: > I'm looking to install the gpg package but I'm unable to locate it, is > it available on blastwave? It is available on Blastwave as gnupg -- Best regards Mark Aston http://www.gunfleet.com/solaris _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users From bogdan at its.uq.edu.au Wed May 12 00:41:58 2004 From: bogdan at its.uq.edu.au (Bogdan Iamandei) Date: Wed, 12 May 2004 08:41:58 +1000 Subject: [csw-users] Local freeware server. Message-ID: <40A156B6.2070204@its.uq.edu.au> Hi everyone, I've got a question with regards to setting up a local freeware server. It seems that the only "makecontents" script to generate the catalog file is a rather old version. Is there a posibility of getting the new version of the script which not only creates the catalog file but it also creates the descriptions too? Thanks, Ino!~ -- I have seen things you people wouldn't believe. Attack ships on fire off the shoulder of Orion. I watched C-beams glitter in the dark near the Tannhauser Gate. All those moments will be lost in time, like tears in rain. Time to die. From daniel at dseichter.de Sat May 15 19:28:32 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Sat, 15 May 2004 19:28:32 +0200 Subject: [csw-users] What package evolution is using for PDAs Message-ID: <1084642112.386.3.camel@blade> Hello, I am Palm user and want to synch with evolution, but can't, because there is no package installed to synch with it. Which package I should install to be able to use my Palm? On Solaris 8 there was PDAsync but on Solaris 9 I miss it. Daniel From michael at blastwave.org Sat May 15 23:38:04 2004 From: michael at blastwave.org (Michael Gernoth) Date: Sat, 15 May 2004 23:38:04 +0200 Subject: [csw-users] What package evolution is using for PDAs In-Reply-To: <1084642112.386.3.camel@blade> References: <1084642112.386.3.camel@blade> Message-ID: <20040515213804.GA11361@zerfleddert.de> Hi, On Sat, May 15, 2004 at 07:28:32PM +0200, Daniel Seichter wrote: > I am Palm user and want to synch with evolution, but can't, because > there is no package installed to synch with it. > Which package I should install to be able to use my Palm? multisync should do what you want (and maybe a bit more). Regards, Michael From mike at blastwave.org Mon May 17 07:16:15 2004 From: mike at blastwave.org (Mike Arnold) Date: Sun, 16 May 2004 22:16:15 -0700 (MST) Subject: [csw-users] Re: [csw-newpkgs] weekly package summary In-Reply-To: <20040517034502.GA19461@blastwave.blastwave.org> References: <20040517034502.GA19461@blastwave.blastwave.org> Message-ID: <24956.12.10.219.39.1084770975.squirrel@www.razorsedge.org> Philip Brown said: > Attached is the summary of changed or added packages for the last week > _______________________________________________ > newpkgs mailing list > newpkgs at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/newpkgs Is there any chance this list can be sorted alphabetically before being sent? -- -mike From daniel at dseichter.de Mon May 17 11:39:46 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Mon, 17 May 2004 11:39:46 +0200 Subject: [csw-users] What package evolution is using for PDAs In-Reply-To: <20040515213804.GA11361@zerfleddert.de> References: <1084642112.386.3.camel@blade> <20040515213804.GA11361@zerfleddert.de> Message-ID: <1084786786.396.2.camel@blade> Hello, > multisync should do what you want (and maybe a bit more). Thanks, installed it, but not yet configured. Daniel From daniel at dseichter.de Mon May 17 11:41:07 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Mon, 17 May 2004 11:41:07 +0200 Subject: [csw-users] Mozilla - newer version or: how to make it faster Message-ID: <1084786867.396.5.camel@blade> Hello, what can be the reason for the slow load of mozilla und slow load of websites? Is there an option to load it faster? Using mozilla of csw, but can't believe, that it is so slow on my Blade 1500. Daniel From mark.aston at gunfleet.com Mon May 17 12:20:54 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Mon, 17 May 2004 11:20:54 +0100 Subject: [csw-users] Mozilla - newer version or: how to make it faster In-Reply-To: <1084786867.396.5.camel@blade> References: <1084786867.396.5.camel@blade> Message-ID: <20040517112054.7d96da43@unknown> On Mon, 17 May 2004 11:41:07 +0200 Daniel Seichter wrote: > what can be the reason for the slow load of mozilla und slow load of > websites? Is there an option to load it faster? > Using mozilla of csw, but can't believe, that it is so slow on my > Blade 1500. I don't think there is a pre-load option on the Solaris versions of Mozilla, it may be worth trying another version to rule out some other network problem. I have tested a few versions of Mozilla and currently the fastest seems to be the Sun version http://wwws.sun.com/software/solaris/browser/getmozilla14.html Firefox (from mozilla.org) is also pretty good, however if you want real speed try Opera 7.5 that beats any version of Moz and is worth the $39 IMO. -- Best regards Mark Aston http://www.gunfleet.com/solaris From daniel at dseichter.de Mon May 17 13:08:35 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Mon, 17 May 2004 13:08:35 +0200 Subject: [csw-users] Mozilla - newer version or: how to make it faster In-Reply-To: <20040517112054.7d96da43@unknown> References: <1084786867.396.5.camel@blade> <20040517112054.7d96da43@unknown> Message-ID: <1084792115.396.8.camel@blade> Hello Mark, > > I have tested a few versions of Mozilla and currently the fastest seems > to be the Sun version > > http://wwws.sun.com/software/solaris/browser/getmozilla14.html > I now changed to Suns mozilla, because it is really a little bit faster and the site Mozilla 1.5 everytime crashed works fine too. Daniel From rsun at wlgore.com Mon May 17 16:33:00 2004 From: rsun at wlgore.com (Richard D Sun) Date: Mon, 17 May 2004 10:33:00 -0400 Subject: [csw-users] Mozilla - newer version or: how to make it faster In-Reply-To: <1084786867.396.5.camel@blade> Message-ID: Have you ever tried Firefox from mozilla.org, it seems to be even faster then anyone thing I've seen. --------------------------------------------------------------------------- Richard D. Sun ?? W. L. Gore & Associates, Inc. mailto:rsun at wlgore.com (preferred) Tel: (410)506-4168, Fax: (410)506-4400 http://www.gore.com Daniel Seichter Sent by: users-bounces at lists.blastwave.org 05/17/2004 05:41 Please respond to questions and discussions To: Blastwave-Liste cc: Subject: [csw-users] Mozilla - newer version or: how to make it faster Hello, what can be the reason for the slow load of mozilla und slow load of websites? Is there an option to load it faster? Using mozilla of csw, but can't believe, that it is so slow on my Blade 1500. Daniel _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20040517/9e00a0c2/attachment.html From ihsan at dogan.ch Mon May 17 18:36:11 2004 From: ihsan at dogan.ch (Ihsan Dogan) Date: Mon, 17 May 2004 19:36:11 +0300 Subject: [csw-users] Re: [csw-newpkgs] weekly package summary In-Reply-To: <24956.12.10.219.39.1084770975.squirrel@www.razorsedge.org> References: <20040517034502.GA19461@blastwave.blastwave.org> <24956.12.10.219.39.1084770975.squirrel@www.razorsedge.org> Message-ID: <20040517163611.GA23718@defiant.dogan.ch> Hi, On Sunday, 16 May 2004 22:16 -0700, Mike Arnold wrote: > Philip Brown said: > > Attached is the summary of changed or added packages for the last week > > _______________________________________________ > > newpkgs mailing list > > newpkgs at lists.blastwave.org > > https://lists.blastwave.org/mailman/listinfo/newpkgs > > Is there any chance this list can be sorted alphabetically before being sent? Phil is not on this list. Please contact him directly. Cheers, Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ From daniel at dseichter.de Mon May 17 19:17:12 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Mon, 17 May 2004 19:17:12 +0200 Subject: [csw-users] Mozilla - newer version or: how to make it faster In-Reply-To: References: Message-ID: <1084814232.395.1.camel@blade> Hello, > Have you ever tried Firefox from mozilla.org, it seems to be even > faster then anyone thing I've seen. I will take a look on it, if there is a build for solaris available. Daniel From garyarm at testedgeinc.com Mon May 17 21:59:58 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Mon, 17 May 2004 12:59:58 -0700 Subject: [csw-users] gpg and blaswave Message-ID: <40A919BE.8040809@testedgeinc.com> Sorry if I missed this somewhere. I'm trying to do a pkg-get -U and I'm getting the following complaint. gpg: Signature made Sat May 15 09:27:17 2004 PDT using DSA key ID E12E9D2F gpg: Good signature from "Distribution Manager " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 0BF0 9891 9340 86DC EBE3 DDFF 06A1 ED1B E12E 9D2F If I read the message right, blastwave generated new keys Sat. How do I ask dm at blastwave.org for the public key? Is there an easy blastwave install ( the gpg man page goes forever ). TIA Gary Note: Every time I think it's blastwave, it turns out to be me. 8^) Just can't figure how. From daniel at dseichter.de Mon May 17 22:06:27 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Mon, 17 May 2004 22:06:27 +0200 Subject: [csw-users] gpg and blaswave In-Reply-To: <40A919BE.8040809@testedgeinc.com> References: <40A919BE.8040809@testedgeinc.com> Message-ID: <1084824386.395.4.camel@blade> Hello, > If I read the message right, blastwave generated new keys Sat. How do I > ask dm at blastwave.org for the public key? Is there an easy blastwave > install ( the gpg man page goes forever ). There had to be a line which begins with wget ........ gpg ...... I do not know the exact phrase, but please try a pkg-get -U again and search for wget and gpg. Hope this helps Daniel From garyarm at testedgeinc.com Mon May 17 22:28:28 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Mon, 17 May 2004 13:28:28 -0700 Subject: [csw-users] gpg and blaswave Message-ID: <40A9206C.90602@testedgeinc.com> > Hello, > > If I read the message right, blastwave generated new keys Sat. How do I > > ask dm at blastwave.org for the public key? Is there an easy blastwave > > install ( the gpg man page goes forever ). > > There had to be a line which begins with > wget ........ > gpg ...... > > I do not know the exact phrase, but please try a pkg-get -U again and > search for wget and gpg. > > Hope this helps > > Daniel Daniel; Thanks for the quick response. I'll post the entire session. # pkg-get -U Getting catalog... --11:31:34-- http://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.8/catalog => `catalog' Resolving ibiblio.org... 152.2.210.81 Connecting to ibiblio.org[152.2.210.81]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 68,826 [text/plain] 100%[=============================================================================>] 68,826 48.92K/s 11:31:39 (48.81 KB/s) - `catalog' saved [68826/68826] gpg: Signature made Sat May 15 09:27:17 2004 PDT using DSA key ID E12E9D2F gpg: Good signature from "Distribution Manager " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 0BF0 9891 9340 86DC EBE3 DDFF 06A1 ED1B E12E 9D2F Updating catalog file /var/pkg-get/catalog-ibiblio.org updated --11:31:39-- http://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.8/descriptions => `descriptions' Resolving ibiblio.org... 152.2.210.81 Connecting to ibiblio.org[152.2.210.81]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 30,103 [text/plain] 100%[=============================================================================>] 30,103 82.58K/s 11:31:40 (82.44 KB/s) - `descriptions' saved [30103/30103] Updated description file From rsun at wlgore.com Mon May 17 22:38:51 2004 From: rsun at wlgore.com (Richard D Sun) Date: Mon, 17 May 2004 16:38:51 -0400 Subject: [csw-users] gpg and blaswave In-Reply-To: <40A9206C.90602@testedgeinc.com> Message-ID: Hi, I think what he means is that if you look at the entire message it spits back, it tells you how to fix this problem. --------------------------------------------------------------------------- Richard D. Sun ?? W. L. Gore & Associates, Inc. mailto:rsun at wlgore.com (preferred) Tel: (410)506-4168, Fax: (410)506-4400 http://www.gore.com Gary Armstrong Sent by: users-bounces at lists.blastwave.org 05/17/2004 16:28 Please respond to questions and discussions To: users at lists.blastwave.org cc: Subject: Re: [csw-users] gpg and blaswave > Hello, > > If I read the message right, blastwave generated new keys Sat. How do I > > ask dm at blastwave.org for the public key? Is there an easy blastwave > > install ( the gpg man page goes forever ). > > There had to be a line which begins with > wget ........ > gpg ...... > > I do not know the exact phrase, but please try a pkg-get -U again and > search for wget and gpg. > > Hope this helps > > Daniel Daniel; Thanks for the quick response. I'll post the entire session. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20040517/d9a5d9ba/attachment.html From garyarm at testedgeinc.com Mon May 17 22:55:26 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Mon, 17 May 2004 13:55:26 -0700 Subject: [csw-users] gpg and blaswave References: Message-ID: <40A926BE.8060801@testedgeinc.com> Richard D Sun wrote: > > Hi, > > I think what he means is that if you look at the entire message it > spits back, it tells you how to fix this problem. > > --------------------------------------------------------------------------- > Richard D. Sun ?? > W. L. Gore & Associates, Inc. > mailto:rsun at wlgore.com (preferred) > Tel: (410)506-4168, Fax: (410)506-4400 > http://www.gore.com Richard; I posted the entire message. Which line contains the fix? Do I send email to dm at blastwave.org and they send what I need with instructions on where it goes? Ever had that feeling it's right in front of you? Still in the dark Gary # pkg-get -U Getting catalog... --11:31:34-- http://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.8/catalog => `catalog' Resolving ibiblio.org... 152.2.210.81 Connecting to ibiblio.org[152.2.210.81]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 68,826 [text/plain] 100%[=============================================================================>] 68,826 48.92K/s 11:31:39 (48.81 KB/s) - `catalog' saved [68826/68826] gpg: Signature made Sat May 15 09:27:17 2004 PDT using DSA key ID E12E9D2F gpg: Good signature from "Distribution Manager " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 0BF0 9891 9340 86DC EBE3 DDFF 06A1 ED1B E12E 9D2F Updating catalog file /var/pkg-get/catalog-ibiblio.org updated --11:31:39-- http://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.8/descriptions => `descriptions' Resolving ibiblio.org... 152.2.210.81 Connecting to ibiblio.org[152.2.210.81]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 30,103 [text/plain] 100%[=============================================================================>] 30,103 82.58K/s 11:31:40 (82.44 KB/s) - `descriptions' saved [30103/30103] Updated description file > > > > > Gary Armstrong > Sent by: users-bounces at lists.blastwave.org > > 05/17/2004 16:28 > Please respond to questions and discussions > > > To: users at lists.blastwave.org > cc: > Subject: Re: [csw-users] gpg and blaswave > > > > > > > Hello, > > > > > If I read the message right, blastwave generated new keys Sat. How > do I > > > ask dm at blastwave.org for the public key? Is there an easy blastwave > > > install ( the gpg man page goes forever ). > > > > There had to be a line which begins with > > wget ........ > > gpg ...... > > > > I do not know the exact phrase, but please try a pkg-get -U again and > > search for wget and gpg. > > > > Hope this helps > > > > Daniel > > > > Daniel; > > Thanks for the quick response. I'll post the entire session. > > > > >------------------------------------------------------------------------ > >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > From mark.aston at gunfleet.com Mon May 17 23:20:00 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Mon, 17 May 2004 22:20:00 +0100 Subject: [csw-users] gpg and blaswave In-Reply-To: <40A926BE.8060801@testedgeinc.com> References: <40A926BE.8060801@testedgeinc.com> Message-ID: <20040517222000.6a6dcba4@unknown> On Mon, 17 May 2004 13:55:26 -0700 Gary Armstrong wrote: > gpg: Signature made Sat May 15 09:27:17 2004 PDT using DSA key ID > E12E9D2F gpg: Good signature from "Distribution Manager > " gpg: WARNING: This key is not certified with a > trusted signature! gpg: There is no indication that the signature > belongs to the owner. Primary key fingerprint: 0BF0 9891 9340 86DC > EBE3 DDFF 06A1 ED1B E12E 9D2F Updating catalog file > /var/pkg-get/catalog-ibiblio.org updated This is gpg telling you that the key is not signed by someone who can confirm the owner is dm at blastwave.org, but this is not really a problem as you are downloading from a trusted source, you could run gpg and sign the key yourself and upload to the keyserver, that would remove the warning. > --11:31:39-- > http://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.8/descriptions > => `descriptions' > Resolving ibiblio.org... 152.2.210.81 > Connecting to ibiblio.org[152.2.210.81]:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: 30,103 [text/plain] > > 100%[================================================================ > =============>] 30,103 82.58K/s > > 11:31:40 (82.44 KB/s) - `descriptions' saved [30103/30103] > > Updated description file That tells you the catolog was updated anyway, in other words the warning is not critical. -- Best regards Mark Aston http://www.gunfleet.com/solaris From ihsan at dogan.ch Tue May 18 12:39:57 2004 From: ihsan at dogan.ch (Ihsan Dogan) Date: Tue, 18 May 2004 13:39:57 +0300 Subject: [csw-users] gpg and blaswave In-Reply-To: <20040517222000.6a6dcba4@unknown> References: <40A926BE.8060801@testedgeinc.com> <20040517222000.6a6dcba4@unknown> Message-ID: <20040518103957.GA25495@defiant.dogan.ch> On Monday, 17 May 2004 22:20 +0100, Mark Aston wrote: > > gpg: Signature made Sat May 15 09:27:17 2004 PDT using DSA key ID > > E12E9D2F gpg: Good signature from "Distribution Manager > > " gpg: WARNING: This key is not certified with a > > trusted signature! gpg: There is no indication that the signature > > belongs to the owner. Primary key fingerprint: 0BF0 9891 9340 86DC > > EBE3 DDFF 06A1 ED1B E12E 9D2F Updating catalog file > > /var/pkg-get/catalog-ibiblio.org updated > > This is gpg telling you that the key is not signed by someone who can > confirm the owner is dm at blastwave.org, but this is not really a problem > as you are downloading from a trusted source, you could run gpg and sign > the key yourself and upload to the keyserver, that would remove the > warning. Well, this isn't possible, because there is no person behind dm at blastwave.org. Cheers, Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ From mark.aston at gunfleet.com Tue May 18 16:19:47 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Tue, 18 May 2004 15:19:47 +0100 Subject: [csw-users] gpg and blaswave In-Reply-To: <20040518103957.GA25495@defiant.dogan.ch> References: <40A926BE.8060801@testedgeinc.com> <20040517222000.6a6dcba4@unknown> <20040518103957.GA25495@defiant.dogan.ch> Message-ID: <20040518151947.6c88c3a0@unknown> On Tue, 18 May 2004 13:39:57 +0300 Ihsan Dogan wrote: > > This is gpg telling you that the key is not signed by someone who > > can confirm the owner is dm at blastwave.org, but this is not really a > > problem as you are downloading from a trusted source, you could run > > gpg and sign the key yourself and upload to the keyserver, that > > would remove the warning. > > Well, this isn't possible, because there is no person behind > dm at blastwave.org. Well not a person as such, but there is nothing to stop you signing the public key of the distribution manager to stop the warning message -- Best regards Mark Aston http://www.gunfleet.com/solaris From OcallD at cogent-dsn.com Tue May 18 18:50:17 2004 From: OcallD at cogent-dsn.com (Dan O'Callaghan) Date: Tue, 18 May 2004 17:50:17 +0100 Subject: [csw-users] gpg and blaswave Message-ID: Don't you just do: Wget www.blastwave.org/mirrors.php gpg --import mirrors.php cheers dan -- Best regards Mark Aston http://www.gunfleet.com/solaris _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users From shwong at sebasasia.com Sat May 29 12:38:23 2004 From: shwong at sebasasia.com (Siew Hui, Wong) Date: Sat, 29 May 2004 18:38:23 +0800 Subject: [csw-users] pkg-get to install in ither directories Message-ID: <000101c44569$157f3f80$8b0a0a0a@siewhui> Hi, i'm a newbie to solaris, so bear with me. I have to install gcc3rt to get php going in a solaris 8 box. But df -k shows that the directory "/" has not enough of space to install gcc3rt # df -k Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t0d0s0 1349190 1244045 51178 97% / /proc 0 0 0 0% /proc fd 0 0 0 0% /dev/fd mnttab 0 0 0 0% /etc/mnttab swap 710584 30296 680288 5% /var/run swap 680296 8 680288 1% /tmp /dev/dsk/c0t0d0s7 6871669 3076597 3726356 46% /export/home Based on what is suggested in the userguide, can i just redirect the installation in /opt/csw like below? # mount /tmp /opt/csw I am not familiar with solaris and the machine, so am trying to minimise mistakes heh. Any advice is very much appreciated. Thank you for your consideration. best regards, siew hui -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20040529/c2e0bc81/attachment.html From mike at blastwave.org Wed May 19 13:11:57 2004 From: mike at blastwave.org (Mike Arnold) Date: Wed, 19 May 2004 04:11:57 -0700 (MST) Subject: [csw-users] pkg-get to install in ither directories In-Reply-To: <000101c44569$157f3f80$8b0a0a0a@siewhui> References: <000101c44569$157f3f80$8b0a0a0a@siewhui> Message-ID: <31401.12.10.219.39.1084965117.squirrel@www.razorsedge.org> Siew Hui, Wong said: > Hi, > > i'm a newbie to solaris, so bear with me. I have to install gcc3rt to get > php going in a solaris 8 box. But df -k shows that the directory "/" has > not enough of space to install gcc3rt > [snip] > > Based on what is suggested in the userguide, can i just redirect the > installation in /opt/csw like below? > > # mount /tmp /opt/csw > > I am not familiar with solaris and the machine, so am trying to minimise > mistakes heh. Any advice is very much appreciated. Thank you for your > consideration. > > > best regards, > siew hui > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users You *could* do that, but when you reboot, you won't have any /opt/csw. /tmp is a tmpfs which exists only in memory. (Additionally, the syntax above will not quite work.) You can do what I have done: # as root # goto single user mode init S # move /opt/csw to /export/home mv /opt/csw /export/home # create a symlink from /opt/csw/to /export/home/csw ln -s /export/home/csw /opt/csw # go back to runlevel 3 exit -- -mike From kevin.a.sindhu at mail.ac Wed May 19 15:30:47 2004 From: kevin.a.sindhu at mail.ac (Kevin A. Sindhu) Date: Wed, 19 May 2004 06:30:47 -0700 Subject: [csw-users] pkg-get to install in ither directories In-Reply-To: <31401.12.10.219.39.1084965117.squirrel@www.razorsedge.org> References: <000101c44569$157f3f80$8b0a0a0a@siewhui> <31401.12.10.219.39.1084965117.squirrel@www.razorsedge.org> Message-ID: <40AB6187.6040900@mail.ac> Mike Arnold wrote: > ln -s /export/home/csw /opt/csw or mount lofs (which would be a better solution than ln -s) from my vfstab: /raid/csw - /opt/csw lofs - yes - -- , , o . /(,----.)\ o | /,\ \' ^ ^ `/ | | (( | (o)(o) | | _____|____\\.OOOo_(__)_oOOO._____|_____ / \ ) Of course, this mail runs NetBSD... ( \_____________________Oooo._____________/ | .oooO ( ) | ,---. ( ) ) / ,---. | | | \ ( (_/ | | | V V V \_) V V V From garyarm at testedgeinc.com Wed May 19 18:08:07 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Wed, 19 May 2004 09:08:07 -0700 Subject: [csw-users] CSWgd and version numbers Message-ID: <40AB8667.7000707@testedgeinc.com> Hi all; I'm having trouble with the perl GD module from CPAN. One of the messages from the install states: NOTICE: This module requires libgd 2.0.12 or higher. it will NOT work with earlier versions. See www.cpan.org for versions of GD that are compatible with earlier versions of libgd. From pkginfo -l, I see: PKGINST: CSWgd NAME: gd - libgd, Graphics creation library and utilities CATEGORY: system ARCH: sparc VERSION: 2.0.22,REV=2004.04.18 But when I ls -l /opt/csw/lib/libgd.*, I see: # ls -l /opt/csw/lib/libgd.* -rw-r--r-- 1 root bin 291132 Apr 18 15:08 /opt/csw/lib/libgd.a -rwxr-xr-x 1 root bin 844 Apr 18 14:54 /opt/csw/lib/libgd.la lrwxrwxrwx 1 root other 14 May 12 07:11 /opt/csw/lib/libgd.so -> libgd.so.2.0.0 lrwxrwxrwx 1 root other 14 May 12 07:11 /opt/csw/lib/libgd.so.2 -> libgd.so.2.0.0 -rwxr-xr-x 1 root bin 246520 Apr 18 14:54 /opt/csw/lib/libgd.so.2.0.0 # My question is, why do I see 2.0.0 instead of the 2.0.22 reported by pkginfo? BTW: I don't think this is the problem, I'm just trying to clear up my misunderstanding. If anyone has had success, getting blastwave and CPAN to play well together for gd on Solaris, it would be nice to know success is possible. TIA Gary From garyarm at testedgeinc.com Wed May 19 22:34:33 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Wed, 19 May 2004 13:34:33 -0700 Subject: [csw-users] CSWgd and version numbers References: <40AB8667.7000707@testedgeinc.com> Message-ID: <40ABC4D9.9090503@testedgeinc.com> Gary Armstrong wrote: > Hi all; > > I'm having trouble with the perl GD module from CPAN. One of the > messages from the install states: > > NOTICE: This module requires libgd 2.0.12 or higher. > it will NOT work with earlier versions. > See www.cpan.org for versions of GD that are compatible > with earlier versions of libgd. > > From pkginfo -l, I see: > > PKGINST: CSWgd > NAME: gd - libgd, Graphics creation library and utilities > CATEGORY: system > ARCH: sparc > VERSION: 2.0.22,REV=2004.04.18 > > But when I ls -l /opt/csw/lib/libgd.*, I see: > > # ls -l /opt/csw/lib/libgd.* > -rw-r--r-- 1 root bin 291132 Apr 18 15:08 > /opt/csw/lib/libgd.a > -rwxr-xr-x 1 root bin 844 Apr 18 14:54 > /opt/csw/lib/libgd.la > lrwxrwxrwx 1 root other 14 May 12 07:11 > /opt/csw/lib/libgd.so -> libgd.so.2.0.0 > lrwxrwxrwx 1 root other 14 May 12 07:11 > /opt/csw/lib/libgd.so.2 -> libgd.so.2.0.0 > -rwxr-xr-x 1 root bin 246520 Apr 18 14:54 > /opt/csw/lib/libgd.so.2.0.0 > # > > > My question is, why do I see 2.0.0 instead of the 2.0.22 reported by > pkginfo? > > BTW: I don't think this is the problem, I'm just trying to clear up my > misunderstanding. If anyone has had success, getting blastwave and > CPAN to play well together for gd on Solaris, it would be nice to know > success is possible. > > TIA > Gary > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > > FYI; Sorry if you consider this off topic. Although I'd still like my question answered, I was able to get the CPAN module to load (using blastwave perl) by setting: make_arg CC='gcc' LD='gcc' CCCDLFLAGS='-fPIC' within CPAN. I had problems with a few other modules, I'll have to see if they are similar. I suspect, that because CSWperl was compiled with the sunpro compilers the GD module and possibly others look for cc vs gcc. Thanks Gary From D.Engelsma at LacksWheel.com Wed May 19 22:59:42 2004 From: D.Engelsma at LacksWheel.com (Engelsma, Dave) Date: Wed, 19 May 2004 16:59:42 -0400 Subject: [csw-users] Print Option in Gimp? Message-ID: <39B3822EA8434B4CA348AFA36C30CC0F66FF@corpmailserver2.LacksDomain> The print option in Gimp appears to be missing... I've installed gimpprint and that doesn't seem to have changed anything. Any ideas? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20040519/dfd3f228/attachment.html From shwong at sebasasia.com Thu May 20 09:49:53 2004 From: shwong at sebasasia.com (Siew Hui, Wong) Date: Thu, 20 May 2004 15:49:53 +0800 Subject: [csw-users] pkg-get to install in ither directories Message-ID: <001901c43e3f$0beed600$8b0a0a0a@siewhui> Hi Thanks Mike, Kevin for the tips. But, i actually found out that i was running out of disk space when i tried to install gcc3rg using pkg-get. After reading the warning msg on running out of disk space produced by pkg-get, i abruptly ended the installation. After i did what was advised by both of you, i've tried to re-install gcc. Below are the error messages that came out: # pkg-get install gcc3rt WARNING: gpg not found No worries... you already have version 3.3.3,REV=2004.04.23 of gcc3rt If you doubt this message, run 'pkg-get -U', then run 'pkg-get upgrade gcc3rt' # pkg-get upgrade tcc^C # pkg-get upt^C # pkg-get upgrade gcc3rt WARNING: gpg not found No worries... you already have version 3.3.3,REV=2004.04.23 of gcc3rt If you doubt this message, run 'pkg-get -U', then run 'pkg-get upgrade gcc3rt' But , when i tried to use 'find / -name gcc -print', no results were returned. Could anyone point out how i could reinstall gcc ? Again, thank you for the time. Your advice is greatly appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20040520/996692f2/attachment.html From mike at blastwave.org Thu May 20 13:34:52 2004 From: mike at blastwave.org (Mike Arnold) Date: Thu, 20 May 2004 04:34:52 -0700 (MST) Subject: [csw-users] pkg-get to install in ither directories In-Reply-To: <001901c43e3f$0beed600$8b0a0a0a@siewhui> References: <001901c43e3f$0beed600$8b0a0a0a@siewhui> Message-ID: <32885.68.98.32.162.1085052892.squirrel@www.razorsedge.org> Siew Hui, Wong said: > Hi > > Thanks Mike, Kevin for the tips. > > But, i actually found out that i was running out of disk space when i > tried to install gcc3rg using pkg-get. After reading the warning msg on > running out of disk space produced by pkg-get, i abruptly ended the > installation. After i did what was advised by both of you, i've tried to > re-install gcc. Below are the error messages that came out: > > > # pkg-get install gcc3rt > WARNING: gpg not found > No worries... you already have version 3.3.3,REV=2004.04.23 of gcc3rt > If you doubt this message, run 'pkg-get -U', then run > 'pkg-get upgrade gcc3rt' > # pkg-get upgrade tcc^C > # pkg-get upt^C > # pkg-get upgrade gcc3rt > WARNING: gpg not found > No worries... you already have version 3.3.3,REV=2004.04.23 of gcc3rt > If you doubt this message, run 'pkg-get -U', then run > 'pkg-get upgrade gcc3rt' > > > But , when i tried to use 'find / -name gcc -print', no results were > returned. Could anyone point out how i could reinstall gcc ? > > > Again, thank you for the time. Your advice is greatly appreciated. # check STATUS of gcc3rt package pkginfo -l CSWgcc3rt # if the STATUS line says anything other then "completely installed" then # remove paritally installed gcc3rt package pkgrm CSWgcc3rt # reinstall from blastwave pkg-get -i gcc3rt -- -mike From sloewenthal at gemini.edu Fri May 21 18:11:10 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Fri, 21 May 2004 12:11:10 -0400 Subject: [csw-users] ASPELL dictionary packages fail installation. In-Reply-To: <32885.68.98.32.162.1085052892.squirrel@www.razorsedge.org> Message-ID: Dear all cswers, I'm trying to install the aspell dictionaries onto a Sola 2.8 sparc, but they give the these errors below. The distribution comes from our local internal mirror. I thought that it could be a problem with the local mirror packages but I changed the download site to url=http://ibiblio.org/pub/packages/solaris/csw/unstable and got the same error messages when I tried the pkg-get -i aspellen. When I try this on a Sol 2.9 box it works fine. The two test archs are: SunOS Yohst1 5.8 Generic_108528-17 sun4u sparc SUNW,Ultra-5_10 SunOS SteSrv1 5.9 Generic_112233-07 sun4u sparc SUNW,Sun-Fire-V210 Any ideas? Regards, Simon. Installing aspellen - aspell dictionaries for English. With variants en_CA canadian, en_GB british, en_US american. as ## Installing part 1 of 1. /tmp/CSWaspellen/installdata.tar.bz2 [ verifying class ] ## Executing postinstall script. ## Build the dictionaries... /opt/csw/bin/word-list-compress d < en-only.cwl | /opt/csw/bin/aspell --lang=en create master ./en-only.rws ld.so.1: /opt/csw/bin/aspell: fatal: libCstd.so.1: open failed: No such file or directory Killed gmake: *** [en-only.rws] Error 137 ## Update package information... ## Remove temporary files... ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist pkgadd: ERROR: postinstall script did not complete successfully Installation of partially failed. ERROR: could not add CSWaspellen. Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 From sloewenthal at gemini.edu Fri May 21 18:20:45 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Fri, 21 May 2004 12:20:45 -0400 Subject: [csw-users] OPENSSH gives errors ; PRNG is not seeded In-Reply-To: Message-ID: Dear all, Another one here: Is there a patch for this? [root at client]rc2.d$ ./S96opensshd start Creating new RSA public/private host key pair PRNG is not seeded Creating new DSA public/private host key pair PRNG is not seeded PRNG is not seeded Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 From asmoore at edge.net Fri May 21 18:27:21 2004 From: asmoore at edge.net (Alex S Moore) Date: Fri, 21 May 2004 11:27:21 -0500 Subject: [csw-users] ASPELL dictionary packages fail installation. In-Reply-To: References: Message-ID: <1085156841.982.2.camel@sws602> Hi, Simon On Fri, 2004-05-21 at 11:11, LOEWENTHAL Simon wrote: > ld.so.1: /opt/csw/bin/aspell: fatal: libCstd.so.1: open failed: No such file > or directory > Killed Do you have a pkg named SUNWlibC? This is the pkg that contains libCstd.so.1 on my system. I am not sure of what group this pkg is in. grep on my contents file shows: /usr/lib/libCstd.so.1 f none 0755 root bin 2002028 64004 1076107000 SUNWlibC Alex From garyarm at testedgeinc.com Fri May 21 19:14:13 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Fri, 21 May 2004 10:14:13 -0700 Subject: [csw-users] ASPELL dictionary packages fail installation. References: Message-ID: <40AE38E5.9000504@testedgeinc.com> LOEWENTHAL Simon wrote: >Dear all cswers, > >I'm trying to install the aspell dictionaries onto a Sola 2.8 sparc, but >they give the these errors below. The distribution comes from our local >internal mirror. I thought that it could be a problem with the local mirror >packages but I changed the download site to >url=http://ibiblio.org/pub/packages/solaris/csw/unstable and got the same >error messages when I tried the pkg-get -i aspellen. > >When I try this on a Sol 2.9 box it works fine. > >The two test archs are: > >SunOS Yohst1 5.8 Generic_108528-17 sun4u sparc SUNW,Ultra-5_10 >SunOS SteSrv1 5.9 Generic_112233-07 sun4u sparc SUNW,Sun-Fire-V210 > >Any ideas? > >Regards, Simon. > >Installing aspellen - aspell dictionaries for English. With variants en_CA >canadian, en_GB british, en_US american. as > >## Installing part 1 of 1. >/tmp/CSWaspellen/installdata.tar.bz2 >[ verifying class ] >## Executing postinstall script. >## Build the dictionaries... >/opt/csw/bin/word-list-compress d < en-only.cwl | >/opt/csw/bin/aspell --lang=en create master ./en-only.rws >ld.so.1: /opt/csw/bin/aspell: fatal: libCstd.so.1: open failed: No such file >or directory >Killed > > > Simon; It should work. See below. That library exits on my system. HTH Gary garyarm at teSrvr1:/usr/lib [55] uname -a SunOS teSrvr1 5.8 Generic_108528-29 sun4u sparc SUNW,Ultra-60 garyarm at teSrvr1:/usr/lib [56] pkginfo -l CSWaspellen PKGINST: CSWaspellen NAME: aspellen - aspell dictionaries for English. With variants en_CA canadian, en_GB british, en_US american. CATEGORY: application ARCH: all VERSION: 0.51.0_5,REV=2003.12.22 VENDOR: http://ftp.gnu.org/gnu/aspell/dict/ packaged for CSW by James Lee PSTAMP: daedal20031222071922 INSTDATE: Feb 20 2004 08:53 HOTLINE: http://www.blastwave.org/bugtrack/ EMAIL: james at blastwave.org STATUS: completely installed FILES: 22 installed pathnames 1 shared pathnames 2 directories 8542 blocks used (approx) garyarm at teSrvr1:/usr/lib [57] ls -l libCstd.so.1 -rwxr-xr-x 1 root bin 2001612 Dec 18 20:17 libCstd.so.1 garyarm at teSrvr1:/usr/lib [58] unalias ls From garyarm at testedgeinc.com Fri May 21 19:21:43 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Fri, 21 May 2004 10:21:43 -0700 Subject: [csw-users] OPENSSH gives errors ; PRNG is not seeded References: Message-ID: <40AE3AA7.6020803@testedgeinc.com> LOEWENTHAL Simon wrote: >Dear all, > >Another one here: Is there a patch for this? > > 112438 HTH Gary >[root at client]rc2.d$ ./S96opensshd start >Creating new RSA public/private host key pair >PRNG is not seeded >Creating new DSA public/private host key pair >PRNG is not seeded >PRNG is not seeded > >Regards, >Simon. > >--- >Simon Loewenthal >Gemini Observatory >Information Systems Group >Video 139.229.33.88 >Voice +56 51 205610 > > > > >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 > >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > > > > From shwong at sebasasia.com Mon May 24 03:43:28 2004 From: shwong at sebasasia.com (Siew Hui, Wong) Date: Mon, 24 May 2004 09:43:28 +0800 Subject: [csw-users] pkg-get to install in ither directories - SOLVED References: <001901c43e3f$0beed600$8b0a0a0a@siewhui> <32885.68.98.32.162.1085052892.squirrel@www.razorsedge.org> Message-ID: <011001c44130$a8afddb0$8b0a0a0a@siewhui> Hi Mike, You Said: > # check STATUS of gcc3rt package > pkginfo -l CSWgcc3rt > # if the STATUS line says anything other then "completely installed" then > # remove paritally installed gcc3rt package > pkgrm CSWgcc3rt > # reinstall from blastwave > pkg-get -i gcc3rt > Thank you so much. After following the steps above, it's a complete installation. Again, thank you ! Installation of was successful. # pkginfo -l CSWgcc3rt PKGINST: CSWgcc3rt NAME: gcc3rt - GNU Compiler Collection version 3 branch run-time CATEGORY: application ARCH: sparc VERSION: 3.3.3,REV=2004.04.23 VENDOR: http://gcc.gnu.org/ packaged for CSW by Andreas Almroth PSTAMP: unknown20040423085044 INSTDATE: May 24 2004 09:30 HOTLINE: http://www.blastwave.org/bugtrack/ EMAIL: aalmroth at blastwave.org STATUS: completely installed FILES: 90 installed pathnames 3 shared pathnames 10 directories 12 executables 60499 blocks used (approx) From sloewenthal at gemini.edu Mon May 24 15:33:33 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Mon, 24 May 2004 09:33:33 -0400 Subject: [csw-users] OPENSSH gives errors ; PRNG is not seeded In-Reply-To: <40AE3AA7.6020803@testedgeinc.com> Message-ID: Thanks Gary, This patch 112438 solved the problem. Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org]On Behalf Of Gary Armstrong Sent: Friday, May 21, 2004 1:22 PM To: questions and discussions Subject: Re: [csw-users] OPENSSH gives errors ; PRNG is not seeded LOEWENTHAL Simon wrote: >Dear all, > >Another one here: Is there a patch for this? > > 112438 HTH Gary >[root at client]rc2.d$ ./S96opensshd start >Creating new RSA public/private host key pair >PRNG is not seeded >Creating new DSA public/private host key pair >PRNG is not seeded >PRNG is not seeded > >Regards, >Simon. > >--- >Simon Loewenthal >Gemini Observatory >Information Systems Group >Video 139.229.33.88 >Voice +56 51 205610 > > > > >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 > >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > > > > _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 From sloewenthal at gemini.edu Mon May 24 18:05:20 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Mon, 24 May 2004 12:05:20 -0400 Subject: [csw-users] ASPELL dictionary packages fail installation. In-Reply-To: <40AE38E5.9000504@testedgeinc.com> Message-ID: Hi gary, Yes, I have that package installed on the system, but file /usr/lib/libCstd.so.1 does not exist; [root at Yohst1 ]lib$ pkginfo -l SUNWlibC PKGINST: SUNWlibC NAME: Sun Workshop Compilers Bundled libC CATEGORY: system ARCH: sparc VERSION: 5.8,REV=99.06.09 BASEDIR: / VENDOR: Sun Microsystems, Inc. DESC: Sun Workshop Compilers Bundled libC PSTAMP: dlitem12211837 INSTDATE: Apr 15 2002 15:32 HOTLINE: Please contact your local service provider STATUS: completely installed FILES: 8 installed pathnames 3 shared pathnames 3 directories 3 executables 1036 blocks used (approx) Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org]On Behalf Of Gary Armstrong Sent: Friday, May 21, 2004 1:14 PM To: questions and discussions Subject: Re: [csw-users] ASPELL dictionary packages fail installation. LOEWENTHAL Simon wrote: >Dear all cswers, > >I'm trying to install the aspell dictionaries onto a Sola 2.8 sparc, but >they give the these errors below. The distribution comes from our local >internal mirror. I thought that it could be a problem with the local mirror >packages but I changed the download site to >url=http://ibiblio.org/pub/packages/solaris/csw/unstable and got the same >error messages when I tried the pkg-get -i aspellen. > >When I try this on a Sol 2.9 box it works fine. > >The two test archs are: > >SunOS Yohst1 5.8 Generic_108528-17 sun4u sparc SUNW,Ultra-5_10 >SunOS SteSrv1 5.9 Generic_112233-07 sun4u sparc SUNW,Sun-Fire-V210 > >Any ideas? > >Regards, Simon. > >Installing aspellen - aspell dictionaries for English. With variants en_CA >canadian, en_GB british, en_US american. as > >## Installing part 1 of 1. >/tmp/CSWaspellen/installdata.tar.bz2 >[ verifying class ] >## Executing postinstall script. >## Build the dictionaries... >/opt/csw/bin/word-list-compress d < en-only.cwl | >/opt/csw/bin/aspell --lang=en create master ./en-only.rws >ld.so.1: /opt/csw/bin/aspell: fatal: libCstd.so.1: open failed: No such file >or directory >Killed > > > Simon; It should work. See below. That library exits on my system. HTH Gary garyarm at teSrvr1:/usr/lib [55] uname -a SunOS teSrvr1 5.8 Generic_108528-29 sun4u sparc SUNW,Ultra-60 garyarm at teSrvr1:/usr/lib [56] pkginfo -l CSWaspellen PKGINST: CSWaspellen NAME: aspellen - aspell dictionaries for English. With variants en_CA canadian, en_GB british, en_US american. CATEGORY: application ARCH: all VERSION: 0.51.0_5,REV=2003.12.22 VENDOR: http://ftp.gnu.org/gnu/aspell/dict/ packaged for CSW by James Lee PSTAMP: daedal20031222071922 INSTDATE: Feb 20 2004 08:53 HOTLINE: http://www.blastwave.org/bugtrack/ EMAIL: james at blastwave.org STATUS: completely installed FILES: 22 installed pathnames 1 shared pathnames 2 directories 8542 blocks used (approx) garyarm at teSrvr1:/usr/lib [57] ls -l libCstd.so.1 -rwxr-xr-x 1 root bin 2001612 Dec 18 20:17 libCstd.so.1 garyarm at teSrvr1:/usr/lib [58] unalias ls _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 From garyarm at testedgeinc.com Mon May 24 20:07:43 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Mon, 24 May 2004 11:07:43 -0700 Subject: [csw-users] ASPELL dictionary packages fail installation. References: Message-ID: <40B239EF.1030304@testedgeinc.com> LOEWENTHAL Simon wrote: >Hi gary, >Yes, I have that package installed on the system, but file >/usr/lib/libCstd.so.1 does not exist; > > I agree with Alex. I think it's part of SUNWlibC. Maybe it came with an update. garyarm at teSrvr2:/usr/lib [157] ls -l libC* -rwxr-xr-x 1 bin bin 100436 Jan 18 1996 libC.so.3 -rwxr-xr-x 1 root bin 336872 Dec 18 20:01 libC.so.5 -rwxr-xr-x 1 root bin 59680 Dec 18 20:01 libCrun.so.1 -rwxr-xr-x 1 root bin 2001612 Dec 18 20:17 libCstd.so.1 garyarm at teSrvr2:/usr/lib [158] If you notice std and run are dated the same as so.5, looks like so.3 was first. I'm currently at mu7 with recommended patches as of 2/18/2004 ( yeah I need to catch up ). HTH Gary > >[root at Yohst1 ]lib$ pkginfo -l SUNWlibC > PKGINST: SUNWlibC > NAME: Sun Workshop Compilers Bundled libC > CATEGORY: system > ARCH: sparc > VERSION: 5.8,REV=99.06.09 > BASEDIR: / > VENDOR: Sun Microsystems, Inc. > DESC: Sun Workshop Compilers Bundled libC > PSTAMP: dlitem12211837 > INSTDATE: Apr 15 2002 15:32 > HOTLINE: Please contact your local service provider > STATUS: completely installed > FILES: 8 installed pathnames > 3 shared pathnames > 3 directories > 3 executables > 1036 blocks used (approx) > >Regards, >Simon. > >--- >Simon Loewenthal >Gemini Observatory >Information Systems Group >Video 139.229.33.88 >Voice +56 51 205610 > > >-----Original Message----- >From: users-bounces at lists.blastwave.org >[mailto:users-bounces at lists.blastwave.org]On Behalf Of Gary Armstrong >Sent: Friday, May 21, 2004 1:14 PM >To: questions and discussions >Subject: Re: [csw-users] ASPELL dictionary packages fail installation. > > > > >LOEWENTHAL Simon wrote: > > > >>Dear all cswers, >> >>I'm trying to install the aspell dictionaries onto a Sola 2.8 sparc, but >>they give the these errors below. The distribution comes from our local >>internal mirror. I thought that it could be a problem with the local >> >> >mirror > > >>packages but I changed the download site to >>url=http://ibiblio.org/pub/packages/solaris/csw/unstable and got the same >>error messages when I tried the pkg-get -i aspellen. >> >>When I try this on a Sol 2.9 box it works fine. >> >>The two test archs are: >> >>SunOS Yohst1 5.8 Generic_108528-17 sun4u sparc SUNW,Ultra-5_10 >>SunOS SteSrv1 5.9 Generic_112233-07 sun4u sparc SUNW,Sun-Fire-V210 >> >>Any ideas? >> >>Regards, Simon. >> >>Installing aspellen - aspell dictionaries for English. With variants en_CA >>canadian, en_GB british, en_US american. as >> >>## Installing part 1 of 1. >>/tmp/CSWaspellen/installdata.tar.bz2 >>[ verifying class ] >>## Executing postinstall script. >>## Build the dictionaries... >>/opt/csw/bin/word-list-compress d < en-only.cwl | >>/opt/csw/bin/aspell --lang=en create master ./en-only.rws >>ld.so.1: /opt/csw/bin/aspell: fatal: libCstd.so.1: open failed: No such >> >> >file > > >>or directory >>Killed >> >> >> >> >> >Simon; > >It should work. See below. That library exits on my system. > >HTH >Gary > >garyarm at teSrvr1:/usr/lib [55] uname -a >SunOS teSrvr1 5.8 Generic_108528-29 sun4u sparc SUNW,Ultra-60 >garyarm at teSrvr1:/usr/lib [56] pkginfo -l CSWaspellen > PKGINST: CSWaspellen > NAME: aspellen - aspell dictionaries for English. With variants >en_CA canadian, en_GB british, en_US american. > CATEGORY: application > ARCH: all > VERSION: 0.51.0_5,REV=2003.12.22 > VENDOR: http://ftp.gnu.org/gnu/aspell/dict/ packaged for CSW by >James Lee > PSTAMP: daedal20031222071922 > INSTDATE: Feb 20 2004 08:53 > HOTLINE: http://www.blastwave.org/bugtrack/ > EMAIL: james at blastwave.org > STATUS: completely installed > FILES: 22 installed pathnames > 1 shared pathnames > 2 directories > 8542 blocks used (approx) > >garyarm at teSrvr1:/usr/lib [57] ls -l libCstd.so.1 >-rwxr-xr-x 1 root bin 2001612 Dec 18 20:17 libCstd.so.1 >garyarm at teSrvr1:/usr/lib [58] unalias ls > > >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users >--- >Incoming mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 > >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 > >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > > > > From sloewenthal at gemini.edu Mon May 24 20:30:01 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Mon, 24 May 2004 14:30:01 -0400 Subject: [csw-users] ASPELL dictionary packages fail installation. In-Reply-To: Message-ID: I copied the lib from another box and tried install apsellsl. It took three mins for the word-list-compress command to complete! but it worked anyhow. Seems fine on all other aspellxx installations. Cheers everybody. ## Executing postinstall script. ## Build the dictionaries... /opt/csw/bin/word-list-compress d < sl.cwl | /opt/csw/bin/aspell --lang=sl create master ./sl.rws mkdir -p /opt/csw/lib/aspell cp sl.rws sl.multi slovenian.alias /opt/csw/lib/aspell --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org]On Behalf Of LOEWENTHAL Simon Sent: Monday, May 24, 2004 12:05 PM To: questions and discussions Subject: RE: [csw-users] ASPELL dictionary packages fail installation. Hi gary, Yes, I have that package installed on the system, but file /usr/lib/libCstd.so.1 does not exist; [root at Yohst1 ]lib$ pkginfo -l SUNWlibC PKGINST: SUNWlibC NAME: Sun Workshop Compilers Bundled libC CATEGORY: system ARCH: sparc VERSION: 5.8,REV=99.06.09 BASEDIR: / VENDOR: Sun Microsystems, Inc. DESC: Sun Workshop Compilers Bundled libC PSTAMP: dlitem12211837 INSTDATE: Apr 15 2002 15:32 HOTLINE: Please contact your local service provider STATUS: completely installed FILES: 8 installed pathnames 3 shared pathnames 3 directories 3 executables 1036 blocks used (approx) Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org]On Behalf Of Gary Armstrong Sent: Friday, May 21, 2004 1:14 PM To: questions and discussions Subject: Re: [csw-users] ASPELL dictionary packages fail installation. LOEWENTHAL Simon wrote: >Dear all cswers, > >I'm trying to install the aspell dictionaries onto a Sola 2.8 sparc, but >they give the these errors below. The distribution comes from our local >internal mirror. I thought that it could be a problem with the local mirror >packages but I changed the download site to >url=http://ibiblio.org/pub/packages/solaris/csw/unstable and got the same >error messages when I tried the pkg-get -i aspellen. > >When I try this on a Sol 2.9 box it works fine. > >The two test archs are: > >SunOS Yohst1 5.8 Generic_108528-17 sun4u sparc SUNW,Ultra-5_10 >SunOS SteSrv1 5.9 Generic_112233-07 sun4u sparc SUNW,Sun-Fire-V210 > >Any ideas? > >Regards, Simon. > >Installing aspellen - aspell dictionaries for English. With variants en_CA >canadian, en_GB british, en_US american. as > >## Installing part 1 of 1. >/tmp/CSWaspellen/installdata.tar.bz2 >[ verifying class ] >## Executing postinstall script. >## Build the dictionaries... >/opt/csw/bin/word-list-compress d < en-only.cwl | >/opt/csw/bin/aspell --lang=en create master ./en-only.rws >ld.so.1: /opt/csw/bin/aspell: fatal: libCstd.so.1: open failed: No such file >or directory >Killed > > > Simon; It should work. See below. That library exits on my system. HTH Gary garyarm at teSrvr1:/usr/lib [55] uname -a SunOS teSrvr1 5.8 Generic_108528-29 sun4u sparc SUNW,Ultra-60 garyarm at teSrvr1:/usr/lib [56] pkginfo -l CSWaspellen PKGINST: CSWaspellen NAME: aspellen - aspell dictionaries for English. With variants en_CA canadian, en_GB british, en_US american. CATEGORY: application ARCH: all VERSION: 0.51.0_5,REV=2003.12.22 VENDOR: http://ftp.gnu.org/gnu/aspell/dict/ packaged for CSW by James Lee PSTAMP: daedal20031222071922 INSTDATE: Feb 20 2004 08:53 HOTLINE: http://www.blastwave.org/bugtrack/ EMAIL: james at blastwave.org STATUS: completely installed FILES: 22 installed pathnames 1 shared pathnames 2 directories 8542 blocks used (approx) garyarm at teSrvr1:/usr/lib [57] ls -l libCstd.so.1 -rwxr-xr-x 1 root bin 2001612 Dec 18 20:17 libCstd.so.1 garyarm at teSrvr1:/usr/lib [58] unalias ls _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 From sloewenthal at gemini.edu Mon May 24 20:34:15 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Mon, 24 May 2004 14:34:15 -0400 Subject: [csw-users] CSW Packages list -> client va Server. In-Reply-To: <011001c44130$a8afddb0$8b0a0a0a@siewhui> Message-ID: Hi all CSWers, Is there a list of CSW programmes that add start-up sscripts into /etc/rcN.d? This would be very useful to know as running pkg-get -a on all client machines that shouldn't be running certain services like apache or samba is a problem/security issue/breaks company policies etc. Anyone? Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 From michael at blastwave.org Mon May 24 22:49:32 2004 From: michael at blastwave.org (Michael Gernoth) Date: Mon, 24 May 2004 22:49:32 +0200 Subject: [csw-users] CSW Packages list -> client va Server. In-Reply-To: References: <011001c44130$a8afddb0$8b0a0a0a@siewhui> Message-ID: <20040524204931.GA21398@zerfleddert.de> On Mon, May 24, 2004 at 02:34:15PM -0400, LOEWENTHAL Simon wrote: > Is there a list of CSW programmes that add start-up sscripts into > /etc/rcN.d? Go to http://www.blastwave.org/filesearch.php and search for an exact match on init.d. Regards, Michael From sloewenthal at gemini.edu Tue May 25 15:08:17 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Tue, 25 May 2004 09:08:17 -0400 Subject: [csw-users] CSW Packages list -> client va Server. In-Reply-To: <20040524204931.GA21398@zerfleddert.de> Message-ID: Thanks Micheal, but this doesn't list all packages. "init.d" SEARCH RESULTS... PKGname Full path CSWcups /etc/init.d CSWsamba /etc/init.d CSWpureftpd /etc/init.d CSWsendmail /etc/init.d CSWmimedefang /etc/init.d CSWexim /etc/init.d CSWcourierimap /etc/init.d CSWclamav /etc/init.d CSWapache2 /etc/init.d CSWntop /etc/init.d The list omits openssh, which places this file /etc/init.d/opensshd. "opensshd" SEARCH RESULTS... PKGname Full path CSWossh /etc/rcS.d/K03opensshd=../init.d/opensshd CSWossh /etc/rc2.d/S96opensshd=../init.d/opensshd CSWossh /etc/rc1.d/K03opensshd=../init.d/opensshd CSWossh /etc/rc0.d/K03opensshd=../init.d/opensshd CSWossh /etc/init.d/opensshd Is there another method? Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org]On Behalf Of Michael Gernoth Sent: Monday, May 24, 2004 4:50 PM To: questions and discussions Subject: Re: [csw-users] CSW Packages list -> client va Server. On Mon, May 24, 2004 at 02:34:15PM -0400, LOEWENTHAL Simon wrote: > Is there a list of CSW programmes that add start-up sscripts into > /etc/rcN.d? Go to http://www.blastwave.org/filesearch.php and search for an exact match on init.d. Regards, Michael _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 From delrio at mie.utoronto.ca Tue May 25 21:45:44 2004 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Tue, 25 May 2004 15:45:44 -0400 Subject: [csw-users] CSW Packages list -> client va Server. In-Reply-To: References: Message-ID: <40B3A268.3020605@mie.utoronto.ca> >>Is there a list of CSW programmes that add start-up sscripts into >>/etc/rcN.d? > > Go to http://www.blastwave.org/filesearch.php and search for an > exact match on init.d. > Thanks Micheal, but this doesn't list all packages. Did you try a partial match? From sloewenthal at gemini.edu Tue May 25 22:33:40 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Tue, 25 May 2004 16:33:40 -0400 Subject: [csw-users] OPENSSH gives errors ; PRNG is not seeded In-Reply-To: Message-ID: Saying that it did on that machine. On another machine, which has that patch installed I get the same error message: [root at treile]/opt$ /etc/rc2.d/S96opensshd stop [root at treile]/opt$ /etc/rc2.d/S96opensshd start Creating new RSA public/private host key pair PRNG is not seeded Creating new DSA public/private host key pair PRNG is not seeded [root at treile]/opt$ PRNG is not seeded uname -a: SunOS treile 5.8 Generic sun4u sparc SUNW,Ultra-250 Is there a different patch for this prob? Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org]On Behalf Of LOEWENTHAL Simon Sent: Monday, May 24, 2004 9:34 AM To: questions and discussions Subject: RE: [csw-users] OPENSSH gives errors ; PRNG is not seeded Thanks Gary, This patch 112438 solved the problem. Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org]On Behalf Of Gary Armstrong Sent: Friday, May 21, 2004 1:22 PM To: questions and discussions Subject: Re: [csw-users] OPENSSH gives errors ; PRNG is not seeded LOEWENTHAL Simon wrote: >Dear all, > >Another one here: Is there a patch for this? > > 112438 HTH Gary >[root at client]rc2.d$ ./S96opensshd start >Creating new RSA public/private host key pair >PRNG is not seeded >Creating new DSA public/private host key pair >PRNG is not seeded >PRNG is not seeded > >Regards, >Simon. > >--- >Simon Loewenthal >Gemini Observatory >Information Systems Group >Video 139.229.33.88 >Voice +56 51 205610 > > > > >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 > >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > > > > _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 From ihsan at dogan.ch Tue May 25 22:47:16 2004 From: ihsan at dogan.ch (Ihsan Dogan) Date: Tue, 25 May 2004 22:47:16 +0200 Subject: [csw-users] OPENSSH gives errors ; PRNG is not seeded In-Reply-To: References: Message-ID: <20040525204716.GD29588@defiant.dogan.ch> Hi Simon, On Tuesday, 25 May 2004 16:33 -0400, LOEWENTHAL Simon wrote: > uname -a: SunOS treile 5.8 Generic sun4u sparc SUNW,Ultra-250 > > Is there a different patch for this prob? Did you rebooted your server after the installation? If yes: is the "random" module loaded? Cheers, Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ From sloewenthal at gemini.edu Wed May 26 00:34:33 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Tue, 25 May 2004 18:34:33 -0400 Subject: [csw-users] OPENSSH gives errors ; PRNG is not seeded In-Reply-To: <20040525204716.GD29588@defiant.dogan.ch> Message-ID: No reboot was performed. Problem solved. Sorry for the confusion. Regards, Silly sod. -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org]On Behalf Of Ihsan Dogan Sent: Tuesday, May 25, 2004 4:47 PM To: questions and discussions Subject: Re: [csw-users] OPENSSH gives errors ; PRNG is not seeded Hi Simon, On Tuesday, 25 May 2004 16:33 -0400, LOEWENTHAL Simon wrote: > uname -a: SunOS treile 5.8 Generic sun4u sparc SUNW,Ultra-250 > > Is there a different patch for this prob? Did you rebooted your server after the installation? If yes: is the "random" module loaded? Cheers, Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 From robert at gslt.hum.gu.se Thu May 27 14:32:01 2004 From: robert at gslt.hum.gu.se (Robert Andersson) Date: Thu, 27 May 2004 14:32:01 +0200 Subject: [csw-users] reverting upgrade or installation Message-ID: <16565.57281.254674.965149@mozart.gslt.hum.gu.se> hi all! i am just curious how one can use the pkg-get system to back out from an upgrade or installation? can one do this? if not, this should really be an option you should consider implementing i think. byt again i might be wrong, not finding/reading the docs... :) e.g. i tried to upgrade perl to version 5.8.x from 5.6.x, but when doing so it broke the logging in solaris 9 for some of the perl applications we are running. the sympa mailing list handler was one of them. yours, /robert ps. before i found this mailing list, too much scrolling, i posted a feature bug in the bugtracking system... sorry. ds. -- Systems Administrator Swedish National Graduate School of Language Technology From mark.aston at gunfleet.com Thu May 27 14:47:04 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Thu, 27 May 2004 13:47:04 +0100 Subject: [csw-users] reverting upgrade or installation In-Reply-To: <16565.57281.254674.965149@mozart.gslt.hum.gu.se> References: <16565.57281.254674.965149@mozart.gslt.hum.gu.se> Message-ID: <20040527134704.7365d90d@unknown> On Thu, 27 May 2004 14:32:01 +0200 Robert Andersson wrote: > i am just curious how one can use the pkg-get system to back out from > an upgrade or installation? can one do this? if not, this should > really be an option you should consider implementing i think. byt > again i might be wrong, not finding/reading the docs... :) You can just do a #pkgrm CSWxxx and remove the package, not sure if there are earlier versions stored anywhere, probably in the /stable directory of blastwave. -- Best regards Mark Aston http://www.gunfleet.com/solaris From robert at gslt.hum.gu.se Thu May 27 14:54:55 2004 From: robert at gslt.hum.gu.se (Robert Andersson) Date: Thu, 27 May 2004 14:54:55 +0200 Subject: [csw-users] reverting upgrade or installation In-Reply-To: <20040527134704.7365d90d@unknown> References: <16565.57281.254674.965149@mozart.gslt.hum.gu.se> <20040527134704.7365d90d@unknown> Message-ID: <16565.58655.235366.113394@mozart.gslt.hum.gu.se> mark, >>>>> "MA" == Mark Aston writes: MA> You can just do a MA> #pkgrm CSWxxx MA> and remove the package, not sure if there are earlier versions MA> stored anywhere, probably in the /stable directory of blastwave. errr... of course pkg-get is just a wrapper for the usual pkg system. doh! i thought it was your own invention. :) thanks, /robert -- Systems Administrator Swedish National Graduate School of Language Technology From mark.aston at gunfleet.com Thu May 27 16:19:41 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Thu, 27 May 2004 15:19:41 +0100 Subject: [csw-users] reverting upgrade or installation In-Reply-To: <16565.58655.235366.113394@mozart.gslt.hum.gu.se> References: <16565.57281.254674.965149@mozart.gslt.hum.gu.se> <20040527134704.7365d90d@unknown> <16565.58655.235366.113394@mozart.gslt.hum.gu.se> Message-ID: <20040527151941.0d0b789f@unknown> On Thu, 27 May 2004 14:54:55 +0200 Robert Andersson wrote: > errr... of course pkg-get is just a wrapper for the usual pkg system. > doh! i thought it was your own invention. :) Well not mine, I'm just a humble user:-) -- Best regards Mark Aston http://www.gunfleet.com/solaris From calvin_g_smith at yahoo.com Fri May 28 20:58:15 2004 From: calvin_g_smith at yahoo.com (Calvin Smith) Date: Fri, 28 May 2004 11:58:15 -0700 (PDT) Subject: [csw-users] Freetype2, hinting and ugly fonts in mozilla Message-ID: <20040528185815.62617.qmail@web11410.mail.yahoo.com> Is freetype2 compiled with hinting enabled? When I attempt to turn on hinting in mozilla (using the CSWmozilla package) it fails miserably. To be more precise, if I enable the following settings in unix.js which should give anti-aliased fonts, no fonts are displayed: pref("font.FreeType2.autohinted", true); pref("font.FreeType2.unhinted", false); If I set unhinted to true, I get anti-aliased fonts but they are pretty ugly and not at all like the windows or even gnome quality fonts (even if I use windows truetype fonts). I'm not sure which direction to go on this at this point. ===== -Calvin "There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain . . ." -- translation of "Lorem ipsum ... " (http://www.straightdope.com/columns/010216.html) __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ From bruno.s.delbono at mail.ac Sun May 30 05:25:00 2004 From: bruno.s.delbono at mail.ac (Bruno Saverio Delbono) Date: Sat, 29 May 2004 20:25:00 -0700 Subject: [csw-users] cyrus-imapd package Message-ID: <40B9540C.6020105@mail.ac> Hi, Is anyone working on a cyrus-imapd package? Kind Regards, -Kevin -- , , o . /(,----.)\ o | /,\ \' ^ ^ `/ | | (( | (o)(o) | | _____|____\\.OOOo_(__)_oOOO._____|_____ / \ ) Of course, this mail runs NetBSD... ( \_____________________Oooo._____________/ | .oooO ( ) | ,---. ( ) ) / ,---. | | | \ ( (_/ | | | V V V \_) V V V From sithglan at stud.uni-erlangen.de Sun May 30 08:19:46 2004 From: sithglan at stud.uni-erlangen.de (Thomas Glanzmann) Date: Sun, 30 May 2004 08:19:46 +0200 Subject: [csw-users] cyrus-imapd package In-Reply-To: <40B9540C.6020105@mail.ac> References: <40B9540C.6020105@mail.ac> Message-ID: <20040530061946.GL17197@cip.informatik.uni-erlangen.de> Hello Bruno, > Is anyone working on a cyrus-imapd package? not that I am aware of, but maybe Alex is. However it isn't that easy to provide one. And it's a nightmare to upgrade automatically without brake things. Thomas From asmoore at edge.net Sun May 30 14:11:44 2004 From: asmoore at edge.net (Alex S Moore) Date: Sun, 30 May 2004 07:11:44 -0500 Subject: [csw-users] cyrus-imapd package In-Reply-To: <20040530061946.GL17197@cip.informatik.uni-erlangen.de> References: <40B9540C.6020105@mail.ac> <20040530061946.GL17197@cip.informatik.uni-erlangen.de> Message-ID: <1085919103.6263.11.camel@sws602> On Sun, 2004-05-30 at 01:19, Thomas Glanzmann wrote: > Hello Bruno, > > > Is anyone working on a cyrus-imapd package? > > not that I am aware of, but maybe Alex is. However it isn't that easy to > provide one. And it's a nightmare to upgrade automatically without brake > things. Yes, I do have a cyrus-imapd pkg. But it is unpublished. I dropped it in favor of courier-imap and decided these two pkgs together were more than I would be able to support. However, both have their complications with upgrades. If Bruno wants to build and support cyrus-imapd, then go for it :> Or let me know if I should reconsider. Alex From daniel at dseichter.de Sun May 2 19:50:11 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Sun, 2 May 2004 19:50:11 +0200 Subject: [csw-users] Problem installing OpenSSL Message-ID: <20040502195011.74227109@blade> Hello, I wanted to update my csw-world, but I everytime got the same error, about a missing dependencies check. Every other software reports the the missing CSWossl package. What is wrong and is there a chance to rebuild the CSW package-base (maybe there is an error on my computer). Thanks Daniel From mark.aston at gunfleet.com Sun May 2 20:23:06 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Sun, 2 May 2004 19:23:06 +0100 Subject: [csw-users] Problem installing OpenSSL In-Reply-To: <20040502195011.74227109@blade> References: <20040502195011.74227109@blade> Message-ID: <20040502192306.0c051667@unknown> On Sun, 2 May 2004 19:50:11 +0200 Daniel Seichter wrote: > I wanted to update my csw-world, but I everytime got the same error, > about a missing dependencies check. Every other software reports the > the missing CSWossl package. > What is wrong and is there a chance to rebuild the CSW package-base > (maybe there is an error on my computer). Just had the same problem, there seems to be something wrong with the preremove script. I solved it by removing the preremove script from /var/sadm/pkg/CSWossl/install Then #pkgrm CSWossl then reinstalling with #pkg-get install openssl -- Best regards Mark Aston http://www.gunfleet.com/solaris From daniel at dseichter.de Sun May 2 20:53:22 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Sun, 2 May 2004 20:53:22 +0200 Subject: [csw-users] Problem installing OpenSSL In-Reply-To: <20040502192306.0c051667@unknown> References: <20040502195011.74227109@blade> <20040502192306.0c051667@unknown> Message-ID: <20040502205322.52dee9ae@blade> Hello Mark, > Just had the same problem, there seems to be something wrong with the > preremove script. > > I solved it by removing the preremove script from > /var/sadm/pkg/CSWossl/install > > Then > #pkgrm CSWossl > > then reinstalling with > #pkg-get install openssl > This is a very useful workaround. After doing it, I was able to update without any error. Thanks Daniel Seichter From mark.aston at gunfleet.com Sun May 2 21:17:20 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Sun, 2 May 2004 20:17:20 +0100 Subject: [csw-users] Problem installing OpenSSL In-Reply-To: <20040502205322.52dee9ae@blade> References: <20040502195011.74227109@blade> <20040502192306.0c051667@unknown> <20040502205322.52dee9ae@blade> Message-ID: <20040502201720.47b37079@unknown> On Sun, 2 May 2004 20:53:22 +0200 Daniel Seichter wrote: > This is a very useful workaround. After doing it, I was able to update > without any error. I just checked the bugs for CSWopenssl, Hakan has posted a permanent fix now for the preremove script replace if [ $inuse != "" ] ; then with if [ "x$inuse" != "x" ] ; then then the script works -- Best regards Mark Aston http://www.gunfleet.com/solaris From pearcec at perfectorder.com Mon May 3 16:39:50 2004 From: pearcec at perfectorder.com (Christian Pearce) Date: Mon, 03 May 2004 10:39:50 -0400 Subject: [csw-users] bravo, new user... Message-ID: <1083595190.29923.19.camel@localhost.localdomain> I have been wanting to set a project up like this one for some time. Sunfreeware is okay, but I felt a community could do much better than the efforts of one man. Plus the process should be out in the open and consistent. I am going to make use of these packages in the coming weeks. If there are pacakges I need I will volunteer to maintain them. Thanks! -- Christian Pearce http://www.commnav.com http://www.perfectorder.com From sloewenthal at gemini.edu Wed May 5 22:01:22 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Wed, 5 May 2004 16:01:22 -0400 Subject: [csw-users] CSW packages server services vs. client services list. In-Reply-To: <1083595190.29923.19.camel@localhost.localdomain> Message-ID: Dear all, I would like a list of all CSW programmes which are not providing running any deamons, or server orientated packages. So such a list should omit packages like: openssh apache dhcp sendmail squid imap ... Does this exist? Many thanks, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.676 / Virus Database: 438 - Release Date: 03/05/2004 From mats.larsson at ericsson.com Fri May 7 14:54:08 2004 From: mats.larsson at ericsson.com (Mats Larsson) Date: Fri, 07 May 2004 14:54:08 +0200 Subject: [csw-users] CSWossl problem In-Reply-To: <408FB6E5.2040608@mie.utoronto.ca> References: <20040423142235.GN29726@sperrstunde.at> <408933AC.3050603@mie.utoronto.ca> <20040427074522.GG8586@sperrstunde.at> <408E503F.7090504@mie.utoronto.ca> <20040427140559.GK12522@sperrstunde.at> <408E70DB.6080601@mie.utoronto.ca> <20040427152128.GM12522@sperrstunde.at> <408E95FB.8020600@mie.utoronto.ca> <20040428124319.GJ27407@sperrstunde.at> <408FB6E5.2040608@mie.utoronto.ca> Message-ID: <409B86F0.2050408@ericsson.com> Get this when doing a 'pkg-get -uU': --- ... Do you want to continue with the removal of this package [y,n,?,q] y ## Processing package information. ## Executing preremove script. /var/sadm/pkg/CSWossl/install/preremove: test: argument expected pkgrm: ERROR: preremove script did not complete successfully Removal of failed. install/depend 34506 blocks Processing package instance from openssl - OpenSSL Secure Sockets Layer lib and utilities (sparc) 0.9.7,REV=2004.04.26_rev=d Current administration requires that a unique instance of the package be created. However, the maximum number of instances of the package which may be supported at one time on the same system has already been met. No changes were made to the system. ERROR: could not add CSWossl. --- Anyone? From mark.aston at gunfleet.com Fri May 7 15:18:06 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Fri, 7 May 2004 14:18:06 +0100 Subject: [csw-users] CSWossl problem In-Reply-To: <409B86F0.2050408@ericsson.com> References: <20040423142235.GN29726@sperrstunde.at> <408933AC.3050603@mie.utoronto.ca> <20040427074522.GG8586@sperrstunde.at> <408E503F.7090504@mie.utoronto.ca> <20040427140559.GK12522@sperrstunde.at> <408E70DB.6080601@mie.utoronto.ca> <20040427152128.GM12522@sperrstunde.at> <408E95FB.8020600@mie.utoronto.ca> <20040428124319.GJ27407@sperrstunde.at> <408FB6E5.2040608@mie.utoronto.ca> <409B86F0.2050408@ericsson.com> Message-ID: <20040507141806.3af68147@unknown> On Fri, 07 May 2004 14:54:08 +0200 Mats Larsson wrote: > Get this when doing a 'pkg-get -uU': Problem is detailed on the bugs page, remove the preremove script from /var/sadm/pkg/CSWossl/install and try the update again -- Best regards Mark Aston http://www.gunfleet.com/solaris From daniel at dseichter.de Sat May 8 12:49:55 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Sat, 8 May 2004 12:49:55 +0200 Subject: [csw-users] Set up CSW for all Message-ID: <20040508124955.22174c04@blade> Hello, where I have to configure my paths and libs to use in all cases the CSW tree at first? Thanks Daniel From kde at leighctc.kent.sch.uk Tue May 11 16:09:24 2004 From: kde at leighctc.kent.sch.uk (Kevin Dell) Date: Tue, 11 May 2004 15:09:24 +0100 Subject: [csw-users] is gpg package available Message-ID: Hi All, I'm a newbie to blastwave, and so far I'm impressed, (enough brownnosing? ) I'm looking to install the gpg package but I'm unable to locate it, is it available on blastwave? If not does anyone know if it's available elsewhere as an installable package. I'm on Solaris 9 Regards Kevin J.Dell -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 145 bytes Desc: not available URL: From mark.aston at gunfleet.com Tue May 11 16:12:57 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Tue, 11 May 2004 15:12:57 +0100 Subject: [csw-users] is gpg package available In-Reply-To: References: Message-ID: <20040511151257.77c54ef8@unknown> On Tue, 11 May 2004 15:09:24 +0100 "Kevin Dell" wrote: > I'm looking to install the gpg package but I'm unable to locate it, is > it available on blastwave? It is available on Blastwave as gnupg -- Best regards Mark Aston http://www.gunfleet.com/solaris From kde at leighctc.kent.sch.uk Tue May 11 16:19:23 2004 From: kde at leighctc.kent.sch.uk (Kevin Dell) Date: Tue, 11 May 2004 15:19:23 +0100 Subject: [csw-users] is gpg package available In-Reply-To: <20040511151257.77c54ef8@unknown> Message-ID: Hi Mark, thanks for that, I think I must have tried every combination of GPG (except that one!) Regards Kevin -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org] On Behalf Of Mark Aston Sent: 11 May 2004 15:13 To: questions and discussions Subject: Re: [csw-users] is gpg package available On Tue, 11 May 2004 15:09:24 +0100 "Kevin Dell" wrote: > I'm looking to install the gpg package but I'm unable to locate it, is > it available on blastwave? It is available on Blastwave as gnupg -- Best regards Mark Aston http://www.gunfleet.com/solaris _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users From bogdan at its.uq.edu.au Wed May 12 00:41:58 2004 From: bogdan at its.uq.edu.au (Bogdan Iamandei) Date: Wed, 12 May 2004 08:41:58 +1000 Subject: [csw-users] Local freeware server. Message-ID: <40A156B6.2070204@its.uq.edu.au> Hi everyone, I've got a question with regards to setting up a local freeware server. It seems that the only "makecontents" script to generate the catalog file is a rather old version. Is there a posibility of getting the new version of the script which not only creates the catalog file but it also creates the descriptions too? Thanks, Ino!~ -- I have seen things you people wouldn't believe. Attack ships on fire off the shoulder of Orion. I watched C-beams glitter in the dark near the Tannhauser Gate. All those moments will be lost in time, like tears in rain. Time to die. From daniel at dseichter.de Sat May 15 19:28:32 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Sat, 15 May 2004 19:28:32 +0200 Subject: [csw-users] What package evolution is using for PDAs Message-ID: <1084642112.386.3.camel@blade> Hello, I am Palm user and want to synch with evolution, but can't, because there is no package installed to synch with it. Which package I should install to be able to use my Palm? On Solaris 8 there was PDAsync but on Solaris 9 I miss it. Daniel From michael at blastwave.org Sat May 15 23:38:04 2004 From: michael at blastwave.org (Michael Gernoth) Date: Sat, 15 May 2004 23:38:04 +0200 Subject: [csw-users] What package evolution is using for PDAs In-Reply-To: <1084642112.386.3.camel@blade> References: <1084642112.386.3.camel@blade> Message-ID: <20040515213804.GA11361@zerfleddert.de> Hi, On Sat, May 15, 2004 at 07:28:32PM +0200, Daniel Seichter wrote: > I am Palm user and want to synch with evolution, but can't, because > there is no package installed to synch with it. > Which package I should install to be able to use my Palm? multisync should do what you want (and maybe a bit more). Regards, Michael From mike at blastwave.org Mon May 17 07:16:15 2004 From: mike at blastwave.org (Mike Arnold) Date: Sun, 16 May 2004 22:16:15 -0700 (MST) Subject: [csw-users] Re: [csw-newpkgs] weekly package summary In-Reply-To: <20040517034502.GA19461@blastwave.blastwave.org> References: <20040517034502.GA19461@blastwave.blastwave.org> Message-ID: <24956.12.10.219.39.1084770975.squirrel@www.razorsedge.org> Philip Brown said: > Attached is the summary of changed or added packages for the last week > _______________________________________________ > newpkgs mailing list > newpkgs at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/newpkgs Is there any chance this list can be sorted alphabetically before being sent? -- -mike From daniel at dseichter.de Mon May 17 11:39:46 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Mon, 17 May 2004 11:39:46 +0200 Subject: [csw-users] What package evolution is using for PDAs In-Reply-To: <20040515213804.GA11361@zerfleddert.de> References: <1084642112.386.3.camel@blade> <20040515213804.GA11361@zerfleddert.de> Message-ID: <1084786786.396.2.camel@blade> Hello, > multisync should do what you want (and maybe a bit more). Thanks, installed it, but not yet configured. Daniel From daniel at dseichter.de Mon May 17 11:41:07 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Mon, 17 May 2004 11:41:07 +0200 Subject: [csw-users] Mozilla - newer version or: how to make it faster Message-ID: <1084786867.396.5.camel@blade> Hello, what can be the reason for the slow load of mozilla und slow load of websites? Is there an option to load it faster? Using mozilla of csw, but can't believe, that it is so slow on my Blade 1500. Daniel From mark.aston at gunfleet.com Mon May 17 12:20:54 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Mon, 17 May 2004 11:20:54 +0100 Subject: [csw-users] Mozilla - newer version or: how to make it faster In-Reply-To: <1084786867.396.5.camel@blade> References: <1084786867.396.5.camel@blade> Message-ID: <20040517112054.7d96da43@unknown> On Mon, 17 May 2004 11:41:07 +0200 Daniel Seichter wrote: > what can be the reason for the slow load of mozilla und slow load of > websites? Is there an option to load it faster? > Using mozilla of csw, but can't believe, that it is so slow on my > Blade 1500. I don't think there is a pre-load option on the Solaris versions of Mozilla, it may be worth trying another version to rule out some other network problem. I have tested a few versions of Mozilla and currently the fastest seems to be the Sun version http://wwws.sun.com/software/solaris/browser/getmozilla14.html Firefox (from mozilla.org) is also pretty good, however if you want real speed try Opera 7.5 that beats any version of Moz and is worth the $39 IMO. -- Best regards Mark Aston http://www.gunfleet.com/solaris From daniel at dseichter.de Mon May 17 13:08:35 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Mon, 17 May 2004 13:08:35 +0200 Subject: [csw-users] Mozilla - newer version or: how to make it faster In-Reply-To: <20040517112054.7d96da43@unknown> References: <1084786867.396.5.camel@blade> <20040517112054.7d96da43@unknown> Message-ID: <1084792115.396.8.camel@blade> Hello Mark, > > I have tested a few versions of Mozilla and currently the fastest seems > to be the Sun version > > http://wwws.sun.com/software/solaris/browser/getmozilla14.html > I now changed to Suns mozilla, because it is really a little bit faster and the site Mozilla 1.5 everytime crashed works fine too. Daniel From rsun at wlgore.com Mon May 17 16:33:00 2004 From: rsun at wlgore.com (Richard D Sun) Date: Mon, 17 May 2004 10:33:00 -0400 Subject: [csw-users] Mozilla - newer version or: how to make it faster In-Reply-To: <1084786867.396.5.camel@blade> Message-ID: Have you ever tried Firefox from mozilla.org, it seems to be even faster then anyone thing I've seen. --------------------------------------------------------------------------- Richard D. Sun ?? W. L. Gore & Associates, Inc. mailto:rsun at wlgore.com (preferred) Tel: (410)506-4168, Fax: (410)506-4400 http://www.gore.com Daniel Seichter Sent by: users-bounces at lists.blastwave.org 05/17/2004 05:41 Please respond to questions and discussions To: Blastwave-Liste cc: Subject: [csw-users] Mozilla - newer version or: how to make it faster Hello, what can be the reason for the slow load of mozilla und slow load of websites? Is there an option to load it faster? Using mozilla of csw, but can't believe, that it is so slow on my Blade 1500. Daniel _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From ihsan at dogan.ch Mon May 17 18:36:11 2004 From: ihsan at dogan.ch (Ihsan Dogan) Date: Mon, 17 May 2004 19:36:11 +0300 Subject: [csw-users] Re: [csw-newpkgs] weekly package summary In-Reply-To: <24956.12.10.219.39.1084770975.squirrel@www.razorsedge.org> References: <20040517034502.GA19461@blastwave.blastwave.org> <24956.12.10.219.39.1084770975.squirrel@www.razorsedge.org> Message-ID: <20040517163611.GA23718@defiant.dogan.ch> Hi, On Sunday, 16 May 2004 22:16 -0700, Mike Arnold wrote: > Philip Brown said: > > Attached is the summary of changed or added packages for the last week > > _______________________________________________ > > newpkgs mailing list > > newpkgs at lists.blastwave.org > > https://lists.blastwave.org/mailman/listinfo/newpkgs > > Is there any chance this list can be sorted alphabetically before being sent? Phil is not on this list. Please contact him directly. Cheers, Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ From daniel at dseichter.de Mon May 17 19:17:12 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Mon, 17 May 2004 19:17:12 +0200 Subject: [csw-users] Mozilla - newer version or: how to make it faster In-Reply-To: References: Message-ID: <1084814232.395.1.camel@blade> Hello, > Have you ever tried Firefox from mozilla.org, it seems to be even > faster then anyone thing I've seen. I will take a look on it, if there is a build for solaris available. Daniel From garyarm at testedgeinc.com Mon May 17 21:59:58 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Mon, 17 May 2004 12:59:58 -0700 Subject: [csw-users] gpg and blaswave Message-ID: <40A919BE.8040809@testedgeinc.com> Sorry if I missed this somewhere. I'm trying to do a pkg-get -U and I'm getting the following complaint. gpg: Signature made Sat May 15 09:27:17 2004 PDT using DSA key ID E12E9D2F gpg: Good signature from "Distribution Manager " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 0BF0 9891 9340 86DC EBE3 DDFF 06A1 ED1B E12E 9D2F If I read the message right, blastwave generated new keys Sat. How do I ask dm at blastwave.org for the public key? Is there an easy blastwave install ( the gpg man page goes forever ). TIA Gary Note: Every time I think it's blastwave, it turns out to be me. 8^) Just can't figure how. From daniel at dseichter.de Mon May 17 22:06:27 2004 From: daniel at dseichter.de (Daniel Seichter) Date: Mon, 17 May 2004 22:06:27 +0200 Subject: [csw-users] gpg and blaswave In-Reply-To: <40A919BE.8040809@testedgeinc.com> References: <40A919BE.8040809@testedgeinc.com> Message-ID: <1084824386.395.4.camel@blade> Hello, > If I read the message right, blastwave generated new keys Sat. How do I > ask dm at blastwave.org for the public key? Is there an easy blastwave > install ( the gpg man page goes forever ). There had to be a line which begins with wget ........ gpg ...... I do not know the exact phrase, but please try a pkg-get -U again and search for wget and gpg. Hope this helps Daniel From garyarm at testedgeinc.com Mon May 17 22:28:28 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Mon, 17 May 2004 13:28:28 -0700 Subject: [csw-users] gpg and blaswave Message-ID: <40A9206C.90602@testedgeinc.com> > Hello, > > If I read the message right, blastwave generated new keys Sat. How do I > > ask dm at blastwave.org for the public key? Is there an easy blastwave > > install ( the gpg man page goes forever ). > > There had to be a line which begins with > wget ........ > gpg ...... > > I do not know the exact phrase, but please try a pkg-get -U again and > search for wget and gpg. > > Hope this helps > > Daniel Daniel; Thanks for the quick response. I'll post the entire session. # pkg-get -U Getting catalog... --11:31:34-- http://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.8/catalog => `catalog' Resolving ibiblio.org... 152.2.210.81 Connecting to ibiblio.org[152.2.210.81]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 68,826 [text/plain] 100%[=============================================================================>] 68,826 48.92K/s 11:31:39 (48.81 KB/s) - `catalog' saved [68826/68826] gpg: Signature made Sat May 15 09:27:17 2004 PDT using DSA key ID E12E9D2F gpg: Good signature from "Distribution Manager " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 0BF0 9891 9340 86DC EBE3 DDFF 06A1 ED1B E12E 9D2F Updating catalog file /var/pkg-get/catalog-ibiblio.org updated --11:31:39-- http://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.8/descriptions => `descriptions' Resolving ibiblio.org... 152.2.210.81 Connecting to ibiblio.org[152.2.210.81]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 30,103 [text/plain] 100%[=============================================================================>] 30,103 82.58K/s 11:31:40 (82.44 KB/s) - `descriptions' saved [30103/30103] Updated description file From rsun at wlgore.com Mon May 17 22:38:51 2004 From: rsun at wlgore.com (Richard D Sun) Date: Mon, 17 May 2004 16:38:51 -0400 Subject: [csw-users] gpg and blaswave In-Reply-To: <40A9206C.90602@testedgeinc.com> Message-ID: Hi, I think what he means is that if you look at the entire message it spits back, it tells you how to fix this problem. --------------------------------------------------------------------------- Richard D. Sun ?? W. L. Gore & Associates, Inc. mailto:rsun at wlgore.com (preferred) Tel: (410)506-4168, Fax: (410)506-4400 http://www.gore.com Gary Armstrong Sent by: users-bounces at lists.blastwave.org 05/17/2004 16:28 Please respond to questions and discussions To: users at lists.blastwave.org cc: Subject: Re: [csw-users] gpg and blaswave > Hello, > > If I read the message right, blastwave generated new keys Sat. How do I > > ask dm at blastwave.org for the public key? Is there an easy blastwave > > install ( the gpg man page goes forever ). > > There had to be a line which begins with > wget ........ > gpg ...... > > I do not know the exact phrase, but please try a pkg-get -U again and > search for wget and gpg. > > Hope this helps > > Daniel Daniel; Thanks for the quick response. I'll post the entire session. -------------- next part -------------- An HTML attachment was scrubbed... URL: From garyarm at testedgeinc.com Mon May 17 22:55:26 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Mon, 17 May 2004 13:55:26 -0700 Subject: [csw-users] gpg and blaswave References: Message-ID: <40A926BE.8060801@testedgeinc.com> Richard D Sun wrote: > > Hi, > > I think what he means is that if you look at the entire message it > spits back, it tells you how to fix this problem. > > --------------------------------------------------------------------------- > Richard D. Sun ?? > W. L. Gore & Associates, Inc. > mailto:rsun at wlgore.com (preferred) > Tel: (410)506-4168, Fax: (410)506-4400 > http://www.gore.com Richard; I posted the entire message. Which line contains the fix? Do I send email to dm at blastwave.org and they send what I need with instructions on where it goes? Ever had that feeling it's right in front of you? Still in the dark Gary # pkg-get -U Getting catalog... --11:31:34-- http://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.8/catalog => `catalog' Resolving ibiblio.org... 152.2.210.81 Connecting to ibiblio.org[152.2.210.81]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 68,826 [text/plain] 100%[=============================================================================>] 68,826 48.92K/s 11:31:39 (48.81 KB/s) - `catalog' saved [68826/68826] gpg: Signature made Sat May 15 09:27:17 2004 PDT using DSA key ID E12E9D2F gpg: Good signature from "Distribution Manager " gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 0BF0 9891 9340 86DC EBE3 DDFF 06A1 ED1B E12E 9D2F Updating catalog file /var/pkg-get/catalog-ibiblio.org updated --11:31:39-- http://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.8/descriptions => `descriptions' Resolving ibiblio.org... 152.2.210.81 Connecting to ibiblio.org[152.2.210.81]:80... connected. HTTP request sent, awaiting response... 200 OK Length: 30,103 [text/plain] 100%[=============================================================================>] 30,103 82.58K/s 11:31:40 (82.44 KB/s) - `descriptions' saved [30103/30103] Updated description file > > > > > Gary Armstrong > Sent by: users-bounces at lists.blastwave.org > > 05/17/2004 16:28 > Please respond to questions and discussions > > > To: users at lists.blastwave.org > cc: > Subject: Re: [csw-users] gpg and blaswave > > > > > > > Hello, > > > > > If I read the message right, blastwave generated new keys Sat. How > do I > > > ask dm at blastwave.org for the public key? Is there an easy blastwave > > > install ( the gpg man page goes forever ). > > > > There had to be a line which begins with > > wget ........ > > gpg ...... > > > > I do not know the exact phrase, but please try a pkg-get -U again and > > search for wget and gpg. > > > > Hope this helps > > > > Daniel > > > > Daniel; > > Thanks for the quick response. I'll post the entire session. > > > > >------------------------------------------------------------------------ > >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > From mark.aston at gunfleet.com Mon May 17 23:20:00 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Mon, 17 May 2004 22:20:00 +0100 Subject: [csw-users] gpg and blaswave In-Reply-To: <40A926BE.8060801@testedgeinc.com> References: <40A926BE.8060801@testedgeinc.com> Message-ID: <20040517222000.6a6dcba4@unknown> On Mon, 17 May 2004 13:55:26 -0700 Gary Armstrong wrote: > gpg: Signature made Sat May 15 09:27:17 2004 PDT using DSA key ID > E12E9D2F gpg: Good signature from "Distribution Manager > " gpg: WARNING: This key is not certified with a > trusted signature! gpg: There is no indication that the signature > belongs to the owner. Primary key fingerprint: 0BF0 9891 9340 86DC > EBE3 DDFF 06A1 ED1B E12E 9D2F Updating catalog file > /var/pkg-get/catalog-ibiblio.org updated This is gpg telling you that the key is not signed by someone who can confirm the owner is dm at blastwave.org, but this is not really a problem as you are downloading from a trusted source, you could run gpg and sign the key yourself and upload to the keyserver, that would remove the warning. > --11:31:39-- > http://ibiblio.org/pub/packages/solaris/csw/unstable/sparc/5.8/descriptions > => `descriptions' > Resolving ibiblio.org... 152.2.210.81 > Connecting to ibiblio.org[152.2.210.81]:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: 30,103 [text/plain] > > 100%[================================================================ > =============>] 30,103 82.58K/s > > 11:31:40 (82.44 KB/s) - `descriptions' saved [30103/30103] > > Updated description file That tells you the catolog was updated anyway, in other words the warning is not critical. -- Best regards Mark Aston http://www.gunfleet.com/solaris From ihsan at dogan.ch Tue May 18 12:39:57 2004 From: ihsan at dogan.ch (Ihsan Dogan) Date: Tue, 18 May 2004 13:39:57 +0300 Subject: [csw-users] gpg and blaswave In-Reply-To: <20040517222000.6a6dcba4@unknown> References: <40A926BE.8060801@testedgeinc.com> <20040517222000.6a6dcba4@unknown> Message-ID: <20040518103957.GA25495@defiant.dogan.ch> On Monday, 17 May 2004 22:20 +0100, Mark Aston wrote: > > gpg: Signature made Sat May 15 09:27:17 2004 PDT using DSA key ID > > E12E9D2F gpg: Good signature from "Distribution Manager > > " gpg: WARNING: This key is not certified with a > > trusted signature! gpg: There is no indication that the signature > > belongs to the owner. Primary key fingerprint: 0BF0 9891 9340 86DC > > EBE3 DDFF 06A1 ED1B E12E 9D2F Updating catalog file > > /var/pkg-get/catalog-ibiblio.org updated > > This is gpg telling you that the key is not signed by someone who can > confirm the owner is dm at blastwave.org, but this is not really a problem > as you are downloading from a trusted source, you could run gpg and sign > the key yourself and upload to the keyserver, that would remove the > warning. Well, this isn't possible, because there is no person behind dm at blastwave.org. Cheers, Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ From mark.aston at gunfleet.com Tue May 18 16:19:47 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Tue, 18 May 2004 15:19:47 +0100 Subject: [csw-users] gpg and blaswave In-Reply-To: <20040518103957.GA25495@defiant.dogan.ch> References: <40A926BE.8060801@testedgeinc.com> <20040517222000.6a6dcba4@unknown> <20040518103957.GA25495@defiant.dogan.ch> Message-ID: <20040518151947.6c88c3a0@unknown> On Tue, 18 May 2004 13:39:57 +0300 Ihsan Dogan wrote: > > This is gpg telling you that the key is not signed by someone who > > can confirm the owner is dm at blastwave.org, but this is not really a > > problem as you are downloading from a trusted source, you could run > > gpg and sign the key yourself and upload to the keyserver, that > > would remove the warning. > > Well, this isn't possible, because there is no person behind > dm at blastwave.org. Well not a person as such, but there is nothing to stop you signing the public key of the distribution manager to stop the warning message -- Best regards Mark Aston http://www.gunfleet.com/solaris From OcallD at cogent-dsn.com Tue May 18 18:50:17 2004 From: OcallD at cogent-dsn.com (Dan O'Callaghan) Date: Tue, 18 May 2004 17:50:17 +0100 Subject: [csw-users] gpg and blaswave Message-ID: Don't you just do: Wget www.blastwave.org/mirrors.php gpg --import mirrors.php cheers dan -- Best regards Mark Aston http://www.gunfleet.com/solaris _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users From shwong at sebasasia.com Sat May 29 12:38:23 2004 From: shwong at sebasasia.com (Siew Hui, Wong) Date: Sat, 29 May 2004 18:38:23 +0800 Subject: [csw-users] pkg-get to install in ither directories Message-ID: <000101c44569$157f3f80$8b0a0a0a@siewhui> Hi, i'm a newbie to solaris, so bear with me. I have to install gcc3rt to get php going in a solaris 8 box. But df -k shows that the directory "/" has not enough of space to install gcc3rt # df -k Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t0d0s0 1349190 1244045 51178 97% / /proc 0 0 0 0% /proc fd 0 0 0 0% /dev/fd mnttab 0 0 0 0% /etc/mnttab swap 710584 30296 680288 5% /var/run swap 680296 8 680288 1% /tmp /dev/dsk/c0t0d0s7 6871669 3076597 3726356 46% /export/home Based on what is suggested in the userguide, can i just redirect the installation in /opt/csw like below? # mount /tmp /opt/csw I am not familiar with solaris and the machine, so am trying to minimise mistakes heh. Any advice is very much appreciated. Thank you for your consideration. best regards, siew hui -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at blastwave.org Wed May 19 13:11:57 2004 From: mike at blastwave.org (Mike Arnold) Date: Wed, 19 May 2004 04:11:57 -0700 (MST) Subject: [csw-users] pkg-get to install in ither directories In-Reply-To: <000101c44569$157f3f80$8b0a0a0a@siewhui> References: <000101c44569$157f3f80$8b0a0a0a@siewhui> Message-ID: <31401.12.10.219.39.1084965117.squirrel@www.razorsedge.org> Siew Hui, Wong said: > Hi, > > i'm a newbie to solaris, so bear with me. I have to install gcc3rt to get > php going in a solaris 8 box. But df -k shows that the directory "/" has > not enough of space to install gcc3rt > [snip] > > Based on what is suggested in the userguide, can i just redirect the > installation in /opt/csw like below? > > # mount /tmp /opt/csw > > I am not familiar with solaris and the machine, so am trying to minimise > mistakes heh. Any advice is very much appreciated. Thank you for your > consideration. > > > best regards, > siew hui > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users You *could* do that, but when you reboot, you won't have any /opt/csw. /tmp is a tmpfs which exists only in memory. (Additionally, the syntax above will not quite work.) You can do what I have done: # as root # goto single user mode init S # move /opt/csw to /export/home mv /opt/csw /export/home # create a symlink from /opt/csw/to /export/home/csw ln -s /export/home/csw /opt/csw # go back to runlevel 3 exit -- -mike From kevin.a.sindhu at mail.ac Wed May 19 15:30:47 2004 From: kevin.a.sindhu at mail.ac (Kevin A. Sindhu) Date: Wed, 19 May 2004 06:30:47 -0700 Subject: [csw-users] pkg-get to install in ither directories In-Reply-To: <31401.12.10.219.39.1084965117.squirrel@www.razorsedge.org> References: <000101c44569$157f3f80$8b0a0a0a@siewhui> <31401.12.10.219.39.1084965117.squirrel@www.razorsedge.org> Message-ID: <40AB6187.6040900@mail.ac> Mike Arnold wrote: > ln -s /export/home/csw /opt/csw or mount lofs (which would be a better solution than ln -s) from my vfstab: /raid/csw - /opt/csw lofs - yes - -- , , o . /(,----.)\ o | /,\ \' ^ ^ `/ | | (( | (o)(o) | | _____|____\\.OOOo_(__)_oOOO._____|_____ / \ ) Of course, this mail runs NetBSD... ( \_____________________Oooo._____________/ | .oooO ( ) | ,---. ( ) ) / ,---. | | | \ ( (_/ | | | V V V \_) V V V From garyarm at testedgeinc.com Wed May 19 18:08:07 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Wed, 19 May 2004 09:08:07 -0700 Subject: [csw-users] CSWgd and version numbers Message-ID: <40AB8667.7000707@testedgeinc.com> Hi all; I'm having trouble with the perl GD module from CPAN. One of the messages from the install states: NOTICE: This module requires libgd 2.0.12 or higher. it will NOT work with earlier versions. See www.cpan.org for versions of GD that are compatible with earlier versions of libgd. From pkginfo -l, I see: PKGINST: CSWgd NAME: gd - libgd, Graphics creation library and utilities CATEGORY: system ARCH: sparc VERSION: 2.0.22,REV=2004.04.18 But when I ls -l /opt/csw/lib/libgd.*, I see: # ls -l /opt/csw/lib/libgd.* -rw-r--r-- 1 root bin 291132 Apr 18 15:08 /opt/csw/lib/libgd.a -rwxr-xr-x 1 root bin 844 Apr 18 14:54 /opt/csw/lib/libgd.la lrwxrwxrwx 1 root other 14 May 12 07:11 /opt/csw/lib/libgd.so -> libgd.so.2.0.0 lrwxrwxrwx 1 root other 14 May 12 07:11 /opt/csw/lib/libgd.so.2 -> libgd.so.2.0.0 -rwxr-xr-x 1 root bin 246520 Apr 18 14:54 /opt/csw/lib/libgd.so.2.0.0 # My question is, why do I see 2.0.0 instead of the 2.0.22 reported by pkginfo? BTW: I don't think this is the problem, I'm just trying to clear up my misunderstanding. If anyone has had success, getting blastwave and CPAN to play well together for gd on Solaris, it would be nice to know success is possible. TIA Gary From garyarm at testedgeinc.com Wed May 19 22:34:33 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Wed, 19 May 2004 13:34:33 -0700 Subject: [csw-users] CSWgd and version numbers References: <40AB8667.7000707@testedgeinc.com> Message-ID: <40ABC4D9.9090503@testedgeinc.com> Gary Armstrong wrote: > Hi all; > > I'm having trouble with the perl GD module from CPAN. One of the > messages from the install states: > > NOTICE: This module requires libgd 2.0.12 or higher. > it will NOT work with earlier versions. > See www.cpan.org for versions of GD that are compatible > with earlier versions of libgd. > > From pkginfo -l, I see: > > PKGINST: CSWgd > NAME: gd - libgd, Graphics creation library and utilities > CATEGORY: system > ARCH: sparc > VERSION: 2.0.22,REV=2004.04.18 > > But when I ls -l /opt/csw/lib/libgd.*, I see: > > # ls -l /opt/csw/lib/libgd.* > -rw-r--r-- 1 root bin 291132 Apr 18 15:08 > /opt/csw/lib/libgd.a > -rwxr-xr-x 1 root bin 844 Apr 18 14:54 > /opt/csw/lib/libgd.la > lrwxrwxrwx 1 root other 14 May 12 07:11 > /opt/csw/lib/libgd.so -> libgd.so.2.0.0 > lrwxrwxrwx 1 root other 14 May 12 07:11 > /opt/csw/lib/libgd.so.2 -> libgd.so.2.0.0 > -rwxr-xr-x 1 root bin 246520 Apr 18 14:54 > /opt/csw/lib/libgd.so.2.0.0 > # > > > My question is, why do I see 2.0.0 instead of the 2.0.22 reported by > pkginfo? > > BTW: I don't think this is the problem, I'm just trying to clear up my > misunderstanding. If anyone has had success, getting blastwave and > CPAN to play well together for gd on Solaris, it would be nice to know > success is possible. > > TIA > Gary > > _______________________________________________ > users mailing list > users at lists.blastwave.org > https://lists.blastwave.org/mailman/listinfo/users > > FYI; Sorry if you consider this off topic. Although I'd still like my question answered, I was able to get the CPAN module to load (using blastwave perl) by setting: make_arg CC='gcc' LD='gcc' CCCDLFLAGS='-fPIC' within CPAN. I had problems with a few other modules, I'll have to see if they are similar. I suspect, that because CSWperl was compiled with the sunpro compilers the GD module and possibly others look for cc vs gcc. Thanks Gary From D.Engelsma at LacksWheel.com Wed May 19 22:59:42 2004 From: D.Engelsma at LacksWheel.com (Engelsma, Dave) Date: Wed, 19 May 2004 16:59:42 -0400 Subject: [csw-users] Print Option in Gimp? Message-ID: <39B3822EA8434B4CA348AFA36C30CC0F66FF@corpmailserver2.LacksDomain> The print option in Gimp appears to be missing... I've installed gimpprint and that doesn't seem to have changed anything. Any ideas? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From shwong at sebasasia.com Thu May 20 09:49:53 2004 From: shwong at sebasasia.com (Siew Hui, Wong) Date: Thu, 20 May 2004 15:49:53 +0800 Subject: [csw-users] pkg-get to install in ither directories Message-ID: <001901c43e3f$0beed600$8b0a0a0a@siewhui> Hi Thanks Mike, Kevin for the tips. But, i actually found out that i was running out of disk space when i tried to install gcc3rg using pkg-get. After reading the warning msg on running out of disk space produced by pkg-get, i abruptly ended the installation. After i did what was advised by both of you, i've tried to re-install gcc. Below are the error messages that came out: # pkg-get install gcc3rt WARNING: gpg not found No worries... you already have version 3.3.3,REV=2004.04.23 of gcc3rt If you doubt this message, run 'pkg-get -U', then run 'pkg-get upgrade gcc3rt' # pkg-get upgrade tcc^C # pkg-get upt^C # pkg-get upgrade gcc3rt WARNING: gpg not found No worries... you already have version 3.3.3,REV=2004.04.23 of gcc3rt If you doubt this message, run 'pkg-get -U', then run 'pkg-get upgrade gcc3rt' But , when i tried to use 'find / -name gcc -print', no results were returned. Could anyone point out how i could reinstall gcc ? Again, thank you for the time. Your advice is greatly appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at blastwave.org Thu May 20 13:34:52 2004 From: mike at blastwave.org (Mike Arnold) Date: Thu, 20 May 2004 04:34:52 -0700 (MST) Subject: [csw-users] pkg-get to install in ither directories In-Reply-To: <001901c43e3f$0beed600$8b0a0a0a@siewhui> References: <001901c43e3f$0beed600$8b0a0a0a@siewhui> Message-ID: <32885.68.98.32.162.1085052892.squirrel@www.razorsedge.org> Siew Hui, Wong said: > Hi > > Thanks Mike, Kevin for the tips. > > But, i actually found out that i was running out of disk space when i > tried to install gcc3rg using pkg-get. After reading the warning msg on > running out of disk space produced by pkg-get, i abruptly ended the > installation. After i did what was advised by both of you, i've tried to > re-install gcc. Below are the error messages that came out: > > > # pkg-get install gcc3rt > WARNING: gpg not found > No worries... you already have version 3.3.3,REV=2004.04.23 of gcc3rt > If you doubt this message, run 'pkg-get -U', then run > 'pkg-get upgrade gcc3rt' > # pkg-get upgrade tcc^C > # pkg-get upt^C > # pkg-get upgrade gcc3rt > WARNING: gpg not found > No worries... you already have version 3.3.3,REV=2004.04.23 of gcc3rt > If you doubt this message, run 'pkg-get -U', then run > 'pkg-get upgrade gcc3rt' > > > But , when i tried to use 'find / -name gcc -print', no results were > returned. Could anyone point out how i could reinstall gcc ? > > > Again, thank you for the time. Your advice is greatly appreciated. # check STATUS of gcc3rt package pkginfo -l CSWgcc3rt # if the STATUS line says anything other then "completely installed" then # remove paritally installed gcc3rt package pkgrm CSWgcc3rt # reinstall from blastwave pkg-get -i gcc3rt -- -mike From sloewenthal at gemini.edu Fri May 21 18:11:10 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Fri, 21 May 2004 12:11:10 -0400 Subject: [csw-users] ASPELL dictionary packages fail installation. In-Reply-To: <32885.68.98.32.162.1085052892.squirrel@www.razorsedge.org> Message-ID: Dear all cswers, I'm trying to install the aspell dictionaries onto a Sola 2.8 sparc, but they give the these errors below. The distribution comes from our local internal mirror. I thought that it could be a problem with the local mirror packages but I changed the download site to url=http://ibiblio.org/pub/packages/solaris/csw/unstable and got the same error messages when I tried the pkg-get -i aspellen. When I try this on a Sol 2.9 box it works fine. The two test archs are: SunOS Yohst1 5.8 Generic_108528-17 sun4u sparc SUNW,Ultra-5_10 SunOS SteSrv1 5.9 Generic_112233-07 sun4u sparc SUNW,Sun-Fire-V210 Any ideas? Regards, Simon. Installing aspellen - aspell dictionaries for English. With variants en_CA canadian, en_GB british, en_US american. as ## Installing part 1 of 1. /tmp/CSWaspellen/installdata.tar.bz2 [ verifying class ] ## Executing postinstall script. ## Build the dictionaries... /opt/csw/bin/word-list-compress d < en-only.cwl | /opt/csw/bin/aspell --lang=en create master ./en-only.rws ld.so.1: /opt/csw/bin/aspell: fatal: libCstd.so.1: open failed: No such file or directory Killed gmake: *** [en-only.rws] Error 137 ## Update package information... ## Remove temporary files... ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist ERROR: attribute verification of failed pathname does not exist pkgadd: ERROR: postinstall script did not complete successfully Installation of partially failed. ERROR: could not add CSWaspellen. Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 From sloewenthal at gemini.edu Fri May 21 18:20:45 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Fri, 21 May 2004 12:20:45 -0400 Subject: [csw-users] OPENSSH gives errors ; PRNG is not seeded In-Reply-To: Message-ID: Dear all, Another one here: Is there a patch for this? [root at client]rc2.d$ ./S96opensshd start Creating new RSA public/private host key pair PRNG is not seeded Creating new DSA public/private host key pair PRNG is not seeded PRNG is not seeded Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 From asmoore at edge.net Fri May 21 18:27:21 2004 From: asmoore at edge.net (Alex S Moore) Date: Fri, 21 May 2004 11:27:21 -0500 Subject: [csw-users] ASPELL dictionary packages fail installation. In-Reply-To: References: Message-ID: <1085156841.982.2.camel@sws602> Hi, Simon On Fri, 2004-05-21 at 11:11, LOEWENTHAL Simon wrote: > ld.so.1: /opt/csw/bin/aspell: fatal: libCstd.so.1: open failed: No such file > or directory > Killed Do you have a pkg named SUNWlibC? This is the pkg that contains libCstd.so.1 on my system. I am not sure of what group this pkg is in. grep on my contents file shows: /usr/lib/libCstd.so.1 f none 0755 root bin 2002028 64004 1076107000 SUNWlibC Alex From garyarm at testedgeinc.com Fri May 21 19:14:13 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Fri, 21 May 2004 10:14:13 -0700 Subject: [csw-users] ASPELL dictionary packages fail installation. References: Message-ID: <40AE38E5.9000504@testedgeinc.com> LOEWENTHAL Simon wrote: >Dear all cswers, > >I'm trying to install the aspell dictionaries onto a Sola 2.8 sparc, but >they give the these errors below. The distribution comes from our local >internal mirror. I thought that it could be a problem with the local mirror >packages but I changed the download site to >url=http://ibiblio.org/pub/packages/solaris/csw/unstable and got the same >error messages when I tried the pkg-get -i aspellen. > >When I try this on a Sol 2.9 box it works fine. > >The two test archs are: > >SunOS Yohst1 5.8 Generic_108528-17 sun4u sparc SUNW,Ultra-5_10 >SunOS SteSrv1 5.9 Generic_112233-07 sun4u sparc SUNW,Sun-Fire-V210 > >Any ideas? > >Regards, Simon. > >Installing aspellen - aspell dictionaries for English. With variants en_CA >canadian, en_GB british, en_US american. as > >## Installing part 1 of 1. >/tmp/CSWaspellen/installdata.tar.bz2 >[ verifying class ] >## Executing postinstall script. >## Build the dictionaries... >/opt/csw/bin/word-list-compress d < en-only.cwl | >/opt/csw/bin/aspell --lang=en create master ./en-only.rws >ld.so.1: /opt/csw/bin/aspell: fatal: libCstd.so.1: open failed: No such file >or directory >Killed > > > Simon; It should work. See below. That library exits on my system. HTH Gary garyarm at teSrvr1:/usr/lib [55] uname -a SunOS teSrvr1 5.8 Generic_108528-29 sun4u sparc SUNW,Ultra-60 garyarm at teSrvr1:/usr/lib [56] pkginfo -l CSWaspellen PKGINST: CSWaspellen NAME: aspellen - aspell dictionaries for English. With variants en_CA canadian, en_GB british, en_US american. CATEGORY: application ARCH: all VERSION: 0.51.0_5,REV=2003.12.22 VENDOR: http://ftp.gnu.org/gnu/aspell/dict/ packaged for CSW by James Lee PSTAMP: daedal20031222071922 INSTDATE: Feb 20 2004 08:53 HOTLINE: http://www.blastwave.org/bugtrack/ EMAIL: james at blastwave.org STATUS: completely installed FILES: 22 installed pathnames 1 shared pathnames 2 directories 8542 blocks used (approx) garyarm at teSrvr1:/usr/lib [57] ls -l libCstd.so.1 -rwxr-xr-x 1 root bin 2001612 Dec 18 20:17 libCstd.so.1 garyarm at teSrvr1:/usr/lib [58] unalias ls From garyarm at testedgeinc.com Fri May 21 19:21:43 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Fri, 21 May 2004 10:21:43 -0700 Subject: [csw-users] OPENSSH gives errors ; PRNG is not seeded References: Message-ID: <40AE3AA7.6020803@testedgeinc.com> LOEWENTHAL Simon wrote: >Dear all, > >Another one here: Is there a patch for this? > > 112438 HTH Gary >[root at client]rc2.d$ ./S96opensshd start >Creating new RSA public/private host key pair >PRNG is not seeded >Creating new DSA public/private host key pair >PRNG is not seeded >PRNG is not seeded > >Regards, >Simon. > >--- >Simon Loewenthal >Gemini Observatory >Information Systems Group >Video 139.229.33.88 >Voice +56 51 205610 > > > > >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 > >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > > > > From shwong at sebasasia.com Mon May 24 03:43:28 2004 From: shwong at sebasasia.com (Siew Hui, Wong) Date: Mon, 24 May 2004 09:43:28 +0800 Subject: [csw-users] pkg-get to install in ither directories - SOLVED References: <001901c43e3f$0beed600$8b0a0a0a@siewhui> <32885.68.98.32.162.1085052892.squirrel@www.razorsedge.org> Message-ID: <011001c44130$a8afddb0$8b0a0a0a@siewhui> Hi Mike, You Said: > # check STATUS of gcc3rt package > pkginfo -l CSWgcc3rt > # if the STATUS line says anything other then "completely installed" then > # remove paritally installed gcc3rt package > pkgrm CSWgcc3rt > # reinstall from blastwave > pkg-get -i gcc3rt > Thank you so much. After following the steps above, it's a complete installation. Again, thank you ! Installation of was successful. # pkginfo -l CSWgcc3rt PKGINST: CSWgcc3rt NAME: gcc3rt - GNU Compiler Collection version 3 branch run-time CATEGORY: application ARCH: sparc VERSION: 3.3.3,REV=2004.04.23 VENDOR: http://gcc.gnu.org/ packaged for CSW by Andreas Almroth PSTAMP: unknown20040423085044 INSTDATE: May 24 2004 09:30 HOTLINE: http://www.blastwave.org/bugtrack/ EMAIL: aalmroth at blastwave.org STATUS: completely installed FILES: 90 installed pathnames 3 shared pathnames 10 directories 12 executables 60499 blocks used (approx) From sloewenthal at gemini.edu Mon May 24 15:33:33 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Mon, 24 May 2004 09:33:33 -0400 Subject: [csw-users] OPENSSH gives errors ; PRNG is not seeded In-Reply-To: <40AE3AA7.6020803@testedgeinc.com> Message-ID: Thanks Gary, This patch 112438 solved the problem. Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org]On Behalf Of Gary Armstrong Sent: Friday, May 21, 2004 1:22 PM To: questions and discussions Subject: Re: [csw-users] OPENSSH gives errors ; PRNG is not seeded LOEWENTHAL Simon wrote: >Dear all, > >Another one here: Is there a patch for this? > > 112438 HTH Gary >[root at client]rc2.d$ ./S96opensshd start >Creating new RSA public/private host key pair >PRNG is not seeded >Creating new DSA public/private host key pair >PRNG is not seeded >PRNG is not seeded > >Regards, >Simon. > >--- >Simon Loewenthal >Gemini Observatory >Information Systems Group >Video 139.229.33.88 >Voice +56 51 205610 > > > > >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 > >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > > > > _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 From sloewenthal at gemini.edu Mon May 24 18:05:20 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Mon, 24 May 2004 12:05:20 -0400 Subject: [csw-users] ASPELL dictionary packages fail installation. In-Reply-To: <40AE38E5.9000504@testedgeinc.com> Message-ID: Hi gary, Yes, I have that package installed on the system, but file /usr/lib/libCstd.so.1 does not exist; [root at Yohst1 ]lib$ pkginfo -l SUNWlibC PKGINST: SUNWlibC NAME: Sun Workshop Compilers Bundled libC CATEGORY: system ARCH: sparc VERSION: 5.8,REV=99.06.09 BASEDIR: / VENDOR: Sun Microsystems, Inc. DESC: Sun Workshop Compilers Bundled libC PSTAMP: dlitem12211837 INSTDATE: Apr 15 2002 15:32 HOTLINE: Please contact your local service provider STATUS: completely installed FILES: 8 installed pathnames 3 shared pathnames 3 directories 3 executables 1036 blocks used (approx) Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org]On Behalf Of Gary Armstrong Sent: Friday, May 21, 2004 1:14 PM To: questions and discussions Subject: Re: [csw-users] ASPELL dictionary packages fail installation. LOEWENTHAL Simon wrote: >Dear all cswers, > >I'm trying to install the aspell dictionaries onto a Sola 2.8 sparc, but >they give the these errors below. The distribution comes from our local >internal mirror. I thought that it could be a problem with the local mirror >packages but I changed the download site to >url=http://ibiblio.org/pub/packages/solaris/csw/unstable and got the same >error messages when I tried the pkg-get -i aspellen. > >When I try this on a Sol 2.9 box it works fine. > >The two test archs are: > >SunOS Yohst1 5.8 Generic_108528-17 sun4u sparc SUNW,Ultra-5_10 >SunOS SteSrv1 5.9 Generic_112233-07 sun4u sparc SUNW,Sun-Fire-V210 > >Any ideas? > >Regards, Simon. > >Installing aspellen - aspell dictionaries for English. With variants en_CA >canadian, en_GB british, en_US american. as > >## Installing part 1 of 1. >/tmp/CSWaspellen/installdata.tar.bz2 >[ verifying class ] >## Executing postinstall script. >## Build the dictionaries... >/opt/csw/bin/word-list-compress d < en-only.cwl | >/opt/csw/bin/aspell --lang=en create master ./en-only.rws >ld.so.1: /opt/csw/bin/aspell: fatal: libCstd.so.1: open failed: No such file >or directory >Killed > > > Simon; It should work. See below. That library exits on my system. HTH Gary garyarm at teSrvr1:/usr/lib [55] uname -a SunOS teSrvr1 5.8 Generic_108528-29 sun4u sparc SUNW,Ultra-60 garyarm at teSrvr1:/usr/lib [56] pkginfo -l CSWaspellen PKGINST: CSWaspellen NAME: aspellen - aspell dictionaries for English. With variants en_CA canadian, en_GB british, en_US american. CATEGORY: application ARCH: all VERSION: 0.51.0_5,REV=2003.12.22 VENDOR: http://ftp.gnu.org/gnu/aspell/dict/ packaged for CSW by James Lee PSTAMP: daedal20031222071922 INSTDATE: Feb 20 2004 08:53 HOTLINE: http://www.blastwave.org/bugtrack/ EMAIL: james at blastwave.org STATUS: completely installed FILES: 22 installed pathnames 1 shared pathnames 2 directories 8542 blocks used (approx) garyarm at teSrvr1:/usr/lib [57] ls -l libCstd.so.1 -rwxr-xr-x 1 root bin 2001612 Dec 18 20:17 libCstd.so.1 garyarm at teSrvr1:/usr/lib [58] unalias ls _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 From garyarm at testedgeinc.com Mon May 24 20:07:43 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Mon, 24 May 2004 11:07:43 -0700 Subject: [csw-users] ASPELL dictionary packages fail installation. References: Message-ID: <40B239EF.1030304@testedgeinc.com> LOEWENTHAL Simon wrote: >Hi gary, >Yes, I have that package installed on the system, but file >/usr/lib/libCstd.so.1 does not exist; > > I agree with Alex. I think it's part of SUNWlibC. Maybe it came with an update. garyarm at teSrvr2:/usr/lib [157] ls -l libC* -rwxr-xr-x 1 bin bin 100436 Jan 18 1996 libC.so.3 -rwxr-xr-x 1 root bin 336872 Dec 18 20:01 libC.so.5 -rwxr-xr-x 1 root bin 59680 Dec 18 20:01 libCrun.so.1 -rwxr-xr-x 1 root bin 2001612 Dec 18 20:17 libCstd.so.1 garyarm at teSrvr2:/usr/lib [158] If you notice std and run are dated the same as so.5, looks like so.3 was first. I'm currently at mu7 with recommended patches as of 2/18/2004 ( yeah I need to catch up ). HTH Gary > >[root at Yohst1 ]lib$ pkginfo -l SUNWlibC > PKGINST: SUNWlibC > NAME: Sun Workshop Compilers Bundled libC > CATEGORY: system > ARCH: sparc > VERSION: 5.8,REV=99.06.09 > BASEDIR: / > VENDOR: Sun Microsystems, Inc. > DESC: Sun Workshop Compilers Bundled libC > PSTAMP: dlitem12211837 > INSTDATE: Apr 15 2002 15:32 > HOTLINE: Please contact your local service provider > STATUS: completely installed > FILES: 8 installed pathnames > 3 shared pathnames > 3 directories > 3 executables > 1036 blocks used (approx) > >Regards, >Simon. > >--- >Simon Loewenthal >Gemini Observatory >Information Systems Group >Video 139.229.33.88 >Voice +56 51 205610 > > >-----Original Message----- >From: users-bounces at lists.blastwave.org >[mailto:users-bounces at lists.blastwave.org]On Behalf Of Gary Armstrong >Sent: Friday, May 21, 2004 1:14 PM >To: questions and discussions >Subject: Re: [csw-users] ASPELL dictionary packages fail installation. > > > > >LOEWENTHAL Simon wrote: > > > >>Dear all cswers, >> >>I'm trying to install the aspell dictionaries onto a Sola 2.8 sparc, but >>they give the these errors below. The distribution comes from our local >>internal mirror. I thought that it could be a problem with the local >> >> >mirror > > >>packages but I changed the download site to >>url=http://ibiblio.org/pub/packages/solaris/csw/unstable and got the same >>error messages when I tried the pkg-get -i aspellen. >> >>When I try this on a Sol 2.9 box it works fine. >> >>The two test archs are: >> >>SunOS Yohst1 5.8 Generic_108528-17 sun4u sparc SUNW,Ultra-5_10 >>SunOS SteSrv1 5.9 Generic_112233-07 sun4u sparc SUNW,Sun-Fire-V210 >> >>Any ideas? >> >>Regards, Simon. >> >>Installing aspellen - aspell dictionaries for English. With variants en_CA >>canadian, en_GB british, en_US american. as >> >>## Installing part 1 of 1. >>/tmp/CSWaspellen/installdata.tar.bz2 >>[ verifying class ] >>## Executing postinstall script. >>## Build the dictionaries... >>/opt/csw/bin/word-list-compress d < en-only.cwl | >>/opt/csw/bin/aspell --lang=en create master ./en-only.rws >>ld.so.1: /opt/csw/bin/aspell: fatal: libCstd.so.1: open failed: No such >> >> >file > > >>or directory >>Killed >> >> >> >> >> >Simon; > >It should work. See below. That library exits on my system. > >HTH >Gary > >garyarm at teSrvr1:/usr/lib [55] uname -a >SunOS teSrvr1 5.8 Generic_108528-29 sun4u sparc SUNW,Ultra-60 >garyarm at teSrvr1:/usr/lib [56] pkginfo -l CSWaspellen > PKGINST: CSWaspellen > NAME: aspellen - aspell dictionaries for English. With variants >en_CA canadian, en_GB british, en_US american. > CATEGORY: application > ARCH: all > VERSION: 0.51.0_5,REV=2003.12.22 > VENDOR: http://ftp.gnu.org/gnu/aspell/dict/ packaged for CSW by >James Lee > PSTAMP: daedal20031222071922 > INSTDATE: Feb 20 2004 08:53 > HOTLINE: http://www.blastwave.org/bugtrack/ > EMAIL: james at blastwave.org > STATUS: completely installed > FILES: 22 installed pathnames > 1 shared pathnames > 2 directories > 8542 blocks used (approx) > >garyarm at teSrvr1:/usr/lib [57] ls -l libCstd.so.1 >-rwxr-xr-x 1 root bin 2001612 Dec 18 20:17 libCstd.so.1 >garyarm at teSrvr1:/usr/lib [58] unalias ls > > >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users >--- >Incoming mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 > >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 > >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > > > > From sloewenthal at gemini.edu Mon May 24 20:30:01 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Mon, 24 May 2004 14:30:01 -0400 Subject: [csw-users] ASPELL dictionary packages fail installation. In-Reply-To: Message-ID: I copied the lib from another box and tried install apsellsl. It took three mins for the word-list-compress command to complete! but it worked anyhow. Seems fine on all other aspellxx installations. Cheers everybody. ## Executing postinstall script. ## Build the dictionaries... /opt/csw/bin/word-list-compress d < sl.cwl | /opt/csw/bin/aspell --lang=sl create master ./sl.rws mkdir -p /opt/csw/lib/aspell cp sl.rws sl.multi slovenian.alias /opt/csw/lib/aspell --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org]On Behalf Of LOEWENTHAL Simon Sent: Monday, May 24, 2004 12:05 PM To: questions and discussions Subject: RE: [csw-users] ASPELL dictionary packages fail installation. Hi gary, Yes, I have that package installed on the system, but file /usr/lib/libCstd.so.1 does not exist; [root at Yohst1 ]lib$ pkginfo -l SUNWlibC PKGINST: SUNWlibC NAME: Sun Workshop Compilers Bundled libC CATEGORY: system ARCH: sparc VERSION: 5.8,REV=99.06.09 BASEDIR: / VENDOR: Sun Microsystems, Inc. DESC: Sun Workshop Compilers Bundled libC PSTAMP: dlitem12211837 INSTDATE: Apr 15 2002 15:32 HOTLINE: Please contact your local service provider STATUS: completely installed FILES: 8 installed pathnames 3 shared pathnames 3 directories 3 executables 1036 blocks used (approx) Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org]On Behalf Of Gary Armstrong Sent: Friday, May 21, 2004 1:14 PM To: questions and discussions Subject: Re: [csw-users] ASPELL dictionary packages fail installation. LOEWENTHAL Simon wrote: >Dear all cswers, > >I'm trying to install the aspell dictionaries onto a Sola 2.8 sparc, but >they give the these errors below. The distribution comes from our local >internal mirror. I thought that it could be a problem with the local mirror >packages but I changed the download site to >url=http://ibiblio.org/pub/packages/solaris/csw/unstable and got the same >error messages when I tried the pkg-get -i aspellen. > >When I try this on a Sol 2.9 box it works fine. > >The two test archs are: > >SunOS Yohst1 5.8 Generic_108528-17 sun4u sparc SUNW,Ultra-5_10 >SunOS SteSrv1 5.9 Generic_112233-07 sun4u sparc SUNW,Sun-Fire-V210 > >Any ideas? > >Regards, Simon. > >Installing aspellen - aspell dictionaries for English. With variants en_CA >canadian, en_GB british, en_US american. as > >## Installing part 1 of 1. >/tmp/CSWaspellen/installdata.tar.bz2 >[ verifying class ] >## Executing postinstall script. >## Build the dictionaries... >/opt/csw/bin/word-list-compress d < en-only.cwl | >/opt/csw/bin/aspell --lang=en create master ./en-only.rws >ld.so.1: /opt/csw/bin/aspell: fatal: libCstd.so.1: open failed: No such file >or directory >Killed > > > Simon; It should work. See below. That library exits on my system. HTH Gary garyarm at teSrvr1:/usr/lib [55] uname -a SunOS teSrvr1 5.8 Generic_108528-29 sun4u sparc SUNW,Ultra-60 garyarm at teSrvr1:/usr/lib [56] pkginfo -l CSWaspellen PKGINST: CSWaspellen NAME: aspellen - aspell dictionaries for English. With variants en_CA canadian, en_GB british, en_US american. CATEGORY: application ARCH: all VERSION: 0.51.0_5,REV=2003.12.22 VENDOR: http://ftp.gnu.org/gnu/aspell/dict/ packaged for CSW by James Lee PSTAMP: daedal20031222071922 INSTDATE: Feb 20 2004 08:53 HOTLINE: http://www.blastwave.org/bugtrack/ EMAIL: james at blastwave.org STATUS: completely installed FILES: 22 installed pathnames 1 shared pathnames 2 directories 8542 blocks used (approx) garyarm at teSrvr1:/usr/lib [57] ls -l libCstd.so.1 -rwxr-xr-x 1 root bin 2001612 Dec 18 20:17 libCstd.so.1 garyarm at teSrvr1:/usr/lib [58] unalias ls _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 From sloewenthal at gemini.edu Mon May 24 20:34:15 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Mon, 24 May 2004 14:34:15 -0400 Subject: [csw-users] CSW Packages list -> client va Server. In-Reply-To: <011001c44130$a8afddb0$8b0a0a0a@siewhui> Message-ID: Hi all CSWers, Is there a list of CSW programmes that add start-up sscripts into /etc/rcN.d? This would be very useful to know as running pkg-get -a on all client machines that shouldn't be running certain services like apache or samba is a problem/security issue/breaks company policies etc. Anyone? Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 From michael at blastwave.org Mon May 24 22:49:32 2004 From: michael at blastwave.org (Michael Gernoth) Date: Mon, 24 May 2004 22:49:32 +0200 Subject: [csw-users] CSW Packages list -> client va Server. In-Reply-To: References: <011001c44130$a8afddb0$8b0a0a0a@siewhui> Message-ID: <20040524204931.GA21398@zerfleddert.de> On Mon, May 24, 2004 at 02:34:15PM -0400, LOEWENTHAL Simon wrote: > Is there a list of CSW programmes that add start-up sscripts into > /etc/rcN.d? Go to http://www.blastwave.org/filesearch.php and search for an exact match on init.d. Regards, Michael From sloewenthal at gemini.edu Tue May 25 15:08:17 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Tue, 25 May 2004 09:08:17 -0400 Subject: [csw-users] CSW Packages list -> client va Server. In-Reply-To: <20040524204931.GA21398@zerfleddert.de> Message-ID: Thanks Micheal, but this doesn't list all packages. "init.d" SEARCH RESULTS... PKGname Full path CSWcups /etc/init.d CSWsamba /etc/init.d CSWpureftpd /etc/init.d CSWsendmail /etc/init.d CSWmimedefang /etc/init.d CSWexim /etc/init.d CSWcourierimap /etc/init.d CSWclamav /etc/init.d CSWapache2 /etc/init.d CSWntop /etc/init.d The list omits openssh, which places this file /etc/init.d/opensshd. "opensshd" SEARCH RESULTS... PKGname Full path CSWossh /etc/rcS.d/K03opensshd=../init.d/opensshd CSWossh /etc/rc2.d/S96opensshd=../init.d/opensshd CSWossh /etc/rc1.d/K03opensshd=../init.d/opensshd CSWossh /etc/rc0.d/K03opensshd=../init.d/opensshd CSWossh /etc/init.d/opensshd Is there another method? Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org]On Behalf Of Michael Gernoth Sent: Monday, May 24, 2004 4:50 PM To: questions and discussions Subject: Re: [csw-users] CSW Packages list -> client va Server. On Mon, May 24, 2004 at 02:34:15PM -0400, LOEWENTHAL Simon wrote: > Is there a list of CSW programmes that add start-up sscripts into > /etc/rcN.d? Go to http://www.blastwave.org/filesearch.php and search for an exact match on init.d. Regards, Michael _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 From delrio at mie.utoronto.ca Tue May 25 21:45:44 2004 From: delrio at mie.utoronto.ca (Oscar del Rio) Date: Tue, 25 May 2004 15:45:44 -0400 Subject: [csw-users] CSW Packages list -> client va Server. In-Reply-To: References: Message-ID: <40B3A268.3020605@mie.utoronto.ca> >>Is there a list of CSW programmes that add start-up sscripts into >>/etc/rcN.d? > > Go to http://www.blastwave.org/filesearch.php and search for an > exact match on init.d. > Thanks Micheal, but this doesn't list all packages. Did you try a partial match? From sloewenthal at gemini.edu Tue May 25 22:33:40 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Tue, 25 May 2004 16:33:40 -0400 Subject: [csw-users] OPENSSH gives errors ; PRNG is not seeded In-Reply-To: Message-ID: Saying that it did on that machine. On another machine, which has that patch installed I get the same error message: [root at treile]/opt$ /etc/rc2.d/S96opensshd stop [root at treile]/opt$ /etc/rc2.d/S96opensshd start Creating new RSA public/private host key pair PRNG is not seeded Creating new DSA public/private host key pair PRNG is not seeded [root at treile]/opt$ PRNG is not seeded uname -a: SunOS treile 5.8 Generic sun4u sparc SUNW,Ultra-250 Is there a different patch for this prob? Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org]On Behalf Of LOEWENTHAL Simon Sent: Monday, May 24, 2004 9:34 AM To: questions and discussions Subject: RE: [csw-users] OPENSSH gives errors ; PRNG is not seeded Thanks Gary, This patch 112438 solved the problem. Regards, Simon. --- Simon Loewenthal Gemini Observatory Information Systems Group Video 139.229.33.88 Voice +56 51 205610 -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org]On Behalf Of Gary Armstrong Sent: Friday, May 21, 2004 1:22 PM To: questions and discussions Subject: Re: [csw-users] OPENSSH gives errors ; PRNG is not seeded LOEWENTHAL Simon wrote: >Dear all, > >Another one here: Is there a patch for this? > > 112438 HTH Gary >[root at client]rc2.d$ ./S96opensshd start >Creating new RSA public/private host key pair >PRNG is not seeded >Creating new DSA public/private host key pair >PRNG is not seeded >PRNG is not seeded > >Regards, >Simon. > >--- >Simon Loewenthal >Gemini Observatory >Information Systems Group >Video 139.229.33.88 >Voice +56 51 205610 > > > > >--- >Outgoing mail is certified Virus Free. >Checked by AVG anti-virus system (http://www.grisoft.com). >Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 > >_______________________________________________ >users mailing list >users at lists.blastwave.org >https://lists.blastwave.org/mailman/listinfo/users > > > > _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.688 / Virus Database: 449 - Release Date: 18/05/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 From ihsan at dogan.ch Tue May 25 22:47:16 2004 From: ihsan at dogan.ch (Ihsan Dogan) Date: Tue, 25 May 2004 22:47:16 +0200 Subject: [csw-users] OPENSSH gives errors ; PRNG is not seeded In-Reply-To: References: Message-ID: <20040525204716.GD29588@defiant.dogan.ch> Hi Simon, On Tuesday, 25 May 2004 16:33 -0400, LOEWENTHAL Simon wrote: > uname -a: SunOS treile 5.8 Generic sun4u sparc SUNW,Ultra-250 > > Is there a different patch for this prob? Did you rebooted your server after the installation? If yes: is the "random" module loaded? Cheers, Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ From sloewenthal at gemini.edu Wed May 26 00:34:33 2004 From: sloewenthal at gemini.edu (LOEWENTHAL Simon) Date: Tue, 25 May 2004 18:34:33 -0400 Subject: [csw-users] OPENSSH gives errors ; PRNG is not seeded In-Reply-To: <20040525204716.GD29588@defiant.dogan.ch> Message-ID: No reboot was performed. Problem solved. Sorry for the confusion. Regards, Silly sod. -----Original Message----- From: users-bounces at lists.blastwave.org [mailto:users-bounces at lists.blastwave.org]On Behalf Of Ihsan Dogan Sent: Tuesday, May 25, 2004 4:47 PM To: questions and discussions Subject: Re: [csw-users] OPENSSH gives errors ; PRNG is not seeded Hi Simon, On Tuesday, 25 May 2004 16:33 -0400, LOEWENTHAL Simon wrote: > uname -a: SunOS treile 5.8 Generic sun4u sparc SUNW,Ultra-250 > > Is there a different patch for this prob? Did you rebooted your server after the installation? If yes: is the "random" module loaded? Cheers, Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ _______________________________________________ users mailing list users at lists.blastwave.org https://lists.blastwave.org/mailman/listinfo/users --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 22/05/2004 From robert at gslt.hum.gu.se Thu May 27 14:32:01 2004 From: robert at gslt.hum.gu.se (Robert Andersson) Date: Thu, 27 May 2004 14:32:01 +0200 Subject: [csw-users] reverting upgrade or installation Message-ID: <16565.57281.254674.965149@mozart.gslt.hum.gu.se> hi all! i am just curious how one can use the pkg-get system to back out from an upgrade or installation? can one do this? if not, this should really be an option you should consider implementing i think. byt again i might be wrong, not finding/reading the docs... :) e.g. i tried to upgrade perl to version 5.8.x from 5.6.x, but when doing so it broke the logging in solaris 9 for some of the perl applications we are running. the sympa mailing list handler was one of them. yours, /robert ps. before i found this mailing list, too much scrolling, i posted a feature bug in the bugtracking system... sorry. ds. -- Systems Administrator Swedish National Graduate School of Language Technology From mark.aston at gunfleet.com Thu May 27 14:47:04 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Thu, 27 May 2004 13:47:04 +0100 Subject: [csw-users] reverting upgrade or installation In-Reply-To: <16565.57281.254674.965149@mozart.gslt.hum.gu.se> References: <16565.57281.254674.965149@mozart.gslt.hum.gu.se> Message-ID: <20040527134704.7365d90d@unknown> On Thu, 27 May 2004 14:32:01 +0200 Robert Andersson wrote: > i am just curious how one can use the pkg-get system to back out from > an upgrade or installation? can one do this? if not, this should > really be an option you should consider implementing i think. byt > again i might be wrong, not finding/reading the docs... :) You can just do a #pkgrm CSWxxx and remove the package, not sure if there are earlier versions stored anywhere, probably in the /stable directory of blastwave. -- Best regards Mark Aston http://www.gunfleet.com/solaris From robert at gslt.hum.gu.se Thu May 27 14:54:55 2004 From: robert at gslt.hum.gu.se (Robert Andersson) Date: Thu, 27 May 2004 14:54:55 +0200 Subject: [csw-users] reverting upgrade or installation In-Reply-To: <20040527134704.7365d90d@unknown> References: <16565.57281.254674.965149@mozart.gslt.hum.gu.se> <20040527134704.7365d90d@unknown> Message-ID: <16565.58655.235366.113394@mozart.gslt.hum.gu.se> mark, >>>>> "MA" == Mark Aston writes: MA> You can just do a MA> #pkgrm CSWxxx MA> and remove the package, not sure if there are earlier versions MA> stored anywhere, probably in the /stable directory of blastwave. errr... of course pkg-get is just a wrapper for the usual pkg system. doh! i thought it was your own invention. :) thanks, /robert -- Systems Administrator Swedish National Graduate School of Language Technology From mark.aston at gunfleet.com Thu May 27 16:19:41 2004 From: mark.aston at gunfleet.com (Mark Aston) Date: Thu, 27 May 2004 15:19:41 +0100 Subject: [csw-users] reverting upgrade or installation In-Reply-To: <16565.58655.235366.113394@mozart.gslt.hum.gu.se> References: <16565.57281.254674.965149@mozart.gslt.hum.gu.se> <20040527134704.7365d90d@unknown> <16565.58655.235366.113394@mozart.gslt.hum.gu.se> Message-ID: <20040527151941.0d0b789f@unknown> On Thu, 27 May 2004 14:54:55 +0200 Robert Andersson wrote: > errr... of course pkg-get is just a wrapper for the usual pkg system. > doh! i thought it was your own invention. :) Well not mine, I'm just a humble user:-) -- Best regards Mark Aston http://www.gunfleet.com/solaris From calvin_g_smith at yahoo.com Fri May 28 20:58:15 2004 From: calvin_g_smith at yahoo.com (Calvin Smith) Date: Fri, 28 May 2004 11:58:15 -0700 (PDT) Subject: [csw-users] Freetype2, hinting and ugly fonts in mozilla Message-ID: <20040528185815.62617.qmail@web11410.mail.yahoo.com> Is freetype2 compiled with hinting enabled? When I attempt to turn on hinting in mozilla (using the CSWmozilla package) it fails miserably. To be more precise, if I enable the following settings in unix.js which should give anti-aliased fonts, no fonts are displayed: pref("font.FreeType2.autohinted", true); pref("font.FreeType2.unhinted", false); If I set unhinted to true, I get anti-aliased fonts but they are pretty ugly and not at all like the windows or even gnome quality fonts (even if I use windows truetype fonts). I'm not sure which direction to go on this at this point. ===== -Calvin "There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain . . ." -- translation of "Lorem ipsum ... " (http://www.straightdope.com/columns/010216.html) __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ From bruno.s.delbono at mail.ac Sun May 30 05:25:00 2004 From: bruno.s.delbono at mail.ac (Bruno Saverio Delbono) Date: Sat, 29 May 2004 20:25:00 -0700 Subject: [csw-users] cyrus-imapd package Message-ID: <40B9540C.6020105@mail.ac> Hi, Is anyone working on a cyrus-imapd package? Kind Regards, -Kevin -- , , o . /(,----.)\ o | /,\ \' ^ ^ `/ | | (( | (o)(o) | | _____|____\\.OOOo_(__)_oOOO._____|_____ / \ ) Of course, this mail runs NetBSD... ( \_____________________Oooo._____________/ | .oooO ( ) | ,---. ( ) ) / ,---. | | | \ ( (_/ | | | V V V \_) V V V From sithglan at stud.uni-erlangen.de Sun May 30 08:19:46 2004 From: sithglan at stud.uni-erlangen.de (Thomas Glanzmann) Date: Sun, 30 May 2004 08:19:46 +0200 Subject: [csw-users] cyrus-imapd package In-Reply-To: <40B9540C.6020105@mail.ac> References: <40B9540C.6020105@mail.ac> Message-ID: <20040530061946.GL17197@cip.informatik.uni-erlangen.de> Hello Bruno, > Is anyone working on a cyrus-imapd package? not that I am aware of, but maybe Alex is. However it isn't that easy to provide one. And it's a nightmare to upgrade automatically without brake things. Thomas From asmoore at edge.net Sun May 30 14:11:44 2004 From: asmoore at edge.net (Alex S Moore) Date: Sun, 30 May 2004 07:11:44 -0500 Subject: [csw-users] cyrus-imapd package In-Reply-To: <20040530061946.GL17197@cip.informatik.uni-erlangen.de> References: <40B9540C.6020105@mail.ac> <20040530061946.GL17197@cip.informatik.uni-erlangen.de> Message-ID: <1085919103.6263.11.camel@sws602> On Sun, 2004-05-30 at 01:19, Thomas Glanzmann wrote: > Hello Bruno, > > > Is anyone working on a cyrus-imapd package? > > not that I am aware of, but maybe Alex is. However it isn't that easy to > provide one. And it's a nightmare to upgrade automatically without brake > things. Yes, I do have a cyrus-imapd pkg. But it is unpublished. I dropped it in favor of courier-imap and decided these two pkgs together were more than I would be able to support. However, both have their complications with upgrades. If Bruno wants to build and support cyrus-imapd, then go for it :> Or let me know if I should reconsider. Alex