From noreply at opencsw.org Wed Aug 1 08:12:19 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 1 Aug 2012 08:12:19 +0200 Subject: [bug-notifications] [lsof 0004893]: lsof does not build on Solaris 11 In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4893 ====================================================================== Reported By: isabellf Assigned To: dam ====================================================================== Project: lsof Issue ID: 4893 Category: packaging Reproducibility: always Severity: block Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-02-07 17:03 CET Last Modified: 2012-08-01 08:12 CEST ====================================================================== Summary: lsof does not build on Solaris 11 Description: While trying to build on Solaris 10 with gcc (I'm not confident about all the flags here, but Dagobert also tried on one of the Solaris11 build servers in your farm with additional failures): PATH=/opt/gcc/4.2.3/bin:/usr/sfw/bin:/opt/csw/bin:/usr/sbin:/usr/ccs/bin:/usr/bin:/bin:/usr/sbin:/sbin export PATH CFLAGS="-m64 -R/usr/sfw/lib/amd64" export CFLAGS CXXFLAGS="-m64 -R/usr/sfw/lib/amd64" export CXXFLAGS export CXXFLAGS LDFLAGS="-m64 -L/opt/gcc/4.2.3/lib/amd64 -R/usr/sfw/lib/amd64" export LDFLAGS LD_LIBRARY_PATH=/opt/gcc/4.2.3/lib/amd64 export LD_LIBRARY_PATH export LSOF_VERS=110000; ./Configure solaris make I got the following error: dnode.c:42:30: error: sys/fs/sdev_impl.h: No such file or directory ====================================================================== ---------------------------------------------------------------------- (0010069) ghenry (developer) - 2012-08-01 08:12 https://www.opencsw.org/mantis/view.php?id=4893#c10069 ---------------------------------------------------------------------- hello, it doesn't work for me (Sun X2200 amd64): # uname -a SunOS solqual 5.11 11.0 i86pc i386 i86pc Solaris # /opt/csw/bin/lsof lsof: can't read namelist from /dev/ksyms is it because i'm logged into a zone? From noreply at opencsw.org Wed Aug 1 10:20:11 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 1 Aug 2012 10:20:11 +0200 Subject: [bug-notifications] [clamav 0004987]: Some files are wrongly reported as having a bad format Message-ID: <6e4b7e4f58e75810ea673d62e2ea1a9d@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4987 ====================================================================== Reported By: laurent Assigned To: ====================================================================== Project: clamav Issue ID: 4987 Category: regular use Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2012-08-01 10:20 CEST Last Modified: 2012-08-01 10:20 CEST ====================================================================== Summary: Some files are wrongly reported as having a bad format Description: Heads up: There is a bug in 0.97.5 which makes it report some files as having format errors. This happens on some Solaris related files, eg: /var/tmp/137081-07.zip: OK /var/tmp/137148-07.zip: OK /var/tmp/137321-02.zip: Can't unpack some data ERROR /var/tmp/138823-10.zip: OK /var/tmp/138827-10.zip: OK ----------- SCAN SUMMARY ----------- Known viruses: 1278842 Engine version: 0.97.5 Scanned directories: 0 Scanned files: 4 Infected files: 0 Total errors: 1 Data scanned: 80.28 MB Data read: 22.60 MB (ratio 3.55:1) Time: 18.295 sec (0 m 18 s) It also happens to me on some Red Hat RPM files, and a handful of others, .gz, .bz2. This bug is cross-platform, I first noticed it on RHEL5 with rpmforge ClamAV. Of course those files are perfectly fine: No errors detected in compressed data of /var/tmp/137321-02.zip. An upstream bug is already open, there's apparently no official fix at this point: https://bugzilla.clamav.net/show_bug.cgi?id=5252 ====================================================================== From noreply at opencsw.org Wed Aug 1 11:11:50 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 1 Aug 2012 11:11:50 +0200 Subject: [bug-notifications] [lsof 0004893]: lsof does not build on Solaris 11 In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4893 ====================================================================== Reported By: isabellf Assigned To: dam ====================================================================== Project: lsof Issue ID: 4893 Category: packaging Reproducibility: always Severity: block Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-02-07 17:03 CET Last Modified: 2012-08-01 11:11 CEST ====================================================================== Summary: lsof does not build on Solaris 11 Description: While trying to build on Solaris 10 with gcc (I'm not confident about all the flags here, but Dagobert also tried on one of the Solaris11 build servers in your farm with additional failures): PATH=/opt/gcc/4.2.3/bin:/usr/sfw/bin:/opt/csw/bin:/usr/sbin:/usr/ccs/bin:/usr/bin:/bin:/usr/sbin:/sbin export PATH CFLAGS="-m64 -R/usr/sfw/lib/amd64" export CFLAGS CXXFLAGS="-m64 -R/usr/sfw/lib/amd64" export CXXFLAGS export CXXFLAGS LDFLAGS="-m64 -L/opt/gcc/4.2.3/lib/amd64 -R/usr/sfw/lib/amd64" export LDFLAGS LD_LIBRARY_PATH=/opt/gcc/4.2.3/lib/amd64 export LD_LIBRARY_PATH export LSOF_VERS=110000; ./Configure solaris make I got the following error: dnode.c:42:30: error: sys/fs/sdev_impl.h: No such file or directory ====================================================================== ---------------------------------------------------------------------- (0010070) dam (administrator) - 2012-08-01 11:11 https://www.opencsw.org/mantis/view.php?id=4893#c10070 ---------------------------------------------------------------------- Indeed, lsof can only be run from the global zone. This is a restriction of the lsof software requiring access to the global kernel tables. It is probably best to disallow installation of the package in the non-global zones. From noreply at opencsw.org Wed Aug 1 11:45:14 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 1 Aug 2012 11:45:14 +0200 Subject: [bug-notifications] [clamav 0004987]: Some files are wrongly reported as having a bad format In-Reply-To: <80d3bbcdd269dad319a880f3fb7382a4> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4987 ====================================================================== Reported By: laurent Assigned To: bonivart ====================================================================== Project: clamav Issue ID: 4987 Category: regular use Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2012-08-01 10:20 CEST Last Modified: 2012-08-01 11:45 CEST ====================================================================== Summary: Some files are wrongly reported as having a bad format Description: Heads up: There is a bug in 0.97.5 which makes it report some files as having format errors. This happens on some Solaris related files, eg: /var/tmp/137081-07.zip: OK /var/tmp/137148-07.zip: OK /var/tmp/137321-02.zip: Can't unpack some data ERROR /var/tmp/138823-10.zip: OK /var/tmp/138827-10.zip: OK ----------- SCAN SUMMARY ----------- Known viruses: 1278842 Engine version: 0.97.5 Scanned directories: 0 Scanned files: 4 Infected files: 0 Total errors: 1 Data scanned: 80.28 MB Data read: 22.60 MB (ratio 3.55:1) Time: 18.295 sec (0 m 18 s) It also happens to me on some Red Hat RPM files, and a handful of others, .gz, .bz2. This bug is cross-platform, I first noticed it on RHEL5 with rpmforge ClamAV. Of course those files are perfectly fine: No errors detected in compressed data of /var/tmp/137321-02.zip. An upstream bug is already open, there's apparently no official fix at this point: https://bugzilla.clamav.net/show_bug.cgi?id=5252 ====================================================================== From noreply at opencsw.org Wed Aug 1 11:46:33 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 1 Aug 2012 11:46:33 +0200 Subject: [bug-notifications] [clamav 0004987]: Some files are wrongly reported as having a bad format In-Reply-To: <80d3bbcdd269dad319a880f3fb7382a4> Message-ID: The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4987 ====================================================================== Reported By: laurent Assigned To: bonivart ====================================================================== Project: clamav Issue ID: 4987 Category: regular use Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-08-01 10:20 CEST Last Modified: 2012-08-01 11:46 CEST ====================================================================== Summary: Some files are wrongly reported as having a bad format Description: Heads up: There is a bug in 0.97.5 which makes it report some files as having format errors. This happens on some Solaris related files, eg: /var/tmp/137081-07.zip: OK /var/tmp/137148-07.zip: OK /var/tmp/137321-02.zip: Can't unpack some data ERROR /var/tmp/138823-10.zip: OK /var/tmp/138827-10.zip: OK ----------- SCAN SUMMARY ----------- Known viruses: 1278842 Engine version: 0.97.5 Scanned directories: 0 Scanned files: 4 Infected files: 0 Total errors: 1 Data scanned: 80.28 MB Data read: 22.60 MB (ratio 3.55:1) Time: 18.295 sec (0 m 18 s) It also happens to me on some Red Hat RPM files, and a handful of others, .gz, .bz2. This bug is cross-platform, I first noticed it on RHEL5 with rpmforge ClamAV. Of course those files are perfectly fine: No errors detected in compressed data of /var/tmp/137321-02.zip. An upstream bug is already open, there's apparently no official fix at this point: https://bugzilla.clamav.net/show_bug.cgi?id=5252 ====================================================================== ---------------------------------------------------------------------- (0010071) bonivart (manager) - 2012-08-01 11:46 https://www.opencsw.org/mantis/view.php?id=4987#c10071 ---------------------------------------------------------------------- Thank you for checking that it's cross-platform and that an upstream bug has been filed. I don't really know what to do other than to quickly build a new package when new source is available? From noreply at opencsw.org Wed Aug 1 12:08:55 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 1 Aug 2012 12:08:55 +0200 Subject: [bug-notifications] [clamav 0004987]: Some files are wrongly reported as having a bad format In-Reply-To: <80d3bbcdd269dad319a880f3fb7382a4> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4987 ====================================================================== Reported By: laurent Assigned To: bonivart ====================================================================== Project: clamav Issue ID: 4987 Category: regular use Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-08-01 10:20 CEST Last Modified: 2012-08-01 12:08 CEST ====================================================================== Summary: Some files are wrongly reported as having a bad format Description: Heads up: There is a bug in 0.97.5 which makes it report some files as having format errors. This happens on some Solaris related files, eg: /var/tmp/137081-07.zip: OK /var/tmp/137148-07.zip: OK /var/tmp/137321-02.zip: Can't unpack some data ERROR /var/tmp/138823-10.zip: OK /var/tmp/138827-10.zip: OK ----------- SCAN SUMMARY ----------- Known viruses: 1278842 Engine version: 0.97.5 Scanned directories: 0 Scanned files: 4 Infected files: 0 Total errors: 1 Data scanned: 80.28 MB Data read: 22.60 MB (ratio 3.55:1) Time: 18.295 sec (0 m 18 s) It also happens to me on some Red Hat RPM files, and a handful of others, .gz, .bz2. This bug is cross-platform, I first noticed it on RHEL5 with rpmforge ClamAV. Of course those files are perfectly fine: No errors detected in compressed data of /var/tmp/137321-02.zip. An upstream bug is already open, there's apparently no official fix at this point: https://bugzilla.clamav.net/show_bug.cgi?id=5252 ====================================================================== ---------------------------------------------------------------------- (0010072) laurent (reporter) - 2012-08-01 12:08 https://www.opencsw.org/mantis/view.php?id=4987#c10072 ---------------------------------------------------------------------- Agreed. There's a patch in a comment of the bug above, but personally, I'd wait a little. Applying it would be only if a fix becomes critical to some and an upstream release doesn't come. From noreply at opencsw.org Wed Aug 1 13:45:43 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 1 Aug 2012 13:45:43 +0200 Subject: [bug-notifications] [lsof 0004893]: lsof does not build on Solaris 11 In-Reply-To: Message-ID: <0a97b7e2c4077a7ff1a2706a6006f14f@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4893 ====================================================================== Reported By: isabellf Assigned To: dam ====================================================================== Project: lsof Issue ID: 4893 Category: packaging Reproducibility: always Severity: block Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2012-02-07 17:03 CET Last Modified: 2012-08-01 13:45 CEST ====================================================================== Summary: lsof does not build on Solaris 11 Description: While trying to build on Solaris 10 with gcc (I'm not confident about all the flags here, but Dagobert also tried on one of the Solaris11 build servers in your farm with additional failures): PATH=/opt/gcc/4.2.3/bin:/usr/sfw/bin:/opt/csw/bin:/usr/sbin:/usr/ccs/bin:/usr/bin:/bin:/usr/sbin:/sbin export PATH CFLAGS="-m64 -R/usr/sfw/lib/amd64" export CFLAGS CXXFLAGS="-m64 -R/usr/sfw/lib/amd64" export CXXFLAGS export CXXFLAGS LDFLAGS="-m64 -L/opt/gcc/4.2.3/lib/amd64 -R/usr/sfw/lib/amd64" export LDFLAGS LD_LIBRARY_PATH=/opt/gcc/4.2.3/lib/amd64 export LD_LIBRARY_PATH export LSOF_VERS=110000; ./Configure solaris make I got the following error: dnode.c:42:30: error: sys/fs/sdev_impl.h: No such file or directory ====================================================================== ---------------------------------------------------------------------- (0010073) dam (administrator) - 2012-08-01 13:45 https://www.opencsw.org/mantis/view.php?id=4893#c10073 ---------------------------------------------------------------------- The official 4.86,REV=2012.08.01 has been pushed for Solaris 9/10/11 to unstable/. From noreply at opencsw.org Wed Aug 1 14:52:02 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 1 Aug 2012 14:52:02 +0200 Subject: [bug-notifications] [clamav 0004987]: Some files are wrongly reported as having a bad format In-Reply-To: <80d3bbcdd269dad319a880f3fb7382a4> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4987 ====================================================================== Reported By: laurent Assigned To: bonivart ====================================================================== Project: clamav Issue ID: 4987 Category: regular use Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-08-01 10:20 CEST Last Modified: 2012-08-01 14:52 CEST ====================================================================== Summary: Some files are wrongly reported as having a bad format Description: Heads up: There is a bug in 0.97.5 which makes it report some files as having format errors. This happens on some Solaris related files, eg: /var/tmp/137081-07.zip: OK /var/tmp/137148-07.zip: OK /var/tmp/137321-02.zip: Can't unpack some data ERROR /var/tmp/138823-10.zip: OK /var/tmp/138827-10.zip: OK ----------- SCAN SUMMARY ----------- Known viruses: 1278842 Engine version: 0.97.5 Scanned directories: 0 Scanned files: 4 Infected files: 0 Total errors: 1 Data scanned: 80.28 MB Data read: 22.60 MB (ratio 3.55:1) Time: 18.295 sec (0 m 18 s) It also happens to me on some Red Hat RPM files, and a handful of others, .gz, .bz2. This bug is cross-platform, I first noticed it on RHEL5 with rpmforge ClamAV. Of course those files are perfectly fine: No errors detected in compressed data of /var/tmp/137321-02.zip. An upstream bug is already open, there's apparently no official fix at this point: https://bugzilla.clamav.net/show_bug.cgi?id=5252 ====================================================================== ---------------------------------------------------------------------- (0010074) bonivart (manager) - 2012-08-01 14:52 https://www.opencsw.org/mantis/view.php?id=4987#c10074 ---------------------------------------------------------------------- If you want to do some tests I have built new packages with the patch mentioned: http://buildfarm.opencsw.org/experimental.html#clamav From noreply at opencsw.org Wed Aug 1 20:05:07 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 1 Aug 2012 20:05:07 +0200 Subject: [bug-notifications] [cas_crontab 0004887]: Error installing crontab In-Reply-To: <0cbfb382e9da1167823c682dec83316d> Message-ID: <98ed758163b34f24c932f352a5567f4d@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4887 ====================================================================== Reported By: dam Assigned To: bwalton ====================================================================== Project: cas_crontab Issue ID: 4887 Category: regular use Reproducibility: have not tried Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2012-01-22 14:45 CET Last Modified: 2012-08-01 20:05 CEST ====================================================================== Summary: Error installing crontab Description: I just updated munin and got the following error: Installing class ... /etc/opt/csw/pkg/CSWmunin-master/crontabs/munin The following lines will be added to the crontab of the user 'munin': 0,5,10,15,20,25,30,35,40,45,50,55 * * * * /bin/test -x /opt/csw/bin/munin-cron && /opt/csw/bin/munin-cron pkgadd: ERROR: class action script did not complete successfully Installation of failed. ====================================================================== ---------------------------------------------------------------------- (0010075) bwalton (administrator) - 2012-08-01 20:05 https://www.opencsw.org/mantis/view.php?id=4887#c10075 ---------------------------------------------------------------------- I validated the previous fix, found another small bug and fixed that as well. The updated package is being pushed to unstable now. From noreply at opencsw.org Thu Aug 2 02:47:26 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 2 Aug 2012 02:47:26 +0200 Subject: [bug-notifications] [ap2_modphp5 0004912]: apache2 won't start up with ap2_modphp5 after update In-Reply-To: <9b78ee8fe76d1433c62e736d92fc5520> Message-ID: <7a68be78611b4669d1e5cd6eaefb6372@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4912 ====================================================================== Reported By: jkwan Assigned To: ====================================================================== Project: ap2_modphp5 Issue ID: 4912 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2012-02-29 04:00 CET Last Modified: 2012-08-02 02:47 CEST ====================================================================== Summary: apache2 won't start up with ap2_modphp5 after update Description: when I try to start apache2 (2.2.21,REV=2012.01.13) with ap2_modphp5 (5.3.10,REV=2012.02.10), I get the error (svc log file): [Tue Feb 28 14:48:17 2012] [crit] Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe. You need to recompile PHP. Pre-configuration failed [ Feb 28 14:48:17 Method "start" exited with status 1 ] ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0004483 apache won't start in threaded MPM mode... ====================================================================== ---------------------------------------------------------------------- (0010076) bwalton (administrator) - 2012-08-02 02:47 https://www.opencsw.org/mantis/view.php?id=4912#c10076 ---------------------------------------------------------------------- This was confirmed resolved by jkwan via email. From noreply at opencsw.org Thu Aug 2 18:47:33 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 2 Aug 2012 18:47:33 +0200 Subject: [bug-notifications] [apache2 0004948]: packaging of envvars clobbers local envvars on an upgrade In-Reply-To: <0ecee549e7c1e1d85271ca2fa1749500> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4948 ====================================================================== Reported By: briandking Assigned To: bwalton ====================================================================== Project: apache2 Issue ID: 4948 Category: packaging Reproducibility: always Severity: tweak Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2012-05-24 01:34 CEST Last Modified: 2012-08-02 18:47 CEST ====================================================================== Summary: packaging of envvars clobbers local envvars on an upgrade Description: I would like to suggest that the envvars file be packaged the same way httpd.conf is, so that when apache is upgraded, it doesn't clobber a site specific envvars file. E.g. httpd.conf is not clobbered because it's packaged as httpd.conf.CSW: /opt/csw/apache2/etc/httpd.conf.CSW f none 0644 root bin 17158 11884 1326427072 CSWapache2 envvars is clobbered because it's packaged twice: /opt/csw/apache2/sbin/envvars f none 0644 root bin 976 18721 1326427061 CSWapache2 /opt/csw/apache2/sbin/envvars-std f none 0644 root bin 976 18721 1326427061 CSWapache2 If the /opt/csw/apache2/sbin/envvars was dropped, an example envvars would still be distributed, and the local envvars would not be overwritten. ====================================================================== ---------------------------------------------------------------------- (0010077) bwalton (administrator) - 2012-08-02 18:47 https://www.opencsw.org/mantis/view.php?id=4948#c10077 ---------------------------------------------------------------------- I've just pushed the package set mentioned in the previous comment that address this issue and allow preserving envvars across updates. The file is moved to /opt/csw/apache2/etc with the rest of the configuration files. From noreply at opencsw.org Thu Aug 2 23:37:23 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 2 Aug 2012 23:37:23 +0200 Subject: [bug-notifications] [exim 0004988]: missing exim pidfile Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4988 ====================================================================== Reported By: cwood Assigned To: ====================================================================== Project: exim Issue ID: 4988 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2012-08-02 23:37 CEST Last Modified: 2012-08-02 23:37 CEST ====================================================================== Summary: missing exim pidfile Description: This is with: /var/opt/csw/pkgutil/packages/exim-4.76,REV=2012.05.07-SunOS5.9-i386-CSW.pkg The start clause in /var/opt/csw/svc/method/svc-cswexim reads (excerpts): DAEMON=/opt/csw/sbin/exim PIDFILE=/var/run/exim.pid test -z "$EXIM_PARAMS" && EXIM_PARAMS="-bd -q30m" case "$1" in start) echo "Starting MTA: \c" $DAEMON $EXIM_PARAMS echo "exim." ;; This borks svcadm for disable and restart, as found in /var/svc/log/network-cswexim:default.log: [ Aug 2 17:10:59 Stopping because service disabled. ] [ Aug 2 17:10:59 Executing stop method ("/var/opt/csw/svc/method/svc-cswexim stop"). ] Stopping MTA: cat: cannot open /var/run/exim.pid: No such file or directory Usage: kill [-l] [-n signum] [-s signame] job ... Or: kill [ options ] -l [arg ...] Because stop etc. need to read the pidfile: stop) echo "Stopping MTA: \c" kill `cat "$PIDFILE"` echo "exim." ;; To fix this, please have exim write a pid file. In /var/opt/csw/svc/method/svc-cswexim: test -z "$EXIM_PARAMS" && EXIM_PARAMS="-bd -oP ${PIDFILE} -q30m" In /etc/opt/csw/exim/exim-env.sh: EXIM_PARAMS="-bd -oP /var/run/exim.pid -q30m" ====================================================================== From noreply at opencsw.org Sat Aug 4 01:09:59 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 4 Aug 2012 01:09:59 +0200 Subject: [bug-notifications] [vidalia 0004989]: /opt/csw/bin/vidalia executes but fails to start tor Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4989 ====================================================================== Reported By: jgoerzen Assigned To: ====================================================================== Project: vidalia Issue ID: 4989 Category: Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2012-08-04 01:09 CEST Last Modified: 2012-08-04 01:09 CEST ====================================================================== Summary: /opt/csw/bin/vidalia executes but fails to start tor Description: You may have trouble starting tor with vidalia and see this in your vidalia log: [Warning] Failed to parse/validate config: Couldn't access/create private data directory "/opt/csw/bin" [Error] Reading config failed--see warnings above. Since version 0.2.19 Vidalia uses the path of the vidalia executable as the DataDirectory. This is designed deliberately in the software and is not a bug, but rather a security check. It has todo with the Tor Browser Bundle project. Please see: https://blog.torproject.org/category/tags/vidalia ====================================================================== From noreply at opencsw.org Sat Aug 4 16:29:31 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 4 Aug 2012 16:29:31 +0200 Subject: [bug-notifications] [exim 0004988]: missing exim pidfile In-Reply-To: <22aea2a90dd9a7f7ba9997624eb579d7> Message-ID: <7b1d5a8fc149090f463086beb1caab64@www.opencsw.org> The following issue has been set as RELATED TO issue 0004952. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4988 ====================================================================== Reported By: cwood Assigned To: bwalton ====================================================================== Project: exim Issue ID: 4988 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2012-08-02 23:37 CEST Last Modified: 2012-08-04 16:29 CEST ====================================================================== Summary: missing exim pidfile Description: This is with: /var/opt/csw/pkgutil/packages/exim-4.76,REV=2012.05.07-SunOS5.9-i386-CSW.pkg The start clause in /var/opt/csw/svc/method/svc-cswexim reads (excerpts): DAEMON=/opt/csw/sbin/exim PIDFILE=/var/run/exim.pid test -z "$EXIM_PARAMS" && EXIM_PARAMS="-bd -q30m" case "$1" in start) echo "Starting MTA: \c" $DAEMON $EXIM_PARAMS echo "exim." ;; This borks svcadm for disable and restart, as found in /var/svc/log/network-cswexim:default.log: [ Aug 2 17:10:59 Stopping because service disabled. ] [ Aug 2 17:10:59 Executing stop method ("/var/opt/csw/svc/method/svc-cswexim stop"). ] Stopping MTA: cat: cannot open /var/run/exim.pid: No such file or directory Usage: kill [-l] [-n signum] [-s signame] job ... Or: kill [ options ] -l [arg ...] Because stop etc. need to read the pidfile: stop) echo "Stopping MTA: \c" kill `cat "$PIDFILE"` echo "exim." ;; To fix this, please have exim write a pid file. In /var/opt/csw/svc/method/svc-cswexim: test -z "$EXIM_PARAMS" && EXIM_PARAMS="-bd -oP ${PIDFILE} -q30m" In /etc/opt/csw/exim/exim-env.sh: EXIM_PARAMS="-bd -oP /var/run/exim.pid -q30m" ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0004952 svc refresh bug ====================================================================== ---------------------------------------------------------------------- (0010078) bwalton (administrator) - 2012-08-04 15:46 https://www.opencsw.org/mantis/view.php?id=4988#c10078 ---------------------------------------------------------------------- Confirmed. I'm actually going to modify build options to set the default PID file instead of relying on the start environment options. Using -oP will allow overriding though if environments prefer a different location. The new packages are just about ready and will also include changes to avoid fiddling with /usr/lib/sendmail, etc...are you able to test these when I post them to experimental? Thanks -Ben From noreply at opencsw.org Sat Aug 4 16:29:34 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 4 Aug 2012 16:29:34 +0200 Subject: [bug-notifications] [exim 0004952]: svc refresh bug In-Reply-To: <44cc3ac537a10cd0b8c90c7b304d6d0e> Message-ID: The following issue has been set as RELATED TO issue 0004988. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4952 ====================================================================== Reported By: verboEse Assigned To: bwalton ====================================================================== Project: exim Issue ID: 4952 Category: regular use Reproducibility: have not tried Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-05-29 15:50 CEST Last Modified: 2012-05-30 14:44 CEST ====================================================================== Summary: svc refresh bug Description: svcprop shows --- refresh/exec astring /opt/csw/lib/svc/method/svc-exim\ refresh start/exec astring /var/opt/csw/svc/method/svc-cswexim\ start stop/exec astring /var/opt/csw/svc/method/svc-cswexim\ stop restart/exec astring /var/opt/csw/svc/method/svc-cswexim\ restart --- the refresh method will fail, as there is no such script in /opt/csw/lib/svc/method/svc-exim ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0004988 missing exim pidfile ====================================================================== ---------------------------------------------------------------------- (0009882) bwalton (administrator) - 2012-05-30 14:44 https://www.opencsw.org/mantis/view.php?id=4952#c9882 ---------------------------------------------------------------------- Yes, that's possible. If you pkgrm CSWexim and then pkgutil -i CSWexim, does the bug persist? The init script does support refresh, so the manifest should include that action but it should use the same path as everything else. The manifest file should be re-generated at every install though (until a pending change is released). Thanks -Ben From noreply at opencsw.org Sat Aug 4 16:30:32 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 4 Aug 2012 16:30:32 +0200 Subject: [bug-notifications] [exim 0004988]: missing exim pidfile In-Reply-To: <22aea2a90dd9a7f7ba9997624eb579d7> Message-ID: <043a285ae2880599dbb41707efb47123@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4988 ====================================================================== Reported By: cwood Assigned To: bwalton ====================================================================== Project: exim Issue ID: 4988 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2012-08-02 23:37 CEST Last Modified: 2012-08-04 16:30 CEST ====================================================================== Summary: missing exim pidfile Description: This is with: /var/opt/csw/pkgutil/packages/exim-4.76,REV=2012.05.07-SunOS5.9-i386-CSW.pkg The start clause in /var/opt/csw/svc/method/svc-cswexim reads (excerpts): DAEMON=/opt/csw/sbin/exim PIDFILE=/var/run/exim.pid test -z "$EXIM_PARAMS" && EXIM_PARAMS="-bd -q30m" case "$1" in start) echo "Starting MTA: \c" $DAEMON $EXIM_PARAMS echo "exim." ;; This borks svcadm for disable and restart, as found in /var/svc/log/network-cswexim:default.log: [ Aug 2 17:10:59 Stopping because service disabled. ] [ Aug 2 17:10:59 Executing stop method ("/var/opt/csw/svc/method/svc-cswexim stop"). ] Stopping MTA: cat: cannot open /var/run/exim.pid: No such file or directory Usage: kill [-l] [-n signum] [-s signame] job ... Or: kill [ options ] -l [arg ...] Because stop etc. need to read the pidfile: stop) echo "Stopping MTA: \c" kill `cat "$PIDFILE"` echo "exim." ;; To fix this, please have exim write a pid file. In /var/opt/csw/svc/method/svc-cswexim: test -z "$EXIM_PARAMS" && EXIM_PARAMS="-bd -oP ${PIDFILE} -q30m" In /etc/opt/csw/exim/exim-env.sh: EXIM_PARAMS="-bd -oP /var/run/exim.pid -q30m" ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0004952 svc refresh bug ====================================================================== ---------------------------------------------------------------------- (0010079) bwalton (administrator) - 2012-08-04 16:30 https://www.opencsw.org/mantis/view.php?id=4988#c10079 ---------------------------------------------------------------------- Packages that address this issue are available for testing here: http://buildfarm.opencsw.org/experimental.html#exim Feedback welcomed. As mentioned previously, this release no longer relies on fiddling with /usr/lib/sendmail. Thanks -Ben From noreply at opencsw.org Sat Aug 4 16:31:41 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 4 Aug 2012 16:31:41 +0200 Subject: [bug-notifications] [exim 0004952]: svc refresh bug In-Reply-To: <44cc3ac537a10cd0b8c90c7b304d6d0e> Message-ID: <42fb51ff13ee5eb76b749cd806a2681f@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4952 ====================================================================== Reported By: verboEse Assigned To: bwalton ====================================================================== Project: exim Issue ID: 4952 Category: regular use Reproducibility: have not tried Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-05-29 15:50 CEST Last Modified: 2012-08-04 16:31 CEST ====================================================================== Summary: svc refresh bug Description: svcprop shows --- refresh/exec astring /opt/csw/lib/svc/method/svc-exim\ refresh start/exec astring /var/opt/csw/svc/method/svc-cswexim\ start stop/exec astring /var/opt/csw/svc/method/svc-cswexim\ stop restart/exec astring /var/opt/csw/svc/method/svc-cswexim\ restart --- the refresh method will fail, as there is no such script in /opt/csw/lib/svc/method/svc-exim ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0004988 missing exim pidfile ====================================================================== ---------------------------------------------------------------------- (0010080) bwalton (administrator) - 2012-08-04 16:31 https://www.opencsw.org/mantis/view.php?id=4952#c10080 ---------------------------------------------------------------------- I think this issue is related to bug 4988. Packages of 4.80 are available for testing here: http://buildfarm.opencsw.org/experimental.html#exim They no longer modify /usr/lib/sendmail, newaliases, etc, but instead rely on sendmail-client as provided by Solaris 10. Feedback welcomed. From noreply at opencsw.org Sat Aug 4 16:47:07 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 4 Aug 2012 16:47:07 +0200 Subject: [bug-notifications] [pureftpd 0004933]: Can't enable the mysql authentication In-Reply-To: <12a8a8cd5bc8008dfdc9d053b55b8c2d> Message-ID: <35bf8b5d9565ead29b217a30d5b9a2e2@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4933 ====================================================================== Reported By: juliensyx Assigned To: bwalton ====================================================================== Project: pureftpd Issue ID: 4933 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2012-04-04 18:53 CEST Last Modified: 2012-08-04 16:47 CEST ====================================================================== Summary: Can't enable the mysql authentication Description: Hello, I'm unable to add the mysql authentication on pureftpd (last csw package) [18:44:23] root at zl-www-ssi-tpl-2:/etc/pure-ftpd$ /opt/csw/sbin/pure-ftpd -l mysql:/etc/opt/csw/pure-ftpd/pureftpd-mysql.conf -O clf:/var/log/pure-ftpd/transfer.log -u 80 -E -A -B -L 20000:6 -g /var/run/pure-ftpd.pid 421 Unknown authentication method: mysql:/etc/opt/csw/pure-ftpd/pureftpd-mysql.conf My MySQL configuration file is ok (I use it on a debian). it seems the package wasn't compiled with the MySQL authentication enabled. ====================================================================== ---------------------------------------------------------------------- (0010081) bwalton (administrator) - 2012-08-04 16:47 https://www.opencsw.org/mantis/view.php?id=4933#c10081 ---------------------------------------------------------------------- I believe this is resolved in the latest release. Please re-open if not. Thanks -Ben From noreply at opencsw.org Sun Aug 5 00:49:12 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 5 Aug 2012 00:49:12 +0200 Subject: [bug-notifications] [exim 0004988]: missing exim pidfile In-Reply-To: <22aea2a90dd9a7f7ba9997624eb579d7> Message-ID: <993c369ae296b8a9036b688f17d3c7c7@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4988 ====================================================================== Reported By: cwood Assigned To: bwalton ====================================================================== Project: exim Issue ID: 4988 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2012-08-02 23:37 CEST Last Modified: 2012-08-05 00:49 CEST ====================================================================== Summary: missing exim pidfile Description: This is with: /var/opt/csw/pkgutil/packages/exim-4.76,REV=2012.05.07-SunOS5.9-i386-CSW.pkg The start clause in /var/opt/csw/svc/method/svc-cswexim reads (excerpts): DAEMON=/opt/csw/sbin/exim PIDFILE=/var/run/exim.pid test -z "$EXIM_PARAMS" && EXIM_PARAMS="-bd -q30m" case "$1" in start) echo "Starting MTA: \c" $DAEMON $EXIM_PARAMS echo "exim." ;; This borks svcadm for disable and restart, as found in /var/svc/log/network-cswexim:default.log: [ Aug 2 17:10:59 Stopping because service disabled. ] [ Aug 2 17:10:59 Executing stop method ("/var/opt/csw/svc/method/svc-cswexim stop"). ] Stopping MTA: cat: cannot open /var/run/exim.pid: No such file or directory Usage: kill [-l] [-n signum] [-s signame] job ... Or: kill [ options ] -l [arg ...] Because stop etc. need to read the pidfile: stop) echo "Stopping MTA: \c" kill `cat "$PIDFILE"` echo "exim." ;; To fix this, please have exim write a pid file. In /var/opt/csw/svc/method/svc-cswexim: test -z "$EXIM_PARAMS" && EXIM_PARAMS="-bd -oP ${PIDFILE} -q30m" In /etc/opt/csw/exim/exim-env.sh: EXIM_PARAMS="-bd -oP /var/run/exim.pid -q30m" ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0004952 svc refresh bug ====================================================================== ---------------------------------------------------------------------- (0010082) cwood (reporter) - 2012-08-05 00:49 https://www.opencsw.org/mantis/view.php?id=4988#c10082 ---------------------------------------------------------------------- I will test when I'm back close to my Solaris host, thank you. From noreply at opencsw.org Sun Aug 5 23:58:21 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 5 Aug 2012 23:58:21 +0200 Subject: [bug-notifications] [facter 0004924]: Are Facter and Puppet missing a dependency?J In-Reply-To: <407f41d323609f3c0e7b580b11e2bc0e> Message-ID: <56ebe98ebf03aa5f15356e046cda29fd@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4924 ====================================================================== Reported By: dcjackson Assigned To: bwalton ====================================================================== Project: facter Issue ID: 4924 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2012-03-21 01:14 CET Last Modified: 2012-08-05 23:58 CEST ====================================================================== Summary: Are Facter and Puppet missing a dependency?J Description: I am a newbie to opencsw. Used Blastwave for a long time.... Anyway, I install my OS via JumpStart Solaris10 u10 x86. First I install pkgutil, then puppet (within my jumpstart finish script) I then try to use faster within my finish script, and get this: /opt/csw/lib/ruby/site_ruby/1.8/facter/util/config.rb:4:in `require': no such file to load -- rbconfig (LoadError) from /opt/csw/lib/ruby/site_ruby/1.8/facter/util/config.rb:4 from /opt/csw/lib/ruby/site_ruby/1.8/facter/util/resolution.rb:7:in `require' from /opt/csw/lib/ruby/site_ruby/1.8/facter/util/resolution.rb:7 from /opt/csw/lib/ruby/site_ruby/1.8/facter/util/fact.rb:2:in `require' from /opt/csw/lib/ruby/site_ruby/1.8/facter/util/fact.rb:2 from /opt/csw/lib/ruby/site_ruby/1.8/facter.rb:21:in `require' from /opt/csw/lib/ruby/site_ruby/1.8/facter.rb:21 from /opt/csw/lib/ruby/site_ruby/1.8/facter/application.rb:5:in `require' from /opt/csw/lib/ruby/site_ruby/1.8/facter/application.rb:5:in `run' from /opt/csw/bin/facter:60 This problem also occurs after I reboot the machine and log in. I then did a pkgutil --install ruby18_gcc4 After that completed, faster worked fine. I am wondering if puppet/facter are missing a dependency? Of course, I could be doing something wrong, in general, or WRT installing this stuff within jumpstart. ====================================================================== ---------------------------------------------------------------------- (0010083) markp (manager) - 2012-08-05 23:58 https://www.opencsw.org/mantis/view.php?id=4924#c10083 ---------------------------------------------------------------------- I'm closing this as it was a Ruby issue, not a Puppet one. dcjackson - if this still gives you grief with the latest 2.7.18 packages and Ruby, could you drop me a line and let me know? Thanks From noreply at opencsw.org Tue Aug 7 00:24:44 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 7 Aug 2012 00:24:44 +0200 Subject: [bug-notifications] [bash 0004990]: new upstream patch release 4.2.37 Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4990 ====================================================================== Reported By: dmy Assigned To: ====================================================================== Project: bash Issue ID: 4990 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2012-08-07 00:24 CEST Last Modified: 2012-08-07 00:24 CEST ====================================================================== Summary: new upstream patch release 4.2.37 Description: The current testing CSWbash package is 4.2.10, while the newest patch release is 4.2.37. I'll admit that the bugfix I'm interested in is actually in the 29 patch release, but it a FAQ on the bug-bash list: http://lists.gnu.org/archive/html/bug-bash/2012-07/msg00013.html This restores the pre-4.2 behavior of expanding shell variables in pathnames. ====================================================================== From noreply at opencsw.org Tue Aug 7 21:25:56 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 7 Aug 2012 21:25:56 +0200 Subject: [bug-notifications] [bash 0004990]: new upstream patch release 4.2.37 In-Reply-To: <5ff7f1c388082dfb967d5e7419f0d254> Message-ID: <8ba27e1ad64ed3c34446c92d814a7bb8@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4990 ====================================================================== Reported By: dmy Assigned To: yann ====================================================================== Project: bash Issue ID: 4990 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: acknowledged ====================================================================== Date Submitted: 2012-08-07 00:24 CEST Last Modified: 2012-08-07 21:25 CEST ====================================================================== Summary: new upstream patch release 4.2.37 Description: The current testing CSWbash package is 4.2.10, while the newest patch release is 4.2.37. I'll admit that the bugfix I'm interested in is actually in the 29 patch release, but it a FAQ on the bug-bash list: http://lists.gnu.org/archive/html/bug-bash/2012-07/msg00013.html This restores the pre-4.2 behavior of expanding shell variables in pathnames. ====================================================================== ---------------------------------------------------------------------- (0010084) yann (manager) - 2012-08-07 21:25 https://www.opencsw.org/mantis/view.php?id=4990#c10084 ---------------------------------------------------------------------- I just uploaded bash 4.2.37 in the catalog. Should land soon in your mirror. Yann From noreply at opencsw.org Tue Aug 7 23:39:21 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 7 Aug 2012 23:39:21 +0200 Subject: [bug-notifications] [openssl 0004931]: "git clone https: ..." fails: Request to upgrade OpenSSL to 1.0.0h or newer. In-Reply-To: <211e141c71e92a0c26a180c6e619ed46> Message-ID: <1a6cfef1088325b9656a21997f09361c@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4931 ====================================================================== Reported By: zephyrus00jp Assigned To: yann ====================================================================== Project: openssl Issue ID: 4931 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-04-02 15:50 CEST Last Modified: 2012-08-07 23:39 CEST ====================================================================== Summary: "git clone https: ..." fails: Request to upgrade OpenSSL to 1.0.0h or newer. Description: On solaris 10, I found that git clone https:.... failed. To make a long story short, I tracked down this to the failure of curl library used by git, and then this curl library seems to be failing in openssl modules. The following is more detailed explanation and my fiding: serverfault.com/questions/374053/solaris-10-opencsw-git-package-issue-with-bitbucket-git-hosting Based on some similar reports, I think it is best to offer openssl 1.0.0h or newer, and then re-compile curl libraries (making sure that openssl versions are used), and recompile git tools as well. I don't know much about OpenCSW packaging and so I can't try to recompile openssl and figure out whether upgrading helps or not. ====================================================================== ---------------------------------------------------------------------- (0010085) yann (manager) - 2012-08-07 23:39 https://www.opencsw.org/mantis/view.php?id=4931#c10085 ---------------------------------------------------------------------- No news, good news ? From noreply at opencsw.org Sun Aug 12 16:11:28 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 12 Aug 2012 16:11:28 +0200 Subject: [bug-notifications] [exim 0004988]: missing exim pidfile In-Reply-To: <22aea2a90dd9a7f7ba9997624eb579d7> Message-ID: <44f913468433c5912d1cbe7485d9bef7@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4988 ====================================================================== Reported By: cwood Assigned To: bwalton ====================================================================== Project: exim Issue ID: 4988 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2012-08-02 23:37 CEST Last Modified: 2012-08-12 16:11 CEST ====================================================================== Summary: missing exim pidfile Description: This is with: /var/opt/csw/pkgutil/packages/exim-4.76,REV=2012.05.07-SunOS5.9-i386-CSW.pkg The start clause in /var/opt/csw/svc/method/svc-cswexim reads (excerpts): DAEMON=/opt/csw/sbin/exim PIDFILE=/var/run/exim.pid test -z "$EXIM_PARAMS" && EXIM_PARAMS="-bd -q30m" case "$1" in start) echo "Starting MTA: \c" $DAEMON $EXIM_PARAMS echo "exim." ;; This borks svcadm for disable and restart, as found in /var/svc/log/network-cswexim:default.log: [ Aug 2 17:10:59 Stopping because service disabled. ] [ Aug 2 17:10:59 Executing stop method ("/var/opt/csw/svc/method/svc-cswexim stop"). ] Stopping MTA: cat: cannot open /var/run/exim.pid: No such file or directory Usage: kill [-l] [-n signum] [-s signame] job ... Or: kill [ options ] -l [arg ...] Because stop etc. need to read the pidfile: stop) echo "Stopping MTA: \c" kill `cat "$PIDFILE"` echo "exim." ;; To fix this, please have exim write a pid file. In /var/opt/csw/svc/method/svc-cswexim: test -z "$EXIM_PARAMS" && EXIM_PARAMS="-bd -oP ${PIDFILE} -q30m" In /etc/opt/csw/exim/exim-env.sh: EXIM_PARAMS="-bd -oP /var/run/exim.pid -q30m" ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0004952 svc refresh bug ====================================================================== ---------------------------------------------------------------------- (0010086) cwood (reporter) - 2012-08-12 16:11 https://www.opencsw.org/mantis/view.php?id=4988#c10086 ---------------------------------------------------------------------- My apologies for the delay. I installed this: http://buildfarm.opencsw.org/experimental/exim/exim-4.80,REV=2012.08.04-SunOS5.10-i386-CSW.pkg.gz I found that it correctly creates a pid file on exim installation and "svcadm enable network/cswexim". One caveat is that the experimental package doesn't remove /var/run/exim.pid when I run "svcadm disable network/cswexim". This can be a problem with software like monit, where it may check for a running process using the pid from the pidfile, and run the start script if the process doesn't exist. (Obviously Solaris has SMF, but you never know what people may decide to install.) From noreply at opencsw.org Sun Aug 12 21:31:43 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 12 Aug 2012 21:31:43 +0200 Subject: [bug-notifications] [exim 0004988]: missing exim pidfile In-Reply-To: <22aea2a90dd9a7f7ba9997624eb579d7> Message-ID: <6b491061b933b17a3ee464200f4482f7@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4988 ====================================================================== Reported By: cwood Assigned To: bwalton ====================================================================== Project: exim Issue ID: 4988 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2012-08-02 23:37 CEST Last Modified: 2012-08-12 21:31 CEST ====================================================================== Summary: missing exim pidfile Description: This is with: /var/opt/csw/pkgutil/packages/exim-4.76,REV=2012.05.07-SunOS5.9-i386-CSW.pkg The start clause in /var/opt/csw/svc/method/svc-cswexim reads (excerpts): DAEMON=/opt/csw/sbin/exim PIDFILE=/var/run/exim.pid test -z "$EXIM_PARAMS" && EXIM_PARAMS="-bd -q30m" case "$1" in start) echo "Starting MTA: \c" $DAEMON $EXIM_PARAMS echo "exim." ;; This borks svcadm for disable and restart, as found in /var/svc/log/network-cswexim:default.log: [ Aug 2 17:10:59 Stopping because service disabled. ] [ Aug 2 17:10:59 Executing stop method ("/var/opt/csw/svc/method/svc-cswexim stop"). ] Stopping MTA: cat: cannot open /var/run/exim.pid: No such file or directory Usage: kill [-l] [-n signum] [-s signame] job ... Or: kill [ options ] -l [arg ...] Because stop etc. need to read the pidfile: stop) echo "Stopping MTA: \c" kill `cat "$PIDFILE"` echo "exim." ;; To fix this, please have exim write a pid file. In /var/opt/csw/svc/method/svc-cswexim: test -z "$EXIM_PARAMS" && EXIM_PARAMS="-bd -oP ${PIDFILE} -q30m" In /etc/opt/csw/exim/exim-env.sh: EXIM_PARAMS="-bd -oP /var/run/exim.pid -q30m" ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0004952 svc refresh bug ====================================================================== ---------------------------------------------------------------------- (0010087) bwalton (administrator) - 2012-08-12 21:31 https://www.opencsw.org/mantis/view.php?id=4988#c10087 ---------------------------------------------------------------------- Thanks for testing this. I've just committed a fix that will see the pid file removed to avoid issues like those you mention. I also noticed that my updated build used /var/opt/csw/log/ as the path for log files instead of /var/opt/csw/log/exim/ and this was causing the package to go into a maintenance state on my test system. Updated experimental packages have been added to the same location. They're dated 2012.08.12. I'll test them on my systems too, but I'd appreciate your feedback as well. Thanks -Ben From noreply at opencsw.org Mon Aug 13 01:20:54 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 13 Aug 2012 01:20:54 +0200 Subject: [bug-notifications] [exim 0004952]: svc refresh bug In-Reply-To: <44cc3ac537a10cd0b8c90c7b304d6d0e> Message-ID: <2262bd22d11674df9af1023f292c588c@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4952 ====================================================================== Reported By: verboEse Assigned To: bwalton ====================================================================== Project: exim Issue ID: 4952 Category: regular use Reproducibility: have not tried Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2012-05-29 15:50 CEST Last Modified: 2012-08-13 01:20 CEST ====================================================================== Summary: svc refresh bug Description: svcprop shows --- refresh/exec astring /opt/csw/lib/svc/method/svc-exim\ refresh start/exec astring /var/opt/csw/svc/method/svc-cswexim\ start stop/exec astring /var/opt/csw/svc/method/svc-cswexim\ stop restart/exec astring /var/opt/csw/svc/method/svc-cswexim\ restart --- the refresh method will fail, as there is no such script in /opt/csw/lib/svc/method/svc-exim ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0004988 missing exim pidfile ====================================================================== ---------------------------------------------------------------------- (0010088) bwalton (administrator) - 2012-08-13 01:20 https://www.opencsw.org/mantis/view.php?id=4952#c10088 ---------------------------------------------------------------------- Will reopen if bug persists but I think it's resolved. From noreply at opencsw.org Tue Aug 14 18:00:48 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 14 Aug 2012 18:00:48 +0200 Subject: [bug-notifications] [facter 0004925]: Please upgrade facter to version 1.6.6 In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4925 ====================================================================== Reported By: blkperl Assigned To: markp ====================================================================== Project: facter Issue ID: 4925 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2012-03-22 19:46 CET Last Modified: 2012-08-14 18:00 CEST ====================================================================== Summary: Please upgrade facter to version 1.6.6 Description: facter 1.6.6 has some new zonename and zpool facts. Thanks, William ====================================================================== ---------------------------------------------------------------------- (0010089) markp (manager) - 2012-08-14 18:00 https://www.opencsw.org/mantis/view.php?id=4925#c10089 ---------------------------------------------------------------------- 1.6.6 released ages ago. 1.6.11 about to be released. From noreply at opencsw.org Tue Aug 14 23:00:33 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 14 Aug 2012 23:00:33 +0200 Subject: [bug-notifications] [clamav 0004987]: Some files are wrongly reported as having a bad format In-Reply-To: <80d3bbcdd269dad319a880f3fb7382a4> Message-ID: <2216218267afb0082875f684ee6ce7d2@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4987 ====================================================================== Reported By: laurent Assigned To: bonivart ====================================================================== Project: clamav Issue ID: 4987 Category: regular use Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-08-01 10:20 CEST Last Modified: 2012-08-14 23:00 CEST ====================================================================== Summary: Some files are wrongly reported as having a bad format Description: Heads up: There is a bug in 0.97.5 which makes it report some files as having format errors. This happens on some Solaris related files, eg: /var/tmp/137081-07.zip: OK /var/tmp/137148-07.zip: OK /var/tmp/137321-02.zip: Can't unpack some data ERROR /var/tmp/138823-10.zip: OK /var/tmp/138827-10.zip: OK ----------- SCAN SUMMARY ----------- Known viruses: 1278842 Engine version: 0.97.5 Scanned directories: 0 Scanned files: 4 Infected files: 0 Total errors: 1 Data scanned: 80.28 MB Data read: 22.60 MB (ratio 3.55:1) Time: 18.295 sec (0 m 18 s) It also happens to me on some Red Hat RPM files, and a handful of others, .gz, .bz2. This bug is cross-platform, I first noticed it on RHEL5 with rpmforge ClamAV. Of course those files are perfectly fine: No errors detected in compressed data of /var/tmp/137321-02.zip. An upstream bug is already open, there's apparently no official fix at this point: https://bugzilla.clamav.net/show_bug.cgi?id=5252 ====================================================================== ---------------------------------------------------------------------- (0010090) bonivart (manager) - 2012-08-14 23:00 https://www.opencsw.org/mantis/view.php?id=4987#c10090 ---------------------------------------------------------------------- Just got news from the ClamAV team that 0.97.6 will be released within a week fixing this. Did you try my patched packages? From noreply at opencsw.org Fri Aug 17 13:03:02 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 17 Aug 2012 13:03:02 +0200 Subject: [bug-notifications] [openssh_client 0004991]: openssh_client only works on Solaris 10 Update 10 Kernel Message-ID: <9261228226118cd5e681f33e5e8cd4ac@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4991 ====================================================================== Reported By: jh Assigned To: ====================================================================== Project: openssh_client Issue ID: 4991 Category: regular use Reproducibility: always Severity: major Priority: high Status: new ====================================================================== Date Submitted: 2012-08-17 13:03 CEST Last Modified: 2012-08-17 13:03 CEST ====================================================================== Summary: openssh_client only works on Solaris 10 Update 10 Kernel Description: Do to the update of the buildfarm and the rebuild of the package after that it now needs libc.so.1 Version 1.22.7 which is introduced in Solaris 10 update 10. Should be rebuild without those functions: pvs -s /usr/lib/libc.so.1 |more SUNW_1.23: SUNW_1.22.7: vasprintf; smt_pause; fdatasync; asprintf; SUNW_1.22.6: utimensat; futimens; SUNW_1.22.5: getpagesizes2; See http://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/samba/trunk/Makefile#L326 how to do that ====================================================================== From noreply at opencsw.org Sat Aug 18 14:55:44 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 18 Aug 2012 14:55:44 +0200 Subject: [bug-notifications] [openssh_client 0004991]: openssh_client only works on Solaris 10 Update 10 Kernel In-Reply-To: <02c1c6b1c222ddc7ec1757783f45d443> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4991 ====================================================================== Reported By: jh Assigned To: ====================================================================== Project: openssh_client Issue ID: 4991 Category: regular use Reproducibility: always Severity: major Priority: high Status: new ====================================================================== Date Submitted: 2012-08-17 13:03 CEST Last Modified: 2012-08-18 14:55 CEST ====================================================================== Summary: openssh_client only works on Solaris 10 Update 10 Kernel Description: Do to the update of the buildfarm and the rebuild of the package after that it now needs libc.so.1 Version 1.22.7 which is introduced in Solaris 10 update 10. Should be rebuild without those functions: pvs -s /usr/lib/libc.so.1 |more SUNW_1.23: SUNW_1.22.7: vasprintf; smt_pause; fdatasync; asprintf; SUNW_1.22.6: utimensat; futimens; SUNW_1.22.5: getpagesizes2; See http://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/samba/trunk/Makefile#L326 how to do that ====================================================================== ---------------------------------------------------------------------- (0010091) bulletmark (reporter) - 2012-08-18 14:55 https://www.opencsw.org/mantis/view.php?id=4991#c10091 ---------------------------------------------------------------------- I raised this original issue via irc. Fix just appeared in my sparc 5.10 feed as version 6.0p1,REV=2012.08.18 and I would like to report that all is good now. Thanks. From noreply at opencsw.org Sat Aug 18 18:51:53 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 18 Aug 2012 18:51:53 +0200 Subject: [bug-notifications] [openssh_client 0004991]: openssh_client only works on Solaris 10 Update 10 Kernel In-Reply-To: <02c1c6b1c222ddc7ec1757783f45d443> Message-ID: <7c058843f3c01e2c04bc5611d4f6ab91@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4991 ====================================================================== Reported By: jh Assigned To: ====================================================================== Project: openssh_client Issue ID: 4991 Category: regular use Reproducibility: always Severity: major Priority: high Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2012-08-17 13:03 CEST Last Modified: 2012-08-18 18:51 CEST ====================================================================== Summary: openssh_client only works on Solaris 10 Update 10 Kernel Description: Do to the update of the buildfarm and the rebuild of the package after that it now needs libc.so.1 Version 1.22.7 which is introduced in Solaris 10 update 10. Should be rebuild without those functions: pvs -s /usr/lib/libc.so.1 |more SUNW_1.23: SUNW_1.22.7: vasprintf; smt_pause; fdatasync; asprintf; SUNW_1.22.6: utimensat; futimens; SUNW_1.22.5: getpagesizes2; See http://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/samba/trunk/Makefile#L326 how to do that ====================================================================== ---------------------------------------------------------------------- (0010092) jh (developer) - 2012-08-18 18:51 https://www.opencsw.org/mantis/view.php?id=4991#c10092 ---------------------------------------------------------------------- fixed with new release From noreply at opencsw.org Wed Aug 22 17:48:49 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 22 Aug 2012 17:48:49 +0200 Subject: [bug-notifications] [libkrb5_3 0004992]: ssh fails with error with "ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory" Message-ID: <96aadd137768ee74caf955537a14f7a5@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4992 ====================================================================== Reported By: slufoot80 Assigned To: ====================================================================== Project: libkrb5_3 Issue ID: 4992 Category: packaging Reproducibility: random Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2012-08-22 17:48 CEST Last Modified: 2012-08-22 17:48 CEST ====================================================================== Summary: ssh fails with error with "ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory" Description: ./ssh ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory According to pkgutil I have it installed pkgutil -F libkrb5.so.3 /opt/csw/lib/libkrb5.so.3 CSWlibkrb5-3 /opt/csw/lib/libkrb5.so.3.3 CSWlibkrb5-3 /opt/csw/lib/sparcv9/libkrb5.so.3 CSWlibkrb5-3 /opt/csw/lib/sparcv9/libkrb5.so.3.3 CSWlibkrb5-3 but when I run ls nothing ls /opt/csw/lib/libkrb5.so.3 /opt/csw/lib/libkrb5.so.3: No such file or directory What do I need to do to fix this? ====================================================================== From noreply at opencsw.org Wed Aug 22 22:28:03 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 22 Aug 2012 22:28:03 +0200 Subject: [bug-notifications] [libkrb5_3 0004992]: ssh fails with error with "ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory" In-Reply-To: Message-ID: <7169e743fe5c1dacbe34ffdd4687c362@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4992 ====================================================================== Reported By: slufoot80 Assigned To: dam ====================================================================== Project: libkrb5_3 Issue ID: 4992 Category: packaging Reproducibility: random Severity: crash Priority: normal Status: assigned ====================================================================== Date Submitted: 2012-08-22 17:48 CEST Last Modified: 2012-08-22 22:28 CEST ====================================================================== Summary: ssh fails with error with "ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory" Description: ./ssh ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory According to pkgutil I have it installed pkgutil -F libkrb5.so.3 /opt/csw/lib/libkrb5.so.3 CSWlibkrb5-3 /opt/csw/lib/libkrb5.so.3.3 CSWlibkrb5-3 /opt/csw/lib/sparcv9/libkrb5.so.3 CSWlibkrb5-3 /opt/csw/lib/sparcv9/libkrb5.so.3.3 CSWlibkrb5-3 but when I run ls nothing ls /opt/csw/lib/libkrb5.so.3 /opt/csw/lib/libkrb5.so.3: No such file or directory What do I need to do to fix this? ====================================================================== From noreply at opencsw.org Wed Aug 22 22:28:57 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 22 Aug 2012 22:28:57 +0200 Subject: [bug-notifications] [libkrb5_3 0004992]: ssh fails with error with "ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory" In-Reply-To: Message-ID: <58216a410e14c5d36ca60a4e1eaf2265@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4992 ====================================================================== Reported By: slufoot80 Assigned To: dam ====================================================================== Project: libkrb5_3 Issue ID: 4992 Category: packaging Reproducibility: random Severity: crash Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-08-22 17:48 CEST Last Modified: 2012-08-22 22:28 CEST ====================================================================== Summary: ssh fails with error with "ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory" Description: ./ssh ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory According to pkgutil I have it installed pkgutil -F libkrb5.so.3 /opt/csw/lib/libkrb5.so.3 CSWlibkrb5-3 /opt/csw/lib/libkrb5.so.3.3 CSWlibkrb5-3 /opt/csw/lib/sparcv9/libkrb5.so.3 CSWlibkrb5-3 /opt/csw/lib/sparcv9/libkrb5.so.3.3 CSWlibkrb5-3 but when I run ls nothing ls /opt/csw/lib/libkrb5.so.3 /opt/csw/lib/libkrb5.so.3: No such file or directory What do I need to do to fix this? ====================================================================== ---------------------------------------------------------------------- (0010093) dam (administrator) - 2012-08-22 22:28 https://www.opencsw.org/mantis/view.php?id=4992#c10093 ---------------------------------------------------------------------- Please try to reinstall the package with pkgrm CSWlibkrb5-3 pkgutil -i CSWlibkrb5-3 From noreply at opencsw.org Wed Aug 22 23:22:23 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Wed, 22 Aug 2012 23:22:23 +0200 Subject: [bug-notifications] [libkrb5_3 0004992]: ssh fails with error with "ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory" In-Reply-To: Message-ID: <1acaa90af594ac342ae9ccaed2e2c624@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4992 ====================================================================== Reported By: slufoot80 Assigned To: dam ====================================================================== Project: libkrb5_3 Issue ID: 4992 Category: packaging Reproducibility: random Severity: crash Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-08-22 17:48 CEST Last Modified: 2012-08-22 23:22 CEST ====================================================================== Summary: ssh fails with error with "ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory" Description: ./ssh ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory According to pkgutil I have it installed pkgutil -F libkrb5.so.3 /opt/csw/lib/libkrb5.so.3 CSWlibkrb5-3 /opt/csw/lib/libkrb5.so.3.3 CSWlibkrb5-3 /opt/csw/lib/sparcv9/libkrb5.so.3 CSWlibkrb5-3 /opt/csw/lib/sparcv9/libkrb5.so.3.3 CSWlibkrb5-3 but when I run ls nothing ls /opt/csw/lib/libkrb5.so.3 /opt/csw/lib/libkrb5.so.3: No such file or directory What do I need to do to fix this? ====================================================================== ---------------------------------------------------------------------- (0010094) slufoot80 (reporter) - 2012-08-22 23:22 https://www.opencsw.org/mantis/view.php?id=4992#c10094 ---------------------------------------------------------------------- I did that and it worked but now I have a new problem ./ssh ld.so.1: ./ssh: fatal: libresolv.so.2: version `SUNW_2.2.1' not found (required by file /opt/csw/lib/sparcv8/libkrb5.so.3) From noreply at opencsw.org Thu Aug 23 10:09:17 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 23 Aug 2012 10:09:17 +0200 Subject: [bug-notifications] [libkrb5_3 0004992]: ssh fails with error with "ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory" In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4992 ====================================================================== Reported By: slufoot80 Assigned To: dam ====================================================================== Project: libkrb5_3 Issue ID: 4992 Category: packaging Reproducibility: random Severity: crash Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-08-22 17:48 CEST Last Modified: 2012-08-23 10:09 CEST ====================================================================== Summary: ssh fails with error with "ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory" Description: ./ssh ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory According to pkgutil I have it installed pkgutil -F libkrb5.so.3 /opt/csw/lib/libkrb5.so.3 CSWlibkrb5-3 /opt/csw/lib/libkrb5.so.3.3 CSWlibkrb5-3 /opt/csw/lib/sparcv9/libkrb5.so.3 CSWlibkrb5-3 /opt/csw/lib/sparcv9/libkrb5.so.3.3 CSWlibkrb5-3 but when I run ls nothing ls /opt/csw/lib/libkrb5.so.3 /opt/csw/lib/libkrb5.so.3: No such file or directory What do I need to do to fix this? ====================================================================== ---------------------------------------------------------------------- (0010095) dam (administrator) - 2012-08-23 10:09 https://www.opencsw.org/mantis/view.php?id=4992#c10095 ---------------------------------------------------------------------- This means that the library has been compiled on a newer version of Solaris than what you are trying to run it on. This has also appeared on other packages and a fix with mapfiles is tried right now. Please stand by until the new package is ready (or upgrade to u10). From noreply at opencsw.org Thu Aug 23 17:40:12 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 23 Aug 2012 17:40:12 +0200 Subject: [bug-notifications] [libkrb5_3 0004992]: ssh fails with error with "ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory" In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4992 ====================================================================== Reported By: slufoot80 Assigned To: dam ====================================================================== Project: libkrb5_3 Issue ID: 4992 Category: packaging Reproducibility: random Severity: crash Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-08-22 17:48 CEST Last Modified: 2012-08-23 17:40 CEST ====================================================================== Summary: ssh fails with error with "ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory" Description: ./ssh ld.so.1: ./ssh: fatal: libkrb5.so.3: open failed: No such file or directory According to pkgutil I have it installed pkgutil -F libkrb5.so.3 /opt/csw/lib/libkrb5.so.3 CSWlibkrb5-3 /opt/csw/lib/libkrb5.so.3.3 CSWlibkrb5-3 /opt/csw/lib/sparcv9/libkrb5.so.3 CSWlibkrb5-3 /opt/csw/lib/sparcv9/libkrb5.so.3.3 CSWlibkrb5-3 but when I run ls nothing ls /opt/csw/lib/libkrb5.so.3 /opt/csw/lib/libkrb5.so.3: No such file or directory What do I need to do to fix this? ====================================================================== ---------------------------------------------------------------------- (0010097) dam (administrator) - 2012-08-23 17:40 https://www.opencsw.org/mantis/view.php?id=4992#c10097 ---------------------------------------------------------------------- Updated packages will show up here shortly, please give them a try: http://buildfarm.opencsw.org/experimental.html#krb5 From noreply at opencsw.org Sat Aug 25 00:30:28 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 25 Aug 2012 00:30:28 +0200 Subject: [bug-notifications] [squid 0004993]: Please update to latest version Message-ID: <8e8fa4fb39f92300fa66ffc50d3e2662@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4993 ====================================================================== Reported By: danim Assigned To: ====================================================================== Project: squid Issue ID: 4993 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2012-08-25 00:30 CEST Last Modified: 2012-08-25 00:30 CEST ====================================================================== Summary: Please update to latest version Description: Squid 3.2.1 is available. Please upgrade as there is new funcionality, incluiding ssl-bump, which is not present in the current 2.6 build. [ http://www.squid-cache.org/Versions/v3/3.2/ ] ====================================================================== From noreply at opencsw.org Sat Aug 25 10:22:48 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 25 Aug 2012 10:22:48 +0200 Subject: [bug-notifications] [squid 0004993]: Please update to latest version In-Reply-To: Message-ID: <837a795a518b34ed9121578455fb43c0@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4993 ====================================================================== Reported By: danim Assigned To: dam ====================================================================== Project: squid Issue ID: 4993 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2012-08-25 00:30 CEST Last Modified: 2012-08-25 10:22 CEST ====================================================================== Summary: Please update to latest version Description: Squid 3.2.1 is available. Please upgrade as there is new funcionality, incluiding ssl-bump, which is not present in the current 2.6 build. [ http://www.squid-cache.org/Versions/v3/3.2/ ] ====================================================================== From noreply at opencsw.org Sat Aug 25 10:25:58 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sat, 25 Aug 2012 10:25:58 +0200 Subject: [bug-notifications] [squid 0004993]: Please update to latest version In-Reply-To: Message-ID: <5821f1281c552862dcb01c58905e437d@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4993 ====================================================================== Reported By: danim Assigned To: dam ====================================================================== Project: squid Issue ID: 4993 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-08-25 00:30 CEST Last Modified: 2012-08-25 10:25 CEST ====================================================================== Summary: Please update to latest version Description: Squid 3.2.1 is available. Please upgrade as there is new funcionality, incluiding ssl-bump, which is not present in the current 2.6 build. [ http://www.squid-cache.org/Versions/v3/3.2/ ] ====================================================================== ---------------------------------------------------------------------- (0010098) dam (administrator) - 2012-08-25 10:25 https://www.opencsw.org/mantis/view.php?id=4993#c10098 ---------------------------------------------------------------------- The updated squid is awaiting the release together with other packages which require a simultaneous rebuild for openssl 1.0. If you want to give it a try you can find squid 3.1.20 at the respective directory: http://buildfarm.opencsw.org/experimental.html#openssl-relinking-group1 An update to 3.2 would probably be a good idea, I'll leave this bug open until release of 3.2. From noreply at opencsw.org Sun Aug 26 10:59:02 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 26 Aug 2012 10:59:02 +0200 Subject: [bug-notifications] [bash 0004990]: new upstream patch release 4.2.37 In-Reply-To: <5ff7f1c388082dfb967d5e7419f0d254> Message-ID: <9c4a53f9e742adfea2ae14772a58e230@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4990 ====================================================================== Reported By: dmy Assigned To: yann ====================================================================== Project: bash Issue ID: 4990 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2012-08-07 00:24 CEST Last Modified: 2012-08-26 10:59 CEST ====================================================================== Summary: new upstream patch release 4.2.37 Description: The current testing CSWbash package is 4.2.10, while the newest patch release is 4.2.37. I'll admit that the bugfix I'm interested in is actually in the 29 patch release, but it a FAQ on the bug-bash list: http://lists.gnu.org/archive/html/bug-bash/2012-07/msg00013.html This restores the pre-4.2 behavior of expanding shell variables in pathnames. ====================================================================== ---------------------------------------------------------------------- (0010099) yann (manager) - 2012-08-26 10:59 https://www.opencsw.org/mantis/view.php?id=4990#c10099 ---------------------------------------------------------------------- The package landed in the mirror since so I am closing this bug. From noreply at opencsw.org Sun Aug 26 12:39:12 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 26 Aug 2012 12:39:12 +0200 Subject: [bug-notifications] [openssl 0004931]: "git clone https: ..." fails: Request to upgrade OpenSSL to 1.0.0h or newer. In-Reply-To: <211e141c71e92a0c26a180c6e619ed46> Message-ID: <6ec76a3be02100af701af6f7656cf936@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4931 ====================================================================== Reported By: zephyrus00jp Assigned To: yann ====================================================================== Project: openssl Issue ID: 4931 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-04-02 15:50 CEST Last Modified: 2012-08-26 12:39 CEST ====================================================================== Summary: "git clone https: ..." fails: Request to upgrade OpenSSL to 1.0.0h or newer. Description: On solaris 10, I found that git clone https:.... failed. To make a long story short, I tracked down this to the failure of curl library used by git, and then this curl library seems to be failing in openssl modules. The following is more detailed explanation and my fiding: serverfault.com/questions/374053/solaris-10-opencsw-git-package-issue-with-bitbucket-git-hosting Based on some similar reports, I think it is best to offer openssl 1.0.0h or newer, and then re-compile curl libraries (making sure that openssl versions are used), and recompile git tools as well. I don't know much about OpenCSW packaging and so I can't try to recompile openssl and figure out whether upgrading helps or not. ====================================================================== ---------------------------------------------------------------------- (0010100) yann (manager) - 2012-08-26 12:39 https://www.opencsw.org/mantis/view.php?id=4931#c10100 ---------------------------------------------------------------------- Hi Zephyrus, I will soon close the bug. Keep updated if you have some more information. Don't worry, you can always open a new bug later if necessary. Yann From noreply at opencsw.org Sun Aug 26 12:50:15 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Sun, 26 Aug 2012 12:50:15 +0200 Subject: [bug-notifications] [binutils 0004994]: gstrip seems to corrupt the syminfo elf section used by the SUN linker Message-ID: <09bd9550b64ed5f139407f2ae89f0d53@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4994 ====================================================================== Reported By: yann Assigned To: ====================================================================== Project: binutils Issue ID: 4994 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2012-08-26 12:50 CEST Last Modified: 2012-08-26 12:50 CEST ====================================================================== Summary: gstrip seems to corrupt the syminfo elf section used by the SUN linker Description: Hi Maciej It seems I found a problem with GNU strip while enabling direct binding on gnomevfs2. The GNU strip utility seems to corrupt the syminfo elf section where the information are stored. Details are below. I fixed the problem in the package by making sure Solaris strip was used in gnomevfs2 (which is normally the default) so it is not an urgent problem. But it is probably interesting to take this issue upstream. Yann Before striping: # ls -l ./gnomevfs-mv -rwxr-xr-x 1 yann csw 16336 Aug 26 09:10 ./gnomevfs-mv $ elfdump -y gnomevfs-mv Syminfo Section: .SUNW_syminfo index flags bound to symbol [1] DB .ld_double [2] DB [4] libc.so.1 printf [3] N _end [...] After striping with GNU strip: $ ls -l ./gnomevfs-mv -rwxr-xr-x 1 yann csw 12580 Aug 26 09:15 ./gnomevfs-mv $ elfdump -y gnomevfs-mv gnomevfs-mv: .SUNW_syminfo: invalid sh_info: 0 gnomevfs-mv: .SUNW_syminfo: invalid sh_info: 0 gnomevfs-mv: .SUNW_syminfo: invalid sh_info: 0 The native strip utility doesn't have the same effect. After striping with /usr/ccs/bin/strip: $ ls -l ./gnomevfs-mv -rwxr-xr-x 1 yann csw 12636 Aug 26 09:15 ./gnomevfs-mv $ elfdump -y gnomevfs-mv Syminfo Section: .SUNW_syminfo index flags bound to symbol [1] DB .ld_double [2] DB [4] libc.so.1 printf [3] N _end [...] ====================================================================== From noreply at opencsw.org Mon Aug 27 20:33:34 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Mon, 27 Aug 2012 20:33:34 +0200 Subject: [bug-notifications] [glib2 0004986]: update to at least 2.31.8 In-Reply-To: <47515330b72f48715a1b16ba778c7918> Message-ID: <089217f815adc89436f1b155c700e902@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4986 ====================================================================== Reported By: pfelecan Assigned To: raos ====================================================================== Project: glib2 Issue ID: 4986 Category: upgrade Reproducibility: always Severity: major Priority: high Status: feedback ====================================================================== Date Submitted: 2012-07-30 09:09 CEST Last Modified: 2012-08-27 20:33 CEST ====================================================================== Summary: update to at least 2.31.8 Description: I've seen that there was work for 2.30.2, not released. Is it possible to upgrade to at least 2.31.8, the minimum version needed for GnuCash. I can try to do it if there is no available time... ====================================================================== ---------------------------------------------------------------------- (0010101) raos (manager) - 2012-08-27 20:33 https://www.opencsw.org/mantis/view.php?id=4986#c10101 ---------------------------------------------------------------------- Experimental packages for glib 2.32.4 available in http://buildfarm.opencsw.org/opencsw/experimental/glib/ Feedback appreciated. From noreply at opencsw.org Tue Aug 28 11:43:59 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Tue, 28 Aug 2012 11:43:59 +0200 Subject: [bug-notifications] [bash 0004995]: bash only works on Solaris 10 Update 10 Kernel Message-ID: <3080107bf41a10b06cbe0281173e2c98@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4995 ====================================================================== Reported By: bulletmark Assigned To: ====================================================================== Project: bash Issue ID: 4995 Category: regular use Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2012-08-28 11:43 CEST Last Modified: 2012-08-28 11:43 CEST ====================================================================== Summary: bash only works on Solaris 10 Update 10 Kernel Description: I reported https://www.opencsw.org/mantis/view.php?id=4991 recently and it was rapidly fixed. Seems the same bug has just been introduced in bash. See that other bug 4991 for the details of the fix. ====================================================================== From noreply at opencsw.org Thu Aug 30 10:37:50 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Thu, 30 Aug 2012 10:37:50 +0200 Subject: [bug-notifications] [bind 0004996]: CVE-2012-3817: CSWbind unstable should be updated to 9.8.3-P2 Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4996 ====================================================================== Reported By: antint Assigned To: ====================================================================== Project: bind Issue ID: 4996 Category: upgrade Reproducibility: N/A Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2012-08-30 10:37 CEST Last Modified: 2012-08-30 10:37 CEST ====================================================================== Summary: CVE-2012-3817: CSWbind unstable should be updated to 9.8.3-P2 Description: CVE-2012-3817: Heavy DNSSEC Validation Load Can Cause a "Bad Cache" Assertion Failure in BIND9 AA-00729 Title: Heavy DNSSEC Validation Load Can Cause a "Bad Cache" Assertion Failure in BIND9 Summary: High numbers of queries with DNSSEC validation enabled can cause an assertion failure in named, caused by using a "bad cache" data structure before it has been initialized. CVE: CVE-2012-3817 Document Version: 2.2 Posting date: 24 July, 2012 Program Impacted: BIND 9 Versions affected: 9.6-ESV-R1 through 9.6-ESV-R7-P1; 9.7.1 through 9.7.6-P1; 9.8.0 through 9.8.3-P1; 9.9.0 through 9.9.1-P1. Severity: Critical Exploitable: Remotely Description: BIND 9 stores a cache of query names that are known to be failing due to misconfigured name servers or a broken chain of trust. Under high query loads when DNSSEC validation is active, it is possible for a condition to arise in which data from this cache of failing queries could be used before it was fully initialized, triggering an assertion failure. This bug cannot be encountered unless your server is doing DNSSEC validation. Please Note: Versions of BIND 9.4 and 9.5 are also affected, but these branches are beyond their "end of life" (EOL) and no longer receive testing or security fixes from ISC. For current information on which versions are actively supported, please see http://www.isc.org/software/bind/versions CVSS Score: 7.8 CVSS Equation: (AV:N/AC:L/Au:N/C:N/I:N/A:C) For more information on the Common Vulnerability Scoring System and to obtain your specific environmental score please visit:http://nvd.nist.gov/cvss.cfm?calculator&adv&version=2&vector=(AV:N/AC:L/Au:N/C:N/I:N/A:C) Workarounds: None Solution: Upgrade to the patched release most closely related to your current version of BIND. These can all be downloaded from www.isc.org/downloads/all BIND 9 version 9.9.1-P2 BIND 9 version 9.8.3-P2 BIND 9 version 9.7.6-P2 BIND 9 version 9.6-ESV-R7-P2 Exploit Status: None known at this time Acknowledgment: ISC would like to thank Einar Lonn of IIS.se Document Revision History: 1.0 - 11 July, 2012 Phase 1 notice sent 1.1 - 17 July, 2012 Phase 1 re-issued due to change in patch for CVE-2012-3868 that affects 9.9.x only 1.2 - 23 July, 2012 Phase 2 & 3 sent 2.0 - 24 July, 2012 Phase 3 (Public) notified 2.1 - 30 July, 2012 Added Chinese translation 2.2 - 6 August, 2012 Added link to article with additional information/FAQs References: - Do you have Questions? Questions regarding this advisory should go to security-officer at isc.org. - ISC Security Vulnerability Disclosure Policy: Details of our current security advisory policy and practice can be found here: https://www.isc.org/security-vulnerability-disclosure-policy - Japanese Translation: https://kb.isc.org/article/AA-00752 - Spanish Translation: https://kb.isc.org/article/AA-00750 - German Translation: https://kb.isc.org/article/AA-00743 - Chinese Translation: https://kb.isc.org/article/AA-00757 This security advisory is also located in our KnowledgeBase: https://deepthought.isc.org/Article/AA-00729 This new Knowledge Base article includes additional information and Frequently Asked Questions about this advisory. See our BIND Security Matrix for a complete listing of Security Vulnerabilites and versions affected. Note: ISC patches only Currently supported versions. When possible we indicate EOL versions affected. If you'd like more information on our Forum or BIND/DHCP support please visit www.isc.org/software/guild or www.isc.org/support Legal Disclaimer: Internet Systems Consortium (ISC) is providing this notice on an "AS IS" basis. No warranty or guarantee of any kind is expressed in this notice and none should be inferred. ISC expressly excludes and disclaims any warranties regarding this notice or materials referred to in this notice, including, without limitation, any inferred warranty of merchantability, fitness for a particular purpose, absence of hidden defects, or of non-infringement. Your use of, or reliance on, this notice or materials referred to in this notice is at your own risk. ISC may change this notice at any time. A stand-alone copy or paraphrase of the text of this document that omits the distribution URL in the following section is an uncontrolled copy. Uncontrolled copies may lack important information, be out of date, or contain factual errors. ====================================================================== From noreply at opencsw.org Fri Aug 31 17:57:20 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 31 Aug 2012 17:57:20 +0200 Subject: [bug-notifications] [squid 0004993]: Please update to latest version In-Reply-To: Message-ID: <705e085f29a9f2a8686942b07a9cb618@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4993 ====================================================================== Reported By: danim Assigned To: dam ====================================================================== Project: squid Issue ID: 4993 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-08-25 00:30 CEST Last Modified: 2012-08-31 17:57 CEST ====================================================================== Summary: Please update to latest version Description: Squid 3.2.1 is available. Please upgrade as there is new funcionality, incluiding ssl-bump, which is not present in the current 2.6 build. [ http://www.squid-cache.org/Versions/v3/3.2/ ] ====================================================================== ---------------------------------------------------------------------- (0010102) danim (reporter) - 2012-08-31 17:57 https://www.opencsw.org/mantis/view.php?id=4993#c10102 ---------------------------------------------------------------------- Thanks dam. I tried to install using this command, and I couldn't find information about the error I'm getting. #?/opt/csw/bin/pkgutil -t http://buildfarm.opencsw.org/opencsw/experimental/openssl-relinking-group1 -i squid It complains about CSWcas-initsmf not in catalog...exiting. I got this full output: Fetching new catalog http://buildfarm.opencsw.org/opencsw/experimental/openssl-relinking-group1/sparc/5.10 if available... --2012-08-31 10:52:37-- http://buildfarm.opencsw.org/opencsw/experimental/openssl-relinking-group1/sparc/5.10/catalog Resolving buildfarm.opencsw.org... 213.178.77.176 Connecting to buildfarm.opencsw.org|213.178.77.176|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 31698 (31K) [text/plain] Saving to: `/var/opt/csw/pkgutil/catalog.buildfarm.opencsw.org_opencsw_experimental_openssl-relinking-group1_sparc_5.10' 100%[====================================================================================================================>] 31,698 54.9K/s in 0.6s 2012-08-31 10:52:38 (54.9 KB/s) - `/var/opt/csw/pkgutil/catalog.buildfarm.opencsw.org_opencsw_experimental_openssl-relinking-group1_sparc_5.10' saved [31698/31698] Fetching new catalog http://mirrors.ibiblio.org/blastwave/unstable/sparc/5.10 if available... --2012-08-31 10:52:38-- http://mirrors.ibiblio.org/blastwave/unstable/sparc/5.10/catalog Resolving mirrors.ibiblio.org... 152.19.134.44 Connecting to mirrors.ibiblio.org|152.19.134.44|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 400880 (391K) [application/octet-stream] Saving to: `/var/opt/csw/pkgutil/catalog.mirrors.ibiblio.org_blastwave_unstable_sparc_5.10' 100%[====================================================================================================================>] 400,880 72.0K/s in 5.4s 2012-08-31 10:52:44 (72.8 KB/s) - `/var/opt/csw/pkgutil/catalog.mirrors.ibiblio.org_blastwave_unstable_sparc_5.10' saved [400880/400880] Parsing catalog, may take a while... Package CSWcas-initsmf not in catalog...exiting. From noreply at opencsw.org Fri Aug 31 18:31:50 2012 From: noreply at opencsw.org (Mantis Bug Tracker) Date: Fri, 31 Aug 2012 18:31:50 +0200 Subject: [bug-notifications] [squid 0004993]: Please update to latest version In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4993 ====================================================================== Reported By: danim Assigned To: dam ====================================================================== Project: squid Issue ID: 4993 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2012-08-25 00:30 CEST Last Modified: 2012-08-31 18:31 CEST ====================================================================== Summary: Please update to latest version Description: Squid 3.2.1 is available. Please upgrade as there is new funcionality, incluiding ssl-bump, which is not present in the current 2.6 build. [ http://www.squid-cache.org/Versions/v3/3.2/ ] ====================================================================== ---------------------------------------------------------------------- (0010103) dam (administrator) - 2012-08-31 18:31 https://www.opencsw.org/mantis/view.php?id=4993#c10103 ---------------------------------------------------------------------- You have still configured your primary download location to blastwave. This is bad. Please migrate to OpenCSW packages first as described in https://www.opencsw.org/use-it/migrating-from-blastwave-to-opencsw/