From bug-notifications at lists.opencsw.org Sun Feb 2 21:48:43 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sun, 2 Feb 2014 21:48:43 +0100 Subject: [openssh_client 0005127]: ssh error messages In-Reply-To: <9ec1de13a977a2b1e287c0ab40b61087> Message-ID: The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5127 ====================================================================== Reported By: rrossi33 Assigned To: yann ====================================================================== Project: openssh_client Issue ID: 5127 Category: regular use Reproducibility: always Severity: tweak Priority: normal Status: resolved Resolution: won't fix Fixed in Version: ====================================================================== Date Submitted: 2013-11-29 11:30 CET Last Modified: 2014-02-02 21:48 CET ====================================================================== Summary: ssh error messages Description: Hi When you make ssh to Host/Server ,and you have no host keys. Then you get no such identity: /home/xxx/xxx/.ssh/id_rsa: No such file or directory no such identity: /home/xxx/xxx/.ssh/id_dsa: No such file or directory no such identity: /home/xxx/xxx/.ssh/id_ecdsa: No such file or directory followed by Password prompt. ssh -vvv Output: debug2: key: /home/xxx/xxx/.ssh/id_dsa (0), explicit debug2: key: /home/xxx/xxx/.ssh/id_ecdsa (0), explicit debug1: Authentications that can continue: publickey,password,keyboard-interactive,hostbased debug3: start over, passed a different list publickey,password,keyboard-interactive,hostbased debug3: preferred publickey,keyboard-interactive,password debug3: authmethod_lookup publickey debug3: remaining preferred: keyboard-interactive,password debug3: authmethod_is_enabled publickey debug1: Next authentication method: publickey debug1: Trying private key: /home/xxx/xxx/.ssh/id_rsa no such identity: /home/xxx/xxx.ssh/id_rsa: No such file or directory debug1: Trying private key: /home/xxx/xxx/.ssh/id_dsa no such identity: /home/xxx/xxx/.ssh/id_dsa: No such file or directory debug1: Trying private key: /home/xxx/xxx/.ssh/id_ecdsa no such identity: /home/xxx/xxx/.ssh/id_ecdsa: No such file or directory debug2: we did not send a packet, disable method debug3: authmethod_lookup keyboard-interactive debug3: remaining preferred: password debug3: authmethod_is_enabled keyboard-interactive debug1: Next authentication method: keyboard-interactive debug2: userauth_kbdint debug2: we sent a keyboard-interactive packet, wait for reply debug2: input_userauth_info_req debug2: input_userauth_info_req: num_prompts 1 Password: Output older ssh -vvv ebug2: key: /home/xxx/xxx/.ssh/id_dsa (0) debug2: key: /home/xxx/xxx/.ssh/id_ecdsa (0) debug1: Authentications that can continue: publickey,password,keyboard-interactive,hostbased debug3: start over, passed a different list publickey,password,keyboard-interactive,hostbased debug3: preferred publickey,keyboard-interactive,password debug3: authmethod_lookup publickey debug3: remaining preferred: keyboard-interactive,password debug3: authmethod_is_enabled publickey debug1: Next authentication method: publickey debug1: Trying private key: /home/xxx/xxx/.ssh/id_rsa debug3: no such identity: /home/xxx/xxx/.ssh/id_rsa debug1: Trying private key: /home/xxx/xxx/.ssh/id_dsa debug3: no such identity: /home/xxx/xxx/.ssh/id_dsa debug1: Trying private key: /home/xxx/xxx/.ssh/id_ecdsa debug3: no such identity: /home/xxx/xxx/.ssh/id_ecdsa debug2: we did not send a packet, disable method debug3: authmethod_lookup keyboard-interactive debug3: remaining preferred: password debug3: authmethod_is_enabled keyboard-interactive debug1: Next authentication method: keyboard-interactive debug2: userauth_kbdint debug2: we sent a keyboard-interactive packet, wait for reply debug2: input_userauth_info_req debug2: input_userauth_info_req: num_prompts 1 Password: It seems that debug1 left in Trying private key: ====================================================================== ---------------------------------------------------------------------- (0010694) yann (manager) - 2014-02-02 21:48 https://www.opencsw.org/mantis/view.php?id=5127#c10694 ---------------------------------------------------------------------- Hi, It seems that testing is not really updated since some time due to lack of manpower. I will close this bug as it it fixed in unstable and the testing unfreshness is another issue. Yann From bug-notifications at lists.opencsw.org Mon Feb 3 13:18:16 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 3 Feb 2014 13:18:16 +0100 Subject: [apache2 0005142]: Security issues In-Reply-To: Message-ID: <20a5aa8425b855641fc4bd4b370df1be@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5142 ====================================================================== Reported By: burger99 Assigned To: dam ====================================================================== Project: apache2 Issue ID: 5142 Category: upgrade Reproducibility: N/A Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-01-20 13:00 CET Last Modified: 2014-02-03 13:18 CET ====================================================================== Summary: Security issues Description: mod_rewrite.c in the mod_rewrite module in the Apache HTTP Server 2.2.x before 2.2.25 writes data to a log file without sanitizing non-printable characters, which might allow remote attackers to execute arbitrary commands via an HTTP request containing an escape sequence for a terminal emulator. Newest version available is 2.2.26 ====================================================================== From bug-notifications at lists.opencsw.org Mon Feb 3 13:41:44 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 3 Feb 2014 13:41:44 +0100 Subject: [mc 0005141]: crashes when external program starts In-Reply-To: Message-ID: <8ad7c795096ceb5b7dc5f5fcc4e6e70b@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5141 ====================================================================== Reported By: iav Assigned To: dam ====================================================================== Project: mc Issue ID: 5141 Category: packaging Reproducibility: always Severity: crash Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-01-13 20:18 CET Last Modified: 2014-02-03 13:41 CET ====================================================================== Summary: crashes when external program starts Description: After update to 4.8.11 trying to run any external command, like ls, crashes mc with output # mc /users/srcadm# select (FD_SETSIZE, &read_set...): Bad file number (9) 4.8.8 not have this bug ====================================================================== ---------------------------------------------------------------------- (0010695) dam (administrator) - 2014-02-03 13:41 https://www.opencsw.org/mantis/view.php?id=5141#c10695 ---------------------------------------------------------------------- We recently had issues with applications compiled with Oracle Studio. Please try these packages compiled with gcc: http://buildfarm.opencsw.org/experimental.html#mc From bug-notifications at lists.opencsw.org Mon Feb 3 13:44:03 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 3 Feb 2014 13:44:03 +0100 Subject: [mc 0005141]: crashes when external program starts In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5141 ====================================================================== Reported By: iav Assigned To: dam ====================================================================== Project: mc Issue ID: 5141 Category: packaging Reproducibility: always Severity: crash Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-01-13 20:18 CET Last Modified: 2014-02-03 13:44 CET ====================================================================== Summary: crashes when external program starts Description: After update to 4.8.11 trying to run any external command, like ls, crashes mc with output # mc /users/srcadm# select (FD_SETSIZE, &read_set...): Bad file number (9) 4.8.8 not have this bug ====================================================================== ---------------------------------------------------------------------- (0010696) dam (administrator) - 2014-02-03 13:44 https://www.opencsw.org/mantis/view.php?id=5141#c10696 ---------------------------------------------------------------------- I just verified that the error is still present. From bug-notifications at lists.opencsw.org Mon Feb 3 17:06:51 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 3 Feb 2014 17:06:51 +0100 Subject: [apache2 0005142]: Security issues In-Reply-To: Message-ID: <4de2eec0bf44298d0a15ba3281b9a594@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5142 ====================================================================== Reported By: burger99 Assigned To: dam ====================================================================== Project: apache2 Issue ID: 5142 Category: upgrade Reproducibility: N/A Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-01-20 13:00 CET Last Modified: 2014-02-03 17:06 CET ====================================================================== Summary: Security issues Description: mod_rewrite.c in the mod_rewrite module in the Apache HTTP Server 2.2.x before 2.2.25 writes data to a log file without sanitizing non-printable characters, which might allow remote attackers to execute arbitrary commands via an HTTP request containing an escape sequence for a terminal emulator. Newest version available is 2.2.26 ====================================================================== ---------------------------------------------------------------------- (0010697) dam (administrator) - 2014-02-03 17:06 https://www.opencsw.org/mantis/view.php?id=5142#c10697 ---------------------------------------------------------------------- I made an experimental package which will show up soon here: http://buildfarm.opencsw.org/experimental.html#apache-2.2.26 Please give it a try and let me know if you are happy with it. From bug-notifications at lists.opencsw.org Mon Feb 3 21:29:07 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 3 Feb 2014 21:29:07 +0100 Subject: [mc 0005141]: crashes when external program starts In-Reply-To: Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5141 ====================================================================== Reported By: iav Assigned To: dam ====================================================================== Project: mc Issue ID: 5141 Category: packaging Reproducibility: always Severity: crash Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-01-13 20:18 CET Last Modified: 2014-02-03 21:29 CET ====================================================================== Summary: crashes when external program starts Description: After update to 4.8.11 trying to run any external command, like ls, crashes mc with output # mc /users/srcadm# select (FD_SETSIZE, &read_set...): Bad file number (9) 4.8.8 not have this bug ====================================================================== ---------------------------------------------------------------------- (0010698) iav (reporter) - 2014-02-03 21:29 https://www.opencsw.org/mantis/view.php?id=5141#c10698 ---------------------------------------------------------------------- Just verifyed error present not only under u9, but on Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC From bug-notifications at lists.opencsw.org Tue Feb 4 17:04:43 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Tue, 4 Feb 2014 17:04:43 +0100 Subject: [ap2_subversion 0005143]: apache modules not found Message-ID: <3bee0fe014da6fd87f391e98334301f6@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5143 ====================================================================== Reported By: schwindt Assigned To: ====================================================================== Project: ap2_subversion Issue ID: 5143 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-04 17:04 CET Last Modified: 2014-02-04 17:04 CET ====================================================================== Summary: apache modules not found Description: mod_dav_svn.so and mod_authz_svn.so are now locatet in /opt/csw/lib/svn/. Now meaning CSWap2svn 1.8.5,REV=2014.01.19 the config in apache is pointing to /opt/csw/apache/libexec : httpd.conf:LoadModule dav_svn_module libexec/mod_dav_svn.so httpd.conf:LoadModule authz_svn_module libexec/mod_authz_svn.so After synlinking the two files the webserver operates normaly. ====================================================================== From bug-notifications at lists.opencsw.org Wed Feb 5 10:11:15 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 5 Feb 2014 10:11:15 +0100 Subject: [pythonsvn 0005144]: pyhton modules not found by apache Message-ID: <23bb82396037a51adf01e6d3d3051fa3@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5144 ====================================================================== Reported By: schwindt Assigned To: ====================================================================== Project: pythonsvn Issue ID: 5144 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-05 10:11 CET Last Modified: 2014-02-05 10:11 CET ====================================================================== Summary: pyhton modules not found by apache Description: I just upgraded to CSWpythonsvn 1.8.5,REV=2014.01.19. After that the trac instances could no longer sync to the repositories. upon symlinking /opt/csw/lib/svn/python/site-packages/* to /opt/csw/lib/python2.6/site-packages/ everyting went back to normal ====================================================================== From bug-notifications at lists.opencsw.org Wed Feb 5 11:32:54 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 5 Feb 2014 11:32:54 +0100 Subject: [pythonsvn 0005144]: pyhton modules not found by apache In-Reply-To: Message-ID: <6ec8d121614bb9e942d4a65bc7d776d2@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5144 ====================================================================== Reported By: schwindt Assigned To: ====================================================================== Project: pythonsvn Issue ID: 5144 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-05 10:11 CET Last Modified: 2014-02-05 11:32 CET ====================================================================== Summary: pyhton modules not found by apache Description: I just upgraded to CSWpythonsvn 1.8.5,REV=2014.01.19. After that the trac instances could no longer sync to the repositories. upon symlinking /opt/csw/lib/svn/python/site-packages/* to /opt/csw/lib/python2.6/site-packages/ everyting went back to normal ====================================================================== ---------------------------------------------------------------------- (0010699) dam (administrator) - 2014-02-05 11:32 https://www.opencsw.org/mantis/view.php?id=5144#c10699 ---------------------------------------------------------------------- TL;DR: We now about this and a fix is in progress. This problem is related to the python strategy and new simplified directory layout. New python packages must be compiled with the python category scripts. Unfortunately this is only possible at the moment for real python modules and not modules which are produced as a side effect of a larger build with configure etc. (this is also the case for e.g. py-rrdtool). Sorry for the inconvenience. From bug-notifications at lists.opencsw.org Wed Feb 5 21:41:55 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 5 Feb 2014 21:41:55 +0100 Subject: [mc 0005145]: packaga have no BUILD_DEP_PKGS info Message-ID: <21ea43687c563238839ff22044a7afba@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5145 ====================================================================== Reported By: iav Assigned To: ====================================================================== Project: mc Issue ID: 5145 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-05 21:41 CET Last Modified: 2014-02-05 21:41 CET ====================================================================== Summary: packaga have no BUILD_DEP_PKGS info Description: Index: Makefile =================================================================== --- Makefile (revision 22949) +++ Makefile (working copy) @@ -23,6 +23,10 @@ RUNTIME_DEP_PKGS_CSWmc += CSWlibssh2-1 RUNTIME_DEP_PKGS_CSWmc += CSWperl +BUILD_DEP_PKGS += CSWggettext-dev +BUILD_DEP_PKGS += CSWlibslang-dev +BUILD_DEP_PKGS += CSWlibglib2-dev + CHECKPKG_OVERRIDES_CSWmc += file-with-bad-content|/usr/local|root/etc/opt/csw/mc/mc.menu CHECKPKG_OVERRIDES_CSWmc += file-with-bad-content|/usr/local|root/etc/opt/csw/mc/mc.menu.sr CHECKPKG_OVERRIDES_CSWmc += file-with-bad-content|/usr/local|root/opt/csw/libexec/mc/extfs.d/README ====================================================================== From bug-notifications at lists.opencsw.org Thu Feb 6 16:01:51 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 6 Feb 2014 16:01:51 +0100 Subject: [netsnmp_dev 0005146]: net-snmp-config --cflags reports -xchip=pentium_pro which gcc stops to work Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5146 ====================================================================== Reported By: cgrzemba Assigned To: ====================================================================== Project: netsnmp_dev Issue ID: 5146 Category: Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-06 16:01 CET Last Modified: 2014-02-06 16:01 CET ====================================================================== Summary: net-snmp-config --cflags reports -xchip=pentium_pro which gcc stops to work Description: net-snmp-config --cflags reports -xchip=pentium_pro which gcc stops to work ====================================================================== From bug-notifications at lists.opencsw.org Thu Feb 6 22:14:14 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 6 Feb 2014 22:14:14 +0100 Subject: [nagios_plugins 0005147]: check_disk incorrectly reports free space for zfs filesystems larger than 1TB Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5147 ====================================================================== Reported By: salderman1 Assigned To: ====================================================================== Project: nagios_plugins Issue ID: 5147 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-06 22:14 CET Last Modified: 2014-02-06 22:14 CET ====================================================================== Summary: check_disk incorrectly reports free space for zfs filesystems larger than 1TB Description: We have several SPARC T3 and T4 servers using OpenCSW nagios-plugins-1.4.16 from the testing tree. The servers which have ZFS filesystems larger than 1TB have their capacity incorrectly reported by check_disk... Example: # /opt/csw/libexec/nagios-plugins/check_disk -w 20% -c 10% -R "^/$|oracle$|^/u[0-9]+" -X tmpfs DISK OK - free space: / 198350 MB (94% inode=99%); /u01 36540 MB (36% inode=99%); /u02 36540 MB (36% inode=99%); /u03 19764 MB (98% inode=99%); /u04 19764 MB (98% inode=99%); /u05 19764 MB (98% inode=99%);| /=11288MB;167711;188675;0;209639 /u01=64001MB;80433;90487;0;100542 /u02=64001MB;80433;90487;0;100542 /u03=267MB;16025;18028;0;20032 /u04=267MB;16025;18028;0;20032 /u05=267MB;16025;18028;0;20032 # df -h |grep u0 zpool01/u01 98G 63G 36G 64% /u01 zpool02/u02 2.4T 1.9T 579G 77% /u02 zpool03/u03 20G 268M 19G 2% /u03 zpool04/u04 4.9T 2.4T 2.4T 51% /u04 zpool05/u05 4.9T 839G 4.1T 17% /u05 Notice /u02, /u04 and /u05's free space is incorrectly reported in the check_disk output. I have opened an issue on the nagios-plugins support forum and with their help have come to the conclusion that this issue has been resolved in nagios-plugins-1.5. Here is the 1.5 version's output from the same server of the example above: # ./check_disk -w 20% -c 10% -R "^/$|oracle$|^/u[0-9]+" -X tmpfs DISK OK - free space: / 198350 MB (94% inode=99%); /u01 36540 MB (36% inode=99%); /u02 592830 MB (23% inode=99%); /u03 19765 MB (98% inode=99%); /u04 2562448 MB (49% inode=99%); /u05 4269915 MB (83% inode=99%);| /=11288MB;167711;188675;0;209639 /u01=64001MB;80433;90487;0;100542 /u02=1971316MB;2051316;2307731;0;2564146 /u03=267MB;16025;18028;0;20032 /u04=2566246MB;4102955;4615824;0;5128694 /u05=858723MB;4102911;4615775;0;5128639 /u02, /u04, and /u05 are now reporting correctly. I would like to request updated packages for unstable. ====================================================================== From bug-notifications at lists.opencsw.org Thu Feb 6 22:17:01 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 6 Feb 2014 22:17:01 +0100 Subject: [nagios_plugins 0005147]: check_disk incorrectly reports free space for zfs filesystems larger than 1TB In-Reply-To: <41833d3740f831c899b9f44c2ed4992b> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5147 ====================================================================== Reported By: salderman1 Assigned To: ====================================================================== Project: nagios_plugins Issue ID: 5147 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-06 22:14 CET Last Modified: 2014-02-06 22:17 CET ====================================================================== Summary: check_disk incorrectly reports free space for zfs filesystems larger than 1TB Description: We have several SPARC T3 and T4 servers using OpenCSW nagios-plugins-1.4.16 from the testing tree. The servers which have ZFS filesystems larger than 1TB have their capacity incorrectly reported by check_disk... Example: # /opt/csw/libexec/nagios-plugins/check_disk -w 20% -c 10% -R "^/$|oracle$|^/u[0-9]+" -X tmpfs DISK OK - free space: / 198350 MB (94% inode=99%); /u01 36540 MB (36% inode=99%); /u02 36540 MB (36% inode=99%); /u03 19764 MB (98% inode=99%); /u04 19764 MB (98% inode=99%); /u05 19764 MB (98% inode=99%);| /=11288MB;167711;188675;0;209639 /u01=64001MB;80433;90487;0;100542 /u02=64001MB;80433;90487;0;100542 /u03=267MB;16025;18028;0;20032 /u04=267MB;16025;18028;0;20032 /u05=267MB;16025;18028;0;20032 # df -h |grep u0 zpool01/u01 98G 63G 36G 64% /u01 zpool02/u02 2.4T 1.9T 579G 77% /u02 zpool03/u03 20G 268M 19G 2% /u03 zpool04/u04 4.9T 2.4T 2.4T 51% /u04 zpool05/u05 4.9T 839G 4.1T 17% /u05 Notice /u02, /u04 and /u05's free space is incorrectly reported in the check_disk output. I have opened an issue on the nagios-plugins support forum and with their help have come to the conclusion that this issue has been resolved in nagios-plugins-1.5. Here is the 1.5 version's output from the same server of the example above: # ./check_disk -w 20% -c 10% -R "^/$|oracle$|^/u[0-9]+" -X tmpfs DISK OK - free space: / 198350 MB (94% inode=99%); /u01 36540 MB (36% inode=99%); /u02 592830 MB (23% inode=99%); /u03 19765 MB (98% inode=99%); /u04 2562448 MB (49% inode=99%); /u05 4269915 MB (83% inode=99%);| /=11288MB;167711;188675;0;209639 /u01=64001MB;80433;90487;0;100542 /u02=1971316MB;2051316;2307731;0;2564146 /u03=267MB;16025;18028;0;20032 /u04=2566246MB;4102955;4615824;0;5128694 /u05=858723MB;4102911;4615775;0;5128639 /u02, /u04, and /u05 are now reporting correctly. I would like to request updated packages for unstable. ====================================================================== ---------------------------------------------------------------------- (0010700) salderman1 (reporter) - 2014-02-06 22:17 https://www.opencsw.org/mantis/view.php?id=5147#c10700 ---------------------------------------------------------------------- Just to report the binary versions... Good: # ./check_disk -V check_disk v1.5.81.g897f (nagios-plugins 1.5) Faulty: # /opt/csw/libexec/nagios-plugins/check_disk -V check_disk v1.4.16 (nagios-plugins 1.4.16) From bug-notifications at lists.opencsw.org Thu Feb 6 22:19:38 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 6 Feb 2014 22:19:38 +0100 Subject: [nagios_plugins 0005147]: check_disk incorrectly reports free space for zfs filesystems larger than 1TB In-Reply-To: <41833d3740f831c899b9f44c2ed4992b> Message-ID: <440aea6ec220a827ebfdeda2680b4fcd@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5147 ====================================================================== Reported By: salderman1 Assigned To: ====================================================================== Project: nagios_plugins Issue ID: 5147 Category: upgrade Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-06 22:14 CET Last Modified: 2014-02-06 22:19 CET ====================================================================== Summary: check_disk incorrectly reports free space for zfs filesystems larger than 1TB Description: We have several SPARC T3 and T4 servers using OpenCSW nagios-plugins-1.4.16 from the testing tree. The servers which have ZFS filesystems larger than 1TB have their capacity incorrectly reported by check_disk... Example: # /opt/csw/libexec/nagios-plugins/check_disk -w 20% -c 10% -R "^/$|oracle$|^/u[0-9]+" -X tmpfs DISK OK - free space: / 198350 MB (94% inode=99%); /u01 36540 MB (36% inode=99%); /u02 36540 MB (36% inode=99%); /u03 19764 MB (98% inode=99%); /u04 19764 MB (98% inode=99%); /u05 19764 MB (98% inode=99%);| /=11288MB;167711;188675;0;209639 /u01=64001MB;80433;90487;0;100542 /u02=64001MB;80433;90487;0;100542 /u03=267MB;16025;18028;0;20032 /u04=267MB;16025;18028;0;20032 /u05=267MB;16025;18028;0;20032 # df -h |grep u0 zpool01/u01 98G 63G 36G 64% /u01 zpool02/u02 2.4T 1.9T 579G 77% /u02 zpool03/u03 20G 268M 19G 2% /u03 zpool04/u04 4.9T 2.4T 2.4T 51% /u04 zpool05/u05 4.9T 839G 4.1T 17% /u05 Notice /u02, /u04 and /u05's free space is incorrectly reported in the check_disk output. I have opened an issue on the nagios-plugins support forum and with their help have come to the conclusion that this issue has been resolved in nagios-plugins-1.5. Here is the 1.5 version's output from the same server of the example above: # ./check_disk -w 20% -c 10% -R "^/$|oracle$|^/u[0-9]+" -X tmpfs DISK OK - free space: / 198350 MB (94% inode=99%); /u01 36540 MB (36% inode=99%); /u02 592830 MB (23% inode=99%); /u03 19765 MB (98% inode=99%); /u04 2562448 MB (49% inode=99%); /u05 4269915 MB (83% inode=99%);| /=11288MB;167711;188675;0;209639 /u01=64001MB;80433;90487;0;100542 /u02=1971316MB;2051316;2307731;0;2564146 /u03=267MB;16025;18028;0;20032 /u04=2566246MB;4102955;4615824;0;5128694 /u05=858723MB;4102911;4615775;0;5128639 /u02, /u04, and /u05 are now reporting correctly. I would like to request updated packages for unstable. ====================================================================== ---------------------------------------------------------------------- (0010701) salderman1 (reporter) - 2014-02-06 22:19 https://www.opencsw.org/mantis/view.php?id=5147#c10701 ---------------------------------------------------------------------- Nagios support forum thread: http://support.nagios.com/forum/viewtopic.php?f=7&t=25160&start=10 From bug-notifications at lists.opencsw.org Sat Feb 8 14:32:41 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 8 Feb 2014 14:32:41 +0100 Subject: [subversion 0005148]: apache modules location Message-ID: <8eb361a355e6aa7c42978ec4e5047a79@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5148 ====================================================================== Reported By: pfelecan Assigned To: ====================================================================== Project: subversion Issue ID: 5148 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-08 14:32 CET Last Modified: 2014-02-08 14:32 CET ====================================================================== Summary: apache modules location Description: The apache modules dav_svn_and authz_svn_are now in /opt/csw/lib/svn, previously they were in /opt/csw/apache2/libexec. Also, the new httpd.conf.CSW doesn't refer anymore theses modules. Am I missing something ? Anyhow, changing the path used to load these modules makes again Apache operational: LoadModule dav_svn_module /opt/csw/lib/svn/mod_dav_svn.so LoadModule authz_svn_module /opt/csw/lib/svn/mod_authz_svn.so Is this as intended ? ====================================================================== From bug-notifications at lists.opencsw.org Tue Feb 11 07:58:00 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Tue, 11 Feb 2014 07:58:00 +0100 Subject: [subversion 0005148]: apache modules location In-Reply-To: <25598bb50474dbd6545ee4deb1d779cd> Message-ID: <56bbb6eb38ccd4312d4834a55df4b139@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5148 ====================================================================== Reported By: pfelecan Assigned To: dam ====================================================================== Project: subversion Issue ID: 5148 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-02-08 14:32 CET Last Modified: 2014-02-11 07:57 CET ====================================================================== Summary: apache modules location Description: The apache modules dav_svn_and authz_svn_are now in /opt/csw/lib/svn, previously they were in /opt/csw/apache2/libexec. Also, the new httpd.conf.CSW doesn't refer anymore theses modules. Am I missing something ? Anyhow, changing the path used to load these modules makes again Apache operational: LoadModule dav_svn_module /opt/csw/lib/svn/mod_dav_svn.so LoadModule authz_svn_module /opt/csw/lib/svn/mod_authz_svn.so Is this as intended ? ====================================================================== From bug-notifications at lists.opencsw.org Tue Feb 11 07:58:45 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Tue, 11 Feb 2014 07:58:45 +0100 Subject: [subversion 0005148]: apache modules location In-Reply-To: <25598bb50474dbd6545ee4deb1d779cd> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5148 ====================================================================== Reported By: pfelecan Assigned To: dam ====================================================================== Project: subversion Issue ID: 5148 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-02-08 14:32 CET Last Modified: 2014-02-11 07:58 CET ====================================================================== Summary: apache modules location Description: The apache modules dav_svn_and authz_svn_are now in /opt/csw/lib/svn, previously they were in /opt/csw/apache2/libexec. Also, the new httpd.conf.CSW doesn't refer anymore theses modules. Am I missing something ? Anyhow, changing the path used to load these modules makes again Apache operational: LoadModule dav_svn_module /opt/csw/lib/svn/mod_dav_svn.so LoadModule authz_svn_module /opt/csw/lib/svn/mod_authz_svn.so Is this as intended ? ====================================================================== ---------------------------------------------------------------------- (0010702) dam (administrator) - 2014-02-11 07:58 https://www.opencsw.org/mantis/view.php?id=5148#c10702 ---------------------------------------------------------------------- There is now a new option --with-apache-libexecdir which was missed during the repackaging. I'll relocate back to the original location. From bug-notifications at lists.opencsw.org Tue Feb 11 10:36:38 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Tue, 11 Feb 2014 10:36:38 +0100 Subject: [mgar 0005149]: mgar clean removes foreign platform files Message-ID: The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5149 ====================================================================== Reported By: cgrzemba Assigned To: ====================================================================== Project: mgar Issue ID: 5149 Category: regular use Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-11 10:36 CET Last Modified: 2014-02-11 10:36 CET ====================================================================== Summary: mgar clean removes foreign platform files Description: mgar clean should remove current platform only (see mgar help) but it removes the other platform too. $ mgar version 0.95 (r671) ====================================================================== From bug-notifications at lists.opencsw.org Tue Feb 11 18:30:39 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Tue, 11 Feb 2014 18:30:39 +0100 Subject: [puppet3 0005150]: Report does not work Message-ID: <40a77c9fa15001ab624493e29aa5d2fb@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5150 ====================================================================== Reported By: vavhab Assigned To: ====================================================================== Project: puppet3 Issue ID: 5150 Category: Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-11 18:30 CET Last Modified: 2014-02-11 18:30 CET ====================================================================== Summary: Report does not work Description: Report does not work: Notice: Finished catalog run in 0.26 seconds Debug: Value of 'preferred_serialization_format' (pson) is invalid for report, using default (b64_zlib_yaml) Debug: report supports formats: b64_zlib_yaml raw yaml; using b64_zlib_yaml Error: Could not send report: Error 406 on SERVER: Not Acceptable: No supported formats are acceptable (Accept: b64_zlib_yaml, yaml, raw) It says preferred_serialization_format pson is invalid, it should be valid. Thanks, ====================================================================== From bug-notifications at lists.opencsw.org Tue Feb 11 18:52:25 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Tue, 11 Feb 2014 18:52:25 +0100 Subject: [puppet3 0005150]: Report does not work In-Reply-To: <796cb1d8dec969939263add158e80944> Message-ID: <3744e051c1ed9d56691b2205f0e45c2f@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5150 ====================================================================== Reported By: vavhab Assigned To: markp ====================================================================== Project: puppet3 Issue ID: 5150 Category: Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-02-11 18:30 CET Last Modified: 2014-02-11 18:52 CET ====================================================================== Summary: Report does not work Description: Report does not work: Notice: Finished catalog run in 0.26 seconds Debug: Value of 'preferred_serialization_format' (pson) is invalid for report, using default (b64_zlib_yaml) Debug: report supports formats: b64_zlib_yaml raw yaml; using b64_zlib_yaml Error: Could not send report: Error 406 on SERVER: Not Acceptable: No supported formats are acceptable (Accept: b64_zlib_yaml, yaml, raw) It says preferred_serialization_format pson is invalid, it should be valid. Thanks, ====================================================================== From bug-notifications at lists.opencsw.org Wed Feb 12 10:52:20 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 12 Feb 2014 10:52:20 +0100 Subject: [puppet3 0005150]: Report does not work In-Reply-To: <796cb1d8dec969939263add158e80944> Message-ID: <5d24f91675c1560f8837d988238ad362@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5150 ====================================================================== Reported By: vavhab Assigned To: markp ====================================================================== Project: puppet3 Issue ID: 5150 Category: Reproducibility: always Severity: minor Priority: normal Status: acknowledged ====================================================================== Date Submitted: 2014-02-11 18:30 CET Last Modified: 2014-02-12 10:52 CET ====================================================================== Summary: Report does not work Description: Report does not work: Notice: Finished catalog run in 0.26 seconds Debug: Value of 'preferred_serialization_format' (pson) is invalid for report, using default (b64_zlib_yaml) Debug: report supports formats: b64_zlib_yaml raw yaml; using b64_zlib_yaml Error: Could not send report: Error 406 on SERVER: Not Acceptable: No supported formats are acceptable (Accept: b64_zlib_yaml, yaml, raw) It says preferred_serialization_format pson is invalid, it should be valid. Thanks, ====================================================================== ---------------------------------------------------------------------- (0010704) vavhab (reporter) - 2014-02-12 10:52 https://www.opencsw.org/mantis/view.php?id=5150#c10704 ---------------------------------------------------------------------- Hi, I uploaded the requested files. Let me know if you need anything else from my side. Thanks, From bug-notifications at lists.opencsw.org Fri Feb 14 15:02:35 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 14 Feb 2014 15:02:35 +0100 Subject: [ap2_subversion 0005143]: apache modules not found In-Reply-To: Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5143 ====================================================================== Reported By: schwindt Assigned To: dam ====================================================================== Project: ap2_subversion Issue ID: 5143 Category: packaging Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-02-04 17:04 CET Last Modified: 2014-02-14 15:02 CET ====================================================================== Summary: apache modules not found Description: mod_dav_svn.so and mod_authz_svn.so are now locatet in /opt/csw/lib/svn/. Now meaning CSWap2svn 1.8.5,REV=2014.01.19 the config in apache is pointing to /opt/csw/apache/libexec : httpd.conf:LoadModule dav_svn_module libexec/mod_dav_svn.so httpd.conf:LoadModule authz_svn_module libexec/mod_authz_svn.so After synlinking the two files the webserver operates normaly. ====================================================================== From bug-notifications at lists.opencsw.org Fri Feb 14 15:03:08 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 14 Feb 2014 15:03:08 +0100 Subject: [ap2_subversion 0005143]: apache modules not found In-Reply-To: Message-ID: <9d964787593ff7f5642b1bc30e6d9f7d@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5143 ====================================================================== Reported By: schwindt Assigned To: dam ====================================================================== Project: ap2_subversion Issue ID: 5143 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2014-02-04 17:04 CET Last Modified: 2014-02-14 15:03 CET ====================================================================== Summary: apache modules not found Description: mod_dav_svn.so and mod_authz_svn.so are now locatet in /opt/csw/lib/svn/. Now meaning CSWap2svn 1.8.5,REV=2014.01.19 the config in apache is pointing to /opt/csw/apache/libexec : httpd.conf:LoadModule dav_svn_module libexec/mod_dav_svn.so httpd.conf:LoadModule authz_svn_module libexec/mod_authz_svn.so After synlinking the two files the webserver operates normaly. ====================================================================== ---------------------------------------------------------------------- (0010705) dam (administrator) - 2014-02-14 15:03 https://www.opencsw.org/mantis/view.php?id=5143#c10705 ---------------------------------------------------------------------- This is fixed in 1.8.5,REV=2014.02.14. From bug-notifications at lists.opencsw.org Fri Feb 14 15:07:49 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 14 Feb 2014 15:07:49 +0100 Subject: [mgar 0005149]: mgar clean removes foreign platform files In-Reply-To: <3f7391b8e2607277e4ec7ce331024714> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5149 ====================================================================== Reported By: cgrzemba Assigned To: dam ====================================================================== Project: mgar Issue ID: 5149 Category: regular use Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-02-11 10:36 CET Last Modified: 2014-02-14 15:07 CET ====================================================================== Summary: mgar clean removes foreign platform files Description: mgar clean should remove current platform only (see mgar help) but it removes the other platform too. $ mgar version 0.95 (r671) ====================================================================== From bug-notifications at lists.opencsw.org Fri Feb 14 15:08:22 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 14 Feb 2014 15:08:22 +0100 Subject: [mgar 0005149]: mgar clean removes foreign platform files In-Reply-To: <3f7391b8e2607277e4ec7ce331024714> Message-ID: <3d71a711e35693712e95416d471de278@www.opencsw.org> The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5149 ====================================================================== Reported By: cgrzemba Assigned To: dam ====================================================================== Project: mgar Issue ID: 5149 Category: regular use Reproducibility: always Severity: major Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-02-11 10:36 CET Last Modified: 2014-02-14 15:08 CET ====================================================================== Summary: mgar clean removes foreign platform files Description: mgar clean should remove current platform only (see mgar help) but it removes the other platform too. $ mgar version 0.95 (r671) ====================================================================== ---------------------------------------------------------------------- (0010706) dam (administrator) - 2014-02-14 15:08 https://www.opencsw.org/mantis/view.php?id=5149#c10706 ---------------------------------------------------------------------- This should indeed be the case. However, I cannot reproduce it. Do you have more data for me? From bug-notifications at lists.opencsw.org Fri Feb 14 15:53:38 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 14 Feb 2014 15:53:38 +0100 Subject: [denyhosts 0004491]: add various patches In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4491 ====================================================================== Reported By: flod Assigned To: dam ====================================================================== Project: denyhosts Issue ID: 4491 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-07-17 03:53 CEST Last Modified: 2014-02-14 15:53 CET ====================================================================== Summary: add various patches Description: Debian (and other distributors) use various patches, as denyhosts 2.7 was never distributed. Some are interesting for solaris, too. Others are distribution specific or not applicable to solaris. ====================================================================== ---------------------------------------------------------------------- (0010707) dam (administrator) - 2014-02-14 15:53 https://www.opencsw.org/mantis/view.php?id=4491#c10707 ---------------------------------------------------------------------- This has been pushed to unstable/, need feedback, closing. From bug-notifications at lists.opencsw.org Fri Feb 14 15:53:49 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 14 Feb 2014 15:53:49 +0100 Subject: [denyhosts 0004492]: denyhosts is auto-activated under smf, but not configured completely In-Reply-To: <6b29e33e58b19894fda60d2415d728db> Message-ID: <596f66eb111969c0c82dc753f6d0969e@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4492 ====================================================================== Reported By: flod Assigned To: dam ====================================================================== Project: denyhosts Issue ID: 4492 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-07-17 04:07 CEST Last Modified: 2014-02-14 15:53 CET ====================================================================== Summary: denyhosts is auto-activated under smf, but not configured completely Description: After installation one will have the service in maintenance mode: > svcs -xv svc:/network/cswdenyhosts:default (?) State: maintenance since 17. Juli 2010 03:58:56 MEST Reason: Restarting too quickly. See: http://sun.com/msg/SMF-8000-L5 See: /var/svc/log/network-cswdenyhosts:default.log Impact: This service is not running I guess the reason is that the log file is not configured in /etc/opt/csw/denyhosts.cfg I think it is very sane to require any admin to think first about the correct configuration regarding the log files, but the service should not be auto-activated when it can not run from scratch. This is especially an annoyance as the service is auto-activated for all zones. So all zones will have a service in maintenance. I suggest that the service should not be auto-activated in zones or even the global zone. ====================================================================== ---------------------------------------------------------------------- (0010708) dam (administrator) - 2014-02-14 15:53 https://www.opencsw.org/mantis/view.php?id=4492#c10708 ---------------------------------------------------------------------- This has been pushed to unstable/, need feedback, closing. From bug-notifications at lists.opencsw.org Fri Feb 14 15:54:00 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 14 Feb 2014 15:54:00 +0100 Subject: [denyhosts 0004493]: regular expression for syslog In-Reply-To: <079b798b60ae668b0a538db941be01be> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4493 ====================================================================== Reported By: flod Assigned To: dam ====================================================================== Project: denyhosts Issue ID: 4493 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-07-17 04:59 CEST Last Modified: 2014-02-14 15:54 CET ====================================================================== Summary: regular expression for syslog Description: The author suggests a change to one regex for solaris syslog: see http://denyhosts.sourceforge.net/solaris.txt Maybe this can be patched for the opencsw package. ====================================================================== ---------------------------------------------------------------------- (0010709) dam (administrator) - 2014-02-14 15:54 https://www.opencsw.org/mantis/view.php?id=4493#c10709 ---------------------------------------------------------------------- This has been pushed to unstable/, need feedback, closing. From bug-notifications at lists.opencsw.org Fri Feb 14 15:55:06 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 14 Feb 2014 15:55:06 +0100 Subject: [libxml2_dev 0005130]: missing lib -lz in libxml-2.0.pc In-Reply-To: Message-ID: <426bef1ffbafd30ea7b82bcff8db59ca@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5130 ====================================================================== Reported By: cgrzemba Assigned To: dam ====================================================================== Project: libxml2_dev Issue ID: 5130 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2013-12-12 10:54 CET Last Modified: 2014-02-14 15:55 CET ====================================================================== Summary: missing lib -lz in libxml-2.0.pc Description: Some configure steps of evience fail because libxml2 needs to link with libz: configure:20404: /opt/csw/bin/gcc-4.8 -o conftest -O2 -pipe -m32 -march=pentiumpro -I/opt/csw/include/nautilus -I/opt/csw/include/gnome-vfs-2.0 -I/usr/X11/include -I/usr/openwin/share/include -I/opt/csw/include -m32 -march=pentiumpro -L/opt/csw/lib conftest.c -L/opt/csw/lib -lpoppler-glib -lgio-2.0 -lcairo -lgobject-2.0 -lglib-2.0 -lintl -lxml2 >&5 Undefined first referenced symbol in file gzopen64 /opt/csw/lib/libxml2.so ld: fatal: symbol referencing errors. No output written to conftest please add -lz to libxml-2.0.pc for linking libxml2.so ====================================================================== ---------------------------------------------------------------------- (0010665) cgrzemba (developer) - 2013-12-12 15:31 https://www.opencsw.org/mantis/view.php?id=5130#c10665 ---------------------------------------------------------------------- you can close the issue. The problem was some where outside. From bug-notifications at lists.opencsw.org Fri Feb 14 15:56:21 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 14 Feb 2014 15:56:21 +0100 Subject: [orbit2 0005012]: relink with mapfile In-Reply-To: <336e33c01fc973939edef6e0c2880f69> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5012 ====================================================================== Reported By: pfelecan Assigned To: jh ====================================================================== Project: orbit2 Issue ID: 5012 Category: regular use Reproducibility: always Severity: major Priority: high Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2012-10-11 16:41 CEST Last Modified: 2014-02-14 15:56 CET ====================================================================== Summary: relink with mapfile Description: During the packaging of the new release of Emacs I get the following message: ld: fatal: file /lib/libresolv.so: version 'SUNW_2.2.2' is unavailable: required by file /opt/csw/lib/libORBit-2.so.0 ld: fatal: file processing errors. No output written to temacs ====================================================================== ---------------------------------------------------------------------- (0010190) jh (developer) - 2012-10-19 12:42 https://www.opencsw.org/mantis/view.php?id=5012#c10190 ---------------------------------------------------------------------- the default map file is change to libresolv 2.2.2 should build now. From bug-notifications at lists.opencsw.org Fri Feb 14 15:56:58 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 14 Feb 2014 15:56:58 +0100 Subject: [xterm 0004582]: Please upgrade to 264 In-Reply-To: <2566b7c868f4fb1d2678c4a3bb12cfc5> Message-ID: <71f34b87629519a12be9780cbb63781d@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4582 ====================================================================== Reported By: dam Assigned To: skayser ====================================================================== Project: xterm Issue ID: 4582 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2010-10-19 13:52 CEST Last Modified: 2014-02-14 15:56 CET ====================================================================== Summary: Please upgrade to 264 Description: Please upgrade to 264 as released by SFW today ====================================================================== ---------------------------------------------------------------------- (0010710) dam (administrator) - 2014-02-14 15:56 https://www.opencsw.org/mantis/view.php?id=4582#c10710 ---------------------------------------------------------------------- We have now 300,REV=2014.01.07 From bug-notifications at lists.opencsw.org Fri Feb 14 15:57:21 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 14 Feb 2014 15:57:21 +0100 Subject: [xterm 0004582]: Please upgrade to 264 In-Reply-To: <2566b7c868f4fb1d2678c4a3bb12cfc5> Message-ID: <5cb4390fa7e56b6e3460f6e13ac2edff@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4582 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: xterm Issue ID: 4582 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-10-19 13:52 CEST Last Modified: 2014-02-14 15:57 CET ====================================================================== Summary: Please upgrade to 264 Description: Please upgrade to 264 as released by SFW today ====================================================================== ---------------------------------------------------------------------- (0010710) dam (administrator) - 2014-02-14 15:56 https://www.opencsw.org/mantis/view.php?id=4582#c10710 ---------------------------------------------------------------------- We have now 300,REV=2014.01.07 From bug-notifications at lists.opencsw.org Fri Feb 14 15:57:49 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 14 Feb 2014 15:57:49 +0100 Subject: [xterm 0002968]: Encoding options (-u8, -lc) documented but not supported In-Reply-To: Message-ID: <670c3d78da9a94d4253bb08cb816fee8@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=2968 ====================================================================== Reported By: skayser Assigned To: skayser ====================================================================== Project: xterm Issue ID: 2968 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2008-12-10 15:27 CET Last Modified: 2014-02-14 15:57 CET ====================================================================== Summary: Encoding options (-u8, -lc) documented but not supported Description: The man page documents various encoding related options that are _not_ supported by the provided xterm binary. Could you please enable these options (i guess --enable-i18n and/or --enable-wide-chars should do the trick)? $ man -M /opt/csw/share/man xterm ... -lc Turn on support of various encodings according to the users' locale setting, i.e., LC_ALL, LC_CTYPE, or LANG environment variables. This is achieved by turning on UTF-8 mode and by invoking luit for ... -u8 This option sets the utf8 resource. When utf8 is set, xterm interprets incoming data as UTF-8. This sets the wideChars resource as a side-effect, but the UTF-8 mode set by this option prevents it from ... $ /opt/csw/bin/xterm -u8 /opt/csw/bin/xterm: bad command line option "-u8" $ /opt/csw/bin/xterm -lc /opt/csw/bin/xterm: bad command line option "-lc" ====================================================================== ---------------------------------------------------------------------- (0005952) skayser (administrator) - 2009-04-10 11:12 https://www.opencsw.org/mantis/view.php?id=2968#c5952 ---------------------------------------------------------------------- Updated version (243) including UTF-8 support has been pushed to current. xterm-243,REV=2009.04.09-SunOS5.8-i386-CSW.pkg.gz xterm-243,REV=2009.04.09-SunOS5.8-sparc-CSW.pkg.gz Support for other locales via luit is not yet available. luit is part of XFree86, but Sun only ships it starting with nv_85. Will have to see whether to --enable-mini-luit in xterm or compile a stand-alone luit version. From bug-notifications at lists.opencsw.org Fri Feb 14 16:11:11 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Fri, 14 Feb 2014 16:11:11 +0100 Subject: [mpg123 0005133]: installation error In-Reply-To: <5b5b009f2cfe9c924a27ce21486108be> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5133 ====================================================================== Reported By: pfelecan Assigned To: dam ====================================================================== Project: mpg123 Issue ID: 5133 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2013-12-13 10:19 CET Last Modified: 2014-02-14 16:11 CET ====================================================================== Summary: installation error Description: => Installing CSWmpg123-1.16.0,REV=2013.12.12 (7/16) ... Please see /opt/csw/share/doc/mpg123/license for license information. Registering 'mpg123' alternative /opt/csw/bin/mpg123 ... ERROR: /opt/csw/bin/mpg123 exists, and is not symlink. Not installing /opt/csw/bin/mpg123 as /opt/csw/bin/mpg123 Installation of was successful. ====================================================================== From bug-notifications at lists.opencsw.org Sun Feb 16 17:27:30 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sun, 16 Feb 2014 17:27:30 +0100 Subject: [mpg123 0005133]: installation error In-Reply-To: <5b5b009f2cfe9c924a27ce21486108be> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5133 ====================================================================== Reported By: pfelecan Assigned To: dam ====================================================================== Project: mpg123 Issue ID: 5133 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2013-12-13 10:19 CET Last Modified: 2014-02-16 17:27 CET ====================================================================== Summary: installation error Description: => Installing CSWmpg123-1.16.0,REV=2013.12.12 (7/16) ... Please see /opt/csw/share/doc/mpg123/license for license information. Registering 'mpg123' alternative /opt/csw/bin/mpg123 ... ERROR: /opt/csw/bin/mpg123 exists, and is not symlink. Not installing /opt/csw/bin/mpg123 as /opt/csw/bin/mpg123 Installation of was successful. ====================================================================== ---------------------------------------------------------------------- (0010713) dam (administrator) - 2014-02-16 17:27 https://www.opencsw.org/mantis/view.php?id=5133#c10713 ---------------------------------------------------------------------- This is fixed in 1.18.0,REV=2014.02.16, alternatives to mpg321 have been disabled due to the complexity and the limited use. From bug-notifications at lists.opencsw.org Sun Feb 16 21:43:06 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sun, 16 Feb 2014 21:43:06 +0100 Subject: [mc 0005145]: packaga have no BUILD_DEP_PKGS info In-Reply-To: Message-ID: <52e7ffc652343930e0e9702bb652a0fa@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5145 ====================================================================== Reported By: iav Assigned To: dam ====================================================================== Project: mc Issue ID: 5145 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-02-05 21:41 CET Last Modified: 2014-02-16 21:43 CET ====================================================================== Summary: packaga have no BUILD_DEP_PKGS info Description: Index: Makefile =================================================================== --- Makefile (revision 22949) +++ Makefile (working copy) @@ -23,6 +23,10 @@ RUNTIME_DEP_PKGS_CSWmc += CSWlibssh2-1 RUNTIME_DEP_PKGS_CSWmc += CSWperl +BUILD_DEP_PKGS += CSWggettext-dev +BUILD_DEP_PKGS += CSWlibslang-dev +BUILD_DEP_PKGS += CSWlibglib2-dev + CHECKPKG_OVERRIDES_CSWmc += file-with-bad-content|/usr/local|root/etc/opt/csw/mc/mc.menu CHECKPKG_OVERRIDES_CSWmc += file-with-bad-content|/usr/local|root/etc/opt/csw/mc/mc.menu.sr CHECKPKG_OVERRIDES_CSWmc += file-with-bad-content|/usr/local|root/opt/csw/libexec/mc/extfs.d/README ====================================================================== From bug-notifications at lists.opencsw.org Sun Feb 16 21:43:29 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sun, 16 Feb 2014 21:43:29 +0100 Subject: [mc 0005145]: packaga have no BUILD_DEP_PKGS info In-Reply-To: Message-ID: <72c1186d60354f7f4fc70dbbb7a6b4a8@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5145 ====================================================================== Reported By: iav Assigned To: dam ====================================================================== Project: mc Issue ID: 5145 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2014-02-05 21:41 CET Last Modified: 2014-02-16 21:43 CET ====================================================================== Summary: packaga have no BUILD_DEP_PKGS info Description: Index: Makefile =================================================================== --- Makefile (revision 22949) +++ Makefile (working copy) @@ -23,6 +23,10 @@ RUNTIME_DEP_PKGS_CSWmc += CSWlibssh2-1 RUNTIME_DEP_PKGS_CSWmc += CSWperl +BUILD_DEP_PKGS += CSWggettext-dev +BUILD_DEP_PKGS += CSWlibslang-dev +BUILD_DEP_PKGS += CSWlibglib2-dev + CHECKPKG_OVERRIDES_CSWmc += file-with-bad-content|/usr/local|root/etc/opt/csw/mc/mc.menu CHECKPKG_OVERRIDES_CSWmc += file-with-bad-content|/usr/local|root/etc/opt/csw/mc/mc.menu.sr CHECKPKG_OVERRIDES_CSWmc += file-with-bad-content|/usr/local|root/opt/csw/libexec/mc/extfs.d/README ====================================================================== ---------------------------------------------------------------------- (0010714) dam (administrator) - 2014-02-16 21:43 https://www.opencsw.org/mantis/view.php?id=5145#c10714 ---------------------------------------------------------------------- This is fixed in r23031. From bug-notifications at lists.opencsw.org Mon Feb 17 10:48:59 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 17 Feb 2014 10:48:59 +0100 Subject: [openssh 0005151]: key generaition missing ed25519 keys Message-ID: <1a3de1cf60f81643613a959aeeba5c37@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5151 ====================================================================== Reported By: schwindt Assigned To: ====================================================================== Project: openssh Issue ID: 5151 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-17 10:48 CET Last Modified: 2014-02-17 10:48 CET ====================================================================== Summary: key generaition missing ed25519 keys Description: in /etc/opt/csw/init.d/cswopenssh : in line 20 : for ALGO in rsa dsa ecdsa ed25519 should be added to avoid logmessages : sshd[15851]: [ID 800047 auth.error] error: Could not load host key: /etc/opt/csw/ssh/ssh_host_ed25519_key ====================================================================== From bug-notifications at lists.opencsw.org Mon Feb 17 13:35:20 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 17 Feb 2014 13:35:20 +0100 Subject: [openssh 0005151]: key generaition missing ed25519 keys In-Reply-To: <5b1af6f0a1566a5044feb61985a99b35> Message-ID: The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5151 ====================================================================== Reported By: schwindt Assigned To: yann ====================================================================== Project: openssh Issue ID: 5151 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-02-17 10:48 CET Last Modified: 2014-02-17 13:35 CET ====================================================================== Summary: key generaition missing ed25519 keys Description: in /etc/opt/csw/init.d/cswopenssh : in line 20 : for ALGO in rsa dsa ecdsa ed25519 should be added to avoid logmessages : sshd[15851]: [ID 800047 auth.error] error: Could not load host key: /etc/opt/csw/ssh/ssh_host_ed25519_key ====================================================================== ---------------------------------------------------------------------- (0010715) yann (manager) - 2014-02-17 13:35 https://www.opencsw.org/mantis/view.php?id=5151#c10715 ---------------------------------------------------------------------- Indeed, I fixed the problem in the following packages: http://buildfarm.opencsw.org/opencsw/experimental/yann/i386/5.10/openssh-6.5p1,REV=2014.02.17-SunOS5.10-i386-CSW.pkg.gz http://buildfarm.opencsw.org/opencsw/experimental/yann/sparc/5.10/openssh-6.5p1,REV=2014.02.17-SunOS5.10-sparc-CSW.pkg.gz Could you test those packages and make sure they work fine for you ? BTW, I found a better way to generate the host keys: ssh-keygen -A From bug-notifications at lists.opencsw.org Mon Feb 17 15:23:43 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 17 Feb 2014 15:23:43 +0100 Subject: [openssh 0005151]: key generaition missing ed25519 keys In-Reply-To: <5b1af6f0a1566a5044feb61985a99b35> Message-ID: <7f99a757b9981a15fd461134fd34675d@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5151 ====================================================================== Reported By: schwindt Assigned To: yann ====================================================================== Project: openssh Issue ID: 5151 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-02-17 10:48 CET Last Modified: 2014-02-17 15:23 CET ====================================================================== Summary: key generaition missing ed25519 keys Description: in /etc/opt/csw/init.d/cswopenssh : in line 20 : for ALGO in rsa dsa ecdsa ed25519 should be added to avoid logmessages : sshd[15851]: [ID 800047 auth.error] error: Could not load host key: /etc/opt/csw/ssh/ssh_host_ed25519_key ====================================================================== ---------------------------------------------------------------------- (0010716) schwindt (developer) - 2014-02-17 15:23 https://www.opencsw.org/mantis/view.php?id=5151#c10716 ---------------------------------------------------------------------- I removed all keys, then it migrates the old ones and generates the missing ones. Starting the daemon with any missing key generates these. This looks ok. From bug-notifications at lists.opencsw.org Mon Feb 17 20:56:54 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 17 Feb 2014 20:56:54 +0100 Subject: [openssh 0005151]: key generaition missing ed25519 keys In-Reply-To: <5b1af6f0a1566a5044feb61985a99b35> Message-ID: <312c98679cca19cf016b8bf934dd423e@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5151 ====================================================================== Reported By: schwindt Assigned To: yann ====================================================================== Project: openssh Issue ID: 5151 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2014-02-17 10:48 CET Last Modified: 2014-02-17 20:56 CET ====================================================================== Summary: key generaition missing ed25519 keys Description: in /etc/opt/csw/init.d/cswopenssh : in line 20 : for ALGO in rsa dsa ecdsa ed25519 should be added to avoid logmessages : sshd[15851]: [ID 800047 auth.error] error: Could not load host key: /etc/opt/csw/ssh/ssh_host_ed25519_key ====================================================================== ---------------------------------------------------------------------- (0010717) yann (manager) - 2014-02-17 20:56 https://www.opencsw.org/mantis/view.php?id=5151#c10717 ---------------------------------------------------------------------- Fixed packages are on their way to the unstable repository ! I am marking this bug as solved. Thanks for the bug report. From bug-notifications at lists.opencsw.org Tue Feb 18 17:54:52 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Tue, 18 Feb 2014 17:54:52 +0100 Subject: [puppet3 0005150]: Report does not work In-Reply-To: <796cb1d8dec969939263add158e80944> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5150 ====================================================================== Reported By: vavhab Assigned To: markp ====================================================================== Project: puppet3 Issue ID: 5150 Category: Reproducibility: always Severity: minor Priority: normal Status: acknowledged ====================================================================== Date Submitted: 2014-02-11 18:30 CET Last Modified: 2014-02-18 17:54 CET ====================================================================== Summary: Report does not work Description: Report does not work: Notice: Finished catalog run in 0.26 seconds Debug: Value of 'preferred_serialization_format' (pson) is invalid for report, using default (b64_zlib_yaml) Debug: report supports formats: b64_zlib_yaml raw yaml; using b64_zlib_yaml Error: Could not send report: Error 406 on SERVER: Not Acceptable: No supported formats are acceptable (Accept: b64_zlib_yaml, yaml, raw) It says preferred_serialization_format pson is invalid, it should be valid. Thanks, ====================================================================== ---------------------------------------------------------------------- (0010718) vavhab (reporter) - 2014-02-18 17:54 https://www.opencsw.org/mantis/view.php?id=5150#c10718 ---------------------------------------------------------------------- Were you able to reproduce the issue? From bug-notifications at lists.opencsw.org Tue Feb 18 19:09:54 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Tue, 18 Feb 2014 19:09:54 +0100 Subject: [puppet3 0005150]: Report does not work In-Reply-To: <796cb1d8dec969939263add158e80944> Message-ID: <69016bacf45318f20b18e2ab1fe60c32@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5150 ====================================================================== Reported By: vavhab Assigned To: markp ====================================================================== Project: puppet3 Issue ID: 5150 Category: Reproducibility: always Severity: minor Priority: normal Status: acknowledged ====================================================================== Date Submitted: 2014-02-11 18:30 CET Last Modified: 2014-02-18 19:09 CET ====================================================================== Summary: Report does not work Description: Report does not work: Notice: Finished catalog run in 0.26 seconds Debug: Value of 'preferred_serialization_format' (pson) is invalid for report, using default (b64_zlib_yaml) Debug: report supports formats: b64_zlib_yaml raw yaml; using b64_zlib_yaml Error: Could not send report: Error 406 on SERVER: Not Acceptable: No supported formats are acceptable (Accept: b64_zlib_yaml, yaml, raw) It says preferred_serialization_format pson is invalid, it should be valid. Thanks, ====================================================================== ---------------------------------------------------------------------- (0010719) markp (manager) - 2014-02-18 19:09 https://www.opencsw.org/mantis/view.php?id=5150#c10719 ---------------------------------------------------------------------- Hello. TBH I've not had time. I said to the CSW maintainers some time ago that I no longer wish to own the puppet packages - I don't use Solaris any more, and I don't really use Puppet either. So, if I get time I look at things, but right now I simply don't have the opportunity. Sorry. Try asking in #puppet on freenode. If I get time, I'll look at it and post back to this ticket. From bug-notifications at lists.opencsw.org Wed Feb 19 18:06:56 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 19 Feb 2014 18:06:56 +0100 Subject: [apache2 0005152]: mod_proxy_html does not work Message-ID: <2f55d6e254185335b56e049f75758f92@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5152 ====================================================================== Reported By: ghenry Assigned To: ====================================================================== Project: apache2 Issue ID: 5152 Category: regular use Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-19 18:06 CET Last Modified: 2014-02-19 18:06 CET ====================================================================== Summary: mod_proxy_html does not work Description: i'm moving a working proxy from SUNWapache2 (S11, 2.2.20) to CSWapache2 (S11, 2.2.26). The following directive aren't recognized: ProxyHTMLLogVerbose ProxyHTMLEnable ProxyHTMLMeta ProxyHTMLURLMap ====================================================================== From bug-notifications at lists.opencsw.org Wed Feb 19 22:01:30 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 19 Feb 2014 22:01:30 +0100 Subject: [subversion 0005148]: apache modules location In-Reply-To: <25598bb50474dbd6545ee4deb1d779cd> Message-ID: <6c321b03cb5c6cd1365b70b7ed957b5a@www.opencsw.org> The following issue has been set as DUPLICATE OF issue 0005143. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5148 ====================================================================== Reported By: pfelecan Assigned To: dam ====================================================================== Project: subversion Issue ID: 5148 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-02-08 14:32 CET Last Modified: 2014-02-19 22:01 CET ====================================================================== Summary: apache modules location Description: The apache modules dav_svn_and authz_svn_are now in /opt/csw/lib/svn, previously they were in /opt/csw/apache2/libexec. Also, the new httpd.conf.CSW doesn't refer anymore theses modules. Am I missing something ? Anyhow, changing the path used to load these modules makes again Apache operational: LoadModule dav_svn_module /opt/csw/lib/svn/mod_dav_svn.so LoadModule authz_svn_module /opt/csw/lib/svn/mod_authz_svn.so Is this as intended ? ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- duplicate of 0005143 apache modules not found ====================================================================== ---------------------------------------------------------------------- (0010702) dam (administrator) - 2014-02-11 07:58 https://www.opencsw.org/mantis/view.php?id=5148#c10702 ---------------------------------------------------------------------- There is now a new option --with-apache-libexecdir which was missed during the repackaging. I'll relocate back to the original location. From bug-notifications at lists.opencsw.org Wed Feb 19 22:01:32 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 19 Feb 2014 22:01:32 +0100 Subject: [ap2_subversion 0005143]: apache modules not found In-Reply-To: Message-ID: <9d31c28fe6beb427e031761562c287aa@www.opencsw.org> The issue 0005148 has been set as DUPLICATE OF the following issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5143 ====================================================================== Reported By: schwindt Assigned To: dam ====================================================================== Project: ap2_subversion Issue ID: 5143 Category: packaging Reproducibility: always Severity: major Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2014-02-04 17:04 CET Last Modified: 2014-02-14 15:03 CET ====================================================================== Summary: apache modules not found Description: mod_dav_svn.so and mod_authz_svn.so are now locatet in /opt/csw/lib/svn/. Now meaning CSWap2svn 1.8.5,REV=2014.01.19 the config in apache is pointing to /opt/csw/apache/libexec : httpd.conf:LoadModule dav_svn_module libexec/mod_dav_svn.so httpd.conf:LoadModule authz_svn_module libexec/mod_authz_svn.so After synlinking the two files the webserver operates normaly. ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- has duplicate 0005148 apache modules location ====================================================================== ---------------------------------------------------------------------- (0010705) dam (administrator) - 2014-02-14 15:03 https://www.opencsw.org/mantis/view.php?id=5143#c10705 ---------------------------------------------------------------------- This is fixed in 1.8.5,REV=2014.02.14. From bug-notifications at lists.opencsw.org Wed Feb 19 22:02:02 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 19 Feb 2014 22:02:02 +0100 Subject: [subversion 0005148]: apache modules location In-Reply-To: <25598bb50474dbd6545ee4deb1d779cd> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5148 ====================================================================== Reported By: pfelecan Assigned To: dam ====================================================================== Project: subversion Issue ID: 5148 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2014-02-08 14:32 CET Last Modified: 2014-02-19 22:02 CET ====================================================================== Summary: apache modules location Description: The apache modules dav_svn_and authz_svn_are now in /opt/csw/lib/svn, previously they were in /opt/csw/apache2/libexec. Also, the new httpd.conf.CSW doesn't refer anymore theses modules. Am I missing something ? Anyhow, changing the path used to load these modules makes again Apache operational: LoadModule dav_svn_module /opt/csw/lib/svn/mod_dav_svn.so LoadModule authz_svn_module /opt/csw/lib/svn/mod_authz_svn.so Is this as intended ? ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- duplicate of 0005143 apache modules not found ====================================================================== ---------------------------------------------------------------------- (0010720) dam (administrator) - 2014-02-19 22:02 https://www.opencsw.org/mantis/view.php?id=5148#c10720 ---------------------------------------------------------------------- See https://www.opencsw.org/mantis/view.php?id=5143 From bug-notifications at lists.opencsw.org Thu Feb 20 20:58:59 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 20 Feb 2014 20:58:59 +0100 Subject: [apache2 0005152]: mod_proxy_html does not work In-Reply-To: <7a24b58c924e44d20561445fb8d1dd53> Message-ID: The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5152 ====================================================================== Reported By: ghenry Assigned To: dam ====================================================================== Project: apache2 Issue ID: 5152 Category: regular use Reproducibility: always Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-02-19 18:06 CET Last Modified: 2014-02-20 20:58 CET ====================================================================== Summary: mod_proxy_html does not work Description: i'm moving a working proxy from SUNWapache2 (S11, 2.2.20) to CSWapache2 (S11, 2.2.26). The following directive aren't recognized: ProxyHTMLLogVerbose ProxyHTMLEnable ProxyHTMLMeta ProxyHTMLURLMap ====================================================================== From bug-notifications at lists.opencsw.org Thu Feb 20 21:00:12 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 20 Feb 2014 21:00:12 +0100 Subject: [apache2 0005152]: mod_proxy_html does not work In-Reply-To: <7a24b58c924e44d20561445fb8d1dd53> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5152 ====================================================================== Reported By: ghenry Assigned To: dam ====================================================================== Project: apache2 Issue ID: 5152 Category: regular use Reproducibility: always Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-02-19 18:06 CET Last Modified: 2014-02-20 21:00 CET ====================================================================== Summary: mod_proxy_html does not work Description: i'm moving a working proxy from SUNWapache2 (S11, 2.2.20) to CSWapache2 (S11, 2.2.26). The following directive aren't recognized: ProxyHTMLLogVerbose ProxyHTMLEnable ProxyHTMLMeta ProxyHTMLURLMap ====================================================================== ---------------------------------------------------------------------- (0010721) dam (administrator) - 2014-02-20 21:00 https://www.opencsw.org/mantis/view.php?id=5152#c10721 ---------------------------------------------------------------------- According to http://apache.webthing.com/mod_proxy_html/ this is a separate module in Apache 2.2 and was integrated as optional module in 2.4. It looks like we already have a recipe but never released the package. I'll enabled the option for 2.4 and will probably give the module a try in the next days. From bug-notifications at lists.opencsw.org Sat Feb 22 10:54:31 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 22 Feb 2014 10:54:31 +0100 Subject: [apache2 0005152]: mod_proxy_html does not work In-Reply-To: <7a24b58c924e44d20561445fb8d1dd53> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5152 ====================================================================== Reported By: ghenry Assigned To: dam ====================================================================== Project: apache2 Issue ID: 5152 Category: regular use Reproducibility: always Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-02-19 18:06 CET Last Modified: 2014-02-22 10:54 CET ====================================================================== Summary: mod_proxy_html does not work Description: i'm moving a working proxy from SUNWapache2 (S11, 2.2.20) to CSWapache2 (S11, 2.2.26). The following directive aren't recognized: ProxyHTMLLogVerbose ProxyHTMLEnable ProxyHTMLMeta ProxyHTMLURLMap ====================================================================== ---------------------------------------------------------------------- (0010722) dam (administrator) - 2014-02-22 10:54 https://www.opencsw.org/mantis/view.php?id=5152#c10722 ---------------------------------------------------------------------- The new apache24 packages have been updated, it was really just an extra configure switch. New packages are available for testing at http://buildfarm.opencsw.org/experimental.html#apache24 From bug-notifications at lists.opencsw.org Sat Feb 22 10:59:49 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 22 Feb 2014 10:59:49 +0100 Subject: [tmux 0004694]: tmux doesn't work on Solaris 10 In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4694 ====================================================================== Reported By: trygvis Assigned To: dam ====================================================================== Project: tmux Issue ID: 4694 Category: packaging Reproducibility: always Severity: crash Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2011-02-23 10:28 CET Last Modified: 2014-02-22 10:59 CET ====================================================================== Summary: tmux doesn't work on Solaris 10 Description: Command output: $ tmux [warn] ioctl: DP_POLL: Invalid argument $ Truss output attached. ====================================================================== ---------------------------------------------------------------------- (0010723) dam (administrator) - 2014-02-22 10:59 https://www.opencsw.org/mantis/view.php?id=4694#c10723 ---------------------------------------------------------------------- The current tmux 1.9,REV=2014.02.21 is fully functional and pushed to unstable/. From bug-notifications at lists.opencsw.org Sat Feb 22 11:00:16 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 22 Feb 2014 11:00:16 +0100 Subject: [tmux 0004695]: tmux.1 man page doesn't display properly In-Reply-To: Message-ID: <2534407615e6c1ec805e88a7c3480681@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4695 ====================================================================== Reported By: skayser Assigned To: dam ====================================================================== Project: tmux Issue ID: 4695 Category: regular use Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2011-02-23 15:00 CET Last Modified: 2014-02-22 11:00 CET ====================================================================== Summary: tmux.1 man page doesn't display properly Description: The tmux man page doesn't seem to format properly. When viewing it, I would expect a synopsis, description, and the other usual formatting. Instead I get a big block of unformated text only. is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. may be detached from a screen and continue running in the background, then later reattached. When is started it creates a new with a single and displays it on screen. A status line at the bottom of the screen shows information on the current session and is used to enter interactive commands. A session is a single collection of under the management of Each session has one or more windows linked to it. A window occupies the entire screen and may be Think we've had this issue with a couple of other packages in the past, the references evade me currently though. Will see to add a reference later on. ====================================================================== ---------------------------------------------------------------------- (0010724) dam (administrator) - 2014-02-22 11:00 https://www.opencsw.org/mantis/view.php?id=4695#c10724 ---------------------------------------------------------------------- The current tmux 1.9,REV=2014.02.21 is fully functional and pushed to unstable/. From bug-notifications at lists.opencsw.org Sat Feb 22 11:00:34 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 22 Feb 2014 11:00:34 +0100 Subject: [tmux 0004696]: tmux.conf is search in /etc/tmux.conf instead of /etc/opt/csw/tmux.conf In-Reply-To: Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4696 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: tmux Issue ID: 4696 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2011-02-23 15:05 CET Last Modified: 2014-02-22 11:00 CET ====================================================================== Summary: tmux.conf is search in /etc/tmux.conf instead of /etc/opt/csw/tmux.conf Description: 14333: access("/etc/tmux.conf", R_OK) Err#2 ENOENT ====================================================================== ---------------------------------------------------------------------- (0010725) dam (administrator) - 2014-02-22 11:00 https://www.opencsw.org/mantis/view.php?id=4696#c10725 ---------------------------------------------------------------------- The current tmux 1.9,REV=2014.02.21 is fully functional and pushed to unstable/. From bug-notifications at lists.opencsw.org Sat Feb 22 11:28:24 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 22 Feb 2014 11:28:24 +0100 Subject: [subversion 0004999]: Location changed from /etc/opt/csw/subversion/ to /etc/subversion/ In-Reply-To: Message-ID: <748f05fc936aed56ee2b32c62cc94f37@www.opencsw.org> The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4999 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: subversion Issue ID: 4999 Category: other Reproducibility: always Severity: major Priority: normal Status: assigned ====================================================================== Date Submitted: 2012-09-12 12:54 CEST Last Modified: 2014-02-22 11:28 CET ====================================================================== Summary: Location changed from /etc/opt/csw/subversion/ to /etc/subversion/ Description: The location in 1.7.6,REV=2012.08.26 is wrong, although the patch 0002-Fix-location-of-bindings.patch is still used. Most likely the mechanism in the sourcecode has changed. ====================================================================== From bug-notifications at lists.opencsw.org Sat Feb 22 11:28:45 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 22 Feb 2014 11:28:45 +0100 Subject: [subversion 0004999]: Location changed from /etc/opt/csw/subversion/ to /etc/subversion/ In-Reply-To: Message-ID: <80b83d8aef3b17f3b693a221c14c4f54@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4999 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: subversion Issue ID: 4999 Category: other Reproducibility: always Severity: major Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2012-09-12 12:54 CEST Last Modified: 2014-02-22 11:28 CET ====================================================================== Summary: Location changed from /etc/opt/csw/subversion/ to /etc/subversion/ Description: The location in 1.7.6,REV=2012.08.26 is wrong, although the patch 0002-Fix-location-of-bindings.patch is still used. Most likely the mechanism in the sourcecode has changed. ====================================================================== ---------------------------------------------------------------------- (0010726) dam (administrator) - 2014-02-22 11:28 https://www.opencsw.org/mantis/view.php?id=4999#c10726 ---------------------------------------------------------------------- This is at least fixed in 1.8.5,REV=2014.02.14, probably much earlier. From bug-notifications at lists.opencsw.org Sat Feb 22 11:31:12 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 22 Feb 2014 11:31:12 +0100 Subject: [apache2 0005152]: mod_proxy_html does not work In-Reply-To: <7a24b58c924e44d20561445fb8d1dd53> Message-ID: The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5152 ====================================================================== Reported By: ghenry Assigned To: dam ====================================================================== Project: apache2 Issue ID: 5152 Category: regular use Reproducibility: always Severity: block Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-02-19 18:06 CET Last Modified: 2014-02-22 11:31 CET ====================================================================== Summary: mod_proxy_html does not work Description: i'm moving a working proxy from SUNWapache2 (S11, 2.2.20) to CSWapache2 (S11, 2.2.26). The following directive aren't recognized: ProxyHTMLLogVerbose ProxyHTMLEnable ProxyHTMLMeta ProxyHTMLURLMap ====================================================================== ---------------------------------------------------------------------- (0010727) dam (administrator) - 2014-02-22 11:31 https://www.opencsw.org/mantis/view.php?id=5152#c10727 ---------------------------------------------------------------------- Apache 2.2 modules are available at experimental in a minute: http://buildfarm.opencsw.org/experimental.html#ap2_mod_proxy_html Please let me know if it works so I can push it to unstable. From bug-notifications at lists.opencsw.org Sat Feb 22 11:36:14 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 22 Feb 2014 11:36:14 +0100 Subject: [apache2 0003964]: Package does not conform to openCSW filesystem standards In-Reply-To: Message-ID: <516a9d2e7622437ee6cdcd8d92dacaf5@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=3964 ====================================================================== Reported By: japester Assigned To: bwalton ====================================================================== Project: apache2 Issue ID: 3964 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2009-10-14 17:33 CEST Last Modified: 2014-02-22 11:36 CET ====================================================================== Summary: Package does not conform to openCSW filesystem standards Description: default install breaks many packaging conventions. config is stored in shared binary space (/opt/csw/apache/etc) opencsw standards say they should go to /opt/csw/etc/apache for shared configurations, or to /etc/opt/csw/apache for local configuration. default install puts log files into shared directory space. - Log files should go into /var/ not /opt/csw/var - same for PID files. ====================================================================== ---------------------------------------------------------------------- (0010728) dam (administrator) - 2014-02-22 11:36 https://www.opencsw.org/mantis/view.php?id=3964#c10728 ---------------------------------------------------------------------- This issue will not be fixed in Apache 2.2, but the upcoming Apache 2.4 package has the OpenCSW standard layout. Feel free to give it a try at http://buildfarm.opencsw.org/experimental.html#apache24 From bug-notifications at lists.opencsw.org Sat Feb 22 11:37:33 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 22 Feb 2014 11:37:33 +0100 Subject: [apache2 0005015]: /opt/csw/apache2/sbin/httpd is missing after upgrade on S9 In-Reply-To: <5bdde49ebb070ea60b477e1c04078894> Message-ID: The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5015 ====================================================================== Reported By: janci Assigned To: bwalton ====================================================================== Project: apache2 Issue ID: 5015 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2012-10-24 10:49 CEST Last Modified: 2014-02-22 11:37 CET ====================================================================== Summary: /opt/csw/apache2/sbin/httpd is missing after upgrade on S9 Description: After upgrade of CSWapache2 on Solaris 9, the rc script says: > /etc/init.d/cswapache2 start /opt/csw/apache2/sbin/apachectl: /opt/csw/apache2/sbin/httpd: not found Reason: > ll /opt/csw/apache2/sbin/httpd* -rwxr-xr-x 1 root bin 463K Jun 1 04:56 /opt/csw/apache2/sbin/httpd.prefork Solution: cd /opt/csw/apache2/sbin/ ln -s httpd.prefork httpd ====================================================================== ---------------------------------------------------------------------- (0010729) dam (administrator) - 2014-02-22 11:37 https://www.opencsw.org/mantis/view.php?id=5015#c10729 ---------------------------------------------------------------------- This has been fixed quite some time ago. From bug-notifications at lists.opencsw.org Sat Feb 22 11:38:07 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 22 Feb 2014 11:38:07 +0100 Subject: [apache2 0005142]: Security issues In-Reply-To: Message-ID: <05db393ada933390e9469875333a2092@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5142 ====================================================================== Reported By: burger99 Assigned To: dam ====================================================================== Project: apache2 Issue ID: 5142 Category: upgrade Reproducibility: N/A Severity: minor Priority: normal Status: closed Resolution: open Fixed in Version: ====================================================================== Date Submitted: 2014-01-20 13:00 CET Last Modified: 2014-02-22 11:38 CET ====================================================================== Summary: Security issues Description: mod_rewrite.c in the mod_rewrite module in the Apache HTTP Server 2.2.x before 2.2.25 writes data to a log file without sanitizing non-printable characters, which might allow remote attackers to execute arbitrary commands via an HTTP request containing an escape sequence for a terminal emulator. Newest version available is 2.2.26 ====================================================================== ---------------------------------------------------------------------- (0010730) dam (administrator) - 2014-02-22 11:38 https://www.opencsw.org/mantis/view.php?id=5142#c10730 ---------------------------------------------------------------------- Apache 2.2.26,REV=2014.02.07 has been pushed to unstable/. From bug-notifications at lists.opencsw.org Sat Feb 22 11:39:14 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sat, 22 Feb 2014 11:39:14 +0100 Subject: [xterm 0004582]: Please upgrade to 264 In-Reply-To: <2566b7c868f4fb1d2678c4a3bb12cfc5> Message-ID: <62f6923a8fac4a0c415cf296855cedef@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=4582 ====================================================================== Reported By: dam Assigned To: dam ====================================================================== Project: xterm Issue ID: 4582 Category: upgrade Reproducibility: have not tried Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2010-10-19 13:52 CEST Last Modified: 2014-02-22 11:39 CET ====================================================================== Summary: Please upgrade to 264 Description: Please upgrade to 264 as released by SFW today ====================================================================== ---------------------------------------------------------------------- (0010710) dam (administrator) - 2014-02-14 15:56 https://www.opencsw.org/mantis/view.php?id=4582#c10710 ---------------------------------------------------------------------- We have now 300,REV=2014.01.07 From bug-notifications at lists.opencsw.org Sun Feb 23 09:57:48 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sun, 23 Feb 2014 09:57:48 +0100 Subject: [openssh 0005151]: key generaition missing ed25519 keys In-Reply-To: <5b1af6f0a1566a5044feb61985a99b35> Message-ID: <1e47252265cc934735c8ffe3f08fbea7@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5151 ====================================================================== Reported By: schwindt Assigned To: yann ====================================================================== Project: openssh Issue ID: 5151 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: closed Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2014-02-17 10:48 CET Last Modified: 2014-02-23 09:57 CET ====================================================================== Summary: key generaition missing ed25519 keys Description: in /etc/opt/csw/init.d/cswopenssh : in line 20 : for ALGO in rsa dsa ecdsa ed25519 should be added to avoid logmessages : sshd[15851]: [ID 800047 auth.error] error: Could not load host key: /etc/opt/csw/ssh/ssh_host_ed25519_key ====================================================================== ---------------------------------------------------------------------- (0010717) yann (manager) - 2014-02-17 20:56 https://www.opencsw.org/mantis/view.php?id=5151#c10717 ---------------------------------------------------------------------- Fixed packages are on their way to the unstable repository ! I am marking this bug as solved. Thanks for the bug report. From bug-notifications at lists.opencsw.org Sun Feb 23 09:58:01 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sun, 23 Feb 2014 09:58:01 +0100 Subject: [openssh_client 0005127]: ssh error messages In-Reply-To: <9ec1de13a977a2b1e287c0ab40b61087> Message-ID: <4feb4e86dc33ec633e0e486bd0ae8708@www.opencsw.org> The following issue has been CLOSED ====================================================================== https://www.opencsw.org/mantis/view.php?id=5127 ====================================================================== Reported By: rrossi33 Assigned To: yann ====================================================================== Project: openssh_client Issue ID: 5127 Category: regular use Reproducibility: always Severity: tweak Priority: normal Status: closed Resolution: won't fix Fixed in Version: ====================================================================== Date Submitted: 2013-11-29 11:30 CET Last Modified: 2014-02-23 09:58 CET ====================================================================== Summary: ssh error messages Description: Hi When you make ssh to Host/Server ,and you have no host keys. Then you get no such identity: /home/xxx/xxx/.ssh/id_rsa: No such file or directory no such identity: /home/xxx/xxx/.ssh/id_dsa: No such file or directory no such identity: /home/xxx/xxx/.ssh/id_ecdsa: No such file or directory followed by Password prompt. ssh -vvv Output: debug2: key: /home/xxx/xxx/.ssh/id_dsa (0), explicit debug2: key: /home/xxx/xxx/.ssh/id_ecdsa (0), explicit debug1: Authentications that can continue: publickey,password,keyboard-interactive,hostbased debug3: start over, passed a different list publickey,password,keyboard-interactive,hostbased debug3: preferred publickey,keyboard-interactive,password debug3: authmethod_lookup publickey debug3: remaining preferred: keyboard-interactive,password debug3: authmethod_is_enabled publickey debug1: Next authentication method: publickey debug1: Trying private key: /home/xxx/xxx/.ssh/id_rsa no such identity: /home/xxx/xxx.ssh/id_rsa: No such file or directory debug1: Trying private key: /home/xxx/xxx/.ssh/id_dsa no such identity: /home/xxx/xxx/.ssh/id_dsa: No such file or directory debug1: Trying private key: /home/xxx/xxx/.ssh/id_ecdsa no such identity: /home/xxx/xxx/.ssh/id_ecdsa: No such file or directory debug2: we did not send a packet, disable method debug3: authmethod_lookup keyboard-interactive debug3: remaining preferred: password debug3: authmethod_is_enabled keyboard-interactive debug1: Next authentication method: keyboard-interactive debug2: userauth_kbdint debug2: we sent a keyboard-interactive packet, wait for reply debug2: input_userauth_info_req debug2: input_userauth_info_req: num_prompts 1 Password: Output older ssh -vvv ebug2: key: /home/xxx/xxx/.ssh/id_dsa (0) debug2: key: /home/xxx/xxx/.ssh/id_ecdsa (0) debug1: Authentications that can continue: publickey,password,keyboard-interactive,hostbased debug3: start over, passed a different list publickey,password,keyboard-interactive,hostbased debug3: preferred publickey,keyboard-interactive,password debug3: authmethod_lookup publickey debug3: remaining preferred: keyboard-interactive,password debug3: authmethod_is_enabled publickey debug1: Next authentication method: publickey debug1: Trying private key: /home/xxx/xxx/.ssh/id_rsa debug3: no such identity: /home/xxx/xxx/.ssh/id_rsa debug1: Trying private key: /home/xxx/xxx/.ssh/id_dsa debug3: no such identity: /home/xxx/xxx/.ssh/id_dsa debug1: Trying private key: /home/xxx/xxx/.ssh/id_ecdsa debug3: no such identity: /home/xxx/xxx/.ssh/id_ecdsa debug2: we did not send a packet, disable method debug3: authmethod_lookup keyboard-interactive debug3: remaining preferred: password debug3: authmethod_is_enabled keyboard-interactive debug1: Next authentication method: keyboard-interactive debug2: userauth_kbdint debug2: we sent a keyboard-interactive packet, wait for reply debug2: input_userauth_info_req debug2: input_userauth_info_req: num_prompts 1 Password: It seems that debug1 left in Trying private key: ====================================================================== ---------------------------------------------------------------------- (0010694) yann (manager) - 2014-02-02 21:48 https://www.opencsw.org/mantis/view.php?id=5127#c10694 ---------------------------------------------------------------------- Hi, It seems that testing is not really updated since some time due to lack of manpower. I will close this bug as it it fixed in unstable and the testing unfreshness is another issue. Yann From bug-notifications at lists.opencsw.org Sun Feb 23 10:12:37 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Sun, 23 Feb 2014 10:12:37 +0100 Subject: [cas_usergroup 0004907]: pkgutil -i subversion (with dependency sasl) fails due to reuse of group 100 In-Reply-To: <0cbd62b5ebd4899f6c7e6cf9ebef0b6e> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4907 ====================================================================== Reported By: sishbi Assigned To: ====================================================================== Project: cas_usergroup Issue ID: 4907 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2012-02-24 10:43 CET Last Modified: 2014-02-23 10:12 CET ====================================================================== Summary: pkgutil -i subversion (with dependency sasl) fails due to reuse of group 100 Description: When trying to install subversion, a dependent package 'sasl' fails because group 100 is already in use Although there is no local group which uses the groupid of 100 the machine is part of a NIS domain which DOES have a group for 100 It would be better to not specify a group id and let the local system automatically generate one based on availability Attempting to remove the CSWsasl package fails. Attempting to install subversion again succeeds as the sasl package was partially installed (but not fully configured). After the 2nd install attempt, subversion is usable. ====================================================================== ---------------------------------------------------------------------- (0010731) yann (developer) - 2014-02-23 10:12 https://www.opencsw.org/mantis/view.php?id=4907#c10731 ---------------------------------------------------------------------- I am moving this issue in the cas_usergroup package which contains the shared code used to create users/groups for packages. This code is already supposed to dynamically find an uid based on availability and I don't know why it didn't work in your case. I don't have a nis setup to reproduce the issue. It use the following command to know the uid used: /usr/bin/getent passwd | cut -d: -f3 | sort -n This command should works the same in a nis configuration. It could be useful that you reproduce the problem using: pkgutil --trace --install subversion and attach the output to this bug. This will enable debug mode for script and we will see clearly where the problem lies. From bug-notifications at lists.opencsw.org Mon Feb 24 22:57:21 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Mon, 24 Feb 2014 22:57:21 +0100 Subject: [proftpd 0005132]: Module layout is weird In-Reply-To: <172d3b3860ed2c19bef8e99115ec1ef5> Message-ID: <5c4e5791db7aaab8ab78c29cc247e5d0@www.opencsw.org> The following issue has been RESOLVED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5132 ====================================================================== Reported By: dam Assigned To: yann ====================================================================== Project: proftpd Issue ID: 5132 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: resolved Resolution: fixed Fixed in Version: ====================================================================== Date Submitted: 2013-12-12 20:47 CET Last Modified: 2014-02-24 22:57 CET ====================================================================== Summary: Module layout is weird Description: On i386 the modules for 32 and 64 bit are inconsistently placed: /opt/csw/lib/proftpd/mod_auth_pam.so /opt/csw/libexec/amd64/mod_auth_pam.so Please also make sure the ModulePath for the 32/64 bit version is matching the default placement. ====================================================================== ---------------------------------------------------------------------- (0010732) yann (manager) - 2014-02-24 22:57 https://www.opencsw.org/mantis/view.php?id=5132#c10732 ---------------------------------------------------------------------- Fixed packages are on their way to unstable. From bug-notifications at lists.opencsw.org Wed Feb 26 08:17:26 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 26 Feb 2014 08:17:26 +0100 Subject: [graphicsmagick 0005153]: gm convert: No decode delegate for postscript Message-ID: <1a34599cf8d889d3a6922d88dfc7f9b8@www.opencsw.org> The following issue has been SUBMITTED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5153 ====================================================================== Reported By: wcohrs Assigned To: ====================================================================== Project: graphicsmagick Issue ID: 5153 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-26 08:17 CET Last Modified: 2014-02-26 08:17 CET ====================================================================== Summary: gm convert: No decode delegate for postscript Description: SunOS 5.10 Generic_150401-07 i86pc i386 i86pc gm convert test.ps test.jpg gm convert: No decode delegate for this image format (test.ps). GraphicsMagick 1.3.18 2013-03-10 Q16 http://www.GraphicsMagick.org/ pkginfo | grep CSW | grep ghost application CSWghostscript ghostscript - PostScript and PDF interpreter application CSWghostscript-fonts ghostscript_fonts - Fonts and AFMs for use with GhostScript application CSWgs ghostscript_stub - Transitional package. Content moved to CSWghostscript application CSWgsfonts gsfonts_stub - Transitional package. Content moved to CSWghostscript-fonts the old version work GraphicsMagick 1.3.12 2010-03-08 Q8 http://www.GraphicsMagick.org/ ====================================================================== From bug-notifications at lists.opencsw.org Wed Feb 26 14:07:22 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 26 Feb 2014 14:07:22 +0100 Subject: [graphicsmagick 0005153]: gm convert: No decode delegate for postscript In-Reply-To: <3a1c6eaa9b553614ce0d88e97a3bfbe5> Message-ID: <3d9c0392bc3824bc508359a28fc18186@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5153 ====================================================================== Reported By: wcohrs Assigned To: ====================================================================== Project: graphicsmagick Issue ID: 5153 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-26 08:17 CET Last Modified: 2014-02-26 14:07 CET ====================================================================== Summary: gm convert: No decode delegate for postscript Description: SunOS 5.10 Generic_150401-07 i86pc i386 i86pc gm convert test.ps test.jpg gm convert: No decode delegate for this image format (test.ps). GraphicsMagick 1.3.18 2013-03-10 Q16 http://www.GraphicsMagick.org/ pkginfo | grep CSW | grep ghost application CSWghostscript ghostscript - PostScript and PDF interpreter application CSWghostscript-fonts ghostscript_fonts - Fonts and AFMs for use with GhostScript application CSWgs ghostscript_stub - Transitional package. Content moved to CSWghostscript application CSWgsfonts gsfonts_stub - Transitional package. Content moved to CSWghostscript-fonts the old version work GraphicsMagick 1.3.12 2010-03-08 Q8 http://www.GraphicsMagick.org/ ====================================================================== ---------------------------------------------------------------------- (0010733) laurent (manager) - 2014-02-26 14:07 https://www.opencsw.org/mantis/view.php?id=5153#c10733 ---------------------------------------------------------------------- I see the issue, but I believe it's a GM issue. I've checked that it picks up the correct ghostcript during build time. A bump to the latest revision has the same issue. truss shows it opens the ma 10142: open64("/opt/csw/lib/GraphicsMagick-1.3.19/config/delegates.mgk", O_RDONLY) = 3 /opt/csw/bin/pentium_pro/gm convert: No decode delegate for this image format (./Documents/Onera/Documents_2009/interSites.ps). The content of the mgk file refers to gs, so no clue what's wrong there. Maybe you can try to use the old version to replace this one. As a workaround, ImageMagick's convert does work. From bug-notifications at lists.opencsw.org Wed Feb 26 14:14:58 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 26 Feb 2014 14:14:58 +0100 Subject: [graphicsmagick 0005153]: gm convert: No decode delegate for postscript In-Reply-To: <3a1c6eaa9b553614ce0d88e97a3bfbe5> Message-ID: <2c98aedd1a9436c9d89cdde970b708ae@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5153 ====================================================================== Reported By: wcohrs Assigned To: ====================================================================== Project: graphicsmagick Issue ID: 5153 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-26 08:17 CET Last Modified: 2014-02-26 14:14 CET ====================================================================== Summary: gm convert: No decode delegate for postscript Description: SunOS 5.10 Generic_150401-07 i86pc i386 i86pc gm convert test.ps test.jpg gm convert: No decode delegate for this image format (test.ps). GraphicsMagick 1.3.18 2013-03-10 Q16 http://www.GraphicsMagick.org/ pkginfo | grep CSW | grep ghost application CSWghostscript ghostscript - PostScript and PDF interpreter application CSWghostscript-fonts ghostscript_fonts - Fonts and AFMs for use with GhostScript application CSWgs ghostscript_stub - Transitional package. Content moved to CSWghostscript application CSWgsfonts gsfonts_stub - Transitional package. Content moved to CSWghostscript-fonts the old version work GraphicsMagick 1.3.12 2010-03-08 Q8 http://www.GraphicsMagick.org/ ====================================================================== ---------------------------------------------------------------------- (0010734) wcohrs (reporter) - 2014-02-26 14:14 https://www.opencsw.org/mantis/view.php?id=5153#c10734 ---------------------------------------------------------------------- i now ImageMagick's convert but the the result looks bad From bug-notifications at lists.opencsw.org Wed Feb 26 15:16:19 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 26 Feb 2014 15:16:19 +0100 Subject: [graphicsmagick 0005153]: gm convert: No decode delegate for postscript In-Reply-To: <3a1c6eaa9b553614ce0d88e97a3bfbe5> Message-ID: <55d083205185828bda7b0fc74f212cfc@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5153 ====================================================================== Reported By: wcohrs Assigned To: ====================================================================== Project: graphicsmagick Issue ID: 5153 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-26 08:17 CET Last Modified: 2014-02-26 15:16 CET ====================================================================== Summary: gm convert: No decode delegate for postscript Description: SunOS 5.10 Generic_150401-07 i86pc i386 i86pc gm convert test.ps test.jpg gm convert: No decode delegate for this image format (test.ps). GraphicsMagick 1.3.18 2013-03-10 Q16 http://www.GraphicsMagick.org/ pkginfo | grep CSW | grep ghost application CSWghostscript ghostscript - PostScript and PDF interpreter application CSWghostscript-fonts ghostscript_fonts - Fonts and AFMs for use with GhostScript application CSWgs ghostscript_stub - Transitional package. Content moved to CSWghostscript application CSWgsfonts gsfonts_stub - Transitional package. Content moved to CSWghostscript-fonts the old version work GraphicsMagick 1.3.12 2010-03-08 Q8 http://www.GraphicsMagick.org/ ====================================================================== ---------------------------------------------------------------------- (0010735) laurent (manager) - 2014-02-26 15:16 https://www.opencsw.org/mantis/view.php?id=5153#c10735 ---------------------------------------------------------------------- Really? But the backend is the same GS, so it really should look the same. From bug-notifications at lists.opencsw.org Wed Feb 26 15:27:01 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 26 Feb 2014 15:27:01 +0100 Subject: [graphicsmagick 0005153]: gm convert: No decode delegate for postscript In-Reply-To: <3a1c6eaa9b553614ce0d88e97a3bfbe5> Message-ID: <533727b523687572b8128ea52e2d2625@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5153 ====================================================================== Reported By: wcohrs Assigned To: ====================================================================== Project: graphicsmagick Issue ID: 5153 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-26 08:17 CET Last Modified: 2014-02-26 15:27 CET ====================================================================== Summary: gm convert: No decode delegate for postscript Description: SunOS 5.10 Generic_150401-07 i86pc i386 i86pc gm convert test.ps test.jpg gm convert: No decode delegate for this image format (test.ps). GraphicsMagick 1.3.18 2013-03-10 Q16 http://www.GraphicsMagick.org/ pkginfo | grep CSW | grep ghost application CSWghostscript ghostscript - PostScript and PDF interpreter application CSWghostscript-fonts ghostscript_fonts - Fonts and AFMs for use with GhostScript application CSWgs ghostscript_stub - Transitional package. Content moved to CSWghostscript application CSWgsfonts gsfonts_stub - Transitional package. Content moved to CSWghostscript-fonts the old version work GraphicsMagick 1.3.12 2010-03-08 Q8 http://www.GraphicsMagick.org/ ====================================================================== ---------------------------------------------------------------------- (0010736) wcohrs (reporter) - 2014-02-26 15:27 https://www.opencsw.org/mantis/view.php?id=5153#c10736 ---------------------------------------------------------------------- i have attached 3 files the gs.jpg is convertet with gs -dBATCH -dNOPAUSE -sDEVICE=jpeg -sOutputFile=test.jpg cd_ems.ps From bug-notifications at lists.opencsw.org Wed Feb 26 22:21:41 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Wed, 26 Feb 2014 22:21:41 +0100 Subject: [graphicsmagick 0005153]: gm convert: No decode delegate for postscript In-Reply-To: <3a1c6eaa9b553614ce0d88e97a3bfbe5> Message-ID: A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5153 ====================================================================== Reported By: wcohrs Assigned To: ====================================================================== Project: graphicsmagick Issue ID: 5153 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-26 08:17 CET Last Modified: 2014-02-26 22:21 CET ====================================================================== Summary: gm convert: No decode delegate for postscript Description: SunOS 5.10 Generic_150401-07 i86pc i386 i86pc gm convert test.ps test.jpg gm convert: No decode delegate for this image format (test.ps). GraphicsMagick 1.3.18 2013-03-10 Q16 http://www.GraphicsMagick.org/ pkginfo | grep CSW | grep ghost application CSWghostscript ghostscript - PostScript and PDF interpreter application CSWghostscript-fonts ghostscript_fonts - Fonts and AFMs for use with GhostScript application CSWgs ghostscript_stub - Transitional package. Content moved to CSWghostscript application CSWgsfonts gsfonts_stub - Transitional package. Content moved to CSWghostscript-fonts the old version work GraphicsMagick 1.3.12 2010-03-08 Q8 http://www.GraphicsMagick.org/ ====================================================================== ---------------------------------------------------------------------- (0010737) laurent (manager) - 2014-02-26 22:21 https://www.opencsw.org/mantis/view.php?id=5153#c10737 ---------------------------------------------------------------------- I see. Can you provide the .ps original too? From bug-notifications at lists.opencsw.org Thu Feb 27 07:31:05 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 27 Feb 2014 07:31:05 +0100 Subject: [graphicsmagick 0005153]: gm convert: No decode delegate for postscript In-Reply-To: <3a1c6eaa9b553614ce0d88e97a3bfbe5> Message-ID: <6540bc0a331459497a9e49bc4afb5b32@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5153 ====================================================================== Reported By: wcohrs Assigned To: ====================================================================== Project: graphicsmagick Issue ID: 5153 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-26 08:17 CET Last Modified: 2014-02-27 07:31 CET ====================================================================== Summary: gm convert: No decode delegate for postscript Description: SunOS 5.10 Generic_150401-07 i86pc i386 i86pc gm convert test.ps test.jpg gm convert: No decode delegate for this image format (test.ps). GraphicsMagick 1.3.18 2013-03-10 Q16 http://www.GraphicsMagick.org/ pkginfo | grep CSW | grep ghost application CSWghostscript ghostscript - PostScript and PDF interpreter application CSWghostscript-fonts ghostscript_fonts - Fonts and AFMs for use with GhostScript application CSWgs ghostscript_stub - Transitional package. Content moved to CSWghostscript application CSWgsfonts gsfonts_stub - Transitional package. Content moved to CSWghostscript-fonts the old version work GraphicsMagick 1.3.12 2010-03-08 Q8 http://www.GraphicsMagick.org/ ====================================================================== ---------------------------------------------------------------------- (0010738) wcohrs (reporter) - 2014-02-27 07:31 https://www.opencsw.org/mantis/view.php?id=5153#c10738 ---------------------------------------------------------------------- yes Thank you for your help. From bug-notifications at lists.opencsw.org Thu Feb 27 10:09:06 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 27 Feb 2014 10:09:06 +0100 Subject: [graphicsmagick 0005153]: gm convert: No decode delegate for postscript In-Reply-To: <3a1c6eaa9b553614ce0d88e97a3bfbe5> Message-ID: <5a9453b698a5e8970bcaf6ba8788e5de@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5153 ====================================================================== Reported By: wcohrs Assigned To: ====================================================================== Project: graphicsmagick Issue ID: 5153 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-26 08:17 CET Last Modified: 2014-02-27 10:09 CET ====================================================================== Summary: gm convert: No decode delegate for postscript Description: SunOS 5.10 Generic_150401-07 i86pc i386 i86pc gm convert test.ps test.jpg gm convert: No decode delegate for this image format (test.ps). GraphicsMagick 1.3.18 2013-03-10 Q16 http://www.GraphicsMagick.org/ pkginfo | grep CSW | grep ghost application CSWghostscript ghostscript - PostScript and PDF interpreter application CSWghostscript-fonts ghostscript_fonts - Fonts and AFMs for use with GhostScript application CSWgs ghostscript_stub - Transitional package. Content moved to CSWghostscript application CSWgsfonts gsfonts_stub - Transitional package. Content moved to CSWghostscript-fonts the old version work GraphicsMagick 1.3.12 2010-03-08 Q8 http://www.GraphicsMagick.org/ ====================================================================== ---------------------------------------------------------------------- (0010739) laurent (manager) - 2014-02-27 10:09 https://www.opencsw.org/mantis/view.php?id=5153#c10739 ---------------------------------------------------------------------- Please note that since that's what I use, I'll focus on fixing ImageMagick for now. I've determined that the issue happens when IM converts the PNG output of gs to JPEG. I think it has a problem handling the transparency of the background. Keeping it as PNG, the output looks good, but with a transparent background. Keeping it as PNG is probably the best solution for now, the file is even smaller than the JPEG. It should be possible to set a proper white background too. From bug-notifications at lists.opencsw.org Thu Feb 27 10:58:53 2014 From: bug-notifications at lists.opencsw.org (Mantis Bug Tracker via bug-notifications) Date: Thu, 27 Feb 2014 10:58:53 +0100 Subject: [graphicsmagick 0005153]: gm convert: No decode delegate for postscript In-Reply-To: <3a1c6eaa9b553614ce0d88e97a3bfbe5> Message-ID: <8ffa15cdfcc448d69f31b58a3c5af3bf@www.opencsw.org> A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5153 ====================================================================== Reported By: wcohrs Assigned To: ====================================================================== Project: graphicsmagick Issue ID: 5153 Category: packaging Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2014-02-26 08:17 CET Last Modified: 2014-02-27 10:58 CET ====================================================================== Summary: gm convert: No decode delegate for postscript Description: SunOS 5.10 Generic_150401-07 i86pc i386 i86pc gm convert test.ps test.jpg gm convert: No decode delegate for this image format (test.ps). GraphicsMagick 1.3.18 2013-03-10 Q16 http://www.GraphicsMagick.org/ pkginfo | grep CSW | grep ghost application CSWghostscript ghostscript - PostScript and PDF interpreter application CSWghostscript-fonts ghostscript_fonts - Fonts and AFMs for use with GhostScript application CSWgs ghostscript_stub - Transitional package. Content moved to CSWghostscript application CSWgsfonts gsfonts_stub - Transitional package. Content moved to CSWghostscript-fonts the old version work GraphicsMagick 1.3.12 2010-03-08 Q8 http://www.GraphicsMagick.org/ ====================================================================== ---------------------------------------------------------------------- (0010740) wcohrs (reporter) - 2014-02-27 10:58 https://www.opencsw.org/mantis/view.php?id=5153#c10740 ---------------------------------------------------------------------- many thanks again for the support you can close the case