From maciej at opencsw.org Thu Sep 1 14:26:22 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Thu, 1 Sep 2011 13:26:22 +0100 Subject: [csw-users] Outdated packages e.g. GCC 4.3 instead of 4.6 - reason? ; Suggestion new packages? In-Reply-To: References: Message-ID: 2011/8/31 Maciej Blizi?ski : > The newly built packages have passed the smoke test. ?If you wish to > test the packages, here's how: > > 1. Make sure you're subscribed to the opencsw-future catalog (via > /etc/opt/csw/pkgutil.conf) > 2. Run pkgutil with the -t flag to install gcc. > > http://mirror.opencsw.org/opencsw-future/unstable/ > > pkgutil -t http://buildfarm.opencsw.org/opencsw/experimental/gcc4 \ > -y -i gcc4core > > I highly recommend testing them, it's better to catch potential issues > now rather than later. I've just pushed an updated build, which installs backward-compatibility symlinks in /opt/csw/gcc4/bin. What are your experiences so far? Crashes and burns, or gloriously flies? My own testing so far has been positive. Maciej From Ashish.Rai at ge.com Thu Sep 1 17:59:06 2011 From: Ashish.Rai at ge.com (Rai, Ashish (GE, Corporate, consultant)) Date: Thu, 1 Sep 2011 11:59:06 -0400 Subject: [csw-users] Availability of Apache 2.2.20 for download Message-ID: Hi, I would like to know the availability of Apache-2.2.20 for download. Thanks Ashish -------------- next part -------------- An HTML attachment was scrubbed... URL: From bwalton at opencsw.org Thu Sep 1 18:19:08 2011 From: bwalton at opencsw.org (Ben Walton) Date: Thu, 01 Sep 2011 12:19:08 -0400 Subject: [csw-users] Availability of Apache 2.2.20 for download In-Reply-To: References: Message-ID: <1314893901-sup-2728@pinkfloyd.chass.utoronto.ca> Excerpts from Rai, Ashish (GE, Corporate, consultant)'s message of Thu Sep 01 11:59:06 -0400 2011: Hi Ashish, > I would like to know the availability of Apache-2.2.20 for download. I haven't worked on an update to this version yet but will try to do so as my time permits. I realize that this contains fixes for the recent CVE. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From bwalton at opencsw.org Fri Sep 2 02:37:48 2011 From: bwalton at opencsw.org (Ben Walton) Date: Thu, 01 Sep 2011 20:37:48 -0400 Subject: [csw-users] pending gpg key change Message-ID: <1314923670-sup-635@pinkfloyd.chass.utoronto.ca> Hi All, As part of the new release process, we have installed a new gpg key. Beginning in the near future, catalogs will be signed with it instead of the old key. You can find the public half on our website[1]. We're also planning to distribute a CSWpki package to deliver these when it's polished up. Thanks -Ben [1] http://www.opencsw.org/get-it/mirrors/ -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From bxstover at yahoo.co.uk Sun Sep 4 15:21:58 2011 From: bxstover at yahoo.co.uk (Ben Stover) Date: Sun, 04 Sep 2011 15:21:58 +0200 Subject: [csw-users] How to add "opencsw.org" as a package publisher in Package Manager of OpenSolaris 2009.06 Message-ID: <462390.71096.bm@smtp131.mail.ukl.yahoo.com> I use some software from opencsw.org in OpenSolaris 2009.06 and want to let the OpenSolaris UpdateManager AUTOMATICALLY updates these software tools. By default only opensolaris.org is entered as the only software package publisher in the Package Manager. How do I add opencsw.org as package publisher in Package Manager of OpenSolaris? When I try it in a way like the following snapshot shows: http://imageshack.us/photo/my-images/709/capture20110518203937.png/ I get problems. The package manager told me something like "no packages found" or similar. What's wrong? Does opencsw.org offer such automatic software delivery repository for OpenSolaris at all? Or is manual installation the only option? Thank you Ben From maciej at opencsw.org Sun Sep 4 15:52:26 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Sun, 4 Sep 2011 14:52:26 +0100 Subject: [csw-users] How to add "opencsw.org" as a package publisher in Package Manager of OpenSolaris 2009.06 In-Reply-To: <462390.71096.bm@smtp131.mail.ukl.yahoo.com> References: <462390.71096.bm@smtp131.mail.ukl.yahoo.com> Message-ID: 2011/9/4 Ben Stover : > Does opencsw.org offer such automatic software delivery repository for OpenSolaris at all? > Or is manual installation the only option? I'm suspecting that the tool you're using expects there to be an IPS repository, while OpenCSW provides svr4 packages in own repository format. It's not possible to install OpenCSW packages using Package Manager. In order to install packages from OpenCSW, you need to follow the instructions from http://www.opencsw.org/get-it/ and issue as root: pkgadd -d http://get.opencsw.org/now ...and then install packages using pkgutil, the command line tool. Maciej From bwalton at opencsw.org Sun Sep 4 19:20:21 2011 From: bwalton at opencsw.org (Ben Walton) Date: Sun, 04 Sep 2011 13:20:21 -0400 Subject: [csw-users] New gpg key delivery mechanism Message-ID: <1315156728-sup-4199@pinkfloyd.chass.utoronto.ca> Hi All, I just pushed a new package called CSWcswpki that can deliver the public keys used by OpenCSW for catalog signing. If you install this package and then run cswpki --import, you will get a private gpg keyring in /var/opt/csw/pki/ that pkgutil is able to use. You may need to unset gpg_homedir in pkgutil.conf (or set it explicitly to /var/opt/csw/pki) for this work. You can also set pki_auto=yes in your /etc/opt/csw/csw.conf to see the import action happen automatically at package install time isntead of requiring you to run any commands manually. Please let me know if you have any issues with this. It's a rough approximation of some of the functionality found in dpkg or rpm and there is lots of room for improvement still. Suggestions (and patches) welcomed. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From bwalton at opencsw.org Sun Sep 4 22:11:33 2011 From: bwalton at opencsw.org (Ben Walton) Date: Sun, 04 Sep 2011 16:11:33 -0400 Subject: [csw-users] Availability of Apache 2.2.20 for download In-Reply-To: References: Message-ID: <1315167029-sup-1947@pinkfloyd.chass.utoronto.ca> Excerpts from Rai, Ashish (GE, Corporate, consultant)'s message of Thu Sep 01 11:59:06 -0400 2011: Hi Ashish, > I would like to know the availability of Apache-2.2.20 for download. I just pushed an updated set of apache2 packages to an experimental repository. These are visible at: http://buildfarm.opencsw.org/experimental.html#apache2 Some initial testing here looks positive. Can you test them on a non-production system and let me know of any issues? Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From maciej at opencsw.org Mon Sep 5 11:04:50 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Mon, 5 Sep 2011 10:04:50 +0100 Subject: [csw-users] FW: Now a Problem Using FireFox In-Reply-To: References: <83198AA6-D8EF-4554-9D8B-B9299B08BA90@opencsw.org> Message-ID: 2011/8/31 Fred Strickland : > > Good evening everyone, > > I had uploaded a 545?KB size file.? I didn't know that it would bump into a > size limit.? I am resending this message with the same document in a zipped > form.? It appears to be 46 KB in size. I don't see anything obvious in this truss log. At this point, I'm still unsure whether the problem is with the package / with binaries or with something about your environment. We aren't currently maintaining an up to date firefox package, unfortunately. I would suggest following Sebastian's advice, and getting Firefox from releases.mozilla.org: http://releases.mozilla.org/pub/mozilla.org/firefox/releases/ Under a release version, then the contrib directory, you'll find Solaris packages with recent Firefox builds. Maciej From dam at opencsw.org Mon Sep 5 11:15:18 2011 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 5 Sep 2011 11:15:18 +0200 Subject: [csw-users] Now a Problem Using FireFox In-Reply-To: References: , , , , , , , , , , , , , , , , , <4E5C6700.4060209@opencsw.org> , <759741A1-3D85-48AB-9D52-5B773B9D2086@opencsw.org> Message-ID: <3086DFFF-AF46-4100-BB1F-9ECB27DCFA02@opencsw.org> Hi Fred, (cc'ed users@, please do not send package related email to me directly). Am 04.09.2011 um 23:26 schrieb Fred Strickland: > Concerning the problems that I am having with FireFox, what are my options? > > Could I install other CSW programs without making the issues with FireFox worst? Most of the non-desktop stuff should be in pretty good shape. Feel free to add any other packages, they will not interact with your firefox installation. > Should I explore the CSW catalog for another web browser? > Someone had suggested installing a tarball version of FireFox. Is that a wise course of action? Or will that create problems for the CSW environment? I would go with the contributed build for now as advised. It will not interact with the OpenCSW installation. Best regards -- Dago -------------- next part -------------- An HTML attachment was scrubbed... URL: From fredstrickland at hotmail.com Tue Sep 6 19:06:22 2011 From: fredstrickland at hotmail.com (Fred Strickland) Date: Tue, 6 Sep 2011 12:06:22 -0500 Subject: [csw-users] FW: Now a Problem Using FireFox In-Reply-To: References: , , , , , , , , , , , , , , , , , <83198AA6-D8EF-4554-9D8B-B9299B08BA90@opencsw.org>, ,, , Message-ID: Good morning, Thank you for your suggestion. I will go through and remove the CSW FireFox and use the latest FireFox build. I see that might be http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/contrib/solaris_pkgadd/ firefox-6.01.en-US.solaris-10-fcs-sparc-pkg.bz2 Seems to be listed twice: http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest-6.0/contrib/solaris_pkgadd/ I see the tarball directory: http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/contrib/solaris_tarball/ firefox-6.0.1.en-US.solaris-10-fcs-sparc.complete.mar 31-Aug-2011 10:36 29M == I am not sure what this is. firefox-6.0.1.en-US.solaris-10-fcs-sparc.tar.bz2 31-Aug-2011 10:36 29M http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest-6.0/contrib/solaris_tarball/ firefox-6.0.1.en-US.solaris-10-fcs-sparc.complete.mar 31-Aug-2011 10:36 29M == I am not sure what this is. firefox-6.0.1.en-US.solaris-10-fcs-sparc.tar.bz2 31-Aug-2011 10:36 29M I could not find any readme files. So I don't know which one to use. I will try the Solaris 10 pkgadd version from the first URL. If it doesn't work, then I will try another file. Thank you, Fred > From: maciej at opencsw.org > Date: Mon, 5 Sep 2011 10:04:50 +0100 > To: users at lists.opencsw.org > Subject: Re: [csw-users] FW: Now a Problem Using FireFox > > 2011/8/31 Fred Strickland : > > > > Good evening everyone, > > > > I had uploaded a 545 KB size file. I didn't know that it would bump into a > > size limit. I am resending this message with the same document in a zipped > > form. It appears to be 46 KB in size. > > I don't see anything obvious in this truss log. At this point, I'm > still unsure whether the problem is with the package / with binaries > or with something about your environment. > > We aren't currently maintaining an up to date firefox package, > unfortunately. I would suggest following Sebastian's advice, and > getting Firefox from releases.mozilla.org: > > http://releases.mozilla.org/pub/mozilla.org/firefox/releases/ > > Under a release version, then the contrib directory, you'll find > Solaris packages with recent Firefox builds. > > Maciej > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From bwalton at opencsw.org Wed Sep 7 02:03:06 2011 From: bwalton at opencsw.org (Ben Walton) Date: Tue, 06 Sep 2011 20:03:06 -0400 Subject: [csw-users] apache 2.2.20 Message-ID: <1315353578-sup-4063@pinkfloyd.chass.utoronto.ca> Hi All, I just pushed apache 2.2.20 for release to the mirrors. It addresses the recent Range header CVE[1]. Please let me know if you have any issues with this update and I'll prioritize the fixes. Thanks -Ben [1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3192 -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From victorhooi at yahoo.com Wed Sep 7 02:24:28 2011 From: victorhooi at yahoo.com (Victor Hooi) Date: Wed, 7 Sep 2011 10:24:28 +1000 Subject: [csw-users] Outdate Puppet packages (2.6.9, latest is 2.7.3). Message-ID: heya, I just noticed that the Puppet packages on OpenCSW (2.6.9) are a bit outdated. The latest version is 2.7.3, released August 2011: http://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes#2.7.3 The 2.7.x branch does contain some significant changes over 2.6.x. I didn't see any experimental packages ( http://buildfarm.opencsw.org/experimental.html) for it, but I was wondering if anybody is actively working on it, or if it might be in the pipeline =)? I'm happy to help test any pre-release packages or help out in any other way I can. (I doubt I have the knowledge to be a package maintainer for this). Cheers, Victor -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Thu Sep 8 12:34:37 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_Blizi=C5=84ski?=) Date: Thu, 8 Sep 2011 11:34:37 +0100 Subject: [csw-users] Outdate Puppet packages (2.6.9, latest is 2.7.3). In-Reply-To: References: Message-ID: 2011/9/7 Victor Hooi : > I'm happy to help test any pre-release packages or help out in any other way > I can. (I doubt I have the knowledge to be a package maintainer for this). Cool. It is relatively easy to roll an update. http://buildfarm.opencsw.org/experimental.html#puppet Please tell if there are any issues with it. Maciej From bwalton at opencsw.org Fri Sep 9 02:40:41 2011 From: bwalton at opencsw.org (Ben Walton) Date: Thu, 08 Sep 2011 20:40:41 -0400 Subject: [csw-users] php headed to unstable Message-ID: <1315528744-sup-5101@pinkfloyd.chass.utoronto.ca> Hi All, I'm currently uploading php 5.3.8 packages for distribution to the unstable catalog on the mirrors. There are some changes in 5.3 (from 5.2) so definitely test your apps, etc before updating. This is a big overhaul of the previous packaging effort, so please let me know about any issues that you encounter. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From maciej at opencsw.org Sat Sep 10 18:37:05 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Sat, 10 Sep 2011 17:37:05 +0100 Subject: [csw-users] Outdate Puppet packages (2.6.9, latest is 2.7.3). In-Reply-To: References: Message-ID: 2011/9/7 Victor Hooi : > heya, > I just noticed that the Puppet packages on OpenCSW (2.6.9) are a bit > outdated. > The latest version is 2.7.3, released August 2011: > http://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes#2.7.3 > The 2.7.x branch does contain some significant changes over 2.6.x. > I didn't see any?experimental?packages > (http://buildfarm.opencsw.org/experimental.html) for it, but I was wondering > if anybody is actively working on it, or if it might be in the pipeline =)? > I'm happy to help test any pre-release packages or help out in any other way > I can. (I doubt I have the knowledge to be a package maintainer for this). I talked to Mark, the puppet package maintainer. He is aware of the updates and he's waiting for the version 2.7 to become more stable to release it. Maciej From ghenry at cmi.univ-mrs.fr Mon Sep 12 15:20:35 2011 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Mon, 12 Sep 2011 15:20:35 +0200 Subject: [csw-users] evince parser error : Document is empty Message-ID: <4E6E0723.1080701@cmi.univ-mrs.fr> hello all, i got this error since updated some packages: % evince /opt/csw/share/evince/evince-toolbar.xml:1: parser error : Document is empty ^ /opt/csw/share/evince/evince-toolbar.xml:1: parser error : Start tag expected, '<' not found ^ Bus error evince is 2.22.2,REV=2008.06.13, on sparc solaris 10. And the file seems ok: % pkgchk -l -p /opt/csw/share/evince/evince-toolbar.xml Pathname: /opt/csw/share/evince/evince-toolbar.xml Type: regular file Expected mode: 0644 Expected owner: root Expected group: bin Expected file size (bytes): 1159 Expected sum(1) of contents: 30067 Expected last modification: Jun 13 09:53:30 AM 2008 Referenced by the following packages: CSWevince Current status: installed anybody can help, thanks in advance gerard From aguero.emiliano at gmail.com Mon Sep 12 19:49:05 2011 From: aguero.emiliano at gmail.com (Emiliano Aguero) Date: Mon, 12 Sep 2011 14:49:05 -0300 Subject: [csw-users] evince parser error : Document is empty In-Reply-To: <4E6E0723.1080701@cmi.univ-mrs.fr> References: <4E6E0723.1080701@cmi.univ-mrs.fr> Message-ID: Hello all. Please., help me I can't download from ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof., somebody have a user and password of it. thanks., best regards 2011/9/12 Gerard Henry > hello all, > i got this error since updated some packages: > % evince > /opt/csw/share/evince/evince-**toolbar.xml:1: parser error : Document is > empty > > ^ > /opt/csw/share/evince/evince-**toolbar.xml:1: parser error : Start tag > expected, '<' not found > > ^ > Bus error > > evince is 2.22.2,REV=2008.06.13, on sparc solaris 10. And the file seems > ok: > % pkgchk -l -p /opt/csw/share/evince/evince-**toolbar.xml > Pathname: /opt/csw/share/evince/evince-**toolbar.xml > Type: regular file > Expected mode: 0644 > Expected owner: root > Expected group: bin > Expected file size (bytes): 1159 > Expected sum(1) of contents: 30067 > Expected last modification: Jun 13 09:53:30 AM 2008 > Referenced by the following packages: > CSWevince > Current status: installed > > anybody can help, > > > thanks in advance > > gerard > ______________________________**_________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/**mailman/listinfo/users > -- Emiliano Aguero 4270-1416 15-5317-6383 -------------- next part -------------- An HTML attachment was scrubbed... URL: From gadavis at opencsw.org Mon Sep 12 19:58:15 2011 From: gadavis at opencsw.org (Geoff Davis) Date: Mon, 12 Sep 2011 10:58:15 -0700 Subject: [csw-users] lsof In-Reply-To: References: <4E6E0723.1080701@cmi.univ-mrs.fr> Message-ID: <4E6E4837.4040605@opencsw.org> On 9/12/11 10:49 AM, Emiliano Aguero wrote: > Hello all. > > Please., help me > I can't download from ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof., > somebody have a user and password of it. > > thanks., > best regards > Hi Emiliano, Please change the subject if you are starting a new thread. I doubt that anyone will have information on how to access that particular mirror for lsof. That said, lsof doesn't work particularly well on Solaris. Have you tried using the native tools like pfiles and pwdx? From bonivart at opencsw.org Mon Sep 12 20:11:17 2011 From: bonivart at opencsw.org (Peter Bonivart) Date: Mon, 12 Sep 2011 20:11:17 +0200 Subject: [csw-users] evince parser error : Document is empty In-Reply-To: References: <4E6E0723.1080701@cmi.univ-mrs.fr> Message-ID: On Mon, Sep 12, 2011 at 7:49 PM, Emiliano Aguero wrote: > Hello all. > Please., help me > I can't download from ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof., > ?somebody ?have a user and password of it. Not that I understand what this has to do with OpenCSW or why you replied to this evince thread but try anonymous as user and any e-mail address as password. /peter From aguero.emiliano at gmail.com Mon Sep 12 20:29:04 2011 From: aguero.emiliano at gmail.com (Emiliano Aguero) Date: Mon, 12 Sep 2011 15:29:04 -0300 Subject: [csw-users] lsof In-Reply-To: <4E6E4837.4040605@opencsw.org> References: <4E6E0723.1080701@cmi.univ-mrs.fr> <4E6E4837.4040605@opencsw.org> Message-ID: Hello Davis. thanks for answer. I will try with pfiles and pwdx... In my works we use lsof p.g #lsof -l | grep 5215 what process use the port 5215 best regards 2011/9/12 Geoff Davis > On 9/12/11 10:49 AM, Emiliano Aguero wrote: > >> Hello all. >> >> Please., help me >> I can't download from ftp://lsof.itap.purdue.edu/**pub/tools/unix/lsof., >> somebody have a user and password of it. >> >> thanks., >> best regards >> >> Hi Emiliano, > > Please change the subject if you are starting a new thread. > > I doubt that anyone will have information on how to access that particular > mirror for lsof. > > That said, lsof doesn't work particularly well on Solaris. Have you tried > using the native tools like pfiles and pwdx? > ______________________________**_________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/**mailman/listinfo/users > -- Emiliano Aguero 4270-1416 15-5317-6383 -------------- next part -------------- An HTML attachment was scrubbed... URL: From bonivart at opencsw.org Mon Sep 12 20:40:40 2011 From: bonivart at opencsw.org (Peter Bonivart) Date: Mon, 12 Sep 2011 20:40:40 +0200 Subject: [csw-users] lsof In-Reply-To: References: <4E6E0723.1080701@cmi.univ-mrs.fr> <4E6E4837.4040605@opencsw.org> Message-ID: On Mon, Sep 12, 2011 at 8:29 PM, Emiliano Aguero wrote: > I will try with pfiles and pwdx... > In my works we use lsof > p.g > #lsof -l | grep 5215 > what process use the port 5215 You could also try pidconport which is a script that uses internal Solaris tools to emulate some of lsof's functionality. # pkgutil -i pcp # pidconport -a From dam at opencsw.org Mon Sep 12 22:40:17 2011 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 12 Sep 2011 22:40:17 +0200 Subject: [csw-users] evince parser error : Document is empty In-Reply-To: References: <4E6E0723.1080701@cmi.univ-mrs.fr> Message-ID: <578A2862-FC8A-4912-B8FB-590110D76792@opencsw.org> Hi Emiliano, Am 12.09.2011 um 19:49 schrieb Emiliano Aguero: > Please., help me > I can't download from ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof., somebody have a user and password of it. The lsof package is best downloaded with pkgutil from the primary mirror: http://www.opencsw.org/get-it/pkgutil/ Then /opt/csw/bin/pkgutil -i lsof The link you reference are the upstream sources if you want to compile them yourself. Best regards -- Dago -------------- next part -------------- An HTML attachment was scrubbed... URL: From victorhooi at yahoo.com Tue Sep 13 01:41:19 2011 From: victorhooi at yahoo.com (Victor Hooi) Date: Tue, 13 Sep 2011 09:41:19 +1000 Subject: [csw-users] Jnettop - console etwork traffic visualizer - thoughts? Message-ID: heya, What do you guys think of jnnettop: http://jnettop.kubs.info/wiki/ It's a network traffic visualiser that can display each of the streams with bandwidth used. It has both a comand-line Ncurses client and a Java-based GUI frontend. Would this be suitable for inclusion in OpenCSW? Or are there any other lightweight alternatives that work well on Solaris? (I couldn't find any alternatives in the existing packages - nearest equavilent is Ntop, but that requires a web-server and nowhere near as lightweight). Cheers, Victor -------------- next part -------------- An HTML attachment was scrubbed... URL: From bwalton at opencsw.org Tue Sep 13 02:09:06 2011 From: bwalton at opencsw.org (Ben Walton) Date: Mon, 12 Sep 2011 20:09:06 -0400 Subject: [csw-users] Jnettop - console etwork traffic visualizer - thoughts? In-Reply-To: References: Message-ID: <1315872424-sup-3484@pinkfloyd.chass.utoronto.ca> Excerpts from Victor Hooi's message of Mon Sep 12 19:41:19 -0400 2011: Hi Victor, > What do you guys think of jnnettop: I don't have much to say about this tool as I don't know anything about it. > Would this be suitable for inclusion in OpenCSW? Or are there any > other lightweight alternatives that work well on Solaris? As long as we can legally distribute it and someone is willing to package it, it's suitable. Do you care to package it? Packages created by those using the tools in their own environments tend to be the best...there is lots of support available to help you learn the ropes if you're up for it. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From victorhooi at yahoo.com Tue Sep 13 02:46:51 2011 From: victorhooi at yahoo.com (Victor Hooi) Date: Tue, 13 Sep 2011 10:46:51 +1000 Subject: [csw-users] Jnettop - console etwork traffic visualizer - thoughts? In-Reply-To: <1315872424-sup-3484@pinkfloyd.chass.utoronto.ca> References: <1315872424-sup-3484@pinkfloyd.chass.utoronto.ca> Message-ID: heya, Hmm, ok. I don't know enough about Solaris packaging to be honest, lol, but I'll happy to take a shot at it. What's a good starting point in terms of reading on how to compile and build a package for OpenCSW? What sort of build environment do I need setup? (I have a OpenSolaris VM 5.11 snv_151a) Cheers, Victor On Tue, Sep 13, 2011 at 10:09, Ben Walton wrote: > Excerpts from Victor Hooi's message of Mon Sep 12 19:41:19 -0400 2011: > > Hi Victor, > > > What do you guys think of jnnettop: > > I don't have much to say about this tool as I don't know anything > about it. > > > Would this be suitable for inclusion in OpenCSW? Or are there any > > other lightweight alternatives that work well on Solaris? > > As long as we can legally distribute it and someone is willing to > package it, it's suitable. Do you care to package it? Packages > created by those using the tools in their own environments tend to be > the best...there is lots of support available to help you learn the > ropes if you're up for it. > > Thanks > -Ben > -- > Ben Walton > Systems Programmer - CHASS > University of Toronto > C:416.407.5610 | W:416.978.4302 > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Tue Sep 13 05:21:37 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Tue, 13 Sep 2011 04:21:37 +0100 Subject: [csw-users] GCC 4.3.3 Question In-Reply-To: References: Message-ID: Hello Nitin, I've built gcc-4.6.1. maciej at unstable9s :~ > g++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/opt/csw/libexec/gcc/sparc-sun-solaris2.9/4.6.1/lto-wrapper Target: sparc-sun-solaris2.9 Configured with: /home/maciej/src/opencsw/pkg/gcc4/branches/opt-csw-prefix/work/solaris9-sparc/build-isa-sparcv8/gcc-4.6.1/configure --program-suffix=-4.6 --prefix=/opt/csw --exec_prefix=/opt/csw --bindir=/opt/csw/bin --sbindir=/opt/csw/sbin --libexecdir=/opt/csw/libexec --datadir=/opt/csw/share --sysconfdir=/etc/opt/csw --sharedstatedir=/opt/csw/share --localstatedir=/var/opt/csw --libdir=/opt/csw/lib --infodir=/opt/csw/share/info --includedir=/opt/csw/include --mandir=/opt/csw/share/man --with-gnu-as --with-as=/opt/csw/bin/gas --without-gnu-ld --with-ld=/usr/ccs/bin/ld --enable-nls --with-included-gettext --with-libiconv-prefix=/opt/csw --with-x --with-mpfr=/opt/csw --with-gmp=/opt/csw --enable-java-awt=xlib --enable-libssp --enable-objc-gc --enable-threads=posix --enable-languages=c,c++,fortran,java,objc --with-system-zlib=/opt/csw --with-cpu=v8 Thread model: posix gcc version 4.6.1 (GCC) It is now available for testing from the unstable catalog. To test it, you can configure one testing machine to use the unstable catalog by putting this into /etc/opt/csw/pkgutil.conf: mirror=http://mirror.opencsw.org/opencsw/unstable/ This will install other updates that are already uploaded to unstable, including gcc-4.6.1: pkgutil -U pkgutil -y -i gcc4core gcc4g++ Let me know if testing went well or not. Maciej From ghenry at cmi.univ-mrs.fr Tue Sep 13 08:40:49 2011 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Tue, 13 Sep 2011 08:40:49 +0200 Subject: [csw-users] evince parser error : Document is empty In-Reply-To: <4E6E0723.1080701@cmi.univ-mrs.fr> References: <4E6E0723.1080701@cmi.univ-mrs.fr> Message-ID: <4E6EFAF1.9050304@cmi.univ-mrs.fr> nobody? On 09/12/11 03:20 PM, Gerard Henry wrote: > hello all, > i got this error since updated some packages: > % evince > /opt/csw/share/evince/evince-toolbar.xml:1: parser error : Document is > empty > > ^ > /opt/csw/share/evince/evince-toolbar.xml:1: parser error : Start tag > expected, '<' not found > > ^ > Bus error > > evince is 2.22.2,REV=2008.06.13, on sparc solaris 10. And the file seems > ok: > % pkgchk -l -p /opt/csw/share/evince/evince-toolbar.xml > Pathname: /opt/csw/share/evince/evince-toolbar.xml > Type: regular file > Expected mode: 0644 > Expected owner: root > Expected group: bin > Expected file size (bytes): 1159 > Expected sum(1) of contents: 30067 > Expected last modification: Jun 13 09:53:30 AM 2008 > Referenced by the following packages: > CSWevince > Current status: installed > > anybody can help, > > > thanks in advance > > gerard > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users From bonivart at opencsw.org Tue Sep 13 08:57:25 2011 From: bonivart at opencsw.org (Peter Bonivart) Date: Tue, 13 Sep 2011 08:57:25 +0200 Subject: [csw-users] evince parser error : Document is empty In-Reply-To: <4E6EFAF1.9050304@cmi.univ-mrs.fr> References: <4E6E0723.1080701@cmi.univ-mrs.fr> <4E6EFAF1.9050304@cmi.univ-mrs.fr> Message-ID: Have you looked at the actual files content? The pkgchk info is from install, maybe the content is different now? /peter On Tue, Sep 13, 2011 at 8:40 AM, Gerard Henry wrote: > nobody? > > On 09/12/11 03:20 PM, Gerard Henry wrote: >> >> hello all, >> i got this error since updated some packages: >> % evince >> /opt/csw/share/evince/evince-toolbar.xml:1: parser error : Document is >> empty >> >> ^ >> /opt/csw/share/evince/evince-toolbar.xml:1: parser error : Start tag >> expected, '<' not found >> >> ^ >> Bus error >> >> evince is 2.22.2,REV=2008.06.13, on sparc solaris 10. And the file seems >> ok: >> % pkgchk -l -p /opt/csw/share/evince/evince-toolbar.xml >> Pathname: /opt/csw/share/evince/evince-toolbar.xml >> Type: regular file >> Expected mode: 0644 >> Expected owner: root >> Expected group: bin >> Expected file size (bytes): 1159 >> Expected sum(1) of contents: 30067 >> Expected last modification: Jun 13 09:53:30 AM 2008 >> Referenced by the following packages: >> CSWevince >> Current status: installed >> >> anybody can help, >> >> >> thanks in advance >> >> gerard >> _______________________________________________ >> users mailing list >> users at lists.opencsw.org >> https://lists.opencsw.org/mailman/listinfo/users > > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > From bonivart at opencsw.org Tue Sep 13 10:53:40 2011 From: bonivart at opencsw.org (Peter Bonivart) Date: Tue, 13 Sep 2011 10:53:40 +0200 Subject: [csw-users] Jnettop - console etwork traffic visualizer - thoughts? In-Reply-To: References: <1315872424-sup-3484@pinkfloyd.chass.utoronto.ca> Message-ID: On Tue, Sep 13, 2011 at 2:46 AM, Victor Hooi wrote: > What sort of build environment do I need setup? (I have a OpenSolaris VM > 5.11 snv_151a) If you register as a maintainer you can use the build farm the rest of us use, no need to spend weeks to set that up yourself. http://www.opencsw.org/extend-it/signup/ /peter From jon.craig at craigslanding.net Tue Sep 13 13:11:21 2011 From: jon.craig at craigslanding.net (Jonathan Craig) Date: Tue, 13 Sep 2011 07:11:21 -0400 Subject: [csw-users] Jnettop - console etwork traffic visualizer - thoughts? In-Reply-To: References: Message-ID: On Mon, Sep 12, 2011 at 7:41 PM, Victor Hooi wrote: > (I couldn't find any alternatives in the existing packages - nearest > equavilent is Ntop, but that requires a web-server and nowhere near as > lightweight). Don't know anything about jnettop but having tools in ones bag is always nice. Thought I would comment on your comment about ntop. You imply that ntop needs an external web-server but ntop is in fact its own web server and this essentially makes up its UI. As to lightweight, I haven't found ntop too onerous and you always have the option to configure it on an external box and use network mirroring (cisco and others provide this) to capture the traffic out-of-band and add no additional load to your monitored flows. Disclaimer: I inherited the ntop packaging once upon a time. Cheers, Jon Craig From ghenry at cmi.univ-mrs.fr Tue Sep 13 13:23:25 2011 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Tue, 13 Sep 2011 13:23:25 +0200 Subject: [csw-users] evince parser error : Document is empty In-Reply-To: References: <4E6E0723.1080701@cmi.univ-mrs.fr> <4E6EFAF1.9050304@cmi.univ-mrs.fr> Message-ID: <4E6F3D2D.3030601@cmi.univ-mrs.fr> On 09/13/11 08:57 AM, Peter Bonivart wrote: > Have you looked at the actual files content? The pkgchk info is from > install, maybe the content is different now? > unfortunately not... i don't know what happens, i guess it is related to some other lib. I noticed that this package has no maintainer... > /peter > > On Tue, Sep 13, 2011 at 8:40 AM, Gerard Henry wrote: >> nobody? >> >> On 09/12/11 03:20 PM, Gerard Henry wrote: >>> >>> hello all, >>> i got this error since updated some packages: >>> % evince >>> /opt/csw/share/evince/evince-toolbar.xml:1: parser error : Document is >>> empty >>> >>> ^ >>> /opt/csw/share/evince/evince-toolbar.xml:1: parser error : Start tag >>> expected, '<' not found >>> >>> ^ >>> Bus error >>> >>> evince is 2.22.2,REV=2008.06.13, on sparc solaris 10. And the file seems >>> ok: >>> % pkgchk -l -p /opt/csw/share/evince/evince-toolbar.xml >>> Pathname: /opt/csw/share/evince/evince-toolbar.xml >>> Type: regular file >>> Expected mode: 0644 >>> Expected owner: root >>> Expected group: bin >>> Expected file size (bytes): 1159 >>> Expected sum(1) of contents: 30067 >>> Expected last modification: Jun 13 09:53:30 AM 2008 >>> Referenced by the following packages: >>> CSWevince >>> Current status: installed >>> >>> anybody can help, >>> >>> >>> thanks in advance >>> >>> gerard >>> _______________________________________________ >>> users mailing list >>> users at lists.opencsw.org >>> https://lists.opencsw.org/mailman/listinfo/users >> >> _______________________________________________ >> users mailing list >> users at lists.opencsw.org >> https://lists.opencsw.org/mailman/listinfo/users >> > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users From claude.arnold at im2np.fr Wed Sep 14 17:06:29 2011 From: claude.arnold at im2np.fr (Claude Arnold) Date: Wed, 14 Sep 2011 17:06:29 +0200 Subject: [csw-users] trouble with PHP 5.3.8 and phpmyadmin Message-ID: <4E70C2F5.3010409@im2np.fr> Hello, On one server I have openCSW PHP 5.2.9 and phpmyadmin 3.4.1 all works fine On the other server I have openCSW PHP 5.3.8 (last update) and phpmyadmin 3.4.1 and I have the error: php /opt/csw/share/www/phpmyadmin/setup/index.php PHP Warning: require(./lib/common.inc.php): failed to open stream: No such file or directory in /opt/csw/share/www/phpmyadmin/setup/index.php on line 13 PHP Fatal error: require(): Failed opening required './lib/common.inc.php' (include_path='.:/opt/csw/php5/include') in /opt/csw/share/www/phpmyadmin/setup/index.php on line 13 all permissions are the same on both server. Can someone help me ? Thanks a lot, Claude -- Claude Arnold IM2NP - UMR 6242 CNRS Universit?s P.C?zanne, Provence& SudToulon-Var Site Polytech'Marseille C/O IMT - Technop?le de Chateau-Gombert 13451 Marseille C?dex 20 T?l : 04 91 05 47 25 Fax : 04 91 05 47 82 Site SAINT-JEROME Facult? des Sciences et Techniques Avenue Escadrille Normandie Niemen Case 151 13397 Marseille Cedex 20 T?l: 04.91.28.81.20 From bwalton at opencsw.org Wed Sep 14 17:53:05 2011 From: bwalton at opencsw.org (Ben Walton) Date: Wed, 14 Sep 2011 11:53:05 -0400 Subject: [csw-users] trouble with PHP 5.3.8 and phpmyadmin In-Reply-To: <4E70C2F5.3010409@im2np.fr> References: <4E70C2F5.3010409@im2np.fr> Message-ID: <1316015541-sup-4056@pinkfloyd.chass.utoronto.ca> Excerpts from Claude Arnold's message of Wed Sep 14 11:06:29 -0400 2011: Hi Claude, > PHP Fatal error: require(): Failed opening required > './lib/common.inc.php' (include_path='.:/opt/csw/php5/include') in > /opt/csw/share/www/phpmyadmin/setup/index.php on line 13 Is lib/common.inc.php on that system? What is the include_path from the system that works? Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From bwalton at opencsw.org Wed Sep 14 18:13:36 2011 From: bwalton at opencsw.org (Ben Walton) Date: Wed, 14 Sep 2011 12:13:36 -0400 Subject: [csw-users] trouble with PHP 5.3.8 and phpmyadmin In-Reply-To: <4E70C2F5.3010409@im2np.fr> References: <4E70C2F5.3010409@im2np.fr> Message-ID: <1316016764-sup-2232@pinkfloyd.chass.utoronto.ca> Excerpts from Claude Arnold's message of Wed Sep 14 11:06:29 -0400 2011: Hi Claude, > php /opt/csw/share/www/phpmyadmin/setup/index.php > PHP Warning: require(./lib/common.inc.php): failed to open stream: No > such file or directory in /opt/csw/share/www/phpmyadmin/setup/index.php > on line 13 > PHP Fatal error: require(): Failed opening required > './lib/common.inc.php' (include_path='.:/opt/csw/php5/include') in > /opt/csw/share/www/phpmyadmin/setup/index.php on line 13 Also, this could be a result of running the command from the wrong directory. Try: cd /opt/csw/share/www/phpmyadmin/ php ./setup/index.php Thanks -Benk -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From victorhooi at yahoo.com Thu Sep 15 09:07:27 2011 From: victorhooi at yahoo.com (Victor Hooi) Date: Thu, 15 Sep 2011 17:07:27 +1000 Subject: [csw-users] Issue compiling Jnetttop - GCC and -V option? Message-ID: heya, I'm attempting to compile Jnetttop When I attempt to run configure, I get: victorh at puppet:~/jnettop-0.13.0$ ./configure > checking for a BSD-compatible install... /opt/csw/bin/ginstall -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for gcc... gcc > checking for C compiler default output file name... configure: error: C > compiler cannot create executables > See `config.log' for more details. > victorh at puppet:~/jnettop-0.13.0$ ./configure > checking for a BSD-compatible install... /opt/csw/bin/ginstall -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for gcc... gcc > checking for C compiler default output file name... configure: error: C > compiler cannot create executables > See `config.log' for more details. If I check config.log, I see: configure:2032: gcc -v &5 > Using built-in specs. > COLLECT_GCC=gcc > > COLLECT_LTO_WRAPPER=/opt/csw/libexec/gcc/i386-pc-solaris2.10/4.6.1/lto-wrapper > Target: i386-pc-solaris2.10 > Configured with: > /home/maciej/src/opencsw/pkg/gcc4/branches/opt-csw-prefix/work/solaris10-i386/build-isa-i386/gcc-4.6.1/configure > --program-suffix=-4.6 --prefix=/opt/csw --exec_prefix=/opt/csw > --bindir=/opt/csw/bin --sbindir=/opt/csw/sbin --libexecdir=/opt/csw/libexec > --datadir=/opt/csw/share --sysconfdir=/etc/opt/csw > --sharedstatedir=/opt/csw/share --localstatedir=/var/opt/csw > --libdir=/opt/csw/lib --infodir=/opt/csw/share/info > --includedir=/opt/csw/include --mandir=/opt/csw/share/man --with-gnu-as > --with-as=/opt/csw/bin/gas --without-gnu-ld --with-ld=/usr/ccs/bin/ld > --enable-nls --with-included-gettext --with-libiconv-prefix=/opt/csw > --with-x --with-mpfr=/opt/csw --with-gmp=/opt/csw --enable-java-awt=xlib > --enable-libssp --enable-objc-gc --enable-threads=posix > --enable-stage1-languages=c --enable-languages=c,c++,fortran,java,objc > --enable-bootstrap --with-system-zlib > Thread model: posix > gcc version 4.6.1 (GCC) > configure:2035: $? = 0 > configure:2037: gcc -V &5 > gcc: error: unrecognized option '-V' > gcc: fatal error: no input files > compilation terminated. > configure:2040: $? = 1 > configure:2063: checking for C compiler default output file name > configure:2066: gcc conftest.c >&5 > ld: fatal: file crt1.o: open failed: No such file or directory > configure:2069: $? = 1 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "jnettop" > | #define PACKAGE_TARNAME "jnettop" > | #define PACKAGE_VERSION "0.13.0" > | #define PACKAGE_STRING "jnettop 0.13.0" > | #define PACKAGE_BUGREPORT "j at kubs.cz" > | #define PACKAGE "jnettop" > | #define VERSION "0.13.0" > | /* end confdefs.h. */ > | > | int > | main () > | { > | > | ; > | return 0; > | } > configure:2107: error: C compiler cannot create executables > See `config.log' for more details. Anyhow, it seems that it doesn't like the -V option? It is a fairly old package, last update is from 2006. However, is there a quick way to get it to work with GCC 4? Cheers, Victor -------------- next part -------------- An HTML attachment was scrubbed... URL: From claude.arnold at im2np.fr Thu Sep 15 10:27:31 2011 From: claude.arnold at im2np.fr (Claude Arnold) Date: Thu, 15 Sep 2011 10:27:31 +0200 Subject: [csw-users] trouble with PHP 5.3.8 and phpmyadmin In-Reply-To: <1316015541-sup-4056@pinkfloyd.chass.utoronto.ca> References: <4E70C2F5.3010409@im2np.fr> <1316015541-sup-4056@pinkfloyd.chass.utoronto.ca> Message-ID: <4E71B6F3.60408@im2np.fr> An HTML attachment was scrubbed... URL: From skayser at opencsw.org Fri Sep 16 00:08:50 2011 From: skayser at opencsw.org (Sebastian Kayser) Date: Fri, 16 Sep 2011 00:08:50 +0200 Subject: [csw-users] Issue compiling Jnetttop - GCC and -V option? In-Reply-To: References: Message-ID: <20110915220850.GI16203@sebastiankayser.de> Victor, * Victor Hooi wrote: > If I check config.log, I see: > > ... > gcc version 4.6.1 (GCC) > configure:2035: $? = 0 > configure:2037: gcc -V &5 > gcc: error: unrecognized option '-V' > gcc: fatal error: no input files > compilation terminated. > configure:2040: $? = 1 > configure:2063: checking for C compiler default output file name > configure:2066: gcc conftest.c >&5 > ld: fatal: file crt1.o: open failed: No such file or directory > configure:2069: $? = 1 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "jnettop" > | #define PACKAGE_TARNAME "jnettop" > | #define PACKAGE_VERSION "0.13.0" > | #define PACKAGE_STRING "jnettop 0.13.0" > | #define PACKAGE_BUGREPORT "[1]j at kubs.cz" > | #define PACKAGE "jnettop" > | #define VERSION "0.13.0" > | /* end confdefs.h. */ > | > | int > | main () > | { > | > | ; > | return 0; > | } > configure:2107: error: C compiler cannot create executables > See `config.log' for more details. > > Anyhow, it seems that it doesn't like the -V option? > It is a fairly old package, last update is from 2006. However, is there a > quick way to get it to work with GCC 4? going through your config.log, I am not sure, whether gcc -V is the problem or rather the failed linkage with crt1.o. Do you have crt1.o on your system? Can you successfully compile the C snippet manually? Sebastian From aguero.emiliano at gmail.com Fri Sep 16 01:02:18 2011 From: aguero.emiliano at gmail.com (Emiliano Aguero) Date: Thu, 15 Sep 2011 20:02:18 -0300 Subject: [csw-users] evince parser error : Document is empty In-Reply-To: <578A2862-FC8A-4912-B8FB-590110D76792@opencsw.org> References: <4E6E0723.1080701@cmi.univ-mrs.fr> <578A2862-FC8A-4912-B8FB-590110D76792@opencsw.org> Message-ID: Hi Dago. thank you very much your help was the solution. do you know install the command make en solaris? best regards 2011/9/12 Dagobert Michelsen > Hi Emiliano, > > Am 12.09.2011 um 19:49 schrieb Emiliano Aguero: > > Please., help me > I can't download from ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof., > somebody have a user and password of it. > > > The lsof package is best downloaded with pkgutil from the primary mirror: > http://www.opencsw.org/get-it/pkgutil/ > Then > /opt/csw/bin/pkgutil -i lsof > > The link you reference are the upstream sources if you want to compile them > yourself. > > > Best regards > > -- Dago > > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > -- Emiliano Aguero 4270-1416 15-5317-6383 -------------- next part -------------- An HTML attachment was scrubbed... URL: From fredstrickland at hotmail.com Fri Sep 16 04:08:07 2011 From: fredstrickland at hotmail.com (Fred Strickland) Date: Thu, 15 Sep 2011 21:08:07 -0500 Subject: [csw-users] Now a Problem Using FireFox In-Reply-To: <20110915223941.GJ16203@sebastiankayser.de> References: <20110830162712.GF21790@sebastiankayser.de>, , <20110915223941.GJ16203@sebastiankayser.de> Message-ID: Good evening, I tried this again. I used the ftp instructions from http://www.ehow.com/how_2284571_firefox-via-ftp-windows-xp.html and worked through the file system. I am not sure what 7.0b-whatever is about. So I went with 6.0.2. I downloaded the file into /tmp. I used the tarball extract instructions from http://sunfreeware.com/README.firefox6 I was surprised how easy it was. I typed firefox at the terminal and Firefox opened up. Very nice. Somehow, I don't think I should have had a real program inside a tmp folder. So where do you store your Firefox folder? Do you have it at the top level? Or do you have it inside /opt or another location? That is odd. There is an error message appearing in the same terminal window that I used to fire up Firefox: (Gecko:973): Gtk-WARNING **: Unable to find default local directory monitor type I am not sure what that is about. I look forward to your next message. Thank you, Fred > Date: Fri, 16 Sep 2011 00:39:41 +0200 > From: skayser at opencsw.org > To: fredstrickland at hotmail.com > Subject: Re: [csw-users] Now a Problem Using FireFox > > Fred, > > * Fred Strickland wrote: > > Good evening Ssebastian, > > > > I have pulled several things together. I will number these in order to > > keep things straight. > > sorry for the late reply. I'd suggest to keep posting to users at . That > way more people than just me can help you out. > > > 3. You gave me a URL that you havv used. I tried to follow it, but it > > does not work. > > Yes, the Mozilla guys tend to remove or move old versions. Just keep an > eye on the more recent versions (as you did below). > > > Seems to be listed twice: > > [3]http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest-6.0/contrib/solaris_pkgadd/ > > > > I see the tarball directory: > > > > > > [4]http://releases.mozilla.org/pub/mozilla.org/firefox/releases/latest/contrib/solaris_tarball/ > > > > firefox-6.0.1.en-US.solaris-10-fcs-sparc.complete.mar 31-Aug-2011 > > 10:36 29M == I am not sure what this is. > > firefox-6.0.1.en-US.solaris-10-fcs-sparc.tar.bz2 31-Aug-2011 > > 10:36 29M > > Don't worry about the two different archive types. Just use the .tar.bz2 > in case the pkgadd version doesn't work for you. > > > 5. When the installation started, I was presented with an option to > > select some programs in addition to the FireFox program. The installation > > went through without any problems. > > > > 6. When I tried to launch the program, here is what happen: > > > > $ firefox > > ld.so.1: firefox-bin: fatal: libpangocairo-1.0.so.0: open failed: No such > > file or directory > > ld.so.1: firefox-bin: fatal: libcairo.so.2: open failed: No such file or > > directory > > ld.so.1: firefox-bin: fatal: relocation error: file > > /opt/sfw/lib/firefox/libxul.so: symbol g_slice_set_config: referenced > > symbol not found > > Killed > > $ > > > > 7. Those messages sound similar. I am wondering if I should have agreed > > to installing those other programs. I am thinking about removing > > firefox-6.01.en-US.solaris-10-fcs-sparc-pkg.bz2 > > package and then redo the installation with the additional options. Am I > > thinking on the correct lines for solving my problem? > > Yes, when using the pkgadd version, you need to install all the packages > that come with the download. They contain libraries which are needed by > Firefox. In the invocation above, firefox-bin can't find some of these > required libraries. > > Sebastian -------------- next part -------------- An HTML attachment was scrubbed... URL: From bwalton at opencsw.org Fri Sep 16 04:15:57 2011 From: bwalton at opencsw.org (Ben Walton) Date: Thu, 15 Sep 2011 22:15:57 -0400 Subject: [csw-users] Now a Problem Using FireFox In-Reply-To: References: <20110830162712.GF21790@sebastiankayser.de> <20110915223941.GJ16203@sebastiankayser.de> Message-ID: <1316139182-sup-4790@pinkfloyd.chass.utoronto.ca> Excerpts from Fred Strickland's message of Thu Sep 15 22:08:07 -0400 2011: Hi Fred, > nice. Somehow, I don't think I should have had a real program > inside a tmp folder. So where do you store your Firefox folder? Do > you have it at the top level? Or do you have it inside /opt or > another location? This depends on how it will be used. If it's only you, stick it in your home directory (~/firefox or some such directory). If it needs to be accessed by multiple users on a shared system, /opt/firefox or /usr/local/firefox would be reasonable locations. > (Gecko:973): Gtk-WARNING **: Unable to find default local > directory monitor type This is fairly normal and likely nothing to worry about. I'm not sure what this particular warning is, but this type of warning is common when running a gtk app from the cli. HTH. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From fredstrickland at hotmail.com Fri Sep 16 04:26:00 2011 From: fredstrickland at hotmail.com (Fred Strickland) Date: Thu, 15 Sep 2011 21:26:00 -0500 Subject: [csw-users] Now a Problem Using FireFox In-Reply-To: <1316139182-sup-4790@pinkfloyd.chass.utoronto.ca> References: <20110830162712.GF21790@sebastiankayser.de> <20110915223941.GJ16203@sebastiankayser.de> , <1316139182-sup-4790@pinkfloyd.chass.utoronto.ca> Message-ID: Good evening, Thank you for your thoughts. I will drag the whole Firefox to /opt/firefox so that root user can use it. I am the only user on the Sun Blade 150; it is my personal computer at the house. Thank you, Fred > CC: skayser at opencsw.org; users at lists.opencsw.org > Subject: Re: [csw-users] Now a Problem Using FireFox > From: bwalton at opencsw.org > To: fredstrickland at hotmail.com > Date: Thu, 15 Sep 2011 22:15:57 -0400 > > Excerpts from Fred Strickland's message of Thu Sep 15 22:08:07 -0400 2011: > > Hi Fred, > > > nice. Somehow, I don't think I should have had a real program > > inside a tmp folder. So where do you store your Firefox folder? Do > > you have it at the top level? Or do you have it inside /opt or > > another location? > > This depends on how it will be used. If it's only you, stick it in > your home directory (~/firefox or some such directory). If it needs > to be accessed by multiple users on a shared system, /opt/firefox or > /usr/local/firefox would be reasonable locations. > > > (Gecko:973): Gtk-WARNING **: Unable to find default local > > directory monitor type > > This is fairly normal and likely nothing to worry about. I'm not sure > what this particular warning is, but this type of warning is common > when running a gtk app from the cli. > > HTH. > > Thanks > -Ben > -- > Ben Walton > Systems Programmer - CHASS > University of Toronto > C:416.407.5610 | W:416.978.4302 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bwalton at opencsw.org Sat Sep 17 01:49:31 2011 From: bwalton at opencsw.org (Ben Walton) Date: Fri, 16 Sep 2011 19:49:31 -0400 Subject: [csw-users] trouble with PHP 5.3.8 and phpmyadmin In-Reply-To: <4E71B6F3.60408@im2np.fr> References: <4E70C2F5.3010409@im2np.fr> <1316015541-sup-4056@pinkfloyd.chass.utoronto.ca> <4E71B6F3.60408@im2np.fr> Message-ID: <1316216833-sup-70@pinkfloyd.chass.utoronto.ca> Excerpts from Claude Arnold's message of Thu Sep 15 04:27:31 -0400 2011: Hi Claude, > # cd /opt/csw/share/www/phpmyadmin/ > # php ./setup/index.php > PHP Warning: require(./lib/common.inc.php): failed to open stream: No > such file or directory in > # /opt/csw/share/www/phpmyadmin/setup/index.php Can you provide the output of: cd /opt/csw/share/www/phpmyadmin truss php ./setup/index.php Better yet, if you compared the output of this command between your working and not working boxes first, that would help. I'd like to see the failing open() calls in the one that doesn't work. Compare those to the same (or similar) series on the working box. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 From maciej at opencsw.org Tue Sep 20 10:42:37 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Tue, 20 Sep 2011 09:42:37 +0100 Subject: [csw-users] New catalog layout Message-ID: Hello OpenCSW users, After a break, we have started pushing new packages to the mirrors again. The release process is now automated, allowing frequent releases to the unstable catalog. Even though the break in pushing packages to the mirrors has been on hold for about two months, the work on packages has been continuing in the development catalogs. The main change is that we created a new signing key and started to push the new packages to the official mirrors. There is a couple cool updates in the pipeline, including gcc-4.6, php-5 and apache-2.2. They are available in the unstable catalog and getting more testing before they get promoted to testing. To learn what 'unstable', and 'testing' mean, please read on. There has been a change to the catalog layout. Previously, the catalogs were laid out as follows: - current contained all the new releases - unstable was a backward-compatible symlink to current - stable was an old, dead release The new layout is as follows: - dublin is the named release we're working on right now - unstable is a quickly changing catalog which gets all the new releases - current is a symlink to dublin (for compatibility purposes) - testing is a symlink to dublin (will eventually change to the next named release) - stable is still an old, dead release The main difference is that current and unstable are no longer the same catalog. Our recommendations for which catalog to subscribe: - your workstation / development system / testing system: subscribe to unstable and help us catch potential problems early - production systems (you'll always get the branch that gets updates): subscribe to testing - production systems (locked on to one named release): subscribe to dublin There is also information available in the README file in the top directory: http://mirror.opencsw.org/opencsw/ If you have any questions, feel free to ask! Maciej From maciej at opencsw.org Tue Sep 20 11:46:50 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Tue, 20 Sep 2011 10:46:50 +0100 Subject: [csw-users] Most used packages in the stable release Message-ID: Hello OpenCSW users, You probably noticed that the stable release is ancient and does not get any new updates. There has been a lot of talking about hot to revive the stable release. We have come up with a rough plan, where we work on a set of issues in a named release, which eventually gets promoted to stable. However, there's the additional issue that we would like to make sure that the upgrade from the stable release from 2008 to the one from 2011 works well. With limited resources, we need to choose what to focus on - which packages should we work on and make sure that they can be upgraded with success. To those of the users that use the stable branch - what packages do you use and care about? We will use your feedback to plan the testing of the new stable release. Maciej From schwindt at dfki.uni-kl.de Wed Sep 21 12:41:52 2011 From: schwindt at dfki.uni-kl.de (Nicolai Schwindt) Date: Wed, 21 Sep 2011 12:41:52 +0200 Subject: [csw-users] trouble with PHP 5.3.8 and phpmyadmin In-Reply-To: Your message of "Thu, 15 Sep 2011 10:27:31 +0200." <4E71B6F3.60408@im2np.fr> Message-ID: <201109211041.p8LAfq3L005107@dfki.uni-kl.de> > # find / -name common.inc.php -print
> /opt/csw/share/www/phpmyadmin/libraries/common.inc.php
> /opt/csw/share/www/phpmyadmin/setup/lib/common.inc.php
>
> Your suggestion in the second post gives the same result:
>
> # cd /opt/csw/share/www/phpmyadmin/
> # php ./setup/index.php > PHP Warning:  require(./lib/common.inc.php): failed to open stream: > No such file or directory in > /opt/csw/share/www/phpmyadmin/setup/index.php
Try cd /opt/csw/share/www/phpmyadmin/setup ; php index.php While in /opt/csw/share/www/phpmyadmin there is no lib/common.inc.php only setup/lib/common.inc.php Nicolai From claude.arnold at im2np.fr Thu Sep 22 09:40:18 2011 From: claude.arnold at im2np.fr (Claude Arnold) Date: Thu, 22 Sep 2011 09:40:18 +0200 Subject: [csw-users] trouble with PHP 5.3.8 and phpmyadmin In-Reply-To: <201109211041.p8LAfq3L005107@dfki.uni-kl.de> References: <201109211041.p8LAfq3L005107@dfki.uni-kl.de> Message-ID: <4E7AE662.5000003@im2np.fr> Le 21/09/2011 12:41, Nicolai Schwindt a ?crit : > cd /opt/csw/share/www/phpmyadmin/setup ; php index.php Hello, So What I do since the last time. I saw that the php5_session dependency was not installed. Now I have these extensions in php.ini (all extension needed by phpmyadmin): extension=bz2.so extension=ctype.so extension=gd.so extension=gettext.so extension=iconv.so extension=imap.so extension=json.so extension=ldap.so extension=mbstring.so extension=mcrypt.so extension=mysql.so extension=mysqli.so extension=openssl.so extension=pdo.so extension=soap.so extension=sqlite.so extension=tidy.so extension=zip.so Now the command you give above works: # cd /opt/csw/share/www/phpmyadmin/setup ; php index.php .... .... .... # But pointing the url http://localhost/phpmyadmin/setup gives a blank page and the apache2 log error: [error] PHP Fatal error: Call to undefined function __() in /opt/csw/share/www/phpmyadmin/libraries/core.lib.php on line 278 Thanks to you and Ben Walton for the replies. Claude -- Claude Arnold IM2NP - UMR 6242 CNRS Universit?s P.C?zanne, Provence& SudToulon-Var Site Polytech'Marseille C/O IMT - Technop?le de Chateau-Gombert 13451 Marseille C?dex 20 T?l : 04 91 05 47 25 Fax : 04 91 05 47 82 Site SAINT-JEROME Facult? des Sciences et Techniques Avenue Escadrille Normandie Niemen Case 151 13397 Marseille Cedex 20 T?l: 04.91.28.81.20 From fredstrickland at hotmail.com Thu Sep 22 17:17:38 2011 From: fredstrickland at hotmail.com (Fred Strickland) Date: Thu, 22 Sep 2011 10:17:38 -0500 Subject: [csw-users] Most used packages in the stable release In-Reply-To: References: Message-ID: Good morning, I am the new person who had problems with the CSW FireFox. (I had to download a tarball in order to have a web browser.) I tried to install the Open Office suite, but I had problems with that. (I guess LibreOffice will not be coming any time soon to the Solaris world.) I have not tried the HP CUPS program, but I have hopes of getting it installed in the near future. That is about it for now. I am still running a 2002 Sun Blade 150 with a PCI card for Windows XP. So I am limited to what I can do. Thank you, Fred > From: maciej at opencsw.org > Date: Tue, 20 Sep 2011 10:46:50 +0100 > To: users at lists.opencsw.org > Subject: [csw-users] Most used packages in the stable release > > Hello OpenCSW users, > > You probably noticed that the stable release is ancient and does not > get any new updates. There has been a lot of talking about hot to > revive the stable release. We have come up with a rough plan, where > we work on a set of issues in a named release, which eventually gets > promoted to stable. However, there's the additional issue that we > would like to make sure that the upgrade from the stable release from > 2008 to the one from 2011 works well. With limited resources, we need > to choose what to focus on - which packages should we work on and make > sure that they can be upgraded with success. > > To those of the users that use the stable branch - what packages do > you use and care about? We will use your feedback to plan the testing > of the new stable release. > > Maciej > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Thu Sep 22 19:11:37 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Thu, 22 Sep 2011 18:11:37 +0100 Subject: [csw-users] GCC 4.3.3 Question In-Reply-To: References: Message-ID: 2011/9/13 Maciej (Matchek) Blizi?ski : > gcc version 4.6.1 (GCC) > > It is now available for testing from the unstable catalog. ?To test > it, you can configure one testing machine to use the unstable catalog > by putting this into /etc/opt/csw/pkgutil.conf: > > mirror=http://mirror.opencsw.org/opencsw/unstable/ > > This will install other updates that are already uploaded to unstable, > including gcc-4.6.1: > > pkgutil -U > pkgutil -y -i gcc4core gcc4g++ > > Let me know if testing went well or not. Did anyone have a chance to test the new gcc packages? I had a report of a case with missing crt1.o file when compiling a minimal example ("int main() { return 1; }"), but I've been unable to reproduce the problem myself. It was observed on Solaris 10 i386. I would appreciate input on that, whether anyone else is able to reproduce the problem. Maciej From maciej at opencsw.org Fri Sep 23 10:02:58 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Fri, 23 Sep 2011 09:02:58 +0100 Subject: [csw-users] GCC 4.3.3 Question In-Reply-To: References: Message-ID: 2011/9/22 Maciej (Matchek) Blizi?ski > > I had a report of a case with missing crt1.o file when compiling a > minimal example ("int main() { return 1; }"), but I've been unable to > reproduce the problem myself. ?It was observed on Solaris 10 i386. ?I > would appreciate input on that, whether anyone else is able to > reproduce the problem. I have tracked this problem down to the missing SUNWarc package, which contains the /usr/lib/crt1.o file necessary for the compilation. Maciej From schwindt at dfki.uni-kl.de Fri Sep 23 13:39:19 2011 From: schwindt at dfki.uni-kl.de (Nicolai Schwindt) Date: Fri, 23 Sep 2011 13:39:19 +0200 Subject: [csw-users] trouble with PHP 5.3.8 and phpmyadmin In-Reply-To: Your message of "Thu, 22 Sep 2011 09:40:18 +0200." <4E7AE662.5000003@im2np.fr> Message-ID: <201109231139.p8NBdJNd028549@dfki.uni-kl.de> [...] > But pointing the url http://localhost/phpmyadmin/setup gives a blank > page and the apache2 log error: > > [error] PHP Fatal error: Call to undefined function __() in > /opt/csw/share/www/phpmyadmin/libraries/core.lib.php on line 278 > > Is there a config.inc.php which is readable by the uid apache runs with ? From maciej at opencsw.org Sun Sep 25 12:20:40 2011 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Sun, 25 Sep 2011 11:20:40 +0100 Subject: [csw-users] Torque available for testing Message-ID: Hello OpenCSW users, I've built Torque, a batch job scheduling system, a descendant OpenPBS. http://www.clusterresources.com/products/torque-resource-manager.php It's available for testing: http://buildfarm.opencsw.org/experimental.html#maciej Maciej